.pro-shell{--bg:#0e0e0e;--bg-2:#121212;--surface:#181818;--surface-2:#1f1f1f;--surface-3:#252525;--hover:#282828;--border:#2a2a2a;--border-2:#3a3a3a;--text:#fff;--text-2:#b3b3b3;--text-3:#7c7c7c;--text-4:#555;--accent:#00e5a0;--accent-2:#00cfb0;--accent-dim:rgba(0,229,160,.15);--gold:#d6b35f;--orange:#ffa42b;--red:#f3727f;--red-2:#e74c3c;--blue:#539df5;--shadow-card:rgba(0,0,0,.3) 0px 8px 8px;--shadow-elev:rgba(0,0,0,.5) 0px 8px 24px;--inset:#121212 0px 1px 0px,#7c7c7c 0px 0px 0px 1px inset;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}.pro-shell button,.pro-shell input,.pro-shell select,.pro-shell textarea{font:inherit;color:inherit}.pro-shell button{cursor:pointer;border:none;background:none}.pro-shell a{color:inherit;text-decoration:none}.pro-shell ::-webkit-scrollbar{width:10px;height:10px}.pro-shell ::-webkit-scrollbar-track{background:transparent}.pro-shell ::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:5px;border:2px solid var(--bg)}.pro-shell ::-webkit-scrollbar-thumb:hover{background:#3a3a3a}.pro-shell .app{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.pro-shell .sidebar{background:var(--bg-2);border-right:1px solid var(--border);padding:18px 14px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.pro-shell .main{min-width:0;display:flex;flex-direction:column}.pro-shell .brand{display:flex;align-items:center;gap:10px;padding:6px 10px 18px}.pro-shell .brand-mark{width:36px;height:36px;border-radius:8px;overflow:hidden;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,229,160,.25),0 4px 12px rgba(0,0,0,.4)}.pro-shell .brand-mark img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.pro-shell .brand{transition:opacity .12s}.pro-shell .brand:hover{opacity:.85}.pro-shell .brand-text{display:flex;flex-direction:column;line-height:1.1}.pro-shell .brand-name{font-weight:800;font-size:15px;letter-spacing:-.01em}.pro-shell .brand-name span{color:var(--accent)}.pro-shell .brand-pro{font-size:9px;font-weight:700;letter-spacing:.14em;color:var(--gold);text-transform:uppercase;margin-top:2px}.pro-shell .org-switcher{display:flex;align-items:center;gap:10px;background:var(--surface);border-radius:8px;padding:8px 10px;margin:0 0 14px;cursor:pointer;transition:background .15s}.pro-shell .org-switcher:hover{background:var(--surface-2)}.pro-shell .org-avatar{width:28px;height:28px;border-radius:6px;background:linear-gradient(135deg,#7a4eff,#3b1f8a);display:grid;place-items:center;color:#fff;font-weight:800;font-size:11px;flex-shrink:0}.pro-shell .org-meta{flex:1;min-width:0}.pro-shell .org-name{font-size:12.5px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .org-sub{font-size:10px;color:var(--text-3);display:flex;align-items:center;gap:5px;margin-top:1px}.pro-shell .org-sub .dot{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 4px var(--accent)}.pro-shell .nav-group-label{font-size:9.5px;font-weight:700;letter-spacing:.14em;color:var(--text-3);text-transform:uppercase;padding:14px 12px 6px}.pro-shell .nav-item{display:flex;align-items:center;gap:12px;padding:7px 12px;border-radius:6px;color:var(--text-2);font-size:13.5px;font-weight:500;transition:background .12s,color .12s;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pro-shell .nav-item.active,.pro-shell .nav-item:hover{background:var(--surface);color:var(--text)}.pro-shell .nav-item.active{font-weight:700}.pro-shell .nav-item.active:before{content:"";position:absolute;left:-14px;top:8px;bottom:8px;width:3px;background:var(--accent);border-radius:0 3px 3px 0}.pro-shell .nav-item svg{width:18px;height:18px;flex-shrink:0}.pro-shell .nav-item .badge{margin-left:auto;background:var(--accent);color:#000;font-size:10px;font-weight:800;padding:1px 6px;border-radius:99px;min-width:18px;text-align:center}.pro-shell .nav-item .badge.red{background:var(--red-2);color:#fff}.pro-shell .nav-item .badge.accent{background:var(--accent);color:#000}.pro-shell .nav-item .badge.gold{background:var(--gold);color:#000}.pro-shell .nav-item .badge.outline{background:transparent;color:var(--text-3);box-shadow:inset 0 0 0 1px var(--border-2);font-weight:600}.pro-shell .nav-item kbd{font-family:JetBrains Mono,monospace;font-size:9.5px;color:var(--text-3);background:hsla(0,0%,100%,.04);border:1px solid var(--border);border-radius:3px;padding:1px 4px;margin-left:auto}.pro-shell .sidebar-foot{margin-top:auto;padding-top:14px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.pro-shell .upgrade-card{background:linear-gradient(135deg,rgba(214,179,95,.12),rgba(214,179,95,.04));border:1px solid rgba(214,179,95,.25);border-radius:10px;padding:12px 14px;margin:6px 0 8px}.pro-shell .upgrade-card .uc-title{font-size:12px;font-weight:800;color:var(--gold);display:flex;align-items:center;gap:6px}.pro-shell .upgrade-card .uc-title:before{content:"✦"}.pro-shell .upgrade-card .uc-desc{font-size:11.5px;color:var(--text-2);margin-top:4px;line-height:1.4}.pro-shell .upgrade-card .uc-cta{margin-top:10px;background:var(--gold);color:#000;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:7px 12px;border-radius:99px;width:100%}.pro-shell .topbar{height:60px;border-bottom:1px solid var(--border);background:var(--bg-2);padding:0 24px;display:flex;align-items:center;gap:16px;position:sticky;top:0;z-index:50}.pro-shell .crumbs{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-3)}.pro-shell .crumbs .sep{color:#444}.pro-shell .crumbs .current{color:var(--text);font-weight:600}.pro-shell .search{margin-left:24px;flex:1;max-width:480px;background:var(--surface-2);box-shadow:var(--inset);border-radius:8px;height:36px;display:flex;align-items:center;gap:10px;padding:0 12px 0 14px;color:var(--text-2);transition:box-shadow .15s}.pro-shell .search:focus-within{box-shadow:#121212 0 1px 0,var(--accent) 0 0 0 1.5px inset;color:var(--text)}.pro-shell .search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--surface);border:1px solid var(--border-2);border-radius:10px;box-shadow:var(--shadow-elev);max-height:70vh;overflow-y:auto;z-index:50;padding:6px 0}.pro-shell .search-empty{padding:24px 16px;text-align:center;font-size:12.5px;color:var(--text-3)}.pro-shell .search-group{padding:4px 0}.pro-shell .search-group+.search-group{border-top:1px solid var(--border);margin-top:4px}.pro-shell .search-group-label{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);padding:8px 14px 4px}.pro-shell .search-result{display:flex;align-items:center;gap:12px;width:100%;padding:8px 14px;text-align:left;background:none;transition:background .1s;color:inherit;cursor:pointer}.pro-shell .search-result:hover{background:var(--surface-2)}.pro-shell .search-thumb{width:28px;height:40px;border-radius:4px;background:var(--surface-3);flex-shrink:0;overflow:hidden;display:grid;place-items:center}.pro-shell .search-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pro-shell .search-thumb--icon{width:32px;height:32px;border-radius:8px;color:var(--text-2)}.pro-shell .search-meta{flex:1;min-width:0}.pro-shell .search-name{font-size:13px;font-weight:600}.pro-shell .search-name,.pro-shell .search-sub{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-shell .search-sub{font-size:11px;color:var(--text-3);margin-top:1px}.pro-shell .search-tag{font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.08em;font-weight:700;padding:3px 8px;background:var(--surface-2);border-radius:99px;flex-shrink:0}.pro-shell .search-result.search-result--noclick{cursor:default}.pro-shell .search-result.search-result--noclick:hover{background:transparent}.pro-shell .search-add-actions{display:flex;gap:6px;flex-shrink:0}.pro-shell .search-add-actions .btn{height:28px;padding:0 10px;font-size:11.5px;letter-spacing:0;text-transform:none;gap:4px}.pro-shell .card-search{display:grid;grid-template-columns:264px 1fr;gap:0;width:100%;min-height:calc(100vh - 60px)}.pro-shell .card-search__rail{border-right:1px solid var(--border);background:var(--bg-2);position:sticky;top:60px;align-self:flex-start;height:calc(100vh - 60px);overflow-y:auto}.pro-shell .card-search__main{padding:24px 28px 120px;min-width:0}.pro-shell .filter-checkbox{display:flex;align-items:center;gap:9px;padding:5px 0;cursor:pointer;font-size:12.5px;color:var(--text-2)}.pro-shell .filter-checkbox input{width:14px;height:14px;accent-color:var(--accent)}.pro-shell .filter-checkbox span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-shell .filter-checkbox:hover span{color:var(--text)}.pro-shell .hero-search{display:flex;align-items:center;gap:0;background:var(--surface);border-radius:14px;border:1px solid var(--border);padding:8px;margin-bottom:14px;box-shadow:0 4px 16px rgba(0,0,0,.2)}.pro-shell .hero-search__icon{padding:0 16px;color:var(--text-3)}.pro-shell .hero-search input{flex:1;background:transparent;border:none;outline:none;font-size:16px;padding:12px 0;color:var(--text)}.pro-shell .hero-search input::-moz-placeholder{color:var(--text-3)}.pro-shell .hero-search input::placeholder{color:var(--text-3)}.pro-shell .game-pill{padding:5px 12px;border-radius:99px;font-size:12px;font-weight:700;background:transparent;color:var(--text-3);border:1px solid var(--border-2);opacity:.6;transition:background .12s,color .12s,opacity .12s,border-color .12s}.pro-shell .game-pill.active{background:var(--accent-dim);color:var(--accent);border-color:var(--accent);opacity:1}.pro-shell .results-toolbar{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--surface);border-radius:10px 10px 0 0;border-bottom:1px solid var(--border)}.pro-shell .view-toggle{display:flex;gap:2px;background:var(--surface-2);border-radius:7px;padding:3px}.pro-shell .view-btn{width:28px;height:26px;display:grid;place-items:center;background:transparent;color:var(--text-3);font-size:14px;font-weight:800;border-radius:5px;transition:background .12s,color .12s}.pro-shell .view-btn.active{background:var(--accent);color:#000}.pro-shell .results-pane{background:var(--bg);border-radius:0 0 10px 10px;min-height:400px}.pro-shell .result-tile{background:var(--surface);border-radius:10px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:transform .15s,background .15s,border-color .12s;display:flex;flex-direction:column}.pro-shell .result-tile:hover{transform:translateY(-3px)}.pro-shell .result-tile.selected{border-color:var(--accent)}.pro-shell .result-tile__image{position:relative;aspect-ratio:5/7;background:var(--surface-2);overflow:hidden}.pro-shell .result-tile__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.pro-shell .result-tile__rarity{position:absolute;top:8px;right:8px}.pro-shell .result-tile__check{position:absolute;top:8px;left:8px;background:var(--accent);color:#000;border-radius:50%;width:24px;height:24px;display:grid;place-items:center;font-size:14px;font-weight:900}.pro-shell .result-tile__quick-add{position:absolute;bottom:8px;right:8px;opacity:0;transition:opacity .15s}.pro-shell .result-tile.selected .result-tile__quick-add,.pro-shell .result-tile:hover .result-tile__quick-add{opacity:1}.pro-shell .result-tile__name{font-size:13px;font-weight:700;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-shell .result-tile__sub{font-size:10.5px;color:var(--text-3);margin-top:3px;display:flex;justify-content:space-between;align-items:center}.pro-shell .result-row{display:grid;grid-template-columns:24px 32px 1fr 200px 130px 110px auto;gap:14px;align-items:center;padding:10px 14px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.pro-shell .result-row:hover:not(.result-row--head):not(.selected){background:var(--surface-2)}.pro-shell .result-row.selected{background:rgba(0,229,160,.06)}.pro-shell .result-row.result-row--head{font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);cursor:default}.pro-shell .checkbox,.pro-shell .result-row.result-row--head:hover{background:transparent}.pro-shell .checkbox{width:16px;height:16px;border-radius:3px;border:1.5px solid var(--text-4);display:inline-grid;place-items:center;cursor:pointer;transition:background .1s,border-color .1s}.pro-shell .checkbox.checked{background:var(--accent);border-color:var(--accent)}.pro-shell .checkbox.checked:after{content:"";width:8px;height:5px;border-left:2px solid #000;border-bottom:2px solid #000;transform:rotate(-45deg) translate(1px,-1px)}.pro-shell .selected-tray{position:fixed;bottom:0;left:248px;right:0;z-index:60;background:var(--bg-2);border-top:1px solid var(--accent);box-shadow:0 -10px 30px rgba(0,0,0,.5);padding:12px 24px;display:flex;align-items:center;gap:18px}.pro-shell .empty-state-row{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:7px;font-size:13.5px;color:var(--text-2);text-align:left;transition:background .12s}.pro-shell .empty-state-row:hover{background:var(--surface-2)}.pro-shell .search input{flex:1;background:transparent;border:none;outline:none;font-size:13px}.pro-shell .search input::-moz-placeholder{color:var(--text-3)}.pro-shell .search input::placeholder{color:var(--text-3)}.pro-shell .search .kbd{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text-3);border:1px solid var(--border-2);border-radius:3px;padding:1px 5px}.pro-shell .top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.pro-shell .icon-btn{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;color:var(--text-2);transition:background .12s,color .12s;position:relative}.pro-shell .icon-btn:hover{background:var(--surface);color:var(--text)}.pro-shell .icon-btn .dot{position:absolute;top:7px;right:7px;width:7px;height:7px;border-radius:50%;background:var(--red-2);border:2px solid var(--bg-2)}.pro-shell .top-cta{background:var(--accent);color:#000;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:0 16px;height:36px;border-radius:99px;display:inline-flex;align-items:center;gap:8px;transition:background .12s,transform .08s}.pro-shell .top-cta:hover{background:var(--accent-2);transform:translateY(-1px)}.pro-shell .avatar-btn{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff6a3d,#c43c66);display:grid;place-items:center;color:#fff;font-weight:800;font-size:13px;box-shadow:0 0 0 1px var(--border-2)}.pro-shell .page{padding:24px 28px 80px;max-width:1600px;width:100%}.pro-shell .page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px;gap:24px;flex-wrap:wrap}.pro-shell .page-title{font-size:26px;font-weight:800;letter-spacing:-.02em}.pro-shell .page-sub{color:var(--text-2);font-size:14px;margin-top:4px}.pro-shell .page-actions{display:flex;gap:10px}.pro-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:38px;padding:0 18px;border-radius:99px;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:background .12s,transform .08s,border-color .12s;white-space:nowrap}.pro-shell .btn-primary{background:var(--accent);color:#000}.pro-shell .btn-primary:hover{background:var(--accent-2);transform:translateY(-1px)}.pro-shell .btn-ghost{background:var(--surface-2);color:var(--text);box-shadow:inset 0 0 0 1px var(--border-2)}.pro-shell .btn-ghost:hover{background:var(--hover)}.pro-shell .btn-outline{background:transparent;color:var(--text);box-shadow:inset 0 0 0 1px var(--border-2)}.pro-shell .btn-outline:hover{box-shadow:inset 0 0 0 1px var(--text)}.pro-shell .btn-sm{height:30px;padding:0 14px;font-size:11px;letter-spacing:.06em}.pro-shell .card{background:var(--surface);border-radius:10px;padding:18px;box-shadow:var(--shadow-card)}.pro-shell .card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.pro-shell .card-title{font-size:14px;font-weight:700;letter-spacing:-.01em}.pro-shell .card-sub{font-size:12px;color:var(--text-3);margin-top:2px}.pro-shell .pill{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:99px;font-size:10.5px;font-weight:700;letter-spacing:.04em;background:var(--surface-2);color:var(--text-2)}.pro-shell .pill.accent{background:var(--accent-dim);color:var(--accent)}.pro-shell .pill.gold{background:rgba(214,179,95,.15);color:var(--gold)}.pro-shell .pill.dot:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.pro-shell .pro-tag{display:inline-flex;align-items:center;gap:4px;background:rgba(214,179,95,.12);color:var(--gold);font-size:9px;font-weight:800;letter-spacing:.14em;padding:2px 7px;border-radius:3px;text-transform:uppercase}.pro-shell .pro-tag:before{content:"✦";font-size:9px}.pro-shell .input{background:var(--surface-2);box-shadow:var(--inset);border-radius:6px;height:40px;padding:0 14px;font-size:14px;outline:none;border:none;width:100%;color:var(--text)}.pro-shell .input:focus{box-shadow:#121212 0 1px 0,var(--accent) 0 0 0 1.5px inset}.pro-shell .pro-login{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at top,rgba(0,229,160,.08),transparent 50%),var(--bg)}.pro-shell .pro-login-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:32px 32px 28px;box-shadow:var(--shadow-elev);display:flex;flex-direction:column;gap:16px}.pro-shell .pro-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:4px}.pro-shell .pro-login-title{font-size:20px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.pro-shell .pro-login-sub{color:var(--text-2);font-size:13px;margin-top:4px}.pro-shell .pro-login-field{display:flex;flex-direction:column;gap:6px}.pro-shell .pro-login-field span{font-size:11px;font-weight:700;color:var(--text-2);letter-spacing:.06em;text-transform:uppercase}.pro-shell .pro-login-error{padding:10px 12px;background:rgba(243,114,127,.1);border:1px solid rgba(243,114,127,.3);border-radius:8px;color:var(--red);font-size:12.5px;line-height:1.4}.pro-shell .pro-login-switch{text-align:center;font-size:12.5px;color:var(--text-3);margin-top:4px}.pro-shell .pro-login-switch button{color:var(--accent);font-weight:700;cursor:pointer}.pro-shell .pro-login-switch button:hover{text-decoration:underline}.pro-shell .pro-login-foot{margin-top:8px;padding-top:16px;border-top:1px solid var(--border);text-align:center;font-size:12px}.pro-shell .pro-login-foot a{color:var(--text-3);transition:color .12s}.pro-shell .pro-login-foot a:hover{color:var(--text)}.pro-shell .pro-login-oauth{display:flex;flex-direction:column;gap:8px}.pro-shell .pro-login-provider{display:flex;align-items:center;gap:12px;height:44px;padding:0 16px;background:var(--surface-2);border:1px solid var(--border-2);border-radius:8px;color:var(--text);font-size:13px;font-weight:600;transition:background .12s,border-color .12s;cursor:pointer;width:100%}.pro-shell .pro-login-provider:hover:not(:disabled){background:var(--hover);border-color:var(--text-3)}.pro-shell .pro-login-provider:disabled{opacity:.5;cursor:not-allowed}.pro-shell .pro-login-provider-mark{width:24px;height:24px;border-radius:4px;display:grid;place-items:center;flex-shrink:0}.pro-shell .pro-login-provider-mark.google{background:#fff}.pro-shell .pro-login-provider-mark.apple{background:#fff;color:#000}.pro-shell .pro-login-provider-mark.facebook{background:#1877f2;color:#fff}.pro-shell .pro-login-divider{display:flex;align-items:center;font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.14em;font-weight:700;margin:4px 0}.pro-shell .pro-login-divider:after,.pro-shell .pro-login-divider:before{content:"";flex:1;height:1px;background:var(--border)}.pro-shell .pro-login-divider span{padding:0 14px}.pro-shell .metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.pro-shell .metric{background:var(--surface);border-radius:10px;padding:16px 18px;box-shadow:var(--shadow-card);position:relative;overflow:hidden}.pro-shell .metric-label{font-size:10.5px;font-weight:700;letter-spacing:.14em;color:var(--text-3);text-transform:uppercase;display:flex;align-items:center;gap:8px}.pro-shell .metric-label svg{width:13px;height:13px}.pro-shell .metric-value{font-size:28px;font-weight:800;letter-spacing:-.02em;margin:8px 0 4px;line-height:1;font-feature-settings:"tnum" 1}.pro-shell .metric-foot{font-size:11.5px;color:var(--text-2);display:flex;align-items:center;gap:6px}.pro-shell .delta-up{color:var(--accent);font-weight:700}.pro-shell .delta-down{color:var(--red);font-weight:700}.pro-shell .pill.red{background:rgba(243,114,127,.15);color:var(--red)}.pro-shell .pill.blue{background:rgba(83,157,245,.15);color:var(--blue)}.pro-shell .pill.orange{background:rgba(255,164,43,.15);color:var(--orange)}.pro-shell .chips{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pro-shell .chip{background:var(--surface-2);color:var(--text-2);padding:6px 14px;border-radius:99px;font-size:12px;font-weight:600;transition:background .12s,color .12s;display:inline-flex;align-items:center}.pro-shell .chip:hover{background:var(--hover);color:var(--text)}.pro-shell .chip.active{background:var(--accent);color:#000;font-weight:700}.pro-shell .chip.minor{padding:5px 11px;font-size:11.5px}.pro-shell .chip[disabled]{opacity:.5;cursor:not-allowed}.pro-shell table.dt{width:100%;border-collapse:collapse;font-size:13px}.pro-shell table.dt thead th{text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);padding:10px 14px;border-bottom:1px solid var(--border);background:hsla(0,0%,100%,.01);position:sticky;top:0;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.pro-shell table.dt thead th .sortarrow{color:var(--text-4);margin-left:4px}.pro-shell table.dt thead th.sorted .sortarrow{color:var(--accent)}.pro-shell table.dt tbody td.num,.pro-shell table.dt thead th.num{text-align:right;font-feature-settings:"tnum" 1}.pro-shell table.dt tbody td{padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.pro-shell table.dt tbody tr{transition:background .1s}.pro-shell table.dt tbody tr:hover{background:hsla(0,0%,100%,.02)}.pro-shell table.dt tbody tr.selected{background:rgba(0,229,160,.06)}.pro-shell .card-thumb{width:28px;height:40px;border-radius:4px;background:var(--surface-3);display:inline-block;vertical-align:middle;margin-right:12px;box-shadow:0 1px 4px rgba(0,0,0,.5);overflow:hidden;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.pro-shell .card-cell{display:flex;align-items:center;min-width:0}.pro-shell .card-cell .meta{min-width:0}.pro-shell .card-cell .name{font-weight:700;font-size:13px;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .card-cell .sub{font-size:11px;color:var(--text-3);margin-top:1px}.pro-shell .ico-btn{width:28px;height:28px;border-radius:6px;display:inline-grid;place-items:center;color:var(--text-3);transition:background .12s,color .12s}.pro-shell .ico-btn:hover{background:var(--surface-2);color:var(--text)}.pro-shell .toolbar{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--surface);border-radius:10px 10px 0 0;border-bottom:1px solid var(--border)}.pro-shell .toolbar .search-mini{background:var(--surface-2);box-shadow:var(--inset);height:32px;border-radius:6px;padding:0 10px;display:flex;align-items:center;gap:8px;width:280px}.pro-shell .toolbar .search-mini input{background:transparent;border:none;outline:none;flex:1;font-size:12.5px;color:var(--text)}.pro-shell .toolbar .search-mini input::-moz-placeholder{color:var(--text-3)}.pro-shell .toolbar .search-mini input::placeholder{color:var(--text-3)}.pro-shell .toolbar .search-mini svg{width:13px;height:13px;color:var(--text-3)}.pro-shell .toolbar .spacer{flex:1}.pro-shell .toolbar .selection-info{color:var(--accent);font-size:12px;font-weight:600;padding:0 4px}.pro-shell .select{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border-2);border-radius:6px;padding:6px 28px 6px 10px;font-size:12px;height:32px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='none' stroke='%237c7c7c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='m3 5 3 3 3-3'/></svg>");background-repeat:no-repeat;background-position:right 8px center;background-size:12px}.pro-shell .select:hover{color:var(--text);border-color:var(--text-4)}.pro-shell .sec-title{font-size:17px;font-weight:800;letter-spacing:-.01em;margin-bottom:12px;display:flex;align-items:baseline;gap:12px}.pro-shell .sec-title .meta{font-size:12px;color:var(--text-3);font-weight:500;letter-spacing:0}.pro-shell .sec-link{margin-left:auto;font-size:12px;color:var(--accent);font-weight:600}.pro-shell .ev-row{grid-template-columns:48px 1fr auto auto;border-radius:10px;background:var(--surface);margin-bottom:8px}.pro-shell .date-tile{width:48px;background:var(--bg-2);border:1px solid var(--border);border-radius:8px;text-align:center;padding:6px 4px}.pro-shell .date-tile .m{font-size:10px;font-weight:800;color:var(--accent);text-transform:uppercase;letter-spacing:.1em}.pro-shell .date-tile .d{font-size:18px;font-weight:800;line-height:1.1}.pro-shell .ev-name{font-size:13.5px;font-weight:700}.pro-shell .ev-meta{font-size:11.5px;color:var(--text-3);margin-top:2px;display:flex;gap:10px;flex-wrap:wrap}.pro-shell .ev-meta .official{color:var(--gold);font-weight:700}.pro-shell .toggle-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--border)}.pro-shell .toggle-row:last-child{border-bottom:none}.pro-shell .toggle-row .label{font-weight:600;font-size:13.5px}.pro-shell .toggle-row .desc{font-size:12px;color:var(--text-3);margin-top:2px}.pro-shell .toggle{width:38px;height:22px;border-radius:99px;background:hsla(0,0%,100%,.1);position:relative;flex-shrink:0;transition:background .2s}.pro-shell .toggle.on{background:var(--accent)}.pro-shell .toggle:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s}.pro-shell .toggle.on:after{left:18px}.pro-shell .stat-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:7px 0;font-size:12.5px;border-bottom:1px dashed var(--border)}.pro-shell .stat-row:last-child{border-bottom:none}.pro-shell .stat-row .k{color:var(--text-3);min-width:0}.pro-shell .stat-row .v{font-weight:700;font-feature-settings:"tnum" 1;flex-shrink:0}.pro-shell .live-banner{background:linear-gradient(90deg,rgba(0,229,160,.1),rgba(0,229,160,.02));border:1px solid rgba(0,229,160,.25);border-left:3px solid var(--accent);border-radius:10px;padding:14px 18px;display:flex;align-items:center;gap:16px;margin-bottom:18px;flex-wrap:wrap}.pro-shell .live-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 10px var(--accent);animation:ptp-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes ptp-pulse{0%,to{box-shadow:0 0 6px rgba(0,229,160,.8)}50%{box-shadow:0 0 16px rgba(0,229,160,.4)}}.pro-shell .lb-title{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}.pro-shell .lb-name{font-size:16px;font-weight:800;margin-top:2px}.pro-shell .lb-stats{display:flex;gap:22px;margin-left:auto;flex-wrap:wrap}.pro-shell .lb-stat-val{font-size:18px;font-weight:800;font-feature-settings:"tnum" 1}.pro-shell .lb-stat-label{font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;margin-top:1px}.pro-shell .metric-spark{position:absolute;right:14px;top:14px;width:80px;height:32px}.pro-shell .match-row{display:grid;grid-template-columns:56px 1fr auto auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.pro-shell .match-row:last-child{border-bottom:none}.pro-shell .match-row:hover{background:var(--surface-2)}.pro-shell .match-row .price{font-weight:800;font-feature-settings:"tnum" 1;font-size:14px}.pro-shell .match-row .seller{font-size:11px;color:var(--text-3)}.pro-shell .match-row img.match-thumb{width:48px;height:66px;border-radius:4px;-o-object-fit:cover;object-fit:cover;background:var(--surface-3);display:block}.pro-shell .match-row .match-thumb-icon{width:48px;height:66px;border-radius:4px;background:var(--surface-2);display:grid;place-items:center;color:var(--text-3)}.pro-shell .hero-card{background:radial-gradient(ellipse at top right,rgba(0,229,160,.12),transparent 60%),var(--surface);border:1px solid var(--border);border-radius:14px;padding:22px 24px;margin-bottom:18px}.pro-shell .storefront-card{background:var(--surface);border-radius:10px;overflow:hidden;transition:transform .15s,background .15s;cursor:pointer;display:flex;flex-direction:column}.pro-shell .storefront-card:hover{background:var(--surface-2);transform:translateY(-2px)}.pro-shell .storefront-card .img-wrap{aspect-ratio:5/7;position:relative;background:var(--surface-2);overflow:hidden}.pro-shell .storefront-card .img-wrap img{position:absolute;inset:8px;width:calc(100% - 16px);height:calc(100% - 16px);-o-object-fit:contain;object-fit:contain;border-radius:4px;display:block}.pro-shell .storefront-card .info{padding:10px 12px 12px}.pro-shell .storefront-card .info .name{font-size:12.5px;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pro-shell .storefront-card .info .sub{font-size:10.5px;color:var(--text-3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .storefront-card .info .price{font-size:14px;font-weight:800;margin-top:6px;font-feature-settings:"tnum" 1}.pro-shell .storefront-card .badge-tl{position:absolute;top:7px;left:7px;background:var(--gold);color:#000;font-size:8.5px;font-weight:900;letter-spacing:.06em;padding:2px 5px;border-radius:3px;text-transform:uppercase}.pro-shell .storefront-card .badge-tr{position:absolute;top:7px;right:7px;background:rgba(0,0,0,.7);color:#fff;font-size:9.5px;font-weight:700;padding:2px 6px;border-radius:3px;letter-spacing:.04em}.pro-shell .hero-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}@media (max-width:1100px){.pro-shell .hero-stats{grid-template-columns:repeat(3,1fr)}}.pro-shell .hero-stat-label{font-size:11px;color:var(--text-3);text-transform:uppercase;letter-spacing:.12em;font-weight:700}.pro-shell .hero-stat-value{font-size:22px;font-weight:800;margin-top:3px;font-feature-settings:"tnum" 1}.pro-shell .msg-layout{display:grid;grid-template-columns:320px 1fr 280px;gap:16px;flex:1;min-height:0}@media (max-width:1280px){.pro-shell .msg-layout{grid-template-columns:320px 1fr}.pro-shell .thread-side{display:none}}.pro-shell .msg-list{background:var(--surface);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.pro-shell .msg-list-head{padding:14px 16px 10px;border-bottom:1px solid var(--border)}.pro-shell .msg-list-rows{flex:1;overflow-y:auto;min-height:0}.pro-shell .msg-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s;position:relative}.pro-shell .msg-row.active,.pro-shell .msg-row:hover{background:var(--surface-2)}.pro-shell .msg-row.active{border-left:3px solid var(--accent);padding-left:11px}.pro-shell .msg-thumb{width:40px;height:56px;border-radius:4px;box-shadow:0 2px 6px rgba(0,0,0,.5);flex-shrink:0;background:var(--surface-3);overflow:hidden}.pro-shell .msg-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pro-shell .msg-info{flex:1;min-width:0}.pro-shell .msg-info .name{font-weight:700;font-size:13px}.pro-shell .msg-info .preview{color:var(--text-3);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.pro-shell .msg-info .preview.unread{color:var(--text);font-weight:600}.pro-shell .msg-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.pro-shell .msg-meta .ts{font-size:10px;color:var(--text-3)}.pro-shell .msg-unread{background:var(--accent);color:#000;border-radius:99px;min-width:18px;height:18px;padding:0 6px;font-size:11px;font-weight:800;display:inline-grid;place-items:center}.pro-shell .msg-info .name.unread{font-weight:800}.pro-shell .msg-meta .ts.unread{color:var(--accent);font-weight:700}.pro-shell .msg-thread{background:var(--surface);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;min-width:0}.pro-shell .thread-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:14px}.pro-shell .thread-body{flex:1;overflow-y:auto;padding:18px 18px 8px;display:flex;flex-direction:column;gap:8px;min-height:0}.pro-shell .bubble-row{display:flex;gap:8px}.pro-shell .bubble-row.me{justify-content:flex-end}.pro-shell .bubble{max-width:70%;padding:9px 14px;border-radius:16px 16px 16px 4px;background:var(--surface-2);font-size:13.5px;line-height:1.45;word-wrap:break-word;overflow-wrap:break-word}.pro-shell .bubble.me{background:var(--accent);color:#000;border-radius:16px 16px 4px 16px;font-weight:600}.pro-shell .ts-divider{font-size:10.5px;color:var(--text-3);text-align:center;margin:8px 0}.pro-shell .thread-input{border-top:1px solid var(--border);padding:12px 14px;display:flex;align-items:center;gap:8px}.pro-shell .thread-input .input{flex:1;height:38px;border-radius:99px;padding:0 16px}.pro-shell .thread-send{width:38px;height:38px;border-radius:50%;background:var(--accent);color:#000;display:grid;place-items:center;flex-shrink:0;transition:background .12s,transform .08s}.pro-shell .thread-send:hover:not(:disabled){background:var(--accent-2);transform:translateY(-1px)}.pro-shell .thread-send:disabled{background:var(--surface-3);color:var(--text-3);cursor:not-allowed}.pro-shell .thread-side{background:var(--surface);border-radius:10px;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.pro-shell .thread-side .panel-card{background:var(--surface-2);border-radius:8px;padding:14px}.pro-shell .split-2{display:grid;grid-template-columns:2fr 1fr;gap:16px}@media (max-width:1100px){.pro-shell .split-2{grid-template-columns:1fr}}.pro-shell .events-map{height:240px;background:linear-gradient(135deg,#1a3a2a,#0e0e0e);position:relative;overflow:hidden}.pro-shell .events-map .map-badge{position:absolute;top:12px;left:12px;font-size:11px;font-weight:700;color:var(--text-2);background:rgba(0,0,0,.6);padding:4px 10px;border-radius:99px}.pro-shell .trader-controls{background:linear-gradient(180deg,rgba(0,229,160,.06),var(--surface));border:1px solid rgba(0,229,160,.2);border-radius:12px;margin-bottom:16px;overflow:hidden;flex-shrink:0}.pro-shell .trader-controls__bar{padding:9px 16px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}.pro-shell .trader-controls__label{font-size:10.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);margin-right:6px}.pro-shell .ctl-pill{background:var(--surface-2);color:var(--text);padding:4px 11px;border-radius:99px;font-size:11.5px;font-weight:700;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border-2);transition:background .12s,border-color .12s,opacity .12s;flex-shrink:0;white-space:nowrap;min-width:-moz-max-content;min-width:max-content;line-height:1}.pro-shell .ctl-pill:hover:not(:disabled){background:var(--hover)}.pro-shell .ctl-pill:disabled{cursor:not-allowed;opacity:.55}.pro-shell .ctl-pill.live{background:rgba(0,229,160,.1);color:var(--accent);border-color:rgba(0,229,160,.45);opacity:1}.pro-shell .ctl-pill.live:disabled{opacity:1;cursor:default}.pro-shell .ctl-pill__dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.pro-shell .ctl-pill.toggle.on{background:var(--accent-dim);color:var(--accent);border-color:var(--accent)}.pro-shell .ctl-pill__switch{width:22px;height:12px;border-radius:99px;background:var(--text-4);position:relative;transition:background .15s;flex-shrink:0}.pro-shell .ctl-pill.toggle.on .ctl-pill__switch{background:var(--accent)}.pro-shell .ctl-pill__switch:after{content:"";position:absolute;top:2px;left:2px;width:8px;height:8px;border-radius:50%;background:#fff;transition:left .15s}.pro-shell .ctl-pill.toggle.on .ctl-pill__switch:after{left:12px}.pro-shell .ctl-spacer{flex:1}.pro-shell .ctl-edit{font-size:11px;color:var(--accent);font-weight:700;display:inline-flex;align-items:center;gap:4px;background:none;border:none;padding:4px 6px;cursor:pointer}.pro-shell .ctl-edit:hover{text-decoration:underline}.pro-shell .trader-controls__editor{border-top:1px solid var(--border);padding:12px 16px 14px;background:rgba(0,229,160,.03)}.pro-shell .trader-controls__editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;flex-wrap:wrap}.pro-shell .trader-controls__editor-title{font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.pro-shell .trader-controls__editor-body{display:grid;grid-template-columns:1fr 180px;gap:14px}@media (max-width:720px){.pro-shell .trader-controls__editor-body{grid-template-columns:1fr}}.pro-shell .trader-controls__editor-body textarea{background:var(--surface-2);box-shadow:var(--inset);border:none;outline:none;border-radius:8px;width:100%;min-height:64px;padding:8px 12px;font-size:13px;line-height:1.45;resize:vertical;color:var(--text)}.pro-shell .trader-controls__meta{font-size:10.5px;color:var(--text-3);margin-top:6px;display:flex;align-items:center;justify-content:space-between;gap:8px}.pro-shell .photo-slot{width:100%;height:64px;background:var(--surface-2);border:2px dashed var(--border-2);border-radius:8px;display:grid;place-items:center;color:var(--text-3);font-size:11px;position:relative;overflow:hidden;cursor:pointer;transition:height .15s,border-color .15s}.pro-shell .photo-slot:hover:not(:disabled){border-color:var(--text-4);color:var(--text-2)}.pro-shell .photo-slot.has-photo{border-style:solid;border-color:rgba(0,229,160,.5);padding:0;height:120px}.pro-shell .photo-slot.has-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pro-shell .ctl-pill__thumb{width:18px;height:18px;border-radius:4px;-o-object-fit:cover;object-fit:cover;margin-left:4px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.4);flex-shrink:0}.pro-shell .photo-slot__swap{position:absolute;bottom:4px;right:4px;font-size:10px;padding:3px 8px;background:rgba(0,0,0,.65);color:#fff;border-radius:4px;font-weight:700}.pro-shell .photo-slot__remove{display:block;margin-top:6px;font-size:10.5px;color:var(--red);background:none;border:none;padding:0;cursor:pointer}.pro-shell .photo-slot__remove:hover{text-decoration:underline}.pro-shell .btn.btn-sm{height:28px;padding:0 12px;font-size:11px;letter-spacing:.06em}.pro-shell .bubble.auto:before{content:"⚡ Auto-reply";display:block;font-size:9px;font-weight:800;letter-spacing:.14em;color:rgba(0,0,0,.6);margin-bottom:4px;text-transform:uppercase}.pro-shell .bubble .loc-chip{display:inline-flex;align-items:center;gap:4px;background:rgba(0,0,0,.18);color:rgba(0,0,0,.7);font-size:10px;font-weight:800;padding:2px 8px;border-radius:99px;margin-top:6px;letter-spacing:.04em}.pro-shell .bubble:not(.me) .loc-chip{background:hsla(0,0%,100%,.08);color:var(--text-3)}.pro-shell .quick-reply-row{display:flex;gap:6px;margin-bottom:8px;overflow-x:auto;padding-bottom:2px}.pro-shell .quick-chip{flex-shrink:0;background:var(--surface-2);color:var(--text-2);padding:5px 11px;border-radius:99px;font-size:11.5px;font-weight:600;border:1px solid var(--border-2);white-space:nowrap;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.pro-shell .quick-chip:hover{background:var(--hover);color:var(--text)}.pro-shell .msg-empty{flex:1;display:grid;place-items:center;color:var(--text-3);text-align:center;padding:20px;font-size:13px}.pro-shell .ev-hero{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:20px 24px;border:1px solid rgba(0,229,160,.25);border-radius:14px;margin-bottom:18px;background:radial-gradient(circle at 0 0,rgba(0,229,160,.18),transparent 50%),radial-gradient(circle at 100% 0,rgba(214,179,95,.1),transparent 55%),var(--surface)}.pro-shell .ev-hero__pin{width:64px;height:64px;border-radius:14px;background:linear-gradient(135deg,#00e5a0,#008f63);display:grid;place-items:center;box-shadow:0 0 0 1px rgba(0,229,160,.4),0 8px 24px rgba(0,229,160,.2);flex-shrink:0;color:#00220e}.pro-shell .ev-hero__main{flex:1 1 280px}.pro-shell .ev-hero__top{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.pro-shell .ev-hero__live{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.pro-shell .ev-hero__live .live-dot{width:8px;height:8px}.pro-shell .ev-hero__name{font-size:24px;font-weight:800;letter-spacing:-.02em}.pro-shell .ev-hero__meta{font-size:13px;color:var(--text-3);margin-top:4px;display:flex;gap:14px;flex-wrap:wrap;align-items:center}.pro-shell .ev-hero__meta span{display:inline-flex;align-items:center;gap:4px}.pro-shell .ev-hero__stats{display:flex;gap:24px;align-items:center;flex-shrink:0}.pro-shell .ev-hero__stat-v{font-size:18px;font-weight:800;letter-spacing:-.02em;font-feature-settings:"tnum" 1;line-height:1}.pro-shell .ev-hero__stat-v.accent{color:var(--accent)}.pro-shell .ev-hero__stat-v.muted{color:var(--text-3)}.pro-shell .ev-hero__stat-l{font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-top:4px}.pro-shell .ev-hero__actions{display:flex;gap:8px;flex-shrink:0}.pro-shell .ev-hero__leave{color:var(--red);box-shadow:inset 0 0 0 1px rgba(243,114,127,.3)}.pro-shell .ev-hero__leave:hover{box-shadow:inset 0 0 0 1px var(--red)}.pro-shell .ev-kpi-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:18px}.pro-shell .ev-kpi{padding:14px 16px}.pro-shell .ev-kpi__value{font-size:24px;margin-top:6px}.pro-shell .ev-kpi__pulse{display:inline-block;margin-left:8px;vertical-align:4px}.pro-shell .ev-kpi.stub .ev-kpi__value{color:var(--text-3)}.pro-shell .ev-tabs{display:flex;gap:2px;border-bottom:1px solid var(--border);margin-bottom:18px;overflow-x:auto}.pro-shell .ev-tab{padding:10px 16px;font-size:13px;font-weight:600;color:var(--text-3);border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s,border-color .12s;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.pro-shell .ev-tab:hover{color:var(--text-2)}.pro-shell .ev-tab.active{color:var(--text);border-bottom-color:var(--accent)}.pro-shell .ev-tab__badge{background:var(--surface-2);color:var(--text-3);font-size:10px;font-weight:800;padding:1px 7px;border-radius:99px;font-feature-settings:"tnum" 1}.pro-shell .ev-tab__badge.active{background:var(--accent);color:#000}.pro-shell .ev-overview-grid{display:grid;grid-template-columns:1fr 320px;gap:18px}.pro-shell .ev-overview-main{display:flex;flex-direction:column;gap:18px;min-width:0}.pro-shell .ev-rail{display:flex;flex-direction:column;gap:14px;min-width:0}.pro-shell .ev-floor-grid{display:grid;grid-template-columns:1fr 280px;gap:18px}.pro-shell .ev-sec-link{background:none;padding:0;margin-left:auto}.pro-shell .ev-rows-card{padding:0;overflow:hidden}.pro-shell .ev-empty{padding:22px 16px;text-align:center;color:var(--text-3);font-size:13px}.pro-shell .ev-empty-card{padding:40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-3)}.pro-shell .ev-empty-card svg{color:var(--text-3);margin-bottom:4px}.pro-shell .ev-empty-card__title{font-size:16px;font-weight:700;color:var(--text)}.pro-shell .ev-empty-card__sub{font-size:12.5px;color:var(--text-3);margin-bottom:6px}.pro-shell .ev-row{display:grid;gap:14px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);transition:background .12s;cursor:default}.pro-shell .ev-row:last-child{border-bottom:none}.pro-shell .ev-row:hover{background:var(--surface-2)}.pro-shell .ev-row.dim{opacity:.6}.pro-shell .ev-row--hunt,.pro-shell .ev-row--inbound{grid-template-columns:70px 56px 1fr 90px 110px 130px 1fr auto}.pro-shell .ev-row--compact{grid-template-columns:70px 44px 1fr auto auto;gap:12px;padding:10px 14px}.pro-shell .ev-row__thumb{width:38px;height:54px;border-radius:4px;background:var(--surface-3);overflow:hidden;flex-shrink:0;box-shadow:0 1px 4px rgba(0,0,0,.5)}.pro-shell .ev-row__thumb.wide{width:42px;height:60px}.pro-shell .ev-row__thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pro-shell .ev-row__main{min-width:0}.pro-shell .ev-row__head{display:flex;align-items:center;gap:8px;min-width:0}.pro-shell .ev-row__name{font-weight:700;font-size:13.5px;min-width:0}.pro-shell .ev-row__meta,.pro-shell .ev-row__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-row__meta{font-size:11px;color:var(--text-3);margin-top:2px}.pro-shell .ev-row__meta strong{color:var(--text-2);font-weight:600}.pro-shell .ev-row__col{text-align:right}.pro-shell .ev-row__col-l{font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em}.pro-shell .ev-row__col-v{font-weight:800;font-size:13.5px;font-feature-settings:"tnum" 1}.pro-shell .ev-row__col-v.accent{color:var(--accent)}.pro-shell .ev-row__col-v.red{color:var(--red)}.pro-shell .ev-row__price{text-align:right;flex-shrink:0}.pro-shell .ev-row__price-v{font-size:13px;font-weight:800;color:var(--accent);font-feature-settings:"tnum" 1;line-height:1.1}.pro-shell .ev-row--hunt .ev-row__price-v{color:var(--text)}.pro-shell .ev-row__price-d{font-size:10px;color:var(--text-3);margin-top:2px;font-feature-settings:"tnum" 1}.pro-shell .ev-row__price-d.strong{font-weight:700}.pro-shell .ev-row__price-d.accent{color:var(--accent)}.pro-shell .ev-row__price-d.red{color:var(--red)}.pro-shell .ev-row__price-d .strike{text-decoration:line-through}.pro-shell .ev-row__trader{display:flex;align-items:center;gap:8px;min-width:0}.pro-shell .ev-row__avatar{width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.06);border:1px solid var(--border-2);display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--text-2);flex-shrink:0}.pro-shell .ev-row__trader-text{min-width:0}.pro-shell .ev-row__trader-name{font-size:12.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-row__trader-sub{font-size:11px;color:var(--text-3)}.pro-shell .ev-row__actions{display:flex;gap:6px}.pro-shell .ev-row__cta{height:26px;padding:0 10px;font-size:10px}.pro-shell .ev-heat{display:inline-flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;letter-spacing:.12em;white-space:nowrap}.pro-shell .ev-heat__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.pro-shell .ev-heat--hot{color:var(--red)}.pro-shell .ev-heat--hot .ev-heat__dot{box-shadow:0 0 8px var(--red);animation:ev-heat-pulse 1.6s ease-in-out infinite}.pro-shell .ev-heat--warm{color:var(--orange)}.pro-shell .ev-heat--cool{color:var(--text-3)}@keyframes ev-heat-pulse{0%,to{opacity:1}50%{opacity:.4}}.pro-shell .ev-delta{font-size:11px;font-weight:700;font-feature-settings:"tnum" 1;margin-left:2px}.pro-shell .ev-delta.up{color:var(--accent)}.pro-shell .ev-delta.down{color:var(--red)}.pro-shell .ev-floor-card{padding:0;overflow:hidden}.pro-shell .ev-floor-count{font-size:11.5px;color:var(--text-3)}.pro-shell .ev-match-only{gap:4px}.pro-shell .ev-view-toggle{display:flex;background:var(--surface-2);border-radius:6px;padding:2px;gap:1px}.pro-shell .ev-view-toggle__btn{width:26px;height:24px;display:grid;place-items:center;color:var(--text-3);font-weight:600;border-radius:4px;transition:background .12s,color .12s}.pro-shell .ev-view-toggle__btn.active{background:var(--accent);color:#000}.pro-shell .ev-floor-grid-cards{padding:14px;display:grid;grid-template-columns:repeat(6,1fr);gap:12px;background:var(--bg)}.pro-shell .ev-floor-tile{background:var(--surface);border-radius:8px;overflow:hidden;border:1.5px solid transparent;transition:transform .12s,border-color .12s;position:relative}.pro-shell .ev-floor-tile:hover{transform:translateY(-2px)}.pro-shell .ev-floor-tile.match{border-color:var(--accent)}.pro-shell .ev-floor-tile__badge{position:absolute;top:6px;left:6px;z-index:2;background:var(--accent);color:#000;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:2px 6px;border-radius:3px}.pro-shell .ev-floor-tile__img{aspect-ratio:5/7;background:var(--surface-2);position:relative}.pro-shell .ev-floor-tile__img img{position:absolute;inset:6px;width:calc(100% - 12px);height:calc(100% - 12px);-o-object-fit:cover;object-fit:cover;border-radius:4px;display:block}.pro-shell .ev-floor-tile__body{padding:8px 10px 10px}.pro-shell .ev-floor-tile__name{font-size:11.5px;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-floor-tile__set{font-size:9.5px;color:var(--text-3);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-floor-tile__row{display:flex;align-items:baseline;justify-content:space-between;margin-top:5px}.pro-shell .ev-floor-tile__price{font-size:13px;font-weight:800;font-feature-settings:"tnum" 1}.pro-shell .ev-floor-tile__price.accent{color:var(--accent)}.pro-shell .ev-floor-tile__cond,.pro-shell .ev-floor-tile__trader{font-size:9.5px;color:var(--text-3)}.pro-shell .ev-floor-tile__trader{margin-top:5px;display:flex;gap:5px;align-items:center}.pro-shell .ev-floor-tile__dot{width:5px;height:5px;border-radius:50%;background:var(--accent);box-shadow:0 0 4px var(--accent);flex-shrink:0}.pro-shell .ev-floor-tile__trader span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.pro-shell .ev-floor-table-wrap{padding:0 4px 4px}.pro-shell .ev-floor-thumb{width:32px;height:46px;border-radius:4px;background:var(--surface-3);overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.5)}.pro-shell .ev-floor-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pro-shell .ev-rail-card{padding:14px 16px}.pro-shell .ev-rail-card__head{display:flex;align-items:center;margin-bottom:8px}.pro-shell .ev-rail-card__title{display:flex;align-items:center;gap:6px}.pro-shell .ev-rail-card__title svg{color:var(--accent)}.pro-shell .ev-rail-card__sub{margin-left:auto;font-size:11px;color:var(--text-3)}.pro-shell .ev-rail-card__dot{margin-left:auto;width:7px;height:7px}.pro-shell .ev-priority{padding:0;background:linear-gradient(180deg,rgba(243,114,127,.06),transparent);border:1px solid rgba(243,114,127,.2)}.pro-shell .ev-priority__head{padding:14px 16px 10px}.pro-shell .ev-priority__title,.pro-shell .ev-priority__title svg{color:var(--red)}.pro-shell .ev-priority__sub{font-size:11px;color:var(--text-3);margin-top:2px}.pro-shell .ev-priority__list{padding:0 16px 14px;display:flex;flex-direction:column;gap:8px}.pro-shell .ev-priority__item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:7px;background:var(--surface-2)}.pro-shell .ev-priority__ico{width:26px;height:26px;border-radius:6px;background:rgba(243,114,127,.15);color:var(--red);display:grid;place-items:center;flex-shrink:0}.pro-shell .ev-priority__ico svg{width:13px;height:13px}.pro-shell .ev-priority__text{flex:1;min-width:0}.pro-shell .ev-priority__t{font-size:12.5px;font-weight:700}.pro-shell .ev-priority__s,.pro-shell .ev-priority__t{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-priority__s{font-size:10.5px;color:var(--text-3)}.pro-shell .ev-priority__item .btn-sm{height:24px;padding:0 10px;font-size:10px}.pro-shell .ev-floor-map{padding:0;overflow:hidden}.pro-shell .ev-floor-map .ev-rail-card__head{padding:14px 16px 8px}.pro-shell .ev-floor-map__svg-wrap{background:#0a1612;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pro-shell .ev-floor-map__svg{width:100%;display:block}.pro-shell .ev-floor-map__legend{padding:10px 16px;font-size:11px;color:var(--text-3);display:flex;flex-wrap:wrap;gap:4px 12px}.pro-shell .ev-floor-map__legend span{display:inline-flex;align-items:center;gap:5px}.pro-shell .ev-floor-map__legend .dot{width:8px;height:8px;border-radius:2px}.pro-shell .ev-leaderboard__rows{display:flex;flex-direction:column;gap:8px}.pro-shell .ev-leaderboard__row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.pro-shell .ev-leaderboard__row:last-child{border-bottom:none}.pro-shell .ev-rail-card .ev-leaderboard__rows .ev-leaderboard__row{border-bottom:none;padding:4px 0}.pro-shell .ev-leaderboard__rank{width:18px;font-size:11px;font-weight:800;color:var(--text-3);font-family:JetBrains Mono,monospace}.pro-shell .ev-leaderboard__row:first-child .ev-leaderboard__rank{color:var(--gold)}.pro-shell .ev-leaderboard__avatar{width:30px;height:30px;border-radius:50%;background:var(--surface-3);display:grid;place-items:center;color:#fff;font-weight:800;font-size:11px;flex-shrink:0;position:relative}.pro-shell .ev-leaderboard__avatar.with-online:after{content:""}.pro-shell .ev-leaderboard__online{position:absolute;bottom:-1px;right:-1px;width:9px;height:9px;border-radius:50%;background:var(--accent);border:2px solid var(--surface)}.pro-shell .ev-leaderboard__main{flex:1;min-width:0}.pro-shell .ev-leaderboard__name{font-size:12.5px;font-weight:700;display:flex;align-items:center;gap:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-leaderboard__sub{font-size:10.5px;color:var(--text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pro-shell .ev-booth-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.pro-shell .ev-booth-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-shell .ev-booth-stat{background:var(--surface-2);border-radius:8px;padding:14px 16px}.pro-shell .ev-booth-stat__v{font-size:22px;font-weight:800;letter-spacing:-.02em;font-feature-settings:"tnum" 1;line-height:1}.pro-shell .ev-booth-stat__l{font-size:10px;color:var(--text-3);text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-top:6px}.pro-shell .ev-booth-toggles{display:flex;flex-direction:column}@media (max-width:1180px){.pro-shell .ev-floor-grid,.pro-shell .ev-overview-grid{grid-template-columns:1fr}.pro-shell .ev-kpi-strip{grid-template-columns:repeat(3,1fr)}.pro-shell .ev-row--hunt,.pro-shell .ev-row--inbound{grid-template-columns:60px 44px 1fr 70px 90px 110px auto}.pro-shell .ev-row--hunt .ev-row__trader,.pro-shell .ev-row--inbound .ev-row__trader{display:none}.pro-shell .ev-floor-grid-cards{grid-template-columns:repeat(4,1fr)}.pro-shell .ev-booth-grid{grid-template-columns:1fr}}.pro-shell .help-page{max-width:1320px}.pro-shell .help-hero{background:radial-gradient(circle at 20% 0,rgba(0,229,160,.14),transparent 55%),radial-gradient(circle at 100% 100%,rgba(214,179,95,.1),transparent 60%),var(--surface);border:1px solid var(--border);border-radius:14px;padding:40px 36px 36px;margin-bottom:24px}.pro-shell .help-hero__eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--accent)}.pro-shell .help-hero__eyebrow span{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.pro-shell .help-hero__title{font-size:32px;font-weight:800;letter-spacing:-.02em;max-width:680px}.pro-shell .help-hero__sub{font-size:14.5px;color:var(--text-2);margin-top:8px;max-width:680px;line-height:1.5}.pro-shell .help-hero__sub strong{color:var(--accent)}.pro-shell .help-hero__search{margin-top:24px;max-width:680px;background:var(--bg-2);border:1px solid var(--border-2);border-radius:12px;height:52px;padding:0 18px;display:flex;align-items:center;gap:14px}.pro-shell .help-hero__search:focus-within{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.pro-shell .help-hero__search svg{color:var(--text-3)}.pro-shell .help-hero__search input{flex:1;background:transparent;border:none;outline:none;font-size:14.5px;color:var(--text)}.pro-shell .help-hero__kbd{font-family:JetBrains Mono,monospace;font-size:11px;color:var(--text-3);border:1px solid var(--border-2);border-radius:4px;padding:2px 6px}.pro-shell .help-hero__popular{display:flex;gap:8px;margin-top:14px;flex-wrap:wrap;align-items:center}.pro-shell .help-hero__popular>span:first-child{font-size:11.5px;color:var(--text-3);margin-right:4px}.pro-shell .help-grid{display:grid;grid-template-columns:240px 1fr 280px;gap:24px;align-items:flex-start}.pro-shell .help-cat-rail{position:sticky;top:80px;align-self:flex-start}.pro-shell .help-rail-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);padding:0 10px 8px}.pro-shell .help-cat-nav{display:flex;flex-direction:column;gap:1px}.pro-shell .help-cat{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;font-size:13px;font-weight:500;color:var(--text-2);text-align:left;transition:background .12s,color .12s}.pro-shell .help-cat:hover{background:var(--surface)}.pro-shell .help-cat.active{background:var(--surface);color:var(--text);font-weight:700}.pro-shell .help-cat__icon{font-size:14px;width:18px;text-align:center;flex-shrink:0}.pro-shell .help-cat__label{flex:1}.pro-shell .help-cat__count{font-size:10px;color:var(--text-3);font-feature-settings:"tnum" 1}.pro-shell .help-status{margin-top:24px;padding:14px 16px;background:var(--surface);border-radius:10px;border:1px solid var(--border)}.pro-shell .help-status .help-rail-eyebrow{padding:0;margin-bottom:8px}.pro-shell .help-status__row{display:flex;align-items:center;gap:8px}.pro-shell .help-status__dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 6px var(--accent)}.pro-shell .help-status__label{font-size:12.5px;font-weight:600}.pro-shell .help-status__sub{font-size:11px;color:var(--text-3);margin-top:4px}.pro-shell .help-center{min-width:0}.pro-shell .help-section{margin-bottom:32px}.pro-shell .help-section:last-child{margin-bottom:0}.pro-shell .help-pill{display:inline-flex;align-items:center;gap:4px;font-size:9.5px;font-weight:800;letter-spacing:.12em;padding:2px 7px;border-radius:3px;text-transform:uppercase}.pro-shell .help-pill--new{background:rgba(0,229,160,.15);color:var(--accent)}.pro-shell .help-pill--improved{background:rgba(83,157,245,.15);color:var(--blue)}.pro-shell .help-pill--fixed{background:rgba(214,179,95,.15);color:var(--gold)}.pro-shell .help-pill--pop{background:rgba(255,164,43,.15);color:var(--orange)}.pro-shell .help-disabled-link{margin-left:auto;font-size:12px;color:var(--text-3);font-weight:600;background:none;padding:0;cursor:not-allowed}.pro-shell .help-start-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:14px}.pro-shell .help-start-hero{padding:0;overflow:hidden;background:linear-gradient(135deg,rgba(0,229,160,.08),var(--surface));border:1px solid rgba(0,229,160,.2);display:block;transition:transform .12s,border-color .12s}.pro-shell .help-start-hero:hover{transform:translateY(-2px);border-color:rgba(0,229,160,.45)}.pro-shell .help-start-hero__art{height:140px;background:linear-gradient(135deg,#0a3d2e,#062019);position:relative;overflow:hidden}.pro-shell .help-start-hero__art svg{width:100%;height:100%;display:block}.pro-shell .help-start-hero__body{padding:20px}.pro-shell .help-start-hero__head{display:flex;gap:8px;align-items:center;margin-bottom:6px}.pro-shell .help-start-hero__meta{font-size:11px;color:var(--text-3)}.pro-shell .help-start-hero__title{font-size:18px;font-weight:800;letter-spacing:-.01em}.pro-shell .help-start-hero__excerpt{font-size:13px;color:var(--text-2);margin-top:6px;line-height:1.5}.pro-shell .help-start-hero__cta{display:inline-flex;align-items:center;margin-top:14px}.pro-shell .help-start-secondary{display:flex;flex-direction:column;gap:10px}.pro-shell .help-mini{padding:14px;display:block;transition:background .12s}.pro-shell .help-mini:hover{background:var(--surface-2)}.pro-shell .help-mini__head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.pro-shell .help-mini__icon{font-size:13px}.pro-shell .help-mini__cat{font-size:10.5px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em}.pro-shell .help-mini__title{font-size:14px;font-weight:700;line-height:1.3}.pro-shell .help-mini__foot{font-size:11px;color:var(--text-3);margin-top:6px}.pro-shell .help-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.pro-shell .help-topic{padding:16px;text-align:left;display:flex;flex-direction:column;gap:6px;transition:background .12s,transform .12s}.pro-shell .help-topic:hover{background:var(--surface-2);transform:translateY(-2px)}.pro-shell .help-topic__head{display:flex;align-items:center;justify-content:space-between}.pro-shell .help-topic__icon{font-size:24px}.pro-shell .help-topic__count{font-size:10.5px;color:var(--text-3);font-feature-settings:"tnum" 1}.pro-shell .help-topic__label{font-size:14px;font-weight:800;margin-top:4px}.pro-shell .help-topic__desc{font-size:12px;color:var(--text-3);line-height:1.4}.pro-shell .help-training-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.pro-shell .help-training{padding:0;overflow:hidden;display:block;transition:transform .12s}.pro-shell .help-training:hover{transform:translateY(-2px)}.pro-shell .help-training--soon{cursor:not-allowed;opacity:.85}.pro-shell .help-training__art{aspect-ratio:16/9;position:relative;background:var(--surface-3);overflow:hidden}.pro-shell .help-training__art.fire{background:linear-gradient(135deg,#2a0e0e,#5a1a1a)}.pro-shell .help-training__art.water{background:linear-gradient(135deg,#0a1d2c,#1a3550)}.pro-shell .help-training__art.gold{background:linear-gradient(135deg,#3a2c10,#6a4f1c)}.pro-shell .help-training__art.dragon{background:linear-gradient(135deg,#2c1c3a,#4f2c6a)}.pro-shell .help-training__art.electric{background:linear-gradient(135deg,#3a3010,#6a571c)}.pro-shell .help-training__art.dark{background:linear-gradient(135deg,#1a1a1a,#2c2c2c)}.pro-shell .help-training__art-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.7))}.pro-shell .help-training__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);display:grid;place-items:center;color:#fff;font-size:16px}.pro-shell .help-training__duration{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.8);font-size:10.5px;font-weight:700;padding:2px 7px;border-radius:3px;color:#fff;font-family:JetBrains Mono,monospace}.pro-shell .help-training__kind{position:absolute;top:8px;left:8px;background:rgba(0,0,0,.7);color:#fff;font-size:9px;font-weight:800;letter-spacing:.1em;padding:2px 6px;border-radius:3px;text-transform:uppercase}.pro-shell .help-training__kind.course{background:var(--gold);color:#000}.pro-shell .help-training__body{padding:12px 14px 14px}.pro-shell .help-training__title{font-size:13.5px;font-weight:700;line-height:1.3}.pro-shell .help-training__desc{font-size:11.5px;color:var(--text-3);margin-top:4px;line-height:1.4}.pro-shell .help-training__level{font-size:10px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;margin-top:8px}.pro-shell .help-article-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-shell .help-article{padding:18px;display:flex;flex-direction:column;gap:10px;height:100%;transition:background .12s,transform .12s}.pro-shell .help-article:hover{background:var(--surface-2);transform:translateY(-2px)}.pro-shell .help-article__head{display:flex;align-items:center;gap:8px}.pro-shell .help-article__cat-icon{font-size:14px}.pro-shell .help-article__cat-label{font-size:11px;font-weight:700;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em}.pro-shell .help-article__title{font-size:15px;font-weight:800;letter-spacing:-.01em;line-height:1.3}.pro-shell .help-article__excerpt{font-size:12.5px;color:var(--text-2);line-height:1.5;flex:1}.pro-shell .help-article__foot{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--text-3);margin-top:auto}.pro-shell .help-clear{margin-left:auto;background:none;padding:0;font-size:12px;color:var(--accent);font-weight:600}.pro-shell .help-empty{padding:40px;text-align:center}.pro-shell .help-empty__icon{font-size:32px;margin-bottom:8px}.pro-shell .help-empty__title{font-size:15px;font-weight:700;margin-bottom:4px}.pro-shell .help-empty__sub{font-size:12.5px;color:var(--text-3);margin-bottom:14px}.pro-shell .help-rail{display:flex;flex-direction:column;gap:14px}.pro-shell .help-contact{padding:18px;background:linear-gradient(180deg,rgba(0,229,160,.06),transparent);border:1px solid rgba(0,229,160,.2)}.pro-shell .help-contact__title{font-size:13px;font-weight:800;margin-bottom:4px}.pro-shell .help-contact__sub{font-size:12px;color:var(--text-3);margin-bottom:14px;line-height:1.4}.pro-shell .help-contact__chat{width:100%;margin-bottom:8px}.pro-shell .help-contact__email{width:100%}.pro-shell .help-changelog{padding:0}.pro-shell .help-changelog__head{padding:14px 16px 6px;display:flex;align-items:baseline}.pro-shell .help-changelog__list{padding:4px 0 8px}.pro-shell .help-changelog__item{padding:10px 16px;border-top:1px solid var(--border)}.pro-shell .help-changelog__item:first-child{border-top:none}.pro-shell .help-changelog__row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.pro-shell .help-changelog__date{font-size:10.5px;color:var(--text-3);font-feature-settings:"tnum" 1}.pro-shell .help-changelog__title{font-size:12.5px;line-height:1.4}.pro-shell .help-community{padding:18px}.pro-shell .help-community__title{margin-bottom:10px}.pro-shell .help-community__list{display:flex;flex-direction:column;gap:10px}.pro-shell .help-community__row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--border)}.pro-shell .help-community__row:last-child{border-bottom:none}.pro-shell .help-community__ico{width:30px;height:30px;border-radius:7px;background:var(--surface-2);display:grid;place-items:center;font-size:14px;flex-shrink:0}.pro-shell .help-community__main{flex:1;min-width:0}.pro-shell .help-community__label{font-size:12.5px;font-weight:700}.pro-shell .help-community__sub{font-size:10.5px;color:var(--text-3)}.pro-shell .help-community__cta{height:24px;padding:0 10px;font-size:10px}.pro-shell .help-feedback{padding:18px;text-align:center}.pro-shell .help-feedback__title{font-size:12.5px;font-weight:700;margin-bottom:10px}.pro-shell .help-feedback__row{display:flex;gap:8px;justify-content:center}.pro-shell .help-feedback__row .btn-sm{height:30px}.pro-shell .help-back{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-3);margin-bottom:14px;padding:4px 0}.pro-shell .help-back:hover{color:var(--text)}.pro-shell .help-back__chev{display:inline-flex;align-items:center;transform:rotate(180deg)}.pro-shell .help-article-page{max-width:760px}.pro-shell .help-article-page__head{margin-bottom:24px}.pro-shell .help-article-page__crumb{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--text-3);text-transform:uppercase;letter-spacing:.1em;font-weight:700;margin-bottom:10px}.pro-shell .help-article-page__title{font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.2;margin:0}.pro-shell .help-article-page__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-3);margin-top:8px}.pro-shell .help-article-page__body{font-size:14.5px;line-height:1.7;color:var(--text-2)}.pro-shell .help-article-page__lede{font-size:16px;color:var(--text);margin:0 0 24px}.pro-shell .help-article-page__placeholder{background:var(--surface);border:1px dashed var(--border-2);border-radius:10px;padding:20px 24px}.pro-shell .help-article-page__placeholder p{margin:0 0 12px}.pro-shell .help-article-page__placeholder p:last-child{margin-bottom:0}.pro-shell .help-article-page__placeholder code{font-family:JetBrains Mono,monospace;font-size:12.5px;background:var(--surface-2);padding:1px 6px;border-radius:3px;color:var(--accent)}.pro-shell .help-article-page__placeholder-eyebrow{font-size:10.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3);margin-bottom:10px}.pro-shell .help-article-page__foot{margin-top:32px;padding-top:20px;border-top:1px solid var(--border)}.pro-shell .help-article-page__feedback{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--text-3)}@media (max-width:1180px){.pro-shell .help-grid{grid-template-columns:1fr}.pro-shell .help-cat-rail{position:static}.pro-shell .help-cat-nav{flex-direction:row;flex-wrap:wrap}.pro-shell .help-cat{flex:0 0 auto}.pro-shell .help-status{display:none}.pro-shell .help-article-grid,.pro-shell .help-start-grid{grid-template-columns:1fr}.pro-shell .help-topic-grid,.pro-shell .help-training-grid{grid-template-columns:repeat(2,1fr)}}