:root{color-scheme:light;--page-bg: #f4f5f7;--surface: #ffffff;--surface-soft: #f8f9fb;--surface-sunken: #eef0f3;--surface-contrast: #0f1522;--border: #ecedf0;--border-strong: #dcdfe4;--text-primary: #1d2433;--text-secondary: #4d5867;--text-muted: #7a8394;--text-inverse: #ffffff;--accent: #2f6bff;--accent-strong: #1f54de;--accent-soft: rgba(47, 107, 255, .1);--accent-ring: rgba(47, 107, 255, .22);--ok: #16a34a;--ok-soft: rgba(22, 163, 74, .1);--warn: #d97706;--warn-soft: rgba(217, 119, 6, .1);--error: #dc2626;--error-soft: rgba(220, 38, 38, .08);--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-xl: 28px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 2px 6px rgba(15, 23, 42, .05);--shadow-md: 0 4px 16px rgba(15, 23, 42, .06);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .08);--shell-nav-height: 68px;--shell-toolbar-height: 56px;--shell-bottom-height: 280px;--shell-gutter: 24px;--shell-content-max: 1440px;--shell-gutter-x: 24px;--font-sans: "Inter", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Menlo, Monaco, Consolas, monospace;--bg-0: var(--page-bg);--bg-1: var(--surface);--bg-2: var(--surface-soft);--bg-3: var(--surface-sunken);--bg-4: var(--surface-sunken)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:var(--page-bg);color:var(--text-primary);font-family:var(--font-sans);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11","ss01"}html,body{height:auto}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-strong)}button{font:inherit;color:inherit;cursor:pointer;border:none;background:none}button:disabled{cursor:not-allowed;opacity:.5}input,textarea,select{font:inherit;color:var(--text-primary);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:9px 12px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8dbe1;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#bfc3cc}::-webkit-scrollbar-track{background:transparent}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--page-bg)}.app-topbar{position:sticky;top:0;z-index:20;padding:20px var(--shell-gutter-x) 0;background:var(--page-bg)}.app-topbar__inner{max-width:var(--shell-content-max);margin:0 auto;display:flex;align-items:center;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:10px 14px 10px 18px;box-shadow:var(--shadow-sm);height:var(--shell-nav-height)}.brand{display:flex;align-items:center;gap:10px;color:var(--text-primary);font-weight:600;letter-spacing:-.01em;flex-shrink:0}.brand__mark{width:30px;height:30px;border-radius:9px;background:var(--accent);color:var(--text-inverse);display:grid;place-items:center;font-weight:700;font-size:14px;box-shadow:0 4px 10px #2f6bff47}img.brand__mark{display:block;object-fit:contain;flex-shrink:0;padding:0;border:0;background:transparent;box-shadow:0 4px 12px #0b122038}.brand__name{font-size:15px;font-weight:600}.nav-tabs{display:flex;align-items:center;gap:2px;padding:4px;background:var(--surface-sunken);border-radius:var(--radius-pill);flex:0 1 auto;justify-content:flex-start;min-width:0;overflow-x:auto;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}.nav-tab{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--radius-pill);color:var(--text-secondary);font-size:13px;font-weight:500;white-space:nowrap;transition:background .15s ease,color .15s ease}.nav-tab:hover{color:var(--text-primary)}.nav-tab.is-active{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-xs)}.nav-tab__icon{width:16px;height:16px;flex-shrink:0;color:currentColor;opacity:.85}.nav-tab.is-active .nav-tab__icon{color:var(--accent);opacity:1}.nav-tab__label{line-height:1}.nav-tab__divider{width:1px;height:18px;background:var(--border-strong);margin:0 6px;flex-shrink:0}.app-topbar__actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.mobile-nav{display:none;position:absolute;top:calc(20px + var(--shell-nav-height) + 6px);left:24px;right:24px;max-width:1440px;margin:0 auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:14px;z-index:30;animation:mobile-nav-in .16s ease-out}@keyframes mobile-nav-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.mobile-nav__group-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600;padding:8px 10px 6px}.mobile-nav__group-label+.mobile-nav__link{margin-top:0}.mobile-nav__link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-md);color:var(--text-secondary);font-size:14px;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.mobile-nav__link:hover{background:var(--surface-sunken);color:var(--text-primary)}.mobile-nav__link.is-active{background:var(--accent-soft);color:var(--accent-strong)}.mobile-nav__link svg{width:18px;height:18px;flex-shrink:0;color:currentColor;opacity:.9}.mobile-nav__link.is-active svg{color:var(--accent);opacity:1}.icon-btn{width:38px;height:38px;border-radius:999px;background:var(--surface-sunken);color:var(--text-secondary);display:inline-grid;place-items:center;transition:background .15s ease,color .15s ease}.icon-btn:hover{background:var(--border);color:var(--text-primary)}.icon-btn svg{width:16px;height:16px}.icon-btn--sm{width:30px;height:30px}.icon-btn--sm svg{width:14px;height:14px}.icon-btn.icon-btn--menu{display:none}.icon-btn.icon-btn--menu.is-active{background:var(--accent);color:var(--text-inverse)}.icon-btn.icon-btn--menu.is-active:hover{background:var(--accent-strong);color:var(--text-inverse)}@media (max-width: 1180px){.nav-tab{padding:8px 10px;gap:0}.nav-tab__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.nav-tab.is-active{padding:8px 12px}.nav-tabs{justify-content:flex-start}.profile__meta{display:none}.profile{padding:4px}}@media (max-width: 900px){:root{--shell-gutter-x: 16px}.app-topbar{padding-top:14px}.app-topbar__inner{gap:12px;padding:8px 10px 8px 14px;height:56px}.nav-tabs,.nav-tab__divider{display:none}.icon-btn.icon-btn--menu{display:inline-grid}.mobile-nav{display:block;top:76px;left:16px;right:16px}}@media (max-width: 480px){.brand__name{display:none}}.profile-wrap{position:relative}.profile{display:flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border-radius:var(--radius-pill);background:var(--surface-sunken);transition:background .15s ease,box-shadow .15s ease}.profile:hover{background:var(--border)}.profile.is-open{background:var(--border);box-shadow:0 0 0 3px var(--accent-ring)}.profile__avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#1e40af;display:grid;place-items:center;font-weight:600;font-size:12px;flex-shrink:0}.profile__meta{display:flex;flex-direction:column;line-height:1.15}.profile__name{font-size:13px;font-weight:600;color:var(--text-primary)}.profile__role{font-size:11px;color:var(--text-muted)}.profile__chevron{transition:transform .18s ease}.profile__chevron.is-open{transform:rotate(180deg)}.profile-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:240px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:6px;z-index:40;animation:profile-menu-in .14s ease-out}@keyframes profile-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.profile-menu__header{display:flex;align-items:center;gap:12px;padding:12px 12px 10px}.profile-menu__avatar{width:36px;height:36px;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#1e40af;display:grid;place-items:center;font-weight:600;font-size:13px;flex-shrink:0}.profile-menu__name{font-size:13.5px;font-weight:600;color:var(--text-primary);line-height:1.2}.profile-menu__email{font-size:12px;color:var(--text-muted);margin-top:1px;word-break:break-all}.profile-menu__divider{height:1px;background:var(--border);margin:4px 0}.profile-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:var(--radius-sm);font-size:13px;color:var(--text-secondary);text-align:left;background:transparent;border:none;cursor:pointer;transition:background .12s ease,color .12s ease}.profile-menu__item:hover{background:var(--surface-sunken);color:var(--text-primary)}.profile-menu__item svg{color:currentColor}.profile-menu__item--danger{color:var(--error)}.profile-menu__item--danger:hover{background:var(--error-soft);color:var(--error)}.app-main{flex:1 1 auto;display:flex;flex-direction:column;min-width:0}.app-content{max-width:calc(var(--shell-content-max) + var(--shell-gutter-x) * 2);width:100%;margin:0 auto;padding:24px var(--shell-gutter-x);flex:1 1 auto}.app-content--no-pad{padding:0;max-width:100%}.app-content--workspace{padding:0;max-width:100%;height:calc(100vh - var(--shell-nav-height))}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.page-header__title{font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary);margin:0}.page-header__sub{margin-top:4px;color:var(--text-muted);font-size:13px}.page-notice{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border);color:var(--text-secondary);font-size:12.5px}.page-notice svg{width:14px;height:14px;color:var(--warn)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-xs)}.card--lg{padding:24px;border-radius:var(--radius-xl)}.card--flush{padding:0}.card__title{font-size:13px;font-weight:600;color:var(--text-primary);margin:0 0 12px;letter-spacing:-.005em}.card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.card__header--sm{margin-bottom:8px}.card__subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.dash-greeting{display:flex;align-items:flex-start;justify-content:space-between;gap:16px 20px;margin-bottom:22px;flex-wrap:wrap}.dash-greeting>:first-child{flex:1 1 320px;min-width:0}.dash-greeting__title{font-size:22px;font-weight:600;letter-spacing:-.02em;margin:0;overflow-wrap:normal}.dash-greeting__sub{color:var(--text-muted);margin-top:4px;font-size:13px}.dash-greeting__right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dash-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.dash-kpi-col{grid-column:span 8;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dash-side{grid-column:span 4;grid-row:span 2}.dash-analytics{grid-column:span 8}.dash-activities{grid-column:span 12}@media (max-width: 1100px){.dash-kpi-col,.dash-analytics{grid-column:span 12}.dash-side{grid-column:span 12;grid-row:auto}}@media (max-width: 840px){.dash-kpi-col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.dash-kpi-col{grid-template-columns:1fr}}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:10px;box-shadow:var(--shadow-xs);transition:box-shadow .2s ease,transform .2s ease}.kpi:hover{box-shadow:var(--shadow-md)}.kpi__label{font-size:12.5px;color:var(--text-muted);font-weight:500;letter-spacing:0;text-transform:none;display:flex;align-items:center;justify-content:space-between}.kpi__value{display:flex;align-items:baseline;gap:8px;font-size:32px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary)}.kpi__delta{font-size:12px;font-weight:500;padding:2px 8px;border-radius:var(--radius-pill)}.kpi__delta--up{color:var(--ok);background:var(--ok-soft)}.kpi__delta--down{color:var(--error);background:var(--error-soft)}.kpi__delta--flat{color:var(--text-muted);background:var(--surface-sunken)}.kpi__spark{height:46px;margin-top:4px}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.chart-summary{display:flex;align-items:center;gap:28px;font-size:13px;color:var(--text-muted)}.chart-summary strong{color:var(--text-primary);font-weight:600;margin-right:4px}.chart-box{height:260px;margin-top:8px}.side-panel{padding:20px}.side-panel__preview{border-radius:var(--radius-md);background:linear-gradient(135deg,#eef4ff 0%,#f5f7fb 100%);padding:16px;border:1px solid var(--border);min-height:150px;position:relative;overflow:hidden;margin-top:6px}.side-panel__timeline{display:grid;gap:14px;padding:18px 0 6px}.timeline-row{display:grid;grid-template-columns:1fr auto;align-items:start;gap:12px}.timeline-row__label{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.timeline-row__value{font-size:13px;font-weight:500;color:var(--text-primary)}.timeline-row__meta{font-size:12px;color:var(--text-muted);white-space:nowrap}.timeline-dot{width:8px;height:8px;border-radius:999px;background:var(--accent);margin-top:6px;flex-shrink:0}.timeline-dot--muted{background:var(--border-strong)}.btn{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:var(--radius-pill);background:var(--surface);border:1px solid var(--border-strong);color:var(--text-primary);font-weight:500;font-size:13px;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.btn:hover{background:var(--surface-soft);border-color:var(--text-muted)}.btn--primary{background:var(--accent);color:var(--text-inverse);border-color:transparent;box-shadow:0 4px 10px #2f6bff38}.btn--primary:hover{background:var(--accent-strong)}.btn--ghost{background:transparent;border-color:transparent;color:var(--text-secondary)}.btn--ghost:hover{background:var(--surface-sunken);color:var(--text-primary);border-color:transparent}.btn--danger{color:var(--error);border-color:transparent;background:var(--error-soft)}.btn--sm{padding:6px 10px;font-size:12.5px}.btn--lg{padding:11px 18px;font-size:14px}.btn svg{width:14px;height:14px}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-pill);font-size:11.5px;font-weight:500;background:var(--surface-sunken);color:var(--text-secondary);letter-spacing:0}.badge--ok{background:var(--ok-soft);color:var(--ok)}.badge--warn{background:var(--warn-soft);color:var(--warn)}.badge--err{background:var(--error-soft);color:var(--error)}.badge--accent{background:var(--accent-soft);color:var(--accent-strong)}.tag{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:500;background:var(--surface-sunken);color:var(--text-secondary)}.tag--node{background:#eef2ff;color:#4338ca}.tag--anchor{background:#fff7ed;color:#c2410c}.tag--destination{background:#ecfdf5;color:#047857}.tag--zone{background:#fdf4ff;color:#a21caf}.tag--beacon{background:#eff6ff;color:#1d4ed8}.table{width:100%;border-collapse:separate;border-spacing:0}.table th{text-align:left;font-size:11.5px;font-weight:500;color:var(--text-muted);padding:14px 18px;border-bottom:1px solid var(--border);background:transparent}.table td{padding:16px 18px;border-bottom:1px solid var(--border);font-size:13px;color:var(--text-primary)}.table tr:last-child td{border-bottom:none}.table tr.is-interactive{cursor:pointer;transition:background .15s ease}.table tr.is-interactive:hover td{background:var(--surface-soft)}.table__empty{padding:36px 24px;text-align:center;color:var(--text-muted);font-size:13px}.list{display:flex;flex-direction:column;gap:10px}.list-item{display:flex;align-items:center;justify-content:space-between;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:14px 16px;transition:border-color .15s ease,box-shadow .15s ease;color:var(--text-primary)}.list-item:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.workspace{display:grid;grid-template-columns:280px 1fr;grid-template-rows:var(--shell-toolbar-height) 1fr var(--shell-bottom-height);height:100%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.workspace__toolbar{grid-column:1 / -1;display:flex;align-items:center;gap:6px;padding:0 16px;border-bottom:1px solid var(--border);background:var(--surface)}.workspace__toolbar .divider{width:1px;height:22px;background:var(--border);margin:0 6px}.workspace__left{background:var(--surface-soft);overflow-y:auto;border-right:1px solid var(--border)}.workspace__center{position:relative;background:var(--surface);overflow:hidden}.workspace__bottom{grid-column:1 / -1;border-top:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;overflow:hidden;position:relative}.workspace__bottom-resizer{position:absolute;top:-3px;left:0;right:0;height:6px;cursor:row-resize;z-index:5;background:transparent;transition:background .12s ease}.workspace__bottom-resizer:hover,.workspace__bottom-resizer:active{background:var(--accent-soft)}.workspace__bottom-toggle{position:absolute;top:10px;left:14px;z-index:6;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-secondary);cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.workspace__bottom-toggle:hover{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-strong)}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.panel-header__title{font-size:12.5px;font-weight:600;color:var(--text-primary);letter-spacing:0;text-transform:none}.tree-section{padding:8px 6px}.tree-row{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;font-size:13px}.tree-row:hover{background:var(--border);color:var(--text-primary)}.tree-row.is-active{background:var(--accent-soft);color:var(--accent-strong)}.tree-row svg{width:14px;height:14px;flex-shrink:0}.tree-row__delete{display:inline-flex;align-items:center;justify-content:center;padding:2px;border-radius:var(--radius-sm);color:var(--text-muted);opacity:0;transition:opacity .12s ease,color .12s ease,background .12s ease}.tree-row:hover .tree-row__delete,.tree-row.is-active .tree-row__delete,.tree-row:focus-within .tree-row__delete{opacity:1}.tree-row__delete:hover{color:var(--error);background:rgba(239,68,68,.12)}.viewport-overlay{position:absolute;inset:0;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:16px;z-index:2}.viewport-overlay>*{pointer-events:auto}.mode-tabs{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);padding:3px;align-self:flex-start;box-shadow:var(--shadow-xs)}.workspace__toolbar .mode-tabs{align-self:center}.mode-tab{padding:7px 14px;border-radius:var(--radius-pill);color:var(--text-secondary);font-size:12.5px;font-weight:500}.mode-tab.is-active{background:var(--accent);color:var(--text-inverse);box-shadow:0 3px 8px #2f6bff40}.viewport-bottom{align-self:stretch;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;pointer-events:none}.viewport-bottom>*{pointer-events:auto}.viewport-bottom--with-gizmo{justify-content:flex-start}.viewport-zoom{display:inline-flex;flex-direction:row;align-items:stretch;background:rgba(15,21,34,.82);backdrop-filter:blur(10px);border-radius:var(--radius-md);box-shadow:var(--shadow-md)}.viewport-zoom__col{display:inline-flex;flex-direction:column;padding:4px;gap:2px}.viewport-zoom__btn{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:6px;background:transparent;color:#ffffffd9;border:none;cursor:pointer;transition:background .12s ease,color .12s ease}.viewport-zoom__btn:hover{background:rgba(255,255,255,.12);color:#fff}.viewport-zoom__btn:active{background:rgba(255,255,255,.18)}.viewport-zoom__panel{display:flex;align-items:center;gap:8px;max-width:0;overflow:hidden;opacity:0;padding:0;transition:max-width .22s ease,opacity .16s ease,padding .22s ease}.viewport-zoom.is-open .viewport-zoom__panel{max-width:200px;opacity:1;padding:4px 8px 4px 4px}.viewport-zoom__panel input[type=range]{width:130px;accent-color:var(--accent)}.viewport-zoom__panel-value{font-family:var(--font-mono);font-size:11px;color:#ffffffd9;min-width:32px;text-align:right}.viewport-hud{align-self:flex-end;background:rgba(15,21,34,.82);backdrop-filter:blur(10px);border-radius:var(--radius-md);padding:10px 12px;font-family:var(--font-mono);font-size:11.5px;color:#ffffffe0;display:grid;gap:3px;box-shadow:var(--shadow-md)}.bottom-tabs{display:flex;align-items:center;gap:4px;padding:10px 14px 10px 52px;border-bottom:1px solid var(--border)}.bottom-tab{height:28px;display:inline-flex;align-items:center;padding:0 14px;border-radius:var(--radius-pill);color:var(--text-secondary);font-size:12.5px;font-weight:500;line-height:1}.bottom-tab.is-active{background:var(--surface-sunken);color:var(--text-primary)}.bottom-pane{flex:1 1 auto;overflow:auto;padding:16px}.inspector__field{display:grid;grid-template-columns:96px 1fr;align-items:center;gap:10px;padding:7px 0}.inspector__field label{color:var(--text-muted);font-size:12px;font-weight:500}.inspector__group{border-top:1px solid var(--border);padding:14px 16px}.inspector__group:first-child{border-top:none}.inspector__group-title{font-size:12px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.empty-state{display:grid;place-items:center;height:100%;color:var(--text-muted);text-align:center;padding:32px}.muted{color:var(--text-muted)}.row{display:flex;align-items:center;gap:10px}.col{display:flex;flex-direction:column;gap:10px}.gap-12{gap:12px}.gap-16{gap:16px}.flex-1{flex:1 1 auto;min-width:0}.hstack{display:flex;align-items:center;gap:10px}.vstack{display:flex;flex-direction:column;gap:10px}.mobile-nav__divider{height:1px;background:var(--border);margin:8px 4px}.mobile-nav__link--danger{color:var(--error);width:100%;text-align:left;cursor:pointer}.mobile-nav__link--danger:hover{background:var(--error-soft);color:var(--error)}.mobile-nav__link--danger svg{color:currentColor}.full-page-loader{position:fixed;inset:0;display:grid;place-items:center;background:var(--page-bg);z-index:100}.full-page-loader__spinner{width:28px;height:28px;border-radius:999px;border:2.5px solid var(--surface-sunken);border-top-color:var(--accent);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .9s linear infinite}body.is-auth-page{background:var(--page-bg)}.auth-shell{position:relative;min-height:100vh;display:grid;place-items:center;padding:24px;overflow:hidden;background:var(--page-bg)}.auth-bg{position:absolute;inset:0;background:radial-gradient(60% 60% at 80% 0%,rgba(47,107,255,.1),transparent 60%),radial-gradient(50% 60% at 0% 100%,rgba(99,102,241,.08),transparent 60%),linear-gradient(180deg,#f7f8fb 0%,#f0f2f7 100%);z-index:0}.auth-card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px 32px 28px;box-shadow:var(--shadow-lg)}.auth-card__brand{display:flex;align-items:center;gap:14px;margin-bottom:28px}.brand__mark--lg{width:44px;height:44px;border-radius:12px;font-size:18px;box-shadow:0 6px 14px #2f6bff4d}img.brand__mark--lg{display:block;object-fit:contain;flex-shrink:0;padding:0;border:0;background:transparent;box-shadow:0 6px 16px #0b12203d}.auth-card__brand-title{font-size:17px;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.1}.auth-card__brand-sub{font-size:12px;color:var(--text-muted);margin-top:2px}.auth-card__title{font-size:22px;font-weight:600;letter-spacing:-.02em;color:var(--text-primary);margin:0 0 4px}.auth-card__sub{font-size:13px;color:var(--text-muted);margin:0 0 22px}.auth-form{display:flex;flex-direction:column;gap:14px}.auth-field{display:flex;flex-direction:column;gap:6px}.auth-field__label{font-size:12px;font-weight:500;color:var(--text-secondary)}.auth-field input{width:100%;padding:11px 13px;border-radius:var(--radius-sm);font-size:14px}.auth-field__password{position:relative}.auth-field__password input{padding-right:42px}.auth-field__reveal{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:32px;height:32px;border-radius:var(--radius-sm);display:grid;place-items:center;color:var(--text-muted);background:transparent;cursor:pointer}.auth-field__reveal:hover{background:var(--surface-sunken);color:var(--text-secondary)}.auth-error{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:var(--error-soft);color:var(--error);border-radius:var(--radius-sm);font-size:12.5px;line-height:1.4}.auth-error svg{flex-shrink:0;margin-top:1px}.auth-submit{margin-top:4px;width:100%;justify-content:center;padding:11px 14px;font-size:14px}.auth-footnote{margin-top:20px;text-align:center;font-size:12px;color:var(--text-muted)}.row-menu{position:relative;display:inline-flex}.row-menu__panel{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:6px;z-index:50;animation:profile-menu-in .14s ease-out}.row-menu__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:var(--radius-sm);font-size:13px;color:var(--text-secondary);text-align:left;background:transparent;border:none;cursor:pointer;transition:background .12s ease,color .12s ease}.row-menu__item:hover{background:var(--surface-sunken);color:var(--text-primary)}.row-menu__item svg{color:currentColor}.row-menu__item--danger{color:var(--error)}.row-menu__item--danger:hover{background:var(--error-soft);color:var(--error)}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:80;padding:20px;animation:modal-fade .12s ease-out}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}.modal{width:100%;max-width:460px;max-height:calc(100vh - 40px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:22px 24px 20px;animation:modal-pop .16s ease-out;display:flex;flex-direction:column;overflow:hidden}@keyframes modal-pop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.modal__title{font-size:17px;font-weight:600;letter-spacing:-.01em;color:var(--text-primary);margin:0}.modal__form{display:flex;flex-direction:column;gap:14px;flex:1 1 auto;min-height:0;overflow-y:auto;margin:0 -24px;padding:2px 24px 4px}.modal__form select,.modal__form input{width:100%;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px}.modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:6px;position:sticky;bottom:0;background:var(--surface);padding-top:10px}.dash2-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;align-items:start}@media (max-width: 1100px){.dash2-grid{grid-template-columns:1fr}}.dash2-main,.dash2-side{display:flex;flex-direction:column;gap:16px;min-width:0}.dash2-block{padding:18px 20px}.dash2-block__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.dash2-empty{border:1px dashed var(--border);border-radius:var(--radius-md);padding:22px;text-align:center;color:var(--text-muted)}.dash2-empty__icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-sunken);color:var(--text-muted);margin-bottom:8px}.dash2-empty__title{color:var(--text-primary);font-weight:600;font-size:14px}.dash2-empty__body{font-size:13px;margin-top:4px}.resume-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.resume-card{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;position:relative}.resume-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.resume-card__thumb{height:92px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border)}.resume-card__body{display:flex;flex-direction:column;gap:2px;padding:2px 4px 6px}.resume-card__title{font-size:13.5px;font-weight:600;color:var(--text-primary)}.resume-card__sub{font-size:12px;color:var(--text-muted)}.resume-card__meta{font-size:11.5px;color:var(--text-muted);display:flex;gap:4px;flex-wrap:wrap;margin-top:2px}.resume-card .badge{position:absolute;top:8px;right:8px}.attention-empty{display:flex;align-items:center;gap:10px;background:var(--ok-soft);color:var(--ok);padding:10px 12px;border-radius:var(--radius-sm);font-size:13px}.attention-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.attention-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 8px;border-radius:var(--radius-sm);text-decoration:none;color:inherit;transition:background .12s ease}.attention-row:hover{background:var(--surface-sunken)}.attention-icon{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-sunken);color:var(--text-muted)}.attention-icon--blocker{background:var(--error-soft);color:var(--error)}.attention-icon--warning{background:var(--warn-soft);color:var(--warn)}.attention-icon--info{background:var(--ok-soft);color:var(--ok)}.attention-body{min-width:0}.attention-title{font-size:13.5px;font-weight:500;color:var(--text-primary)}.attention-sub{font-size:12px;color:var(--text-muted)}.attention-arrow{color:var(--text-muted)}.activity-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.activity-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 8px;border-radius:var(--radius-sm);text-decoration:none;color:inherit;border-bottom:1px solid var(--border)}.activity-list li:last-child .activity-row{border-bottom:none}.activity-row:hover{background:var(--surface-sunken)}.activity-dot{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-sunken);color:var(--text-muted)}.activity-dot--publish{background:rgba(47,107,255,.12);color:var(--accent)}.activity-title{font-size:13.5px;color:var(--text-primary)}.activity-sub{font-size:12px;color:var(--text-muted)}.activity-time{font-size:12px;color:var(--text-muted);white-space:nowrap}.quick-actions{display:grid;grid-template-columns:1fr;gap:6px}.quick-action{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);text-decoration:none;color:inherit;transition:border-color .12s ease,background .12s ease}.quick-action:hover{border-color:var(--border-strong);background:var(--surface-sunken)}.quick-action__icon{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:999px;background:rgba(47,107,255,.12);color:var(--accent)}.quick-action--soft .quick-action__icon{background:var(--surface-sunken);color:var(--text-muted)}.quick-action__title{font-size:13.5px;font-weight:500;color:var(--text-primary)}.quick-action__sub{font-size:12px;color:var(--text-muted)}.floor-search{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface)}.floor-search:focus-within{border-color:var(--accent)}.floor-search__icon{color:var(--text-muted);flex-shrink:0}.floor-search__input{border:none;outline:none;background:transparent;width:100%;font-size:13px;color:var(--text-primary)}.floor-search__results{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-direction:column;gap:2px}.floor-search__result{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:var(--radius-sm);text-decoration:none;color:inherit}.floor-search__result:hover{background:var(--surface-sunken)}.floor-search__name{font-size:13px;color:var(--text-primary);font-weight:500}.floor-search__meta{font-size:12px;color:var(--text-muted)}.published-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.published-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 6px;text-decoration:none;color:inherit;border-bottom:1px solid var(--border)}.published-list li:last-child .published-row{border-bottom:none}.published-row:hover{background:var(--surface-sunken)}.published-title{font-size:13.5px;color:var(--text-primary);font-weight:500}.published-sub{font-size:12px;color:var(--text-muted)}.published-time{font-size:12px;color:var(--text-muted);white-space:nowrap}.assets-tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin:0 0 18px;padding:0 4px}.assets-tab{border:none;background:transparent;color:var(--text-muted);font-size:13px;font-weight:500;padding:10px 14px;border-radius:var(--radius-sm) var(--radius-sm) 0 0;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.assets-tab:hover{color:var(--text-primary);background:var(--surface-sunken)}.assets-tab.is-active{color:var(--text-primary);border-bottom-color:var(--accent-strong)}.assets-tab-panel{display:block}.room-scan-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.room-scan-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.room-scan-card:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm);border-color:var(--text-muted)}.room-scan-card__thumb{display:block;width:100%;aspect-ratio:4 / 3;border:0;padding:0;background:var(--surface-sunken);cursor:pointer;overflow:hidden;position:relative}.room-scan-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.room-scan-card__thumb-fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--text-muted)}.room-scan-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.room-scan-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.room-scan-card__title{margin:0;font-size:14px;font-weight:600;color:var(--text-primary);letter-spacing:-.005em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.room-scan-card__menu-wrap{position:relative}.room-scan-card__menu{position:absolute;right:0;top:calc(100% + 4px);min-width:180px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);padding:4px;display:flex;flex-direction:column;z-index:5}.room-scan-card__menu-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:transparent;border:none;border-radius:var(--radius-sm);font-size:13px;color:var(--text-primary);text-align:left;cursor:pointer;text-decoration:none}.room-scan-card__menu-item:hover{background:var(--surface-sunken)}.room-scan-card__menu-item--danger{color:var(--danger, #b91c1c)}.room-scan-card__meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:12px;color:var(--text-muted)}.room-scan-card__meta .dot{opacity:.6}.room-scan-card__counts{list-style:none;display:flex;gap:10px;margin:4px 0 0;padding:0;font-size:12px;color:var(--text-muted);flex-wrap:wrap}.room-scan-card__counts li span{font-weight:600;color:var(--text-primary)}.room-scan-modal{max-width:880px}.room-scan-modal__panes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-bottom:14px}.room-scan-modal__pane{margin:0;display:flex;flex-direction:column;gap:6px}.room-scan-modal__pane figcaption{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.room-scan-modal__pane-frame{background:var(--surface-sunken);border-radius:var(--radius-md);aspect-ratio:4 / 3;display:grid;place-items:center;overflow:hidden}.room-scan-modal__pane-frame img{width:100%;height:100%;object-fit:contain;display:block}.room-scan-modal__placeholder{color:var(--text-muted);font-size:13px;text-align:center;padding:20px}.room-scan-modal__meta dl{margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px 16px;padding:8px 0;border-top:1px solid var(--border)}.room-scan-modal__meta dl>div{display:flex;flex-direction:column;gap:2px}.room-scan-modal__meta dt{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.room-scan-modal__meta dd{margin:0;font-size:13px;color:var(--text-primary);font-weight:500}.icon-btn--sm{width:28px;height:28px}
