.app-layout{gap:16px;height:100vh;min-height:0;padding:16px;display:flex;overflow:hidden}.sidebar{width:var(--sidebar-width);background:var(--glass-bg-strong);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);z-index:200;animation:slideInLeft .5s var(--ease-out-expo) both;border-radius:18px;flex-direction:column;display:flex;position:fixed;top:16px;bottom:16px;left:16px;overflow:hidden}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.sidebar-header{border-bottom:1px solid var(--border-light);align-items:center;gap:14px;padding:24px 20px;display:flex}.sidebar-logo{background:var(--brand);width:40px;height:40px;color:var(--text-on-accent);font-family:var(--font-display);box-shadow:0 4px 16px -4px var(--brand-glow);transition:transform var(--dur-normal) var(--ease-spring);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex;position:relative}.sidebar-logo:hover{transform:rotate(-6deg)scale(1.06)}.sidebar-logo span{letter-spacing:-.02em}.sidebar-brand h2{color:var(--text);white-space:nowrap;letter-spacing:-.02em;font-size:16px;font-weight:700;line-height:1.3}.sidebar-brand p{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.02em;margin-top:2px;font-size:11px;font-style:italic;font-weight:400}.sidebar-nav{scrollbar-width:none;flex-direction:column;flex:1;gap:4px;min-height:0;padding:16px 12px;display:flex;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:0}.sidebar-nav:hover{scrollbar-width:thin}.sidebar-nav:hover::-webkit-scrollbar{width:6px}.nav-item{border-radius:var(--radius);min-height:42px;color:var(--text-secondary);transition:all var(--dur-normal) var(--ease-out);flex-shrink:0;align-items:center;gap:12px;padding:11px 14px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative;overflow:hidden}.nav-item>span:not(.nav-indicator){white-space:nowrap;text-overflow:ellipsis;flex:1 0 auto;min-width:0;overflow:hidden}.nav-item:hover{color:var(--brand);background:var(--brand-tint)}.nav-item.active{color:var(--brand);background:var(--brand-light);box-shadow:none;font-weight:600}.nav-item .nav-icon{text-align:center;width:20px;transition:transform var(--dur-normal) var(--ease-spring);flex-shrink:0;font-size:18px}.nav-item:hover .nav-icon{transform:scale(1.1)}.nav-item.active .nav-icon{transform:scale(1.05)}.nav-indicator{opacity:.5;width:6px;height:6px;transition:transform var(--dur-normal) var(--ease-spring);background:currentColor;border-radius:50%;position:absolute;top:50%;right:12px;transform:translateY(-50%)scale(0)}.nav-item.active .nav-indicator{background:var(--brand);transform:translateY(-50%)scale(1)}.sidebar-footer{padding:0 20px 16px}.sidebar-footer-divider{background:linear-gradient(to right, transparent, var(--border), transparent);height:1px;margin-bottom:12px}.sidebar-footer p{color:var(--text-muted);text-align:center;letter-spacing:.01em;font-size:11px}.account-trigger{border:1px solid var(--border-light);border-radius:var(--radius-md);width:100%;min-height:52px;color:var(--text-secondary);background:color-mix(in srgb, var(--surface-card) 64%, transparent);cursor:pointer;font:inherit;text-align:left;transition:color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);align-items:center;gap:10px;margin-bottom:10px;padding:8px;display:flex}.account-trigger:hover{color:var(--text);background:var(--brand-tint);border-color:color-mix(in srgb, var(--brand) 28%, var(--border-light))}.account-trigger:focus-visible,.theme-mode-button:focus-visible,.accent-swatch:focus-visible,.theme-logout-button:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.account-trigger:active{transform:translateY(1px)scale(.99)}.account-avatar,.theme-menu-avatar{color:var(--text-on-accent);background:var(--brand);box-shadow:inset 0 1px 0 color-mix(in srgb, var(--text-on-accent) 28%, transparent);letter-spacing:.02em;flex:none;place-items:center;font-weight:700;display:inline-grid}.account-avatar{border-radius:12px;width:34px;height:34px;font-size:13px}.account-copy{flex:1;gap:1px;min-width:0;display:grid}.account-copy strong,.account-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-copy strong{color:var(--text);font-size:12px;font-weight:700}.account-copy small{color:var(--text-muted);font-size:10px}.account-chevron{color:var(--text-muted);flex:none}.main-content{margin-left:calc(var(--sidebar-width) + 16px);-webkit-backdrop-filter:none;background:0 0;border:0;border-radius:0;flex-direction:column;flex:1;height:calc(100vh - 32px);min-height:0;display:flex;overflow:hidden}@media (width<=900px){.app-layout{gap:10px;padding:10px}.sidebar{border-radius:14px;width:76px;top:10px;bottom:10px;left:10px}.sidebar-header{justify-content:center;padding:16px 10px}.sidebar-brand,.nav-item span:not(.nav-indicator){display:none}.sidebar-footer{justify-content:center;padding:0 8px 10px;display:flex}.sidebar-footer-divider,.sidebar-footer p,.account-copy,.account-chevron{display:none}.account-trigger{justify-content:center;width:42px;min-height:42px;margin-bottom:0;padding:4px}.sidebar-nav{padding:12px 8px}.nav-item{justify-content:center;padding:12px}.main-content{height:calc(100vh - 20px);margin-left:86px}}.nav-group-title{cursor:pointer;-webkit-user-select:none;user-select:none;opacity:.85}.nav-group-title.active{opacity:1;color:var(--brand);font-weight:600}.nav-group-arrow{transition:transform var(--dur-normal) var(--ease-out);flex-shrink:0;margin-left:auto}.nav-group-arrow.expanded{transform:rotate(90deg)}.nav-subitems{flex-direction:column;flex-shrink:0;gap:4px;padding:6px 0 2px 12px;display:flex}.nav-subsubitems{padding-left:16px}.nav-subgroup-title{opacity:.75;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px}.nav-subsubitem{opacity:.65;min-height:34px;font-size:12px;padding-left:20px!important}.nav-subitem{opacity:.7;min-height:38px;font-size:13px;padding-left:24px!important}.nav-subitem:hover{opacity:1}.nav-subitem.active{opacity:1;color:var(--brand);background:var(--brand-light);font-weight:600}.nav-group-title.active+.nav-subitems{margin-top:2px}.account-theme-popover{overflow:hidden;border:1px solid var(--border-light)!important;border-radius:var(--radius-lg)!important;background:var(--surface-elevated)!important;box-shadow:var(--shadow-lg)!important;padding:0!important}.theme-menu{width:264px;color:var(--text);padding:14px}.theme-menu-header{align-items:center;gap:10px;padding:2px 2px 14px;display:flex}.theme-menu-avatar{border-radius:13px;width:36px;height:36px;font-size:14px}.theme-menu-header strong,.theme-menu-header p,.theme-menu-label,.theme-menu-label-row span{margin:0}.theme-menu-header strong{font-size:13px;font-weight:700;display:block}.theme-menu-header p{color:var(--text-muted);margin-top:2px;font-size:11px}.theme-menu-section{border-top:1px solid var(--border-light);padding:12px 0}.theme-menu-label-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.theme-menu-label,.theme-menu-label-row span{color:var(--text-secondary);font-size:11px;font-weight:700}.theme-menu-label-row span{color:var(--text-muted);font-weight:500}.theme-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.theme-mode-button{border:1px solid var(--border-light);border-radius:var(--radius);min-height:52px;color:var(--text-secondary);background:var(--surface-muted);cursor:pointer;font:inherit;transition:color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);justify-items:center;gap:4px;padding:6px 4px;font-size:10px;display:grid}.theme-mode-button:hover,.theme-mode-button.active{color:var(--brand);border-color:color-mix(in srgb, var(--brand) 36%, var(--border));background:var(--brand-light)}.theme-mode-button:active,.accent-swatch:active,.theme-logout-button:active{transform:scale(.97)}.accent-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:7px;display:grid}.accent-swatch{width:22px;height:22px;color:var(--text-on-accent);background:var(--swatch-color);cursor:pointer;transition:transform var(--dur-fast) var(--ease-out), box-shadow var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);border:2px solid #0000;border-radius:8px;place-items:center;padding:0;display:inline-grid}.accent-swatch:hover{transform:translateY(-1px)}.accent-swatch.active{border-color:var(--surface-elevated);box-shadow:0 0 0 2px var(--swatch-color)}.theme-menu-divider{background:var(--border-light);height:1px;margin:0 -14px 6px}.theme-logout-button{border-radius:var(--radius-sm);width:100%;color:var(--danger);cursor:pointer;font:inherit;text-align:left;transition:background var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);background:0 0;border:0;align-items:center;gap:8px;padding:8px;font-size:12px;font-weight:650;display:flex}.theme-logout-button:hover{background:var(--danger-light)}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(data:font/woff2;base64,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)format("woff2-variations");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-cyrillic-wght-normal-Dvxsihut.woff2)format("woff2-variations");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-greek-wght-normal-DL7QRZyv.woff2)format("woff2-variations");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-vietnamese-wght-normal-usUDDRr7.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Manrope Variable;font-style:normal;font-display:swap;font-weight:200 800;src:url(/assets/manrope-latin-wght-normal-DHIcAJRg.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/fraunces-vietnamese-400-normal-CvGt0Ybw.woff2)format("woff2"),url(/assets/fraunces-vietnamese-400-normal-B65MOf9T.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/fraunces-latin-ext-400-normal-D8gbi3Gu.woff2)format("woff2"),url(/assets/fraunces-latin-ext-400-normal-UihxqfOe.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/fraunces-latin-400-normal-6IfK1voy.woff2)format("woff2"),url(/assets/fraunces-latin-400-normal-NUPT2cO8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/fraunces-vietnamese-500-normal-GOH_-EGq.woff2)format("woff2"),url(/assets/fraunces-vietnamese-500-normal-B-KbxExq.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/fraunces-latin-ext-500-normal-Z5DV8IzT.woff2)format("woff2"),url(/assets/fraunces-latin-ext-500-normal-BMcFk1Xs.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/fraunces-latin-500-normal-DnGCNyPD.woff2)format("woff2"),url(/assets/fraunces-latin-500-normal-BTR4KCeb.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/fraunces-vietnamese-600-normal-BjlAJixd.woff2)format("woff2"),url(/assets/fraunces-vietnamese-600-normal-DlAl5EAR.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/fraunces-latin-ext-600-normal-BtzmzP0X.woff2)format("woff2"),url(/assets/fraunces-latin-ext-600-normal-B0Dy4lqi.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/fraunces-latin-600-normal-BFCDtZfi.woff2)format("woff2"),url(/assets/fraunces-latin-600-normal-DL5QCzvS.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/fraunces-vietnamese-700-normal-DH94m5DZ.woff2)format("woff2"),url(/assets/fraunces-vietnamese-700-normal-DxawQjq2.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/fraunces-latin-ext-700-normal-CanUGppC.woff2)format("woff2"),url(/assets/fraunces-latin-ext-700-normal-DuBstVeD.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/fraunces-latin-700-normal-CEOla-zY.woff2)format("woff2"),url(/assets/fraunces-latin-700-normal-DTjk5d1Q.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--font-display:"Fraunces", Georgia, "Times New Roman", serif;--font-body:"Manrope Variable", -apple-system, BlinkMacSystemFont, "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;--font-mono:"SF Mono", "Fira Code", "JetBrains Mono", Menlo, Monaco, monospace;--accent:#4f6af0;--accent-hover:#3d56d6;--accent-pressed:#3348b8;--accent-light:#eef0fd;--accent-tint:#4f6af01a;--accent-glow:#4f6af047;--brand:var(--accent);--brand-light:var(--accent-light);--brand-hover:var(--accent-hover);--brand-tint:var(--accent-tint);--brand-glow:var(--accent-glow);--ink-900:#0a0a0b;--ink-800:#1a1a1e;--ink-700:#2d2d33;--ink-600:#454550;--ink-500:#5c5c6a;--ink-400:#82828f;--ink-300:#ababaf;--ink-200:#d1d1d4;--ink-100:#ebebed;--ink-50:#f5f5f6;--surface-frame:#f1f3f8;--surface-page:#f7f8fb;--surface-card:#fff;--surface-elevated:#fff;--surface-muted:#eef0f5;--surface-hero:#171d29;--text:#191b22;--text-secondary:#505662;--text-light:#737a87;--text-muted:#969ca7;--text-on-accent:#fff;--text-on-dark:#f8fafc;--text-on-dark-secondary:#f8fafcc2;--text-on-dark-muted:#f8fafc8f;--surface-on-dark:#f8fafc1a;--border-on-dark:#f8fafc29;--bg:var(--surface-page);--bg-gradient:radial-gradient(ellipse at top right, var(--accent-tint), transparent 52%), var(--surface-page);--card:var(--surface-card);--card-elevated:color-mix(in srgb, var(--surface-elevated) 82%, transparent);--border:#d9dee8;--border-light:#e7eaf0;--border-strong:#c7cedb;--border-focus:var(--accent);--form-control-height-sm:28px;--form-control-line-height:21px;--form-control-border:var(--border);--form-control-bg:var(--surface-card);--form-control-text:var(--text);--form-control-placeholder:var(--text-muted);--success:#168765;--success-light:#e7f6f0;--warning:#b86b12;--warning-light:#fff3e3;--danger:#c9574d;--danger-light:#fdecea;--info:#1677b8;--info-light:#e5f3fb;--glass-bg:color-mix(in srgb, var(--surface-card) 64%, transparent);--glass-bg-strong:color-mix(in srgb, var(--surface-card) 86%, transparent);--glass-border:color-mix(in srgb, var(--surface-card) 70%, var(--border));--glass-blur:blur(20px);--shadow-xs:0 1px 2px color-mix(in srgb, var(--text) 8%, transparent);--shadow-sm:0 1px 3px color-mix(in srgb, var(--text) 10%, transparent), 0 1px 2px color-mix(in srgb, var(--text) 6%, transparent);--shadow:0 4px 12px -2px color-mix(in srgb, var(--text) 12%, transparent), 0 2px 6px -2px color-mix(in srgb, var(--text) 6%, transparent);--shadow-md:0 8px 24px -4px color-mix(in srgb, var(--text) 14%, transparent), 0 4px 12px -4px color-mix(in srgb, var(--text) 7%, transparent);--shadow-lg:0 16px 48px -8px color-mix(in srgb, var(--text) 16%, transparent), 0 8px 20px -8px color-mix(in srgb, var(--text) 8%, transparent);--shadow-xl:0 24px 64px -12px color-mix(in srgb, var(--text) 20%, transparent), 0 12px 28px -8px color-mix(in srgb, var(--text) 10%, transparent);--shadow-brand:0 8px 24px -4px var(--accent-glow);--radius-sm:6px;--radius:10px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--dur-instant:80ms;--dur-fast:.15s;--dur-normal:.3s;--dur-slow:.5s;--dur-slower:.7s;--ease-out:cubic-bezier(.25, .46, .45, .94);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--sidebar-width:240px;--header-height:64px}html[data-theme=dark]{--surface-frame:#11141b;--surface-page:#171b24;--surface-card:#1d222d;--surface-elevated:#252b37;--surface-muted:#202632;--surface-hero:#10151e;--text:#edf0f6;--text-secondary:#b5bdcb;--text-light:#8b95a5;--text-muted:#687386;--text-on-accent:#10131a;--text-on-dark:#f8fafc;--text-on-dark-secondary:#f8fafcc7;--text-on-dark-muted:#f8fafc94;--surface-on-dark:#f8fafc1a;--border-on-dark:#f8fafc29;--border:#303847;--border-light:#28303e;--border-strong:#404a5b;--success:#4dc89a;--success-light:#173c31;--warning:#f0aa52;--warning-light:#49331d;--danger:#f08a80;--danger-light:#4b2828;--info:#52a9e4;--info-light:#17384d;--glass-bg:color-mix(in srgb, var(--surface-card) 74%, transparent);--glass-bg-strong:color-mix(in srgb, var(--surface-card) 88%, transparent);--glass-border:color-mix(in srgb, var(--surface-elevated) 62%, var(--border))}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes glow{0%,to{box-shadow:0 0 20px var(--brand-glow), 0 0 40px transparent}50%{box-shadow:0 0 30px var(--brand-glow), 0 0 60px var(--brand-glow)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dotBounce{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes checkmarkPop{0%{opacity:0;transform:scale(.5)rotate(-10deg)}60%{transform:scale(1.15)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}.anim-fade-in-up{animation:fadeInUp var(--dur-slow) var(--ease-out-expo) both}.anim-fade-in{animation:fadeIn var(--dur-normal) var(--ease-out) both}.anim-scale-in{animation:scaleIn var(--dur-slow) var(--ease-spring) both}.anim-slide-in-left{animation:slideInLeft var(--dur-slow) var(--ease-out-expo) both}.anim-slide-in-right{animation:slideInRight var(--dur-slow) var(--ease-out-expo) both}.anim-glow{animation:glow 3s var(--ease-in-out) infinite}.anim-spin{animation:1s linear infinite spin}.anim-pulse{animation:1.5s ease-in-out infinite pulse}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.page-header{background:var(--surface-card);border:1px solid var(--border-light);box-shadow:none;justify-content:space-between;align-items:center;gap:var(--space-lg);z-index:100;border-radius:14px;flex-wrap:wrap;flex:none;min-height:86px;padding:14px 16px;display:flex;position:relative}.page-header-left{align-items:center;gap:var(--space-md);flex-wrap:wrap;min-width:0;display:flex}.page-header h1{color:var(--text);white-space:nowrap;letter-spacing:-.02em;font-size:18px;font-weight:700}.page-header-actions{align-items:center;gap:var(--space-sm) var(--space-md);flex-wrap:wrap;display:flex}.page-body{background:var(--surface-card);border:1px solid var(--border-light);min-height:0;box-shadow:none;border-radius:8px;flex:1;padding:20px;overflow:auto}.page-footer{text-align:center;padding:var(--space-lg);color:var(--text-muted);border-top:1px solid var(--border-light);font-variation-settings:"opsz" 12;font-size:12px;display:none}.empty-state{color:var(--text-light);animation:fadeIn var(--dur-slow) var(--ease-out-expo) both;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.empty-state-icon{margin-bottom:var(--space-lg);opacity:.25;font-size:64px}.empty-state p{color:var(--text-secondary);margin-bottom:var(--space-xs);letter-spacing:.01em;font-size:16px}.loading-container{justify-content:center;align-items:center;padding:80px 20px;display:flex}@media (width<=768px){.page-body{padding:var(--space-md)}.page-header{padding:var(--space-md);min-height:auto}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);font-feature-settings:"cv11", "ss01";font-variation-settings:"opsz" 32;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;font-size:14px;line-height:1.6}#app{background:var(--bg-gradient);min-height:100vh;position:relative}#app:before{content:"";pointer-events:none;z-index:0;opacity:.4;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");position:fixed;inset:0}#app>*{z-index:1;position:relative}.route-view{flex-direction:column;flex:1;gap:16px;min-height:0;display:flex;overflow:hidden}a{color:var(--brand);cursor:pointer;transition:color var(--dur-fast) var(--ease-out);text-decoration:none}a:hover{color:var(--brand-hover)}::-webkit-scrollbar-track-piece{background-color:#0000}::-webkit-scrollbar{border-radius:5px;width:6px;height:6px}::-webkit-scrollbar-thumb{background-color:color-mix(in srgb, var(--text) 14%, transparent);min-height:28px;transition:background-color var(--dur-fast) var(--ease-out);border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb, var(--text) 26%, transparent)}::selection{background:var(--brand-tint);color:var(--text)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.route-enter-active{transition:opacity var(--dur-slow) var(--ease-out-expo), transform var(--dur-slow) var(--ease-out-expo)}.route-leave-active{transition:opacity var(--dur-normal) var(--ease-out), transform var(--dur-normal) var(--ease-out)}.route-enter-from{opacity:0;transform:translateY(12px)scale(.995)}.route-leave-to{opacity:0;transform:translateY(-8px)scale(.995)}.modal-bottom-actions{justify-content:flex-end;align-items:center;gap:12px;width:100%;display:flex}.form-section-divider{margin:4px 0 10px}.form-section-divider .n-divider__title{color:var(--brand);align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.form-section-divider .n-divider__title:before{content:"";background:var(--brand);border-radius:2px;flex-shrink:0;width:3px;height:13px}.n-modal .n-form-item{margin-bottom:12px}.n-modal .n-form-item:last-child{margin-bottom:0}.n-modal .user-picker,.n-modal .org-picker,.n-modal .ref-picker{width:100%}.n-modal .user-picker-trigger,.n-modal .org-picker-trigger,.n-modal .ref-picker-trigger{height:var(--form-control-height-sm);min-height:var(--form-control-height-sm);border:1px solid var(--form-control-border);background:var(--form-control-bg);cursor:pointer;font-size:14px;line-height:var(--form-control-line-height);transition:border-color var(--dur-normal) cubic-bezier(.4, 0, .2, 1), box-shadow var(--dur-normal) cubic-bezier(.4, 0, .2, 1);border-radius:10px;align-items:center;gap:4px;padding:0 11px;display:flex}.n-modal .user-picker-trigger:hover,.n-modal .org-picker-trigger:hover,.n-modal .ref-picker-trigger:hover{border-color:var(--brand-hover)}.n-modal .user-picker-text,.n-modal .org-picker-text,.n-modal .ref-picker-text,.n-modal .user-picker-placeholder,.n-modal .org-picker-placeholder,.n-modal .ref-picker-placeholder{line-height:var(--form-control-line-height);flex:1}.n-modal .user-picker-text,.n-modal .org-picker-text,.n-modal .ref-picker-text{color:var(--n-text-color,var(--form-control-text))}.n-modal .user-picker-placeholder,.n-modal .org-picker-placeholder,.n-modal .ref-picker-placeholder{color:var(--form-control-placeholder)}.n-modal .user-picker-clear,.n-modal .org-picker-clear,.n-modal .ref-picker-clear{color:var(--ink-400);padding:0 2px}.page-header-actions{flex-wrap:nowrap;flex-shrink:0}.row-actions{flex-wrap:nowrap}html[data-theme=dark] .crud-page .page-body{border-color:var(--border)}.fade-enter-active,.fade-leave-active{transition:opacity var(--dur-normal) var(--ease-out)}.fade-enter-from,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all var(--dur-slow) var(--ease-out-expo)}.slide-fade-leave-active{transition:all var(--dur-normal) var(--ease-out)}.slide-fade-enter-from{opacity:0;transform:translateY(16px)}.slide-fade-leave-to{opacity:0;transform:translateY(-8px)}
