/* Halo — light people-ops workspace. Stone ground, ink text, vermilion for the one thing that matters. */
body{--font-ui:'Geist';--font-mono:'Plex Mono';--bg:#f5f4f0;--surface:#fff;--field:#fff;--text:#1a1917;--muted:#6f6c64;--line:#e7e4dd;--line-strong:#d5d1c8;--accent:#e5461b;--accent-deep:#c33a14;--accent-soft:#fdeae3;--ok:#1f8a5a;--ok-soft:#e3f3ea;--amber:#c27a11;--amber-soft:#fbefd9;--blue:#2d63d8;--blue-soft:#e6edfc;--violet:#7a4fd6;--violet-soft:#eee8fb;--teal:#0f8a8a;--teal-soft:#dff3f3;--danger:#d1382c;--radius-sm:8px;--radius-lg:14px;--hover:rgba(26,25,23,.05);--focus:#e5461b;--backdrop:rgba(26,25,23,.4);--toast-bg:#1a1917;color-scheme:light;font-family:'Geist','Pretendard',sans-serif;letter-spacing:-.005em}
.muted{color:var(--muted)}
h1{font-size:26px;font-weight:600;letter-spacing:-.025em;line-height:1.2}
h2{font-size:14px;font-weight:600}
h3{font-size:13px;font-weight:600;color:var(--muted);letter-spacing:.01em}

/* avatars (squircle, unique hue) */
.h-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;font-size:12px;font-weight:600;letter-spacing:.02em;color:hsl(var(--hue) 45% 28%);background:hsl(var(--hue) 55% 88%);flex-shrink:0}
.h-avatar.sm{width:24px;height:24px;border-radius:8px;font-size:10px}
.h-avatar.lg{width:60px;height:60px;border-radius:19px;font-size:20px}

/* top bar */
.h-top{position:sticky;top:0;z-index:30;background:rgba(245,244,240,.86);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.h-top-inner{max-width:1320px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;gap:18px}
.h-brand{display:flex;align-items:center;gap:9px;font-size:18px;font-weight:700;letter-spacing:-.03em}
.h-mark{width:22px;height:22px;border-radius:7px;background:var(--text);position:relative}
.h-mark::after{content:'';position:absolute;inset:6px;border-radius:50%;border:3px solid var(--accent)}
.h-workspace{display:flex;align-items:center;gap:7px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:500;color:var(--text)}
.h-workspace small{color:var(--muted);font-weight:400}
.h-workspace .icon{width:14px;height:14px;color:var(--muted)}
.h-workspace:hover{background:var(--hover)}
.h-tabs{display:flex;gap:2px;margin-left:8px}
.h-tabs a{padding:8px 12px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--muted);position:relative;transition:color .15s,background .15s}
.h-tabs a:hover{color:var(--text);background:var(--hover)}
.h-tabs a.active{color:var(--text)}
.h-tabs a.active::after{content:'';position:absolute;left:12px;right:12px;bottom:-11px;height:2px;background:var(--accent);border-radius:2px}
.h-tools{margin-left:auto;display:flex;align-items:center;gap:8px}
.h-search{display:flex;align-items:center;gap:10px;height:36px;padding:0 10px 0 12px;width:280px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:13px;transition:border-color .15s,box-shadow .15s}
.h-search:hover{border-color:var(--line-strong)}
.h-search span{flex:1;text-align:left}
.h-search kbd{font:11px var(--font-mono),monospace;padding:2px 6px;border:1px solid var(--line);border-radius:5px;background:var(--bg)}
.h-search .icon{width:15px;height:15px}
.h-iconbtn{position:relative;display:grid;place-items:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--muted)}
.h-iconbtn:hover:not(:disabled){color:var(--text);border-color:var(--line-strong)}
.h-iconbtn i{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}
.h-main{outline:0}
.h-page{max-width:1320px;margin:0 auto;padding:36px 24px 72px}
.h-page.wide{max-width:1440px}
.h-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:26px}
.h-lead{margin-top:8px;font-size:14px;color:var(--muted);line-height:1.65;max-width:560px;text-wrap:pretty}
.h-lead strong{color:var(--text);font-weight:600}
.h-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.h-toolbar select,.h-list-tools select{height:36px;padding:0 30px 0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f6c64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 10px center/14px;appearance:none;font-size:13px;color:var(--text)}
.h-pager{display:flex;align-items:center;gap:8px;font-size:13px}

/* buttons */
.h-btn{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 14px;border-radius:10px;border:1px solid var(--line);background:var(--surface);font-size:13px;font-weight:500;color:var(--text);transition:background .15s,border-color .15s,transform .1s,box-shadow .15s;box-shadow:0 1px 1px rgba(26,25,23,.04)}
.h-btn .icon{width:15px;height:15px}
.h-btn:hover{border-color:var(--line-strong);background:#fbfaf8}
.h-btn:active{transform:translateY(1px)}
.h-btn.primary{background:var(--text);border-color:var(--text);color:#fff}
.h-btn.primary:hover{background:#000;border-color:#000}
.h-btn.small{height:30px;padding:0 10px;font-size:12.5px;border-radius:8px}
.h-btn.small .icon{width:13px;height:13px}
.h-btn.danger{color:var(--danger)}
.h-btn.danger:hover{background:#fdecea;border-color:#f0b9b4}
.h-btn.full{width:100%;justify-content:center;margin-top:10px}
.h-mini{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;border:1px solid var(--line);background:var(--surface);color:var(--muted);transition:all .15s}
.h-mini .icon{width:14px;height:14px}
.h-mini:hover:not(:disabled){color:var(--text);border-color:var(--line-strong)}
.h-mini.ok:hover{background:var(--ok);border-color:var(--ok);color:#fff}
.h-mini.danger:hover{background:var(--danger);border-color:var(--danger);color:#fff}
.h-link{display:inline-flex;align-items:center;gap:8px;text-align:left;font:inherit;color:var(--text);border-radius:8px;padding:2px 4px 2px 2px}
.h-link:hover{background:var(--hover)}
.h-link small{display:block;font-size:11px;color:var(--muted)}
.h-count{font-size:12px;font-weight:500;color:var(--muted);padding:2px 8px;border-radius:999px;background:var(--bg)}

/* status colors */
.h-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--muted);flex-shrink:0}
.office{--c:var(--ok);--s:var(--ok-soft)}.remote{--c:var(--blue);--s:var(--blue-soft)}.leave{--c:var(--accent);--s:var(--accent-soft)}.trip{--c:var(--violet);--s:var(--violet-soft)}.sick{--c:var(--amber);--s:var(--amber-soft)}
.annual{--c:var(--accent);--s:var(--accent-soft)}.half{--c:#e57a3c;--s:#fdeee2}
.h-dot.office,.h-dot.remote,.h-dot.leave,.h-dot.trip,.h-dot.sick{background:var(--c)}
.h-chip{display:inline-flex;align-items:center;padding:2px 7px;border-radius:6px;font-size:11px;font-weight:600;color:var(--c,var(--text));background:var(--s,var(--bg))}
.h-chip.stage{--c:var(--text);--s:var(--bg);font-size:12px;margin-top:6px}

/* bento */
.h-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(150px,auto);gap:16px}
.h-tile{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px 22px 22px;display:flex;flex-direction:column;min-width:0;box-shadow:0 1px 2px rgba(26,25,23,.03)}
.h-tile.span2{grid-column:span 2}
.h-tile.tall{grid-row:span 2}
.h-tile-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.h-tile-head a{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:500;color:var(--muted)}
.h-tile-head a:hover{color:var(--accent)}
.h-tile-head a .icon{width:13px;height:13px}
.h-att{display:grid;grid-template-columns:auto 1fr;gap:8px 28px;align-items:center}
.h-att-big{display:flex;align-items:baseline;gap:2px;font-size:56px;font-weight:600;letter-spacing:-.04em;line-height:1;grid-row:span 2}
.h-att-big small{font-size:22px;color:var(--muted);font-weight:500}
.h-att-cap{display:block;width:100%;font-size:12.5px;font-weight:400;color:var(--muted);letter-spacing:0;margin-left:6px;align-self:center}
.h-segbar{display:flex;height:12px;border-radius:6px;overflow:hidden;gap:2px;align-self:end}
.h-segbar i{width:var(--w);background:var(--c);min-width:0}
.h-seglegend{display:flex;flex-wrap:wrap;gap:6px 16px;font-size:12px;color:var(--muted);align-self:start}
.h-seglegend li{display:flex;align-items:center;gap:6px}
.h-seglegend i{width:8px;height:8px;border-radius:50%;background:var(--c)}
.h-seglegend b{color:var(--text);font-weight:600}
.h-week{margin-top:auto;padding-top:18px}
.h-weekbars{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:8px}
.h-weekbars>div{display:grid;gap:6px;justify-items:center}
.h-wb{display:flex;align-items:flex-end;gap:2px;height:44px;width:100%}
.h-wb i{flex:1;height:var(--h);border-radius:3px 3px 0 0;background:var(--c);opacity:.85}
.h-weekbars small{font-size:11px;color:var(--muted)}
.h-reqs{display:grid;gap:4px;margin:-4px -10px 0}
.h-reqs li{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:9px 10px;border-radius:10px;transition:background .15s}
.h-reqs li:hover{background:var(--bg)}
.h-req-main{min-width:0;display:grid;gap:2px}
.h-req-main strong{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600}
.h-req-main strong small{font-weight:400;color:var(--muted)}
.h-req-main>small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.h-req-actions{display:flex;gap:6px}
.h-empty{padding:28px 10px;text-align:center;font-size:13px;color:var(--muted);line-height:1.6}
.h-empty small{font-size:12px}
.h-onb{display:grid;gap:14px}
.h-onb li{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:start}
.h-onb strong{display:flex;justify-content:space-between;gap:8px;font-size:13.5px;font-weight:600}
.h-onb strong small{font-weight:400;color:var(--muted);font-size:11.5px;white-space:nowrap}
.h-progress{height:6px;border-radius:3px;background:var(--bg);margin:7px 0 5px;overflow:hidden}
.h-progress i{display:block;height:100%;width:var(--p);background:var(--text);border-radius:3px}
.h-next{font-size:11.5px;color:var(--muted)}
.h-onb b{font-size:12px;font-weight:500;color:var(--muted);padding-top:2px}
.h-funnel{display:grid;gap:10px}
.h-funnel li{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:12px;font-size:12.5px}
.h-funnel li span{color:var(--muted)}
.h-funnel i{display:block;height:18px;border-radius:5px;width:max(var(--w),4%);background:var(--text)}
.h-funnel li:nth-child(2) i{background:#4a4845}.h-funnel li:nth-child(3) i{background:#7c7975}.h-funnel li:nth-child(4) i{background:var(--accent)}
.h-funnel b{font-weight:600}
.h-tile-note{margin-top:auto;padding-top:16px;font-size:12px;color:var(--muted)}
.h-tile-note b{color:var(--text);font-weight:600}
.h-teams{display:grid;gap:4px;margin:0 -8px}
.h-teams button{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:12px;width:100%;padding:5px 8px;border-radius:8px;font-size:12.5px;text-align:left}
.h-teams button:hover{background:var(--bg)}
.h-teams span{color:var(--text);font-weight:500}
.h-teams i{display:block;height:8px;border-radius:4px;width:var(--w);background:var(--line-strong)}
.h-teams button:hover i{background:var(--accent)}
.h-teams b{font-weight:500;color:var(--muted)}
.h-events{display:grid;gap:10px}
.h-events li{display:flex;align-items:center;gap:10px;font-size:13px}
.h-date{font-size:11.5px;color:var(--muted);width:40px}
.h-ev-name{font-weight:500}
.h-ev-what{margin-left:auto;font-size:12px;color:var(--muted)}

/* people split */
.h-split{display:grid;grid-template-columns:380px 1fr;min-height:calc(100dvh - 60px)}
.h-list-pane{border-right:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;position:sticky;top:60px;height:calc(100dvh - 60px)}
.h-list-head{display:flex;align-items:center;justify-content:space-between;padding:22px 20px 12px}
.h-list-head h1{font-size:20px}
.h-list-head h1 span{color:var(--muted);font-weight:500;font-size:14px;margin-left:4px}
.h-list-tools{display:grid;grid-template-columns:1fr auto auto;gap:6px;padding:0 20px 12px}
.h-field-search{display:flex;align-items:center;gap:8px;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:10px;color:var(--muted);background:var(--bg)}
.h-field-search input{flex:1;min-width:0;border:0;background:none;outline:0;font-size:13px;color:var(--text)}
.h-field-search .icon{width:15px;height:15px}
.h-list-tools select{padding-left:9px;padding-right:24px;font-size:12px;background-position:right 7px center}
.h-people{overflow:auto;flex:1;padding:6px 10px;outline:0;border-top:1px solid var(--line)}
.h-people:focus-visible{box-shadow:inset 0 0 0 2px var(--accent)}
.h-people li[role=option]{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:9px 10px;border-radius:10px;cursor:pointer;transition:background .12s}
.h-people li[role=option]:hover{background:var(--bg)}
.h-people li[aria-selected=true]{background:var(--accent-soft)}
.h-people li[aria-selected=true] strong{color:var(--accent-deep)}
.h-person-main{min-width:0;display:grid;gap:1px}
.h-person-main strong{font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.h-person-main small{font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.h-list-foot{padding:10px 20px;border-top:1px solid var(--line);font-size:11.5px;color:var(--muted)}
.h-list-foot kbd{font:11px var(--font-mono),monospace;padding:1px 5px;border:1px solid var(--line);border-radius:4px;margin-right:2px}
.h-detail-pane{padding:34px 44px 60px;max-width:820px;outline:0}
.h-back-mobile{display:none}
.h-profile{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.h-profile h2{font-size:24px;font-weight:600;letter-spacing:-.02em}
.h-profile p{font-size:13.5px;color:var(--muted);margin-top:3px}
.h-profile.compact{gap:16px}
.h-status-select{margin-left:auto;display:flex;align-items:center;gap:8px;height:34px;padding:0 10px 0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);font-size:13px;font-weight:500;position:relative}
.h-status-select select{appearance:none;border:0;background:none;outline:0;font:inherit;color:var(--text);padding-right:2px;cursor:pointer}
.h-status-select .icon{width:14px;height:14px;color:var(--muted)}
.h-props{display:grid;grid-template-columns:1fr 1fr;gap:0 40px;margin:30px 0 0;border-top:1px solid var(--line)}
.h-props>div{display:grid;grid-template-columns:90px 1fr;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:13.5px}
.h-props dt{font-size:12px;color:var(--muted)}
.h-props dd{margin:0;min-width:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.h-props dd a{color:var(--text);text-decoration:underline;text-decoration-color:var(--line-strong);text-underline-offset:3px;overflow:hidden;text-overflow:ellipsis}
.h-inline-select{appearance:none;border:1px dashed var(--line-strong);border-radius:7px;padding:4px 26px 4px 8px;font-size:13px;background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236f6c64' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 7px center/13px;cursor:pointer}
.h-inline-select:hover{border-style:solid}
.h-leave-meter{width:90px;height:6px;border-radius:3px;background:var(--bg);overflow:hidden}
.h-leave-meter i{display:block;height:100%;width:var(--p);background:var(--ok);border-radius:3px}
.h-section{margin-top:28px}
.h-section h3{margin-bottom:12px}
.h-section h3 span{color:var(--muted);font-weight:500}
.h-reports{display:flex;flex-wrap:wrap;gap:6px 14px}
.h-reports .h-link span{display:grid;line-height:1.25;font-size:13px}
.h-timeline{display:grid;gap:8px}
.h-timeline li{display:flex;align-items:center;gap:10px;font-size:13px}
.h-timeline li small{margin-left:auto;color:var(--muted);font-size:12px}
.h-muted-line{font-size:13px;color:var(--muted)}
.h-section-actions{display:flex;gap:8px;margin-top:16px}
.h-detail-empty{padding:60px;text-align:center;color:var(--muted)}
.h-kv{display:grid;grid-template-columns:auto 1fr;gap:10px 18px;margin:18px 0 0;font-size:13.5px}
.h-kv dt{color:var(--muted);font-size:12px;padding-top:2px}
.h-kv dd{margin:0}

/* week grid */
.h-grid-wrap{overflow-x:auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg)}
.h-weekgrid{min-width:820px;table-layout:fixed}
.h-weekgrid th,.h-weekgrid td{border-bottom:1px solid var(--line);padding:0}
.h-weekgrid thead th{padding:12px 8px;text-align:center;font-weight:500;color:var(--muted);background:#fbfaf8}
.h-weekgrid thead th:first-child{text-align:left;padding-left:16px;width:220px}
.h-weekgrid thead th .mono{display:block;font-size:13px;color:var(--text)}
.h-weekgrid thead th small{font-size:11px}
.h-weekgrid thead th.weekend{background:#f3f1ec}
.h-weekgrid thead th.today .mono{color:var(--accent)}
.h-weekgrid tbody th{text-align:left;padding:8px 12px;font-weight:400}
.h-weekgrid tbody td{height:52px;border-left:1px solid var(--line)}
.h-weekgrid tbody td.weekend{background:#faf9f6}
.h-weekgrid tbody tr:last-child th,.h-weekgrid tbody tr:last-child td{border-bottom:0}
.h-block{display:block;width:calc(100% + 2px);margin:0 -1px;height:32px;background:var(--s);color:var(--c);font-size:12px;font-weight:600;text-align:left;padding:0 10px;white-space:nowrap;overflow:hidden;border-top:2px solid transparent;border-bottom:2px solid transparent;position:relative;z-index:1}
.h-block.first{border-radius:8px 0 0 8px;margin-left:4px;width:calc(100% - 3px);box-shadow:inset 3px 0 var(--c)}
.h-block.last{border-radius:0 8px 8px 0;width:calc(100% - 3px);margin-right:4px}
.h-block.first.last{width:calc(100% - 8px)}
.h-block:hover{filter:brightness(.96)}
.h-leave-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;font-size:12px;color:var(--muted)}
.h-leave-legend span{display:flex;align-items:center;gap:6px}
.h-leave-legend i{width:16px;height:10px;border-radius:3px;background:var(--s);box-shadow:inset 3px 0 var(--c)}
.h-pending{margin-top:34px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:20px 22px}
.h-pending-list{display:grid}
.h-pending-list li{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;padding:12px 0;border-top:1px solid var(--line)}
.h-req-balance{font-size:12px;color:var(--muted)}
.h-empty-inline{padding:14px 0 4px;font-size:13px;color:var(--muted)}

/* board */
.h-board{display:grid;grid-template-columns:repeat(4,minmax(240px,1fr));gap:14px;align-items:start}
.h-col{background:#efede8;border-radius:var(--radius-lg);padding:8px;min-height:360px;transition:background .15s,box-shadow .15s}
.h-col.over{background:var(--accent-soft);box-shadow:inset 0 0 0 2px var(--accent)}
.h-col-head{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 10px}
.h-col-body{display:grid;gap:8px}
.h-col-empty{padding:30px 10px;text-align:center;font-size:12.5px;color:var(--muted)}
.h-card{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:12px 12px 10px;cursor:grab;box-shadow:0 1px 2px rgba(26,25,23,.05);transition:transform .15s,box-shadow .15s,border-color .15s}
.h-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px -10px rgba(26,25,23,.35);border-color:var(--line-strong)}
.h-card:active{cursor:grabbing}
.h-card.dragging{opacity:.45;transform:rotate(-1.5deg)}
.h-card-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px}
.h-card-top strong{display:block;font-size:13.5px;font-weight:600}
.h-card-top small{display:block;font-size:11.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.h-drag{color:var(--line-strong)}
.h-drag .icon{width:14px;height:14px}
.h-card-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:10px}
.h-card-tags span{padding:2px 7px;border-radius:5px;background:var(--bg);font-size:11px;color:var(--muted)}
.h-card-foot{display:flex;align-items:center;gap:8px;margin-top:10px}
.h-card-foot small{color:var(--muted);font-size:11px}
.h-card-actions{margin-left:auto;display:flex;gap:4px;opacity:0;transition:opacity .15s}
.h-card:hover .h-card-actions,.h-card:focus-within .h-card-actions{opacity:1}
.h-card-actions .h-mini{width:24px;height:24px;border-radius:6px}
.h-score{display:inline-flex;gap:2px}
.h-score i{width:6px;height:6px;border-radius:50%;background:var(--line-strong)}
.h-score i.on{background:var(--accent)}
.h-stage-steps{display:grid;gap:6px}
.h-stage-steps button{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:9px;border:1px solid var(--line);font-size:13px;text-align:left;color:var(--muted)}
.h-stage-steps button b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--bg);font-size:11px;font-weight:600}
.h-stage-steps button .icon{width:16px;height:16px;color:var(--ok)}
.h-stage-steps button.current{border-color:var(--text);color:var(--text);font-weight:600}
.h-stage-steps button.current b{background:var(--text);color:#fff}
.h-stage-steps button:hover{background:var(--bg)}

/* dialogs */
.h-ws-list{display:grid;gap:4px}
.h-ws-list li{display:flex;align-items:center;gap:12px;padding:10px;border-radius:10px}
.h-ws-list li[aria-current]{background:var(--bg)}
.h-ws-list li .icon{margin-left:auto;color:var(--ok)}
.h-ws-list strong{display:block;font-size:13.5px}.h-ws-list small{color:var(--muted);font-size:12px}
.h-ws-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--text);color:#fff;font-weight:600}
.h-ws-mark.alt{background:var(--violet)}
.h-notices{display:grid;gap:14px}
.h-notices li{display:flex;gap:12px;align-items:center}
.h-notices strong{display:block;font-size:13.5px;font-weight:600}
.h-notices small{color:var(--muted);font-size:12px}
.s-dialog,.s-drawer{border-radius:16px}
.s-drawer{border-radius:0}

/* responsive */
@media (max-width:1180px){.h-bento{grid-template-columns:repeat(2,1fr)}.h-tile.tall{grid-row:auto}.h-search{width:180px}.h-board{grid-template-columns:repeat(2,1fr)}.h-split{grid-template-columns:320px 1fr}.h-detail-pane{padding:28px}}
@media (max-width:820px){
  .h-top-inner{height:auto;flex-wrap:wrap;padding:10px 14px;gap:8px}
  .h-tabs{order:5;width:100%;margin:0;overflow-x:auto;border-top:1px solid var(--line);padding-top:6px}
  .h-tabs a.active::after{bottom:-6px}
  .h-search{width:auto}.h-search span,.h-search kbd{display:none}.h-workspace{display:none}
  .h-page{padding:22px 14px 56px}.h-bento{grid-template-columns:1fr}.h-tile.span2{grid-column:auto}
  .h-att{grid-template-columns:1fr}.h-att-big{font-size:44px;grid-row:auto}
  .h-split{grid-template-columns:1fr;min-height:0}
  .h-list-pane{position:static;height:auto;border-right:0;min-height:calc(100dvh - 100px)}
  .h-people{max-height:none}
  .h-split.show-detail .h-list-pane{display:none}
  .h-split:not(.show-detail) .h-detail-pane{display:none}
  .h-detail-pane{padding:18px 16px 48px}
  .h-back-mobile{display:inline-flex;align-items:center;gap:4px;margin-bottom:16px;font-size:13px;color:var(--muted)}
  .h-props{grid-template-columns:1fr}
  .h-status-select{margin-left:0;width:100%}
  .h-board{grid-template-columns:1fr}.h-col{min-height:0}
  .h-pending-list li{grid-template-columns:auto 1fr;row-gap:8px}.h-req-balance{grid-column:2}.h-pending-list .h-req-actions{grid-column:2}
}
