:root{color:#202124;font-synthesis:none;text-rendering:optimizelegibility;--bg:#f4f5f6;--surface:#fff;--surface-subtle:#f8f9fa;--sidebar:#eeeeef;--text:#202124;--text-secondary:#6d7178;--text-tertiary:#92969c;--border:#e4e6e8;--border-strong:#d7dadd;--accent:#1c63e7;--accent-hover:#1555ca;--accent-soft:#edf3ff;--danger:#c73b3b;--warning:#a76416;--success:#287a4b;--sidebar-width:244px;--radius-sm:6px;--radius-md:9px;--motion-fast:.12s;--motion-normal:.19s;background:#f4f5f6;font-family:Segoe UI Variable,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}body,button,input,textarea,select{font:inherit}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img,svg{display:block}img{max-width:100%}#root{min-height:100vh}.app{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.sidebar{z-index:30;width:var(--sidebar-width);background:var(--sidebar);border-right:1px solid var(--border-strong);flex-direction:column;padding:18px 12px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:10px;min-height:44px;margin-bottom:22px;padding:0 9px;display:flex}.brand-logo{object-fit:contain;border-radius:4px;flex-shrink:0;width:36px;height:36px}.brand-copy{flex-direction:column;min-width:0;display:flex}.brand-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;line-height:17px;overflow:hidden}.brand-copy span{color:var(--text-secondary);font-size:10px;line-height:14px}.navigation{flex-direction:column;gap:3px;display:flex}.nav-item{border-radius:var(--radius-sm);color:#55595f;text-align:left;cursor:pointer;width:100%;height:38px;transition:background var(--motion-fast) ease, color var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;align-items:center;gap:10px;padding:0 10px;font-size:13px;font-weight:500;display:flex}.nav-item:hover{color:var(--text);background:#0000000b}.nav-item:active{transform:scale(.985)}.nav-item.active{color:var(--text);background:#fff;box-shadow:0 1px 2px #0000000a}.nav-icon{flex-shrink:0;width:18px;height:18px}.nav-icon svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.sidebar-footer{margin-top:auto}.profile-placeholder{border-radius:var(--radius-md);width:100%;color:inherit;text-align:left;cursor:pointer;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;background:0 0;border:0;grid-template-columns:32px minmax(0,1fr) 28px;align-items:center;gap:9px;padding:8px;display:grid}.profile-placeholder:hover{background:#00000009}.profile-placeholder:active{transform:scale(.985)}.avatar{color:#55585d;background:#d9dcdf;border-radius:50%;flex-shrink:0;place-items:center;width:32px;height:32px;display:grid}.account-avatar svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.profile-placeholder-copy{flex-direction:column;min-width:0;display:flex}.profile-placeholder-copy strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}.profile-placeholder-copy span{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:14px;overflow:hidden}.profile-more{width:28px;height:28px;color:var(--text-tertiary);place-items:center;display:grid}.profile-more svg{fill:currentColor;width:16px;height:16px}.workspace{grid-column:2;min-width:0;min-height:100vh}.topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;height:76px;padding:0 32px;display:flex}.eyebrow{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 2px;font-size:10px;font-weight:600}.topbar h1{letter-spacing:-.02em;margin:0;font-size:19px;font-weight:640}.topbar-actions{align-items:center;gap:8px;display:flex}.search-button{border:1px solid var(--border-strong);border-radius:var(--radius-sm);min-width:210px;height:34px;color:var(--text-secondary);cursor:pointer;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease;background:#fff;align-items:center;gap:8px;padding:0 8px 0 10px;font-size:12px;display:flex}.search-button:hover{background:#fcfcfc;border-color:#bfc3c7}.search-button svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:15px;height:15px}.search-button kbd{border:1px solid var(--border);background:var(--surface-subtle);color:var(--text-tertiary);border-radius:4px;margin-left:auto;padding:2px 5px;font-family:inherit;font-size:9px}.primary-button{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;height:34px;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;border:1px solid #0000;padding:0 13px;font-size:12px;font-weight:600}.primary-button:hover{background:var(--accent-hover)}.primary-button:active{transform:scale(.975)}.content{padding:30px 32px 60px}.content-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:26px;display:flex}.content-header h2{letter-spacing:-.025em;margin:0 0 5px;font-size:23px;font-weight:640}.content-header p{color:var(--text-secondary);margin:0;font-size:13px}.view-switcher{border:1px solid var(--border);background:#eceeef;border-radius:7px;padding:3px;display:flex}.view-switcher button{height:27px;color:var(--text-secondary);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:4px;padding:0 10px;font-size:11px;font-weight:550}.view-switcher button:hover{color:var(--text)}.view-switcher button.selected{color:var(--text);background:#fff;box-shadow:0 1px 2px #00000014}.work-grid{grid-template-columns:minmax(0,1fr) 270px;gap:18px;display:grid}.work-section,.summary-panel{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.work-section{overflow:hidden}.section-title{border-bottom:1px solid var(--border);align-items:center;gap:8px;min-height:48px;padding:0 15px;display:flex}.section-title h3,.summary-header h3{margin:0;font-size:12px;font-weight:650}.section-title span{min-width:19px;height:19px;color:var(--text-secondary);background:#eef0f1;border-radius:9px;place-items:center;font-size:10px;font-weight:600;display:grid}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:32px;display:flex}.empty-state strong{margin-bottom:5px;font-size:13px;font-weight:620}.empty-state p{color:var(--text-secondary);margin:0;font-size:11px}.task-list{flex-direction:column;display:flex}.task-row{text-align:left;cursor:pointer;width:100%;min-height:56px;transition:background var(--motion-fast) ease;background:#fff;border:0;border-bottom:1px solid #eff0f1;grid-template-columns:20px minmax(0,1fr) auto 62px;align-items:center;gap:11px;padding:8px 15px;display:grid}.task-row:last-child{border-bottom:0}.task-row:hover{background:#fafafa}.task-check{width:16px;height:16px;transition:border-color var(--motion-fast) ease, background var(--motion-fast) ease;border:1.5px solid #b9bdc2;border-radius:50%}.task-row:hover .task-check{border-color:var(--accent)}.task-main{flex-direction:column;gap:3px;min-width:0;display:flex}.task-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:570;overflow:hidden}.task-main small{color:var(--text-tertiary);font-size:10px}.task-priority{border-radius:4px;padding:3px 6px;font-size:9px;font-weight:650}.task-priority.high{color:var(--danger);background:#fbecec}.task-priority.medium{color:var(--warning);background:#fff2df}.task-priority.normal{color:var(--text-secondary);background:#eef0f1}.task-date{color:var(--text-secondary);text-align:right;font-size:10px}.summary-panel{align-self:start;padding:15px}.summary-header{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.summary-header button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:600}.workload-value{align-items:baseline;gap:6px;margin-bottom:12px;display:flex}.workload-value strong{letter-spacing:-.03em;font-size:25px;line-height:1}.workload-value span{color:var(--text-secondary);font-size:10px}.progress-track{background:#e9ebed;border-radius:3px;height:5px;overflow:hidden}.progress-value{border-radius:inherit;background:var(--accent);width:0;height:100%;transition:width .3s}.workload-meta{color:var(--text-secondary);justify-content:space-between;margin-top:7px;font-size:9px;display:flex}.workload-meta strong{color:var(--text)}.summary-divider{background:var(--border);height:1px;margin:18px 0 9px}.summary-item{min-height:31px;color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:10px;display:flex}.summary-item strong{color:var(--text);font-size:11px}@media (width<=900px){:root{--sidebar-width:70px}.brand{justify-content:center;padding:0}.brand-copy{display:none}.brand-logo{width:38px;height:38px}.nav-item{justify-content:center;padding:0}.nav-item>span:last-child{display:none}.profile-placeholder{grid-template-columns:1fr;justify-items:center;padding:8px 0}.profile-placeholder-copy,.profile-more{display:none}.work-grid{grid-template-columns:1fr}.summary-panel{width:100%}}@media (width<=640px){.app{display:block}.sidebar{z-index:40;border-top:1px solid var(--border-strong);border-right:0;grid-template-columns:repeat(3,1fr);width:auto;height:58px;padding:5px 10px;display:grid;position:fixed;inset:auto 0 0}.brand,.sidebar-footer{display:none}.navigation{grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.nav-item{justify-content:center;height:48px;padding:0}.workspace{min-height:calc(100vh - 58px)}.topbar{height:auto;padding:16px 16px 13px}.topbar-actions{gap:6px}.search-button{justify-content:center;width:34px;min-width:34px;padding:0}.search-button span,.search-button kbd{display:none}.content{padding:22px 14px 90px}.content-header{flex-direction:column;align-items:flex-start}.content-header h2{font-size:21px}.work-grid{gap:12px}.task-row{grid-template-columns:20px minmax(0,1fr) auto}.task-date{display:none}.summary-panel{padding:14px}}@media (width<=420px){.topbar{padding:14px 12px}.topbar h1{font-size:17px}.content{padding:18px 10px 86px}.content-header h2{font-size:19px}.view-switcher{width:100%}.view-switcher button{flex:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.install-prompt{z-index:1000;border:1px solid var(--border-strong);background:#fff;border-radius:10px;grid-template-columns:46px minmax(0,1fr) 28px;align-items:start;gap:12px;width:min(390px,100vw - 32px);padding:14px;animation:.24s cubic-bezier(.22,1,.36,1) install-prompt-enter;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 12px 32px #0000001f,0 2px 8px #0000000f}.install-prompt-logo{border:1px solid var(--border);background:#fff;border-radius:8px;place-items:center;width:46px;height:46px;display:grid;overflow:hidden}.install-prompt-logo img{object-fit:contain;width:40px;height:40px}.install-prompt-content{min-width:0}.install-prompt-content>strong{color:var(--text);margin-bottom:3px;font-size:13px;font-weight:650;display:block}.install-prompt-content>p{max-width:260px;color:var(--text-secondary);margin:0;font-size:11px;line-height:1.5}.install-prompt-actions{justify-content:flex-end;gap:7px;margin-top:12px;display:flex}.install-prompt-actions button{cursor:pointer;height:30px;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) ease;border-radius:5px;padding:0 10px;font-size:11px;font-weight:600}.install-prompt-actions button:active{transform:scale(.97)}.install-prompt-later{border:1px solid var(--border-strong);color:var(--text-secondary);background:#fff}.install-prompt-later:hover{color:var(--text);background:#f6f7f8}.install-prompt-install{border:1px solid var(--accent);background:var(--accent);color:#fff}.install-prompt-install:hover{border-color:var(--accent-hover);background:var(--accent-hover)}.install-prompt-close{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:5px;place-items:center;padding:0;display:grid}.install-prompt-close:hover{color:var(--text);background:#f1f2f3}.install-prompt-close svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;width:15px;height:15px}.ios-install-help{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:5px;margin-top:9px;font-size:10px;display:flex}.ios-install-help strong{color:var(--text);font-weight:650}.ios-install-arrow{color:var(--text-tertiary)}@keyframes install-prompt-enter{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.install-prompt{grid-template-columns:42px minmax(0,1fr) 28px;width:auto;padding:12px;bottom:70px;left:10px;right:10px}.install-prompt-logo{width:42px;height:42px}.install-prompt-logo img{width:36px;height:36px}.install-prompt-actions{justify-content:stretch}.install-prompt-actions button{flex:1}}@media (prefers-reduced-motion:reduce){.install-prompt{animation:none}}.setup-screen{background:#f4f5f6;place-items:center;min-height:100vh;padding:40px 20px;display:grid}.setup-layout{width:min(100%,560px)}.setup-brand{align-items:center;gap:10px;margin-bottom:46px;display:flex}.setup-brand img{object-fit:contain;width:38px;height:38px}.setup-brand>div{flex-direction:column;display:flex}.setup-brand strong{font-size:13px;line-height:17px}.setup-brand span{color:var(--text-secondary);font-size:10px;line-height:14px}.setup-heading{margin-bottom:30px}.setup-kicker{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:650}.setup-heading h1{letter-spacing:-.03em;margin:0 0 8px;font-size:27px;font-weight:650}.setup-heading>p:last-child{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.setup-form{flex-direction:column;gap:18px;display:flex}.setup-form fieldset{border:1px solid var(--border);background:#fff;border-radius:9px;flex-direction:column;gap:17px;margin:0;padding:20px;display:flex}.setup-form legend{color:var(--text-secondary);letter-spacing:.05em;text-transform:uppercase;padding:0 6px;font-size:10px;font-weight:650}.setup-field{flex-direction:column;gap:6px;display:flex}.setup-field>span{font-size:11px;font-weight:600}.setup-field input{border:1px solid var(--border-strong);width:100%;height:38px;color:var(--text);transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;background:#fff;border-radius:6px;padding:0 11px;font-size:12px}.setup-field input:hover{border-color:#bfc3c7}.setup-field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1c63e71a}.setup-field small{color:var(--text-tertiary);font-size:9px;line-height:1.4}.setup-slug{border:1px solid var(--border-strong);background:#fff;border-radius:6px;grid-template-columns:30px minmax(0,1fr);align-items:center;display:grid;overflow:hidden}.setup-slug>span{height:36px;color:var(--text-tertiary);border-right:1px solid var(--border);background:#f4f5f6;place-items:center;font-size:11px;display:grid}.setup-slug input{border:0;border-radius:0}.setup-slug input:hover,.setup-slug input:focus{box-shadow:none;border:0}.setup-error{color:#a93232;background:#fff5f5;border:1px solid #efc7c7;border-radius:6px;padding:10px 12px;font-size:11px;line-height:1.5}.setup-submit{justify-content:flex-end;padding-top:2px;display:flex}.setup-primary{background:var(--accent);color:#fff;cursor:pointer;min-height:36px;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;border:1px solid #0000;border-radius:6px;padding:0 14px;font-size:11px;font-weight:650}.setup-primary:hover:not(:disabled){background:var(--accent-hover)}.setup-primary:active:not(:disabled){transform:scale(.98)}.setup-primary:disabled{opacity:.6;cursor:wait}.setup-complete{text-align:center;width:min(100%,420px)}.setup-complete-logo{object-fit:contain;width:60px;height:60px;margin:0 auto 24px}.setup-complete h1{letter-spacing:-.03em;margin:0 0 9px;font-size:24px;font-weight:650}.setup-complete p{color:var(--text-secondary);margin:0 0 24px;font-size:12px;line-height:1.6}.app-loading{background:var(--bg);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:100vh;padding:30px;display:flex}.app-loading img{object-fit:contain;width:44px;height:44px;margin-bottom:4px}.app-loading strong{font-size:13px;font-weight:650}.app-loading span{color:var(--text-secondary);font-size:11px}@media (width<=640px){.setup-screen{place-items:start center;padding:24px 14px 40px}.setup-brand{margin-bottom:34px}.setup-heading h1{font-size:23px}.setup-form fieldset{padding:16px}.setup-submit{display:block}.setup-primary{width:100%}}.login-screen{background:#f4f5f6;place-items:center;min-height:100vh;padding:40px 20px;display:grid}.login-layout{width:min(100%,390px)}.login-brand{align-items:center;gap:10px;margin-bottom:46px;display:flex}.login-brand img{object-fit:contain;width:38px;height:38px}.login-brand>div{flex-direction:column;display:flex}.login-brand strong{font-size:13px;line-height:17px}.login-brand span{color:var(--text-secondary);font-size:10px;line-height:14px}.login-heading{margin-bottom:28px}.login-kicker{color:var(--text-tertiary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 7px;font-size:10px;font-weight:650}.login-heading h1{letter-spacing:-.03em;margin:0 0 8px;font-size:27px;font-weight:650}.login-heading>p:last-child{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.5}.login-form{border:1px solid var(--border);background:#fff;border-radius:9px;flex-direction:column;gap:16px;padding:20px;display:flex}.login-field{flex-direction:column;gap:6px;display:flex}.login-field>span{font-size:11px;font-weight:600}.login-field input{border:1px solid var(--border-strong);width:100%;height:38px;color:var(--text);font:inherit;transition:border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;background:#fff;border-radius:6px;padding:0 11px;font-size:12px}.login-field input:hover{border-color:#bfc3c7}.login-field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1c63e71a}.login-error{color:#a93232;background:#fff5f5;border:1px solid #efc7c7;border-radius:6px;padding:10px 12px;font-size:11px;line-height:1.5}.login-primary{background:var(--accent);color:#fff;cursor:pointer;min-height:38px;transition:background var(--motion-fast) ease, transform var(--motion-fast) ease;border:0;border-radius:6px;margin-top:2px;font-size:11px;font-weight:650}.login-primary:hover:not(:disabled){background:var(--accent-hover)}.login-primary:active:not(:disabled){transform:scale(.99)}.login-primary:disabled{opacity:.6;cursor:wait}.profile-authenticated{grid-template-columns:32px minmax(0,1fr) 30px;align-items:center;gap:9px;width:100%;padding:8px 7px;display:grid}.account-initial{place-items:center;font-size:11px;font-weight:700;display:grid}.profile-placeholder-copy{min-width:0}.profile-placeholder-copy strong,.profile-placeholder-copy span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.profile-logout{width:30px;height:30px;color:var(--text-tertiary);cursor:pointer;transition:background var(--motion-fast) ease, color var(--motion-fast) ease;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.profile-logout:hover{color:var(--text);background:#eceeef}.profile-logout svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}@media (width<=640px){.login-screen{place-items:start center;padding:24px 14px 40px}.login-brand{margin-bottom:34px}.login-heading h1{font-size:23px}.login-form{padding:16px}}.structure-page{width:100%;padding:30px 34px 60px}.structure-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.structure-page-header h2{letter-spacing:-.03em;margin:3px 0 7px;font-size:24px;font-weight:650}.structure-page-header>div>p:last-child{max-width:580px;color:var(--text-secondary);margin:0;font-size:12px;line-height:1.55}.structure-eyebrow{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:9px;font-weight:700}.structure-primary,.structure-secondary{cursor:pointer;min-height:34px;transition:background var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) ease;border-radius:6px;padding:0 13px;font-size:11px;font-weight:650}.structure-primary{background:var(--accent);color:#fff;border:1px solid #0000}.structure-primary:hover:not(:disabled){background:var(--accent-hover)}.structure-primary:active:not(:disabled),.structure-secondary:active:not(:disabled){transform:scale(.98)}.structure-primary:disabled,.structure-secondary:disabled{opacity:.55;cursor:wait}.structure-secondary{border:1px solid var(--border-strong);color:var(--text);background:#fff}.structure-secondary:hover{background:#f4f5f6}.structure-error{color:#9e3434;background:#fff5f5;border:1px solid #efc7c7;border-radius:6px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;padding:10px 12px;font-size:11px;display:flex}.structure-error button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:17px}.structure-panel{border:1px solid var(--border);background:#fff;border-radius:9px;overflow:hidden}.structure-panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:0 18px;display:flex}.structure-panel-header>div{align-items:center;gap:8px;display:flex}.structure-panel-header h3{margin:0;font-size:12px;font-weight:650}.structure-panel-header span{min-width:20px;height:20px;color:var(--text-secondary);background:#f1f2f3;border-radius:5px;place-items:center;padding:0 6px;font-size:9px;font-weight:650;display:grid}.structure-panel-header p{color:var(--text-tertiary);margin:0;font-size:9px}.structure-loading{text-align:center;color:var(--text-tertiary);padding:70px 20px;font-size:11px}.structure-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:34px;display:flex}.structure-empty-icon{border:1px solid var(--border);width:42px;height:42px;color:var(--text-tertiary);background:#f7f8f8;border-radius:8px;place-items:center;margin-bottom:14px;display:grid}.structure-empty-icon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.structure-empty strong{margin-bottom:5px;font-size:12px;font-weight:650}.structure-empty p{max-width:320px;color:var(--text-secondary);margin:0 0 18px;font-size:10px;line-height:1.5}.hierarchy-list{width:100%}.hierarchy-row{border-bottom:1px solid var(--border);min-height:72px;transition:background var(--motion-fast) ease, opacity var(--motion-fast) ease;grid-template-columns:46px minmax(0,1fr) 64px auto;align-items:center;display:grid}.hierarchy-row:last-child{border-bottom:0}.hierarchy-row:hover{background:#fafafa}.hierarchy-row.inactive{opacity:.55}.hierarchy-position{border-right:1px solid var(--border);color:var(--text-tertiary);font-variant-numeric:tabular-nums;align-self:stretch;place-items:center;font-size:9px;display:grid}.hierarchy-main{min-width:0;padding:13px 15px}.hierarchy-title{align-items:center;gap:7px;margin-bottom:4px;display:flex}.hierarchy-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:650;overflow:hidden}.hierarchy-main p{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:9px;overflow:hidden}.hierarchy-badge{color:#555c62;background:#f7f8f8;border:1px solid #d4d8dc;border-radius:4px;flex:none;padding:2px 5px;font-size:8px;font-weight:650}.hierarchy-badge.muted{color:var(--text-tertiary)}.hierarchy-order{align-items:center;gap:3px;display:flex}.hierarchy-order button{width:27px;height:27px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;place-items:center;padding:0;display:grid}.hierarchy-order button:hover:not(:disabled){border-color:var(--border);color:var(--text);background:#f3f4f5}.hierarchy-order button:disabled{opacity:.28;cursor:default}.hierarchy-order svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.hierarchy-actions{align-items:center;gap:4px;padding-right:14px;display:flex}.hierarchy-actions button{min-height:28px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;padding:0 8px;font-size:9px;font-weight:600}.hierarchy-actions button:hover{border-color:var(--border);color:var(--text);background:#f5f6f6}.hierarchy-actions .hierarchy-deactivate:hover{color:#a33c3c;background:#fff6f6;border-color:#efd0d0}.structure-dialog-backdrop{z-index:200;background:#181a1c57;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.structure-dialog{background:#fff;border:1px solid #d1d4d7;border-radius:9px;width:min(100%,440px);overflow:hidden;box-shadow:0 18px 50px #00000024}.structure-dialog>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:17px 18px;display:flex}.structure-dialog header p{color:var(--text-tertiary);letter-spacing:.07em;text-transform:uppercase;margin:0 0 4px;font-size:8px;font-weight:700}.structure-dialog header h3{margin:0;font-size:14px;font-weight:650}.structure-dialog-close{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:5px;font-size:18px}.structure-dialog-close:hover{color:var(--text);background:#f1f2f3}.structure-dialog form{flex-direction:column;gap:16px;padding:18px;display:flex}.structure-field{flex-direction:column;gap:6px;display:flex}.structure-field>span{font-size:10px;font-weight:650}.structure-field input,.structure-field textarea{border:1px solid var(--border-strong);width:100%;color:var(--text);font:inherit;resize:vertical;background:#fff;border-radius:6px;padding:9px 10px;font-size:11px}.structure-field input{height:36px}.structure-field input:focus,.structure-field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #1c63e717}.structure-check{border:1px solid var(--border);cursor:pointer;border-radius:6px;align-items:flex-start;gap:9px;padding:11px;display:flex}.structure-check input{accent-color:var(--accent);margin-top:2px}.structure-check>span{flex-direction:column;gap:2px;display:flex}.structure-check strong{font-size:10px;font-weight:650}.structure-check small{color:var(--text-secondary);font-size:9px;line-height:1.45}.structure-dialog footer{justify-content:flex-end;gap:7px;padding-top:3px;display:flex}@media (width<=760px){.structure-page{padding:22px 14px 40px}.structure-page-header{flex-direction:column}.structure-page-header .structure-primary{width:100%}.hierarchy-row{grid-template-columns:38px minmax(0,1fr) auto}.hierarchy-order{padding-right:8px}.hierarchy-actions{grid-column:2/4;justify-content:flex-end;padding:0 10px 10px}.structure-panel-header p{display:none}}@media (prefers-reduced-motion:reduce){.hierarchy-row,.structure-primary,.structure-secondary{transition:none}}
