:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--shela-bg:#fbf6f7;--shela-bg-elev:#fff;--shela-bg-sunken:#f2e9ec;--shela-surface-1:#fff;--shela-surface-2:#fffafc;--shela-fg:#1b1418;--shela-fg-strong:#0a0608;--shela-fg-muted:#6e616b;--shela-fg-faint:#94878f;--shela-fg-inverse:#fff;--shela-accent:#d72954;--shela-accent-strong:#b81f44;--shela-accent-soft:#fde7ed;--shela-accent-fg:#fff;--shela-blush:#f9c6d3;--shela-blush-soft:#fef0f4;--shela-border:#ecd9df;--shela-border-strong:#d8b8c2;--shela-border-focus:#d7295473;--shela-success:#1f8a55;--shela-success-soft:#e1f6ec;--shela-warn:#b06f12;--shela-warn-soft:#fbecd2;--shela-danger:#b3122d;--shela-danger-soft:#fde0e3;--shela-info:#2766c5;--shela-info-soft:#e3edfa;--shela-font-sans:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--shela-font-mono:"JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;--shela-text-xs:11px;--shela-text-sm:13px;--shela-text-base:14px;--shela-text-md:15px;--shela-text-lg:17px;--shela-text-xl:20px;--shela-text-2xl:24px;--shela-text-3xl:30px;--shela-space-1:4px;--shela-space-2:8px;--shela-space-3:12px;--shela-space-4:16px;--shela-space-5:20px;--shela-space-6:24px;--shela-space-8:32px;--shela-space-10:40px;--shela-space-12:48px;--shela-radius-sm:6px;--shela-radius-md:10px;--shela-radius-lg:14px;--shela-radius-xl:20px;--shela-radius-pill:999px;--shela-shadow-sm:0 1px 2px #1f0c140f;--shela-shadow-md:0 4px 14px #1f0c1414;--shela-shadow-lg:0 18px 40px #1f0c1424;--shela-shadow-focus:0 0 0 3px var(--shela-border-focus);--shela-header-h:60px;--shela-sidebar-w:240px;--shela-sidebar-w-collapsed:60px;--shela-input-h:36px;--shela-button-h:36px;--shela-row-h:40px}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--shela-bg:#14101a;--shela-bg-elev:#1c1722;--shela-bg-sunken:#100c16;--shela-surface-1:#1c1722;--shela-surface-2:#221c28;--shela-fg:#efe7eb;--shela-fg-strong:#fff;--shela-fg-muted:#9d929b;--shela-fg-faint:#6f6470;--shela-fg-inverse:#14101a;--shela-accent:#f0506e;--shela-accent-strong:#ff688c;--shela-accent-soft:#2c1b25;--shela-accent-fg:#fff;--shela-blush:#5b303e;--shela-blush-soft:#2a1a23;--shela-border:#2b2330;--shela-border-strong:#3a2f3f;--shela-border-focus:#f0506e8c;--shela-success:#4cc28a;--shela-success-soft:#1a2e23;--shela-warn:#e6a04d;--shela-warn-soft:#2e2419;--shela-danger:#ff6c83;--shela-danger-soft:#311721;--shela-info:#6aa6f0;--shela-info-soft:#1a2438;--shela-shadow-sm:0 1px 2px #00000080;--shela-shadow-md:0 6px 18px #00000073;--shela-shadow-lg:0 22px 50px #0000008c;--shela-shadow-focus:0 0 0 3px var(--shela-border-focus)}*,:before,:after{box-sizing:border-box}html,body{background:var(--shela-bg);color:var(--shela-fg);font-family:var(--shela-font-sans);font-size:var(--shela-text-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;line-height:1.5}a{color:var(--shela-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{letter-spacing:-.01em;color:var(--shela-fg-strong);margin:0;font-weight:600}h1{font-size:var(--shela-text-3xl)}h2{font-size:var(--shela-text-2xl)}h3{font-size:var(--shela-text-lg)}h4{font-size:var(--shela-text-md)}p{margin:0}code,pre{font-family:var(--shela-font-mono);font-size:.92em}button{font:inherit;cursor:pointer}input,select,textarea{font:inherit;color:inherit}::selection{background:var(--shela-accent);color:var(--shela-accent-fg)}.shela-auth-shell{min-height:100vh;padding:var(--shela-space-6);background:radial-gradient(at 20% 10%, var(--shela-blush-soft), transparent 60%), radial-gradient(at 80% 90%, var(--shela-accent-soft), transparent 55%), var(--shela-bg);place-items:center;display:grid}.shela-auth-card{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-lg);box-shadow:var(--shela-shadow-md);padding:var(--shela-space-8);width:min(440px,100%)}.shela-auth-card--wide{width:min(640px,100%)}.shela-auth-header h1{margin:0 0 var(--shela-space-1)}.shela-auth-header p{color:var(--shela-fg-muted);margin-bottom:var(--shela-space-6)}.shela-auth-footer{margin-top:var(--shela-space-4);color:var(--shela-fg-muted);font-size:var(--shela-text-sm)}.shela-form{gap:var(--shela-space-4);display:grid}.shela-form-grid{gap:var(--shela-space-3) var(--shela-space-4);grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid}.shela-field{gap:var(--shela-space-1);font-size:var(--shela-text-sm);color:var(--shela-fg-muted);display:grid}.shela-field--inline{align-items:center;gap:var(--shela-space-2);display:flex}.shela-field>span{color:var(--shela-fg);font-weight:500}.shela-form label{font-size:var(--shela-text-sm);color:var(--shela-fg-muted);gap:4px;display:grid}.shela-form label>span{color:var(--shela-fg)}.shela-form-actions{gap:var(--shela-space-2);justify-content:flex-end;display:flex}.shela-form-error{color:var(--shela-danger);font-size:var(--shela-text-sm)}.shela-help{color:var(--shela-fg-muted);font-size:var(--shela-text-xs)}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea,select{background:var(--shela-surface-1);width:100%;color:var(--shela-fg);border:1px solid var(--shela-border);border-radius:var(--shela-radius-sm);padding:0 var(--shela-space-3);height:var(--shela-input-h);line-height:calc(var(--shela-input-h) - 2px);outline:none;transition:border-color .12s,box-shadow .12s;display:block}textarea{height:auto;padding:var(--shela-space-2) var(--shela-space-3);min-height:80px;line-height:1.45}select{appearance:none;padding-right:var(--shela-space-6);background-image:linear-gradient(45deg, transparent 50%, var(--shela-fg-muted) 50%), linear-gradient(135deg, var(--shela-fg-muted) 50%, transparent 50%);background-position:calc(100% - 14px),calc(100% - 9px);background-repeat:no-repeat;background-size:5px 5px}input:focus,textarea:focus,select:focus{border-color:var(--shela-accent);box-shadow:var(--shela-shadow-focus)}.shela-button{justify-content:center;align-items:center;gap:var(--shela-space-2);background:var(--shela-surface-1);color:var(--shela-fg);border:1px solid var(--shela-border);border-radius:var(--shela-radius-sm);padding:0 var(--shela-space-4);height:var(--shela-button-h);white-space:nowrap;font-weight:500;transition:border-color .12s,background .12s,color .12s,transform 60ms;display:inline-flex}.shela-button:hover{border-color:var(--shela-border-strong)}.shela-button:active{transform:translateY(1px)}.shela-button:focus-visible{box-shadow:var(--shela-shadow-focus)}.shela-button:disabled,.shela-button[aria-disabled=true]{opacity:.5;cursor:not-allowed}.shela-button--primary{background:var(--shela-accent);color:var(--shela-accent-fg);border-color:var(--shela-accent)}.shela-button--primary:hover{background:var(--shela-accent-strong);border-color:var(--shela-accent-strong)}.shela-button--ghost{background:0 0}.shela-button--ghost:hover{background:var(--shela-blush-soft)}.shela-button--danger{background:var(--shela-danger);color:var(--shela-fg-inverse);border-color:var(--shela-danger)}.shela-button--sm{height:28px;padding:0 var(--shela-space-2);font-size:var(--shela-text-xs)}.shela-button--icon{width:var(--shela-button-h);padding:0}.shela-badge{background:var(--shela-blush-soft);color:var(--shela-accent-strong);border-radius:var(--shela-radius-pill);padding:2px var(--shela-space-2);font-size:var(--shela-text-xs);letter-spacing:.02em;text-transform:uppercase;align-items:center;gap:4px;font-weight:600;display:inline-flex}.shela-badge--muted{background:var(--shela-bg-sunken);color:var(--shela-fg-muted)}.shela-badge--success{background:var(--shela-success-soft);color:var(--shela-success)}.shela-badge--warn{background:var(--shela-warn-soft);color:var(--shela-warn)}.shela-badge--danger{background:var(--shela-danger-soft);color:var(--shela-danger)}.shela-badge--info{background:var(--shela-info-soft);color:var(--shela-info)}.shela-banner{padding:var(--shela-space-3) var(--shela-space-4);border-radius:var(--shela-radius-md);background:var(--shela-info-soft);color:var(--shela-info);border:1px solid var(--shela-info);margin-bottom:var(--shela-space-4);font-size:var(--shela-text-sm)}.shela-banner--error{background:var(--shela-danger-soft);color:var(--shela-danger);border-color:var(--shela-danger)}.shela-banner--success{background:var(--shela-success-soft);color:var(--shela-success);border-color:var(--shela-success)}.shela-banner--warn{background:var(--shela-warn-soft);color:var(--shela-warn);border-color:var(--shela-warn)}.shela-table-wrap{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);overflow:hidden}.shela-table-scroll{overflow-x:auto}.shela-table{border-collapse:collapse;width:100%;font-size:var(--shela-text-sm)}.shela-table thead th{z-index:1;background:var(--shela-bg-sunken);color:var(--shela-fg-muted);text-align:left;font-weight:600;font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.04em;padding:var(--shela-space-3) var(--shela-space-3);border-bottom:1px solid var(--shela-border);position:sticky;top:0}.shela-table tbody tr{border-bottom:1px solid var(--shela-border)}.shela-table tbody tr:last-child{border-bottom:none}.shela-table tbody td{padding:var(--shela-space-3);vertical-align:middle}.shela-table tbody tr:hover{background:var(--shela-blush-soft)}.shela-table tbody tr.is-active{background:var(--shela-accent-soft)}.shela-table .shela-table-actions{text-align:right;white-space:nowrap}.shela-table-empty{padding:var(--shela-space-12) var(--shela-space-6);text-align:center;color:var(--shela-fg-muted)}.shela-card{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-5)}.shela-card-header{margin-bottom:var(--shela-space-3);justify-content:space-between;align-items:center;gap:var(--shela-space-3);display:flex}.shela-card-header h3{font-size:var(--shela-text-md);margin:0}.shela-card-header p{color:var(--shela-fg-muted);font-size:var(--shela-text-sm)}.shela-card--compact{padding:var(--shela-space-3) var(--shela-space-4)}.shela-app{grid-template-areas:"header header""sidebar main";grid-template-columns:var(--shela-sidebar-w) 1fr;grid-template-rows:var(--shela-header-h) 1fr;min-height:100vh;display:grid}.shela-app--collapsed{grid-template-columns:var(--shela-sidebar-w-collapsed) 1fr}.shela-app--no-sidebar{grid-template-columns:0 1fr}.shela-header{align-items:center;gap:var(--shela-space-4);padding:0 var(--shela-space-4);background:var(--shela-surface-1);border-bottom:1px solid var(--shela-border);z-index:30;grid-area:header;display:flex}.shela-header__brand{align-items:center;gap:var(--shela-space-2);letter-spacing:.04em;font-weight:700;display:flex}.shela-header__brand-mark{border-radius:var(--shela-radius-sm);background:linear-gradient(135deg, var(--shela-accent), var(--shela-blush));width:28px;height:28px;color:var(--shela-accent-fg);place-items:center;font-size:13px;font-weight:800;display:grid}.shela-header__spacer{flex:1}.shela-header__actions{align-items:center;gap:var(--shela-space-2);display:flex}.shela-header__pill{align-items:center;gap:var(--shela-space-2);background:var(--shela-bg-sunken);border:1px solid var(--shela-border);border-radius:var(--shela-radius-pill);padding:4px var(--shela-space-3);font-size:var(--shela-text-xs);color:var(--shela-fg-muted);display:inline-flex}.shela-header__pill strong{color:var(--shela-fg);font-weight:600}.shela-iconbtn{border-radius:var(--shela-radius-sm);width:36px;height:36px;color:var(--shela-fg-muted);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.shela-iconbtn:hover{background:var(--shela-bg-sunken);color:var(--shela-fg)}.shela-iconbtn.is-active{background:var(--shela-accent-soft);color:var(--shela-accent-strong)}.shela-iconbtn:focus-visible{box-shadow:var(--shela-shadow-focus)}.shela-sidebar{background:var(--shela-surface-1);border-right:1px solid var(--shela-border);flex-direction:column;grid-area:sidebar;display:flex;overflow-y:auto}.shela-sidebar__module{padding:var(--shela-space-4) var(--shela-space-4) var(--shela-space-3);border-bottom:1px solid var(--shela-border);align-items:center;gap:var(--shela-space-3);display:flex}.shela-sidebar__module-mark{border-radius:var(--shela-radius-sm);background:var(--shela-accent-soft);width:36px;height:36px;color:var(--shela-accent-strong);place-items:center;display:grid}.shela-sidebar__module-title{font-size:var(--shela-text-sm);color:var(--shela-fg-strong);font-weight:700}.shela-sidebar__module-sub{font-size:var(--shela-text-xs);color:var(--shela-fg-muted)}.shela-sidebar__nav{padding:var(--shela-space-3) var(--shela-space-2);flex:1}.shela-sidebar__group{margin-bottom:var(--shela-space-3)}.shela-sidebar__group-toggle{width:100%;padding:var(--shela-space-2) var(--shela-space-3);color:var(--shela-fg-muted);font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--shela-radius-sm);background:0 0;border:none;justify-content:space-between;align-items:center;font-weight:600;display:flex}.shela-sidebar__group-toggle:hover{color:var(--shela-fg);background:var(--shela-bg-sunken)}.shela-sidebar__group-toggle svg{transition:transform .15s}.shela-sidebar__group--collapsed .shela-sidebar__group-toggle svg{transform:rotate(-90deg)}.shela-sidebar__items{padding:var(--shela-space-1) 0;gap:2px;display:grid}.shela-sidebar__group--collapsed .shela-sidebar__items{display:none}.shela-sidebar__item{align-items:center;gap:var(--shela-space-3);padding:8px var(--shela-space-3);border-radius:var(--shela-radius-sm);color:var(--shela-fg);font-size:var(--shela-text-sm);border:1px solid #0000;text-decoration:none;display:flex;position:relative}.shela-sidebar__item:hover{background:var(--shela-bg-sunken);text-decoration:none}.shela-sidebar__item.is-active{background:var(--shela-accent-soft);color:var(--shela-accent-strong);font-weight:600}.shela-sidebar__item.is-active:before{content:"";background:var(--shela-accent);border-radius:2px;width:3px;position:absolute;top:6px;bottom:6px;left:0}.shela-sidebar__item-icon{flex-shrink:0;width:18px;height:18px}.shela-sidebar__item-badge{margin-left:auto}.shela-sidebar__footer{padding:var(--shela-space-3) var(--shela-space-4);border-top:1px solid var(--shela-border);justify-content:space-between;align-items:center;display:flex}.shela-app--collapsed .shela-sidebar__module-title,.shela-app--collapsed .shela-sidebar__module-sub,.shela-app--collapsed .shela-sidebar__group-toggle,.shela-app--collapsed .shela-sidebar__item-label,.shela-app--collapsed .shela-sidebar__item-badge{display:none}.shela-app--collapsed .shela-sidebar__item{justify-content:center;padding:8px}.shela-app--collapsed .shela-sidebar__module{padding:var(--shela-space-3) var(--shela-space-2);justify-content:center}.shela-app--collapsed .shela-sidebar__items{gap:4px;padding:0}.shela-main{min-width:0;padding:var(--shela-space-6);background:var(--shela-bg);grid-area:main;overflow-x:hidden}.shela-main__inner{gap:var(--shela-space-5);max-width:1280px;margin:0 auto;display:grid}.shela-breadcrumb{align-items:center;gap:var(--shela-space-1);font-size:var(--shela-text-xs);color:var(--shela-fg-muted);flex-wrap:wrap;display:flex}.shela-breadcrumb a{color:var(--shela-fg-muted)}.shela-breadcrumb a:hover{color:var(--shela-accent);text-decoration:none}.shela-breadcrumb__sep{opacity:.6;padding:0 4px}.shela-breadcrumb__current{color:var(--shela-fg);font-weight:500}.shela-page-header{justify-content:space-between;align-items:flex-start;gap:var(--shela-space-4);margin-bottom:var(--shela-space-2);display:flex}.shela-page-header__title{gap:var(--shela-space-1);flex-direction:column;display:flex}.shela-page-header__title h1{font-size:var(--shela-text-2xl);margin:0}.shela-page-header__title p{font-size:var(--shela-text-sm);color:var(--shela-fg-muted)}.shela-page-header__actions{gap:var(--shela-space-2);display:flex}.shela-stat-card{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-3) var(--shela-space-4)}.shela-stat-card__label{font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--shela-fg-muted)}.shela-stat-card__value{font-size:var(--shela-text-xl);color:var(--shela-fg-strong);margin-top:2px;font-weight:700}.shela-stat-card__sub{font-size:var(--shela-text-xs);color:var(--shela-fg-muted);margin-top:2px}.shela-filterbar{gap:var(--shela-space-2);background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-3);flex-wrap:wrap;align-items:center;display:flex}.shela-filterbar__search{flex:1;min-width:200px}.shela-filterbar__divider{background:var(--shela-border);align-self:stretch;width:1px}.shela-empty{text-align:center;padding:var(--shela-space-12) var(--shela-space-6);color:var(--shela-fg-muted)}.shela-empty__title{font-size:var(--shela-text-lg);color:var(--shela-fg);margin-bottom:var(--shela-space-1)}.shela-skeleton{background:linear-gradient(90deg, var(--shela-bg-sunken) 0%, var(--shela-blush-soft) 50%, var(--shela-bg-sunken) 100%);border-radius:var(--shela-radius-sm);background-size:200% 100%;animation:1.5s linear infinite shela-skeleton-shimmer}@keyframes shela-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.shela-launcher-backdrop{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:var(--shela-space-8) var(--shela-space-4);background:#14101a8c;place-items:start center;display:grid;position:fixed;inset:0;overflow-y:auto}.shela-launcher{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-xl);width:min(1080px,100%);box-shadow:var(--shela-shadow-lg);padding:var(--shela-space-6)}.shela-launcher__header{margin-bottom:var(--shela-space-4);justify-content:space-between;align-items:center;display:flex}.shela-launcher__header h2{font-size:var(--shela-text-xl)}.shela-launcher__header p{color:var(--shela-fg-muted);font-size:var(--shela-text-sm)}.shela-launcher__section-label{font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.06em;color:var(--shela-fg-muted);margin:var(--shela-space-4) 0 var(--shela-space-2)}.shela-launcher__grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-auto-flow:dense;gap:var(--shela-space-3);display:grid}.shela-tile{background:var(--shela-surface-2);border:1px solid var(--shela-border);border-radius:var(--shela-radius-lg);padding:var(--shela-space-4) var(--shela-space-4);gap:var(--shela-space-2);text-align:left;cursor:pointer;min-height:130px;color:var(--shela-fg);flex-direction:column;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex;position:relative}.shela-tile:hover{box-shadow:var(--shela-shadow-md);border-color:var(--shela-accent-strong);text-decoration:none;transform:translateY(-2px)}.shela-tile:focus-visible{box-shadow:var(--shela-shadow-focus);border-color:var(--shela-accent)}.shela-tile--current{border-color:var(--shela-accent);box-shadow:inset 0 0 0 1px var(--shela-accent)}.shela-tile--sm{min-height:100px}.shela-tile--locked{opacity:.55;cursor:not-allowed}.shela-tile--locked:hover{box-shadow:none;border-color:var(--shela-border);transform:none}.shela-tile__mark{border-radius:var(--shela-radius-sm);background:var(--shela-accent);width:40px;height:40px;color:var(--shela-accent-fg);place-items:center;display:grid}.shela-tile--locked .shela-tile__mark{background:var(--shela-bg-sunken);color:var(--shela-fg-muted)}.shela-tile__title{font-weight:700;font-size:var(--shela-text-md)}.shela-tile__desc{color:var(--shela-fg-muted);font-size:var(--shela-text-xs);flex:1;line-height:1.4}.shela-tile__state{font-size:var(--shela-text-xs);color:var(--shela-fg-muted);align-items:center;gap:4px;display:inline-flex}.shela-tile__state--ok{color:var(--shela-success)}.shela-tile__state--locked{color:var(--shela-warn)}.shela-tile__badge{top:var(--shela-space-2);right:var(--shela-space-2);background:var(--shela-accent);color:var(--shela-accent-fg);border-radius:var(--shela-radius-pill);font-size:var(--shela-text-xs);padding:2px 8px;font-weight:700;position:absolute}.shela-popover{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);box-shadow:var(--shela-shadow-lg);padding:var(--shela-space-2);z-index:40;min-width:220px;position:absolute}.shela-popover__item{align-items:center;gap:var(--shela-space-2);padding:var(--shela-space-2) var(--shela-space-3);border-radius:var(--shela-radius-sm);color:var(--shela-fg);font-size:var(--shela-text-sm);cursor:pointer;text-align:left;background:0 0;border:none;width:100%;display:flex}.shela-popover__item:hover{background:var(--shela-bg-sunken)}.shela-popover__divider{background:var(--shela-border);height:1px;margin:var(--shela-space-1) 0}.shela-modal-backdrop{z-index:60;padding:var(--shela-space-6);background:#14101a8c;place-items:center;display:grid;position:fixed;inset:0}.shela-modal{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-lg);box-shadow:var(--shela-shadow-lg);width:min(520px,100%);padding:var(--shela-space-6)}.shela-drawer{background:var(--shela-surface-1);border-left:1px solid var(--shela-border);width:min(480px,100%);box-shadow:var(--shela-shadow-lg);padding:var(--shela-space-6);z-index:60;animation:.2s ease-out shela-drawer-in;position:fixed;top:0;bottom:0;right:0;overflow-y:auto}@keyframes shela-drawer-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:none}}.shela-drawer__header{margin-bottom:var(--shela-space-4);justify-content:space-between;align-items:center;display:flex}.shela-readonly-banner{align-items:center;gap:var(--shela-space-2);background:var(--shela-bg-sunken);color:var(--shela-fg-muted);padding:var(--shela-space-2) var(--shela-space-3);border-radius:var(--shela-radius-sm);font-size:var(--shela-text-xs);border:1px dashed var(--shela-border-strong);display:flex}.shela-muted{color:var(--shela-fg-muted)}.shela-fg-strong{color:var(--shela-fg-strong);font-weight:600}.shela-row{align-items:center;gap:var(--shela-space-2);display:flex}.shela-row>select,.shela-row>input[type=search],.shela-row>input[type=text],.shela-row>input[type=date]{width:auto}.shela-row>select{min-width:150px}.shela-row--end{justify-content:flex-end}.shela-row--between{justify-content:space-between}.shela-stack{gap:var(--shela-space-3);display:grid}.shela-access-area{display:block}.shela-subnav{gap:var(--shela-space-2);border-bottom:1px solid var(--shela-border);margin-bottom:var(--shela-space-5);display:flex;overflow-x:auto}.shela-subnav a{padding:10px var(--shela-space-3);color:var(--shela-fg-muted);font-size:var(--shela-text-sm);white-space:nowrap;border-bottom:2px solid #0000;text-decoration:none}.shela-subnav a:hover{color:var(--shela-fg);text-decoration:none}.shela-subnav a.is-active{color:var(--shela-accent-strong);border-bottom-color:var(--shela-accent);font-weight:600}.shela-section-header{justify-content:space-between;align-items:flex-start;gap:var(--shela-space-3);margin:var(--shela-space-4) 0 var(--shela-space-3);display:flex}.shela-tab-body,.shela-dashboard{gap:var(--shela-space-4);display:grid}.shela-dashboard__lead{color:var(--shela-fg-muted)}.shela-summary{gap:var(--shela-space-3);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0;padding:0;display:grid}.shela-summary>div{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-3) var(--shela-space-4)}.shela-summary dt{font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--shela-fg-muted);margin:0}.shela-summary dd{font-weight:600;font-size:var(--shela-text-md);color:var(--shela-fg-strong);margin:2px 0 0}.shela-perm-group{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-3);margin-bottom:var(--shela-space-3)}.shela-perm-group__header{justify-content:space-between;align-items:center;gap:var(--shela-space-2);padding-bottom:var(--shela-space-2);margin-bottom:var(--shela-space-2);border-bottom:1px solid var(--shela-border);display:flex}.shela-perm-list{gap:4px;display:grid}.shela-perm-row{gap:var(--shela-space-2);border-radius:var(--shela-radius-sm);align-items:center;padding:6px 8px;display:flex}.shela-perm-row:hover{background:var(--shela-bg-sunken)}.shela-perm-row__label{flex:1}.shela-perm-row__code{font-size:var(--shela-text-xs);color:var(--shela-fg-muted);background:var(--shela-bg-sunken);border-radius:var(--shela-radius-sm);padding:2px 6px}.shela-role-form{flex-direction:column;width:min(760px,100%);max-height:min(90vh,900px);padding:0;display:flex;overflow:hidden}.shela-role-form__body{flex-direction:column;flex:1;min-height:0;display:flex}.shela-role-form__header{padding:var(--shela-space-4) var(--shela-space-5);border-bottom:1px solid var(--shela-border);background:var(--shela-surface-1);justify-content:space-between;align-items:center;display:flex}.shela-role-form__scroll{padding:var(--shela-space-5);gap:var(--shela-space-4);min-height:0;display:grid;overflow-y:auto}.shela-role-form__meta{gap:var(--shela-space-3);grid-template-columns:minmax(0,1fr) minmax(0,1fr);display:grid}.shela-role-form__meta .shela-field:first-child{grid-column:1/-1}.shela-role-form__perms{gap:var(--shela-space-3);border:none;margin:0;padding:0;display:grid}.shela-role-form__perms-header{top:calc(-1 * var(--shela-space-5));z-index:1;background:var(--shela-surface-1);padding:var(--shela-space-3) 0;margin:calc(-1 * var(--shela-space-3)) 0 0;border-bottom:1px solid var(--shela-border);gap:var(--shela-space-2);display:grid;position:sticky}.shela-role-form__perms-toolbar{align-items:center;gap:var(--shela-space-2);flex-wrap:wrap;display:flex}.shela-role-form__search{border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);background:var(--shela-surface-1);min-width:220px;color:var(--shela-fg);font-size:var(--shela-text-sm);flex:1;padding:8px 12px}.shela-role-form__search:focus{outline:2px solid var(--shela-accent);outline-offset:1px}.shela-role-form__footer{justify-content:flex-end;gap:var(--shela-space-2);padding:var(--shela-space-4) var(--shela-space-5);border-top:1px solid var(--shela-border);background:var(--shela-surface-1);display:flex}@media (max-width:640px){.shela-role-form__meta{grid-template-columns:1fr}.shela-role-form{border-radius:0;height:100%;max-height:100vh}.shela-modal-backdrop{padding:0}}@media (max-width:1024px){.shela-app{grid-template-columns:var(--shela-sidebar-w-collapsed) 1fr}.shela-app .shela-sidebar__module-title,.shela-app .shela-sidebar__module-sub,.shela-app .shela-sidebar__group-toggle,.shela-app .shela-sidebar__item-label,.shela-app .shela-sidebar__item-badge{display:none}.shela-app .shela-sidebar__item{justify-content:center;padding:8px}}@media (max-width:720px){.shela-app{grid-template-columns:1fr;grid-template-areas:"header""main";grid-template-rows:var(--shela-header-h) 1fr}.shela-sidebar{top:var(--shela-header-h);width:var(--shela-sidebar-w);z-index:40;transition:transform .2s;position:fixed;bottom:0;left:0;transform:translate(-100%)}.shela-app--drawer-open .shela-sidebar{transform:none}.shela-app--drawer-open .shela-drawer-overlay{display:block}.shela-drawer-overlay{inset:var(--shela-header-h) 0 0 0;z-index:35;background:#14101a80;display:none;position:fixed}.shela-main{padding:var(--shela-space-4)}.shela-page-header{flex-direction:column;align-items:stretch}.shela-page-header__actions{justify-content:flex-end}.shela-launcher__grid{grid-template-columns:repeat(2,1fr)}.shela-header__pill{display:none}}.shela-stack--lg{gap:var(--shela-space-6)}.shela-detail-grid{gap:var(--shela-space-3);margin-top:var(--shela-space-3);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));display:grid}.shela-actor-chip{background:var(--shela-bg-sunken);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-2) var(--shela-space-3);gap:2px;display:grid}.shela-actor-chip.is-empty{opacity:.5}.shela-actor-chip__label{font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--shela-fg-muted)}.shela-actor-chip__value{font-size:var(--shela-text-sm);gap:1px;display:grid}.shela-actor-chip__value code{font-size:var(--shela-text-sm);background:0 0;padding:0}.shela-actor-chip__value span{color:var(--shela-fg-muted);font-size:var(--shela-text-xs)}.shela-stepper{gap:var(--shela-space-2);margin-top:var(--shela-space-2);flex-wrap:wrap;align-items:center;display:flex}.shela-stepper__step{border-radius:var(--shela-radius-pill);background:var(--shela-bg-sunken);color:var(--shela-fg-muted);font-size:var(--shela-text-xs);border:1px solid var(--shela-border);align-items:center;gap:6px;padding:4px 10px;display:inline-flex}.shela-stepper__step.is-done{background:var(--shela-success-soft);color:var(--shela-success);border-color:var(--shela-success)}.shela-stepper__step.is-active{background:var(--shela-accent-soft);color:var(--shela-accent-strong);border-color:var(--shela-accent);font-weight:600}.shela-stepper__step.is-cancelled{background:var(--shela-warn-soft);color:var(--shela-warn);border-color:var(--shela-warn)}.shela-stepper__bullet{width:18px;height:18px;color:var(--shela-bg);background:currentColor;border-radius:50%;place-items:center;font-size:10px;font-weight:700;display:inline-grid}.shela-stepper__time{color:var(--shela-fg-muted);margin-left:6px}.shela-stat-strip{gap:var(--shela-space-3);grid-template-columns:repeat(auto-fit,minmax(160px,1fr));display:grid}.shela-stat{background:var(--shela-surface-1);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);padding:var(--shela-space-3) var(--shela-space-4);gap:4px;display:grid}.shela-stat.is-warn{border-color:var(--shela-warn)}.shela-stat.is-success{border-color:var(--shela-success)}.shela-stat__label{font-size:var(--shela-text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--shela-fg-muted)}.shela-stat__value{font-size:var(--shela-text-xl);color:var(--shela-fg-strong);font-weight:700}.shela-stat__sub{font-size:var(--shela-text-xs);color:var(--shela-fg-muted)}.shela-progressbar{background:var(--shela-bg-sunken);border-radius:var(--shela-radius-pill);height:8px;display:block;overflow:hidden}.shela-progressbar--inline{width:100%;height:6px;display:inline-block}.shela-progressbar__fill{background:linear-gradient(90deg, var(--shela-accent), var(--shela-success));height:100%;transition:width .2s ease-out;display:block}.shela-table.shela-table--sticky thead th{z-index:2;background:var(--shela-bg-sunken);position:sticky;top:0}.shela-action-footer{z-index:5;margin:0 calc(var(--shela-space-6) * -1) calc(var(--shela-space-6) * -1);padding:var(--shela-space-3) var(--shela-space-6);background:var(--shela-bg-elev);border-top:1px solid var(--shela-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:sticky;bottom:0}.shela-filterbar--inline{gap:var(--shela-space-3);padding:var(--shela-space-3) var(--shela-space-4);background:var(--shela-surface-2);border:1px solid var(--shela-border);border-radius:var(--shela-radius-md);flex-wrap:wrap;align-items:end;display:flex}.shela-filterbar--inline label>span{font-size:var(--shela-text-xs);margin-bottom:2px;display:block}.shela-filterbar--inline label>select{min-width:140px}.shela-keylist{gap:var(--shela-space-2);margin:0;padding:0;list-style:none;display:grid}.shela-keylist>li{border-bottom:1px dashed var(--shela-border);padding-bottom:var(--shela-space-2);justify-content:space-between;display:flex}.shela-keylist>li:last-child{border-bottom:none}.shela-confirm{align-items:flex-start;gap:var(--shela-space-2);padding:var(--shela-space-3);background:var(--shela-warn-soft);border:1px solid var(--shela-warn);border-radius:var(--shela-radius-sm);color:var(--shela-fg);display:flex}.shela-link{color:var(--shela-accent);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.shela-link:hover{color:var(--shela-accent-strong)}@media (max-width:720px){.shela-detail-grid,.shela-stat-strip{grid-template-columns:1fr 1fr}.shela-action-footer{padding:var(--shela-space-3);margin:0 calc(var(--shela-space-4) * -1) calc(var(--shela-space-4) * -1)}.shela-table{font-size:var(--shela-text-xs)}.shela-table tbody td input,.shela-table tbody td select{font-size:var(--shela-text-base)}}.shela-report-desktop{display:block}.shela-report-mobile{display:none}@media (max-width:720px){.shela-report-desktop{display:none}.shela-report-mobile{gap:var(--shela-space-3);flex-direction:column;display:flex}.shela-button{min-height:40px}.shela-button--sm{min-height:36px}}
