:root{--bg:#eef1f6;--elevated:#fff;--ink:#12151c;--muted:#5c6572;--dim:#8b93a0;--line:#12151c14;--line-strong:#12151c24;--accent:#2f6bff;--accent-deep:#1e4fd6;--accent-soft:#e8efff;--good:#0c9d6e;--good-soft:#e5f7ef;--warn:#c47b12;--warn-soft:#fff3dd;--bad:#d64545;--radius:22px;--radius-sm:14px;--shadow:0 1px 2px #12151c0a, 0 18px 40px #12151c0f;--font:"Plus Jakarta Sans", system-ui, sans-serif;--rail:92px;--ask:380px;--bottom:68px;--safe-b:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}.login{place-items:center;min-height:100dvh;padding:24px;display:grid}.login-card{background:var(--elevated);border-radius:var(--radius);width:min(420px,100%);box-shadow:var(--shadow);justify-items:start;gap:16px;padding:36px 28px;display:grid}.login-lockup{width:min(252px,100%);height:auto;display:block}.login-card p{color:var(--muted)}.login-card .primary{margin-top:4px;text-decoration:none}html,body,#root{background:var(--bg);min-height:100%;color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.5}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3{letter-spacing:-.04em;margin:0;font-weight:700}p{margin:0}.app{grid-template-columns:var(--rail) minmax(0, 1fr);min-height:100dvh;display:grid}.app.ask-open{grid-template-columns:var(--rail) minmax(0, 1fr) var(--ask)}.rail{height:100dvh;padding:18px 10px calc(18px + var(--safe-b));background:var(--elevated);border-right:1px solid var(--line);z-index:4;flex-direction:column;align-items:center;gap:4px;display:flex;position:sticky;top:0}.mark{background:var(--ink);color:#fff;border-radius:14px;place-items:center;width:44px;height:44px;margin-bottom:18px;display:grid}.mark svg{width:18px;height:18px}.rail-btn{width:72px;color:var(--dim);background:0 0;border:0;border-radius:16px;justify-items:center;gap:4px;padding:10px 6px 8px;font-size:11px;font-weight:600;display:grid}.rail-btn:hover{color:var(--ink);background:var(--bg)}.rail-btn.active{color:var(--accent);background:var(--accent-soft)}.rail-spacer{flex:1}.stage{min-width:0;padding:32px 36px 120px}.top{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.date-line{color:var(--muted);margin-bottom:4px;font-size:15px;font-weight:500}.top h1{font-size:34px}.top-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.pill,.ghost,.primary,.icon-chip{background:var(--elevated);color:var(--muted);border:1px solid #0000;border-radius:999px;padding:9px 14px;font-size:13px;font-weight:600}.ghost{border-color:var(--line)}.ghost:hover,.pill:hover{color:var(--ink);background:#fff}.pill.active,.primary{background:var(--ink);color:#fff}.primary:disabled{opacity:.4;cursor:not-allowed}.icon-chip{border-color:var(--line);align-items:center;gap:8px;display:inline-flex}.icon-chip.live{color:var(--bad);background:#ffe8e8}.seg{background:#12151c0f;border-radius:14px;gap:2px;margin-bottom:14px;padding:4px;display:inline-flex}.seg .pill{box-shadow:none;background:0 0}.seg .pill.active{color:var(--ink);box-shadow:var(--shadow);background:#fff}.row-tabs{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.stat{background:var(--elevated);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;min-height:132px;padding:18px 18px 16px;display:flex}.stat .label{color:var(--muted);font-size:12px;font-weight:600}.stat .value{letter-spacing:-.05em;font-variant-numeric:tabular-nums;margin-top:8px;font-size:30px;font-weight:800}.stat .sub{color:var(--dim);margin-top:auto;padding-top:10px;font-size:12px}.stat.good .value{color:var(--good)}.stat.warn .value{color:var(--warn)}.spark{align-items:flex-end;gap:3px;height:28px;margin-top:12px;display:flex}.spark i{background:var(--accent-soft);border-radius:3px 3px 0 0;flex:1;min-height:4px}.stat.good .spark i{background:#c8eedd}.panel{background:var(--elevated);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:14px;padding:20px 22px 8px}.panel h2{margin-bottom:4px;font-size:17px}.panel .lede{color:var(--muted);margin-bottom:14px;font-size:13px}.insight{background:var(--elevated);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:4px 1fr;column-gap:14px;margin-bottom:16px;padding:18px 20px;display:grid}.insight:before{content:"";background:var(--accent);border-radius:99px;grid-area:1/1/span 8}.insight strong{margin-bottom:6px;font-size:14px;display:block}.insight p{color:var(--muted);font-size:14px}.insight strong,.insight p,.insight>div,.insight>button,.insight>a{grid-column:2}.table-wrap{margin:0 -6px 12px;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:13.5px}th,td{text-align:left;border-bottom:1px solid var(--line);white-space:nowrap;padding:13px 10px}th{letter-spacing:.06em;text-transform:uppercase;color:var(--dim);font-size:11px;font-weight:700}td.num,th.num{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}tr:last-child td{border-bottom:0}.tag{background:var(--bg);color:var(--muted);border-radius:999px;align-items:center;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.tag.good{background:var(--good-soft);color:var(--good)}.tag.warn{background:var(--warn-soft);color:var(--warn)}.bar{background:var(--bg);border-radius:99px;min-width:72px;height:6px;overflow:hidden}.bar>span{background:var(--accent);border-radius:99px;height:100%;display:block}.week{grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;display:grid}.day{background:var(--elevated);min-height:168px;box-shadow:var(--shadow);border-radius:18px;padding:12px}.day.today{outline:2px solid var(--accent);outline-offset:0}.day .n{color:var(--muted);margin-bottom:10px;font-size:12px;font-weight:700}.day .n b{color:var(--ink);font-size:18px;font-weight:800;display:block}.event{background:var(--accent-soft);color:var(--accent-deep);border-radius:12px;margin-bottom:6px;padding:8px 9px;font-size:12px;font-weight:600}.event time{color:var(--muted);font-size:11px;font-weight:600;display:block}.ledger-row{border-bottom:1px solid var(--line);grid-template-columns:72px 1fr auto;align-items:center;gap:14px;padding:14px 0;display:grid}.ledger-row:last-child{border-bottom:0}.thumb{object-fit:cover;background:var(--bg);width:52px;height:52px;color:var(--dim);border-radius:14px;place-items:center;font-size:11px;font-weight:700;display:grid}.amt.in{color:var(--good);font-weight:800}.amt.out{color:var(--ink);font-weight:800}.ask{background:var(--elevated);border-left:1px solid var(--line);flex-direction:column;height:100dvh;display:flex;position:sticky;top:0}.ask-head,.modal-head,.sheet-head{justify-content:space-between;align-items:center;gap:12px;padding:20px 20px 14px;display:flex}.ask-head h2{letter-spacing:-.03em;font-size:18px}.ask-thread{flex-direction:column;flex:1;gap:10px;padding:8px 16px 16px;display:flex;overflow:auto}.bubble{border-radius:16px;max-width:92%;padding:11px 14px;font-size:13.5px}.bubble.user{background:var(--ink);color:#fff;border-bottom-right-radius:6px;align-self:flex-end}.bubble.axiom{background:var(--bg);color:var(--muted);border-bottom-left-radius:6px;align-self:flex-start}.ask-form{padding:12px 16px calc(16px + var(--safe-b));gap:8px;display:flex}.ask-form input,.field{background:var(--bg);border:1px solid #0000;border-radius:14px;outline:none;width:100%;padding:12px 14px}.ask-form input:focus,.field:focus{border-color:var(--accent);background:#fff}.fab{right:24px;bottom:calc(24px + var(--safe-b));background:var(--ink);color:#fff;z-index:8;width:56px;height:56px;box-shadow:var(--shadow);border:0;border-radius:50%;place-items:center;display:grid;position:fixed}.app.ask-open .fab{right:calc(var(--ask) + 24px)}.fab.live{background:var(--bad)}.bottom-nav{display:none}.dictate-scrim,.modal-scrim{z-index:20;padding:24px 16px calc(28px + var(--safe-b));background:#12151c47;place-items:end center;display:grid;position:fixed;inset:0}.modal-scrim{place-items:center;padding:24px 16px}.dictate{width:min(560px,100%);box-shadow:var(--shadow);background:#fff;border-radius:28px;grid-template-columns:52px 1fr 52px;align-items:center;gap:8px;padding:14px;display:grid}.dictate-body{text-align:center;padding:6px 8px}.dictate-text{min-height:44px;color:var(--ink);font-size:15px;font-weight:600}.dictate-mic{background:var(--bg);width:44px;height:44px;color:var(--ink);border-radius:50%;place-items:center;margin:0 auto 8px;display:grid}.dictate-mic.live{color:var(--bad);background:#ffe8e8}.circle-btn{border:0;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.ghost-circle{background:var(--bg);color:var(--ink)}.ok-circle{background:var(--ink);color:#fff}.eq{justify-content:center;align-items:flex-end;gap:4px;height:16px;margin-top:8px;display:flex}.eq i{background:var(--bad);border-radius:99px;width:3px;animation:.9s ease-in-out infinite eq}.eq i:nth-child(2){animation-delay:.1s}.eq i:nth-child(3){animation-delay:.18s}.eq i:nth-child(4){animation-delay:50ms}.eq i:nth-child(5){animation-delay:.22s}@keyframes eq{0%,to{height:4px}50%{height:16px}}.modal{width:min(460px,100%);max-height:min(92dvh,760px);box-shadow:var(--shadow);background:#fff;border-radius:28px;padding:8px 22px 22px;overflow:auto}.modal h2{font-size:26px}.modal-help{color:var(--muted);margin:0 0 18px;font-size:13.5px}.label-field{color:var(--muted);gap:6px;margin-bottom:12px;font-size:12px;font-weight:700;display:grid}.photo-drop{border:1.5px dashed var(--line-strong);background:var(--bg);width:100%;min-height:140px;color:var(--muted);border-radius:18px;place-items:center;gap:8px;margin:6px 0 16px;font-weight:600;display:grid;overflow:hidden}.photo-drop img{object-fit:cover;width:100%;height:180px}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.hidden-file{display:none}.task{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 0;display:grid}.task:last-child{border-bottom:0}.task p{color:var(--muted);font-size:12px}.file-row{border-bottom:1px solid var(--line);color:inherit;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 0;text-decoration:none;display:flex}.file-row:last-child{border-bottom:0}.file-row span{color:var(--muted);white-space:nowrap;font-size:12px;font-weight:600}.file-row:hover strong{color:var(--accent)}@media (width<=1080px){.stats{grid-template-columns:repeat(2,minmax(0,1fr))}.week{grid-template-columns:1fr 1fr}}@media (width<=860px){.app,.app.ask-open{grid-template-columns:1fr}.rail{display:none}.stage{padding:22px 16px calc(120px + var(--safe-b))}.top{flex-direction:column;align-items:flex-start}.top h1{font-size:28px}.ask{z-index:9;border-left:0;height:100dvh;position:fixed;inset:0}.fab{bottom:calc(84px + var(--safe-b));right:16px}.app.ask-open .fab{right:16px}.bottom-nav{padding:6px 8px var(--safe-b);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);z-index:7;background:#ffffffeb;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.nav-btn{color:var(--dim);height:var(--bottom);background:0 0;border:0;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:11px;font-weight:700;display:flex}.nav-btn.active{color:var(--accent);background:var(--accent-soft)}}
