:root{--bg:#f6f7f4;--surface:#fff;--surface-strong:#f0f4f2;--text:#202724;--muted:#66736e;--border:#dce3df;--blue:#2f6f9f;--blue-soft:#e7f1f8;--green:#2f7d58;--green-soft:#e6f3ec;--amber:#a66f21;--amber-soft:#fbf0dc;--red:#b74444;--red-soft:#f8e7e7;--teal:#1f807c;--shadow:0 12px 32px #26323814;--radius:8px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,select,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:6px;min-height:42px;padding:9px 11px}textarea{resize:vertical;min-height:72px}label{color:var(--muted);gap:6px;font-size:13px;font-weight:700;display:grid}h1,h2,p{margin:0}h1,h2{letter-spacing:0}#root{min-height:100vh}.auth-shell{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:min(460px,100%);box-shadow:var(--shadow);padding:24px}.brand-row,.title-block,.panel-title,.loading,.action{align-items:center;display:flex}.brand-row{gap:14px;margin-bottom:22px}.brand-mark{background:var(--green-soft);width:54px;height:54px;color:var(--green);border-radius:8px;flex:none;place-items:center;display:grid}.small-mark{width:44px;height:44px}.brand-row h1,.topbar h1{font-size:26px;font-weight:800;line-height:1.1}.brand-row p,.topbar p,.metric span,.row small,.muted,.empty{color:var(--muted)}.segmented{border:1px solid var(--border);background:var(--surface-strong);border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:18px;padding:4px;display:grid}.segmented button,.weekday-grid button{min-height:38px;color:var(--muted);background:0 0;border:0;border-radius:6px;font-weight:800}.segmented button.active,.weekday-grid button.active{color:var(--text);background:#fff;box-shadow:0 1px 6px #141c1814}.stack{gap:12px;display:grid}.app-shell{width:min(1440px,100%);margin:0 auto;padding:22px}.topbar{justify-content:space-between;align-items:center;gap:16px;min-height:72px;margin-bottom:18px;display:flex}.title-block{gap:12px;min-width:0}.title-block h1,.title-block p{overflow-wrap:anywhere}.primary,.secondary,.icon-action{border:1px solid #0000;border-radius:6px;font-weight:850}.primary{background:var(--blue);color:#fff}.secondary{color:var(--text);border-color:var(--border);background:#fff}.small{min-width:72px;min-height:34px;padding:0 10px}.action{justify-content:center;gap:8px;min-height:42px;padding:0 14px}.icon-action{background:var(--blue-soft);width:42px;height:42px;color:var(--blue);flex:0 0 42px;place-items:center;display:grid}.icon-action.success{background:var(--green-soft);color:var(--green)}.icon-action.danger{background:var(--red-soft);color:var(--red)}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.metric{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-rows:auto auto;grid-template-columns:38px 1fr;align-items:center;gap:2px 10px;min-height:96px;padding:14px;display:grid}.metric div{background:var(--amber-soft);width:38px;height:38px;color:var(--amber);border-radius:7px;grid-row:1/span 2;place-items:center;display:grid}.metric span{font-size:13px;font-weight:750}.metric strong{font-size:26px;line-height:1}.profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.profile-grid .metric{min-height:76px;box-shadow:none}.profile-grid .metric strong{font-size:22px}.workspace-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px;display:grid}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:0;padding:16px}.panel.wide{grid-column:span 2}.panel-title{color:var(--teal);gap:8px;margin-bottom:14px}.panel-title h2{color:var(--text);font-size:17px;line-height:1.2}.child-switcher,.rows,.tag-list{gap:8px;display:grid}.child-chip{border:1px solid var(--border);width:100%;min-height:48px;color:var(--text);text-align:left;background:#fff;border-radius:7px;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;display:flex}.child-chip.active{border-color:var(--green);background:var(--green-soft)}.child-chip strong{color:var(--green)}.compact-form{grid-template-columns:minmax(0,1fr) minmax(84px,.45fr) 42px;gap:8px;margin-top:12px;display:grid}.compact-form input:nth-child(3){min-width:0}.child-create-form{grid-template-columns:minmax(0,1fr) 72px minmax(128px,.68fr) 42px}.row{border:1px solid var(--border);background:#fff;border-radius:7px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:58px;padding:9px 10px;display:grid}.row strong,.row small{overflow-wrap:anywhere;display:block}.row small{margin-top:2px;font-size:12px}.row-actions{justify-content:flex-end;gap:6px;min-width:92px;display:flex}.status{min-width:92px;min-height:28px;color:var(--muted);background:var(--surface-strong);border-radius:999px;place-items:center;padding:0 10px;font-size:12px;font-weight:850;display:inline-grid}.status.submitted,.status.requested{color:var(--amber);background:var(--amber-soft)}.status.approved,.status.active{color:var(--green);background:var(--green-soft)}.status.rejected,.status.blocked,.status.expired{color:var(--red);background:var(--red-soft)}.form-row{grid-template-columns:.7fr 1fr;gap:8px;display:grid}.checkline{align-items:center;gap:8px;display:flex}.checkline input{width:18px;min-height:18px}.weekday-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;display:grid}.weekday-grid button{border:1px solid var(--border);background:#fff}.wallet-tools{grid-template-columns:120px auto;gap:8px;margin-bottom:10px;display:grid}.settings-form{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.link-button{width:fit-content;min-height:28px;color:var(--blue);text-align:left;background:0 0;border:0;padding:0;font-weight:850}.subsection{margin-top:14px}.subsection h3{color:var(--text);margin-bottom:10px;font-size:14px;font-weight:850}.tag-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-top:12px}.tag-list span{background:var(--surface-strong);min-height:34px;color:var(--muted);border-radius:999px;place-items:center;padding:0 10px;font-size:13px;font-weight:800;display:grid}.tag-list .tag-editor{border-radius:7px;grid-template-columns:minmax(0,1fr) auto;place-items:center stretch;gap:6px;width:100%;padding:6px}.tag-editor input{width:100%;min-height:32px;padding:0 10px}.tag-editor .small{min-width:64px}.error,.notice,.loading{border-radius:7px;min-height:42px;margin-bottom:12px;padding:10px 12px;font-weight:800}.error{background:var(--red-soft);color:var(--red)}.notice{background:var(--green-soft);color:var(--green)}.loading{background:var(--blue-soft);color:var(--blue);gap:8px}.empty{border:1px dashed var(--border);border-radius:7px;place-items:center;min-height:44px;font-weight:750;display:grid}@media (width<=1100px){.workspace-grid,.profile-grid,.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.app-shell{padding:12px}.topbar,.row{align-items:stretch}.topbar{flex-direction:column}.kpi-grid,.profile-grid,.workspace-grid,.panel.wide{grid-column:auto;grid-template-columns:1fr}.compact-form,.wallet-tools,.settings-form,.row{grid-template-columns:1fr}.row-actions{justify-content:flex-start;min-width:0}.status{width:fit-content}}
