:root{color-scheme:light;--bg: #F5F7F6;--surface: #FFFFFF;--surface-2: #ECF1F0;--ink: #10181A;--ink-secondary: #445353;--muted: #71827F;--line: #DBE3E1;--line-strong: #C4CFCC;--accent: #00897B;--accent-strong: #0A6459;--accent-soft: #E1F1EE;--series-2: #6E4FB8;--series-2-soft: #ECE6F8;--chart-1: #00897B;--chart-2: #6E4FB8;--band-run: rgba(12, 122, 62, .1);--band-stop: rgba(174, 55, 47, .09);--good: #0C7A3E;--good-soft: #E4F5EA;--warn: #96650C;--warn-soft: #FBEFD9;--crit: #AE372F;--crit-soft: #F9E6E4;--neutral-state: #5B6A6A;--neutral-soft: #EBEFEE;--shadow: 0 1px 2px rgba(16, 24, 26, .08), 0 12px 30px -10px rgba(16, 24, 26, .24);--shadow-hover: 0 2px 4px rgba(16, 24, 26, .1), 0 18px 40px -12px rgba(16, 24, 26, .3);--radius: 10px;--font-display: -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", "Cascadia Mono", "Roboto Mono", Menlo, Consolas, monospace}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #0F1516;--surface: #1C2629;--surface-2: #26312F;--ink: #E9F0EE;--ink-secondary: #B4C4C1;--muted: #8A9C99;--line: #35413F;--line-strong: #45524F;--accent: #2FA89F;--accent-strong: #57C9BF;--accent-soft: #17322F;--series-2: #9C8FDE;--series-2-soft: #241E38;--chart-1: #2FA89F;--chart-2: #8C7BD8;--band-run: rgba(79, 190, 124, .13);--band-stop: rgba(229, 136, 128, .11);--good: #4FBE7C;--good-soft: #15301F;--warn: #E3B048;--warn-soft: #372B10;--crit: #E58880;--crit-soft: #3A1E1A;--neutral-state: #96A6A3;--neutral-soft: #1E2929;--shadow: 0 1px 2px rgba(0, 0, 0, .45), 0 16px 34px -12px rgba(0, 0, 0, .7);--shadow-hover: 0 2px 6px rgba(0, 0, 0, .5), 0 22px 46px -14px rgba(0, 0, 0, .78)}}:root[data-theme=dark]{color-scheme:dark;--bg: #0F1516;--surface: #1C2629;--surface-2: #26312F;--ink: #E9F0EE;--ink-secondary: #B4C4C1;--muted: #8A9C99;--line: #35413F;--line-strong: #45524F;--accent: #2FA89F;--accent-strong: #57C9BF;--accent-soft: #17322F;--series-2: #9C8FDE;--series-2-soft: #241E38;--chart-1: #2FA89F;--chart-2: #8C7BD8;--band-run: rgba(79, 190, 124, .13);--band-stop: rgba(229, 136, 128, .11);--good: #4FBE7C;--good-soft: #15301F;--warn: #E3B048;--warn-soft: #372B10;--crit: #E58880;--crit-soft: #3A1E1A;--neutral-state: #96A6A3;--neutral-soft: #1E2929;--shadow: 0 1px 2px rgba(0, 0, 0, .45), 0 16px 34px -12px rgba(0, 0, 0, .7);--shadow-hover: 0 2px 6px rgba(0, 0, 0, .5), 0 22px 46px -14px rgba(0, 0, 0, .78)}:root[data-theme=light]{color-scheme:light;--bg: #F5F7F6;--surface: #FFFFFF;--surface-2: #ECF1F0;--ink: #10181A;--ink-secondary: #445353;--muted: #71827F;--line: #DBE3E1;--line-strong: #C4CFCC;--accent: #00897B;--accent-strong: #0A6459;--accent-soft: #E1F1EE;--series-2: #6E4FB8;--series-2-soft: #ECE6F8;--chart-1: #00897B;--chart-2: #6E4FB8;--band-run: rgba(12, 122, 62, .1);--band-stop: rgba(174, 55, 47, .09);--good: #0C7A3E;--good-soft: #E4F5EA;--warn: #96650C;--warn-soft: #FBEFD9;--crit: #AE372F;--crit-soft: #F9E6E4;--neutral-state: #5B6A6A;--neutral-soft: #EBEFEE}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-body);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);text-wrap:balance;margin:0}p{margin:0}button{font-family:inherit}::selection{background:var(--accent-soft);color:var(--accent-strong)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important}}.num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.eyebrow{font-family:var(--font-display);font-size:11.5px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}#app{min-height:100vh}#app[data-view=login] .shell,#app[data-view=app] .view-login{display:none}.view-login{position:relative;min-height:100vh;display:grid;place-items:center;padding:24px}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:0 12px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-family:var(--font-display);font-size:12.5px;font-weight:700;cursor:pointer}.theme-toggle:hover{background:var(--surface-2)}.theme-toggle__icon{font-size:15px;line-height:1}.theme-toggle--icon{width:36px;padding:0;flex:none}.theme-toggle--icon .theme-toggle__label{display:none}.rail-theme-toggle{margin-top:10px}.rail-theme-toggle .theme-toggle{width:100%;justify-content:flex-start}.topbar{display:none;align-items:center;gap:10px;padding:9px 14px;background:var(--surface);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:40}.topbar__menu{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:none;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);border-radius:8px;cursor:pointer}.topbar__menu:hover{background:var(--surface-2)}.topbar__menu svg{width:18px;height:18px}.topbar__spacer{flex:1}.drawer-backdrop{display:none}.login-theme{position:absolute;top:16px;right:16px}@media(max-width:820px){.shell{grid-template-columns:1fr}.topbar{display:flex}.rail{position:fixed;top:0;left:0;bottom:0;width:268px;max-width:84vw;z-index:60;transform:translate(-100%);transition:transform .22s ease;overflow-y:auto;box-shadow:0 0 44px #060a0a4d}.shell[data-drawer=open] .rail{transform:translate(0)}.drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#080c0c73;opacity:0;pointer-events:none;transition:opacity .22s ease}.shell[data-drawer=open] .drawer-backdrop{opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.rail{transition:none}}.rail{background:var(--surface);border-right:1px solid var(--line);padding:20px 16px;display:flex;flex-direction:column;gap:28px}.brand{display:flex;align-items:center;gap:10px}.brand__mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(155deg,var(--accent),var(--accent-strong));position:relative;flex:none}.brand__mark:before,.brand__mark:after{content:"";position:absolute;left:8px;right:8px;height:2px;background:#ffffffe6;border-radius:2px}.brand__mark:before{top:11px}.brand__mark:after{top:17px;right:13px}.brand__text{display:flex;flex-direction:column;gap:1px}.brand__title{font-family:var(--font-display);font-weight:700;font-size:14.5px;letter-spacing:-.01em}.brand__sub{font-size:11px;color:var(--muted)}.nav{display:flex;flex-direction:column;gap:2px}.nav__item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--ink-secondary);background:transparent;border:none;text-align:left;cursor:pointer;width:100%}.nav__item:hover{background:var(--surface-2);color:var(--ink)}.nav__item[aria-current=page]{background:var(--accent-soft);color:var(--accent-strong);font-weight:700}.nav__dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.55;flex:none}.rail__spacer{flex:1}.user-card{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:1px solid var(--line);background:var(--surface-2)}.avatar{width:32px;height:32px;border-radius:50%;background:var(--series-2-soft);color:var(--series-2);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:12px;flex:none}.user-card__meta{min-width:0;display:flex;flex-direction:column;gap:1px}.user-card__name{font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__email{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-badge{align-self:flex-start;margin-top:3px;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--accent-strong);background:var(--accent-soft);padding:1px 6px;border-radius:999px}.logout-link{background:none;border:none;padding:0;margin-top:8px;font-size:11.5px;color:var(--muted);text-decoration:underline;cursor:pointer}.logout-link:hover{color:var(--ink)}.main{padding:28px 32px 64px;max-width:1180px}@media(max-width:560px){.main{padding:20px 16px 48px}}.panel-header{margin-bottom:22px;display:flex;flex-direction:column;gap:4px}.panel-header h1{font-size:22px;letter-spacing:-.01em}.panel-header p{color:var(--muted);font-size:13.5px;max-width:60ch}.back-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;padding:0;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:16px}.back-link:hover{color:var(--accent-strong)}.ico{width:16px;height:16px;flex:none;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.ico--sm{width:14px;height:14px}.ico--lg{width:18px;height:18px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.card__body{padding:18px}.card h3{font-size:13px;display:flex;align-items:center;gap:8px}.card h3 .ico{color:var(--muted)}.card-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.list-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:14px 16px;display:flex;flex-direction:column;gap:12px}.list-card__head{display:flex;align-items:flex-start;gap:12px}.list-card__icon{width:38px;height:38px;border-radius:9px;flex:none;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-strong)}.list-card__icon .ico{width:19px;height:19px}.list-card__title{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.list-card__name{font-size:14px;font-weight:700;letter-spacing:-.01em}.list-card__meta{font-size:12px;color:var(--muted);word-break:break-word}.list-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:12px}.list-card__facts{display:flex;flex-wrap:wrap;gap:6px 16px}.fact{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-secondary)}.fact .ico,.fact__label{color:var(--muted)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 13px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-family:var(--font-display);font-size:12.5px;font-weight:700;cursor:pointer}.icon-btn:hover{background:var(--surface-2)}.icon-btn--approve{color:var(--good);border-color:var(--good-soft)}.icon-btn--approve:hover{background:var(--good-soft)}.icon-btn--reject{color:var(--crit);border-color:var(--crit-soft)}.icon-btn--reject:hover{background:var(--crit-soft)}.list-group-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:4px}.list-group-head h3{font-size:13px}.list-group-head h3 .ico{color:var(--muted)}.resource-admin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px;margin-top:12px}.res-admin-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);padding:16px;display:flex;flex-direction:column;gap:12px}.res-admin-card__head{display:flex;align-items:flex-start;gap:11px}.res-admin-card__mark{width:38px;height:38px;border-radius:9px;flex:none;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-strong)}.res-admin-card__id{flex:1;min-width:0}.res-admin-card__name{font-size:14.5px;font-weight:700;letter-spacing:-.01em}.res-admin-card__slug{font-family:var(--font-mono);font-size:11px;color:var(--muted)}.res-admin-card__facts{display:flex;flex-direction:column;gap:7px}.res-admin-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line);padding-top:12px}.cap-field{display:flex;align-items:center;gap:7px;font-size:12px;color:var(--ink-secondary)}.switch-field{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-secondary)}.chip{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;letter-spacing:.01em;padding:3px 9px 3px 7px;border-radius:999px}.chip__dot{width:7px;height:7px;border-radius:50%;background:currentColor;flex:none}.chip--good{background:var(--good-soft);color:var(--good)}.chip--warn{background:var(--warn-soft);color:var(--warn)}.chip--crit{background:var(--crit-soft);color:var(--crit)}.chip--neutral{background:var(--neutral-soft);color:var(--neutral-state)}.chip--outline{background:transparent;color:var(--muted);border:1px dashed var(--line-strong)}.btn{font-family:var(--font-display);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13.5px;font-weight:700;letter-spacing:.002em;padding:9px 15px;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform 60ms ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-strong)}.btn--ghost{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.btn--ghost:hover{background:var(--surface-2)}.btn--danger{background:var(--surface);color:var(--crit);border-color:var(--crit-soft)}.btn--danger:hover{background:var(--crit-soft)}.btn--block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.inst-banner{width:100%;max-width:380px;margin-bottom:14px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 18px;display:flex;align-items:center;justify-content:center;gap:12px}.inst-banner__logo{height:40px;width:auto;flex:none;border-radius:10px}.inst-banner__title{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);font-size:13.5px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.inst-banner__sep{color:var(--line-strong);font-weight:400}.site-footer{margin-top:22px;text-align:center;font-size:11.5px;line-height:1.6;color:var(--muted)}.site-footer div:first-child{font-weight:600;color:var(--ink-secondary)}.main .site-footer{margin-top:32px;padding-top:18px;border-top:1px solid var(--line)}.privacy-note{max-width:380px;margin-top:14px;padding:10px 12px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;font-size:11.5px;color:var(--ink-secondary);text-align:left;line-height:1.45}.privacy-note strong{color:var(--ink)}.login-card{width:100%;max-width:380px;padding:30px 28px;text-align:center}.login-card .brand{justify-content:center;margin-bottom:18px}.login-card h1{font-size:19px;margin:14px 0 6px}.login-card p.desc{color:var(--muted);font-size:13px;margin-bottom:22px}.google-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px;border-radius:8px;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink);font-weight:600;font-size:13.5px;cursor:pointer}.google-btn:hover{background:var(--surface-2)}.google-btn svg{flex:none}.login-foot{margin-top:18px;font-size:12px;color:var(--muted)}.login-foot button{background:none;border:none;padding:0;color:var(--muted);text-decoration:underline;cursor:pointer;font-size:12px}.login-foot button:hover{color:var(--ink)}.pending-badge{display:inline-block;margin-bottom:12px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--warn);background:var(--warn-soft);padding:3px 9px;border-radius:999px}.resource-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.resource-card{text-align:left;cursor:pointer;padding:0;border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:12px;overflow:hidden}.resource-card__stripe{height:3px;background:var(--good)}.resource-card[data-state=offline] .resource-card__stripe{background:var(--neutral-state)}.resource-card[data-state=upcoming] .resource-card__stripe{background:var(--line-strong)}.resource-card__body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:12px;flex:1}.resource-card[data-disabled=true]{cursor:default}.resource-card[data-disabled=true] .resource-card__body{opacity:.72}.resource-card{transition:box-shadow .14s ease,border-color .14s ease,transform .14s ease}.resource-card:not([data-disabled=true]):hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.list-card,.res-admin-card{transition:box-shadow .14s ease}.list-card:hover,.res-admin-card:hover{box-shadow:var(--shadow-hover)}@media(prefers-reduced-motion:reduce){.resource-card:hover{transform:none}}.resource-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.resource-card__name{font-size:16px;font-weight:700;letter-spacing:-.01em}.resource-card__specs{font-size:12px;color:var(--muted);line-height:1.45}.occupancy{display:flex;flex-direction:column;gap:5px}.occupancy__label{display:flex;justify-content:space-between;font-size:11.5px;color:var(--ink-secondary)}.occupancy__label .num{font-weight:700}.bar-track{height:5px;border-radius:999px;background:var(--surface-2);overflow:hidden}.bar-fill{height:100%;border-radius:999px;background:var(--accent)}.resource-card__note{font-size:11.5px;color:var(--muted)}.resource-card__cta{margin-top:auto;font-size:12.5px;font-weight:700;color:var(--accent-strong);display:flex;align-items:center;gap:5px}.resource-card[data-disabled=true] .resource-card__cta{color:var(--muted)}.resource-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:4px}.resource-head h1{font-size:21px}.resource-head__specs{color:var(--muted);font-size:13px;margin-bottom:22px}.detail-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;align-items:start}@media(max-width:900px){.detail-grid{grid-template-columns:1fr}}.stack{display:flex;flex-direction:column;gap:16px}.desk-status{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.desk-timer{font-size:13px;color:var(--ink-secondary)}.desk-timer .num{font-size:15px;font-weight:700;color:var(--accent-strong)}.occ-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid var(--line)}.occ-row:first-of-type{border-top:none}.occ-row__meta{flex:1;min-width:0}.occ-row__login{font-size:12.5px;font-weight:600}.occ-row__vram{font-size:11px;color:var(--muted)}.occ-row .bar-track{width:70px}.occ-foot{margin-top:10px;font-size:11.5px;color:var(--muted)}.resv-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;border-top:1px solid var(--line)}.resv-row:first-of-type{border-top:none}.resv-row__when{font-size:12.5px;font-weight:600}.resv-row__who{font-size:11.5px;color:var(--muted)}.resv-row__who.is-you{color:var(--accent-strong);font-weight:700}.resv-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;margin-top:14px}.resv-form input{font-family:var(--font-body);font-size:12.5px;padding:7px 8px;border:1px solid var(--line-strong);border-radius:6px;background:var(--bg);color:var(--ink);width:100%}.resv-form .btn{grid-column:1 / -1}@media(max-width:440px){.resv-form{grid-template-columns:1fr 1fr}}.chat-card{display:flex;flex-direction:column;height:100%;min-height:460px}.chat-log{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:12px;max-height:460px}.msg{display:flex;gap:9px;max-width:88%}.msg--you{align-self:flex-end;flex-direction:row-reverse}.msg__avatar{width:26px;height:26px;border-radius:50%;flex:none;background:var(--surface-2);color:var(--ink-secondary);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;font-size:10.5px}.msg--you .msg__avatar{background:var(--accent-soft);color:var(--accent-strong)}.msg__bubble{background:var(--surface-2);border-radius:12px 12px 12px 4px;padding:8px 11px}.msg--you .msg__bubble{background:var(--accent-soft);border-radius:12px 12px 4px}.msg__text{font-size:13px}.msg__time{font-size:10px;color:var(--muted);margin-top:3px}.chat-form{display:flex;gap:8px;padding:12px 14px;border-top:1px solid var(--line)}.chat-form input{flex:1;font-family:var(--font-body);font-size:13px;padding:9px 12px;border:1px solid var(--line-strong);border-radius:999px;background:var(--bg);color:var(--ink)}.stat-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;margin-bottom:16px}.stat-tile{padding:16px 18px;display:flex;flex-direction:column;gap:6px}.stat-tile__label{font-size:11.5px;color:var(--muted);font-weight:600}.stat-tile__value{font-size:24px;font-weight:700;letter-spacing:-.01em}.stat-tile__delta{font-size:11.5px;font-weight:700;display:inline-flex;align-items:center;gap:4px;width:fit-content}.stat-tile__delta--up{color:var(--good)}.stat-tile__caption{font-size:11.5px;color:var(--muted)}.chart-card{padding:18px;margin-bottom:16px}.chart-card__head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:18px}.chart-card__head h3{font-size:13.5px}.chart-card__head span{font-size:11.5px;color:var(--muted)}.chart{position:relative;height:140px;display:flex;align-items:flex-end;gap:10px;padding-top:22px;background-image:repeating-linear-gradient(to top,var(--line) 0,var(--line) 1px,transparent 1px,transparent 33.33%);background-position:bottom;background-repeat:no-repeat;background-size:100% 100%}.chart__bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;height:100%;justify-content:flex-end}.chart__fill{width:100%;max-width:30px;background:var(--accent);border-radius:4px 4px 0 0;position:relative;cursor:pointer}.chart__fill.is-current{background:var(--accent-strong)}.chart__label-val{position:absolute;top:-19px;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:10.5px;font-weight:700;color:var(--accent-strong);white-space:nowrap}.chart__week{font-size:10px;color:var(--muted)}.chart__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:var(--ink);color:var(--bg);font-size:11px;font-family:var(--font-mono);padding:4px 8px;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.chart__fill:hover .chart__tooltip,.chart__fill:focus-visible .chart__tooltip{opacity:1;transform:translate(-50%) translateY(0)}.two-col{display:grid;grid-template-columns:1.3fr 1fr;gap:16px}@media(max-width:820px){.two-col{grid-template-columns:1fr}}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:8px 4px;font-size:12.5px;border-top:1px solid var(--line)}th{color:var(--muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.04em}tbody tr:first-child td{border-top:none}td.num,th.num{text-align:right}.table-wrap{overflow-x:auto}.monitor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.range-toggle{display:flex;padding:3px;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:9px}.range-toggle button{border:none;background:transparent;cursor:pointer;font-family:var(--font-display);font-size:12px;font-weight:700;color:var(--muted);padding:5px 11px;border-radius:7px}.range-toggle button[aria-pressed=true]{background:var(--accent);color:#fff}.specs-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:10px;margin-bottom:18px}.spec{background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:3px;min-width:0}.spec__label{font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted)}.spec__value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:14px;font-weight:600;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spec__value--sm{font-size:12px}.meter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:18px 24px;margin-bottom:18px}.meter{display:flex;flex-direction:column;gap:6px}.meter__top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.meter__label{font-size:13px;font-weight:700}.meter__value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:13px;color:var(--ink-secondary)}.meter__track{height:6px;border-radius:999px;background:var(--surface-2);overflow:hidden}.meter__fill{height:100%;border-radius:999px;background:var(--accent);transition:width .3s ease}.chart-legend{display:flex;align-items:center;gap:8px 16px;flex-wrap:wrap;margin-bottom:14px}.chart-legend__item{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--ink-secondary)}.chart-legend__line{width:16px;height:3px;border-radius:2px;flex:none}.chart-legend__dot{width:9px;height:9px;border-radius:50%;flex:none}.chart-legend__push{margin-left:auto}.metric-block{margin-top:6px}.metric-block+.metric-block{margin-top:20px}.metric-block__title{font-size:12px;font-weight:700;color:var(--ink-secondary);margin-bottom:8px}.metric-chart{position:relative;width:100%}.metric-chart svg{display:block;width:100%;height:auto}.metric-chart .axis-label{fill:var(--muted);font-family:var(--font-mono);font-size:10px}.metric-chart .grid-line{stroke:var(--line);stroke-width:1}.metric-chart .crosshair{stroke:var(--line-strong);stroke-width:1;stroke-dasharray:3 3;opacity:0}.metric-tooltip{position:absolute;pointer-events:none;opacity:0;transform:translate(-50%,-8px);background:var(--ink);color:var(--bg);font-family:var(--font-mono);font-size:11px;padding:6px 9px;border-radius:7px;white-space:nowrap;z-index:3;box-shadow:var(--shadow);transition:opacity .1s ease}.metric-tooltip__row{display:flex;align-items:center;gap:6px}.metric-tooltip__sw{width:8px;height:8px;border-radius:2px;flex:none}.role-toggle{display:flex;padding:3px;gap:2px;background:var(--surface-2);border-radius:9px;border:1px solid var(--line)}.role-toggle button{flex:1;border:none;background:transparent;cursor:pointer;font-family:var(--font-display);font-size:11.5px;font-weight:700;padding:6px 8px;border-radius:7px;color:var(--muted)}.role-toggle button[aria-pressed=true]{background:var(--surface);color:var(--ink);box-shadow:var(--shadow)}#app[data-role=doctorant] [data-role-only=admin],#app[data-role=admin] [data-role-only=doctorant]{display:none!important}.link-btn{background:none;border:none;padding:0;margin:0;font:inherit;color:var(--accent-strong);text-decoration:underline;cursor:pointer}.link-btn:hover{color:var(--accent)}.switch{position:relative;display:inline-block;width:34px;height:19px;flex:none}.switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.switch__track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--line-strong);border-radius:999px;transition:background-color .12s ease}.switch__track:before{content:"";position:absolute;top:2px;left:2px;width:15px;height:15px;border-radius:50%;background:#fff;transition:transform .12s ease}.switch input:checked+.switch__track{background:var(--accent)}.switch input:checked+.switch__track:before{transform:translate(15px)}.switch input:focus-visible+.switch__track{outline:2px solid var(--accent);outline-offset:2px}.row-actions{display:flex;gap:6px;justify-content:flex-end}.btn--sm{padding:6px 11px;font-size:12px}.mono-id{font-family:var(--font-mono);font-size:11.5px;color:var(--ink-secondary)}.decided-list .resv-row{align-items:center}.check-section__title{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:14px 0 6px}.check-section:first-child .check-section__title{padding-top:0}.check-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-top:1px solid var(--line)}.check-section .check-row:first-of-type{border-top:none}.check-row__text{flex:1;font-size:12.5px}.check-summary{display:flex;gap:8px;flex-wrap:wrap}.check-summary .chip{font-size:12.5px;padding:5px 12px 5px 9px}.legend{display:flex;gap:16px}.legend__item{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--ink-secondary)}.legend__swatch{width:9px;height:9px;border-radius:2px;flex:none}.chart__group{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center;gap:3px}.chart--grouped .chart__fill{max-width:16px}.nav__section-label{font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);padding:14px 10px 4px}.table-input{width:56px;font-family:var(--font-mono);font-size:12.5px;padding:5px 7px;border:1px solid var(--line-strong);border-radius:6px;background:var(--bg);color:var(--ink)}.add-resource-form{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--line-strong)}.add-resource-form input,.add-resource-form select{font-family:var(--font-body);font-size:12.5px;padding:7px 8px;border:1px solid var(--line-strong);border-radius:6px;background:var(--bg);color:var(--ink);width:100%}.add-resource-form .btn{grid-column:1 / -1}@media(max-width:760px){.add-resource-form{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column;gap:4px;max-width:320px}.form-field label{font-size:11.5px;font-weight:600;color:var(--ink-secondary)}.form-field input{font-family:var(--font-body);font-size:13px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:7px;background:var(--bg);color:var(--ink)}.password-form{display:flex;flex-direction:column;gap:12px;margin-top:14px;align-items:flex-start}.sync-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-top:1px solid var(--line);font-size:12.5px}.sync-row:first-of-type{border-top:none}
