:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;--background:#090b0c;--surface:#101315;--surface-hover:#15191b;--surface-strong:#1a1f21;--border:#22282b;--border-strong:#323a3d;--text:#edf1ef;--text-muted:#8e9994;--text-faint:#5c6762;--accent:#68e6b2;--accent-hover:#80f1c2;--accent-muted:#68e6b21c;--danger:#ff7474;--danger-muted:#ff747417;--content-width:1180px;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--background);min-width:320px;min-height:100%}body{background:radial-gradient(circle at 50% -220px, #68e6b20e, transparent 440px), var(--background);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-header{z-index:50;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#090b0ce6;grid-template-columns:1fr auto 1fr;align-items:center;min-height:64px;padding:0 28px;display:grid;position:sticky;top:0}.brand{letter-spacing:-.02em;justify-self:start;align-items:center;gap:10px;font-size:14px;font-weight:800;display:inline-flex}.brand__mark{background:#ff6a1a14;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.brand__copy small{color:var(--text-faint);letter-spacing:.08em;font-size:8px;font-weight:650}.main-navigation{border:1px solid var(--border);background:var(--surface);border-radius:9px;gap:3px;padding:3px;display:inline-flex}.navigation-link{color:var(--text-muted);border-radius:6px;padding:8px 13px;font-size:12px;font-weight:650}.navigation-link:hover{color:var(--text)}.navigation-link--active{color:var(--text);background:var(--surface-strong)}.user-menu{align-items:center;gap:10px;display:flex}.user-menu__profile{border:1px solid #0000;border-radius:9px;align-items:center;gap:8px;padding:5px 8px 5px 5px;transition:border-color .16s,background .16s;display:flex}.user-menu__profile:hover,.user-menu__profile.active{border-color:var(--border);background:var(--surface)}.user-menu__avatar{width:27px;height:27px;color:var(--accent);background:var(--accent-muted);border:1px solid #68e6b24d;border-radius:8px;place-items:center;font-size:10px;font-weight:850;display:grid}.user-menu__name{max-width:150px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.text-button{color:var(--text-faint);cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.text-button:hover{color:var(--text)}.app-content{width:min(100%, var(--content-width));margin:0 auto;padding:52px 28px 70px}.page{min-width:0}.page-header{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px;display:flex}.page-label{color:var(--accent);letter-spacing:.16em;font-family:SFMono-Regular,Consolas,monospace;font-size:9px;font-weight:800}.page-header h1{letter-spacing:-.045em;margin:8px 0;font-size:clamp(30px,5vw,45px);line-height:1}.page-header p{max-width:570px;color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.search{border:1px solid var(--border);background:var(--surface);border-radius:9px;align-items:center;width:min(100%,310px);min-height:42px;transition:border-color .13s,background .13s;display:flex}.search:focus-within{background:var(--surface-hover);border-color:#68e6b275}.search__icon{color:var(--text-faint);margin-left:13px;font-size:18px}.search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 13px;font-size:12px}.search input::placeholder{color:var(--text-faint)}.category-filters{flex-wrap:wrap;gap:7px;margin:-5px 0 16px;display:flex}.notification-button{border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);background:var(--surface);cursor:pointer;border-radius:8px;place-items:center;font-size:12px;display:grid;position:relative}.notification-badge{border:2px solid var(--background);color:#06110b;background:var(--accent);border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:8px;font-weight:900;display:grid;position:absolute;top:-6px;right:-6px}.brand__word{letter-spacing:-.055em;color:#f2fff9;font-family:Trebuchet MS,Segoe UI,sans-serif;font-size:16px;font-weight:900}.admin-login{background:#0f1518d1;border:1px solid #68e6b233;border-radius:12px;gap:12px;max-width:420px;padding:22px;display:grid}.local-auth-form{gap:9px;margin-bottom:12px;display:grid}.local-auth-form input{min-height:40px;color:var(--text);background:#0205067a;border:1px solid #ffffff24;border-radius:8px;padding:0 11px}.auth-divider{color:var(--muted);align-items:center;gap:10px;margin:8px 0;font-size:11px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:#ffffff1a;flex:1;height:1px}.auth-dialog{width:min(100%,560px)}.auth-dialog__heading{align-items:center;gap:12px;padding-right:40px;display:flex}.auth-dialog__heading img{width:38px;height:38px}.auth-dialog__heading>div{gap:2px;display:grid}.auth-dialog__heading span{color:var(--accent);letter-spacing:.13em;font-size:8px;font-weight:850}.auth-dialog__heading h2{margin:0}.auth-method-tabs{border:1px solid var(--border);background:#0000002e;border-radius:10px;grid-template-columns:1fr 1fr;gap:4px;margin:22px 0 18px;padding:4px;display:grid}.auth-method-tab{min-height:38px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;font-size:10px;font-weight:750}.auth-method-tab--active{color:var(--text);background:var(--surface-strong);box-shadow:0 1px 4px #00000040}.local-auth-form{margin:0}.local-auth-form__title{gap:5px;margin-bottom:5px;display:grid}.local-auth-form__title strong{font-size:14px}.local-auth-form__title p{color:var(--text-muted);margin:0;font-size:9px;line-height:1.5}.local-auth-form__switches{justify-content:space-between;align-items:center;gap:12px;margin-top:3px;display:flex}.telegram-auth-panel{text-align:center;align-content:center;justify-items:center;gap:10px;min-height:265px;display:grid}.telegram-auth-panel>strong{font-size:16px}.telegram-auth-panel>p{max-width:390px;color:var(--text-muted);margin:0 0 8px;font-size:10px;line-height:1.55}.telegram-auth-panel .button{width:min(100%,350px)}.admin-login label,.admin-metric span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:800}.admin-login input{min-height:42px;color:var(--text);background:#0205067a;border:1px solid #ffffff24;border-radius:8px;padding:0 12px}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.admin-metric{background:#0f1518d1;border:1px solid #68e6b229;border-radius:12px;gap:10px;min-height:112px;padding:18px;display:grid}.admin-metric strong{color:var(--accent);font-size:24px}.admin-tools{background:#0f1518d1;border:1px solid #68e6b229;border-radius:12px;gap:16px;margin-top:22px;padding:20px;display:grid}.admin-tools h2,.admin-tools h3{margin:0}.admin-tools p{color:var(--muted);margin:6px 0 0}.admin-ban-form form{grid-template-columns:1fr 1fr auto;gap:10px;display:grid}.admin-ban-form input{min-height:40px;color:var(--text);background:#0205067a;border:1px solid #ffffff24;border-radius:8px;padding:0 10px}.admin-banned-list{gap:8px;display:grid}.admin-item-row{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.admin-item-row span{gap:3px;display:grid}.admin-item-row small{color:var(--muted)}.admin-recovery form{grid-template-columns:1fr auto;gap:10px;display:grid}.admin-recovery input{min-height:40px;color:var(--text);background:#0205067a;border:1px solid #ffffff24;border-radius:8px;padding:0 10px}.admin-recovery__result{background:#ff7e3712;border:1px solid #ff7e3747;border-radius:10px;gap:5px;padding:15px;display:grid}.admin-recovery__result strong{color:var(--accent);letter-spacing:.08em;font-family:ui-monospace,monospace;font-size:24px}.admin-recovery__result small{color:var(--text-muted)}@media (width<=900px){.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=540px){.admin-metrics,.admin-ban-form form,.admin-recovery form{grid-template-columns:1fr}}.notification-panel{z-index:80;border:1px solid var(--border-strong);background:#101315;border-radius:12px;width:min(390px,100vw - 24px);position:absolute;top:43px;right:0;overflow:hidden;box-shadow:0 24px 80px #0000008c}.notification-panel__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:15px;padding:15px;display:flex}.notification-panel__header>div:first-child{flex-direction:column;gap:3px;display:flex}.notification-panel__header span{color:var(--text-faint);letter-spacing:.08em;font-size:8px;font-weight:800}.notification-panel__header strong{font-size:14px}.notification-panel__tools{gap:6px;display:flex}.notification-panel__tools button{border:1px solid var(--border);color:var(--text-muted);background:var(--surface);cursor:pointer;border-radius:6px;padding:5px 7px;font-size:8px}.notification-list{max-height:min(480px,100vh - 150px);overflow-y:auto}.notification-empty{min-height:170px;color:var(--text-faint);place-items:center;font-size:11px;display:grid}.notification-entry,.notification-toast{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:11px;display:grid}.notification-entry{border-bottom:1px solid var(--border);padding:12px 14px;position:relative}.notification-entry--unread:before{background:var(--accent);content:"";border-radius:50%;width:4px;height:4px;position:absolute;top:17px;left:5px}.notification-thumb{border:1px solid var(--border);width:42px;height:42px;color:var(--accent);background:var(--surface-strong);border-radius:8px;place-items:center;font-size:13px;font-weight:850;display:grid;overflow:hidden}.notification-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.notification-copy b{color:var(--accent);font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.notification-copy small{color:var(--text-faint);font-size:8px}.notification-toasts{z-index:120;pointer-events:none;flex-direction:column;gap:8px;width:min(360px,100vw - 24px);display:flex;position:fixed;top:78px;right:20px}.notification-toast{pointer-events:auto;background:#101315f7;border:1px solid #68e6b24d;border-radius:11px;padding:13px;animation:.18s ease-out notification-in;box-shadow:0 18px 55px #00000080}@keyframes notification-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.category-filter{border:1px solid var(--border);min-height:32px;color:var(--text-muted);background:var(--surface);cursor:pointer;border-radius:7px;padding:0 12px;font-size:10px;font-weight:750}.category-filter:hover,.category-filter--active{color:var(--accent);background:var(--accent-muted);border-color:#68e6b273}.items-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:9px;display:grid}.item-card{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;min-height:78px;padding:14px;transition:border-color .13s,background .13s,transform .13s;display:grid;position:relative;overflow:hidden}.item-card:hover,.item-card:focus-within{border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-1px)}.item-icon{border:1px solid var(--border);background:var(--surface-strong);border-radius:9px;flex:none;place-items:center;width:56px;height:56px;display:grid;overflow:hidden}.item-icon img{object-fit:contain;width:100%;height:100%}.item-icon--fallback{color:var(--accent);background:var(--accent-muted);font-size:16px;font-weight:850}.item-card__content{flex-direction:column;gap:3px;min-width:0;display:flex}.item-card__category{color:var(--text-faint);letter-spacing:.07em;text-transform:uppercase;font-size:10px;font-weight:750}.item-card__content strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.item-card__content small{color:var(--text-faint);text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,monospace;font-size:10px;overflow:hidden}.item-card__action{color:#07110c;background:var(--accent);cursor:pointer;opacity:0;border:0;border-left:1px solid #68e6b233;justify-content:center;align-items:center;width:116px;font-size:11px;font-weight:800;transition:opacity .13s,transform .13s,background .13s;display:flex;position:absolute;inset:0 0 0 auto;transform:translate(10px)}.item-card:hover .item-card__action,.item-card:focus-within .item-card__action{opacity:1;transform:translate(0)}.item-card__action:hover{background:var(--accent-hover)}.item-card__action--tracked{color:var(--accent);background:var(--surface-strong)}.item-card__action--tracked:hover{background:var(--surface-hover)}.button{cursor:pointer;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;min-height:38px;padding:0 15px;font-size:11px;font-weight:750;transition:border-color .13s,background .13s,opacity .13s;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.5}.button--primary{color:#06110b;background:var(--accent)}.button--primary:hover{background:var(--accent-hover)}.button--secondary{border-color:var(--border);color:var(--text);background:var(--surface)}.button--secondary:hover{border-color:var(--border-strong);background:var(--surface-hover)}.button--danger:hover{border-color:#ff747466}.button--wide{width:100%}.button--small{min-height:34px;padding-inline:12px}.page-state,.empty-tracking,.auth-required{border:1px solid var(--border);background:var(--surface);text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:30px;display:flex}.page-state strong,.empty-tracking h2,.auth-required h1{margin:15px 0 0;font-size:16px}.page-state p,.empty-tracking p,.auth-required p{max-width:390px;color:var(--text-muted);margin:8px 0 20px;font-size:12px;line-height:1.55}.auth-required{background:0 0;border:0;min-height:65vh}.auth-required h1{font-size:28px}.telegram-icon,.empty-tracking__icon{width:50px;height:50px;color:var(--accent);background:var(--accent-muted);border:1px solid #68e6b240;border-radius:13px;place-items:center;font-size:12px;font-weight:900;display:grid}.tracking-list{flex-direction:column;gap:8px;display:flex}.tracking-card{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:auto minmax(160px,1fr) minmax(150px,auto) minmax(150px,auto) auto;align-items:center;gap:16px;padding:14px;display:grid}.tracking-card__identity{flex-direction:column;gap:4px;min-width:0;display:flex}.tracking-card__identity span,.tracking-card__price span{color:var(--text-faint);text-transform:uppercase;font-size:8px}.tracking-card__identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.tracking-card__price{flex-direction:column;gap:5px;display:flex}.tracking-card__price strong{font-family:SFMono-Regular,Consolas,monospace;font-size:13px}.tracking-card__actions{gap:7px;display:flex}.page-error{color:var(--danger);background:var(--danger-muted);border:1px solid #ff747433;border-radius:8px;padding:12px 14px;font-size:11px}.dialog-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000000b8;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.dialog{border:1px solid var(--border-strong);background:#101315;border-radius:14px;width:min(100%,680px);max-height:calc(100vh - 36px);padding:26px;position:relative;overflow-y:auto;box-shadow:0 30px 100px #00000080}.dialog__close{border:1px solid var(--border);width:30px;height:30px;color:var(--text-muted);background:var(--surface);cursor:pointer;border-radius:7px;place-items:center;font-size:17px;display:grid;position:absolute;top:13px;right:13px}.dialog h2{letter-spacing:-.03em;margin:17px 0 8px;font-size:21px}.dialog__description{color:var(--text-muted);margin:0 0 22px;font-size:12px;line-height:1.6}.dialog-state{min-height:48px;color:var(--text-muted);justify-content:center;align-items:center;gap:10px;margin-top:12px;font-size:11px;display:flex}.dialog-item{align-items:center;gap:13px;padding-right:35px;display:flex}.dialog-item>div{min-width:0}.dialog-item span{color:var(--text-faint);text-transform:uppercase;font-size:8px}.dialog-item h2{text-overflow:ellipsis;white-space:nowrap;margin:4px 0 0;font-size:18px;overflow:hidden}.track-form{flex-direction:column;gap:15px;margin-top:23px;display:flex}.field{flex-direction:column;gap:7px;display:flex}.field__label{color:var(--text-muted);font-size:10px;font-weight:700}.price-input{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;min-height:44px;transition:border-color .13s;display:flex}.price-input:focus-within{border-color:#68e6b27a}.price-input input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0 13px;font-family:SFMono-Regular,Consolas,monospace;font-size:14px}.price-input span{color:var(--text-faint);padding-right:13px;font-size:11px}.field-hint{color:var(--text-faint);margin:-3px 0 0;font-size:10px;line-height:1.55}.form-error{color:var(--danger);margin:0;font-size:11px;line-height:1.45}.dialog__actions{justify-content:flex-end;gap:8px;margin-top:3px;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.7s linear infinite spin}.application-loading{min-height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:13px;font-size:11px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=820px){.app-header{grid-template-columns:auto 1fr;min-height:58px;padding:0 17px}.main-navigation{z-index:60;justify-content:stretch;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 20px 60px #0000007a}.navigation-link{text-align:center;flex:1}.header-actions{justify-self:end}.app-content{padding:38px 17px 100px}.page-header{flex-direction:column;align-items:stretch;gap:20px}.search{width:100%}.tracking-card{grid-template-columns:auto minmax(0,1fr);gap:13px}.tracking-card__price,.tracking-card__actions{grid-column:2}.tracking-card__actions{flex-wrap:wrap}}@media (width<=560px){.notification-panel{width:auto;position:fixed;top:58px;left:8px;right:8px}.notification-toasts{width:calc(100vw - 16px);top:68px;right:8px}.notification-panel__header{flex-direction:column}.brand{font-size:13px}.api-status,.user-menu__name{display:none}.header-actions .button--primary{min-height:34px;padding-inline:10px;font-size:9px}.items-grid{grid-template-columns:1fr}.item-card__action{opacity:1;border:0;border-radius:7px;grid-column:1/-1;width:100%;min-height:34px;position:static;transform:none}.tracking-card__price,.tracking-card__actions{grid-column:1/-1}.tracking-card__actions .button{flex:1}.dialog{padding:22px}.price-chart__header{flex-direction:column}.price-chart__stats{justify-content:space-between;gap:8px;width:100%}.price-chart__plot{height:240px}.dialog__actions{flex-direction:column-reverse}.dialog__actions .button{width:100%}}.price-chart{border:1px solid var(--border);background:#ffffff05;border-radius:10px;margin-top:20px;padding:15px}.price-chart__header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.price-chart__header>div:first-child{flex-direction:column;gap:4px;display:flex}.price-chart__header span,.price-chart__stats dt{color:var(--text-faint);letter-spacing:.06em;font-size:13px;font-weight:750}.price-chart__header strong{font-size:19px}.price-chart__stats{gap:18px;margin:0;display:flex}.price-chart__stats div{flex-direction:column;gap:3px;display:flex}.price-chart__stats dd{color:var(--accent);margin:0;font-family:SFMono-Regular,Consolas,monospace;font-size:17px;font-weight:750}.price-chart__state{min-height:150px;color:var(--text-faint);justify-content:center;align-items:center;gap:10px;font-size:10px;display:flex}.price-chart__state--error{color:var(--danger)}.price-chart__plot{width:100%;height:270px;margin-top:10px;display:block;overflow:visible}.price-chart__grid{stroke:#ffffff0e;stroke-width:1px}.price-chart__wick{stroke-width:1.5px;vector-effect:non-scaling-stroke}.price-chart__volume{opacity:.24}.price-chart__volume--up{fill:var(--accent)}.price-chart__volume--down{fill:var(--danger)}.price-chart__axis-label,.price-chart__date-label{fill:var(--text-muted);font-family:SFMono-Regular,Consolas,monospace;font-size:21px;font-weight:750}.price-chart__date-label{font-size:18px}.price-chart__legend{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:15px;margin-top:4px;font-size:17px;font-weight:750;display:flex}.price-chart__legend span{align-items:center;gap:6px;display:inline-flex}.price-chart__legend i{border-radius:2px;width:13px;height:13px}.price-chart__legend-up{background:var(--accent)}.price-chart__legend-down{background:var(--danger)}.price-chart__legend-volume{border:1px solid var(--text-faint);opacity:.55}.tracking-card__market-price strong{color:var(--accent)}.item-card__meta{flex-wrap:wrap;align-items:baseline;gap:5px 10px;min-width:0;display:flex}.item-card__price{color:var(--accent);font-family:SFMono-Regular,Consolas,monospace;font-size:10px;font-weight:750}.profile-page{max-width:980px;margin:0 auto}.profile-hero{border:1px solid var(--border);background:linear-gradient(135deg, #68e6b214, transparent 42%), var(--surface);border-radius:16px;align-items:center;gap:22px;margin-bottom:28px;padding:26px;display:flex}.profile-hero h1{letter-spacing:-.04em;margin:5px 0 6px;font-size:clamp(27px,4vw,42px)}.profile-hero p,.profile-form p,.profile-link-flow p{color:var(--text-muted);margin:0;line-height:1.55}.profile-avatar{color:var(--accent);background:var(--accent-muted);border:1px solid #68e6b257;border-radius:12px;flex:none;place-items:center;font-weight:900;display:grid}.profile-avatar--large{width:72px;height:72px;font-size:22px}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.profile-panel{border:1px solid var(--border);background:var(--surface);border-radius:14px;min-width:0;padding:22px}.profile-panel>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.profile-panel>header span:first-child{color:var(--text-faint);letter-spacing:.14em;font-size:9px;font-weight:800}.profile-panel h2{margin:5px 0 0;font-size:19px}.status-pill{border:1px solid var(--border-strong);color:var(--text-faint);background:#ffffff06;border-radius:999px;flex:none;padding:5px 8px;font-size:9px;font-weight:750}.profile-identity-row{border:1px solid var(--border);background:#00000029;border-radius:9px;justify-content:space-between;align-items:center;gap:15px;min-height:48px;margin-bottom:16px;padding:0 13px;display:flex}.profile-identity-row span{color:var(--text-muted);font-size:11px}.profile-identity-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.profile-form,.profile-link-flow{gap:14px;display:grid}.profile-form label{gap:6px;display:grid}.profile-form label>span{color:var(--text-muted);font-size:10px;font-weight:700}.field select{border:1px solid var(--border);min-height:44px;color:var(--text);background:var(--surface);font:inherit;border-radius:8px;outline:0;padding:0 13px}.field select:focus{border-color:#68e6b27a}.profile-form input{border:1px solid var(--border-strong);width:100%;min-height:42px;color:var(--text);background:#00000038;border-radius:8px;outline:none;padding:0 12px}.profile-form input:focus{box-shadow:0 0 0 3px var(--accent-muted);border-color:#68e6b285}.profile-hint{color:var(--text-faint);line-height:1.45}.profile-auth-required{max-width:620px;margin:40px auto}@media (width<=760px){.profile-grid{grid-template-columns:1fr}.profile-hero{align-items:flex-start;padding:20px}}@media (width<=480px){.profile-hero{flex-direction:column}.profile-panel{padding:18px}}.item-card__link{min-width:0;color:inherit;align-items:center;gap:13px;text-decoration:none;display:flex}.item-card{padding-right:130px}.item-card__action{opacity:1;transform:translate(0)}.market-detail-state{min-height:420px}.market-detail__back{color:var(--text-muted);margin-bottom:18px;font-size:11px;font-weight:750;text-decoration:none;display:inline-flex}.market-detail__back:hover{color:var(--accent)}.market-detail__hero{border:1px solid var(--border);background:linear-gradient(120deg, #68e6b213, transparent 45%), var(--surface);border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:18px;padding:20px;display:grid}.market-detail__icon{border:1px solid var(--border-strong);width:76px;height:76px;color:var(--accent);background:var(--surface-strong);border-radius:13px;place-items:center;font-size:23px;font-weight:900;display:grid;overflow:hidden}.market-detail__icon img{object-fit:contain;width:100%;height:100%}.market-detail__hero h1{letter-spacing:-.035em;margin:5px 0 4px;font-size:clamp(25px,4vw,38px)}.market-rank{border:1px solid var(--border-strong);color:var(--text-muted);background:var(--surface-strong);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;margin-left:9px;padding:3px 7px;font-size:9px;font-weight:800;display:inline-flex}.market-rank--master{color:#ef944f;border-color:#ef944f6b}.market-rank--veteran{color:#a98cf5;border-color:#a98cf56b}.market-rank--stalker{color:#6ea8f4;border-color:#6ea8f46b}.market-rank--legend{color:#f2c75c;border-color:#f2c75c6b}.market-detail__hero p{color:var(--text-muted);margin:0;font-size:11px}.market-detail__layout{grid-template-columns:minmax(400px,.9fr) minmax(500px,1.45fr);align-items:start;gap:16px;display:grid}.panel{border:1px solid var(--border);background:var(--surface);border-radius:14px}.panel__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:16px 18px;display:flex}.panel__header span{color:var(--text-faint);letter-spacing:.11em;font-size:8px;font-weight:800}.panel__header h2{margin:4px 0 0;font-size:17px}.quality-filter{gap:5px;display:grid}.quality-filter select{border:1px solid var(--border-strong);min-width:120px;min-height:34px;color:var(--text);background:var(--surface-strong);border-radius:8px;outline:none;padding:0 10px}.market-lots__table-wrap{max-height:560px;overflow:auto}.market-lots__table{border-collapse:collapse;width:100%;font-size:10px}.market-lots__table th,.market-lots__table td{border-bottom:1px solid var(--border);text-align:left;white-space:nowrap;padding:12px 13px}.market-lots__table th{z-index:1;color:var(--text-faint);background:var(--surface);letter-spacing:.06em;text-transform:uppercase;font-size:8px;position:sticky;top:0}.market-lots__table tbody tr:hover{background:var(--surface-hover)}.market-lots__table td:first-child strong,.market-lots__table td:first-child small{display:block}.market-lots__table td:first-child strong{color:var(--accent);font-size:11px}.market-lots__table td:first-child small{color:var(--text-faint);margin-top:3px;font-size:8px}.quality-badge{background:var(--accent-muted);border:1px solid #68e6b238;border-radius:999px;padding:4px 7px;display:inline-flex;color:var(--accent)!important;letter-spacing:0!important}.market-lots__empty{text-align:center;place-content:center;gap:6px;min-height:250px;padding:30px;display:grid}.market-lots__empty span{max-width:300px;color:var(--text-muted);font-size:10px;line-height:1.5}.market-detail__chart-column .price-chart{margin-top:0}.price-chart__line{fill:none;stroke:var(--accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25px;vector-effect:non-scaling-stroke}.price-chart__point{fill:var(--surface);stroke:var(--accent);stroke-width:2px;vector-effect:non-scaling-stroke;transition:r .1s,fill .1s}.price-chart__point:hover{r:5px;fill:var(--accent)}.price-chart__summary,.market-overview{border:1px solid var(--border);background:var(--border);border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:12px 0 0;display:grid;overflow:hidden}.price-chart__summary div,.market-overview div{background:var(--surface-strong);gap:5px;padding:12px;display:grid}.price-chart__summary dt,.market-overview dt{color:var(--text-faint);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:800}.price-chart__summary dd,.market-overview dd{color:var(--accent);margin:0;font-size:12px;font-weight:800}.market-overview{grid-template-columns:repeat(4,minmax(0,1fr))}@media (width<=1100px){.market-detail__layout{grid-template-columns:1fr}}@media (width<=680px){.market-detail__hero{grid-template-columns:auto minmax(0,1fr)}.market-detail__hero .button{grid-column:1/-1;width:100%}.market-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.market-lots__table{min-width:610px}}.app-sidebar{border-right:1px solid var(--border);background:#0a0c0dc7;flex-direction:column;gap:24px;height:calc(100vh - 64px);padding:24px 14px 18px;display:flex;position:sticky;top:64px;overflow:auto}.sidebar-group__label{color:var(--text-faint);letter-spacing:.13em;text-transform:uppercase;padding:0 10px 7px;font-size:8px;font-weight:850}.sidebar-link{min-height:40px;color:var(--text-muted);border:1px solid #0000;border-radius:9px;align-items:center;gap:10px;padding:0 9px;font-size:10px;font-weight:700;display:flex}.sidebar-link__icon{border:1px solid var(--border);width:25px;height:25px;color:var(--text-faint);background:#ffffff05;border-radius:7px;flex:none;place-items:center;font-size:8px;font-weight:900;display:grid}.sidebar-link--active .sidebar-link__icon{color:var(--accent);border-color:#68e6b240}.release-card{border:1px solid var(--border);background:linear-gradient(145deg, #68e6b212, transparent 55%), var(--surface);border-radius:11px;gap:7px;margin-top:auto;padding:14px;display:grid}.release-card>span{color:var(--accent);letter-spacing:.13em;font-size:7px;font-weight:850}.release-card strong{font-size:10px;line-height:1.35}.release-card ul{color:var(--text-muted);gap:4px;margin:2px 0 0;padding:0;font-size:8px;list-style:none;display:grid}.release-card li:before{color:var(--accent);content:"✓";margin-right:6px}.app-body .app-content{width:min(100%, calc(var(--content-width) + 56px))}.header-context{color:var(--text-faint);align-items:center;gap:8px;font-size:9px;font-weight:650;display:inline-flex}.account-menu summary{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:10px;align-items:center;gap:9px;min-width:190px;padding:5px 7px;list-style:none;display:flex}.account-menu summary::-webkit-details-marker{display:none}.account-menu__identity{flex:1;min-width:0;display:grid}.account-menu__identity strong,.account-menu__identity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-menu__identity strong{font-size:10px}.account-menu__identity small{color:var(--text-faint);font-size:8px}.account-menu__chevron{color:var(--text-faint)}.account-menu__popover{z-index:80;border:1px solid var(--border-strong);background:var(--surface);border-radius:11px;width:210px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 20px 50px #0000006b}.account-menu__popover a,.account-menu__popover button{min-height:35px;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;padding:0 10px;font-size:9px}.account-menu__popover a{align-items:center;display:flex}.account-menu__popover a:hover,.account-menu__popover button:hover{color:var(--text);background:var(--surface-hover)}.account-menu__popover button{border-top:1px solid var(--border);color:var(--danger);margin-top:4px}.dashboard-header .button,.notifications-page .page-header .button{width:auto}.dashboard-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.dashboard-metric{border:1px solid var(--border);background:var(--surface);border-radius:13px;gap:6px;min-height:132px;padding:19px;transition:border-color .14s,transform .14s;display:grid}.dashboard-metric:hover{border-color:var(--border-strong);transform:translateY(-2px)}.dashboard-metric>span,.dashboard-panel header span{color:var(--text-faint);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:850}.dashboard-metric strong{letter-spacing:-.035em;align-self:end;font-size:25px}.dashboard-metric small{color:var(--text-muted);font-size:9px}.dashboard-metric--active strong{color:var(--accent)}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-panel{border:1px solid var(--border);background:var(--surface);border-radius:13px;min-width:0;padding:19px}.dashboard-panel>header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.dashboard-panel h2{margin:5px 0 0;font-size:16px}.dashboard-panel header>a{color:var(--text-muted);font-size:9px}.dashboard-panel header>a:hover{color:var(--accent)}.dashboard-empty{min-height:135px;color:var(--text-muted);text-align:center;place-content:center;gap:6px;display:grid}.dashboard-empty strong{color:var(--text)}.dashboard-empty p{max-width:310px;margin:0;font-size:9px;line-height:1.5}.dashboard-empty a{color:var(--accent);margin-top:5px;font-size:9px;font-weight:750}.notification-preview{background:var(--accent-muted);border:1px solid #68e6b229;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:110px;padding:14px;display:grid}.notification-preview__icon{background:var(--surface-strong);width:52px;height:52px;color:var(--accent);border-radius:9px;place-items:center;font-weight:900;display:grid;overflow:hidden}.notification-preview__icon img{object-fit:contain;width:100%;height:100%}.notification-preview p{color:var(--text-muted);margin:5px 0;font-size:9px}.notification-preview time{color:var(--text-faint);font-size:8px}.notification-preview__discount{color:var(--accent);font-size:14px;font-weight:850}.dashboard-tracking-list{display:grid}.dashboard-tracking-list a{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:14px;min-height:43px;font-size:9px;display:flex}.dashboard-tracking-list a:last-child{border-bottom:0}.dashboard-tracking-list a:hover span{color:var(--accent)}.dashboard-tracking-list strong{color:var(--text-muted);font-size:8px}.dashboard-welcome,.service-placeholder{place-content:center;justify-items:start;max-width:740px;min-height:60vh;display:grid}.dashboard-welcome h1,.service-placeholder h1{letter-spacing:-.055em;margin:10px 0;font-size:clamp(38px,7vw,68px);line-height:.95}.dashboard-welcome>p,.service-placeholder>p{max-width:560px;color:var(--text-muted);margin:0 0 20px;line-height:1.6}.dashboard-welcome .button{width:auto}.service-placeholder__visual{border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:center;gap:18px;margin-top:18px;padding:20px;display:flex}.service-placeholder__visual>span{color:var(--accent);font-size:27px;font-weight:900}.service-placeholder__visual p{color:var(--text-muted);margin:5px 0 0;font-size:9px}.shelter-page{width:min(1500px,100vw - 280px);position:relative;left:50%;transform:translate(-50%)}.shelter-page__header{margin-bottom:22px}.shelter-page__header p{max-width:680px}.shelter-tabs{scrollbar-width:thin;gap:8px;margin-bottom:14px;padding-bottom:2px;display:flex;overflow-x:auto}.shelter-tab{border:1px solid var(--border);min-width:150px;color:var(--text-muted);background:var(--surface);border-radius:10px;flex:none;gap:3px;padding:10px 13px;text-decoration:none;transition:border-color .16s,background .16s,color .16s;display:grid}.shelter-tab span{font-size:14px;font-weight:800}.shelter-tab small{color:var(--text-faint);font-size:11px}.shelter-tab:hover,.shelter-tab--active{color:var(--text);background:var(--accent-muted);border-color:#68e6b261}.shelter-tab--active small{color:var(--accent)}.shelter-table-card{border:1px solid var(--border);background:var(--surface);border-radius:15px;overflow:hidden;box-shadow:0 24px 70px #0003}.shelter-table-card__header{border-bottom:1px solid var(--border);background:linear-gradient(115deg,#68e6b20e,#0000 46%);justify-content:space-between;align-items:flex-start;gap:24px;padding:19px 21px;display:flex}.shelter-table-card__identity{align-items:flex-start;gap:13px;min-width:0;display:flex}.shelter-table-card__icon{width:42px;height:42px;color:var(--accent);background:var(--accent-muted);border:1px solid #68e6b233;border-radius:10px;flex:none;place-items:center;display:grid}.shelter-table-card h2{letter-spacing:-.035em;margin:4px 0 0;font-size:clamp(21px,2.5vw,30px)}.shelter-table-card__identity p{max-width:700px;color:var(--text-muted);margin:7px 0 0;font-size:13px;line-height:1.5}.shelter-table-card__meta{flex:none;align-items:center;gap:13px;display:flex}.shelter-table-card__meta small{color:var(--text-faint);white-space:nowrap;font-size:10px}.shelter-table-card__contact{align-items:center;gap:7px;width:auto;min-height:36px;padding:0 13px;display:inline-flex}.shelter-table-toolbar{border-bottom:1px solid var(--border);background:#07090a8c;justify-content:space-between;align-items:center;gap:18px;min-height:61px;padding:10px 13px;display:flex}.shelter-table-search{border:1px solid var(--border);width:min(100%,430px);min-height:39px;color:var(--text-faint);background:#0205068c;border-radius:9px;align-items:center;gap:9px;padding:0 10px;display:flex}.shelter-table-search:focus-within{color:var(--accent);border-color:#68e6b26b;box-shadow:0 0 0 3px #68e6b20e}.shelter-table-search input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.shelter-table-search input::placeholder{color:var(--text-faint)}.shelter-table-search input::-webkit-search-cancel-button{display:none}.shelter-table-search button{width:25px;height:25px;color:var(--text-faint);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.shelter-table-search button:hover{color:var(--text);background:var(--surface-hover)}.shelter-table-toolbar__stats{color:var(--text-faint);white-space:nowrap;align-items:baseline;gap:5px;font-size:8px;display:flex}.shelter-table-toolbar__stats strong{color:var(--accent);font-size:13px}.shelter-table-toolbar__stats i{background:var(--border-strong);border-radius:50%;width:3px;height:3px;margin:0 5px}.shelter-table-wrap{scrollbar-color:var(--border-strong) transparent;scrollbar-width:thin;outline:none;max-height:min(68vh,820px);overflow:auto}.shelter-table-wrap:focus-visible{box-shadow:inset 0 0 0 1px #68e6b24d}.shelter-table{border-spacing:0;border-collapse:separate;table-layout:auto;font-variant-numeric:tabular-nums;width:max(100%,760px)}.shelter-table th,.shelter-table td{min-width:112px;max-width:310px;color:var(--text-muted);text-align:left;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #22282bc7;border-right:1px solid #22282bc7;padding:9px 12px;font-size:10px;line-height:1.35;overflow:hidden}.shelter-table th{z-index:4;height:37px;color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase;background:#121618;font-size:9px;font-weight:850;position:sticky;top:0}.shelter-table tbody tr:nth-child(2n) td{background:#ffffff03}.shelter-table tbody tr:hover td{color:var(--text);background:#68e6b20b}.shelter-table th:first-child,.shelter-table td:first-child{z-index:2;min-width:155px;color:var(--text);box-shadow:1px 0 0 var(--border);background:#101315;font-weight:760;position:sticky;left:0}.shelter-table th:first-child{z-index:5;background:#121618}.shelter-table tbody tr:nth-child(2n) td:first-child{background:#111517}.shelter-table tbody tr:hover td:first-child{background:#141d1a}.shelter-table td:last-child,.shelter-table th:last-child{border-right:0}.shelter-table tbody tr:last-child td{border-bottom:0}.shelter-table td.shelter-table__number{color:var(--accent);text-align:right;font-weight:850}.shelter-table td.shelter-table__empty-cell{color:var(--text-faint)}.shelter-table-empty{min-height:300px;color:var(--text-faint);text-align:center;place-content:center;justify-items:center;gap:8px;padding:30px;display:grid}.shelter-table-empty strong{color:var(--text);font-size:15px}.shelter-table-empty p{max-width:420px;margin:0;font-size:12px;line-height:1.5}.shelter-table-empty button{border:1px solid var(--border);color:var(--text);background:var(--surface-hover);cursor:pointer;border-radius:8px;margin-top:6px;padding:8px 12px}.shelter-calculator__controls{border-bottom:1px solid var(--border);background:#07090a94;grid-template-columns:auto minmax(260px,430px) 1fr;align-items:center;gap:14px;min-height:67px;padding:12px 15px;display:grid}.shelter-calculator .page-label{font-size:10px}.shelter-calculator .button{font-size:12px}.shelter-view-switch{border:1px solid var(--border);background:#0205068c;border-radius:10px;gap:3px;padding:3px;display:flex}.shelter-view-switch button{min-height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;padding:0 11px;font-size:12px;font-weight:800;display:inline-flex}.shelter-view-switch button:hover{color:var(--text)}.shelter-view-switch button.is-active{color:var(--text);background:var(--accent-muted);box-shadow:inset 0 0 0 1px #68e6b233}.shelter-calculator__count{color:var(--text-faint);justify-self:end;align-items:baseline;gap:5px;font-size:11px;display:flex}.shelter-calculator__count strong{color:var(--accent);font-size:18px}.shelter-workspace{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px;padding:16px;display:grid}.shelter-resource-list{scrollbar-color:var(--border-strong) transparent;scrollbar-width:thin;gap:7px;max-height:min(68vh,760px);padding-right:5px;display:grid;overflow-y:auto}.shelter-resource-row{border:1px solid var(--border);background:#070a0b8c;border-radius:10px;grid-template-columns:minmax(170px,1fr) 145px 135px;align-items:center;gap:13px;min-height:62px;padding:9px 11px 9px 14px;transition:border-color .14s,background .14s;display:grid}.shelter-resource-row:hover{border-color:var(--border-strong);background:#ffffff06}.shelter-resource-row.is-selected{background:#68e6b20b;border-color:#68e6b252}.shelter-resource-row__identity{align-items:center;gap:10px;min-width:0;display:flex}.shelter-resource-row__identity>span{gap:4px;min-width:0;display:grid}.shelter-resource-row__identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;overflow:hidden}.shelter-resource-row__identity small{color:var(--accent);font-size:12px;font-weight:800}.shelter-item-icon{object-fit:contain;border:1px solid var(--border);background:#ffffff06;border-radius:9px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.shelter-item-icon--compact{border-radius:7px;flex-basis:28px;width:28px;height:28px}.shelter-item-icon--empty{color:var(--text-faint)}.shelter-quantity{border:1px solid var(--border);background:#020506a6;border-radius:9px;grid-template-columns:34px minmax(48px,1fr) 34px;min-height:36px;display:grid;overflow:hidden}.shelter-quantity button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:grid}.shelter-quantity button:hover:not(:disabled){color:var(--text);background:var(--surface-hover)}.shelter-quantity button:disabled{opacity:.28;cursor:default}.shelter-quantity input{border:0;border-right:1px solid var(--border);border-left:1px solid var(--border);min-width:0;color:var(--text);text-align:center;font-variant-numeric:tabular-nums;background:0 0;outline:none;padding:0 3px;font-size:15px;font-weight:850}.shelter-quantity input::-webkit-inner-spin-button{appearance:none;margin:0}.shelter-quantity input::-webkit-outer-spin-button{appearance:none;margin:0}.shelter-quantity:focus-within{border-color:#68e6b26b;box-shadow:0 0 0 3px #68e6b20e}.shelter-resource-row__total{font-variant-numeric:tabular-nums;justify-items:end;gap:4px;display:grid}.shelter-resource-row__total small{color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase;font-size:10px}.shelter-resource-row__total strong{white-space:nowrap;font-size:15px}.shelter-resource-row:not(.is-selected) .shelter-resource-row__total strong{color:var(--text-faint)}.shelter-receipt{background:linear-gradient(145deg,#68e6b213,#080b0cf0 45%);border:1px solid #68e6b238;border-radius:13px;display:grid;position:sticky;top:18px;overflow:hidden;box-shadow:0 18px 48px #00000038}.shelter-receipt>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:17px;display:flex}.shelter-receipt h3{margin:5px 0 0;font-size:21px}.shelter-receipt>header>button{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:#02050666;border-radius:8px;place-items:center;padding:0;display:grid}.shelter-receipt>header>button:hover{color:#ed7f7f;border-color:#ed7f7f59}.shelter-receipt__empty{min-height:190px;color:var(--text-faint);text-align:center;place-content:center;justify-items:center;gap:10px;padding:25px;display:grid}.shelter-receipt__empty p{max-width:220px;margin:0;font-size:12px;line-height:1.5}.shelter-receipt__items{scrollbar-width:thin;max-height:300px;display:grid;overflow-y:auto}.shelter-receipt__items>div{border-bottom:1px solid #22282bb8;justify-content:space-between;align-items:center;gap:12px;padding:10px 15px;display:flex}.shelter-receipt__items span{text-overflow:ellipsis;white-space:nowrap;flex:auto;gap:3px;min-width:0;font-size:12px;font-weight:750;display:grid;overflow:hidden}.shelter-receipt__items small{color:var(--text-faint);font-size:10px;font-weight:500}.shelter-receipt__items strong{color:var(--accent);white-space:nowrap;flex:none;font-size:12px}.shelter-receipt>footer{border-top:1px solid var(--border);background:#02050657;gap:8px;padding:15px;display:grid}.shelter-receipt__summary{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:5px;display:flex}.shelter-receipt__summary span{color:var(--text-muted);font-size:11px}.shelter-receipt__summary strong{color:var(--accent);font-variant-numeric:tabular-nums;font-size:25px}.shelter-receipt__copy,.shelter-receipt__contact{text-align:center;justify-content:center;align-items:center;gap:7px;width:100%;min-height:39px;display:inline-flex}.shelter-receipt__copy:disabled{opacity:.42;cursor:default}.shelter-price-grid{background:var(--border);scrollbar-width:thin;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1px;max-height:min(68vh,790px);padding:1px;display:grid;overflow-y:auto}.shelter-price-grid>div{background:#101315;justify-content:space-between;align-items:center;gap:14px;min-width:0;min-height:43px;padding:9px 13px;display:flex}.shelter-price-grid>div:hover{background:#14191b}.shelter-price-grid span{min-width:0;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:13px;overflow:hidden}.shelter-price-grid strong{color:var(--accent);font-variant-numeric:tabular-nums;flex:none;font-size:14px}.shelter-price-grid__hint{color:var(--text-faint);background:var(--surface);text-align:center;grid-column:1/-1;margin:0;padding:10px;font-size:11px}.shelter-table-empty--compact{min-height:260px}.shelter-admin>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.shelter-admin__layout{grid-template-columns:220px minmax(0,1fr);gap:16px;display:grid}.shelter-admin__list{align-content:start;gap:7px;display:grid}.shelter-admin__list-item{border:1px solid var(--border);color:var(--text);text-align:left;cursor:pointer;background:#02050670;border-radius:9px;gap:4px;padding:11px;display:grid}.shelter-admin__list-item small{color:var(--text-muted)}.shelter-admin__list-item--active{background:#ff7e3714;border-color:#ff7e3780}.shelter-editor{gap:14px;min-width:0;display:grid}.shelter-editor__fields{grid-template-columns:1fr 1fr 110px;gap:10px;display:grid}.shelter-editor__fields label{color:var(--text-muted);align-content:start;gap:5px;font-size:12px;display:grid}.shelter-editor__fields input,.shelter-editor__fields textarea{border:1px solid var(--border);width:100%;min-height:40px;color:var(--text);background:#0205067a;border-radius:8px;padding:9px 10px}.shelter-editor__description{grid-column:span 2}.shelter-editor__published{align-items:center;padding-top:20px;display:flex!important}.shelter-editor__published input{width:auto;min-height:0}.shelter-editor__toolbar,.shelter-editor__actions{align-items:center;gap:8px;display:flex}.shelter-editor__toolbar button{border:1px solid var(--border);color:var(--text);background:var(--surface-elevated);cursor:pointer;border-radius:8px;padding:8px 11px}.shelter-editor__toolbar span{color:var(--text-muted);margin-left:auto}.shelter-editor__grid-wrap{border:1px solid var(--border);border-radius:10px;max-width:100%;overflow:auto}.shelter-editor__grid{border-collapse:collapse;min-width:680px}.shelter-editor__grid th{min-width:64px;color:var(--text-muted);background:#ffffff06;padding:6px}.shelter-editor__grid th button{color:#ed7f7f;cursor:pointer;background:0 0;border:0;margin-left:6px}.shelter-editor__grid td,.shelter-editor__grid th{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.shelter-editor__grid textarea{resize:vertical;width:100%;min-width:130px;min-height:62px;color:var(--text);background:#02050659;border:0;outline:none;padding:8px;display:block}.shelter-editor__grid textarea:focus{box-shadow:inset 0 0 0 1px var(--accent)}.shelter-editor__actions{justify-content:flex-end}.button--danger{color:#ffc0c0;background:#ed7f7f14;border-color:#ed7f7f59}@media (width<=900px){.shelter-page{width:min(100%,100vw - 32px)}.shelter-admin__layout{grid-template-columns:1fr}.shelter-admin__list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.shelter-editor__fields{grid-template-columns:1fr}.shelter-editor__description{grid-column:auto}.shelter-table-card__header,.shelter-admin>header{flex-direction:column}.shelter-table-card__meta{justify-content:space-between;width:100%}.shelter-calculator__controls{grid-template-columns:1fr auto}.shelter-calculator__controls .shelter-table-search{grid-area:2/1/auto/-1;width:100%}.shelter-workspace{grid-template-columns:1fr}.shelter-receipt{grid-row:1;position:static}.shelter-receipt__empty{min-height:120px}}@media (width<=620px){.shelter-table-toolbar{flex-direction:column;align-items:stretch;gap:9px}.shelter-table-search{width:100%}.shelter-table-toolbar__stats{padding:0 3px}.shelter-table-card__header{padding:17px}.shelter-table-card__identity{gap:10px}.shelter-table-card__icon{width:36px;height:36px}.shelter-table-card__meta{flex-direction:column;align-items:stretch}.shelter-table-card__contact{justify-content:center}.shelter-table-wrap{max-height:62vh}.shelter-table th,.shelter-table td{min-width:100px;padding:9px 10px}.shelter-table th:first-child,.shelter-table td:first-child{min-width:135px}.shelter-calculator__controls{flex-direction:column;align-items:stretch;display:flex}.shelter-calculator__count{justify-self:auto}.shelter-view-switch{width:100%}.shelter-view-switch button{flex:1;justify-content:center}.shelter-workspace{padding:10px}.shelter-resource-row{grid-template-columns:minmax(0,1fr) 128px;gap:9px;padding:10px}.shelter-resource-row__identity{grid-column:1}.shelter-quantity{grid-area:1/2}.shelter-resource-row__total{align-items:center;justify-items:auto;border-top:1px solid var(--border);grid-area:2/1/auto/-1;grid-template-columns:1fr auto;padding-top:8px}.shelter-price-grid{grid-template-columns:1fr;max-height:64vh}}.alive-empty-state{text-align:center;place-content:center;justify-items:center;gap:9px;min-height:430px;padding:30px;display:grid}.alive-empty-state>span{color:var(--accent);font-size:36px}.alive-empty-state>strong{font-size:22px}.alive-empty-state>p{max-width:430px;color:var(--text-muted);margin:0 0 8px;font-size:10px;line-height:1.55}.alive-empty-state .button{width:auto}.notification-history{gap:7px;display:grid}.notification-history__item{border:1px solid var(--border);background:var(--surface);border-radius:10px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;min-height:66px;padding:12px 15px;display:grid}.notification-history__item--unread{background:var(--accent-muted);border-color:#68e6b23d}.notification-history__item div{gap:4px;display:grid}.notification-history__item small{color:var(--text-faint);font-size:8px}.notification-history__item>strong{color:var(--accent);font-size:10px}.notification-history__item>em{color:var(--accent);font-size:10px;font-style:normal;font-weight:850}@media (width<=900px){.app-body{grid-template-columns:1fr;padding-bottom:64px}.app-sidebar{z-index:60;border-top:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#090b0cf5;border-right:0;height:62px;padding:7px 10px;display:block;position:fixed;inset:auto 0 0;overflow-x:auto}.app-sidebar .sidebar-group:first-child{justify-content:center;min-width:max-content;display:flex}.app-sidebar .sidebar-group:not(:first-child),.sidebar-group__label,.release-card{display:none}.sidebar-link{min-height:46px;padding:0 10px}.sidebar-link__icon{width:24px;height:24px}.header-context{display:none}.app-header{grid-template-columns:1fr auto}.dashboard-metrics,.dashboard-grid{grid-template-columns:1fr}}@media (width<=620px){.brand__copy small,.account-menu__identity,.account-menu__chevron{display:none}.account-menu summary{min-width:0}.sidebar-link>span:last-child{display:none}.sidebar-link{padding:0 7px}.notification-history__item{grid-template-columns:minmax(0,1fr) auto}.notification-history__item>em{display:none}}.item-card__favorite{z-index:2;border:1px solid var(--border);width:27px;height:27px;color:var(--text-muted);background:var(--surface-strong);cursor:pointer;border-radius:8px;place-items:center;padding:0;font-size:14px;display:grid;position:absolute;top:7px;right:122px}.item-card__favorite:hover,.item-card__favorite--active{color:var(--accent);border-color:#68e6b24d}.item-card__content strong{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.market-detail__actions{align-items:center;gap:8px;display:flex}.market-detail__actions .button{white-space:nowrap;width:auto}.favorite-button{border:1px solid var(--border-strong);min-height:38px;color:var(--text-muted);background:var(--surface-strong);cursor:pointer;border-radius:8px;padding:0 13px;font-size:9px;font-weight:750}.favorite-button:hover,.favorite-button--active{color:var(--accent);background:var(--accent-muted);border-color:#68e6b24d}.favorite-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:10px;display:grid}.favorite-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;position:relative}.favorite-card>a{align-items:center;gap:13px;min-height:94px;padding:14px 55px 14px 14px;display:flex}.favorite-card__icon{border:1px solid var(--border);width:60px;height:60px;color:var(--accent);background:var(--surface-strong);border-radius:10px;flex:none;place-items:center;font-weight:900;display:grid;overflow:hidden}.favorite-card__icon img{object-fit:contain;width:100%;height:100%}.favorite-card>a>div{gap:5px;min-width:0;display:grid}.favorite-card small{color:var(--text-faint);text-transform:uppercase;font-size:8px;font-weight:800}.favorite-card strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.favorite-card a span:last-child{color:var(--text-muted);font-size:8px}.favorite-card>button{width:30px;height:30px;color:var(--accent);background:var(--accent-muted);cursor:pointer;border:1px solid #68e6b240;border-radius:8px;padding:0;position:absolute;top:13px;right:13px}@media (width<=680px){.market-detail__actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.market-detail__actions .button,.favorite-button{width:100%}.item-card{padding-bottom:60px;padding-right:14px}.item-card__action{border:0;border-radius:8px;width:auto;min-height:38px;inset:auto 14px 10px}.item-card__favorite{top:9px;right:9px}}.track-tolerance-range{width:100%;accent-color:var(--accent,#f07a45)}.subscription-required{text-align:center;place-content:center;justify-items:center;gap:12px;min-height:66vh;display:grid}.subscription-required__icon{color:#f07a45;background:#f07a4517;border:1px solid #f07a4559;border-radius:18px;place-items:center;width:64px;height:64px;display:grid}.subscription-required h1{margin:6px 0 0;font-size:clamp(30px,4vw,48px)}.subscription-required p{max-width:560px;color:var(--text-muted);margin:0 0 8px;line-height:1.6}.access-page{gap:22px;display:grid}.access-page .page-header{margin-bottom:4px}.access-status,.access-order,.referral-card,.access-plan,.admin-access-unlock{border:1px solid var(--border);background:var(--surface);border-radius:16px}.access-status{align-items:center;gap:14px;padding:18px 20px;display:flex}.access-status--active{color:var(--accent);border-color:#68e6b259}.access-status>div{flex:1;gap:4px;min-width:0;display:grid}.access-status strong{color:var(--text);font-size:16px}.access-status span{color:var(--text-muted);font-size:13px}.access-plans{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;display:grid}.access-plan{gap:16px;padding:24px;display:grid}.access-plan>span,.referral-card__heading span,.access-order>div>span{color:#f07a45;letter-spacing:.12em;font-size:11px;font-weight:850}.access-plan h2,.referral-card h2{margin:0;font-size:22px}.access-plan>strong{color:#f07a45;font-size:28px}.access-plan ul{color:var(--text-muted);margin:0;padding-left:20px;font-size:13px;line-height:1.8}.access-order{justify-content:space-between;align-items:center;gap:18px;padding:22px;display:flex}.access-order>div{gap:6px;display:grid}.access-order strong{font-size:25px}.access-order small{color:var(--text-muted);font-size:13px}.access-order__actions,.admin-billing__order-actions{flex-wrap:wrap;gap:8px;display:flex}.referral-card{gap:17px;padding:24px;display:grid}.referral-card__heading{align-items:center;gap:13px;display:flex}.referral-card__heading>div{gap:5px;display:grid}.referral-card p{color:var(--text-muted);margin:0;line-height:1.6}.referral-link{border:1px solid var(--border);background:#050708;border-radius:10px;gap:10px;padding:9px;display:flex}.referral-link code{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;padding:9px;font-size:13px;overflow:hidden}.referral-link button{background:var(--surface-strong);color:var(--text);cursor:pointer;border:0;border-radius:7px;align-items:center;gap:7px;padding:0 13px;display:inline-flex}.referral-metrics{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.referral-metrics>span{border:1px solid var(--border);border-radius:10px;gap:7px;padding:15px;display:grid}.referral-metrics small{color:var(--text-muted);font-size:11px}.referral-metrics strong{font-size:20px}.admin-access-unlock{padding:16px 18px}.admin-access-unlock summary{cursor:pointer;color:var(--text-muted);align-items:center;gap:8px;font-size:12px;display:flex}.admin-access-unlock form{grid-template-columns:1fr auto;gap:9px;margin-top:14px;display:grid}.admin-access-unlock input{border:1px solid var(--border);min-height:40px;color:var(--text);background:#050708;border-radius:8px;padding:0 11px}.access-rules{border:1px solid var(--border);background:var(--surface);border-radius:16px;gap:18px;padding:24px;display:grid}.access-rules h2{margin:6px 0 0;font-size:23px}.access-rules ol{counter-reset:access-step;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;list-style:none;display:grid}.access-rules li{counter-increment:access-step;border:1px solid var(--border);border-radius:11px;grid-template-columns:32px 1fr;gap:4px 10px;padding:15px;display:grid}.access-rules li:before{content:counter(access-step);color:#f07a45;background:#f07a4521;border-radius:8px;grid-row:1/3;align-self:start;place-items:center;width:28px;height:28px;font-weight:850;display:grid}.access-rules li strong{font-size:14px}.access-rules li span,.access-rules>p{color:var(--text-muted);font-size:13px;line-height:1.55}.access-rules>p{margin:0}.admin-billing{gap:18px;display:grid}.profile-public-id{border:1px solid var(--border);background:#090c0d;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;padding:12px 14px;display:flex}.profile-public-id span{color:var(--text-muted);font-size:13px}.profile-public-id strong{color:#f07a45;letter-spacing:.06em;font-size:18px}.profile-public-id .button{min-height:36px;margin-left:auto}.admin-billing>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.admin-billing>header .button{align-items:center;gap:7px;display:inline-flex}.admin-billing__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.admin-billing__metrics>span{border:1px solid var(--border);background:#090c0d;border-radius:11px;gap:7px;padding:16px;display:grid}.admin-billing__metrics small{color:var(--text-muted);font-size:12px}.admin-billing__metrics strong{color:#f07a45;font-size:20px}.admin-billing__form{border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(3,minmax(160px,1fr));gap:12px;padding:18px;display:grid}.admin-billing__form h3{grid-column:1/-1;margin:0 0 4px}.admin-billing__form label{color:var(--text-muted);gap:6px;font-size:12px;display:grid}.admin-billing__form input,.admin-billing__form select,.admin-billing__queue input,.admin-billing__queue select{border:1px solid var(--border);min-height:42px;color:var(--text);background:#050708;border-radius:8px;padding:0 11px}.admin-billing__form .admin-check{align-items:center;gap:8px;display:flex}.admin-billing__form .admin-check input{min-height:auto}.admin-billing__operators{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.admin-billing__operators span{color:var(--text-muted);background:#090c0d;border-radius:8px;align-items:center;gap:6px;padding:8px 10px;font-size:12px;display:inline-flex}.admin-billing__queue{border:1px solid var(--border);border-radius:12px;gap:11px;padding:18px;display:grid}.admin-billing__queue h3,.admin-billing__queue p{margin:0}.admin-billing__queue>label{max-width:360px;color:var(--text-muted);gap:6px;font-size:12px;display:grid}.admin-billing__queue article{border:1px solid var(--border);background:#090c0d;border-radius:10px;grid-template-columns:minmax(220px,1fr) minmax(160px,260px) auto;align-items:center;gap:10px;padding:13px;display:grid}.admin-billing__queue article>div{gap:5px;display:grid}.admin-billing__queue article small{color:var(--text-muted)}.admin-billing__user-search>p{color:var(--text-muted);line-height:1.5}.admin-billing__user-search>form{grid-template-columns:minmax(240px,1fr) auto;gap:10px;display:grid}.admin-billing__user-search>form .button{align-items:center;gap:7px;display:inline-flex}.admin-billing__user-search article{grid-template-columns:minmax(220px,1fr) auto}.admin-billing__payout-open{grid-template-columns:minmax(220px,320px) auto;align-items:end;gap:10px;display:grid}.admin-billing__payout-open p{color:var(--text-muted);grid-column:1/-1;line-height:1.55}.admin-billing__free-access p{color:var(--text-muted);line-height:1.55}.admin-billing__free-access p strong{color:var(--accent)}.admin-billing__free-controls{grid-template-columns:minmax(110px,180px) minmax(120px,180px) auto auto;align-items:end;gap:10px;display:grid}.admin-billing__free-controls label{color:var(--text-muted);gap:6px;font-size:12px;display:grid}.admin-billing__free-controls input,.admin-billing__free-controls select{border:1px solid var(--border);min-height:42px;color:var(--text);background:#050708;border-radius:8px;padding:0 11px}@media (width<=640px){.access-order{flex-direction:column;align-items:stretch}.referral-link{flex-direction:column}.referral-link button{justify-content:center;min-height:38px}.referral-metrics,.admin-access-unlock form,.access-rules ol,.admin-billing__metrics,.admin-billing__form{grid-template-columns:1fr}.admin-billing__form h3,.admin-billing__operators{grid-column:auto}.admin-billing__queue article,.admin-billing__payout-open,.admin-billing__free-controls{grid-template-columns:1fr}.admin-billing__payout-open p{grid-column:auto}}:root{--background:#08090a;--surface:#0d0f11;--surface-hover:#121519;--surface-strong:#171b20;--border:#20242a;--border-strong:#30363e;--text:#f4f3f1;--text-muted:#a8a7a3;--text-faint:#737571;--accent:#ff7138;--accent-hover:#ff8654;--accent-muted:#ff71381c;--success:#70e6ac;--success-muted:#70e6ac1c;--danger:#ff6868;--danger-muted:#ff68681a;--warning:#f0c36a;--content-width:1360px;--radius-xs:7px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--header-height:72px;--sidebar-width:252px;--ease-out:cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth;background:var(--background)}body{color:var(--text);background:radial-gradient(circle at 78% -20%,#ff713809,#0000 34rem),#08090a;font-size:16px;line-height:1.55}button,input,select,textarea{font:inherit}small{font-size:14px;line-height:1.45}p{line-height:1.65}::selection{color:#150804;background:#ff7138}:focus-visible{outline-offset:3px;outline:2px solid #ff7138e6}*{scrollbar-width:thin;scrollbar-color:#30343a #0a0c0e}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#0a0c0e}::-webkit-scrollbar-thumb{background:#30343a;border:2px solid #0a0c0e;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#434952}.application-loading--redesign{z-index:999;background:radial-gradient(circle at 50% 43%,#ff71381c,#0000 18rem),#08090a;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:100vh;display:flex;position:fixed;inset:0}.application-loading__brand{background:#ff713813;border:1px solid #ff71382e;border-radius:18px;place-items:center;width:62px;height:62px;display:grid;box-shadow:0 18px 60px #00000061}.application-loading__brand img{width:39px;height:39px}.application-loading__copy{text-align:center;gap:3px;display:grid}.application-loading__copy strong{letter-spacing:-.025em;font-size:19px}.application-loading__copy small{color:var(--text-muted);font-size:14px}.application-loading__line{background:#1c2024;border-radius:999px;width:150px;height:2px;overflow:hidden}.application-loading__line i{border-radius:inherit;background:var(--accent);width:45%;height:100%;animation:stalzone-loading 1.15s var(--ease-out) infinite alternate;display:block}@keyframes stalzone-loading{0%{transform:translate(-15%)}to{transform:translate(140%)}}.app-shell{min-height:100vh}.app-header{z-index:100;min-height:var(--header-height);-webkit-backdrop-filter:blur(22px)saturate(130%);backdrop-filter:blur(22px)saturate(130%);background:#08090ade;border-bottom:1px solid #fff1;grid-template-columns:minmax(240px,1fr) auto minmax(240px,1fr);align-items:center;padding:0 26px;display:grid;position:sticky;top:0}.app-header--home{padding-left:max(26px,50vw - 694px);padding-right:max(26px,50vw - 694px)}.app-body{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:calc(100vh - var(--header-height));display:grid}.app-body--home{min-height:auto;display:block}.app-content{min-width:0}.app-content--home{width:100%;max-width:none;padding:0}.brand{width:fit-content;color:var(--text);justify-self:start;align-items:center;gap:11px;transition:opacity .15s;display:inline-flex;position:relative}.brand:hover{opacity:.88}.brand__mark{background:linear-gradient(145deg,#ff713821,#ff713809);border:1px solid #ff71381c;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid;position:relative}.brand__mark:after{content:"";z-index:-1;filter:blur(12px);opacity:0;background:#ff713833;border-radius:50%;transition:opacity .18s;position:absolute;inset:8px}.brand:hover .brand__mark:after{opacity:1}.brand__mark img{width:28px;height:28px}.brand__copy{gap:0;display:grid}.brand__word{color:#f6f5f2;letter-spacing:-.035em;font-size:16px;font-weight:760;line-height:1.15}.brand__copy small{color:#777a76;letter-spacing:.11em;margin-top:4px;font-size:11px;font-weight:700;line-height:1}.home-top-navigation{background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:6px;padding:4px;display:flex}.home-top-navigation a{color:#9d9f9c;border-radius:8px;padding:8px 13px;font-size:14px;font-weight:600;transition:color .14s,background .14s}.home-top-navigation a:hover{color:#f4f3f1;background:#ffffff0b}.header-context{color:#858984;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.api-status{border-radius:50%;width:8px;height:8px}.api-status--online{background:var(--success);box-shadow:0 0 0 4px #70e6ac12}.api-status--offline{background:var(--danger);box-shadow:0 0 0 4px #ff686812}.header-actions{justify-self:end;align-items:center;gap:10px;display:flex}.header-service-pill{border:1px solid var(--border);height:34px;color:var(--text-muted);background:#ffffff05;border-radius:9px;align-items:center;gap:7px;padding:0 11px;font-size:13px;font-weight:650;display:inline-flex}.header-service-pill>span{border-radius:50%;width:7px;height:7px}.header-service-pill--online>span{background:var(--success);box-shadow:0 0 12px #70e6ac80}.header-service-pill--offline>span{background:var(--danger)}.header-login-button{align-items:center;gap:8px;min-height:40px;padding:0 17px;display:inline-flex}.button{min-height:42px;transition:transform .14s var(--ease-out), border-color .14s ease, background .14s ease, color .14s ease, box-shadow .14s ease;border-radius:10px;padding:0 17px;font-size:14px;font-weight:700;line-height:1}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button--primary{color:#170802;background:#ff7138;border-color:#ff7138;box-shadow:0 8px 28px #ff71381c}.button--primary:hover:not(:disabled){background:#ff8654;border-color:#ff8654;box-shadow:0 10px 34px #ff71382b}.button--secondary{color:#e9e9e6;background:#111418;border:1px solid #2b3036}.button--secondary:hover:not(:disabled){background:#171b20;border-color:#3b424a}.account-menu{position:relative}.account-menu>summary{border:1px solid var(--border);cursor:pointer;background:#ffffff05;border-radius:12px;align-items:center;gap:10px;min-width:188px;height:46px;padding:0 11px;list-style:none;transition:border-color .14s,background .14s;display:flex}.account-menu>summary::-webkit-details-marker{display:none}.account-menu>summary:hover{background:#ffffff08;border-color:#353b43}.account-menu[open]>summary{border-color:#ff713847}.user-menu__avatar{color:#ffc0a4;background:#ff713817;border:1px solid #ff713842;border-radius:9px;flex:none;place-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:grid}.account-menu__identity{text-align:left;flex:1;gap:1px;min-width:0;display:grid}.account-menu__identity strong{color:#f2f2ef;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:720;overflow:hidden}.account-menu__identity small{color:#777b77;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;overflow:hidden}.account-menu__chevron{color:#676b68;flex:none;transition:transform .16s}.account-menu[open] .account-menu__chevron{transform:rotate(180deg)}.account-menu__popover{z-index:120;width:270px;animation:menu-in .15s var(--ease-out);background:#0e1012fa;border:1px solid #292e34;border-radius:14px;padding:7px;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden;box-shadow:0 24px 70px #0000007a}@keyframes menu-in{0%{opacity:0;transform:translateY(-5px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.account-menu__popover-head{border-bottom:1px solid #ffffff0e;align-items:center;gap:11px;padding:10px 9px 13px;display:flex}.account-menu__popover-head .user-menu__avatar{width:34px;height:34px}.account-menu__popover-head div{gap:2px;display:grid}.account-menu__popover-head strong{font-size:14px}.account-menu__popover-head small{color:var(--text-faint);letter-spacing:.08em;font-size:11.5px;font-weight:650}.account-menu__links{gap:2px;padding:7px 0;display:grid}.account-menu__links a,.account-menu__logout{color:#afb2ae;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;min-height:40px;padding:0 10px;font-size:14px;font-weight:570;transition:color .12s,background .12s;display:flex}.account-menu__links a:hover{color:#f2f2ef;background:#ffffff0b}.account-menu__logout{color:#ef8989;border-top:1px solid #ffffff0e;border-radius:0 0 8px 8px;width:100%}.account-menu__logout:hover{background:#ff686811}.app-sidebar{top:var(--header-height);width:var(--sidebar-width);height:calc(100vh - var(--header-height));background:#090b0d;border-right:1px solid #ffffff0f;flex-direction:column;padding:23px 13px 15px;display:flex;position:sticky}.app-sidebar__content{gap:28px;display:grid}.sidebar-group{gap:4px;display:grid}.sidebar-group__label{color:#696d69;letter-spacing:.11em;text-transform:uppercase;margin:0 9px 8px;font-size:11.5px;font-weight:780}.sidebar-link{color:#989c98;border:1px solid #0000;border-radius:10px;align-items:center;gap:11px;min-height:43px;padding:0 10px;font-size:14px;font-weight:610;transition:color .13s,background .13s,border-color .13s;display:flex;position:relative}.sidebar-link:hover{color:#e3e4e1;background:#ffffff06}.sidebar-link__indicator{background:var(--accent);opacity:0;width:2px;height:18px;transition:opacity .15s ease, transform .18s var(--ease-out);border-radius:0 99px 99px 0;position:absolute;left:-1px;transform:scaleY(.45)}.sidebar-link__icon{color:#777c78;background:#ffffff05;border:1px solid #ffffff0e;border-radius:8px;flex:none;place-items:center;width:31px;height:31px;transition:color .13s,border-color .13s,background .13s;display:grid}.sidebar-link--active{color:#f5f4f1;background:linear-gradient(90deg,#ff713816,#ff713806);border-color:#ff71381f}.sidebar-link--active .sidebar-link__indicator{opacity:1;transform:scaleY(1)}.sidebar-link--active .sidebar-link__icon{color:#ff9d74;background:#ff713813;border-color:#ff713833}.sidebar-link__text{min-width:0}.app-sidebar__footer{color:#5c615d;letter-spacing:.07em;border-top:1px solid #ffffff0d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding:13px 10px 3px;font-size:10.5px;font-weight:700;display:flex}.app-sidebar__footer div{align-items:center;gap:6px;display:flex}.app-sidebar__footer i{background:var(--success);border-radius:50%;width:6px;height:6px}.release-card{display:none}.page{width:min(calc(100% - 56px), var(--content-width));margin-inline:auto;padding:54px 0 74px}.page-header h1,.dashboard-header h1{color:#f3f2ef;letter-spacing:-.055em;margin-top:9px;font-size:clamp(36px,4vw,54px);line-height:1.02}.page-header p,.dashboard-header p,.profile-hero p{max-width:760px;color:var(--text-muted);font-size:16px;line-height:1.65}.page-label,.page-header .page-label,.profile-hero .page-label{color:#e77b4d;letter-spacing:.13em;text-transform:uppercase;font-size:12.5px;font-weight:800}.page-state strong,.alive-empty-state strong,.dashboard-empty strong,.empty-tracking h2{font-size:19px}.page-state p,.alive-empty-state p,.dashboard-empty p,.empty-tracking p{color:var(--text-muted);font-size:15px}.item-card__category,.tracking-card__identity span,.tracking-card__identity small,.tracking-card__price span,.notification-history small,.profile-hint,.status-pill,.price-chart__header span,.dashboard-panel header span,.dashboard-metric span,.dashboard-metric small{font-size:13px}.home-page{background:#08090a;position:relative;overflow:hidden}.home-page:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:72px 72px;width:min(1440px,100%);height:1100px;position:absolute;top:0;left:50%;transform:translate(-50%);-webkit-mask-image:linear-gradient(#000000d9,#0000 86%);mask-image:linear-gradient(#000000d9,#0000 86%)}.home-hero{min-height:calc(100vh - var(--header-height));align-items:center;padding:88px 28px 120px;display:flex;position:relative}.home-hero__ambient{pointer-events:none;filter:blur(12px);background:radial-gradient(circle,#ff71381b,#ff713806 36%,#0000 68%);border-radius:50%;width:850px;height:650px;position:absolute;top:-220px;left:50%;transform:translate(-6%)}.home-hero__grid{z-index:2;grid-template-columns:minmax(0,1fr) minmax(460px,.82fr);align-items:center;gap:clamp(64px,8vw,140px);width:min(1384px,100%);margin:auto;display:grid;position:relative}.home-hero__copy{max-width:750px}.home-eyebrow{color:#858884;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:26px;font-size:12.5px;font-weight:750;display:flex}.home-status-dot{border-radius:50%;width:7px;height:7px}.home-status-dot--online{background:var(--success);box-shadow:0 0 15px #70e6ac7a}.home-status-dot--offline{background:var(--danger)}.home-eyebrow__separator{color:#393d39;margin:0 3px}.home-hero__title{color:#f6f5f2;letter-spacing:-.068em;max-width:760px;margin:0;font-size:clamp(58px,6.6vw,94px);font-weight:760;line-height:.96}.home-hero__title span{color:#8c8e89;display:block}.home-hero__description{color:#aaa9a5;max-width:650px;margin:31px 0 0;font-size:clamp(17px,1.4vw,20px);line-height:1.6}.home-hero__actions{flex-wrap:wrap;gap:10px;margin-top:35px;display:flex}.home-primary-action,.home-secondary-action{min-height:48px;padding:0 20px;font-size:14.5px}.home-primary-action{align-items:center;gap:10px;display:inline-flex}.home-primary-action svg{transition:transform .15s var(--ease-out)}.home-primary-action:hover svg{transform:translate(3px)}.home-hero__trust{color:#737672;flex-wrap:wrap;gap:20px;margin-top:25px;font-size:13.5px;font-weight:550;display:flex}.home-hero__trust span{align-items:center;gap:7px;display:flex}.home-hero__trust svg{color:#a15e42}.home-product-preview{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffff09,#ffffff03);border:1px solid #ffffff17;border-radius:22px;padding:17px;position:relative;transform:perspective(1200px)rotateY(-2deg)rotateX(1deg);box-shadow:0 45px 100px #00000070,inset 0 0 0 1px #ff713804}.home-product-preview:before{content:"";z-index:-1;border-radius:inherit;background:radial-gradient(circle at 65% 10%,#ff71381c,#0000 35%);position:absolute;inset:-1px}.home-product-preview__top{color:#7f827e;justify-content:space-between;align-items:center;padding:4px 5px 15px;display:flex}.home-product-preview__top>div{gap:4px;display:grid}.home-product-preview__top strong{color:#e8e8e5;font-size:18px}.home-product-preview__top>svg{color:#9b5e44}.home-product-preview__traffic{color:#777a76;letter-spacing:.1em;align-items:center;gap:7px;font-size:12px;font-weight:750;display:flex}.home-product-preview__traffic i{background:var(--success);border-radius:50%;width:6px;height:6px}.home-preview-market{background:#0d0f11;border:1px solid #ffffff13;border-radius:16px;padding:21px}.home-preview-market__meta{color:#70736f;letter-spacing:.09em;justify-content:space-between;align-items:center;gap:12px;font-size:13px;font-weight:750;display:flex}.home-preview-market__discount{color:#87e6b3;background:#70e6ac14;border-radius:6px;padding:4px 7px}.home-preview-market__item{align-items:center;gap:14px;margin-top:21px;display:flex}.home-preview-item-image{color:#b4b5b0;background:linear-gradient(145deg,#171a1d,#111315);border:1px solid #fff1;border-radius:13px;flex:none;place-items:center;width:58px;height:58px;display:grid}.home-preview-item-image span{letter-spacing:.08em;font-size:14px;font-weight:800}.home-preview-market__item>div{gap:4px;display:grid}.home-preview-market__item strong{letter-spacing:-.025em;font-size:22px}.home-preview-market__item div span{color:#7e817d;font-size:15px}.home-preview-price{grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;display:grid}.home-preview-price>div{background:#ffffff05;border:1px solid #ffffff0e;border-radius:10px;gap:5px;padding:13px 14px;display:grid}.home-preview-price span{color:#747773;font-size:14px}.app-sidebar__discord{color:#a9aca9;letter-spacing:0;background:#ff71380b;border:1px solid #ff713829;border-radius:8px;align-items:center;gap:7px;width:100%;padding:8px 9px;text-decoration:none;display:inline-flex}.app-sidebar__discord:hover{color:var(--accent);background:#ff713817;border-color:#ff713857}.home-preview-price strong{font-size:20px}.home-preview-progress{margin-top:20px}.home-preview-progress>span{color:#797c78;margin-bottom:8px;font-size:14px;display:block}.home-preview-progress>div{background:#1e2226;border-radius:999px;height:4px;overflow:hidden}.home-preview-progress i{border-radius:inherit;background:linear-gradient(90deg,#ff7138,#e8976f);width:76%;height:100%;display:block}.home-preview-notification{background:#70e6ac09;border:1px solid #70e6ac17;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:12px;padding:13px 14px;display:grid}.home-preview-notification>svg{color:var(--success)}.home-preview-notification>div{gap:1px;display:grid}.home-preview-notification strong{font-size:15px}.home-preview-notification div span,.home-preview-notification>span{color:#757975;font-size:13px}.home-hero__fade{pointer-events:none;background:linear-gradient(#0000,#08090a);height:160px;position:absolute;bottom:0;left:0;right:0}.home-section{z-index:2;border-top:1px solid #ffffff0e;width:min(1384px,100% - 56px);margin:0 auto;padding:120px 0;position:relative}.home-section-heading{justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:52px;display:flex}.home-section-heading>span,.home-section-kicker,.home-section-heading div>span{color:#a35f43;letter-spacing:.13em;text-transform:uppercase;font-size:12px;font-weight:800}.home-section-heading h2,.home-product-section__intro h2{color:#f0efec;letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(38px,4.2vw,62px);line-height:1}.home-flow{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.home-flow-card{min-height:340px;transition:transform .19s var(--ease-out), border-color .19s ease, background .19s ease;background:linear-gradient(145deg,#0e1012,#0b0d0f);border:1px solid #fff1;border-radius:17px;flex-direction:column;padding:27px;display:flex;position:relative;overflow:hidden}.home-flow-card:hover{background:linear-gradient(145deg,#111316,#0c0e10);border-color:#ff71382b;transform:translateY(-3px)}.home-flow-card__number{color:#3f4340;letter-spacing:.1em;font-size:12px;font-weight:750;position:absolute;top:23px;right:24px}.home-flow-card__icon{color:#df7245;background:#ff71380e;border:1px solid #ff713821;border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.home-flow-card h3{letter-spacing:-.045em;margin:68px 0 0;font-size:28px}.home-flow-card p{color:#939691;max-width:340px;margin:12px 0 0;font-size:15px}.home-flow-card a,.home-flow-card button{color:#c4c5c1;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:0;font-size:14px;font-weight:650;display:inline-flex}.home-flow-card a svg,.home-flow-card button svg{color:#a65c3e;transition:transform .14s var(--ease-out)}.home-flow-card a:hover svg,.home-flow-card button:hover svg{transform:translate(3px)}.home-product-section{grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);align-items:center;gap:clamp(70px,8vw,140px);display:grid}.home-product-section__intro p{color:#979994;max-width:480px;margin:22px 0 0;font-size:16px}.home-inline-link{color:#e6e5e2;align-items:center;gap:9px;margin-top:27px;font-size:14.5px;font-weight:650;display:inline-flex}.home-inline-link svg{color:#b26040;transition:transform .15s var(--ease-out)}.home-inline-link:hover svg{transform:translate(3px)}.home-terminal-preview{background:#0c0e10;border:1px solid #ffffff13;border-radius:20px;padding:14px;box-shadow:0 35px 90px #00000047}.home-terminal-preview>header{color:#676b67;letter-spacing:.07em;justify-content:space-between;align-items:center;gap:20px;padding:7px 7px 16px;font-size:11px;font-weight:700;display:flex}.home-terminal-preview>header>div{align-items:center;gap:8px;display:flex}.home-terminal-preview>header strong{color:#babcb8;letter-spacing:0;font-size:13px;font-weight:650}.home-terminal-dot{background:var(--success);border-radius:50%;width:7px;height:7px}.home-terminal-search{color:#666a66;background:#0a0c0e;border:1px solid #fff1;border-radius:10px;justify-content:space-between;align-items:center;height:45px;padding:0 13px;font-size:13px;display:flex}.home-terminal-search kbd{color:#7e827e;background:#14171a;border:1px solid #292d31;border-radius:5px;padding:3px 7px;font-family:inherit;font-size:10.5px}.home-terminal-tabs{gap:6px;padding:13px 0;display:flex}.home-terminal-tabs span{color:#727671;border:1px solid #ffffff0e;border-radius:7px;padding:6px 10px;font-size:11.5px;font-weight:650}.home-terminal-tabs .is-active{color:#ec9b78;background:#ff713812;border-color:#ff713830}.home-terminal-items{grid-template-columns:1fr 1fr;gap:8px;display:grid}.home-terminal-item{background:#ffffff04;border:1px solid #ffffff0e;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-width:0;padding:10px;display:grid}.home-terminal-item__image{color:#8c908b;background:#171a1d;border-radius:8px;place-items:center;width:39px;height:39px;font-size:9.5px;font-weight:800;display:grid}.home-terminal-item>div{gap:2px;min-width:0;display:grid}.home-terminal-item div span{color:#686c68;letter-spacing:.07em;font-size:9.5px;font-weight:750}.home-terminal-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.home-terminal-item__action{color:#9e6045;align-items:center;gap:4px;font-size:10.5px;font-weight:650;display:flex}.home-section-heading--release{align-items:flex-start}.home-section-heading--release svg{color:#a15e42;margin-top:10px}.home-release{background:linear-gradient(135deg,#0e1012,#0b0d0f);border:1px solid #ffffff12;border-radius:20px;grid-template-columns:220px 1fr;min-height:360px;display:grid;overflow:hidden}.home-release__rail{background:#ffffff03;border-right:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;padding:30px;display:flex;position:relative}.home-release__rail:after{content:"";background:linear-gradient(#ff713861,#0000);width:1px;height:180px;position:absolute;top:91px;left:38px}.home-release__rail>span:last-child{color:#626662;letter-spacing:.1em;font-size:10.5px;font-weight:700}.home-release__version{color:#f18a5e;letter-spacing:-.04em;font-size:28px;font-weight:720}.home-release__content{padding:48px clamp(40px,6vw,86px)}.home-release__badge{color:#83d9aa;letter-spacing:.09em;background:#70e6ac0b;border:1px solid #70e6ac21;border-radius:6px;padding:5px 8px;font-size:10.5px;font-weight:750;display:inline-flex}.home-release__content h3{letter-spacing:-.045em;max-width:600px;margin:20px 0 0;font-size:clamp(30px,3vw,44px);line-height:1.05}.home-release__content p{color:#929590;max-width:660px;margin:16px 0 0;font-size:15.5px}.home-release__notes{grid-template-columns:1fr 1fr;gap:11px 26px;margin-top:29px;display:grid}.home-release__notes span{color:#b9bbb7;align-items:center;gap:9px;font-size:14px;display:flex}.home-release__notes i{background:#c66b45;border-radius:50%;flex:none;width:5px;height:5px}.home-footer{color:#686c68;border-top:1px solid #ffffff0e;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px;width:min(1384px,100% - 56px);min-height:150px;margin:auto;font-size:13px;display:grid}.home-footer__brand{align-items:center;gap:10px;width:fit-content;display:flex}.home-footer__brand img{width:30px;height:30px}.home-footer__brand div{gap:1px;display:grid}.home-footer__brand strong{color:#c8cac6;font-size:13px}.home-footer__brand span{letter-spacing:.07em;text-transform:uppercase;font-size:10.5px;font-weight:650}.home-footer p{margin:0;font-size:13px}.home-footer>span:last-child{justify-self:end}.home-reveal{opacity:0;transition:opacity .6s var(--ease-out), transform .6s var(--ease-out);transform:translateY(18px)}.home-reveal.is-visible{opacity:1;transform:translateY(0)}.home-reveal--first,.home-reveal--second,.home-reveal--third,.home-reveal--fourth,.home-reveal--fifth,.home-reveal--preview{animation:home-intro .7s var(--ease-out) forwards;opacity:0}.home-reveal--first{animation-delay:60ms}.home-reveal--second{animation-delay:.12s}.home-reveal--third{animation-delay:.19s}.home-reveal--fourth{animation-delay:.26s}.home-reveal--fifth{animation-delay:.32s}.home-reveal--preview{animation-delay:.22s}@keyframes home-intro{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.search input,.profile-form input,.local-auth-form input,.admin-page input,.quality-filter select{color:#efefec;background:#0d0f11;border-color:#292e34;min-height:44px;font-size:14.5px}.search input::placeholder,.profile-form input::placeholder,.local-auth-form input::placeholder,.admin-page input::placeholder{color:#626662}.status-pill--active{color:#8ce4b5;background:#70e6ac0f;border-color:#70e6ac2e}.price-chart__line{stroke:#ff7138}.price-chart__point{fill:#ff7138}.price-chart__area{opacity:.86}@media (width<=1180px){.home-hero__grid{grid-template-columns:1fr 420px;gap:48px}.home-hero__title{font-size:clamp(54px,6vw,74px)}.home-product-section{gap:55px}.home-terminal-item__action{display:none}}@media (width<=980px){:root{--sidebar-width:210px}.app-header{grid-template-columns:1fr auto;min-height:66px;padding:0 18px}.header-context,.home-top-navigation{display:none}.app-header--home{grid-template-columns:1fr auto}.home-hero{min-height:auto;padding:80px 26px 110px}.home-hero__grid{grid-template-columns:1fr;gap:60px}.home-hero__copy{max-width:800px}.home-product-preview{max-width:620px;transform:none}.home-flow{grid-template-columns:1fr}.home-flow-card{min-height:280px}.home-flow-card h3{margin-top:45px}.home-product-section{grid-template-columns:1fr;gap:48px}.home-product-section__intro{max-width:680px}}@media (width<=760px){:root{--header-height:64px}.app-header{min-height:var(--header-height);padding:0 14px}.brand__mark{width:36px;height:36px}.brand__mark img{width:25px;height:25px}.brand__word{font-size:14.5px}.brand__copy small{font-size:9.5px}.header-service-pill,.account-menu__identity{display:none}.account-menu>summary{justify-content:center;width:42px;min-width:auto;padding:0}.account-menu__chevron{display:none}.app-body{display:block}.app-sidebar{top:var(--header-height);z-index:40;border-bottom:1px solid #ffffff0e;border-right:0;flex-direction:row;width:100%;height:auto;padding:8px 10px;display:flex;position:sticky;overflow-x:auto}.app-sidebar__content{flex-direction:row;gap:5px;display:flex}.sidebar-group{gap:4px;display:flex}.sidebar-group__label,.app-sidebar__footer{display:none}.sidebar-link{white-space:nowrap;min-height:40px;padding:0 10px}.sidebar-link__indicator{display:none}.sidebar-link__icon{width:28px;height:28px}.sidebar-link__text{font-size:13px}.page{width:calc(100% - 30px);padding:36px 0 60px}.page-header h1,.dashboard-header h1{font-size:clamp(34px,10vw,44px)}.home-hero{padding:65px 18px 90px}.home-hero__title{font-size:clamp(49px,15vw,68px)}.home-hero__description{font-size:17px}.home-hero__actions{flex-direction:column;align-items:stretch}.home-primary-action,.home-secondary-action{justify-content:center;width:100%}.home-hero__trust{flex-direction:column;gap:9px}.home-product-preview{border-radius:16px;padding:11px}.home-preview-price{grid-template-columns:1fr}.home-section{width:calc(100% - 36px);padding:88px 0}.home-section-heading{margin-bottom:36px}.home-section-heading h2,.home-product-section__intro h2{font-size:clamp(36px,11vw,48px)}.home-flow-card{padding:23px}.home-terminal-items,.home-release{grid-template-columns:1fr}.home-release__rail{border-bottom:1px solid #ffffff0f;border-right:0;flex-direction:row;align-items:center;padding:20px}.home-release__rail:after{display:none}.home-release__content{padding:30px 22px 34px}.home-release__notes{grid-template-columns:1fr}.home-footer{text-align:left;grid-template-columns:1fr;gap:14px;width:calc(100% - 36px);padding:40px 0}.home-footer>span:last-child{justify-self:start}}@media (width<=480px){.brand__copy{display:none}.notification-center{position:static}.account-menu__popover{width:auto;position:fixed;top:72px;left:12px;right:12px}.home-eyebrow__separator,.home-eyebrow>span:last-child{display:none}.home-hero__title{font-size:clamp(45px,14vw,60px)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.home-reveal{opacity:1;transform:none}}.user-avatar__image{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-editor{flex:none;justify-items:center;gap:8px;display:grid}.profile-avatar-editor>div{align-items:center;gap:8px;display:flex}.profile-avatar-editor label{cursor:pointer;width:auto}.profile-avatar-editor label input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.profile-avatar-editor small{color:var(--text-faint);font-size:.68rem}.profile-avatar-editor__remove{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;font-size:.74rem}.profile-avatar-editor__remove:hover{color:var(--danger)}.shelter-admin__guide{counter-reset:shelter-step;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 22px;padding:0;list-style:none;display:grid}.shelter-admin__guide li{border:1px solid var(--border-color,#272b2d);counter-increment:shelter-step;background:#ffffff04;border-radius:12px;grid-template-columns:32px 1fr;gap:2px 10px;padding:14px;display:grid}.shelter-admin__guide li:before{content:counter(shelter-step);background:var(--accent,#f47c45);color:#090b0c;border-radius:8px;grid-row:1/3;place-items:center;width:28px;height:28px;font-weight:800;display:grid}.shelter-admin__guide span{color:var(--text-muted,#8f9395);font-size:13px;line-height:1.35}.form-success a{color:inherit;font-weight:700}@media (width<=900px){.shelter-admin__guide{grid-template-columns:1fr}}.resources-page{gap:24px;display:grid}.resources-hero{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--surface), #ff713814);justify-content:space-between;align-items:center;gap:24px;padding:30px;display:flex}.resources-hero h1{margin:4px 0 6px;font-size:clamp(2rem,4vw,3.4rem)}.resources-hero p{color:var(--text-muted);margin:0}.resources-hero>svg{color:var(--accent)}.resources-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.resources-stat{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);gap:9px;padding:20px;display:grid}.resources-stat span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.82rem}.resources-stat strong{font-size:1.45rem}.resources-stat.is-profit strong,.resources-history .is-profit{color:var(--success)}.resources-stat.is-loss strong,.resources-history .is-loss{color:var(--danger)}.resources-tabs{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);gap:8px;width:fit-content;padding:6px;display:flex}.resources-tabs button{border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:10px 16px;display:flex}.resources-tabs button.is-active{background:var(--accent-muted);color:var(--accent)}.resources-grid{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);align-items:start;gap:18px;display:grid}.resources-panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:24px}.resources-panel h2{margin:0 0 20px}.resources-form{gap:16px;display:grid}.resources-form label{color:var(--text-muted);gap:7px;font-size:.9rem;display:grid}.resources-form input,.resources-form select,.resources-form textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);width:100%;color:var(--text);background:#090b0d;outline:none;padding:12px 13px}.resources-form input:focus,.resources-form select:focus,.resources-form textarea:focus{border-color:var(--accent)}.resources-form textarea{resize:vertical;min-height:84px}.resources-form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.resource-search-results{border:1px solid var(--border);border-radius:var(--radius-sm);background:#090b0d;gap:5px;max-height:250px;margin-top:-10px;padding:6px;display:grid;overflow:auto}.resource-search-results button{color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:space-between;gap:10px;padding:10px;display:flex}.resource-search-results button:hover,.resource-search-results button.is-selected{background:var(--accent-muted)}.resource-search-results small{color:var(--text-faint)}.resources-list{gap:10px;display:grid}.resource-batch{border:1px solid var(--border);border-radius:var(--radius-md);background:#0a0c0e;justify-content:space-between;align-items:center;gap:16px;padding:15px;display:flex}.resource-batch>div{gap:3px;display:grid}.resource-batch span,.resource-batch small{color:var(--text-muted)}.resource-batch.is-empty{opacity:.52}.resource-batch button{color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:8px;display:grid}.resource-batch button:hover{color:var(--danger);background:var(--danger-muted)}.resources-sale-form{max-width:880px}.sale-preview{border-radius:var(--radius-md);background:var(--accent-muted);grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;display:grid}.sale-preview span{color:var(--text-muted);gap:4px;font-size:.82rem;display:grid}.sale-preview strong{color:var(--text);font-size:1.05rem}.resources-table{overflow-x:auto}.resources-table__head,.resources-table article{grid-template-columns:minmax(210px,1.5fr) repeat(5,minmax(110px,1fr));align-items:center;gap:12px;min-width:880px;padding:13px 10px;display:grid}.resources-table__head{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.resources-table article{border-top:1px solid var(--border)}.resources-table article>span:first-child{display:grid}.resources-table small{color:var(--text-muted)}.resources-empty-state{min-height:150px;color:var(--text-faint);text-align:center;place-items:center;gap:8px;display:grid}.resources-empty-state p{max-width:460px;margin:0}.resources-error{border-radius:var(--radius-sm);background:var(--danger-muted);color:var(--danger);border:1px solid #ff68684d;justify-content:space-between;gap:12px;padding:13px 16px;display:flex}.resources-error button{color:inherit;cursor:pointer;background:0 0;border:0}.resources-loading{color:var(--text-muted)}.quick-sale-layout{grid-template-columns:minmax(270px,.72fr) minmax(0,1.8fr);align-items:start;gap:18px;display:grid}.quick-sale-search{position:sticky;top:92px}.quick-sale-search h2{margin:5px 0 14px}.quick-sale-item{background:#ff7e370f;border:1px solid #ff7e3747;border-radius:11px;align-items:center;gap:12px;padding:15px;display:flex;position:relative}.quick-sale-item img{object-fit:contain;width:56px;height:56px}.quick-sale-item div{gap:4px;min-width:0;display:grid}.quick-sale-item small{color:var(--text-faint)}.quick-sale-item>button{color:var(--text-faint);cursor:pointer;background:0 0;border:0;position:absolute;top:8px;right:9px}.quick-sale-offers{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;display:grid}.quick-sale-offers>.resources-empty-state,.quick-sale-offers>.resources-loading{border:1px dashed var(--border);border-radius:var(--radius-lg);grid-column:1/-1;min-height:240px;padding:24px}.quick-sale-offer{border:1px solid var(--border);border-radius:var(--radius-lg);background:linear-gradient(145deg,#12181af2,#0b0f11fa);align-content:start;gap:14px;padding:21px;display:grid}.quick-sale-offer:first-of-type{border-color:#68e6b25c;box-shadow:inset 0 0 28px #68e6b209}.quick-sale-offer header,.quick-sale-offer footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.quick-sale-offer header span{font-weight:800}.quick-sale-offer header em{background:var(--accent-muted);color:var(--accent);text-transform:uppercase;border-radius:999px;padding:4px 7px;font-size:.66rem;font-style:normal;font-weight:800}.quick-sale-offer>strong{color:var(--accent);font-size:1.7rem}.quick-sale-offer>strong small{color:var(--text-muted);font-size:.72rem}.quick-sale-offer dl{gap:7px;margin:0;display:grid}.quick-sale-offer dl div{justify-content:space-between;gap:12px;display:flex}.quick-sale-offer dt{color:var(--text-faint)}.quick-sale-offer dd{color:var(--text-muted);text-align:right;margin:0}.quick-sale-offer p{color:var(--text-muted);margin:0;font-size:.82rem}.quick-sale-offer footer{border-top:1px solid var(--border);margin-top:auto;padding-top:12px}.quick-sale-offer footer a,.quick-sale-offer footer button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:.78rem;font-weight:750;text-decoration:none;display:inline-flex}.resource-offers-admin>header{justify-content:space-between;gap:18px;display:flex}.resource-offers-admin>header>span{color:var(--accent);white-space:nowrap;font-weight:800}.resource-offers-admin__forms{grid-template-columns:1fr 1fr;gap:14px;display:grid}.resource-offers-admin__forms form{border:1px solid var(--border);background:#02050659;border-radius:11px;align-content:start;gap:10px;padding:17px;display:grid;position:relative}.resource-offers-admin__forms form>div{grid-template-columns:1fr 1fr;gap:9px;display:grid}.resource-offers-admin__forms input,.resource-offers-admin__forms select,.resource-offers-admin__forms textarea{border:1px solid var(--border);width:100%;min-height:41px;color:var(--text);font:inherit;background:#0205068c;border-radius:8px;padding:9px 11px}.resource-offers-admin__forms textarea{resize:vertical;min-height:72px}.resource-offers-admin__forms footer{gap:8px;display:flex}.admin-check{color:var(--text-muted);align-items:center;gap:7px;grid-template-columns:none!important;display:flex!important}.admin-check input{width:17px!important;min-height:17px!important}.resource-offers-admin__list,.resource-buyers-admin{gap:7px;display:grid}.resource-offers-admin__list article,.resource-buyers-admin article{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:11px 4px;display:grid}.resource-offers-admin__list article div,.resource-buyers-admin article span{gap:3px;display:grid}.resource-offers-admin__list article span,.resource-offers-admin__list article small,.resource-buyers-admin small{color:var(--text-muted)}.resource-offers-admin__list article button,.resource-buyers-admin article button{border:1px solid var(--border);width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:7px;place-items:center;display:grid}.price-chart--analytics{overflow:visible}.price-chart--analytics .price-chart__header{align-items:flex-start;gap:20px}.price-chart--analytics .price-chart__stats{flex-wrap:wrap;justify-content:flex-end;gap:18px;display:flex}.price-chart--analytics .price-chart__stats div{min-width:86px}.price-chart--analytics .price-chart__stats dt{color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}.price-chart--analytics .price-chart__stats dd{color:var(--accent);margin:4px 0 0;font-size:1.05rem;font-weight:800}.chart-toolbar{z-index:4;border:1px solid var(--border);border-radius:var(--radius-sm);background:#02050666;flex-wrap:wrap;align-items:center;gap:9px;margin:18px 0 10px;padding:10px;display:flex;position:relative}.chart-segmented{border:1px solid var(--border);background:#ffffff06;border-radius:9px;gap:2px;padding:3px;display:inline-flex}.chart-segmented button,.chart-reset{min-height:38px;color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:0 13px;font-size:.9rem;font-weight:750;display:inline-flex}.chart-segmented button.is-active{background:var(--accent-muted);color:var(--accent)}.chart-segmented--view{margin-left:auto}.chart-reset{border:1px solid var(--border)}.chart-reset:hover{color:var(--text);border-color:var(--border-strong)}.rarity-select{position:relative}.rarity-select__trigger{min-height:42px;color:var(--text);cursor:pointer;background:#ffffff06;border:1px solid #f5c45159;border-radius:9px;grid-template-columns:auto auto 15px;align-items:center;gap:10px;padding:0 12px;display:grid}.rarity-select__trigger span{color:var(--text-muted);font-size:.72rem}.rarity-select__menu{z-index:20;border:1px solid var(--border-strong);background:#171915;border-radius:11px;width:240px;padding:9px;display:grid;position:absolute;top:calc(100% + 7px);left:0;box-shadow:0 18px 48px #00000073}.rarity-select__menu button{color:var(--rarity-color);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:8px;font-size:.82rem;font-weight:750;display:flex}.rarity-select__menu button:hover{background:#ffffff0d}.rarity-select__menu i{border:1px solid color-mix(in srgb, var(--rarity-color) 70%, transparent);color:#10120f;border-radius:4px;place-items:center;width:18px;height:18px;display:grid}.rarity-select__menu i.is-checked{background:var(--rarity-color)}.upgrade-range{border:1px solid var(--border);border-radius:9px;align-items:center;gap:7px;min-height:42px;padding:0 10px;display:flex}.upgrade-range>span{color:var(--text-muted);font-size:.72rem}.upgrade-range label{color:var(--text-faint);align-items:center;gap:4px;font-size:.7rem;display:flex}.upgrade-range input{border:1px solid var(--border);background:var(--surface);width:45px;min-height:28px;color:var(--text);text-align:center;border-radius:6px}.price-chart__series-line{fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.price-chart--analytics .price-chart__point{stroke:#0b0d0e;stroke-width:1.5px}.price-chart--analytics .price-chart__volume{fill:#8ee3bd38}.price-chart--analytics .price-chart__legend{flex-wrap:wrap}.market-lot-filters{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.compact-filter{min-width:130px;position:relative}.compact-filter summary{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:9px;gap:3px;min-height:48px;padding:7px 34px 7px 12px;list-style:none;display:grid}.compact-filter summary::-webkit-details-marker{display:none}.compact-filter summary:after{content:"⌄";color:var(--text-muted);position:absolute;top:14px;right:12px}.compact-filter summary span{color:var(--text-faint);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem}.compact-filter summary strong{font-size:.8rem}.compact-filter__menu{z-index:30;grid-template-columns:repeat(var(--filter-columns), minmax(56px, 1fr));border:1px solid var(--border-strong);background:#101314;border-radius:11px;gap:5px;width:max-content;max-width:min(380px,82vw);padding:8px;display:grid;position:absolute;top:calc(100% + 7px);right:0;box-shadow:0 18px 48px #00000080}.compact-filter__menu button{min-height:34px;color:var(--option-color,var(--text-muted));font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-items:center;gap:6px;padding:6px 9px;font-size:.76rem;display:flex}.compact-filter__menu button:hover{color:var(--option-color,var(--text));background:#ffffff0d}.compact-filter__menu button.is-active{border-color:color-mix(in srgb, var(--option-color,var(--accent)) 55%, transparent);background:color-mix(in srgb, var(--option-color,var(--accent)) 12%, transparent);color:var(--option-color,var(--text))}.compact-filter__menu i{background:var(--option-color);width:7px;height:7px;box-shadow:0 0 8px color-mix(in srgb, var(--option-color) 70%, transparent);border-radius:50%}@media (width<=760px){.price-chart--analytics .price-chart__stats{justify-content:flex-start}.chart-segmented--view{margin-left:0}.chart-toolbar>*{flex:auto}.rarity-select__trigger{width:100%}.upgrade-range{justify-content:center}.quick-sale-layout{grid-template-columns:1fr}.quick-sale-search{position:static}.resource-offers-admin__forms{grid-template-columns:1fr}.resource-offers-admin>header{flex-direction:column}}@media (width<=980px){.resources-stats{grid-template-columns:1fr 1fr}.resources-grid{grid-template-columns:1fr}}@media (width<=620px){.resources-hero{padding:20px}.resources-hero>svg{display:none}.resources-stats,.resources-form-row,.sale-preview{grid-template-columns:1fr}.resources-tabs{width:100%;overflow-x:auto}.resources-tabs button{flex:none}.resources-panel{padding:17px}}.dashboard-v2{max-width:1360px}.dashboard-v2__hero{justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:34px;display:flex}.dashboard-v2__hero-copy{max-width:780px}.dashboard-v2__hero h1{color:#f5f4f1;letter-spacing:-.06em;margin:11px 0 0;font-size:clamp(42px,4vw,60px);font-weight:750;line-height:.98}.dashboard-v2__hero h1 span{color:#8c8f8a;display:block}.dashboard-v2__hero p{color:#9da09b;max-width:620px;margin:20px 0 0;font-size:16px;line-height:1.65}.dashboard-v2__market-button{flex:none;align-items:center;gap:9px;min-height:46px;display:inline-flex}.dashboard-v2__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.dashboard-metric-v2{min-height:162px;transition:transform .17s var(--ease-out), border-color .17s ease, background .17s ease;background:linear-gradient(145deg,#0f1113,#0c0e10);border:1px solid #fff1;border-radius:15px;flex-direction:column;padding:21px;display:flex;position:relative;overflow:hidden}.dashboard-metric-v2:hover{background:linear-gradient(145deg,#121518,#0d0f11);border-color:#ff71382b;transform:translateY(-2px)}.dashboard-metric-v2__top{color:#838783;justify-content:space-between;align-items:center;display:flex}.dashboard-metric-v2__top span{letter-spacing:.01em;font-size:13px;font-weight:690}.dashboard-metric-v2__top svg{color:#686d68}.dashboard-metric-v2>strong{color:#f2f1ee;letter-spacing:-.045em;margin-top:20px;font-size:31px;font-weight:720;line-height:1}.dashboard-metric-v2>small{color:#747974;margin-top:8px;font-size:13px;line-height:1.45}.dashboard-metric-v2__arrow{color:#454a46;transition:color .15s ease, transform .15s var(--ease-out);position:absolute;bottom:18px;right:18px}.dashboard-metric-v2:hover .dashboard-metric-v2__arrow{color:#d17650;transform:translate(2px)}.dashboard-metric-v2--accent{background:linear-gradient(145deg,#ff713811,#0d0f11 72%);border-color:#ff713821}.dashboard-metric-v2--accent .dashboard-metric-v2__top svg{color:#d97750}.dashboard-metric-v2--success .dashboard-metric-v2__top svg{color:var(--success)}.dashboard-metric-v2--success>strong{color:#9ee9bf}.dashboard-telegram-v2{background:linear-gradient(90deg,#ff71380e,#ff713804);border:1px solid #ff71381f;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:17px;margin-bottom:14px;padding:17px 19px;display:grid}.dashboard-telegram-v2--connected{background:linear-gradient(90deg,#70e6ac0b,#70e6ac03);border-color:#70e6ac1c}.dashboard-telegram-v2__icon{color:#da7148;background:#ff71380e;border:1px solid #ff713826;border-radius:11px;place-items:center;width:43px;height:43px;display:grid}.dashboard-telegram-v2--connected .dashboard-telegram-v2__icon{color:var(--success);background:#70e6ac0e;border-color:#70e6ac24}.dashboard-telegram-v2__copy{gap:2px;display:grid}.dashboard-telegram-v2__copy>span{color:#a05d40;letter-spacing:.1em;font-size:12px;font-weight:780}.dashboard-telegram-v2--connected .dashboard-telegram-v2__copy>span{color:#6ab08a}.dashboard-telegram-v2__copy strong{color:#e6e6e2;margin-top:1px;font-size:15px}.dashboard-telegram-v2__copy p{color:#7f847f;margin:1px 0 0;font-size:13.5px;line-height:1.5}.dashboard-telegram-v2__action{color:#c78a70;align-items:center;gap:7px;font-size:13.5px;font-weight:650;transition:color .14s;display:inline-flex}.dashboard-telegram-v2__action svg{transition:transform .14s var(--ease-out)}.dashboard-telegram-v2__action:hover{color:#f09b77}.dashboard-telegram-v2__action:hover svg{transform:translate(2px)}.dashboard-v2__workspace{grid-template-columns:minmax(0,1.18fr) minmax(350px,.82fr);gap:14px;display:grid}.dashboard-panel-v2{background:#0d0f11;border:1px solid #fff1;border-radius:16px;overflow:hidden}.dashboard-panel-v2__header{border-bottom:1px solid #ffffff0e;justify-content:space-between;align-items:center;gap:20px;min-height:84px;padding:20px 22px;display:flex}.dashboard-panel-v2__header>div{gap:3px;display:grid}.dashboard-panel-v2__header div>span{color:#777b77;letter-spacing:.09em;font-size:12px;font-weight:760}.dashboard-panel-v2__header h2{color:#e9e9e6;letter-spacing:-.025em;margin:0;font-size:20px}.dashboard-panel-v2__header>a{color:#858985;align-items:center;gap:7px;font-size:13.5px;font-weight:620;display:flex}.dashboard-panel-v2__header>a:hover{color:#e3a084}.dashboard-alert-v2{background:radial-gradient(circle at 90% 0,#70e6ac0b,#0000 260px);min-height:355px;padding:24px;transition:background .18s;display:block}.dashboard-alert-v2:hover{background:radial-gradient(circle at 90% 0,#70e6ac12,#0000 290px)}.dashboard-alert-v2__top{justify-content:space-between;align-items:center;gap:20px;display:flex}.dashboard-alert-v2__badge{color:#727773;letter-spacing:.1em;font-size:12px;font-weight:760}.dashboard-alert-v2__discount{color:#81e0ab;background:#70e6ac0b;border:1px solid #70e6ac21;border-radius:7px;padding:6px 9px;font-size:14px}.dashboard-alert-v2__main{align-items:center;gap:16px;margin-top:27px;display:flex}.dashboard-artwork-v2{color:#8e928e;background:linear-gradient(145deg,#171a1d,#111315);border:1px solid #fff1;border-radius:15px;flex:none;place-items:center;width:72px;height:72px;display:grid;overflow:hidden}.dashboard-artwork-v2 img{object-fit:contain;width:82%;height:82%;display:block}.dashboard-artwork-v2--small{border-radius:10px;width:43px;height:43px}.dashboard-alert-v2__identity{gap:4px;display:grid}.dashboard-alert-v2__identity strong{color:#f0f0ed;letter-spacing:-.035em;font-size:22px}.dashboard-alert-v2__identity span{color:#7e837e;font-size:13.5px}.dashboard-alert-v2__prices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:26px;display:grid}.dashboard-alert-v2__prices>div{background:#ffffff03;border:1px solid #ffffff0d;border-radius:10px;gap:5px;padding:14px;display:grid}.dashboard-alert-v2__prices span{color:#737873;font-size:12.5px}.dashboard-alert-v2__prices strong{color:#dfe0dc;font-size:14.5px}.dashboard-alert-v2__footer{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:20px;margin-top:24px;padding-top:19px;display:flex}.dashboard-alert-v2__footer time{color:#666b66;font-size:12.5px}.dashboard-alert-v2__footer span{color:#b1755c;align-items:center;gap:7px;font-size:13.5px;font-weight:650;display:flex}.dashboard-watchlist-v2__list{display:grid}.dashboard-watch-v2{border-bottom:1px solid #ffffff0b;grid-template-columns:28px auto minmax(100px,1fr) auto auto auto;align-items:center;gap:12px;min-height:72px;padding:10px 17px;transition:background .14s;display:grid}.dashboard-watch-v2:last-child{border-bottom:0}.dashboard-watch-v2:hover{background:#ffffff06}.dashboard-watch-v2__index{color:#4f544f;font-size:11px;font-weight:700}.dashboard-watch-v2__identity{gap:2px;min-width:0;display:grid}.dashboard-watch-v2__identity strong{color:#d8d9d5;text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;overflow:hidden}.dashboard-watch-v2__identity span{color:#6e736e;font-size:12px}.dashboard-watch-v2__price{text-align:right;gap:1px;min-width:88px;display:grid}.dashboard-watch-v2__price span{color:#5f645f;font-size:11.5px}.dashboard-watch-v2__price strong{color:#bfc1bd;white-space:nowrap;font-size:12.5px}.dashboard-watch-v2__price--market strong{color:#929792}.dashboard-watch-v2__arrow{color:#454a46;transition:color .14s,transform .14s}.dashboard-watch-v2:hover .dashboard-watch-v2__arrow{color:#bd6d4d;transform:translate(2px)}.dashboard-empty-v2,.dashboard-state-v2{flex-direction:column;justify-content:center;align-items:flex-start;min-height:300px;padding:30px;display:flex}.dashboard-empty-v2__icon{color:#a76244;background:#ff71380b;border:1px solid #ff71381f;border-radius:12px;place-items:center;width:48px;height:48px;margin-bottom:17px;display:grid}.dashboard-empty-v2 strong,.dashboard-state-v2 strong{color:#e0e1dd;font-size:18px}.dashboard-empty-v2 p,.dashboard-state-v2 p{color:#7a7f7a;max-width:380px;margin:8px 0 0;font-size:14px;line-height:1.55}.dashboard-empty-v2 a{color:#c27b5e;align-items:center;gap:7px;margin-top:20px;font-size:13.5px;font-weight:650;display:flex}.dashboard-alert-skeleton-v2{min-height:350px;padding:25px}.dashboard-alert-skeleton-v2 span{background:linear-gradient(90deg,#14171a,#1b1f22,#14171a) 0 0/200% 100%;border-radius:8px;animation:1.3s linear infinite workspace-shimmer;display:block}.dashboard-alert-skeleton-v2 span:first-child{width:100px;height:18px}.dashboard-alert-skeleton-v2 span:nth-child(2){width:62%;height:70px;margin-top:27px}.dashboard-alert-skeleton-v2 span:nth-child(3){width:100%;height:72px;margin-top:25px}.dashboard-alert-skeleton-v2 span:nth-child(4){width:42%;height:16px;margin-top:28px}.dashboard-guest-v2{min-height:calc(100vh - var(--header-height));text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:70px 24px;display:flex;position:relative;overflow:hidden}.dashboard-guest-v2__ambient{pointer-events:none;background:radial-gradient(circle,#ff713812,#0000 67%);border-radius:50%;width:520px;height:520px;position:absolute}.dashboard-guest-v2__icon{color:#dc7950;background:#ff71380d;border:1px solid #ff713826;border-radius:17px;place-items:center;width:62px;height:62px;margin-bottom:20px;display:grid;position:relative}.dashboard-guest-v2 h1{letter-spacing:-.06em;margin:12px 0 0;font-size:clamp(43px,6vw,70px);line-height:.98;position:relative}.dashboard-guest-v2 h1 span{color:#858883;display:block}.dashboard-guest-v2 p{color:#9a9d98;max-width:570px;margin:24px 0 0;font-size:16px;position:relative}.dashboard-guest-v2__actions{gap:9px;margin-top:30px;display:flex;position:relative}.market-catalog-v2{max-width:1360px}.market-catalog-v2__header{grid-template-columns:minmax(0,1fr) minmax(340px,470px);align-items:end;gap:60px;margin-bottom:33px;display:grid}.market-catalog-v2__intro{max-width:760px}.market-catalog-v2__intro h1{color:#f4f3f0;letter-spacing:-.062em;margin:11px 0 0;font-size:clamp(44px,4.4vw,66px);font-weight:750;line-height:.95}.market-catalog-v2__intro h1 span{color:#898c87;display:block}.market-catalog-v2__intro p{color:#999c97;max-width:590px;margin:20px 0 0;font-size:16px;line-height:1.65}.market-search-v2{color:#666b67;background:#0d0f11;border:1px solid #292e34;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;height:52px;padding:0 14px;transition:border-color .15s,box-shadow .15s;display:grid;box-shadow:0 14px 36px #0000001f}.market-search-v2:focus-within{border-color:#ff713861;box-shadow:0 0 0 3px #ff71380e}.market-search-v2 input{color:#ecece9;background:0 0;border:0;outline:0;min-width:0;height:100%;padding:0;font-size:15px}.market-search-v2 input::placeholder{color:#626762}.market-search-v2 kbd{color:#717671;background:#15181b;border:1px solid #30353b;border-radius:6px;place-items:center;min-width:25px;height:25px;font-family:inherit;font-size:12px;font-weight:650;display:grid}.market-toolbar-v2{z-index:15;top:calc(var(--header-height) + 1px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#08090afa 70%,#08090a00);justify-content:space-between;align-items:center;gap:25px;margin:0 -4px 27px;padding:10px 4px;display:flex;position:sticky}.market-categories-v2{scrollbar-width:none;align-items:center;gap:6px;min-width:0;max-width:100%;padding-bottom:2px;display:flex;overflow-x:auto}.market-categories-v2::-webkit-scrollbar{display:none}.market-category-v2{color:#7f837e;cursor:pointer;background:#ffffff04;border:1px solid #ffffff0f;border-radius:9px;flex:none;min-height:35px;padding:0 12px;font-size:13px;font-weight:620;transition:color .13s,background .13s,border-color .13s}.market-category-v2:hover{color:#d9dad6;background:#111417;border-color:#353a40}.market-category-v2--active{color:#f0a180;background:#ff713812;border-color:#ff713836}.market-toolbar-v2__meta{color:#696e69;flex:none;align-items:baseline;gap:5px;font-size:12.5px;display:flex}.market-toolbar-v2__meta strong{color:#a0a49f;font-size:13.5px}.market-grid-v2{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.market-catalog-v2__more{justify-content:center;padding:28px 0 4px;display:flex}.market-card-v2{min-width:0;transition:transform .18s var(--ease-out), border-color .18s ease, background .18s ease, box-shadow .18s ease;background:linear-gradient(145deg,#0f1113,#0c0e10);border:1px solid #fff1;border-radius:15px;position:relative;overflow:hidden}.market-card-v2:hover{background:linear-gradient(145deg,#121518,#0d0f11);border-color:#ff71382e;transform:translateY(-3px);box-shadow:0 18px 45px #0003}.market-card-v2--tracked{border-color:#ff71381f}.market-card-v2__main{min-height:292px;padding:18px 18px 68px;display:block}.market-card-v2__visual{background:radial-gradient(circle at 50% 45%,#ffffff09,#0000 58%),#0b0d0f;border:1px solid #ffffff0b;border-radius:12px;place-items:center;height:150px;display:grid;position:relative;overflow:hidden}.market-artwork-v2{color:#747974;letter-spacing:.08em;width:100%;height:100%;transition:transform .23s var(--ease-out);place-items:center;font-size:15px;font-weight:800;display:grid}.market-card-v2:hover .market-artwork-v2{transform:translateY(-3px)scale(1.025)}.market-artwork-v2 img{object-fit:contain;filter:drop-shadow(0 12px 20px #00000057);width:78%;height:78%;display:block}.market-artwork-v2--fallback{background:linear-gradient(145deg,#ffffff06,#0000)}.market-card-v2__tracked-badge{color:#d8825e;letter-spacing:.07em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#090a0bdb;border:1px solid #ff713829;border-radius:6px;align-items:center;gap:5px;min-height:26px;padding:0 7px;font-size:10.5px;font-weight:760;display:flex;position:absolute;top:10px;left:10px}.market-card-v2__identity{gap:4px;margin-top:16px;display:grid}.market-card-v2__identity>span{color:#727772;letter-spacing:.05em;text-transform:uppercase;font-size:12.5px;font-weight:690}.market-card-v2__identity strong{color:#e6e7e3;letter-spacing:-.02em;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:680;overflow:hidden}.market-card-v2__open{color:#6f746f;opacity:0;width:fit-content;transition:opacity .15s ease, transform .15s var(--ease-out), color .15s ease;align-items:center;gap:6px;margin-top:12px;font-size:12.5px;font-weight:620;display:flex;transform:translate(-4px)}.market-card-v2:hover .market-card-v2__open{opacity:1;color:#bd7152;transform:translate(0)}.market-card-v2__favorite{z-index:5;color:#6f746f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;background:#090a0bd4;border:1px solid #ffffff13;border-radius:9px;place-items:center;width:34px;height:34px;padding:0;transition:color .13s,border-color .13s,background .13s,transform .13s;display:grid;position:absolute;top:28px;right:28px}.market-card-v2__favorite:hover{color:#f3b675;border-color:#f3b67533;transform:translateY(-1px)}.market-card-v2__favorite--active{color:#f2b469;background:#f2b46913;border-color:#f2b46938}.market-card-v2__track{color:#a4a7a3;cursor:pointer;min-height:38px;transition:color .14s ease, border-color .14s ease, background .14s ease, transform .14s var(--ease-out);background:#111417;border:1px solid #292e34;border-radius:9px;justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:660;display:flex;position:absolute;bottom:16px;left:17px;right:17px}.market-card-v2__track:hover{color:#f2a07d;background:#ff71380f;border-color:#ff71383d;transform:translateY(-1px)}.market-card-v2__track--active{color:#e68d68;background:#ff71380e;border-color:#ff71382e}.market-state-v2{text-align:center;background:#0c0e10;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:390px;padding:40px;display:flex}.market-state-v2__icon{color:#a66245;background:#ff71380b;border:1px solid #ff71381f;border-radius:14px;place-items:center;width:54px;height:54px;margin-bottom:18px;display:grid}.market-state-v2 strong{color:#e2e3df;font-size:19px}.market-state-v2 p{color:#7c817c;max-width:500px;margin:8px 0 0;font-size:14.5px}.market-card-skeleton-v2{background:#0d0f11;border:1px solid #ffffff0d;border-radius:15px;min-height:345px;padding:18px}.market-card-skeleton-v2 span{background:linear-gradient(90deg,#131619,#1c2023,#131619) 0 0/200% 100%;border-radius:9px;animation:1.25s linear infinite workspace-shimmer;display:block}.market-card-skeleton-v2 span:first-child{width:100%;height:150px}.market-card-skeleton-v2 span:nth-child(2){width:72%;height:17px;margin-top:20px}.market-card-skeleton-v2 span:nth-child(3){width:100%;height:38px;margin-top:70px}@keyframes workspace-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-v2 small,.market-catalog-v2 small{font-size:max(12px,.75rem)}@media (width<=1260px){.market-grid-v2{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-v2__workspace{grid-template-columns:1fr}.dashboard-watch-v2{grid-template-columns:28px auto minmax(0,1fr) auto auto auto}}@media (width<=1040px){.dashboard-v2__metrics{grid-template-columns:1fr 1fr}.dashboard-metric-v2:last-child{grid-column:1/-1}.market-catalog-v2__header{grid-template-columns:1fr;gap:28px}.market-search-v2{max-width:600px}.market-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.dashboard-v2__hero{flex-direction:column;align-items:flex-start;gap:24px}.dashboard-v2__hero h1{font-size:clamp(39px,11vw,50px)}.dashboard-v2__market-button{justify-content:center;width:100%}.dashboard-v2__metrics{grid-template-columns:1fr}.dashboard-metric-v2:last-child{grid-column:auto}.dashboard-telegram-v2{grid-template-columns:auto 1fr}.dashboard-telegram-v2__action{grid-column:2;width:fit-content}.dashboard-alert-v2__prices{grid-template-columns:1fr}.dashboard-watch-v2{grid-template-columns:auto auto minmax(0,1fr) auto;gap:10px}.dashboard-watch-v2__index,.dashboard-watch-v2__price--market{display:none}.dashboard-watch-v2__price{min-width:auto}.market-catalog-v2__intro h1{font-size:clamp(42px,13vw,56px)}.market-toolbar-v2{flex-direction:column;align-items:flex-start;gap:8px}.market-toolbar-v2__meta{padding-left:2px}.market-grid-v2{grid-template-columns:1fr 1fr;gap:9px}.market-card-v2__main{min-height:260px;padding:12px 12px 64px}.market-card-v2__visual{height:130px}.market-card-v2__favorite{top:21px;right:21px}.market-card-v2__track{bottom:11px;left:11px;right:11px}}@media (width<=520px){.dashboard-guest-v2__actions{flex-direction:column;width:100%}.dashboard-guest-v2__actions .button{justify-content:center;width:100%}.dashboard-panel-v2__header{flex-direction:column;align-items:flex-start;gap:9px;min-height:auto}.dashboard-alert-v2{padding:19px}.dashboard-alert-v2__main{align-items:flex-start}.dashboard-alert-v2__identity strong{font-size:19px}.dashboard-watch-v2__price{display:none}.dashboard-watch-v2{grid-template-columns:auto minmax(0,1fr) auto}.market-grid-v2{grid-template-columns:1fr}.market-card-v2__visual{height:170px}.market-card-v2__main{min-height:310px}}.notification-center{position:relative}.notification-button{color:#858a85;cursor:pointer;width:42px;height:42px;transition:color .14s ease, border-color .14s ease, background .14s ease, transform .14s var(--ease-out);background:#0e1012;border:1px solid #292e34;border-radius:11px;place-items:center;padding:0;font-size:16px;display:grid;position:relative}.notification-button:hover,.notification-button--active{color:#f29a75;background:#ff71380e;border-color:#ff71383d}.notification-button:hover{transform:translateY(-1px)}.notification-badge{color:#170802;background:#ff7138;border:2px solid #08090a;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:800;line-height:1;display:grid;position:absolute;top:-6px;right:-6px}.notification-panel{z-index:200;color:#eeeeeb;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);width:min(440px,100vw - 28px);max-height:min(720px,100vh - 100px);animation:notification-panel-v2-in .17s var(--ease-out);background:#0d0f11fb;border:1px solid #292e34;border-radius:16px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 30px 90px #0000008c}@keyframes notification-panel-v2-in{0%{opacity:0;transform:translateY(-7px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.notification-panel__header{background:#ffffff03;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:20px;min-height:76px;padding:17px 19px;display:flex}.notification-panel__header>div:first-child{gap:4px;display:grid}.notification-panel__header span{color:#777c77;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:780;line-height:1.2}.notification-panel__header strong{color:#f0efec;letter-spacing:-.025em;font-size:19px;font-weight:700;line-height:1.2}.notification-panel__tools{align-items:center;gap:6px;display:flex}.notification-panel__tools button{color:#999d99;cursor:pointer;background:#111417;border:1px solid #292e34;border-radius:8px;min-height:34px;padding:0 10px;font-size:12.5px;font-weight:620;transition:color .13s,border-color .13s,background .13s}.notification-panel__tools button:hover{color:#efa080;background:#ff71380d;border-color:#ff713833}.notification-panel>section{background:#0b0d0f;border-bottom:1px solid #ffffff0e;padding:16px 18px 17px}.notification-panel>section>strong{color:#b5b8b4;margin-bottom:12px;font-size:13.5px;font-weight:680;display:block}.notification-panel>section>div:first-of-type{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.notification-panel>section>div:first-of-type label{color:#858a85;cursor:pointer;white-space:nowrap;background:#101316;border:1px solid #292e34;border-radius:9px;justify-content:center;align-items:center;min-height:38px;padding:0 8px;font-size:12.5px;font-weight:620;transition:color .13s,border-color .13s,background .13s;display:flex;position:relative}.notification-panel>section>div:first-of-type label:hover{color:#dedfdb;background:#15181c;border-color:#3a4047}.notification-panel>section input[type=radio]{accent-color:#ff7138;width:14px;height:14px;margin:0 7px 0 0}.notification-panel>section label:has(input[type=radio]:checked){color:#efa080;background:#ff71380e;border-color:#ff71383d}.notification-panel>section>div:last-of-type{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin-top:9px;display:grid}.notification-panel>section>div:last-of-type>label{min-width:0}.notification-panel>section>div:last-of-type>label>span{color:#989c98;cursor:pointer;background:#101316;border:1px solid #292e34;border-radius:9px;justify-content:center;align-items:center;min-height:38px;padding:0 12px;font-size:12.5px;font-weight:620;transition:color .13s,border-color .13s,background .13s;display:flex}.notification-panel>section>div:last-of-type>label>span:hover{color:#ecece9;background:#15181c;border-color:#3a4047}.notification-panel input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;overflow:hidden}.notification-panel>section>div:last-of-type>button{color:#df8d69;cursor:pointer;background:#ff71380b;border:1px solid #ff71382b;border-radius:9px;min-height:38px;padding:0 13px;font-size:12.5px;font-weight:650;transition:color .13s,border-color .13s,background .13s}.notification-panel>section>div:last-of-type>button:hover:not(:disabled){color:#ffac89;background:#ff713814;border-color:#ff71384d}.notification-panel>section button:disabled{cursor:not-allowed;opacity:.45}.notification-panel>section>div:last-of-type>small{color:#747974;overflow-wrap:anywhere;grid-column:1/-1;font-size:12px;line-height:1.4}.notification-list{background:#0d0f11;max-height:390px;overflow-y:auto}.notification-empty{color:#686d68;text-align:center;justify-content:center;align-items:center;min-height:185px;padding:30px;font-size:14px;display:flex}.notification-entry{color:#e7e7e4;cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #ffffff0d;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:82px;padding:13px 16px;transition:background .13s;display:grid;position:relative}.notification-entry:hover{background:#ffffff06}.notification-entry--unread{background:linear-gradient(90deg,#ff71380a,#0000 65%)}.notification-entry--unread:before{content:"";background:#ff7138;border-radius:50%;width:5px;height:5px;position:absolute;top:17px;left:5px;box-shadow:0 0 10px #ff713866}.notification-thumb{color:#d17b57;background:#16191c;border:1px solid #fff1;border-radius:11px;place-items:center;width:48px;height:48px;font-size:14px;font-weight:800;display:grid;overflow:hidden}.notification-thumb img{object-fit:contain;width:86%;height:86%}.notification-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.notification-copy>span{color:#9ca09b;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.notification-copy strong{color:#e8e8e5;text-overflow:ellipsis;white-space:nowrap;font-size:14.5px;overflow:hidden}.notification-copy b{color:#f0a080;margin-top:2px;font-family:inherit;font-size:14px;font-weight:700}.notification-copy small{color:#757a75;font-size:12px;line-height:1.4}.notification-toasts{z-index:300;top:calc(var(--header-height) + 14px);pointer-events:none;flex-direction:column;gap:9px;width:min(390px,100vw - 28px);display:flex;position:fixed;right:18px}.notification-toast{color:#eaeae7;cursor:pointer;pointer-events:auto;text-align:left;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;animation:notification-toast-v2-in .22s var(--ease-out);background:#0d1011fb;border:1px solid #70e6ac2b;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:13px;padding:15px;display:grid;box-shadow:0 24px 70px #0000007a}.notification-toast:hover{border-color:#70e6ac47}@keyframes notification-toast-v2-in{0%{opacity:0;transform:translate(18px)scale(.985)}to{opacity:1;transform:translate(0)scale(1)}}.quality-filter select{color:#dedfdb;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background-color:#0e1012;border:1px solid #30363d;border-radius:10px;min-width:145px;min-height:42px;padding:0 34px 0 12px;font-size:14px}.quality-filter select option{color:#e8e8e5;background:#101214;font-size:14px}@media (width<=560px){.notification-panel{top:calc(var(--header-height) + 8px);width:auto;max-height:calc(100vh - var(--header-height) - 16px);position:fixed;left:8px;right:8px}.notification-panel>section>div:first-of-type,.notification-panel>section>div:last-of-type{grid-template-columns:1fr}.notification-panel>section>div:last-of-type>button{width:100%}}
