:root{--ink:#17211e;--muted:#69736f;--line:#dfe5e2;--soft:#f3f5f3;--paper:#fbfcfb;--success:#2f7c60;--warning:#b47726;--danger:#b94b4b;--info:#3f6f9d;--shadow:0 18px 55px #1926211f;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px}.jrm-button-wrap{align-items:stretch;gap:var(--space-1);flex-direction:column;display:inline-flex}.jrm-button-wrap.is-full-width,.jrm-button-wrap.is-full-width .jrm-button{width:100%}.jrm-button{min-height:44px;padding:0 var(--space-4);border:1px solid var(--ink);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:var(--space-2);background:var(--ink);color:#fff;cursor:pointer;font-weight:700;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.jrm-button:hover:not(:disabled){transform:translateY(-1px)}.jrm-button--secondary{border-color:var(--line);color:var(--ink);background:#fff}.jrm-button--tertiary{color:var(--ink);background:0 0;border-color:#0000}.jrm-button--destructive{border-color:var(--danger);background:var(--danger);color:#fff}.jrm-button:disabled{border-color:var(--line);background:var(--soft);color:var(--muted);cursor:not-allowed;transform:none}.jrm-button svg{flex:none;width:18px;height:18px}.jrm-button__spinner{animation:.8s linear infinite jrm-spin}.jrm-button__reason{color:var(--muted);line-height:1.3}@keyframes jrm-spin{to{transform:rotate(360deg)}}.jrm-status-chip{border-radius:var(--radius-pill);color:#59635f;white-space:nowrap;background:#edf0ee;align-items:center;gap:6px;width:fit-content;min-height:24px;padding:2px 9px;font-size:.75rem;font-weight:700;display:inline-flex}.jrm-status-chip__dot{background:currentColor;border-radius:50%;width:7px;height:7px}.jrm-status-chip--success{color:var(--success);background:#e7f3ed}.jrm-status-chip--warning{color:#8c5918;background:#fbf0df}.jrm-status-chip--danger{color:var(--danger);background:#fae9e8}.jrm-status-chip--info{color:var(--info);background:#e8f0f8}.jrm-status-chip--offline{color:#665596;background:#ece9f7}.jrm-search-bar{min-width:min(100%,280px);min-height:44px;padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);align-items:center;gap:var(--space-2);color:var(--muted);background:#fff;display:flex}.jrm-search-bar:focus-within{border-color:var(--info);box-shadow:0 0 0 3px color-mix(in srgb, var(--info), transparent 82%)}.jrm-search-bar>svg{flex:none;width:19px;height:19px}.jrm-search-bar input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.jrm-search-bar button{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;margin-right:-12px;display:grid}.jrm-search-bar button svg{width:18px}.jrm-filter-chips{align-items:center;gap:var(--space-2);scrollbar-width:thin;max-width:100%;padding-bottom:var(--space-1);display:flex;overflow-x:auto}.jrm-filter-chip{min-height:36px;padding-left:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-pill);white-space:nowrap;background:#fff;align-items:center;font-size:.8125rem;display:inline-flex}.jrm-filter-chip button{width:36px;height:36px;color:var(--muted);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.jrm-filter-chip svg{width:15px}.jrm-filter-chips__clear{min-height:36px;color:var(--info);white-space:nowrap;cursor:pointer;background:0 0;border:0;font-weight:700}.jrm-stat-card{min-height:112px;padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);text-align:left;color:var(--ink);background:#fff;flex-direction:column;align-items:stretch;display:flex}.jrm-stat-card.is-clickable{cursor:pointer;width:100%}.jrm-stat-card__top{justify-content:space-between;gap:var(--space-2);color:var(--muted);font-size:.8125rem;display:flex}.jrm-stat-card__top svg{width:18px}.jrm-stat-card strong{margin:var(--space-3) 0 var(--space-1);font-size:1.55rem}.jrm-stat-card small.is-positive{color:var(--success)}.jrm-stat-card small.is-negative{color:var(--danger)}.jrm-stat-card small.is-neutral{color:var(--muted)}.jrm-data-table-wrap{border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;width:100%;overflow:auto}.jrm-data-table{border-collapse:collapse;text-align:left;width:100%}.jrm-data-table thead{z-index:1;background:var(--soft);position:sticky;top:0}.jrm-data-table th{padding:var(--space-3) var(--space-4);color:var(--muted);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:.75rem}.jrm-data-table th button{align-items:center;gap:var(--space-1);min-height:36px;color:inherit;font:inherit;text-transform:inherit;cursor:pointer;background:0 0;border:0;margin:-8px;padding:8px;font-weight:700;display:inline-flex}.jrm-data-table th svg{width:14px}.jrm-data-table td{padding:var(--space-4);border-top:1px solid var(--line);vertical-align:middle}.jrm-data-table tr.is-clickable{cursor:pointer}.jrm-data-table tr.is-clickable:hover,.jrm-data-table tr.is-clickable:focus{background:color-mix(in srgb, var(--soft), white 25%)}.jrm-data-table__empty{text-align:center;color:var(--muted)}.jrm-card-list{gap:var(--space-3);display:grid}.jrm-card-list__card{width:100%;min-height:92px;padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);color:var(--ink);text-align:left;background:#fff;display:block;position:relative}button.jrm-card-list__card{cursor:pointer}.jrm-card-list__heading{padding-right:var(--space-6);font-weight:750;display:block}.jrm-card-list dl{margin:var(--space-3) 0 0;gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.jrm-card-list dl div{min-width:0}.jrm-card-list dt{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem}.jrm-card-list dd{overflow-wrap:anywhere;margin:3px 0 0}.jrm-card-list__chevron{top:var(--space-4);right:var(--space-3);width:19px;color:var(--muted);position:absolute}.jrm-card-list__empty{padding:var(--space-5);border:1px dashed var(--line);border-radius:var(--radius-lg);color:var(--muted);text-align:center}.jrm-responsive-list__mobile{display:none}.jrm-notice{min-height:64px;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);align-items:center;gap:var(--space-3);border:1px solid;display:flex}.jrm-notice>svg{flex:none;width:22px}.jrm-notice__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.jrm-notice__content>span{font-size:.875rem}.jrm-notice__action{flex:none}.jrm-notice--info{color:#345e7c;background:#edf5fa;border-color:#d4e7f2}.jrm-notice--warning{color:#765019;background:#fff6e8;border-color:#eed9b7}.jrm-notice--danger{color:#8b3737;background:#fff0ef;border-color:#efcdcb}.jrm-notice--success{color:#276b52;background:#eaf5f0;border-color:#cfe5da}.jrm-segmented-control{width:fit-content;max-width:100%;padding:var(--space-1);background:#e8ece9;border-radius:10px;gap:2px;display:flex;overflow-x:auto}.jrm-segmented-control button{min-height:40px;padding:0 var(--space-4);border-radius:var(--radius-md);color:var(--muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;font-weight:700}.jrm-segmented-control button.is-active{color:var(--ink);background:#fff;box-shadow:0 2px 7px #141e1a17}.jrm-review-panel{max-width:700px;padding:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff}.jrm-eyebrow{color:var(--info);letter-spacing:.12em;text-transform:uppercase;font-size:.75rem;font-weight:800}.jrm-review-panel h2{margin:var(--space-1) 0;font-size:1.25rem}.jrm-review-panel header p{color:var(--muted);margin:0}.jrm-review-panel dl{margin:var(--space-5) 0;gap:var(--space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.jrm-review-panel dl div{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md)}.jrm-review-panel dt{color:var(--muted);font-size:.75rem}.jrm-review-panel dd{margin:var(--space-1) 0 0;font-weight:700}.jrm-review-panel footer{justify-content:flex-end;gap:var(--space-3);display:flex}.jrm-sticky-action-bar{z-index:20;width:100%;min-height:72px;padding:var(--space-3) max(var(--space-4), env(safe-area-inset-right)) calc(var(--space-3) + env(safe-area-inset-bottom)) max(var(--space-4), env(safe-area-inset-left));border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:var(--space-4);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 28px #19262117}.jrm-sticky-action-bar__summary{color:var(--muted)}.jrm-sticky-action-bar__actions{justify-content:flex-end;gap:var(--space-3);display:flex}.jrm-upload-zone{padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.jrm-upload-zone__label{margin-bottom:var(--space-2);justify-content:space-between;gap:var(--space-3);display:flex}.jrm-upload-zone__label label{font-weight:700}.jrm-upload-zone__label span{color:var(--muted);font-size:.75rem}.jrm-upload-zone__picker{width:100%;min-height:124px;padding:var(--space-4);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:var(--space-2);background:var(--soft);color:var(--ink);cursor:pointer;border:1px dashed #aeb9b4;flex-direction:column;display:flex}.jrm-upload-zone__picker svg{width:28px;height:28px;color:var(--info)}.jrm-upload-zone__picker span{flex-direction:column;gap:2px;display:flex}.jrm-upload-zone__picker small{color:var(--muted)}.jrm-upload-zone__preview{gap:var(--space-3);grid-template-columns:64px 1fr auto auto;align-items:center;min-height:88px;display:grid}.jrm-upload-zone__preview>img{border-radius:var(--radius-md);object-fit:cover;width:64px;height:64px}.jrm-upload-zone__preview>svg{width:40px;color:var(--info)}.jrm-upload-zone__preview>span{flex-direction:column;min-width:0;display:flex}.jrm-upload-zone__preview strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.jrm-upload-zone__preview small{color:var(--muted)}.jrm-upload-zone__progress{margin-top:var(--space-3);border-radius:var(--radius-pill);background:var(--soft);height:24px;position:relative;overflow:hidden}.jrm-upload-zone__progress>span{background:var(--info);height:100%;transition:width .15s;display:block}.jrm-upload-zone__progress small{color:var(--ink);place-items:center;font-weight:700;display:grid;position:absolute;inset:0}.jrm-upload-zone__error{margin-top:var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-3);color:var(--danger);display:flex}.jrm-form{gap:var(--space-4);display:grid}.jrm-form-field{gap:var(--space-2);flex-direction:column;display:flex}.jrm-form-field>label{font-size:.875rem;font-weight:700}.jrm-form-field>label span{color:var(--danger)}.jrm-form-field input,.jrm-form-field select{width:100%;min-height:44px;padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);background:#fff}.jrm-form-field input:focus,.jrm-form-field select:focus{border-color:var(--info)}.jrm-form-field small{color:var(--muted)}.jrm-form-field__error{color:var(--danger)!important}.jrm-form-field.has-error input,.jrm-form-field.has-error select{border-color:var(--danger)}.jrm-input-affix{align-items:center;display:flex;position:relative}.jrm-input-affix__prefix,.jrm-input-affix__suffix{color:var(--muted);pointer-events:none;position:absolute}.jrm-input-affix__prefix{left:var(--space-3)}.jrm-input-affix__suffix{right:var(--space-3)}.jrm-input-affix:has(.jrm-input-affix__prefix) input{padding-left:30px}.jrm-input-affix:has(.jrm-input-affix__suffix) input{padding-right:46px}.jrm-quantity-stepper{border:1px solid var(--line);border-radius:var(--radius-md);grid-template-columns:44px 72px 44px;width:fit-content;display:grid;overflow:hidden}.jrm-quantity-stepper button{background:var(--soft);min-height:44px;color:var(--ink);cursor:pointer;border:0;place-items:center;display:grid}.jrm-quantity-stepper button svg{width:17px}.jrm-quantity-stepper input{text-align:center;appearance:textfield;border:0;border-radius:0}.jrm-overlay{z-index:1000;padding:var(--space-4);background:#09110e8c;display:grid;position:fixed;inset:0}.jrm-overlay--modal{place-items:center}.jrm-overlay--drawer{padding-left:max(var(--space-4), 15vw);place-items:stretch end}.jrm-overlay__panel{border-radius:var(--radius-lg);width:min(560px,100%);max-height:min(820px,100dvh - 32px);box-shadow:var(--shadow);background:#fff;flex-direction:column;display:flex;overflow:hidden}.jrm-overlay--drawer .jrm-overlay__panel{border-radius:var(--radius-lg) 0 0 var(--radius-lg);height:100%;max-height:none}.jrm-overlay__panel>header{padding:var(--space-4);border-bottom:1px solid var(--line);align-items:flex-start;gap:var(--space-3);display:flex}.jrm-overlay__panel>header span{flex:1}.jrm-overlay__panel h2{margin:0;font-size:1.2rem}.jrm-overlay__panel header p{margin:var(--space-1) 0 0;color:var(--muted)}.jrm-overlay__panel>header button{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;place-items:center;margin:-10px;display:grid}.jrm-overlay__body{padding:var(--space-4);flex:1;overflow:auto}.jrm-overlay__panel>footer{padding:var(--space-4);border-top:1px solid var(--line);justify-content:flex-end;gap:var(--space-3);display:flex}.jrm-empty-state,.jrm-error-state,.jrm-permission-state{min-height:260px;padding:var(--space-6) var(--space-5);border:1px solid var(--line);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:var(--space-3);text-align:center;background:#fff;flex-direction:column;display:flex}.jrm-empty-state h2,.jrm-error-state h2,.jrm-permission-state h2{margin:0;font-size:1.2rem}.jrm-empty-state p,.jrm-error-state p,.jrm-permission-state p{max-width:48ch;color:var(--muted);margin:0}.jrm-error-state>small,.jrm-permission-state>small{color:var(--muted)}.jrm-state-icon{background:var(--soft);width:52px;height:52px;color:var(--info);border-radius:50%;place-items:center;display:grid}.jrm-error-state .jrm-state-icon{color:var(--danger)}.jrm-state-icon svg{width:24px}.jrm-loading-skeleton{padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-lg);gap:var(--space-3);background:#fff;display:grid;overflow:hidden}.jrm-skeleton-row{border-top:1px solid var(--line);align-items:center;gap:var(--space-5);grid-template-columns:1.4fr 1fr .6fr;min-height:56px;display:grid}.jrm-skeleton-row:first-of-type{border-top:0}.jrm-skeleton-row i,.jrm-skeleton-block{border-radius:var(--radius-pill);background:linear-gradient(90deg,#edf0ee 25%,#f8faf9 50%,#edf0ee 75%) 0 0/200% 100%;height:12px;animation:1.3s infinite jrm-shimmer;display:block}.jrm-skeleton-row i:last-child{width:60%}.jrm-skeleton-block.is-heading{width:42%;height:24px}@keyframes jrm-shimmer{to{background-position:-200% 0}}.jrm-timeline{margin:0;padding:0;list-style:none}.jrm-timeline li{padding:0 0 var(--space-5) 40px;position:relative}.jrm-timeline li:not(:last-child):before{content:"";background:var(--line);width:1px;position:absolute;top:30px;bottom:0;left:15px}.jrm-timeline__marker{background:var(--soft);width:31px;height:31px;color:var(--info);border-radius:50%;place-items:center;display:grid;position:absolute;top:0;left:0}.jrm-timeline__marker svg{width:15px}.jrm-timeline article>header{justify-content:space-between;gap:var(--space-3);display:flex}.jrm-timeline time,.jrm-timeline small{color:var(--muted);font-size:.75rem}.jrm-timeline article>div{margin-top:var(--space-2);color:var(--muted)}.jrm-timeline__empty{padding:var(--space-4);color:var(--muted);text-align:center}.jrm-pagination{justify-content:flex-end;align-items:center;gap:var(--space-3);min-height:56px;color:var(--muted);font-size:.875rem;display:flex}.jrm-pagination label{align-items:center;gap:var(--space-2);display:flex}.jrm-pagination select{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;min-height:36px}.jrm-pagination .jrm-button{width:44px;padding:0}.jrm-pagination strong{color:var(--ink);white-space:nowrap}.jrm-infinite-footer{justify-content:center;align-items:center;gap:var(--space-4);min-height:68px;color:var(--muted);display:flex}.jrm-map-view{min-width:0}.jrm-map-view__canvas{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--soft);width:100%}.jrm-map-view__records{margin:var(--space-3) 0 0;gap:var(--space-2);padding:0;list-style:none;display:grid}.jrm-map-view__records button{width:100%;min-height:60px;padding:var(--space-2) var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);gap:var(--space-2);color:var(--ink);text-align:left;cursor:pointer;background:#fff;grid-template-columns:28px 20px 1fr auto;align-items:center;display:grid}.jrm-map-view__records button[aria-current=true]{border-color:var(--info);background:#f4f8fb}.jrm-map-view__number{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;font-size:.75rem;font-weight:700;display:grid}.jrm-map-view__records svg{width:18px;color:var(--info)}.jrm-map-view__records button>span:nth-of-type(2){flex-direction:column;display:flex}.jrm-map-view__records small{color:var(--muted)}.jrm-map-view .jrm-notice{margin-bottom:var(--space-3)}.jrm-offline-badge{width:fit-content;min-height:36px;padding:var(--space-1) var(--space-2);border:1px solid var(--line);border-radius:var(--radius-pill);align-items:center;gap:var(--space-2);background:#fff;display:inline-flex}.jrm-offline-badge>svg{width:17px;color:var(--muted)}.jrm-offline-badge.is-syncing>svg{animation:.8s linear infinite jrm-spin}.jrm-offline-badge small{color:var(--muted)}.jrm-offline-badge button{min-height:32px;color:var(--danger);cursor:pointer;background:0 0;border:0;font-weight:700}@media (width<=767px){.jrm-responsive-list__desktop{display:none}.jrm-responsive-list__mobile{display:block}.jrm-notice{flex-wrap:wrap;align-items:flex-start}.jrm-notice__action{width:100%;padding-left:34px}.jrm-review-panel{padding:var(--space-4)}.jrm-review-panel dl{grid-template-columns:1fr}.jrm-review-panel footer{flex-direction:column-reverse}.jrm-review-panel footer .jrm-button-wrap,.jrm-review-panel footer .jrm-button{width:100%}.jrm-sticky-action-bar{flex-direction:column;align-items:stretch}.jrm-sticky-action-bar__actions,.jrm-sticky-action-bar__actions .jrm-button-wrap,.jrm-sticky-action-bar__actions .jrm-button{width:100%}.jrm-upload-zone__preview{grid-template-columns:52px 1fr}.jrm-upload-zone__preview>.jrm-button-wrap{grid-column:span 1}.jrm-overlay{padding:0}.jrm-overlay__panel,.jrm-overlay--drawer .jrm-overlay__panel{border-radius:0;width:100%;height:100dvh;max-height:none}.jrm-timeline article>header{flex-direction:column;gap:2px}.jrm-pagination{flex-wrap:wrap;justify-content:space-between}.jrm-pagination>span,.jrm-pagination>label{width:100%}.jrm-map-view__records button{grid-template-columns:28px 1fr auto}.jrm-map-view__records button>svg{display:none}.jrm-map-view__records .jrm-status-chip{grid-column:2}.jrm-offline-badge{flex-wrap:wrap;max-width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*{box-sizing:border-box}html{color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{background:var(--paper);min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}:focus-visible{outline:3px solid color-mix(in srgb, var(--info), transparent 25%)}h1,h2,h3,p{margin-block-start:0}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.component-catalog{width:min(1180px,100%);padding:var(--space-5);margin:0 auto}.component-catalog>header{margin-bottom:var(--space-6)}.component-catalog>header p{max-width:70ch;color:var(--muted)}.catalog-grid{gap:var(--space-5);display:grid}.catalog-section{min-width:0;padding:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}.catalog-section>h2{margin-bottom:var(--space-4);font-size:1rem}.catalog-row{align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;display:flex}@media (width<=680px){.component-catalog,.catalog-section{padding:var(--space-4)}}.portal-shell{--portal-sidebar-width:248px;grid-template-columns:var(--portal-sidebar-width) minmax(0, 1fr);background:var(--soft);min-height:100vh;display:grid}.portal-shell.is-collapsed{--portal-sidebar-width:76px}.portal-sidebar{min-width:0;height:100vh;color:var(--paper);background:var(--ink);flex-direction:column;transition:width .18s;display:flex;position:sticky;top:0;overflow:hidden}.portal-sidebar__brand{align-items:center;gap:var(--space-3);min-height:72px;padding:var(--space-3);border-bottom:1px solid color-mix(in srgb, var(--paper), transparent 88%);display:flex}.portal-shell.is-collapsed .portal-sidebar__brand{justify-content:center;gap:var(--space-1);min-height:124px;padding:var(--space-2);flex-direction:column}.portal-brand-mark,.portal-avatar{border-radius:var(--radius-md);flex:none;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.portal-brand-mark{color:var(--ink);background:var(--paper)}.portal-avatar{color:var(--portal-accent);background:color-mix(in srgb, var(--portal-accent), white 84%);font-size:.75rem}.portal-sidebar__brand>span:nth-child(2){flex-direction:column;flex:1;min-width:0;display:flex}.portal-sidebar__brand b{white-space:nowrap;font-size:.875rem}.portal-sidebar__brand>button,.portal-mobile-header>button,.notification-bell>button,.portal-user-menu>button{border:1px solid var(--line);border-radius:var(--radius-md);min-width:38px;min-height:38px;color:var(--ink);cursor:pointer;background:#fff;place-items:center;padding:0;display:grid}.portal-sidebar__brand>button{border-color:color-mix(in srgb, var(--paper), transparent 86%);color:var(--paper);background:color-mix(in srgb, var(--paper), transparent 92%)}.portal-sidebar__brand svg,.portal-mobile-header svg,.notification-bell svg,.portal-user-menu svg{width:19px;height:19px}.portal-switcher{align-items:center;min-width:0;display:flex;position:relative}.portal-switcher select{width:100%;min-height:26px;padding:0 var(--space-5) 0 0;appearance:none;color:color-mix(in srgb, var(--paper), transparent 30%);cursor:pointer;background:0 0;border:0;font-size:.7rem}.portal-switcher svg{pointer-events:none;width:14px;position:absolute;right:0}.portal-switcher__label{color:color-mix(in srgb, var(--paper), transparent 35%);font-size:.7rem}.portal-switcher__short{color:color-mix(in srgb, var(--paper), transparent 32%);text-align:center;flex:1;font-size:.65rem;font-weight:800}.portal-nav{padding:var(--space-3) var(--space-2);flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.portal-nav a{align-items:center;gap:var(--space-3);min-height:42px;padding:0 var(--space-3);border-radius:var(--radius-md);color:color-mix(in srgb, var(--paper), transparent 34%);font-size:.78rem;font-weight:650;text-decoration:none;display:flex}.portal-nav a:hover{color:var(--paper);background:color-mix(in srgb, var(--paper), transparent 94%)}.portal-nav a.is-active{color:#fff;background:color-mix(in srgb, var(--portal-accent), white 12%)}.portal-nav svg{flex:none;width:19px;height:19px}.portal-shell.is-collapsed .portal-nav a{justify-content:center;padding-inline:0}.portal-sidebar__user{align-items:center;gap:var(--space-2);margin:var(--space-2);padding:var(--space-2);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--paper), transparent 94%);display:flex}.portal-sidebar__user>span:last-child{flex-direction:column;flex:1;min-width:0;display:flex}.portal-sidebar__user b,.portal-sidebar__user small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.portal-sidebar__user b{font-size:.76rem}.portal-sidebar__user small{color:color-mix(in srgb, var(--paper), transparent 42%);margin-top:2px;font-size:.63rem}.portal-shell__main{flex-direction:column;min-width:0;min-height:100vh;display:flex}.portal-topbar{z-index:20;align-items:center;gap:var(--space-4);min-height:72px;padding:var(--space-3) var(--space-5);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;display:flex;position:sticky;top:0}.portal-breadcrumb{flex-direction:column;min-width:0;display:flex}.portal-breadcrumb small,.portal-mobile-header small,.scope-selector small{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;font-size:.65rem}.portal-breadcrumb b{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.95rem;overflow:hidden}.portal-topbar__actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex;position:relative}.scope-selector{align-items:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);background:#fff;display:flex}.scope-selector>svg{width:17px;height:17px;color:var(--portal-accent);flex:none}.scope-selector select{max-width:240px;color:inherit;background:0 0;border:0;font-size:.76rem;font-weight:700}.scope-selector.is-context>span{flex-direction:column;display:flex}.scope-selector.is-context b{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:.73rem;overflow:hidden}.scope-selector.is-error{color:var(--danger)}.scope-selector__spinner{animation:.9s linear infinite portal-spin}@keyframes portal-spin{to{transform:rotate(360deg)}}.notification-bell,.portal-user-menu{position:relative}.notification-bell__count{border-radius:var(--radius-pill);color:#fff;background:var(--danger);border:2px solid #fff;place-items:center;min-width:19px;height:19px;padding-inline:4px;font-size:.6rem;font-weight:800;display:grid;position:absolute;top:-5px;right:-5px}.notification-bell__panel,.portal-user-menu__panel{top:calc(100% + var(--space-2));z-index:50;width:min(360px, calc(100vw - var(--space-5)));border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;position:absolute;right:0;overflow:hidden}.notification-bell__panel>header{min-height:48px;padding:0 var(--space-4);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.notification-bell__panel>header span{color:var(--danger);font-size:.7rem;font-weight:700}.notification-bell__panel ul{max-height:420px;margin:0;padding:0;list-style:none;overflow-y:auto}.notification-bell__panel li{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--line)}.notification-bell__panel li.is-unread{background:color-mix(in srgb, var(--info), white 94%)}.notification-bell__panel li b,.notification-bell__panel li p,.notification-bell__panel li time{display:block}.notification-bell__panel li b{font-size:.78rem}.notification-bell__panel li p{color:var(--muted);margin:3px 0;font-size:.72rem}.notification-bell__panel li time{color:var(--muted);font-size:.62rem}.notification-bell__empty{justify-content:center;align-items:center;gap:var(--space-2);min-height:190px;padding:var(--space-5);color:var(--muted);text-align:center;flex-direction:column;display:flex}.notification-bell__empty svg{width:28px;height:28px}.notification-bell__empty b{color:var(--ink)}.notification-bell__empty span{font-size:.75rem}.portal-user-menu>button{border:0}.portal-user-menu__panel{width:250px;padding:var(--space-2)}.portal-user-menu__panel>span{padding:var(--space-2);flex-direction:column;display:flex}.portal-user-menu__panel small{color:var(--muted);overflow-wrap:anywhere;margin-top:2px}.portal-user-menu__panel>button{align-items:center;gap:var(--space-2);width:100%;min-height:40px;padding:0 var(--space-2);border-radius:var(--radius-md);color:var(--danger);cursor:pointer;background:0 0;border:0;font-weight:700;display:flex}.portal-user-menu__panel>button:hover{background:color-mix(in srgb, var(--danger), white 94%)}.portal-content{min-width:0;padding:var(--space-5);flex:1}.portal-screen-placeholder{max-width:900px}.portal-screen-placeholder>small{color:var(--portal-accent);letter-spacing:.12em;font-size:.72rem;font-weight:800}.portal-screen-placeholder h1{margin:var(--space-2) 0;font-size:clamp(1.7rem,3vw,2.4rem)}.portal-screen-placeholder>p{max-width:65ch;color:var(--muted)}.portal-screen-placeholder>div{gap:var(--space-1);margin-top:var(--space-5);padding:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;flex-direction:column;display:flex}.portal-screen-placeholder>div span{color:var(--muted)}.portal-mobile-header,.portal-bottom-nav{display:none}.portal-mobile-menu>.portal-switcher{min-height:44px;padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--soft)}.portal-mobile-menu>.portal-switcher__label{min-height:44px;padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);background:var(--soft);align-items:center;font-weight:700;display:flex}.portal-mobile-menu>.portal-switcher select{color:var(--ink)}.portal-mobile-menu .portal-nav{max-height:min(60vh,540px);margin:var(--space-3) calc(var(--space-2) * -1);padding-block:0}.portal-mobile-menu .portal-nav a{color:var(--muted)}.portal-mobile-menu .portal-nav a:hover,.portal-mobile-menu .portal-nav a.is-active{color:var(--ink);background:color-mix(in srgb, var(--portal-accent), white 91%)}.portal-mobile-menu__user{align-items:center;gap:var(--space-3);padding-top:var(--space-3);border-top:1px solid var(--line);display:flex}.portal-mobile-menu__user>span{flex-direction:column;display:flex}.portal-mobile-menu__user small{color:var(--muted)}@media (width<=820px){.portal-shell,.portal-shell.is-collapsed{display:block}.portal-sidebar,.portal-topbar{display:none}.portal-shell__main{padding-bottom:calc(68px + env(safe-area-inset-bottom))}.portal-mobile-header{z-index:30;min-height:calc(60px + env(safe-area-inset-top));padding:env(safe-area-inset-top) var(--space-3) 0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;align-items:center;display:flex;position:sticky;top:0}.portal-mobile-header>span{min-width:0;padding-inline:var(--space-2);text-align:center;flex-direction:column;flex:1;display:flex}.portal-mobile-header small{color:var(--portal-accent);font-weight:800}.portal-mobile-header b{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:.82rem;overflow:hidden}.portal-user-menu.is-compact,.portal-user-menu.is-compact>button{position:relative}.portal-user-menu.is-compact .portal-user-menu__panel{right:0}.portal-content{padding:var(--space-4)}.portal-bottom-nav{z-index:30;min-height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.portal-bottom-nav a,.portal-bottom-nav button{min-width:0;min-height:64px;padding:var(--space-1);color:var(--muted);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.62rem;text-decoration:none;display:flex;position:relative}.portal-bottom-nav a.is-active{color:var(--portal-accent)}.portal-bottom-nav a.is-active:before{border-radius:0 0 var(--radius-sm) var(--radius-sm);background:var(--portal-accent);content:"";width:30px;height:3px;position:absolute;top:0}.portal-bottom-nav svg{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){.portal-sidebar,.scope-selector__spinner{transition:none;animation:none}}
