:root{--bg0: #0f1410;--ink: #f2efe6;--muted: #a8b5a4;--accent: #e8ff4d;--accent-ink: #1a2208;--guide: #5ef0c8;--danger: #ff6b4a;--line: rgba(242, 239, 230, .12);--font: "Manrope", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;height:100%;font-family:var(--font);color:var(--ink);background:radial-gradient(120% 80% at 10% -10%,#2a3d28 0%,transparent 55%),radial-gradient(90% 60% at 100% 0%,#3a2a14 0%,transparent 45%),var(--bg0)}body{overscroll-behavior:none}button,input{font:inherit}.shell{min-height:100%;max-width:480px;margin:0 auto;padding:28px 20px 40px;display:flex;flex-direction:column;gap:20px}.shell--wide{max-width:1180px}.kpi{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kpi__item{background:#0f1410c7;border:1px solid var(--line);border-radius:14px;padding:12px 14px;display:flex;flex-direction:column;gap:4px}.kpi__item strong{font-size:1.35rem;font-weight:800}.kpi__item span{color:var(--muted);font-size:.8rem}.search{flex:1;min-height:48px;border-radius:12px;border:1px solid var(--line);background:#00000047;color:var(--ink);padding:0 14px}.users-layout{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.2fr);gap:16px;align-items:start}.users-list,.users-detail{max-height:70vh;overflow:auto}.user-row{width:100%;text-align:left;display:flex;justify-content:space-between;gap:10px;padding:12px 10px;border:0;border-radius:12px;background:transparent;color:inherit;cursor:pointer}.user-row:hover,.user-row--on{background:#5ef0c81a}.user-row__main{display:flex;flex-direction:column;gap:2px;min-width:0}.user-row__meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.chip{font-size:.75rem;font-weight:700;color:var(--guide);border:1px solid rgba(94,240,200,.35);border-radius:999px;padding:2px 8px;white-space:nowrap}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px}.field-lite{display:flex;flex-direction:column;gap:2px}.field-lite span{color:var(--muted);font-size:.8rem}.field-lite strong{font-size:.95rem;font-weight:700}.subtitle{margin:8px 0 0;font-size:1rem;font-weight:800}.mini-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:.9rem}.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.user-row__ident{display:flex;align-items:center;gap:10px;min-width:0}.avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#5ef0c81f}.avatar--lg{width:56px;height:56px}.avatar--empty{display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:var(--guide)}.detail-head{display:flex;align-items:center;gap:14px}.hours{display:flex;align-items:flex-end;gap:2px;height:72px;margin-top:8px}.hours__bar{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:2px}.hours__bar span{width:100%;max-width:10px;background:#5ef0c88c;border-radius:2px 2px 0 0;min-height:2px}.hours__bar em{font-style:normal;font-size:.55rem;color:var(--muted)}@media(max-width:900px){.insight-grid{grid-template-columns:1fr}}@media(max-width:900px){.kpi{grid-template-columns:repeat(2,minmax(0,1fr))}.users-layout{grid-template-columns:1fr}.users-list,.users-detail{max-height:none}}.stack{display:flex;flex-direction:column;gap:16px}.days{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.days .title{font-size:1.25rem}.days .card{min-width:0}@media(max-width:860px){.days{grid-template-columns:1fr}}.top__right{display:flex;align-items:center;gap:10px}.tabs{display:flex;gap:8px}.tab{flex:1;min-height:42px;border:1px solid var(--line);border-radius:12px;background:transparent;color:var(--muted);font-weight:700;cursor:pointer}.tab--on{background:#5ef0c824;border-color:#5ef0c873;color:var(--guide)}.row{display:flex;gap:10px;align-items:center}.row.between{justify-content:space-between;align-items:flex-start}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.list__item{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 0;border-top:1px solid var(--line)}.list__item:first-child{border-top:0;padding-top:0}.small{font-size:.85rem}.link{color:var(--guide)}.top{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.03em}.card{background:#0f1410c7;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:14px;box-shadow:0 16px 40px #00000059}.title{margin:0;font-size:1.6rem;font-weight:800;letter-spacing:-.03em}.lead,.muted,.hint{margin:0;color:var(--muted);line-height:1.45}.hint{color:var(--guide)}.err{margin:0;color:var(--danger)}.form{display:flex;flex-direction:column;gap:12px}.field{display:flex;flex-direction:column;gap:6px}.field span{font-size:.9rem;color:var(--muted)}.field input{min-height:48px;border-radius:12px;border:1px solid var(--line);background:#00000047;color:var(--ink);padding:0 14px}.field input:focus{outline:2px solid rgba(94,240,200,.45);outline-offset:1px}.btn{min-height:48px;border:0;border-radius:12px;background:var(--accent);color:var(--accent-ink);font-weight:800;cursor:pointer}.btn:disabled{opacity:.5;cursor:default}.btn.ghost{background:transparent;color:var(--muted);border:1px solid var(--line);font-weight:600}
