@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;600;700&family=DM+Sans:wght@400;500;700&display=swap";.user-menu{position:relative}.user-avatar{background:var(--surface-elevated);border:2px solid var(--border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex}.user-avatar:hover{border-color:var(--secondary);box-shadow:0 0 12px var(--glow);transform:scale(1.05)}.user-avatar-icon{font-size:1.2rem;line-height:1}.user-avatar-initials{color:var(--text);font-size:.95rem;font-weight:700;line-height:1}.user-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.ud-avatar{border:2px solid var(--border);background:linear-gradient(135deg, var(--secondary), #8b5cf6);cursor:pointer;border-radius:50%;flex-shrink:0;width:48px;height:48px;padding:0;position:relative;overflow:hidden}.ud-avatar:disabled{cursor:default}.ud-avatar img{object-fit:cover;width:100%;height:100%;display:block}.ud-avatar-initials{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:700;display:flex}.ud-avatar-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;font-size:1rem;transition:opacity .15s;display:flex;position:absolute;inset:0}.ud-avatar:not(:disabled):hover .ud-avatar-overlay{opacity:1}.ud-avatar:disabled .ud-avatar-overlay{opacity:1;background:#0000008c}.ud-avatar-remove{color:var(--text-light);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;margin-top:.3rem;padding:0;font-family:inherit;font-size:.72rem;text-decoration:underline;display:block}.ud-avatar-remove:hover{color:#e74c3c}.ud-avatar-error{color:#e74c3c;padding:0 1rem .5rem;font-size:.75rem}.user-dropdown{background:var(--surface);border:1px solid var(--border);min-width:200px;box-shadow:0 8px 24px var(--shadow);z-index:200;border-radius:8px;padding:.5rem 0;animation:.15s ease-out dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes dropdownFadeIn{to{opacity:1}}.user-dropdown-item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:background .15s;display:flex}.user-dropdown-item:hover{background:var(--surface-elevated)}.user-dropdown-icon{text-align:center;width:1.5rem;font-size:1.1rem;line-height:1}.user-dropdown-label{flex:1}.user-dropdown-divider{background:var(--border);height:1px;margin:.5rem 0}.user-dropdown-header{padding:.75rem 1rem}.user-dropdown-name{color:var(--text);font-size:.95rem;font-weight:700}.user-dropdown-username{color:var(--text-light);margin-top:.125rem;font-size:.8rem}.user-dropdown-item-danger{color:#e74c3c}.user-dropdown-item-danger:hover{background:#e74c3c1a}.support-panel{flex-direction:column;width:min(560px,94vw);max-height:min(640px,88vh);display:flex}.support-list-body,.support-thread-body{overflow-y:auto}.support-status{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border:1px solid;border-radius:999px;padding:.14rem .5rem;font-size:.66rem;font-weight:700}.support-row{text-align:left;background:var(--surface-elevated);border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);border-radius:10px;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.5rem;padding:.7rem .9rem;font-family:inherit;transition:border-color .15s;display:flex}.support-row:hover{border-color:var(--accent)}.support-row-main{min-width:0}.support-row-subject{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.support-row-meta{color:var(--text-light);margin-top:.15rem;font-size:.74rem}.support-thread-head{justify-content:space-between;align-items:center;gap:.8rem;margin:.6rem 0 .9rem;display:flex}.support-msg{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:10px;margin-bottom:.6rem;padding:.65rem .85rem;font-size:.88rem}.support-msg-user{background:var(--surface-elevated);border:1px solid var(--border)}.support-msg-admin{background:#5b8def14;border:1px solid #5b8def4d}.support-msg-meta{color:var(--text-light);margin-bottom:.3rem;font-size:.7rem;font-weight:600}.support-replybox{align-items:flex-end;gap:.5rem;margin-top:.8rem;display:flex}.support-replybox textarea{font:inherit;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);resize:vertical;border-radius:8px;flex:1;padding:.5rem .65rem;font-size:.88rem}.support-replybox textarea:focus{border-color:var(--secondary);outline:none}.support-closed{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-light);border-radius:8px;margin-top:.8rem;padding:.6rem .8rem;font-size:.82rem}.support-error{color:#e74c3c;margin-bottom:.7rem;font-size:.82rem}.support-counter{color:var(--text-light);text-align:right;margin-top:.25rem;font-size:.72rem}header{background:var(--surface);border-bottom:1px solid var(--border);z-index:100;box-shadow:0 2px 12px var(--shadow);padding:clamp(.9rem,2vw,1.5rem) clamp(1rem,3vw,2rem);position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex;position:relative}header.nav-collapsed .header-content{flex-wrap:wrap}.logo{align-items:center;display:flex}.logo img{width:auto;height:clamp(38px,5vw,50px)}nav{align-items:center;gap:clamp(.9rem,2vw,2rem);display:flex}.nav-ghost{visibility:hidden;pointer-events:none;z-index:-1;position:absolute;top:0;left:0}nav button,nav a{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}nav button:hover,nav a:hover,nav button.active,nav a.active{color:var(--primary)}nav button.active:after,nav a.active:after{content:"";background:var(--secondary);height:2px;position:absolute;bottom:-2px;left:0;right:0}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:var(--text-light);cursor:pointer;background:0 0;border:none;align-items:center;gap:.3rem;padding:.5rem 0;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;transition:color .3s;display:flex;position:relative}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:var(--primary)}.nav-dropdown-trigger.active:after{content:"";background:var(--secondary);height:2px;position:absolute;bottom:-2px;left:0;right:0}.nav-chevron{opacity:.6;font-size:.7rem;transition:transform .2s}.nav-chevron.open{transform:rotate(180deg)}.nav-dropdown-menu{background:var(--surface);border:1px solid var(--border);z-index:200;opacity:0;border-radius:10px;min-width:240px;max-height:calc(100vh - 120px);padding:.5rem;animation:.15s 10ms forwards dropdownFadeIn;position:absolute;top:calc(100% + 12px);left:0;overflow-y:auto;box-shadow:0 8px 30px #0006}.nav-dropdown-columns{grid-template-columns:repeat(2,minmax(230px,1fr));align-items:start;gap:0 .75rem;display:grid}.nav-dropdown-column{min-width:0}.nav-dropdown-column .nav-dropdown-section:not(:first-child){border-top:1px solid var(--border);margin-top:.35rem;padding-top:.6rem}.nav-dropdown-item{color:var(--text);border-radius:8px;align-items:center;gap:.6rem;padding:.5rem .75rem;text-decoration:none;transition:background .15s;display:flex}.nav-dropdown-item:hover,.nav-dropdown-item.active{background:var(--surface-elevated)}.nav-dropdown-item.active:after{display:none}.nav-dropdown-icon{flex-shrink:0;font-size:1.05rem}.nav-dropdown-item-label{color:var(--text);font-size:.85rem;font-weight:600}.nav-dropdown-item.active .nav-dropdown-item-label{color:var(--secondary)}.nav-dropdown-item-desc{color:var(--text-light);margin-top:.05rem;font-size:.7rem}.nav-dropdown-section{color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;opacity:.7;pointer-events:none;-webkit-user-select:none;user-select:none;padding:.5rem 1rem .25rem;font-size:.68rem;font-weight:600}.nav-dropdown-section:not(:first-child){border-top:1px solid var(--border);margin-top:.35rem;padding-top:.6rem}.create-collection-btn{transition:all .3s;background:linear-gradient(135deg, var(--secondary), var(--accent))!important;color:#fff!important;border:1px solid #0000!important;border-radius:6px!important;padding:.625rem 1.5rem!important;font-weight:600!important}.create-collection-btn:hover{box-shadow:0 6px 20px var(--glow), 0 0 30px #0080ff66;transform:translateY(-2px);border-color:var(--accent)!important}.mobile-menu-toggle{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:.3rem .6rem;font-size:1.4rem;line-height:1;display:none}.mobile-menu-toggle:hover{background:var(--surface-elevated)}header.nav-collapsed .mobile-menu-toggle{display:block}header.nav-collapsed nav.main-nav{border-top:1px solid var(--border);flex-direction:column;align-items:stretch;gap:.25rem;width:100%;margin-top:1rem;padding-top:1rem;display:none}header.nav-collapsed nav.main-nav.mobile-open{display:flex}header.nav-collapsed nav.main-nav>a{text-align:left;width:100%;padding:.6rem .5rem}header.nav-collapsed nav.main-nav>a.active:after{display:none}header.nav-collapsed .nav-dropdown{width:100%}header.nav-collapsed .nav-dropdown-trigger{justify-content:space-between;width:100%;padding:.6rem .5rem}header.nav-collapsed .nav-dropdown-trigger.active:after{display:none}header.nav-collapsed .nav-dropdown-menu{box-shadow:none;background:var(--surface-elevated);opacity:1;border:none;border-radius:6px;max-height:none;margin-top:.25rem;animation:none;position:static;left:0!important}header.nav-collapsed .nav-dropdown-columns{grid-template-columns:1fr}.nav-actions{align-items:center;gap:.75rem;display:flex}header.nav-collapsed .nav-actions{padding:.4rem .5rem 0}.app-container-fixed{height:100vh;min-height:100vh;overflow:hidden}.main-full{flex:1;width:100%;max-width:none;min-height:0;margin:0;padding:0;display:flex}.chat-page{flex:1;min-height:0;display:flex}.chat-sidebar-wrap{border-right:1px solid var(--border);background:var(--surface);flex-shrink:0;width:280px;min-height:0;display:flex}.chat-sidebar{flex-direction:column;gap:.6rem;width:100%;min-height:0;padding:.85rem;display:flex}.chat-new-btn{width:100%}.chat-sidebar-scroll{flex:1;min-height:0;margin:0 -.35rem;padding:0 .35rem;overflow-y:auto}.chat-sidebar-section{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);margin:.7rem 0 .3rem;font-size:.68rem;font-weight:700}.chat-sidebar-empty{color:var(--text-light);padding:1rem .25rem;font-size:.82rem}.chat-convo{cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .55rem;display:flex}.chat-convo:hover{background:var(--surface-elevated)}.chat-convo-active{background:var(--surface-elevated);outline:1px solid var(--border)}.chat-convo-main{flex:1;min-width:0}.chat-convo-title{white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.chat-convo-pin{margin-right:.25rem;font-size:.7rem}.chat-convo-meta{color:var(--text-light);margin-top:.1rem;font-size:.7rem}.chat-convo-actions{gap:.15rem;display:none}.chat-convo:hover .chat-convo-actions{display:flex}.chat-convo-actions button{cursor:pointer;opacity:.7;background:0 0;border:none;padding:.15rem;font-size:.8rem}.chat-convo-actions button:hover{opacity:1}.chat-sidebar-pager{color:var(--text-light);justify-content:center;align-items:center;gap:.6rem;font-size:.78rem;display:flex}.chat-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.chat-topbar{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.55rem 1rem;display:flex}.chat-menu-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:.25rem .55rem;font-size:1rem;display:none}.chat-title{color:var(--text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;border-radius:6px;max-width:60ch;padding:.2rem .4rem;font-family:inherit;font-size:.92rem;font-weight:600;overflow:hidden}.chat-title:not(:disabled):hover{background:var(--surface-elevated)}.chat-title-input{font:inherit;color:var(--text);background:var(--surface-elevated);border:1px solid var(--secondary);border-radius:6px;width:min(46ch,100%);padding:.2rem .4rem;font-size:.92rem;font-weight:600}.chat-error,.chat-warn{border-radius:8px;justify-content:space-between;gap:1rem;margin:.6rem 1rem 0;padding:.5rem .8rem;font-size:.82rem;display:flex}.chat-error{color:#e74c3c;background:#e74c3c14;border:1px solid #e74c3c4d}.chat-error button{color:inherit;cursor:pointer;background:0 0;border:none}.chat-warn{color:#f59e0b;background:#f59e0b14;border:1px solid #f59e0b4d}.chat-scroll{flex:1;min-height:0;position:relative;overflow-y:auto}.chat-column{max-width:760px;margin:0 auto;padding:1.25rem 1.25rem .5rem}.chat-msg{margin-bottom:1.1rem}.chat-msg-user{justify-content:flex-end;display:flex}.chat-bubble-user{background:var(--surface-elevated);border:1px solid var(--border);white-space:pre-wrap;overflow-wrap:anywhere;border-radius:14px 14px 4px;max-width:80%;padding:.6rem .9rem;font-size:.92rem}.chat-msg-assistant{font-size:.92rem;line-height:1.55}.chat-msg-actions{margin-top:.3rem}.chat-caret{color:var(--accent);animation:1s steps(2,end) infinite chat-blink}@keyframes chat-blink{50%{opacity:0}}.chat-thinking span{background:var(--text-light);border-radius:50%;width:7px;height:7px;margin-right:5px;animation:1.2s ease-in-out infinite chat-bounce;display:inline-block}.chat-thinking span:nth-child(2){animation-delay:.15s}.chat-thinking span:nth-child(3){animation-delay:.3s}@keyframes chat-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-jump{border:1px solid var(--border);background:var(--surface-elevated);width:34px;height:34px;color:var(--text);cursor:pointer;box-shadow:0 4px 12px var(--shadow);border-radius:50%;margin-right:1rem;position:sticky;bottom:.75rem;left:100%}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{color:var(--text);margin:.85rem 0 .4rem;font-family:inherit;font-weight:700;line-height:1.3}.chat-markdown h1{font-size:1.12rem}.chat-markdown h2{font-size:1.04rem}.chat-markdown h3{font-size:.98rem}.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{font-size:.92rem}.chat-markdown p{margin:.5rem 0}.chat-markdown ul,.chat-markdown ol{margin:.4rem 0;padding-left:1.4rem}.chat-markdown li,.chat-markdown li>ul,.chat-markdown li>ol{margin:.2rem 0}.chat-markdown a{color:var(--accent)}.chat-markdown code{background:var(--surface-elevated);border-radius:4px;padding:.08rem .35rem;font-size:.85em}.chat-markdown pre{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:.7rem .9rem;overflow-x:auto}.chat-markdown pre code{background:0 0;padding:0}.chat-markdown table{border-collapse:collapse;margin:.6rem 0;font-size:.88em}.chat-markdown th,.chat-markdown td{border:1px solid var(--border);padding:.35rem .6rem}.chat-markdown th{background:var(--surface-elevated)}.chat-markdown blockquote{border-left:3px solid var(--secondary);color:var(--text-light);margin:.6rem 0;padding-left:.8rem}.chat-empty{text-align:center;padding:14vh 1rem 2rem}.chat-empty-icon{margin-bottom:.6rem;font-size:2.4rem}.chat-empty h2{margin:0 0 .5rem}.chat-empty p{color:var(--text-light);max-width:46ch;margin:0 auto 1.4rem;font-size:.9rem}.chat-starters{flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:560px;margin:0 auto;display:flex}.chat-starter{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:999px;padding:.45rem .9rem;font-family:inherit;font-size:.84rem;transition:border-color .15s}.chat-starter:hover{border-color:var(--accent)}.chat-composer{padding:.5rem 1.25rem .65rem}.chat-composer-box{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:flex-end;gap:.4rem;max-width:760px;margin:0 auto;padding:.5rem .55rem .5rem .9rem;transition:border-color .15s;display:flex}.chat-composer-box:focus-within{border-color:var(--secondary)}.chat-composer-listening{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c26}.chat-composer-box textarea{resize:none;color:var(--text);font:inherit;background:0 0;border:none;outline:none;flex:1;max-height:200px;font-size:.92rem;line-height:1.5}.chat-mic,.chat-send{border:1px solid var(--border);background:var(--surface-elevated);width:36px;height:36px;color:var(--text);cursor:pointer;border-radius:10px;flex-shrink:0;font-size:.95rem;transition:all .15s}.chat-mic:hover,.chat-send:hover:not(:disabled){border-color:var(--secondary)}.chat-mic-live{background:#e74c3c2e;border-color:#e74c3c;animation:1.2s ease-in-out infinite chat-mic-pulse}@keyframes chat-mic-pulse{50%{box-shadow:0 0 0 6px #e74c3c1f}}.chat-send:disabled{opacity:.45;cursor:default}.chat-composer-hint{text-align:center;max-width:760px;color:var(--text-light);margin:.35rem auto 0;font-size:.7rem}.chat-scrim{display:none}@media (width<=860px){.chat-sidebar-wrap{z-index:320;box-shadow:8px 0 24px var(--shadow);transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.chat-sidebar-open{transform:translate(0)}.chat-scrim{z-index:310;background:#00000073;display:block;position:fixed;inset:0}.chat-menu-btn{display:block}.chat-column{padding:.9rem .8rem .5rem}.chat-composer{padding:.4rem .6rem .5rem}}.assistant-fab{right:max(1.25rem, env(safe-area-inset-right));bottom:calc(max(1.25rem, env(safe-area-inset-bottom)) + var(--assistant-fab-lift,0px));color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.5rem;line-height:1;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;box-shadow:0 6px 22px #6366f173}.assistant-fab:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 10px 28px #6366f18c}.assistant-panel{right:max(1.25rem, env(safe-area-inset-right));bottom:max(1.25rem, env(safe-area-inset-bottom));background:var(--surface);border:1px solid var(--border);z-index:1000;border-radius:16px;flex-direction:column;width:410px;height:min(620px,100dvh - 7rem);transition:width .2s,height .2s;animation:.18s assistant-pop;display:flex;position:fixed;overflow:hidden;box-shadow:0 14px 50px #00000052}.assistant-panel--expanded{width:660px;height:min(820px,100dvh - 5rem)}@keyframes assistant-pop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}.assistant-header{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;padding:.7rem .9rem;display:flex}.assistant-titlebox{flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.assistant-spark{flex-shrink:0;font-size:1.2rem}.assistant-titletext{min-width:0}.assistant-title{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:700;overflow:hidden}.assistant-subtitle{opacity:.85;font-size:.7rem}.assistant-actions{flex-shrink:0;gap:.1rem;display:flex}.assistant-actions button{appearance:none;cursor:pointer;color:#ffffffd9;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.95rem;transition:background .15s,color .15s;display:flex}.assistant-actions button:hover{color:#fff;background:#ffffff2e}.assistant-content{flex:1;min-height:0;display:flex;position:relative}.assistant-body{flex-direction:column;flex:1;gap:.55rem;min-height:0;padding:.85rem;display:flex;overflow-y:auto}.assistant-body .chat-msg-assistant{background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;padding:.65rem .8rem}.assistant-drawer{z-index:5;background:var(--surface);display:flex;position:absolute;inset:0;overflow:hidden}.assistant-drawer .chat-sidebar,.assistant-drawer>*{width:100%}.assistant-empty{text-align:center;color:var(--text-light);margin:auto 0;padding:1rem .5rem;font-size:.88rem}.assistant-empty-icon{margin-bottom:.5rem;font-size:2rem}.assistant-empty-title{color:var(--text);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.assistant-starters{flex-direction:column;gap:.4rem;margin-top:.85rem;display:flex}.assistant-starters button{appearance:none;text-align:left;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);cursor:pointer;font:inherit;border-radius:10px;padding:.55rem .7rem;font-size:.82rem;transition:border-color .15s,transform .1s}.assistant-starters button:hover:not(:disabled){border-color:var(--secondary);transform:translateY(-1px)}.assistant-starters button:disabled{opacity:.5;cursor:default}@media (width<=640px){.assistant-panel,.assistant-panel--expanded{width:100%;height:100dvh;max-height:none;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);border:none;border-radius:0;inset:0}.assistant-header{padding:.85rem 1rem}.assistant-actions button{width:38px;height:38px;font-size:1.1rem}.assistant-expand-btn{display:none}}.page-title-row{align-items:center;gap:.5rem;display:flex}.help-btn{width:1.9rem;height:1.9rem;color:var(--text-light);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:1;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;position:relative}.help-btn:hover{background:var(--surface-elevated);border-color:var(--border);transform:translateY(-1px)}.help-btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.help-btn-icon{font-size:1rem;line-height:1}.help-btn-dot{background:var(--secondary);border:1.5px solid var(--surface);width:.5rem;height:.5rem;box-shadow:0 0 0 0 var(--secondary);border-radius:50%;animation:2.4s ease-out infinite help-dot-pulse;position:absolute;top:.15rem;right:.15rem}@keyframes help-dot-pulse{0%{box-shadow:0 0 0 0 color-mix(in srgb, var(--secondary) 55%, transparent)}70%{box-shadow:0 0 0 6px color-mix(in srgb, var(--secondary) 0%, transparent)}to{box-shadow:0 0 0 0 color-mix(in srgb, var(--secondary) 0%, transparent)}}.help-drawer-root{z-index:2000;position:fixed;inset:0}.help-drawer-scrim{opacity:0;background:#00000073;transition:opacity .25s;position:absolute;inset:0}.help-drawer-root.open .help-drawer-scrim{opacity:1}.help-drawer{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;width:min(440px,92vw);height:100%;transition:transform .25s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-8px 0 30px #00000059}.help-drawer-root.open .help-drawer{transform:translate(0)}.help-drawer-header{border-bottom:1px solid var(--border);background:var(--surface-elevated);align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.help-drawer-icon{flex-shrink:0;font-size:1.1rem;line-height:1}.help-drawer-title{color:var(--text);flex:1;margin:0;font-size:1rem;font-weight:700}.help-drawer-btn{width:2rem;height:2rem;color:var(--text-light);cursor:pointer;opacity:.7;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:.95rem;line-height:1;transition:opacity .15s,background .15s;display:inline-flex}.help-drawer-btn:hover:not(:disabled){opacity:1;background:var(--surface)}.help-drawer-btn:disabled{opacity:.35;cursor:wait}.help-drawer-btn:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.help-drawer-body{flex:1;padding:.5rem 1.15rem 1.5rem;overflow-y:auto}@media (prefers-reduced-motion:reduce){.help-drawer,.help-drawer-scrim{transition:none}.help-btn-dot{animation:none}}.help-content{color:var(--text-light);font-size:.9rem;line-height:1.65}.help-content h3{color:var(--text);margin:1rem 0 .4rem;font-size:.95rem;font-weight:700}.help-content h3:first-child{margin-top:.4rem}.help-content p{margin:.4rem 0}.help-content ul{margin:.4rem 0;padding-left:1.25rem}.help-content li{margin:.25rem 0}.help-content strong{color:var(--text)}.help-content code{background:var(--surface-elevated);border-radius:3px;padding:.1rem .35rem;font-size:.85rem}.help-content a{color:var(--secondary);text-decoration:underline}.dw-section-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin:.85rem 0 .5rem;font-size:.68rem;font-weight:700}.dw-section-label:first-child{margin-top:0}.dw-stat-grid{grid-template-columns:repeat(auto-fit,minmax(116px,1fr));gap:.55rem;display:grid}.dw-stat{background:var(--surface-elevated);border:1px solid var(--border);text-align:left;border-radius:10px;padding:.7rem .65rem;transition:transform .18s,border-color .18s,box-shadow .18s;position:relative;overflow:hidden}.dw-stat:hover{border-color:color-mix(in srgb, var(--accent,#6366f1) 45%, var(--border));transform:translateY(-2px);box-shadow:0 6px 18px #0000002e}.dw-stat:before{content:"";background:linear-gradient(135deg, color-mix(in srgb, var(--tint,#6366f1) 14%, transparent), transparent 65%);pointer-events:none;position:absolute;inset:0}.dw-stat-icon{margin-bottom:.35rem;font-size:1.05rem;line-height:1}.dw-stat-value{color:var(--text);letter-spacing:-.01em;font-size:1.35rem;font-weight:800;line-height:1.05}.dw-stat-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-light);margin-top:.15rem;font-size:.66rem;font-weight:600}.dw-hero{letter-spacing:-.02em;background:linear-gradient(135deg,#6366f1,#8b5cf6 55%,#45b8ac);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.dw-pill{white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.18rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.dw-pill--grad{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.dw-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.dw-head h3{margin:0}.dw-link{color:var(--secondary);white-space:nowrap;background:#6366f11a;border:1px solid #6366f140;border-radius:7px;padding:.25rem .6rem;font-size:.74rem;font-weight:700;transition:background .15s}.dw-link:hover{background:#6366f133}.dw-card-row{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.6rem;margin-bottom:.75rem;display:grid}.dw-tile{background:var(--surface-elevated);border:1px solid var(--border);border-radius:10px;min-width:0;padding:.65rem .8rem}.dw-tile-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-bottom:.2rem;font-size:.66rem;font-weight:700}.dw-tile-value{color:var(--text);letter-spacing:-.01em;font-size:1.15rem;font-weight:800}.dw-trend{border-radius:6px;align-items:center;gap:.15rem;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.dw-trend--up{color:#e74c3c;background:#e74c3c1f}.dw-trend--down{color:#2ecc71;background:#2ecc711f}.dw-trend--flat{color:var(--text-light);background:#94a3b824}.dw-rows{grid-template-columns:repeat(auto-fill,minmax(min(290px,100%),1fr));gap:.3rem 1.5rem;display:grid}.dw-row{align-items:center;gap:.45rem;font-size:.8rem;display:flex}.dw-row-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-light);flex:1;overflow:hidden}.dw-row-cost{text-align:right;min-width:56px;font-weight:700}.dw-bar{background:var(--surface);border-radius:3px;height:5px;overflow:hidden}.dw-bar-fill{border-radius:3px;height:100%;transition:width .6s cubic-bezier(.2,.8,.2,1)}.dw-dot{border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block}.dw-infra-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.6rem;display:grid}.dw-infra-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:10px;min-width:0;padding:.7rem .8rem}.dw-infra-status{align-items:center;gap:.4rem;margin:.25rem 0 .45rem;display:flex}.dw-infra-status span{text-transform:capitalize;font-size:.9rem;font-weight:700}.dw-infra-meta{color:var(--text-light);flex-direction:column;gap:.18rem;font-size:.72rem;display:flex}.dw-foot{border-top:1px solid var(--border);color:var(--text-light);flex-wrap:wrap;justify-content:space-between;gap:.4rem 1rem;margin-top:.85rem;padding-top:.7rem;font-size:.74rem;display:flex}.dw-stamp{color:var(--text-light);text-align:right;margin-top:.5rem;font-size:.66rem;font-style:italic}.admin-tabs{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.25rem;margin-bottom:1.25rem;display:flex}.admin-tab{appearance:none;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.55rem .9rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .15s,border-color .15s}.admin-tab:hover{color:var(--text)}.admin-tab--active{color:var(--secondary);border-bottom-color:var(--secondary)}.admin-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.admin-toolbar-spacer{margin-left:auto}.admin-preset-group{background:var(--surface);border:1px solid var(--border);border-radius:8px;gap:.2rem;padding:.2rem;display:inline-flex}.admin-preset-btn{appearance:none;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .7rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.admin-preset-btn:hover{color:var(--text)}.admin-preset-btn--active{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.admin-refresh-btn{appearance:none;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-light);cursor:pointer;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.admin-refresh-btn:hover:not(:disabled){color:var(--text);border-color:var(--secondary)}.admin-refresh-btn:disabled{opacity:.6;cursor:progress}.admin-refresh-btn .spin{animation:.8s linear infinite admin-spin;display:inline-block}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-total-pill{color:var(--success,#2ecc71);background:#2ecc711f;border-radius:8px;padding:.2rem .65rem;font-size:.9rem;font-weight:700}.admin-stamp{color:var(--text-light);font-size:.72rem;font-style:italic}.admin-date-input{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.35rem .5rem;font-family:inherit;font-size:.82rem}.admin-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:0;margin-bottom:1rem;padding:1.25rem;overflow:hidden}.admin-card-title{color:var(--text);margin:0 0 .75rem;font-size:1rem;font-weight:700}.admin-state{text-align:center;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1.5rem;font-size:.85rem;display:flex}.admin-state-icon{margin-bottom:.4rem;font-size:1.9rem}.admin-state-title{color:var(--text);margin-bottom:.3rem;font-weight:700}.admin-select{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);font:inherit;border-radius:8px;padding:.45rem .65rem;font-size:.85rem}.admin-select:focus{border-color:var(--secondary);outline:none}.admin-cell-btn{appearance:none;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-light);cursor:pointer;border-radius:6px;padding:.2rem .55rem;font-family:inherit;font-size:.75rem;font-weight:600}.admin-cell-btn:hover{color:var(--text);border-color:var(--secondary)}.admin-cell-btn.danger:hover{color:#e74c3c;border-color:#e74c3c}.admin-status-badge{border-radius:12px;padding:.2rem .55rem;font-size:.72rem;font-weight:700}.admin-status-badge.on{color:#2ecc71;background:#2ecc7126}.admin-status-badge.off{color:#e74c3c;background:#e74c3c26}.admin-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%;font-size:.85rem}.admin-table th{text-align:left;background:var(--surface-elevated);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.03em;color:var(--text-light);white-space:nowrap;padding:.6rem .75rem;font-size:.72rem;font-weight:700}.admin-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.admin-table th.sortable:hover{color:var(--text)}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.5rem .75rem}.admin-table tbody tr.clickable{cursor:pointer}.admin-table tbody tr.clickable:hover{background:var(--surface-elevated)}.admin-action-pill{white-space:nowrap;border-radius:10px;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.admin-chip{color:#818cf8;white-space:nowrap;background:#6366f124;border-radius:10px;padding:.1rem .45rem;font-size:.68rem;font-weight:600;display:inline-block}.admin-metric-grid{grid-template-columns:repeat(auto-fit,minmax(min(160px,100%),1fr));gap:1rem;margin-bottom:1rem;display:grid}.admin-modal-overlay{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.admin-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:100%;max-width:620px;max-height:90vh;display:flex;overflow:hidden}.admin-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}.admin-modal-head h3{color:var(--text);margin:0;font-size:1.05rem;font-weight:700}.admin-modal-close{appearance:none;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .4rem;font-size:1.1rem}.admin-modal-close:hover{color:var(--text);background:var(--surface-elevated)}.admin-modal-body{padding:1.1rem 1.25rem;overflow-y:auto}.admin-modal-foot{border-top:1px solid var(--border);align-items:center;gap:.6rem;padding:.85rem 1.25rem;display:flex}.admin-field-grid{grid-template-columns:1fr 1fr;gap:0 .85rem;display:grid}@media (width<=560px){.admin-field-grid{grid-template-columns:1fr}}.admin-field{flex-direction:column;gap:.3rem;margin-bottom:.85rem;display:flex}.admin-field.full{grid-column:1/-1}.admin-field label{color:var(--text-light);font-size:.78rem;font-weight:600}.admin-field input,.admin-field textarea,.admin-field select{font:inherit;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);box-sizing:border-box;border-radius:8px;width:100%;padding:.5rem .65rem;font-size:.88rem}.admin-field input:focus,.admin-field textarea:focus,.admin-field select:focus{border-color:var(--secondary);outline:none}.admin-check{color:var(--text);cursor:pointer;align-items:center;gap:.45rem;font-size:.85rem;display:flex}.admin-check input{width:16px;height:16px;accent-color:var(--secondary);cursor:pointer}.admin-modal-error{color:#e74c3c;margin-right:auto;font-size:.8rem}.admin-btn-primary,.admin-btn-ghost,.admin-btn-danger{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:filter .15s,background .15s,color .15s}.admin-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.admin-btn-primary:hover:not(:disabled){filter:brightness(1.08)}.admin-btn-ghost{background:var(--surface-elevated);border-color:var(--border);color:var(--text-light)}.admin-btn-ghost:hover:not(:disabled){color:var(--text)}.admin-btn-danger{color:#e74c3c;background:#e74c3c1f;border-color:#e74c3c4d}.admin-btn-danger:hover:not(:disabled){background:#e74c3c33}.admin-btn-primary:disabled,.admin-btn-ghost:disabled,.admin-btn-danger:disabled{opacity:.55;cursor:not-allowed}.widget-wrap{min-width:0;margin-bottom:2rem;animation:.45s backwards widgetIn;position:relative}.widget-wrap:first-child{animation-delay:20ms}.widget-wrap:nth-child(2){animation-delay:60ms}.widget-wrap:nth-child(3){animation-delay:.1s}.widget-wrap:nth-child(4){animation-delay:.14s}.widget-wrap:nth-child(5){animation-delay:.18s}.widget-wrap:nth-child(n+6){animation-delay:.22s}@keyframes widgetIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.widget-wrap{animation:none}}.widget-dismiss{z-index:5;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-light);cursor:pointer;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-family:inherit;font-size:.7rem;line-height:1;transition:opacity .15s,color .15s;display:flex;position:absolute;top:.5rem;right:.5rem}.widget-wrap:hover .widget-dismiss{opacity:.5}.widget-dismiss:hover{color:#e74c3c;opacity:1!important}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(min(450px,100%),1fr));gap:2rem;margin-bottom:2rem;display:grid}.charts-grid .widget-wrap{height:100%;margin-bottom:0}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:0;height:100%;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.chart-card:hover{box-shadow:0 8px 24px var(--shadow);border-color:var(--secondary);transform:translateY(-2px)}.chart-title{color:var(--text);border-bottom:2px solid var(--border);margin-bottom:1.25rem;padding-bottom:.85rem;font-size:1.15rem;font-weight:600}.stat-tile{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;height:100%;padding:1.25rem;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;position:relative;overflow:hidden}.stat-tile:before{content:"";background:linear-gradient(90deg, var(--secondary), var(--accent));opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.stat-tile:hover{border-color:var(--secondary);box-shadow:0 10px 28px var(--shadow), 0 0 18px var(--glow);transform:translateY(-3px)}.stat-tile:hover:before{opacity:1}.stat-tile-eyebrow{color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.stat-tile-big{color:var(--text);font-variant-numeric:tabular-nums;font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1}.stat-tile-footer{border-top:1px solid var(--border);flex-wrap:wrap;gap:1.5rem;margin-top:auto;padding-top:1rem;display:flex}.stat-tile-sub-label{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.15rem;font-size:.7rem;overflow:hidden}.stat-tile-sub-value{color:var(--text);font-size:.95rem;font-weight:600}.change-chip{border-radius:4px;padding:.1rem .35rem;font-size:.65rem;font-weight:700}.change-up{color:var(--success);background:#00ff881f}.change-down{color:#e74c3c;background:#e74c3c1f}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(min(250px,100%),1fr));gap:1.5rem;display:grid}.highlight-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:2rem;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.highlight-card:hover{box-shadow:0 8px 24px var(--shadow);transform:translateY(-2px)}.highlight-high{border-color:var(--success)}.highlight-low{border-color:var(--accent)}.highlight-label{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.highlight-value{color:var(--text);word-break:break-word;font-variant-numeric:tabular-nums;font-size:clamp(1.5rem,5vw,2.5rem);font-weight:700}.section-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;min-width:0;padding:1.5rem;transition:transform .3s,box-shadow .3s,border-color .3s;overflow:hidden}.section-card:hover{box-shadow:0 8px 24px var(--shadow);border-color:var(--secondary);transform:translateY(-2px)}.section-card.widget-empty:hover{box-shadow:none;border-color:var(--border);transform:none}.dashboard-empty-cta{margin-bottom:2rem}.section-card.widget-empty.dashboard-empty-cta:hover{box-shadow:0 8px 24px var(--shadow);border-color:var(--secondary);transform:translateY(-2px)}.section-title{color:var(--text);border-bottom:2px solid var(--border);align-items:center;gap:.5rem;margin:0 0 1.25rem;padding-bottom:.85rem;font-size:1.15rem;font-weight:600;display:flex}.health-row+.health-row{margin-top:1rem}.health-row-header{justify-content:space-between;margin-bottom:.35rem;font-size:.82rem;display:flex}.health-bar{background:var(--border);border-radius:4px;height:8px;overflow:hidden}.health-bar-fill{transform-origin:0;border-radius:4px;height:100%;animation:.8s healthGrow}@keyframes healthGrow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.mini-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:6px;min-width:0;padding:.6rem .75rem;transition:background .15s,transform .15s}.mini-item:hover{background:var(--border);transform:translate(3px)}.mini-item+.mini-item{margin-top:.5rem}.mini-item-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.mini-item-sub{color:var(--text-light);margin-top:.2rem;font-size:.72rem}.spotlight-card{background:linear-gradient(135deg, var(--surface-elevated) 0%, var(--surface) 100%);border:2px solid var(--secondary);border-radius:12px;padding:1.5rem;position:relative;overflow:hidden}.spotlight-card:before{content:"";background:linear-gradient(90deg, var(--secondary), var(--accent), var(--success));height:4px;position:absolute;top:0;left:0;right:0}.spotlight-content{align-items:flex-start;gap:2rem;display:flex}.pill-row{flex-wrap:wrap;gap:.3rem;margin-bottom:.4rem;display:flex}.pill{cursor:pointer;border:1px solid var(--border);color:var(--text-light);background:0 0;border-radius:10px;padding:.2rem .55rem;font-family:inherit;font-size:.7rem;font-weight:600;transition:all .15s}.pill:hover{border-color:var(--text-light)}.bullion-toolbar{height:auto;margin-bottom:1rem;padding:.75rem 1.25rem}.bullion-grid{grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:1rem;display:grid}.bullion-card{position:relative;overflow:hidden}.bullion-accent{opacity:.6;height:3px;position:absolute;top:0;left:0;right:0}.preset-group{background:var(--surface-elevated);border:1px solid var(--border);border-radius:6px;display:flex;overflow:hidden}.preset-btn{cursor:pointer;color:var(--text-light);background:0 0;border:none;padding:.25rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:all .15s}.preset-active{background:var(--secondary);color:#fff}.date-input{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.25rem .4rem;font-family:inherit;font-size:.78rem}.widget-loading,.widget-empty{text-align:center;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;padding:2rem;font-size:.82rem;display:flex}.btn-customize{color:var(--secondary);cursor:pointer;white-space:nowrap;background:#6366f11a;border:1px solid #6366f140;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s;display:flex}.btn-customize:hover{background:#6366f133}@media (width<=700px){.charts-grid{grid-template-columns:1fr;gap:1rem}.chart-card,.section-card{padding:1rem}.chart-title,.section-title{margin-bottom:1rem;padding-bottom:.75rem;font-size:1rem}.highlights-grid{grid-template-columns:1fr;gap:.75rem}.highlight-card{padding:1.25rem}.spotlight-content{flex-direction:column;align-items:center;gap:.75rem}}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.25rem;display:grid}.catalog-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;min-width:0;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.4s backwards widgetIn;display:flex;position:relative;overflow:hidden}.catalog-card-search{z-index:2;color:#fff;cursor:pointer;opacity:.85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:.95rem;line-height:1;transition:opacity .15s,background .15s,transform .15s;display:flex;position:absolute;bottom:.5rem;right:.5rem}.catalog-card-search:hover{opacity:1;background:var(--secondary);transform:scale(1.08)}.catalog-card-search:focus-visible{outline:2px solid var(--secondary);outline-offset:2px}.catalog-card:nth-child(3n+1){animation-delay:20ms}.catalog-card:nth-child(3n+2){animation-delay:70ms}.catalog-card:nth-child(3n+3){animation-delay:.12s}.catalog-card:hover{border-color:var(--secondary);box-shadow:0 10px 28px var(--shadow), 0 0 18px var(--glow);transform:translateY(-3px)}.catalog-card-body{flex-direction:column;flex:1;gap:.4rem;padding:.9rem 1rem 1rem;display:flex}.catalog-card-title{color:var(--primary);margin:0;font-size:1.02rem;font-weight:700;line-height:1.3}.catalog-card-desc{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.1em;font-size:.8rem;font-style:italic;display:-webkit-box;overflow:hidden}.catalog-meta-row{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:auto;padding-top:.4rem;display:flex}.catalog-chip{color:var(--text-light);background:var(--surface-elevated);border:1px solid var(--border);white-space:nowrap;border-radius:10px;padding:.12rem .5rem;font-size:.68rem;font-weight:600}.catalog-chip-year{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 35%, transparent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.catalog-chip-personal{color:var(--success);background:#00c8961f;border-color:#00c89640}.cover-frame{background:var(--surface-elevated);width:100%;height:100%;position:relative;overflow:hidden}.cover-backdrop{object-fit:cover;filter:blur(16px)saturate(1.15);opacity:.45;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.35)}.cover-subject{object-fit:contain;box-sizing:border-box;filter:drop-shadow(0 3px 8px #00000073);width:100%;height:100%;padding:5px;transition:transform .3s;position:relative}.catalog-card:hover .cover-subject{transform:scale(1.05)}.catalog-strip{background:var(--surface-elevated);grid-template-columns:repeat(3,1fr);gap:2px;height:104px;display:grid}.catalog-strip-cell{background:var(--surface-elevated);min-width:0;overflow:hidden}.catalog-strip-empty{opacity:.35;background:var(--surface-elevated);justify-content:center;align-items:center;height:104px;font-size:1.6rem;display:flex}.catalog-cover{background:var(--surface-elevated);height:124px}.catalog-mosaic{background:var(--surface-elevated);grid-template-columns:repeat(4,1fr);gap:2px;height:120px;display:grid}.completion-ring{flex-shrink:0;width:46px;height:46px;position:relative}.completion-ring svg{transform:rotate(-90deg)}.completion-ring-label{color:var(--text);justify-content:center;align-items:center;font-size:.62rem;font-weight:700;display:flex;position:absolute;inset:0}.catalog-progress{background:var(--border);border-radius:3px;height:5px;overflow:hidden}.catalog-progress-fill{background:linear-gradient(90deg, var(--secondary), var(--accent));transform-origin:0;border-radius:3px;height:100%;animation:.7s healthGrow}.catalog-progress-fill.complete{background:linear-gradient(90deg, var(--success), #34d399)}.decade-header{align-items:baseline;gap:.6rem;margin:1.75rem 0 .85rem;display:flex}.decade-header:first-of-type{margin-top:.5rem}.decade-title{color:var(--primary);font-family:Crimson Pro,serif;font-size:1.35rem;font-weight:700}.decade-count{color:var(--text-light);font-size:.75rem}.decade-rule{background:linear-gradient(90deg, var(--border), transparent);flex:1;height:1px}.catalog-toolbar{flex-wrap:wrap;align-items:stretch;gap:.5rem;margin-bottom:.75rem;display:flex}.catalog-toolbar .preset-group{align-items:stretch;display:flex}.catalog-toolbar .preset-btn{padding:.5rem .7rem;font-size:.8rem}.catalog-count-note{color:var(--text-light);margin:.25rem 0 .75rem;font-size:.85rem;font-weight:600}.search-spinner{border:2px solid var(--border);border-top-color:var(--secondary);pointer-events:none;border-radius:50%;width:1.05rem;height:1.05rem;margin-top:-.525rem;animation:.7s linear infinite search-spin;position:absolute;top:50%;right:.7rem}@keyframes search-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.search-spinner{animation-duration:1.4s}}.catalog-breadcrumb{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.catalog-breadcrumb a{color:var(--secondary);text-decoration:none}.catalog-breadcrumb a:hover{text-decoration:underline}@media (width<=700px){.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr));gap:.75rem}}.items-grid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.25rem;display:grid}.item-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;min-width:0;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.4s backwards widgetIn;display:flex}.item-card:hover{border-color:var(--secondary);box-shadow:0 8px 24px var(--shadow);transform:translateY(-2px)}.item-card.selected{border-color:var(--secondary);box-shadow:0 0 0 1px var(--secondary)}.item-card-image{background:var(--surface-elevated);cursor:pointer;border-radius:11px 11px 0 0;height:175px;position:relative;overflow:hidden}.item-card-noimage{height:175px;color:var(--text-light);opacity:.5;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.item-card-body{flex-direction:column;flex:1;gap:.5rem;padding:.75rem .9rem .9rem;display:flex}.item-card-title{color:var(--primary);margin:0;font-size:.98rem;font-weight:700}.item-card-context{color:var(--text-light);margin-top:.15rem;font-size:.74rem}.owned-pill{z-index:5;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.03em;background:#10b981d9;border:none;border-radius:10px;padding:.15rem .5rem;font-family:inherit;font-size:.68rem;font-weight:700;position:absolute;top:8px;right:8px}.owned-pill-clickable{cursor:pointer;transition:transform .15s,background .15s}.owned-pill-clickable:hover{background:#10b981;transform:scale(1.06)}.item-select{z-index:5;position:absolute;top:8px;left:8px}.item-select input{width:18px;height:18px;accent-color:var(--secondary);cursor:pointer}.card-image-nav{z-index:4;color:#fff;cursor:pointer;opacity:0;background:#00000073;border:none;border-radius:50%;width:26px;height:26px;font-size:1rem;line-height:1;transition:opacity .15s;position:absolute;top:50%;transform:translateY(-50%)}.item-card-image:hover .card-image-nav{opacity:1}.card-image-nav-left{left:6px}.card-image-nav-right{right:6px}.card-image-dots{z-index:4;justify-content:center;gap:4px;display:flex;position:absolute;bottom:6px;left:0;right:0}.card-image-dot{cursor:pointer;background:#ffffff73;border-radius:50%;width:6px;height:6px}.card-image-dot.active{background:#fff}.item-pills{flex-direction:column;gap:.3rem;display:flex}.item-pill{box-sizing:border-box;background:var(--surface-elevated);border:1px solid var(--border);border-radius:4px;justify-content:space-between;align-items:baseline;gap:.6rem;width:100%;min-width:0;padding:.25rem .6rem;font-size:.78rem;display:flex}.item-pill .label{color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;font-size:.7rem}.item-pill .value{text-align:right;text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.item-pill-melt{color:#b8860b;background:#b8860b14;border-color:#b8860b40}.item-card-actions{gap:.4rem;margin-top:auto;display:flex;position:relative}.item-add-btn{cursor:pointer;color:var(--text);background:#648cff12;border:1px solid #648cff2e;border-radius:6px;flex:1;padding:.4rem .6rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s}.item-add-btn:hover{background:#648cff26}.item-add-btn:disabled{opacity:.55;cursor:default}.item-want-btn{cursor:pointer;white-space:nowrap;color:#f59e0b;background:#f59e0b12;border:1px solid #f59e0b38;border-radius:6px;flex-shrink:0;padding:.4rem .6rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s}.item-want-btn:hover:not(:disabled){background:#f59e0b29}.item-want-btn.wanted{background:#f59e0b2e;border-color:#f59e0b80}.item-want-btn:disabled{opacity:.6;cursor:wait}.item-valuation-btn{cursor:pointer;white-space:nowrap;color:var(--text);background:#6366f11a;border:1px solid #6366f140;border-radius:6px;flex-shrink:0;padding:.4rem .6rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s}.item-valuation-btn:hover{background:#6366f133;border-color:#6366f173}.quick-add-menu{background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 24px var(--shadow);z-index:50;border-radius:8px;max-height:min(320px,55vh);animation:.12s dropdownFadeIn;position:absolute;bottom:calc(100% + 6px);left:0;right:0;overflow-y:auto}.quick-add-menu-header{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);border-bottom:1px solid var(--border);padding:.4rem .75rem;font-size:.68rem;font-weight:600}.quick-add-details{z-index:1;position:sticky;top:0;background:var(--surface)!important;color:var(--secondary)!important;border-bottom:1px solid var(--border)!important;font-weight:600!important}.quick-add-details:hover{background:var(--surface-elevated)!important}.quick-add-menu button{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem .75rem;font-family:inherit;font-size:.82rem;display:block}.quick-add-menu button:hover{background:var(--surface-elevated)}.completion-summary{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:.75rem;padding:.75rem 1rem}.completion-tiles{flex-wrap:wrap;gap:.5rem;display:flex}.completion-tile{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;flex:1 1 0;min-width:150px;padding:.6rem .75rem}.series-desc{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.bulk-bar{z-index:500;background:var(--surface);border-top:2px solid var(--secondary);flex-wrap:wrap;align-items:center;gap:1rem;padding:.75rem 1.5rem;animation:.2s slideUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bulk-bar select{font:inherit;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:6px;flex:200px;min-width:150px;padding:.35rem .5rem;font-size:.85rem}.bulk-add-btn{cursor:pointer;white-space:nowrap;background:linear-gradient(135deg, var(--secondary), var(--accent));color:#fff;border:none;border-radius:6px;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600}.bulk-add-btn:disabled{opacity:.6;cursor:default}.bulk-want-btn{cursor:pointer;white-space:nowrap;color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b73;border-radius:6px;padding:.45rem .9rem;font-family:inherit;font-size:.85rem;font-weight:600}.bulk-want-btn:hover:not(:disabled){background:#f59e0b38}.bulk-want-btn:disabled{opacity:.6;cursor:default}.lightbox-overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:2rem;animation:.15s dropdownFadeIn;display:flex;position:fixed;inset:0}.lightbox-content{text-align:center;max-width:min(900px,92vw);max-height:90vh;position:relative}.lightbox-content img{border-radius:10px;max-width:100%;max-height:82vh;box-shadow:0 12px 48px #0009}.lightbox-title{color:#fff;margin-bottom:.6rem;font-weight:600}.lightbox-close{background:var(--surface);width:32px;height:32px;color:var(--text);cursor:pointer;z-index:2;border:none;border-radius:50%;font-size:.9rem;position:absolute;top:-.5rem;right:-.5rem}.lightbox-nav{border:1px solid var(--border);color:#fff;cursor:pointer;z-index:2;background:#14141cbf;border-radius:50%;width:44px;height:44px;font-size:1.6rem;line-height:1;transition:background .15s;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav:hover{background:#14141cf2}.lightbox-nav-left{left:-56px}.lightbox-nav-right{right:-56px}@media (width<=760px){.lightbox-nav-left{left:8px}.lightbox-nav-right{right:8px}}.items-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:10px;width:100%;overflow:hidden}.items-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);border-bottom:2px solid var(--border);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;padding:.6rem .75rem;font-size:.75rem}.items-table th:hover{color:var(--text)}.items-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.5rem .75rem;font-size:.85rem}.items-table tbody tr:hover{background:var(--surface-elevated)}.table-thumb{cursor:pointer;background:var(--surface-elevated);border-radius:6px;width:56px;height:42px;overflow:hidden}.modal-overlay{z-index:900;background:#0009;justify-content:center;align-items:center;padding:1.5rem;animation:.15s dropdownFadeIn;display:flex;position:fixed;inset:0}.modal-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:min(640px,94vw);max-height:84vh;display:flex;box-shadow:0 16px 48px #00000080}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}.modal-title{color:var(--primary);margin:0;font-size:1.05rem;font-weight:700}.modal-body{padding:.9rem 1.25rem;overflow-y:auto}.checklist-modal{width:95vw;max-width:960px}.checklist-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.checklist-progress-row{color:var(--text-light);align-items:center;gap:.75rem;margin-bottom:.6rem;font-size:.82rem;display:flex}.checklist-progress-row strong{color:var(--text)}.checklist-progress{background:var(--border);border-radius:3px;flex:1;max-width:320px;height:6px;overflow:hidden}.checklist-progress-fill{background:linear-gradient(90deg, var(--secondary), var(--accent));border-radius:3px;height:100%;transition:width .5s}.checklist-progress-fill.complete{background:linear-gradient(90deg, var(--success), #34d399)}.checklist-actions{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.6rem;padding:.5rem .6rem;display:flex}.checklist-banner{color:var(--success);background:#00ff8814;border:1px solid #00ff8840;border-radius:6px;margin-bottom:.6rem;padding:.45rem .7rem;font-size:.83rem;font-weight:600}.checklist-table-wrap{border:1px solid var(--border);border-radius:8px;max-height:56vh;overflow:auto}.checklist-table{border-collapse:collapse;width:100%;font-size:.82rem}.checklist-table thead th{z-index:1;text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);background:var(--surface-elevated);border-bottom:1px solid var(--border);white-space:nowrap;padding:.5rem .6rem;font-size:.7rem;position:sticky;top:0}.checklist-table td{border-bottom:1px solid var(--border);white-space:nowrap;padding:.4rem .6rem}.checklist-table tr.owned{background:#10b9810d}.checklist-table tr.owned .cl-ident{font-weight:700}.checklist-table tr.missing{color:var(--text-light)}.checklist-table tr.missing:hover{background:var(--surface-elevated)}.checklist-table tr.selected{background:#6366f11f}.checklist-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--secondary);cursor:pointer}.cl-check{color:var(--success);font-weight:700}.cl-want{letter-spacing:.04em;color:#f59e0b;background:#f59e0b24;border:1px solid #f59e0b66;border-radius:8px;padding:.05rem .35rem;font-size:.6rem;font-weight:700;display:inline-block}.cl-variety{text-overflow:ellipsis;max-width:240px;overflow:hidden}.cl-tier-badge{color:var(--text-light);background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:.05rem .4rem;font-size:.66rem;font-weight:600}.listing-list{flex-direction:column;gap:.5rem;display:flex}.listing-row{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:center;gap:.85rem;padding:.7rem .9rem;transition:transform .12s,box-shadow .12s,border-color .12s;display:flex}.listing-row:hover{border-color:color-mix(in srgb, var(--secondary) 55%, var(--border));transform:translateY(-1px);box-shadow:0 5px 16px #0000002e}.listing-row.sold{opacity:.62}.listing-thumb{object-fit:cover;border:1px solid var(--border);background:var(--surface-elevated);border-radius:8px;flex-shrink:0;width:52px;height:52px}.listing-thumb-placeholder{justify-content:center;align-items:center;font-size:1.3rem;display:flex}.listing-main{flex:1;min-width:0}.listing-title{text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:600;overflow:hidden}.listing-sub{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;margin-top:.1rem;font-size:.74rem;overflow:hidden}.listing-badges{flex-shrink:0;gap:.3rem;display:flex}.listing-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:8px;padding:.13rem .5rem;font-size:.64rem;font-weight:700}.listing-badge.sale{background:color-mix(in srgb, var(--secondary) 16%, transparent);color:var(--secondary)}.listing-badge.trade{color:#f59e0b;background:#f59e0b29}.listing-badge.sold{background:color-mix(in srgb, var(--success) 18%, transparent);color:var(--success)}.listing-price{text-align:right;flex-shrink:0;min-width:76px}.listing-price-value{color:var(--text);font-variant-numeric:tabular-nums;font-size:1rem;font-weight:700}.listing-price-empty{color:var(--text-light);font-size:.76rem;font-style:italic}.listing-pill{cursor:pointer;border:none;border-radius:999px;flex-shrink:0;align-items:center;gap:.25rem;padding:.25rem .6rem;font-family:inherit;font-size:.7rem;font-weight:600;transition:filter .12s;display:inline-flex}.listing-pill:hover{filter:brightness(1.08)}.listing-pill.has{background:color-mix(in srgb, var(--secondary) 14%, transparent);color:var(--secondary)}.listing-pill.none{color:var(--text-light);background:#94a3b81f}.listing-pill.wanted{color:#e74c3c;cursor:default;background:#e74c3c1f}.interest-row{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:.75rem}.interest-msg{color:var(--text);background:var(--surface);border-left:3px solid var(--secondary);border-radius:6px;margin-top:.5rem;padding:.5rem .6rem;font-size:.82rem;line-height:1.5}.interest-avatar{object-fit:cover;background:var(--surface);border:1px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;display:flex}.item-form-panel{width:min(680px,94vw);max-height:88vh}.item-form-body{flex-direction:column;gap:1.1rem;display:flex}.item-form-subtitle{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.78rem;overflow:hidden}.item-form-error{color:#e74c3c;background:#e74c3c1f;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.form-section-title{text-transform:uppercase;letter-spacing:.07em;color:var(--secondary);border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;margin-bottom:.65rem;padding-bottom:.35rem;font-size:.7rem;font-weight:700;display:flex}.form-section-note{color:var(--text-light);text-transform:none;letter-spacing:normal;font-size:.65rem;font-weight:500}.image-thumb-caption{color:var(--text-light);border-top:1px solid var(--border);text-overflow:ellipsis;white-space:nowrap;padding:.25rem .4rem;font-size:.65rem;overflow:hidden}.form-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.6rem .75rem;display:grid}.form-grid .form-field{margin-bottom:.35rem}.grade-hint{background:var(--surface-elevated);border-left:3px solid var(--secondary);color:var(--text-light);border-radius:4px;margin-top:.4rem;padding:.45rem .7rem;font-size:.78rem}.form-link-btn{color:var(--secondary);cursor:pointer;background:0 0;border:none;padding:.3rem 0;font-family:inherit;font-size:.75rem;font-weight:600}.form-checks{flex-wrap:wrap;gap:1.25rem;margin-bottom:.6rem;display:flex}.form-check{color:var(--text);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}.form-check input{width:16px;height:16px;accent-color:var(--secondary);cursor:pointer}.dropzone{border:2px dashed var(--border);text-align:center;color:var(--text-light);cursor:pointer;border-radius:10px;padding:1.1rem;font-size:.85rem;transition:border-color .15s,background .15s}.dropzone:hover{border-color:var(--secondary);background:#648cff0a}.image-thumbs{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.6rem;margin:.6rem 0;display:grid}.image-thumb{border:1px solid var(--border);background:var(--surface-elevated);border-radius:8px;position:relative;overflow:hidden}.image-thumb img{object-fit:contain;background:var(--surface-elevated);width:100%;height:90px;display:block}.image-thumb-remove{color:#fff;cursor:pointer;background:#0009;border:none;border-radius:50%;width:22px;height:22px;font-size:.7rem;line-height:1;position:absolute;top:4px;right:4px}.image-thumb-remove:hover{background:#e74c3c}.image-thumb-desc{border:none;border-top:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);box-sizing:border-box;padding:.3rem .4rem;font-family:inherit;font-size:.7rem}.image-thumb-desc:focus{outline:none}.dt-wrap{flex-direction:column;gap:.4rem;display:flex}.dt-toolbar{align-items:center;gap:.75rem;display:flex}.dt-collapse-note{color:var(--text-light);font-size:.72rem;font-style:italic}.dt-columns-btn{border:1px solid var(--border);border-radius:6px}.dt-column-menu{z-index:60;background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 24px var(--shadow);border-radius:8px;min-width:180px;max-height:50vh;padding:.4rem 0;animation:.12s dropdownFadeIn;position:absolute;top:calc(100% + 4px);right:0;overflow-y:auto}.dt-column-menu label{color:var(--text);cursor:pointer;white-space:nowrap;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.82rem;display:flex}.dt-column-menu label:hover{background:var(--surface-elevated)}.dt-column-menu input{accent-color:var(--secondary)}.dt-container{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.dt-table{border-collapse:collapse;table-layout:auto;width:100%}.dt-table th{z-index:2;background:var(--surface-elevated);text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);border-bottom:2px solid var(--border);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:.6rem .7rem;font-size:.72rem;position:sticky;top:0}.dt-table th.sortable{cursor:pointer}.dt-table th.sortable:hover{color:var(--text)}.dt-sort-arrow{margin-left:.3rem;font-size:.6rem}.dt-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.5rem .7rem;font-size:.85rem}.dt-table tbody tr:hover,.dt-row-expanded{background:var(--surface-elevated)}.dt-expander{border:1px solid var(--border);width:24px;height:24px;color:var(--text-light);cursor:pointer;background:0 0;border-radius:6px;font-size:.7rem;line-height:1}.dt-expander:hover{color:var(--text);border-color:var(--secondary)}.dt-detail-row td{background:var(--surface-elevated);padding:.6rem .9rem .8rem}.dt-detail-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem;display:grid}.dt-detail-field .label{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.1rem;font-size:.62rem}.dt-detail-field .value{font-size:.85rem;font-weight:600}.dt-editable{cursor:pointer;border-bottom:1px dashed #0000;border-radius:4px;align-items:center;gap:.25rem;margin:-.1rem -.25rem;padding:.1rem .25rem;transition:border-color .15s,background .3s;display:inline-flex}.dt-editable:hover{border-bottom-color:var(--secondary)}.dt-editable .dt-edit-hint{opacity:0;color:var(--secondary);font-size:.65rem;transition:opacity .15s}.dt-editable:hover .dt-edit-hint{opacity:1}.dt-editable.saving{opacity:.5}.dt-editable.saved{background:#00ff8826}.dt-edit-input{font:inherit;border:1px solid var(--secondary);background:var(--surface);width:100px;color:var(--text);border-radius:4px;padding:.15rem .35rem;font-size:.85rem}.dt-edit-input:focus{outline:none;box-shadow:0 0 0 3px #0080ff26}.collections-stats{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-wrap:wrap;justify-content:space-evenly;margin-bottom:1.5rem;padding:1rem .5rem;display:flex}.collections-stat{text-align:center;flex:1 1 0;min-width:110px;padding:.4rem .75rem}.collections-stat+.collections-stat{border-left:1px solid var(--border)}.collections-stat .value{color:var(--text);font-variant-numeric:tabular-nums;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:700;line-height:1.2}.collections-stat .label{color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem;font-size:.65rem;font-weight:500}.collections-grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:1.25rem;display:grid}.collection-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;min-width:0;padding:1.1rem 1.1rem .9rem;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.4s backwards widgetIn;display:flex;position:relative;overflow:hidden}.collection-card:nth-child(3n+1){animation-delay:20ms}.collection-card:nth-child(3n+2){animation-delay:70ms}.collection-card:nth-child(3n+3){animation-delay:.12s}.collection-card:hover{border-color:var(--secondary);box-shadow:0 10px 28px var(--shadow), 0 0 18px var(--glow);transform:translateY(-3px)}.collection-card-title{color:var(--primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.collection-card-desc{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;margin:.35rem 0 .75rem;font-size:.82rem;font-style:italic;overflow:hidden}.app-chip{color:var(--secondary);white-space:nowrap;background:#648cff1f;border-radius:10px;flex-shrink:0;padding:.12rem .5rem;font-size:.68rem;font-weight:600}.collections-empty{text-align:center;border:1px solid var(--border);background:radial-gradient(120% 80% at 50% -10%, #6366f121, transparent 60%), var(--surface);border-radius:16px;flex-direction:column;align-items:center;gap:.85rem;margin-bottom:2rem;padding:3.5rem 2rem;animation:.45s backwards widgetIn;display:flex}.collections-empty--filtered{padding:2.5rem 2rem}.collections-empty-icon{border:1px solid var(--border);width:76px;height:76px;box-shadow:0 6px 22px var(--glow);background:linear-gradient(135deg,#6366f133,#8b5cf633);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.25rem;font-size:2.3rem;display:flex}.collections-empty-title{color:var(--text);margin:0;font-size:1.45rem;font-weight:700}.collections-empty-text{max-width:430px;color:var(--text-light);margin:0;font-size:.92rem;line-height:1.55}.collections-empty-chips{flex-wrap:wrap;justify-content:center;gap:.4rem;margin:.15rem 0 .35rem;display:flex}.collections-empty-actions{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.4rem;display:flex}.collections-empty-ghost{color:var(--text);border:1px solid var(--border);background:0 0}.collections-empty-ghost:hover{border-color:var(--secondary);color:var(--secondary)}.collection-card-stats{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto;display:grid}.cc-stat{background:var(--surface-elevated);border:1px solid var(--border);text-align:center;border-radius:8px;padding:.55rem .5rem}.cc-stat .label{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.62rem}.cc-stat .value{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.05rem;font-weight:700}.cc-stat.net-up{background:#00c8780f;border-color:#00c87833}.cc-stat.net-down{background:#e74c3c0f;border-color:#e74c3c33}.collection-card-footer{border-top:1px solid var(--border);gap:.4rem;margin-top:.9rem;padding-top:.9rem;display:flex}.cc-action{cursor:pointer;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-light);white-space:nowrap;border-radius:6px;flex:1;padding:.4rem .5rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:all .15s}.cc-action:hover{color:var(--text);border-color:var(--secondary)}.cc-action-danger:hover{color:#e74c3c;background:#e74c3c14;border-color:#e74c3c80}.collections-list{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow-x:auto}.collections-list-grid{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,2.5fr) minmax(110px,1fr) 70px 105px 105px 105px 84px;align-items:center;gap:.75rem;padding:.8rem 1rem;display:grid}.collections-list-header{background:var(--surface-elevated);color:var(--text-light);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.collections-list-row{cursor:pointer;transition:background .1s}.collections-list-row:hover{background:var(--surface-elevated)}.num{text-align:right;font-variant-numeric:tabular-nums}.detail-hero{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1rem;padding:1.1rem 1.25rem}.hero-export-btn{cursor:pointer;white-space:nowrap;color:#fff;background:linear-gradient(135deg, var(--secondary), var(--accent));box-shadow:0 3px 12px var(--glow);border:none;border-radius:8px;flex:none;align-items:center;gap:.4rem;padding:.5rem 1.05rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:transform .12s,box-shadow .12s,filter .12s;display:inline-flex}.hero-export-btn:hover:not(:disabled){box-shadow:0 6px 18px var(--glow);filter:brightness(1.06);transform:translateY(-1px)}.hero-export-btn:active:not(:disabled){box-shadow:0 2px 8px var(--glow);transform:translateY(0)}.hero-export-btn:disabled{opacity:.6;cursor:default}.ci-grid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.25rem;display:grid}.ci-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;min-width:0;transition:transform .25s,box-shadow .25s,border-color .25s;animation:.4s backwards widgetIn;display:flex;overflow:hidden}.ci-card:hover{border-color:var(--secondary);box-shadow:0 8px 24px var(--shadow);transform:translateY(-2px)}.ci-card-image{background:var(--surface-elevated);cursor:pointer;height:170px;position:relative}.ci-card-body{flex-direction:column;flex:1;gap:.45rem;padding:.7rem .9rem .85rem;display:flex}.ci-card-title{color:var(--primary);margin:0;font-size:.95rem;font-weight:700;line-height:1.3}.ci-card-sub{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;overflow:hidden}.ci-values{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding:.45rem .6rem;display:flex}.ci-values .price{font-variant-numeric:tabular-nums;font-size:.88rem;font-weight:700}.ci-values .arrow{color:var(--text-light);opacity:.6}.ci-chips{flex-wrap:wrap;gap:.3rem;display:flex}.ci-chip{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-light);white-space:nowrap;border-radius:8px;padding:.12rem .45rem;font-size:.68rem;font-weight:600}.ci-chip-grade{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 35%, transparent);background:color-mix(in srgb, var(--accent) 10%, transparent)}.ci-chip-sale{color:#f59e0b;background:#f59e0b1a;border-color:#f59e0b4d}.ci-menu-btn{z-index:5;border:1px solid var(--border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;background:#14141c99;border-radius:6px;width:28px;height:28px;font-size:1rem;line-height:1;position:absolute;top:8px;right:8px}.ci-menu{z-index:20;background:var(--surface);border:1px solid var(--border);box-shadow:0 8px 24px var(--shadow);border-radius:8px;min-width:150px;padding:.25rem 0;animation:.12s dropdownFadeIn;position:absolute;top:40px;right:8px}.ci-menu button{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.5rem .85rem;font-family:inherit;font-size:.83rem;display:block}.ci-menu button:hover{background:var(--surface-elevated)}.ci-menu button.danger{color:#e74c3c}.ci-menu button.danger:hover{background:#e74c3c14}.ci-menu .menu-section{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);padding:.35rem .85rem .2rem;font-size:.62rem;font-weight:600}.detail-fields{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6rem;display:grid}.detail-field{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:.5rem .65rem}.detail-field .label{color:var(--text-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.15rem;font-size:.62rem}.detail-field .value{color:var(--text);word-break:break-word;font-size:.88rem;font-weight:600}.form-field{flex-direction:column;gap:.3rem;margin-bottom:.9rem;display:flex}.form-field label{color:var(--text-light);font-size:.78rem;font-weight:600}.form-field input,.form-field textarea,.form-field select{font:inherit;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);border-radius:8px;padding:.5rem .65rem;font-size:.88rem}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--secondary);outline:none}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.6rem;padding:.85rem 1.25rem;display:flex}.btn-modal-primary{cursor:pointer;background:linear-gradient(135deg, var(--secondary), var(--accent));color:#fff;border:none;border-radius:6px;padding:.5rem 1.2rem;font-family:inherit;font-size:.85rem;font-weight:600}.btn-modal-primary:disabled{opacity:.6;cursor:default}.btn-modal-ghost{border:1px solid var(--border);cursor:pointer;color:var(--text-light);background:0 0;border-radius:6px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600}.wl-list{flex-direction:column;gap:.6rem;display:flex}.wl-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:stretch;gap:.85rem;padding:.85rem 1rem;transition:border-color .15s;display:flex}.wl-card:hover{border-color:var(--accent)}.wl-priority-bar{border-radius:2px;flex:none;width:4px}.wl-card-main{flex:1;min-width:0}.wl-card-title{flex-wrap:wrap;align-items:center;gap:.5rem;font-weight:600;display:flex}.wl-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:.12rem .5rem;font-size:.65rem;font-weight:700}.wl-card-sub{color:var(--text-light);margin-top:.2rem;font-size:.8rem}.wl-card-notes{color:var(--text-light);overflow-wrap:anywhere;margin-top:.3rem;font-size:.8rem;font-style:italic}.wl-card-meta{color:var(--text-light);flex-wrap:wrap;gap:.4rem 1.1rem;margin-top:.45rem;font-size:.78rem;display:flex}.wl-card-actions{flex:none;align-items:center;gap:.3rem;display:flex}.wl-action{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .5rem;font-size:.9rem;line-height:1;transition:border-color .15s,background .15s}.wl-action:hover{border-color:var(--accent);background:var(--surface-elevated)}.wl-action-danger:hover{background:#e74c3c1f;border-color:#e74c3c}@media (width<=560px){.wl-card{flex-wrap:wrap}.wl-card-actions{justify-content:flex-end;width:100%}}.profile-header{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.profile-avatar{border:2px solid var(--border);background:linear-gradient(135deg, var(--secondary), #8b5cf6);cursor:pointer;border-radius:50%;flex-shrink:0;width:88px;height:88px;padding:0;position:relative;overflow:hidden}.profile-avatar:disabled{cursor:default}.profile-avatar img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-initials{color:#fff;justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;font-weight:700;display:flex}.profile-avatar-overlay{opacity:0;background:#00000073;justify-content:center;align-items:center;font-size:1.4rem;transition:opacity .15s;display:flex;position:absolute;inset:0}.profile-avatar:not(:disabled):hover .profile-avatar-overlay{opacity:1}.profile-avatar:disabled .profile-avatar-overlay{opacity:1;background:#0000008c}.profile-header-info{min-width:0}.profile-header-name{font-size:1.4rem;font-weight:700}.profile-header-sub{color:var(--text-light);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.3rem;font-size:.85rem;display:flex}.profile-badge{letter-spacing:.03em;border-radius:999px;padding:.12rem .5rem;font-size:.68rem;font-weight:700}.profile-link-btn{color:var(--text-light);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-family:inherit;font-size:.78rem;text-decoration:underline}.profile-link-btn:hover{color:var(--accent)}.profile-tabs{flex-wrap:wrap;gap:.5rem;margin:.25rem 0 1.4rem;display:flex}.profile-tab{border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-light);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;padding:.55rem 1.15rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:transform .15s,border-color .15s,box-shadow .15s,color .15s,background .15s;display:inline-flex}.profile-tab:hover:not(.profile-tab--active){color:var(--text);border-color:var(--secondary);transform:translateY(-1px)}.profile-tab--active{color:#fff;box-shadow:0 4px 14px var(--glow);background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:#0000}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:1rem;display:grid}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.25rem}.profile-card .form-field{min-width:0}.profile-card .form-field input,.profile-card .form-field textarea,.profile-card .form-field select{box-sizing:border-box;width:100%}.profile-card h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin:0 0 .8rem;font-size:.85rem}.profile-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.88rem;display:flex}.profile-row:last-child{border-bottom:none}.profile-row .label{color:var(--text-light)}.profile-stats{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;display:grid}.profile-stat{background:var(--surface-elevated);border:1px solid var(--border);text-align:center;border-radius:10px;padding:.8rem}.profile-stat .value{font-size:1.3rem;font-weight:700}.profile-stat .label{color:var(--text-light);margin-top:.2rem;font-size:.72rem}.usage-meter{margin-bottom:.9rem}.usage-meter-head{justify-content:space-between;margin-bottom:.3rem;font-size:.82rem;display:flex}.usage-meter-bar{background:var(--surface-elevated);border-radius:3px;height:6px;overflow:hidden}.usage-meter-fill{border-radius:3px;height:100%;transition:width .4s}.credit-pack-row{flex-wrap:wrap;gap:.6rem;display:flex}.credit-pack{background:var(--surface-elevated);border:1px solid var(--border);text-align:center;cursor:pointer;border-radius:10px;flex:120px;max-width:170px;padding:.8rem .6rem;font-family:inherit;transition:border-color .15s,transform .15s,box-shadow .15s}.credit-pack:hover:not(:disabled){border-color:var(--secondary);box-shadow:0 6px 18px var(--shadow);transform:translateY(-2px)}.credit-pack:disabled{cursor:wait}.credit-pack.dimmed{opacity:.5}.credit-pack-amount{color:var(--secondary);font-size:1.3rem;font-weight:700;line-height:1.1}.credit-pack-unit{color:var(--text-light);margin-top:.1rem;margin-bottom:.35rem;font-size:.72rem}.credit-pack-price{color:var(--text);font-size:.95rem;font-weight:700}.address-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:10px;justify-content:space-between;gap:.75rem;margin-bottom:.6rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.address-card-actions{flex-shrink:0;align-items:flex-start;gap:.3rem;display:flex}.profile-danger{border-color:#e74c3c59}.profile-danger h3{color:#e74c3c}.toggle-switch{border:1px solid var(--border);background:var(--surface-elevated);cursor:pointer;border-radius:999px;flex-shrink:0;width:38px;height:21px;padding:0;transition:background .18s,border-color .18s;position:relative}.toggle-switch:disabled{opacity:.5;cursor:default}.toggle-on{background:var(--secondary);border-color:var(--secondary)}.toggle-knob{background:#fff;border-radius:50%;width:15px;height:15px;transition:transform .18s;position:absolute;top:2px;left:2px}.toggle-on .toggle-knob{transform:translate(17px)}.toggle-small{width:32px;height:18px}.toggle-small .toggle-knob{width:12px;height:12px}.toggle-small.toggle-on .toggle-knob{transform:translate(14px)}.pref-setting{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 0;display:flex}.pref-setting:last-child{border-bottom:none}.pref-setting-info{min-width:0}.pref-setting-label{font-size:.9rem;font-weight:600}.pref-setting-hint{color:var(--text-light);margin-top:.15rem;font-size:.76rem}.col-save-state{white-space:nowrap;color:var(--text-light);min-height:1.2em;font-size:.82rem;font-weight:600}.col-save-state.saved{color:var(--success)}.col-save-state.error{color:#e74c3c}.col-tabs{border-bottom:1px solid var(--border);gap:.25rem;margin-bottom:1rem;display:flex;overflow-x:auto}.col-tab{color:var(--text-light);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.6rem 1rem;font-family:inherit;font-size:.92rem;font-weight:600;transition:color .15s}.col-tab:hover{color:var(--text)}.col-tab-active{color:var(--secondary);border-bottom-color:var(--secondary)}.col-hint{background:var(--surface);border:1px solid var(--border);color:var(--text-light);border-radius:10px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.84rem}.col-table{background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.col-thead,.col-tr{grid-template-columns:3rem 2.5rem minmax(220px,420px) 1fr 5.5rem;align-items:center;gap:.5rem;padding:0 1rem;display:grid}.col-thead{background:var(--surface-elevated);letter-spacing:.08em;text-transform:uppercase;height:44px;color:var(--text-light);font-size:.72rem;font-weight:700}.col-tr{border-top:1px solid var(--border);min-height:56px;transition:background .12s}.col-tr:hover{background:var(--surface-elevated)}.col-tr-hidden .col-label-input{color:var(--text-light)}.col-tr-dragover{box-shadow:inset 0 2px 0 var(--secondary)}.col-cell-order{color:var(--text-light);font-size:.85rem;font-weight:600}.col-cell-visible{text-align:right}.col-grip{cursor:grab;color:var(--text-light);-webkit-user-select:none;user-select:none;align-items:center;font-size:.95rem;display:inline-flex;position:relative}.col-hover-arrows{flex-direction:column;gap:1px;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.col-tr:hover .col-hover-arrows{display:inline-flex}.col-tr:hover .col-grip-glyph{visibility:hidden}.col-hover-arrows button{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;border-radius:5px;padding:.22rem .4rem;font-size:.55rem;line-height:1}.col-hover-arrows button:hover:not(:disabled){border-color:var(--secondary)}.col-hover-arrows button:disabled{opacity:.35;cursor:default}.col-label-input{box-sizing:border-box;width:100%;font:inherit;color:var(--text);background:0 0;border:1px solid #0000;border-radius:8px;padding:.45rem .65rem;font-size:.92rem;font-weight:600;transition:border-color .12s,background .12s}.col-tr:hover .col-label-input:not(:disabled),.col-label-input:focus{border-color:var(--border);background:var(--bg)}.col-label-input:focus{border-color:var(--secondary);outline:none}.col-default{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.col-default-same{color:var(--text-light);opacity:.7;font-family:ui-monospace,monospace;font-size:.74rem}.col-reset-btn{color:var(--text-light);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:.2rem 0;font-family:inherit;font-size:.8rem;text-decoration:underline}.col-reset-btn:hover{color:var(--accent)}.col-eye{border:1px solid var(--border);background:var(--surface-elevated);cursor:pointer;opacity:.45;border-radius:8px;width:38px;height:30px;font-size:.9rem;transition:all .15s}.col-eye-on{opacity:1;background:#00ff881f;border-color:#00ff8873}.col-eye:hover:not(:disabled){border-color:var(--secondary);opacity:1}.col-eye:disabled{cursor:default}.col-eye-lock{opacity:1;background:0 0;border-color:#0000;justify-content:center;align-items:center;display:inline-flex}.notif-grid{grid-template-columns:1fr auto auto;align-items:center;gap:.4rem 1.2rem;display:grid}.notif-grid-head{text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);text-align:center;font-size:.7rem;font-weight:700}.notif-row-label{font-size:.86rem;font-weight:600}.notif-row-desc{color:var(--text-light);margin-top:.1rem;font-size:.73rem}.legal-page{max-width:740px;margin:0 auto;font-size:.95rem;line-height:1.7}.legal-updated{color:var(--text-light);margin:-.5rem 0 2rem;font-size:.88rem}.legal-section{margin-bottom:2rem}.legal-section h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:700}.legal-section h3{margin:1rem 0 .3rem;font-size:.95rem;font-weight:700}.legal-section p{color:var(--text);margin:0 0 .8rem}.legal-section ul{margin:.5rem 0 .8rem;padding-left:1.5rem}.legal-section li{margin-bottom:.35rem}.legal-section a{color:var(--accent);text-decoration:none}.legal-section a:hover{text-decoration:underline}.legal-footer{border-top:1px solid var(--border);color:var(--text-light);justify-content:center;gap:.6rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.85rem;display:flex}.legal-footer a{color:var(--text-light)}.legal-footer a:hover{color:var(--accent)}.exp-list{flex-direction:column;gap:.6rem;display:flex}.exp-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;transition:border-color .15s}.exp-card:hover{border-color:var(--accent)}.exp-card-head{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.exp-card-title{font-weight:600}.exp-card-scope{color:var(--text-light);font-size:.8rem}.exp-pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;align-items:center;gap:.3rem;margin-left:auto;padding:.15rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.exp-card-body{color:var(--text-light);margin-top:.45rem;font-size:.8rem}.exp-card-foot{align-items:center;gap:.6rem;margin-top:.6rem;display:flex}.exp-progress{background:var(--surface-elevated);border-radius:2px;height:4px;margin-top:.6rem;overflow:hidden}.exp-progress-bar{background:linear-gradient(90deg, var(--secondary), var(--accent));border-radius:2px;width:40%;height:100%;animation:1.6s linear infinite exp-progress}@keyframes exp-progress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.exp-spin{animation:1.4s linear infinite exp-spin;display:inline-block}@keyframes exp-spin{to{transform:rotate(360deg)}}.exp-pulse{animation:1.8s ease-in-out infinite exp-pulse}@keyframes exp-pulse{0%,to{opacity:1}50%{opacity:.35}}.exp-hero{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;margin-bottom:1rem;padding:2rem 1.5rem}.exp-stats{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:1rem;padding:1rem 1.25rem}.exp-stats h3{text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);margin:0 0 .6rem;font-size:.85rem}.exp-stat-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.3rem 0;font-size:.85rem;display:flex}.exp-stat-row:last-child{border-bottom:none}.exp-stat-row .label{color:var(--text-light)}.exp-stats ul{margin:0;padding-left:1.2rem;font-size:.85rem;line-height:1.7}.exp-stats code{background:var(--surface-elevated);border-radius:4px;padding:.05rem .35rem;font-size:.8rem}.help-admin-coverage{color:var(--text);background:#f1c40f14;border:1px solid #f1c40f4d;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;margin-bottom:1rem;padding:.6rem .85rem;font-size:.8rem;display:flex}.help-admin-coverage.ok{background:#2ecc7114;border-color:#2ecc714d}.help-admin-coverage code{background:var(--surface-elevated);border-radius:4px;padding:.1rem .4rem;font-size:.74rem}.help-list{flex-direction:column;gap:.6rem;display:flex}.help-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.85rem 1.1rem;transition:border-color .15s,transform .15s;display:flex}.help-card:hover{border-color:var(--secondary);transform:translateY(-1px)}.help-card-main{flex:1;min-width:0}.help-card-title{color:var(--text);margin-bottom:.15rem;font-weight:600}.help-card-key{color:var(--text-light);font-size:.78rem}.help-card-key code{background:var(--surface-elevated);border-radius:4px;padding:.1rem .4rem;font-size:.74rem}.help-card-snippet{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.35rem;font-size:.82rem;display:-webkit-box;overflow:hidden}.help-badge{border-radius:12px;flex-shrink:0;padding:.15rem .55rem;font-size:.7rem;font-weight:700}.help-badge.on{color:#2ecc71;background:#2ecc7126}.help-badge.off{color:#e74c3c;background:#e74c3c26}.help-chip{color:var(--text-light);flex-shrink:0;align-self:center;font-size:.68rem;font-weight:600}.help-modal-overlay{z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.help-modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;flex-direction:column;width:100%;max-width:920px;max-height:90vh;display:flex;overflow:hidden}.help-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}.help-modal-header h3{color:var(--text);margin:0;font-size:1.05rem;font-weight:700}.help-modal-close{appearance:none;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem .4rem;font-size:1.1rem}.help-modal-close:hover{color:var(--text);background:var(--surface-elevated)}.help-editor-grid{flex:1;grid-template-columns:1fr 1fr;gap:0;min-height:0;display:grid;overflow:hidden}@media (width<=720px){.help-editor-grid{grid-template-columns:1fr}}.help-editor-fields,.help-editor-preview{padding:1.1rem 1.25rem;overflow-y:auto}.help-editor-preview{border-left:1px solid var(--border);background:var(--surface-elevated)}@media (width<=720px){.help-editor-preview{border-left:none;border-top:1px solid var(--border)}}.help-preview-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-light);margin-bottom:.6rem;font-size:.7rem;font-weight:700}.help-preview-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem 1.1rem}.help-preview-title{color:var(--text);align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:1rem;font-weight:700;display:flex}.help-preview-empty{color:var(--text-light);font-size:.85rem;font-style:italic}.help-preview-video{color:var(--secondary);align-items:center;gap:.35rem;margin-top:.75rem;font-size:.82rem;text-decoration:none;display:inline-flex}.help-preview-video:hover{text-decoration:underline}.help-field{flex-direction:column;gap:.3rem;margin-bottom:.85rem;display:flex}.help-field label{color:var(--text-light);font-size:.78rem;font-weight:600}.help-field input,.help-field textarea,.help-field select{font:inherit;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);box-sizing:border-box;border-radius:8px;width:100%;padding:.5rem .65rem;font-size:.88rem}.help-field input:disabled{opacity:.6}.help-field input:focus,.help-field textarea:focus,.help-field select:focus{border-color:var(--secondary);outline:none}.help-field textarea{resize:vertical;min-height:160px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;line-height:1.5}.help-field-hint{color:var(--text-light);font-size:.72rem}.help-field-row{gap:.75rem;display:flex}.help-field-row>.help-field{flex:1}.help-check{color:var(--text);cursor:pointer;align-items:center;gap:.45rem;font-size:.85rem;display:flex}.help-check input{width:16px;height:16px;accent-color:var(--secondary);cursor:pointer}.help-modal-footer{border-top:1px solid var(--border);align-items:center;gap:.6rem;padding:.85rem 1.25rem;display:flex}.help-btn-primary,.help-btn-ghost,.help-btn-danger{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:filter .15s,background .15s,color .15s}.help-btn-primary{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.help-btn-primary:hover:not(:disabled){filter:brightness(1.08)}.help-btn-ghost{background:var(--surface-elevated);border-color:var(--border);color:var(--text-light)}.help-btn-ghost:hover:not(:disabled){color:var(--text)}.help-btn-danger{color:#e74c3c;background:#e74c3c1f;border-color:#e74c3c4d}.help-btn-danger:hover:not(:disabled){background:#e74c3c33}.help-btn-primary:disabled,.help-btn-ghost:disabled,.help-btn-danger:disabled{opacity:.55;cursor:not-allowed}.help-modal-error{color:#e74c3c;margin-right:auto;font-size:.8rem}.mc-toolbar{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.mc-search{background:var(--surface-elevated);border:1px solid var(--border);min-width:160px;color:var(--text);font:inherit;border-radius:8px;flex:1;padding:.45rem .65rem;font-size:.85rem}.mc-search:focus{border-color:var(--secondary);outline:none}.mc-crumbs{flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;display:flex}.mc-crumb{color:var(--secondary);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;font-weight:500}.mc-crumb:hover{text-decoration:underline}.mc-crumb-current{color:var(--text);font-weight:600}.mc-crumb-sep{color:var(--text-light)}.mc-app-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;display:grid}.mc-app-card{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;padding:1.1rem 1.25rem;transition:border-color .15s,transform .15s;display:flex}.mc-app-card:hover{border-color:var(--secondary);transform:translateY(-2px)}.mc-app-name{color:var(--text);font-weight:700}.mc-app-counts{color:var(--text-light);margin-top:.15rem;font-size:.74rem}.mc-list{flex-direction:column;gap:.5rem;display:flex}.mc-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;align-items:center;gap:.75rem;padding:.7rem 1rem;transition:border-color .15s;display:flex}.mc-row.drill{cursor:pointer}.mc-row.drill:hover{border-color:var(--secondary)}.mc-row-main{flex:1;min-width:0}.mc-row-title{color:var(--text);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;display:flex}.mc-row-sub{color:var(--text-light);margin-top:.1rem;font-size:.8rem}.mc-row-desc{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.15rem;font-size:.78rem;font-style:italic;display:-webkit-box;overflow:hidden}.mc-badge{border-radius:12px;flex-shrink:0;padding:.15rem .55rem;font-size:.68rem;font-weight:700}.mc-badge.global{color:#818cf8;background:#6366f11f;border:1px solid #6366f140}.mc-badge.personal{color:var(--success,#2ecc71);background:#00c8961f;border:1px solid #00c89640}.mc-pill{white-space:nowrap;border-radius:8px;flex-shrink:0;padding:.05rem .4rem;font-size:.66rem}.mc-pill.variety{color:#818cf8;background:#6366f11a;border:1px solid #6366f133}.mc-pill.designation{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.mc-actions{flex-shrink:0;gap:.3rem;display:flex}.mc-icon-btn{appearance:none;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-light);cursor:pointer;border-radius:6px;padding:.25rem .45rem;font-family:inherit;font-size:.78rem;transition:color .15s,border-color .15s}.mc-icon-btn:hover{color:var(--text);border-color:var(--secondary)}.mc-icon-btn.danger:hover{color:#e74c3c;border-color:#e74c3c}.mc-icon-btn.promote:hover{color:#818cf8;border-color:#818cf8}.mc-drill{color:var(--text-light);flex-shrink:0;font-size:1.1rem}.mc-bulkbar{background:var(--surface-elevated);border:1px solid var(--secondary);border-radius:10px;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.75rem;padding:.55rem .85rem;display:flex}.mc-bulkbar-count{color:var(--text);font-size:.85rem;font-weight:700}.mc-sel-check{width:16px;height:16px;accent-color:var(--secondary);cursor:pointer}.mc-thumb{object-fit:contain;background:var(--surface-elevated);border:1px solid var(--border);cursor:pointer;border-radius:6px;width:34px;height:34px}.mc-thumb-placeholder{color:var(--text-light);opacity:.5;justify-content:center;align-items:center;font-size:.85rem;display:flex}.mc-img-list{flex-direction:column;gap:.5rem;display:flex}.mc-img-card{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.75rem;padding:.55rem .7rem;display:flex}.mc-img-thumb{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.mc-img-thumb img{object-fit:cover;width:100%;height:100%}.mc-img-meta{flex:1;min-width:0}.mc-img-desc{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.mc-img-actions{flex-shrink:0;gap:.3rem;display:flex}.mc-img-zoom{z-index:1300;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.mc-img-zoom img{object-fit:contain;border-radius:8px;max-width:90vw;max-height:90vh}.mc-attr-list{flex-direction:column;gap:.4rem;margin-bottom:.85rem;display:flex}.mc-attr-row{background:var(--surface-elevated);border:1px solid var(--border);border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .55rem;display:flex}.mc-attr-add{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:.4rem;padding:.55rem;display:flex}.mc-dropzone{text-align:center;border:2px dashed var(--border);cursor:pointer;border-radius:8px;margin-bottom:1rem;padding:1.25rem;transition:border-color .15s,background .15s}.mc-dropzone:hover{border-color:var(--secondary)}.mc-dropzone.has-file{border-color:var(--secondary);background:#6366f10d}.mc-import-title{color:var(--text);margin:.5rem 0;font-size:.8rem;font-weight:700}.mc-map-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem;display:grid}.mc-map-field label{color:var(--text-light);margin-bottom:.2rem;font-size:.75rem;font-weight:600;display:block}.mc-map-field select{width:100%;font:inherit;background:var(--surface-elevated);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:.4rem .5rem;font-size:.82rem}.mc-attr-chips{flex-wrap:wrap;gap:.35rem;display:flex}.mc-attr-chip{appearance:none;color:var(--text);cursor:pointer;background:#00c8961a;border:1px solid #00c8964d;border-radius:4px;padding:.2rem .5rem;font-family:inherit;font-size:.75rem}.mc-attr-chip.excluded{border-color:var(--border);background:var(--surface);color:var(--text-light);opacity:.55;text-decoration:line-through}.mc-preview-wrap{border:1px solid var(--border);border-radius:6px;margin-bottom:1rem;overflow-x:auto}.mc-preview-table{border-collapse:collapse;width:100%;font-size:.75rem}.mc-preview-table th{background:var(--surface-elevated);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:.4rem .6rem}.mc-preview-table td{border-bottom:1px solid var(--border);white-space:nowrap;text-overflow:ellipsis;max-width:200px;padding:.3rem .6rem;overflow:hidden}.mc-import-warn{color:var(--text);background:#f1c40f1a;border:1px solid #f1c40f4d;border-radius:6px;margin-bottom:1rem;padding:.6rem .8rem;font-size:.8rem}.mc-import-result{text-align:center;background:#2ecc7114;border:1px solid #2ecc7140;border-radius:8px;padding:1.25rem}.mc-import-progress{text-align:center;color:var(--text-light);padding:.5rem;font-size:.85rem}.users-kpi-strip{flex-wrap:wrap;gap:.6rem;margin-bottom:1.1rem;display:flex}.users-kpi{background:var(--surface);border:1px solid var(--border);text-align:left;min-width:110px;font:inherit;border-radius:10px;flex:120px;padding:.6rem .85rem}.users-kpi.clickable{cursor:pointer;transition:border-color .15s,transform .15s}.users-kpi.clickable:hover{border-color:var(--secondary);transform:translateY(-1px)}.users-kpi.active{border-color:var(--secondary);background:#6366f114}.users-kpi-value{color:var(--text);font-size:1.35rem;font-weight:800;line-height:1.1}.users-kpi-value .dot{vertical-align:middle;background:#2ecc71;border-radius:50%;width:9px;height:9px;margin-right:.3rem;display:inline-block}.users-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);margin-top:.15rem;font-size:.7rem;font-weight:600}.users-kpi-plans{flex-wrap:wrap;gap:.3rem;margin-top:.3rem;display:flex}.users-plan-chip{background:var(--surface-elevated);border:1px solid var(--border);color:var(--text-light);border-radius:8px;padding:.1rem .4rem;font-size:.66rem;font-weight:600}.users-table-wrap{border:1px solid var(--border);border-radius:10px;overflow-x:auto}.users-table{border-collapse:collapse;width:100%;font-size:.85rem}.users-table th{text-align:left;background:var(--surface-elevated);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.03em;color:var(--text-light);white-space:nowrap;padding:.6rem .75rem;font-size:.72rem;font-weight:700}.users-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.users-table th.sortable:hover{color:var(--text)}.users-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.5rem .75rem}.users-table tbody tr{cursor:pointer;transition:background .12s}.users-table tbody tr:hover{background:var(--surface-elevated)}.user-id-cell{align-items:center;gap:.55rem;min-width:0;display:flex}.user-avatar{object-fit:cover;background:var(--surface-elevated);border:1px solid var(--border);width:32px;height:32px;color:var(--text-light);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.user-avatar.lg{width:56px;height:56px;font-size:1.2rem}.user-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.user-sub{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.role-chip{color:#818cf8;white-space:nowrap;background:#6366f124;border-radius:10px;margin-right:.25rem;padding:.1rem .45rem;font-size:.68rem;font-weight:600;display:inline-block}.status-pills{flex-wrap:wrap;gap:.25rem;display:flex}.status-pill{white-space:nowrap;border-radius:10px;padding:.1rem .45rem;font-size:.66rem;font-weight:700}.status-pill.ok{color:#2ecc71;background:#2ecc7126}.status-pill.off{color:#e74c3c;background:#e74c3c26}.status-pill.warn{color:#f1c40f;background:#f1c40f26}.online-dot{vertical-align:middle;background:#2ecc71;border-radius:50%;width:8px;height:8px;margin-right:.35rem;display:inline-block}.users-pagination{color:var(--text-light);justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;font-size:.82rem;display:flex}.user-sel-check{width:15px;height:15px;accent-color:var(--secondary);cursor:pointer}.user-detail-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.user-detail-grid{columns:3 340px;column-gap:1rem}.user-detail-grid>.admin-card{break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid}.del-confirm-phrase{color:#e74c3c;-webkit-user-select:all;user-select:all;white-space:nowrap;background:#e74c3c1a;border-radius:5px;padding:.05rem .4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;font-weight:700}.user-metric-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;display:grid}.user-metric{background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;padding:.6rem .7rem}.user-metric-value{color:var(--text);font-size:1.15rem;font-weight:800}.user-metric-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-light);font-size:.68rem;font-weight:600}.user-info-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:.5rem;padding:.4rem 0;font-size:.84rem;display:flex}.user-info-row .k{color:var(--text-light)}.user-info-row .v{color:var(--text);text-align:right;word-break:break-word;font-weight:600}@media (width<=640px){.users-table-wrap{border:none;overflow-x:visible}.users-table,.users-table tbody{width:100%;display:block}.users-table thead{display:none}.users-table tr{background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:.6rem;padding:.7rem .85rem;display:block;position:relative}.users-table tbody tr:hover{background:var(--surface)}.users-table td{border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:.3rem 0;display:flex}.users-table td.cell-check{padding:0;position:absolute;top:.7rem;right:.85rem}.users-table td.cell-check:empty{display:none}.users-table td.cell-user{border-bottom:1px solid var(--border);margin-bottom:.35rem;padding-bottom:.55rem;padding-right:1.75rem}.users-table td[data-label]:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.03em;color:var(--text-light);flex-shrink:0;font-size:.7rem;font-weight:600}.users-table td[data-label]{text-align:right;flex-wrap:wrap}.users-table td[data-label] .status-pills{justify-content:flex-end}}:root{--primary:#fff;--secondary:#0080ff;--accent:#00bfff;--bg:#0a0a0a;--surface:#1a1a1a;--surface-elevated:#222;--text:#e8e8e8;--text-light:#a0a0a0;--border:#2a2a2a;--success:#0f8;--shadow:#00000080;--glow:#00bfff4d}[data-theme=light]{--primary:#1a1a1a;--secondary:#06c;--accent:#09d;--bg:#f4f5f7;--surface:#fff;--surface-elevated:#f0f1f3;--text:#2c2c2c;--text-light:#6b7280;--border:#d1d5db;--success:#059669;--shadow:#0000001a;--glow:#0066cc26}[data-theme=slate]{--primary:#e0e4f0;--secondary:#4d8ef7;--accent:#38bdf8;--bg:#1e2130;--surface:#262a3e;--surface-elevated:#2e3350;--text:#d4d8e8;--text-light:#8890a8;--border:#3a4060;--success:#34d399;--shadow:#0006;--glow:#4d8ef740}*{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}@media (width<=500px){.ai-chat-panel{border:none!important;border-radius:0!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;margin:0!important;position:fixed!important;inset:0!important}.ai-chat-expand-btn{display:none!important}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border:2px solid var(--bg);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}body{background:var(--bg);color:var(--text);background-image:radial-gradient(circle at 20%,#0080ff0d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#00bfff0d 0%,#0000 50%);font-family:DM Sans,sans-serif;line-height:1.6;transition:background-color .3s,color .3s}.app-container{flex-direction:column;min-height:100vh;display:flex}main{box-sizing:border-box;flex:1;width:100%;max-width:1400px;margin:0 auto;padding:3rem 2rem}@media (width<=700px){main{padding:1.5rem .75rem}}.page-header{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem}.page-title{color:var(--primary);margin-bottom:.2rem;font-family:Crimson Pro,serif;font-size:1.6rem;font-weight:700}.page-subtitle{color:var(--text-light);font-size:.85rem}.grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.catalog-filter-wrapper{margin-bottom:1rem;position:relative}.catalog-filter-input{background:var(--surface-elevated);border:1px solid var(--border);width:100%;color:var(--text);box-sizing:border-box;border-radius:8px;padding:.5rem 2.5rem .5rem .75rem;font-family:inherit;font-size:.85rem;transition:border-color .2s,box-shadow .2s}.catalog-filter-clear{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1rem;transition:color .15s,background .15s;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.catalog-filter-clear:hover{color:var(--text);background:var(--border)}.catalog-filter-input::placeholder{color:var(--text-light);opacity:.6}.catalog-filter-input:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #0080ff26}.page-transition{animation:.3s pageFadeIn}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (width<=700px){.catalog-identify-btn{text-align:center;flex:100%}.collections-app-filter{width:100%}.collections-app-toggle{flex:100%;display:flex!important}.collections-app-toggle .view-toggle-btn{text-align:center;flex:1;justify-content:center}.collections-filter-bar{flex-direction:column;align-items:stretch!important}.collections-sort-toggle{flex:100%;display:flex!important}.collections-sort-toggle select{flex:1}}option{background-color:var(--surface-elevated);color:var(--text)}.scroll-to-top{z-index:300;border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text-light);cursor:pointer;box-shadow:0 4px 16px var(--shadow);opacity:0;pointer-events:none;border-radius:50%;font-size:1.1rem;line-height:1;transition:opacity .25s,transform .25s,color .15s,border-color .15s;position:fixed;bottom:1.25rem;left:1.25rem;transform:translateY(10px)}.scroll-to-top--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{color:var(--primary);border-color:var(--secondary);box-shadow:0 4px 16px var(--shadow), 0 0 12px var(--glow)}.reload-prompt{z-index:600;background:var(--surface);border:1px solid var(--secondary);color:var(--text);box-shadow:0 8px 28px var(--shadow), 0 0 16px var(--glow);border-radius:10px;align-items:center;gap:.75rem;max-width:92vw;padding:.6rem 1rem;font-size:.85rem;animation:.25s slideUp;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%)}.reload-prompt-action{cursor:pointer;background:linear-gradient(135deg, var(--secondary), var(--accent));color:#fff;white-space:nowrap;border:none;border-radius:6px;padding:.3rem .85rem;font-family:inherit;font-size:.8rem;font-weight:700}.reload-prompt-dismiss{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:.85rem;line-height:1}.login-page{place-items:center;min-height:100vh;display:grid}.login-card{background:var(--surface);border:1px solid var(--border);width:min(380px,90vw);box-shadow:0 8px 24px var(--shadow);border-radius:10px;flex-direction:column;gap:1rem;padding:2rem;display:flex}.login-card h1{color:var(--primary);text-align:center;margin:0 0 .5rem;font-family:Crimson Pro,serif;font-size:1.5rem;font-weight:700}.login-card label{color:var(--text-light);flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.login-card input{font:inherit;border:1px solid var(--border);background:var(--surface-elevated);color:var(--text);border-radius:8px;padding:.5rem .75rem}.login-card input:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #0080ff26}.login-card button[type=submit]{font:inherit;background:linear-gradient(135deg, var(--secondary), var(--accent));color:#fff;cursor:pointer;border:1px solid #0000;border-radius:6px;padding:.625rem 1.5rem;font-weight:600;transition:all .3s}.login-card button[type=submit]:hover:not(:disabled){box-shadow:0 6px 20px var(--glow);transform:translateY(-2px)}.login-card button[type=submit]:disabled{opacity:.6;cursor:default}.login-error{color:#e74c3c;background:#e74c3c1f;border-radius:6px;padding:.5rem .75rem;font-size:.85rem}.dashboard-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}
