@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{color-scheme:light;--bg: #fafafa;--surface: #ffffff;--surface-soft: #f4f4f5;--text: #09090b;--muted: #71717a;--faint: #a1a1aa;--border: #e4e4e7;--border-soft: #f0f0f2;--accent: #2563eb;--success: #10b981;--danger: #f43f5e;--shadow: 0 1px 2px rgba(9, 9, 11, .04), 0 10px 30px rgba(9, 9, 11, .03);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.64}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;background:#ffffffdb;border-bottom:1px solid rgba(228,228,231,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar-inner,.layout{width:min(1240px,calc(100% - 48px));margin:0 auto}.topbar-inner{height:64px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:700;letter-spacing:0}.logo-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;background:#050505;color:#fff;font-weight:900;letter-spacing:-.02em}.date-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);background:#f8f8f9;color:var(--muted);border-radius:999px;padding:7px 13px;font-size:12px;font-weight:600;white-space:nowrap}.date-pill strong{color:#27272a}.date-pill em{color:#52525b;font-style:normal}.live-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 0 5px #10b9811a}.layout{flex:1;padding:40px 0 84px}.notice{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;border:1px solid #fed7aa;border-radius:16px;color:#9a3412;background:#fff7ed;padding:12px 14px;font-size:13px;font-weight:600}.notice button{border:0;background:transparent;color:inherit;display:grid;place-items:center}.hero-card,.panel{background:var(--surface);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow)}.hero-card{padding:48px;margin-bottom:32px}.hero-main{display:flex;align-items:flex-end;justify-content:space-between;gap:36px}.hero-label{display:block;color:var(--faint);font-size:13px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;margin-bottom:10px}.hero-card h1{margin:0;display:flex;align-items:baseline;gap:12px;color:#030306;font-size:clamp(58px,8vw,100px);line-height:.92;font-weight:900;letter-spacing:0}.hero-card h1 b{font-weight:inherit}.hero-card h1 span{color:var(--faint);font-size:clamp(32px,4vw,50px);font-weight:300}.hero-card p{margin:12px 0 0;color:var(--muted);font-size:13px;font-weight:600}.currency-tabs{display:inline-flex;align-items:center;padding:4px;border-radius:13px;border:1px solid rgba(228,228,231,.84);background:var(--surface-soft);flex-shrink:0}.currency-tabs button,.people-filter button,.person-choice button{border:0;border-radius:9px;background:transparent;color:#52525b;font-weight:700;font-size:13px;padding:10px 14px;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.currency-tabs button.active,.people-filter button.active,.person-choice button.active{background:#050505;color:#fff;box-shadow:0 1px 3px #09090b24}.stat-strip{display:flex;flex-wrap:wrap;align-items:center;gap:18px 34px;margin-top:30px;padding-top:24px;border-top:1px solid var(--border-soft);color:var(--muted);font-size:12px}.stat-strip strong{color:#3f3f46}.ghost-action{margin-left:auto;display:inline-flex;align-items:center;gap:6px;border:0;color:var(--muted);background:transparent;font-size:12px;font-weight:700}.dashboard-grid{display:grid;grid-template-columns:minmax(330px,.95fr) minmax(0,2fr);gap:32px;margin-bottom:32px}.panel{padding:32px}.panel h2{margin:0;font-size:22px;line-height:1.16;font-weight:800;letter-spacing:0}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.panel-head p{margin:7px 0 0;color:var(--faint);font-size:13px;line-height:1.35}.legend{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;font-weight:600;white-space:nowrap}.legend span{width:8px;height:8px;border-radius:50%;background:var(--accent)}.form-stack{display:grid;gap:20px}label{display:grid;gap:8px}label>span,.filters-grid label>span{color:#71717a;font-size:12px;font-weight:800;letter-spacing:.045em;text-transform:uppercase}small{min-height:16px;color:var(--faint);font-size:11px;line-height:1.35}.field-wrap{position:relative;display:flex;align-items:center}.field-wrap b,.field-wrap svg{position:absolute;right:16px;color:var(--faint)}.field,input,select{width:100%;min-height:56px;border:1px solid var(--border);border-radius:13px;outline:none;background:#fbfbfc;color:var(--text);padding:0 16px;font-size:16px;font-weight:600;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.field-wrap input{padding-right:46px}input:focus,select:focus{border-color:#09090b;box-shadow:0 0 0 1px #09090b;background:#fff}.field-error,.choice-error{border-color:var(--danger)!important;box-shadow:0 0 0 1px #f43f5e66}.person-choice,.people-filter{display:flex;flex-wrap:wrap;gap:6px;border:1px solid rgba(228,228,231,.84);border-radius:14px;background:var(--surface-soft);padding:5px}.person-choice button,.people-filter button{flex:1;min-width:max-content}.button{min-height:44px;border-radius:12px;border:0;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:800;text-decoration:none}.button-primary{color:#fff;background:#050505;box-shadow:0 8px 18px #09090b1f}.button-secondary{color:#3f3f46;background:#f4f4f5;border:1px solid var(--border)}.button-danger{color:#fff;background:var(--danger)}.submit-button{width:100%;min-height:54px;margin-top:4px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chart-panel{min-width:0}.chart-shell{width:100%}.chart-svg{display:block;width:100%;height:330px}.chart-grid{stroke:#ececf0;stroke-width:1}.chart-base{stroke:#d4d4d8}.chart-axis,.chart-date,.chart-foot{fill:var(--faint);color:var(--faint);font-size:12px;font-weight:600}.chart-line{fill:none;stroke:var(--accent);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.chart-dot{fill:#10b981;stroke:#fff;stroke-width:3}.chart-hit{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:0}.chart-count{fill:var(--accent);font-size:15px;font-weight:900}.chart-split-line{stroke:#cbd5e1;stroke-dasharray:3 4}.chart-split-dot{fill:#18181b;stroke:#fff;stroke-width:2}.chart-foot{display:flex;justify-content:space-between;gap:16px;margin-top:8px;border-top:1px solid var(--border-soft);padding-top:18px}.chart-empty,.loading-state{min-height:304px;border:1px dashed var(--border);border-radius:18px;display:flex;align-items:center;justify-content:center;gap:16px;color:var(--faint)}.chart-empty strong,.chart-empty span{display:block}.chart-empty strong{color:#27272a}.chart-empty-mark{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#f4f4f5;color:#71717a;font-size:22px;font-weight:900}.filters-panel,.history-panel{margin-top:32px}.filters-grid{display:grid;grid-template-columns:180px 180px minmax(0,1fr);gap:14px;align-items:end}.filters-grid input{min-height:46px;font-size:14px}.filter-error{margin-top:12px;color:#be123c;font-size:13px;font-weight:700}.history-count{color:var(--muted);font-size:13px;font-weight:800;background:#f4f4f5;padding:8px 12px;border-radius:999px;white-space:nowrap}.history-table{width:100%}.history-row{display:grid;grid-template-columns:140px 150px 150px minmax(180px,1fr) 112px;gap:18px;align-items:center;min-height:64px;border-bottom:1px solid var(--border-soft);color:#18181b;font-size:14px;font-weight:700}.history-head{min-height:42px;color:var(--faint);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.sum-cell{font-weight:900}.company-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row-actions{display:inline-flex;justify-content:flex-end;gap:8px;opacity:0;transition:opacity .16s ease}.history-row:hover .row-actions,.edit-row .row-actions{opacity:1}.row-actions button{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:11px;background:#fff;color:#52525b}.row-actions button:hover{color:#09090b;border-color:#d4d4d8}.edit-row{align-items:start;padding:12px 0}.edit-row input,.edit-row select{min-height:42px;border-radius:10px;font-size:13px;padding:0 10px}.edit-actions{opacity:1}.history-empty{min-height:160px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--faint);text-align:center}.history-empty strong{color:#27272a;font-size:16px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#09090b5c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal{width:min(420px,100%);background:#fff;border-radius:22px;border:1px solid var(--border);padding:26px;box-shadow:0 28px 80px #09090b3d}.modal h3{margin:0;font-size:22px;font-weight:850}.modal p{margin:10px 0 24px;color:var(--muted);font-size:14px;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.system-page{flex:1;min-height:calc(100vh - 64px);display:grid;place-items:center;padding:40px 24px}.system-card{width:min(460px,100%);border:1px solid var(--border);background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:36px}.system-card h1{margin:20px 0 10px;font-size:32px;line-height:1.08}.system-card p{color:var(--muted);line-height:1.5}footer{text-align:center;color:#a1a1aa;font-size:12px;padding:28px 16px 40px}@media(max-width:920px){.topbar-inner,.layout{width:min(100% - 28px,760px)}.hero-card,.panel{border-radius:22px;padding:28px}.hero-main,.panel-head{flex-direction:column;align-items:flex-start}.currency-tabs{width:100%}.currency-tabs button{flex:1}.stat-strip{gap:12px 20px}.ghost-action{margin-left:0}.dashboard-grid,.filters-grid{grid-template-columns:1fr}.history-row{grid-template-columns:1fr 1fr}.history-head{display:none}.history-row{min-height:auto;border:1px solid var(--border-soft);border-radius:18px;padding:16px;margin-bottom:12px;gap:14px}.history-row>span{display:grid;gap:4px}.history-row>span:before{content:attr(data-label);color:var(--faint);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}.row-actions{opacity:1;justify-content:flex-start}.edit-row input,.edit-row select{min-height:46px}}@media(max-width:560px){.topbar-inner{height:56px}.brand span{font-size:13px}.logo-mark{width:32px;height:32px;border-radius:7px;font-size:14px}.date-pill{gap:6px;padding:6px 9px;font-size:11px}.date-pill em{display:none}.layout{padding-top:34px}.hero-card{padding:30px 28px}.hero-card h1{display:flex;align-items:baseline;font-size:clamp(46px,13.2vw,58px);white-space:nowrap}.hero-card h1 span{font-size:30px}.currency-tabs button{padding:10px 8px;font-size:12px}.stat-strip{display:grid;gap:12px}.panel{padding:28px}.panel h2{font-size:21px}.chart-svg{height:300px}.chart-axis{font-size:11px}.chart-foot{display:grid}.history-row{grid-template-columns:1fr}.modal-actions{display:grid;grid-template-columns:1fr 1fr}}
