:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#0a0e12;--surface:#141a22;--surface-elevated:#1c2430;--text:#e8eef4;--muted:#8b9aab;--accent:#4f9bff;--accent-dim:#2a6fbf;--accent-muted:#4f9bff24;--border:#2a3544;--success:#34d399;--danger:#f87171;--radius-sm:6px;--radius-md:10px;--radius-lg:12px;--focus-offset:2px;color:var(--text);background-color:var(--bg);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.tile,.btn,.input,.data-table tbody tr{transition:none!important}}body{-webkit-font-smoothing:antialiased;min-height:100vh;margin:0}.skip-link{z-index:100;background:var(--accent);border-radius:0 0 8px;padding:.65rem 1rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px;color:#fff!important}.skip-link:focus{outline-offset:2px;outline:2px solid #fff;left:0}.main-content:focus{outline:none}.main-content:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid var(--accent);outline-offset:var(--focus-offset);border-radius:2px}.back-link{color:var(--muted);align-items:center;gap:.35rem;margin-bottom:.25rem;font-size:.9rem;text-decoration:none;display:inline-flex}.back-link:hover{color:var(--accent);text-decoration:none}.back-link:focus-visible{outline-offset:4px}a.btn,a.nav-cta,a.btn:hover,a.nav-cta:hover{text-decoration:none}code{background:var(--surface);border-radius:4px;padding:.15em .35em;font-size:.9em}.shell{flex-direction:column;min-height:100vh;display:flex}.top{border-bottom:1px solid var(--border);background:var(--surface-elevated);z-index:50;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem clamp(1rem,3vw,1.5rem);display:flex;position:sticky;top:0;box-shadow:0 1px #0003}.brand{color:var(--text);font-size:1.1rem;font-weight:700}.brand:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:4px}.nav{flex-wrap:wrap;align-items:center;gap:.35rem 1rem;display:flex}.nav a:not(.nav-cta){color:var(--muted);padding:.35rem 0}.nav a:not(.nav-cta).active{color:var(--text);font-weight:600}.nav a:not(.nav-cta):focus-visible{outline-offset:4px;border-radius:var(--radius-sm)}.nav-cta{background:linear-gradient(165deg, var(--accent) 0%, var(--accent-dim) 100%);border:1px solid #ffffff1f;border-radius:999px;align-items:center;padding:.45rem .9rem;font-size:.9rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #4f9bff40;color:#fff!important}.nav-cta:hover{filter:brightness(1.1)}.nav-cta.active{box-shadow:0 0 0 2px var(--accent)}.nav-cta:focus-visible{outline-offset:3px;outline:2px solid #fff}.page{flex:1;width:100%;max-width:52rem;margin:0 auto;padding:clamp(1.5rem,4vw,2.25rem) clamp(1rem,4vw,1.5rem)}.page--wide{max-width:56rem}.page--xwide{max-width:72rem}.page.narrow{max-width:28rem}.panel{background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1.25rem 1.35rem;box-shadow:0 2px 16px #0000001f}.panel__title{letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0 0 1rem;font-size:.8rem;font-weight:700}.action-tiles{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));gap:1rem;display:grid}.tile{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:10px;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.1rem 1.2rem;text-decoration:none;transition:border-color .15s,transform .15s;display:flex}.tile:hover{border-color:var(--accent);text-decoration:none;transform:translateY(-1px)}.tile:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-color:var(--accent);text-decoration:none}.tile__label{font-size:1.05rem;font-weight:700}.tile__hint{color:var(--muted);margin:0;font-size:.85rem;line-height:1.4}.tile--primary{background:linear-gradient(145deg, #4f9bff2e 0%, var(--surface) 100%);border-color:#4f9bff73}.tile--primary .tile__label{color:var(--accent)}.empty-state{text-align:center;border:1px dashed var(--border);background:#141a2299;border-radius:12px;padding:2.5rem 1.5rem}.empty-state__title{margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.empty-state__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.25rem;display:flex}.app-checkbox-fieldset{border:1px solid var(--border);background:var(--surface-elevated);border-radius:10px;margin:0;padding:1rem 1.1rem 1.1rem}.app-checkbox-fieldset legend{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:0 .35rem;font-size:.8rem;font-weight:700}.app-checkbox-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:.75rem;display:flex}.app-checkbox-grid{grid-template-columns:repeat(auto-fill,minmax(12.5rem,1fr));gap:.45rem 1rem;display:grid}.app-checkbox-item{cursor:pointer;border-radius:6px;align-items:flex-start;gap:.45rem;padding:.35rem 0;font-size:.95rem;line-height:1.35;display:flex}.app-checkbox-item:hover{background:#4f9bff0f}.app-checkbox-item input{accent-color:var(--accent);flex-shrink:0;margin-top:.2rem}.app-checkbox-item span{color:var(--text)}.request-section{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:.95rem 1rem}.request-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem;display:grid}.form-label{margin-bottom:.28rem;font-size:.9rem;display:block}.required-marker{color:var(--accent);font-weight:700}.table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:10px;overflow-x:auto}.table-wrap .data-table{margin:0}.table-wrap--compact .data-table th,.table-wrap--compact .data-table td{padding-top:.42rem;padding-bottom:.42rem}.table-wrap .data-table th:first-child,.table-wrap .data-table td:first-child{padding-left:1rem}.table-wrap .data-table th:last-child,.table-wrap .data-table td:last-child{padding-right:1rem}.status-badge{text-transform:capitalize;background:var(--surface-elevated);color:var(--muted);border-radius:6px;padding:.15rem .5rem;font-size:.8rem;font-weight:600;display:inline-block}.status-badge--draft{color:#fbbf24;background:#fbbf241f}.status-badge--submitted,.status-badge--in_progress{color:var(--accent);background:#4f9bff1f}.status-badge--completed{color:var(--success);background:#34d3991f}h1{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.45rem,3vw,1.85rem);font-weight:700;line-height:1.2}.lede{color:var(--muted);margin:0 0 1.5rem}.muted{color:var(--muted);margin:0}.callout{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:1rem 1.25rem}.callout--banner{background:#fbbf240f;border-color:#fbbf2433;border-left-style:none;border-left-width:medium;border-right-style:none;border-right-width:medium;border-radius:0;width:100%;max-width:52rem;margin:0 auto;padding:.75rem 1.25rem}.callout--soft{background:var(--surface-elevated);border-color:var(--border)}.callout h2{margin:0 0 .5rem;font-size:1rem}.callout p{margin:0}.section{margin-bottom:1.25rem}.section-sm{margin-bottom:1rem}.stack-sm{gap:.5rem;margin-bottom:1rem;display:grid}.title-sm{margin-top:0;font-size:1rem}.title-md{margin:0 0 .75rem;font-size:1.15rem}.text-sm{font-size:.9rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.65rem 1rem;display:grid}.foot{border-top:1px solid var(--border);color:var(--muted);text-align:center;padding:1.25rem clamp(1rem,3vw,1.5rem);font-size:.85rem}.data-table{border-collapse:collapse;width:100%;font-size:.9rem}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .75rem}.data-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}.data-table tbody tr{transition:background .12s}.data-table tbody tr:hover{background:#4f9bff0a}.data-table tbody tr:last-child td{border-bottom:none}.btn{border-radius:var(--radius-md);background:linear-gradient(165deg, var(--accent) 0%, var(--accent-dim) 100%);min-height:2.75rem;font:inherit;cursor:pointer;border:1px solid #ffffff1a;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-weight:600;transition:filter .15s,box-shadow .15s;display:inline-flex;box-shadow:0 2px 14px #4f9bff4d;color:#fff!important}.btn:hover{filter:brightness(1.08);text-decoration:none}.btn:focus-visible{outline-offset:3px;outline:2px solid #fff}.btn--lg{padding:.85rem 1.5rem;font-size:1.05rem}.btn--secondary{background:var(--surface-elevated);border-color:var(--border);box-shadow:none;color:var(--text)!important}.btn--secondary:hover{border-color:var(--muted)}.btn--secondary:focus-visible{outline-color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{color:var(--text);background:0 0}.btn-ghost:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.form-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.error-text{color:var(--danger);margin:.75rem 0 0;font-size:.9rem}.error-hint{color:#fcd34d;background:#fbbf2414;border:1px solid #fbbf2459;border-radius:8px;margin:0;padding:.75rem 1rem;font-size:.9rem;line-height:1.45}.input{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);width:100%;max-width:22rem;min-height:2.75rem;color:var(--text);font:inherit;padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s}.input:hover{border-color:#8b9aab73}.input:focus{outline:none}.input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}select.input{max-width:12rem}.btn-link{color:var(--accent);cursor:pointer;font:inherit;text-underline-offset:.15em;background:0 0;border:none;min-height:2.25rem;padding:.2rem 0;text-decoration:underline}.btn-link:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.btn-link:disabled{opacity:.5;cursor:not-allowed}.role-list{margin:0;padding-left:1.1rem}.role-list li{margin:.15rem 0}.task-list{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.task-list-item{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.85rem 0;display:flex}.task-list-item:last-child{border-bottom:none}.task-list-item--card{border:1px solid var(--border);border-radius:var(--radius-sm);background:#4f9bff08;flex-direction:column;align-items:stretch;padding:.9rem 1rem}.task-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.task-row--meta{justify-content:flex-start;align-items:flex-start;gap:.4rem .75rem;margin-top:.5rem}.task-identity{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.task-done-control{align-items:center;gap:.35rem;font-size:.85rem;display:inline-flex}.task-assignee-list{margin:.25rem 0 0;padding-left:1.2rem;font-size:.85rem}.task-assignee-list li{margin:.15rem 0}.task-assignee-picker{margin-top:.35rem}.task-filter-row{flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.85rem;display:flex}.task-filter-chip{border:1px solid var(--border);background:var(--surface);color:var(--muted);min-height:2rem;font:inherit;cursor:pointer;border-radius:999px;padding:.2rem .65rem;font-size:.82rem}.task-filter-chip.is-active{color:var(--text);border-color:var(--accent);background:var(--accent-muted)}.task-group-head{margin-top:.9rem;margin-bottom:.45rem}.task-group-head h3{margin:0;font-size:.95rem}.onboarding-progress{border:1px solid var(--border);border-radius:var(--radius-sm);background:#4f9bff0d;margin-bottom:.8rem;padding:.55rem .65rem}.onboarding-progress__top{justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.88rem;display:flex}.onboarding-progress__bar{background:var(--surface-elevated);border:1px solid var(--border);border-radius:999px;width:100%;height:.55rem;overflow:hidden}.onboarding-progress__fill{background:linear-gradient(165deg, var(--accent) 0%, var(--accent-dim) 100%);height:100%;display:block}.request-detail-top{gap:1rem;margin-bottom:1rem;display:grid}.request-detail-main{margin-top:.5rem}@media (width>=980px){.request-detail-top{grid-template-columns:minmax(17rem,1fr) minmax(22rem,1.35fr);align-items:start}}.form-field{margin-bottom:1.15rem}.form-field:last-child{margin-bottom:0}.toast-stack{z-index:90;flex-direction:column;gap:.5rem;max-width:min(26rem,100vw - 2rem);display:flex;position:fixed;bottom:1rem;right:1rem}.toast{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-elevated);color:var(--text);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.7rem .85rem;display:flex;box-shadow:0 8px 22px #00000059}.toast--success{border-color:#34d39973}.toast--error{border-color:#f871718c}.toast--info{border-color:#4f9bff73}.toast__close{color:var(--muted);cursor:pointer;font:inherit;background:0 0;border:none;min-width:1.5rem;min-height:1.5rem;padding:0;line-height:1}.task-actions{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;display:flex}.notif-wrap{position:relative}.notif-trigger{gap:.4rem;padding:.35rem .65rem;font-size:.9rem;position:relative}.notif-trigger__icon{align-items:center;display:inline-flex}.notif-trigger__count{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:1.05rem;height:1.05rem;padding:0 .22rem;font-size:.7rem;display:inline-flex;position:absolute;top:-.28rem;right:-.28rem}.notif-panel{z-index:70;width:min(27rem,92vw);position:absolute;top:2.45rem;right:0;box-shadow:0 14px 34px #0006}.notif-panel__head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.notif-panel__title{font-size:.95rem}.notif-list{max-height:22rem;margin:0;padding:0;list-style:none;overflow:auto}.notif-item{border-bottom:1px solid var(--border);padding:.6rem 0}.notif-item:last-child{border-bottom:none}.notif-item.is-read{opacity:.72}.notif-item__row{justify-content:space-between;gap:.5rem;display:flex}.notif-item__title{margin:0;font-weight:600}.notif-item__body{margin-top:.2rem;font-size:.82rem}.notif-item__time{margin-top:.25rem;font-size:.78rem}.notif-item__link{margin-top:.2rem}.owner-cell{flex-direction:column;gap:.45rem;display:flex}.owner-empty{margin:0;font-size:.85rem}.owner-list{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.owner-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:#4f9bff0d;justify-content:flex-start;align-items:center;gap:.5rem;padding:.35rem .5rem;display:flex}.toolbar-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin-top:0;display:flex}.toolbar-field{flex:16rem}.owner-item__text{color:var(--text);overflow-wrap:anywhere;font-size:.82rem;line-height:1.35}@media (width<=860px){.top{position:static}.notif-panel{width:auto;position:fixed;top:4.2rem;left:.75rem;right:.75rem}.request-section{padding:.8rem .85rem}.request-form-grid{grid-template-columns:1fr;gap:.55rem 0}.form-label{margin-bottom:.2rem;font-size:.86rem}.form-field{margin-bottom:.65rem}}
