:root{--bg: #0f1115;--bg-elev: #181b22;--bg-cell: #1f232c;--bg-cell-sel: #2c3243;--bg-cell-edit: #232a37;--bg-header: #232733;--bg-header-sel: #34405a;--text: #d8dde6;--text-dim: #8a93a4;--text-err: #ff7474;--text-formula: #9bb6ff;--border: #2a2f3a;--accent: #4ea1ff;--row-h: 24px;--col-w: 96px}*{box-sizing:border-box}html,body,#app{margin:0;height:100%;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:13px;overflow:hidden}#app{display:flex;flex-direction:column}.topbar{display:flex;align-items:baseline;gap:16px;padding:10px 16px;background:var(--bg-elev);border-bottom:1px solid var(--border)}.topbar h1{margin:0;font-size:15px;font-weight:600;letter-spacing:.5px}.topbar .hint{color:var(--text-dim);font-size:12px}.formula-bar{display:flex;align-items:center;gap:8px;padding:6px 16px;background:var(--bg-elev);border-bottom:1px solid var(--border)}.formula-bar .cell-label{min-width:56px;padding:4px 8px;background:var(--bg-header);border:1px solid var(--border);border-radius:4px;text-align:center;font-weight:600;font-size:12px;color:var(--text-dim)}.formula-bar .equals{font-weight:700;color:var(--text-dim)}.formula-bar input{flex:1;height:28px;padding:0 10px;background:var(--bg-cell);color:var(--text);border:1px solid var(--border);border-radius:4px;outline:none;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12.5px}.formula-bar input:focus{border-color:var(--accent)}.grid-wrap{flex:1;overflow:auto;background:var(--bg)}.grid{border-collapse:collapse;table-layout:fixed;user-select:none}.grid th,.grid td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:0;font-size:12px;line-height:var(--row-h);height:var(--row-h);vertical-align:middle}.grid thead th{background:var(--bg-header);color:var(--text-dim);text-align:center;font-weight:500;position:sticky;top:0;z-index:2;width:var(--col-w);min-width:var(--col-w);max-width:var(--col-w)}.grid thead th.corner{left:0;z-index:3;width:48px;min-width:48px;max-width:48px}.grid tbody th{background:var(--bg-header);color:var(--text-dim);text-align:center;font-weight:500;position:sticky;left:0;z-index:1;width:48px;min-width:48px;max-width:48px}.grid td.cell{background:var(--bg-cell);color:var(--text);text-align:right;padding:0 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:cell}.grid td.cell.text{text-align:left}.grid td.cell.error{color:var(--text-err);font-weight:600}.grid td.cell.formula-show{color:var(--text-formula)}.grid td.cell.selected{outline:2px solid var(--accent);outline-offset:-2px;background:var(--bg-cell-sel);position:relative;z-index:0}.grid td.cell.editing{background:var(--bg-cell-edit);outline:2px solid var(--accent);outline-offset:-2px;padding:0;text-align:left}.grid td.cell.editing input{width:100%;height:var(--row-h);border:0;background:transparent;color:var(--text);font:inherit;text-align:right;padding:0 6px;outline:none}.grid th.col-sel,.grid th.row-sel{background:var(--bg-header-sel);color:var(--text)}.statusbar{padding:6px 16px;background:var(--bg-elev);border-top:1px solid var(--border);color:var(--text-dim);font-size:11.5px}
