@import"https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=IBM+Plex+Mono:wght@300;400;500&family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--c-bg: #0b0e14;--c-surface: #131720;--c-surface2: #1a1f2e;--c-border: rgba(255, 255, 255, .07);--c-border2: rgba(255, 255, 255, .12);--c-green: #4ade80;--c-green-dim: rgba(74, 222, 128, .12);--c-green-glow: rgba(74, 222, 128, .25);--c-text: rgba(255, 255, 255, .95);--c-muted: rgba(255, 255, 255, .65);--c-muted2: rgba(255, 255, 255, .45);--font-display: "Outfit", sans-serif;--font-mono: "IBM Plex Mono", monospace;--font-body: "Inter", sans-serif;--radius: 12px}html{overflow-y:scroll}html,body{margin:0;padding:0;width:100%;height:100%;background:#060010;color-scheme:dark;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh}#root{position:relative;z-index:1;width:100%;min-height:100vh;background:transparent}#ui-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;pointer-events:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.darkveil-canvas{width:100%;height:100%;display:block;position:absolute;top:0;left:0}.card-spotlight{position:relative;overflow:hidden;border-radius:25px;z-index:1;--mouse-x: 50%;--mouse-y: 50%;--spotlight-color: rgba(74, 214, 109, .5);contain:layout style paint}.card-spotlight:hover{z-index:100}.card-spotlight:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at var(--mouse-x) var(--mouse-y),var(--spotlight-color),transparent 80%);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:0;border-radius:25px;will-change:opacity;transform:translateZ(0)}.card-spotlight:hover:before,.card-spotlight:focus-within:before{opacity:.6}.card-spotlight>*{position:relative;z-index:1}.sticker-tooltip-trigger{display:inline-block;width:100%;height:100%}.sticker-tooltip-portal{position:fixed;padding:8px 12px;background-color:#111827f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#e5e7eb;font-size:.75rem;border-radius:6px;white-space:normal;pointer-events:none;box-shadow:0 4px 6px #0000004d;border:1px solid rgba(148,163,184,.2);text-align:center;min-width:120px;max-width:250px;z-index:2147483647;animation:tooltipFadeIn .2s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.sticker-tooltip-portal:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(17,24,39,.95)}.sticker-tooltip-portal .sticker-name{display:block;color:#e5e7eb;font-weight:500;white-space:normal}.sticker-tooltip-portal .sticker-price{color:#9ca3af;font-weight:400}.skin-autocomplete-wrapper{position:relative;flex:1;width:100%;min-width:0;display:flex;align-items:center;overflow:visible}.skin-autocomplete-input{width:100%;height:var(--h, 40px);background:linear-gradient(135deg,#11182766,#1f29374d);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(148,163,184,.6);border-radius:12px;padding:0 32px 0 40px;color:#e5e7eb;font-size:.875rem;transition:all .2s ease;box-shadow:0 4px 12px #0003,inset 0 1px #ffffff1a;outline:none;box-sizing:border-box;pointer-events:auto;position:relative;z-index:2}.skin-autocomplete-input::placeholder{color:#9ca3af99}.skin-autocomplete-input:focus{outline:none;border-color:#4ad66d80;box-shadow:0 6px 16px #4ad66d33,inset 0 1px #fff3}.skin-autocomplete-dropdown{top:calc(100% + 4px);left:0;right:0;max-height:400px;overflow-y:auto;background:linear-gradient(135deg,#111827f2,#1f2937e6);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 8px 32px #0006,inset 0 1px #fff3;z-index:9999;margin-top:4px;pointer-events:auto;position:absolute}.skin-autocomplete-item{display:flex;align-items:center;gap:12px;padding:12px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.05)}.skin-autocomplete-item:last-child{border-bottom:none}.skin-autocomplete-item:hover,.skin-autocomplete-item.highlighted{background:#4ad66d1a;border-color:#4ad66d33}.skin-autocomplete-image{width:60px;height:40px;object-fit:contain;border-radius:6px;background:#0f172a99;padding:4px;flex-shrink:0}.skin-autocomplete-info{flex:1;min-width:0}.skin-autocomplete-weapon{color:#9ca3af;font-size:.75rem;margin-bottom:2px}.skin-autocomplete-name{color:#e5e7eb;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.skin-autocomplete-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;border:none;background:#9ca3af4d;color:#e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;line-height:1;transition:all .2s ease;padding:0;z-index:3;flex-shrink:0}.skin-autocomplete-clear:hover{background:#ef444466;color:#fff;transform:translateY(-50%) scale(1.1)}.skin-autocomplete-clear:active{transform:translateY(-50%) scale(.95)}.skin-autocomplete-dropdown::-webkit-scrollbar{width:6px}.skin-autocomplete-dropdown::-webkit-scrollbar-track{background:#0f172a4d;border-radius:3px}.skin-autocomplete-dropdown::-webkit-scrollbar-thumb{background:#4ad66d4d;border-radius:3px}.skin-autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#4ad66d80}@media(max-width:640px){.skin-autocomplete-input{width:100%;padding:0 28px 0 32px;font-size:16px;height:var(--h-mobile, 34px)}.skin-autocomplete-clear{right:6px;width:22px;height:22px;font-size:16px}.skin-autocomplete-dropdown{max-height:50vh;border-radius:12px}.skin-autocomplete-item{padding:14px 12px;min-height:44px}.skin-autocomplete-image{width:50px;height:35px}.skin-autocomplete-name{font-size:.9375rem}}.scroll-card{display:block;width:100%;max-width:100%;min-width:0;box-sizing:border-box;will-change:opacity,transform;opacity:0;transform:translateY(60px) scale(.9)}.pill-nav-container{position:absolute;top:calc(1em + var(--announcement-bar-height, 0px));left:50%;transform:translate(-50%);z-index:99}@media(max-width:768px){.pill-nav-container{width:100%;left:0;transform:none}}.pill-nav{--nav-h: 42px;--logo: 36px;--pill-pad-x: 18px;--pill-gap: 1px;--capsule-pad: 2px;--brand-green: #4ade80;--brand-green-dark: #22c55e;width:max-content;display:flex;align-items:center;box-sizing:border-box}@media(max-width:768px){.pill-nav{width:100%;justify-content:space-between;padding:0 1rem;background:transparent}}.pill-nav-items{position:relative;display:flex;align-items:center;height:var(--nav-h);padding:1px}.pill-logo{width:var(--nav-h);height:var(--nav-h);border-radius:50%;padding:6px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}.pill-logo img{width:100%;height:100%;object-fit:contain;display:block}.pill-logo-stack{width:100%;height:100%;position:relative}.pill-logo-top,.pill-logo-bottom{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;display:block}.pill-list{list-style:none;display:flex;align-items:stretch;gap:var(--pill-gap);margin:0;padding:0;height:100%}.pill-list>li{display:flex;height:100%}.pill{display:inline-flex;align-items:center;justify-content:center;height:100%;padding:0 var(--pill-pad-x);background:#111827cc;color:#4ade80;text-decoration:none;border:2px solid var(--brand-green);border-radius:9999px;box-sizing:border-box;font-weight:600;font-size:16px;line-height:0;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;cursor:pointer;position:relative;overflow:hidden;transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out}.pill:hover,.pill:focus-visible{background:var(--brand-green);color:#fff;border-color:var(--brand-green)}.pill .hover-circle{position:absolute;left:50%;bottom:0;border-radius:50%;background:var(--brand-green);z-index:1;display:block;pointer-events:none;will-change:transform}.pill .label-stack{position:relative;display:inline-block;line-height:1;z-index:2}.pill .pill-label{position:relative;z-index:2;display:inline-block;line-height:1;will-change:transform}.pill .pill-label-hover{position:absolute;left:0;top:0;color:#fff;z-index:3;display:inline-block;will-change:transform,opacity}.pill-icon-wrapper{position:relative;display:inline-block;margin-right:8px;width:20px;height:20px;flex-shrink:0}.pill .pill-icon{width:20px;height:20px;object-fit:contain;display:block;position:absolute;top:0;left:0;z-index:2;transition:opacity .2s ease}.pill .pill-icon-default{opacity:1}.pill .pill-icon-hover{opacity:0}.pill:hover .pill-icon-default,.pill:focus-visible .pill-icon-default{opacity:0}.pill:hover .pill-icon-hover,.pill:focus-visible .pill-icon-hover{opacity:1}@media(min-width:769px){.pill .pill-icon-default{opacity:0}.pill .pill-icon-hover{opacity:1}.pill:hover .pill-icon-default,.pill:focus-visible .pill-icon-default{opacity:1}.pill:hover .pill-icon-hover,.pill:focus-visible .pill-icon-hover{opacity:0}}.pill.is-active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%) rotate(180deg);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid var(--brand-green);border-top-color:var(--brand-green);z-index:4;pointer-events:none}.pill.is-active:hover:after,.pill.is-active:focus-visible:after{border-top-color:#fff}.desktop-only{display:block}.mobile-only{display:none}@media(max-width:768px){.desktop-only{display:none}.mobile-only{display:block}.pill{height:var(--nav-h);min-width:80px;max-width:80px;padding:0;justify-content:center;text-align:center}.pill .label-stack{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}.mobile-menu-button{width:var(--nav-h);height:var(--nav-h);border-radius:50%;background:#111827cc;border:none;display:none;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;padding:0;position:relative}@media(max-width:768px){.mobile-menu-button{display:flex}}.hamburger-line{width:16px;height:2px;background:#4ade80;border-radius:1px;transition:all .25s ease-in-out;transform-origin:center}.mobile-menu-popover{position:absolute;top:3em;left:1rem;right:1rem;background:var(--base, #f0f0f0);border-radius:27px;box-shadow:0 8px 32px #0000001f;z-index:998;opacity:0;transform-origin:top center;visibility:hidden}.mobile-menu-list{list-style:none;margin:0;padding:3px;display:flex;flex-direction:column;gap:3px}.mobile-menu-popover .mobile-menu-link{display:flex;align-items:center;justify-content:center;width:100%;height:48px;padding:0 16px;box-sizing:border-box;color:var(--pill-text, #fff);background-color:var(--pill-bg, #fff);text-decoration:none;font-size:18px;font-weight:500;border-radius:50px;transition:all .2s ease;border:none;text-align:center;font-family:inherit;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-menu-popover .mobile-menu-link .pill-icon-wrapper{position:relative;display:inline-flex;align-items:center;margin-right:8px;width:20px;height:20px;flex-shrink:0}.mobile-menu-popover .mobile-menu-link .pill-icon{width:20px;height:20px;object-fit:contain;display:block;position:absolute;top:0;left:0;transition:opacity .2s ease}.mobile-menu-popover .mobile-menu-link .pill-icon-default{opacity:1}.mobile-menu-popover .mobile-menu-link .pill-icon-hover{opacity:0}.mobile-menu-popover .mobile-menu-link:hover .pill-icon-default,.mobile-menu-popover .mobile-menu-link:focus-visible .pill-icon-default{opacity:0}.mobile-menu-popover .mobile-menu-link:hover .pill-icon-hover,.mobile-menu-popover .mobile-menu-link:focus-visible .pill-icon-hover{opacity:1}@media(max-width:768px){.mobile-menu-popover .mobile-menu-link{justify-content:center}}.mobile-menu-popover .mobile-menu-link:hover{cursor:pointer;background-color:var(--base);color:var(--hover-text, #fff)}.steam-auth-skeleton{width:90px;height:34px;border-radius:8px;background:#4ade800f;border:1px solid rgba(74,222,128,.15);animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.steam-login-btn{display:inline-flex;align-items:center;gap:7px;padding:7px 14px;background:#4ade8014;color:var(--c-green);font-size:13px;font-weight:600;letter-spacing:.02em;border-radius:8px;text-decoration:none;border:1px solid rgba(74,222,128,.25);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 12px #4ade800f,inset 0 1px #ffffff0d;transition:background .2s,box-shadow .2s;white-space:nowrap}.steam-login-btn:hover{background:#4ade8026;box-shadow:0 4px 16px #4ade801f,inset 0 1px #ffffff14}.steam-login-icon{width:16px;height:16px;flex-shrink:0}.steam-user-menu{position:relative;display:flex;align-items:center}.steam-avatar-btn{display:flex;align-items:center;gap:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:4px 10px 4px 4px;cursor:pointer;color:#fff;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;white-space:nowrap}.steam-avatar-btn:hover{background:#ffffff24;border-color:#ffffff38}.steam-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;flex-shrink:0}.steam-name{max-width:120px;overflow:hidden;text-overflow:ellipsis}.steam-chevron{font-size:10px;opacity:.6;transition:transform .2s;display:inline-block}.steam-chevron.open{transform:rotate(180deg)}.steam-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:150px;background:#1a1a2e;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:6px;z-index:1000;box-shadow:0 8px 24px #0006;animation:fadeInDown .12s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.steam-dropdown-item{display:block;width:100%;text-align:left;padding:8px 12px;border-radius:6px;background:none;border:none;color:#e2e8f0;font-size:13px;cursor:pointer;transition:background .12s}.steam-dropdown-item:hover{background:#ffffff14}.steam-dropdown-divider{height:1px;background:#ffffff14;margin:4px 0}.steam-dropdown-logout{color:#f87171}.steam-dropdown-logout:hover{background:#f871711a}.pill-nav-right-slot{display:flex;align-items:center;margin-left:12px}.bug-report-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.bug-report-modal{background:linear-gradient(135deg,#111827f2,#1f2937e6);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:16px;box-shadow:0 8px 32px #0006,inset 0 1px #fff3;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;animation:bug-report-fade-in .2s ease-out}@keyframes bug-report-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.bug-report-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.bug-report-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#fff}.bug-report-close{background:transparent;border:none;color:#9ca3af;font-size:2rem;line-height:1;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.bug-report-close:hover:not(:disabled){background:#ffffff1a;color:#fff}.bug-report-close:disabled{opacity:.5;cursor:not-allowed}.bug-report-form{padding:24px}.bug-report-field{margin-bottom:20px}.bug-report-field label{display:block;margin-bottom:8px;font-size:.875rem;font-weight:500;color:#e5e7eb}.bug-report-field input,.bug-report-field textarea{width:100%;padding:12px 16px;background:#0f172a99;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#e5e7eb;font-size:.9375rem;font-family:inherit;outline:none;transition:all .2s ease;box-sizing:border-box}.bug-report-field input:focus,.bug-report-field textarea:focus{border-color:#4ad66d80;box-shadow:0 0 0 2px #4ad66d33}.bug-report-field input:disabled,.bug-report-field textarea:disabled{opacity:.6;cursor:not-allowed}.bug-report-field textarea{resize:vertical;min-height:120px}.bug-report-field input::placeholder,.bug-report-field textarea::placeholder{color:#6b7280}.bug-report-message{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.875rem}.bug-report-success{background:#4ad66d26;border:1px solid rgba(74,214,109,.3);color:#4ade80}.bug-report-error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ef4444}.bug-report-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.bug-report-cancel,.bug-report-submit{padding:10px 20px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.bug-report-cancel{background:#ffffff1a;color:#e5e7eb}.bug-report-cancel:hover:not(:disabled){background:#ffffff26}.bug-report-submit{background:#4ade80;color:#1f2937;font-weight:600}.bug-report-submit:hover:not(:disabled){background:#22c55e;transform:translateY(-1px);box-shadow:0 4px 12px #4ad66d4d}.bug-report-cancel:disabled,.bug-report-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:640px){.bug-report-modal{max-width:100%;margin:20px;max-height:calc(100vh - 40px)}.bug-report-header{padding:20px 20px 16px}.bug-report-header h2{font-size:1.25rem}.bug-report-form{padding:20px}.bug-report-actions{flex-direction:column-reverse}.bug-report-cancel,.bug-report-submit{width:100%}}.homepage-footer{margin-top:40px;padding:40px 0;border-top:1px solid var(--c-border);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.footer-brand{font-family:var(--font-display);font-size:1.1rem;font-weight:800;letter-spacing:.04em;color:#fff3;text-transform:uppercase}.homepage-footer p{margin:0;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;color:var(--c-muted2);text-transform:uppercase;text-align:center}.footer-links{display:flex;align-items:center;gap:20px;justify-content:flex-end}.footer-link{font-family:var(--font-mono);font-size:11px;color:var(--c-muted2);text-decoration:none;letter-spacing:.08em;text-transform:uppercase;transition:color .15s;white-space:nowrap}.footer-link:hover{color:var(--c-green)}.footer-link--green{color:var(--c-green);transition:opacity .15s}.footer-link--green:hover{color:var(--c-green);opacity:.7}.footer-link-btn{background:none;border:none;cursor:pointer;padding:0;font-family:var(--font-mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted2)}@media(max-width:860px){.homepage-footer{grid-template-columns:1fr;gap:12px}.footer-links{justify-content:flex-start}.homepage-footer p{text-align:left}}@media(max-width:540px){.footer-links{flex-wrap:wrap;gap:12px}}.app-container{position:relative;min-height:100vh;background-color:var(--c-bg);color:var(--c-text);font-family:var(--font-body);padding:24px;overflow-x:hidden}.darkveil-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden;background-color:#060010}.main-content{position:relative;z-index:1;max-width:1400px;margin:0 auto}.recent-page .main-content{padding-top:24px}#ui-layer .bug-report-button-container{position:fixed;top:24px;right:24px;pointer-events:auto;z-index:999999;transition:transform .2s ease,opacity .2s ease}@media(max-width:768px){#ui-layer .bug-report-button-container{transition:transform .12s ease,opacity .12s ease}}#ui-layer .bug-report-button-container.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}#ui-layer .bug-report-button-container.is-hidden{transform:translateY(-120%);opacity:0;pointer-events:none}.bug-report-button{position:static;background:#4ade80;color:#1f2937;border:none;padding:10px 20px;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease;box-shadow:0 4px 12px #4ad66d4d;display:flex;align-items:center;gap:8px;margin:0;white-space:nowrap}.bug-icon{width:20px;height:20px;object-fit:contain}.bug-report-button:hover{background:#22c55e;box-shadow:0 6px 16px #4ad66d66}.bug-report-button:active{box-shadow:0 4px 12px #4ad66d4d;transform:none}@media(max-width:640px){#ui-layer .bug-report-button-container{top:16px;right:16px}.bug-report-button{padding:8px 16px;font-size:.875rem}}.app-header{text-align:center;margin:32px 0 48px}.app-header h1{font-size:2.5rem;font-weight:800;letter-spacing:-.025em;color:#fff;margin:0}.header-accent{color:#4ade80;text-shadow:0 0 24px rgba(74,222,128,.4)}.app-header p{margin-top:16px;font-size:1.125rem;color:#9ca3af;max-width:42rem;margin-left:auto;margin-right:auto}.results-info{margin-top:24px;margin-bottom:24px;padding:12px 16px;background-color:#11182799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(75,85,99,.3);border-radius:10px;color:#d1d5db;font-size:.875rem;text-align:center}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px;padding:24px}.pagination-btn,.pagination-button{padding:10px 20px;background-color:#1f2937;color:#d1d5db;border:1px solid #4b5563;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled),.pagination-button:hover:not(:disabled){background-color:#4ade8026;border-color:#4ade80;color:#4ade80}.pagination-btn:disabled,.pagination-button:disabled{opacity:.5}.pagination-info{color:#9ca3af;font-size:.875rem}.item-card-wrapper{width:100%;height:100%;overflow:visible}.item-card{width:100%;max-width:100%;height:100%;border-radius:25px;padding:16px 18px 14px;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 32px #0000004d,inset 0 1px #fff3,inset 0 -1px #ffffff1a;display:flex;flex-direction:column;gap:12px;background:linear-gradient(135deg,#11182766,#1f29374d,#11182766);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:#e5e7eb;margin:0!important;box-sizing:border-box;position:relative;z-index:1;overflow:hidden}.item-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);pointer-events:none}.item-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.item-card:hover:after{opacity:1}.card-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:8px}.card-header-left,.card-header-right{display:flex;align-items:center;justify-content:center}.source-logo{width:27px;height:27px;object-fit:contain}.source-logo-placeholder{width:27px;height:27px;display:flex;align-items:center;justify-content:center;background-color:#3741514d;border-radius:4px;color:#9ca3af;font-size:18px;font-weight:600}.card-header-center{text-align:center}.item-name{margin:0;font-size:20px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#e5e7eb}.card-header-right{display:flex;align-items:center;justify-content:flex-end;gap:4px}.stattrak-icon,.souvenir-icon{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:999px;font-size:10px;font-weight:700;padding:0 6px;box-shadow:0 0 0 1px #0009}.stattrak-icon{background:radial-gradient(circle at 30% 0%,#fed7aa,#ea580c);color:#1f2933}.souvenir-icon{background:radial-gradient(circle at 30% 0%,#fef9c3,#facc15);color:#1f2933}.card-body{display:grid;grid-template-columns:1fr 50px;column-gap:10px;align-items:start;overflow:visible}.card-body .main-column{align-self:start}.card-body .stickers-column{align-self:stretch;height:100%}.main-column{display:flex;flex-direction:column;gap:10px;height:100%;justify-content:space-between}.item-image-wrapper{width:100%;height:230px;display:flex;align-items:center;justify-content:center;padding:0;margin-top:5px;overflow:hidden}.item-image{display:block;width:100%;max-width:100%;height:auto;max-height:200px;object-fit:contain}.float-bar-wrapper{position:relative;padding-top:11px}.float-bar-wrapper-inner{position:relative;width:100%;height:10px;margin-bottom:6px}.float-bar{position:relative;width:100%;height:10px;border-radius:999px;overflow:hidden;background:linear-gradient(90deg,#0f0,#0f0 11.6667%,#18a518 11.6667%,#18a518 25%,#9acd32 25%,#9acd32 63.3333%,#cd5c5c 63.3333%,#cd5c5c 75%,#f92424 75%,#f92424)}.float-cursor{position:absolute;top:-10px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:10px solid #e5e7eb;z-index:2;transform:translate(-50%);pointer-events:none}.float-label{font-size:.8em;color:#d1d5db;text-align:left;white-space:nowrap;margin-top:-7px}.info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;font-size:11px;margin-top:5px;padding-bottom:5px}.info-meta{display:flex;flex-direction:row;justify-content:space-between;width:100%}.info-block{display:flex;flex-direction:column;gap:2px}.info-label{color:#9ca3af}.info-value{color:#d1d5db;text-align:right}.info-item.price{color:#0fe95f;font-weight:550;font-size:1.2em}.info-item.price.price-line{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.listing-age-pill{color:#9ca3af;font-size:.68em;font-weight:650;letter-spacing:.01em;white-space:nowrap}.sticker-price-value{color:#0fe9a0;font-weight:600}.info-camera-button{flex-shrink:0;width:40px;height:40px;border-radius:50px;border:1px solid rgba(156,163,175,.7);background:radial-gradient(circle at 0% 0%,#1f2937f2,#0f172af2);color:#e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;box-shadow:0 2px 8px #00000059,inset 0 1px #ffffff1f;transition:background .18s ease,border-color .18s ease,transform .12s ease;margin-top:auto;margin-left:3px}.info-camera-button:hover{border-color:#4ad66de6;transform:translateY(-1px)}.info-camera-button:active{transform:translateY(0)}.stickers-column{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:8px;margin-top:0;padding-top:0;overflow:visible}.sticker-wrapper{position:relative;overflow:visible}.sticker{width:46px;height:46px;border-radius:8px;object-fit:contain;background:linear-gradient(135deg,#37415199,#1f293799);border:2px solid rgba(148,163,184,.3);padding:2px;margin-left:3px;box-shadow:0 2px 4px #0000001a,inset 0 1px #ffffff1a;transition:all .2s ease;cursor:pointer;display:block}.sticker.sticker-highlighted{border-color:#26be5e;box-shadow:0 0 0 1px #26be5e59,0 0 14px #4ad66d47,inset 0 1px #ffffff26}.sticker:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 8px #00000026,inset 0 1px #ffffff26;border-color:#94a3b880}.sticker.sticker-highlighted:hover{border-color:#26be5e;box-shadow:0 0 0 1px #26be5e73,0 0 18px #4ad66d57,inset 0 1px #ffffff2e}.sticker-placeholder{width:46px;height:46px;border-radius:8px;background:linear-gradient(135deg,#3741514d,#1f29374d);border:2px solid rgba(148,163,184,.2);box-shadow:0 1px 2px #0000000d}.sticker-tooltip{display:none}.sticker-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(17,24,39,.95)}.sticker-wrapper:hover .sticker-tooltip{opacity:1;visibility:visible}.card-spotlight:has(.sticker-wrapper:hover) .item-card,.item-card:hover{z-index:100}.card-spotlight:has(.sticker-wrapper:hover),.card-spotlight:hover{z-index:100}@media(hover:none)and (pointer:coarse){.sticker-tooltip{display:none}}.sticker-name{display:block;color:#e5e7eb;font-weight:500;white-space:normal;max-width:200px;word-wrap:break-word}.card-actions{display:flex;gap:8px;margin-top:2px}.btn{flex:1;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);font-size:12px;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s ease;display:inline-block;position:relative;overflow:hidden;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:0 4px 12px #0003,inset 0 1px #fff3}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn:hover:before{left:100%}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0000004d,inset 0 1px #ffffff4d;border-color:#ffffff4d}.btn-primary{background:linear-gradient(135deg,#25a2446b,#4ad66dc9);color:#fff;border-color:#ffffff40}.btn-primary:hover{background:linear-gradient(135deg,#25a24499,#4ad66d99)}.btn-secondary{background:linear-gradient(135deg,#0f172a66,#1f293766);color:#e5e7eb;border-color:#ffffff2e}.btn-secondary:hover{background:linear-gradient(135deg,#0f172a99,#1f293799)}.screenshot-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:11000;display:flex;align-items:center;justify-content:center;padding:16px}.screenshot-modal{background:linear-gradient(118deg,#12281c,#030718);border-radius:16px;border:1px solid rgba(255,255,255,.18);box-shadow:0 16px 40px #00000080,inset 0 1px #ffffff1f;width:100%;max-width:1366px;max-height:90vh;display:flex;flex-direction:column;color:#e5e7eb;overflow:hidden}.screenshot-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 8px;border-bottom:1px solid rgba(55,65,81,.9)}.screenshot-modal-title{font-size:1rem;font-weight:600}.screenshot-close-button{width:32px;height:32px;border-radius:50px;border:1px solid rgba(156,163,175,.7);background:transparent;color:#9ca3af;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.4rem;line-height:1;transition:background .18s ease,border-color .18s ease,transform .12s ease}.screenshot-close-button:hover{background:#1f2937e6;border-color:#f8fafcb3;transform:translateY(-1px)}.screenshot-close-button:active{transform:translateY(0)}.screenshot-tabs{display:flex;align-items:center;padding:11px 20px 6px;gap:8px}.screenshot-tab{border:none;border-radius:999px;padding:4px 10px;font-size:.8rem;cursor:pointer;background:transparent;color:#9ca3af;transition:background .15s ease,color .15s ease}.screenshot-tab-active{background:#4ad66d1f;color:#e5e7eb}.screenshot-tab-disabled{cursor:default;opacity:.5}.screenshot-warning{padding:8px 0 0;font-size:.75rem;color:#9ca3af;text-align:center}.screenshot-modal-body{padding:20px 5px;display:flex;flex-direction:column;gap:10px;flex:1 1;min-height:0}.screenshot-image-container{flex:1 1;min-height:260px;height:min(70vh,760px);max-height:calc(90vh - 150px);border-radius:12px;border:1px solid rgb(55 65 81 / 0%);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;touch-action:none;cursor:grab}.screenshot-image-container-buff{cursor:default}.screenshot-image-container-panning{cursor:grabbing}.screenshot-image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;-webkit-user-select:none;user-select:none;pointer-events:none}.screenshot-image-buff{width:45%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;transform:none}.screenshot-loader{font-size:.85rem;color:#d1d5db}.screenshot-error{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:.85rem;color:#fca5a5}.screenshot-error-link{font-size:.8rem;color:#4ade80;text-decoration:underline}.screenshot-empty-state{flex:1;min-height:200px;display:flex;align-items:center;justify-content:center;font-size:.9rem;color:#9ca3af;border-radius:12px;border:1px dashed rgba(75,85,99,.9);background:radial-gradient(circle at 0% 0%,#020617,#020617)}.screenshot-footer{display:flex;align-items:center;justify-content:center;margin-top:6px;font-size:.78rem;color:#9ca3af}.screenshot-reset-button{border-radius:999px;border:1px solid rgba(156,163,175,.8);background:#0f172ae6;color:#e5e7eb;padding:4px 10px;font-size:.78rem;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease}.screenshot-reset-button:hover{background:#1f2937f2;border-color:#f8fafcb3;transform:translateY(-1px)}.screenshot-reset-button:active{transform:translateY(0)}.screenshot-open-link{color:#4ade80;text-decoration:underline}.skins-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px!important;justify-content:center;width:100%;margin:0;padding:0}.skins-grid>*{margin:0!important;width:100%;max-width:100%;min-width:0;box-sizing:border-box}.skins-grid--compact{grid-template-columns:repeat(5,1fr);gap:14px!important}.skins-grid--compact .item-image-wrapper{height:150px}.skins-grid--compact .item-card{border-radius:18px}.skins-grid--compact .info-row{display:none}.message-box{text-align:center;padding:80px 40px;border:1px solid #4b5563;border-radius:12px;background-color:#1f293780}.message-box h2{font-size:1.5rem;font-weight:700;color:#fff}.message-box p{color:#9ca3af;margin-top:8px}.error-box{background-color:#991b1b33;border-color:#ef4444}.error-box h2{color:#f87171}.error-box p{color:#fca5a5}.info-box{background-color:#1e3a8a33;border-color:#3b82f6}.info-box h2{color:#93c5fd}.info-box p{color:#bfdbfe}.retry-btn,.clear-search-btn{margin-top:16px;padding:10px 20px;background-color:#4ade80;color:#1f2937;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4ad66d4d}.retry-btn:hover,.clear-search-btn:hover{background-color:#22c55e;transform:translateY(-1px);box-shadow:0 4px 12px #4ad66d66}.retry-btn:active,.clear-search-btn:active{transform:translateY(0)}.skeleton-card{width:100%;max-width:420px;background-color:#1f293780;border:3px solid #b3b3b3;border-radius:25px;padding:16px 18px 14px;animation:pulse 1.5s cubic-bezier(.4,0,.6,1) infinite;box-sizing:border-box}@keyframes pulse{50%{opacity:.5}}.skeleton-line{background-color:#4b5563;border-radius:4px;height:16px;margin-bottom:8px}.skeleton-stickers-section{margin-top:16px;padding-top:16px;border-top:1px solid #4b5563}.skeleton-stickers-container{display:flex;gap:12px}.skeleton-sticker{width:52px;height:52px;background-color:#4b5563;border-radius:10px}@media(max-width:1400px){.skins-grid{grid-template-columns:repeat(3,1fr)}.skins-grid--compact{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.skins-grid{grid-template-columns:repeat(2,1fr)}.skins-grid--compact{grid-template-columns:repeat(3,1fr)}.skeleton-card{max-width:100%}}@media(max-width:768px){.skeleton-card{padding:14px 16px 12px}.skeleton-line{height:15px}.skeleton-sticker{width:48px;height:48px}}@media(max-width:653px){.card-spotlight{overflow:hidden!important;clip-path:inset(0 round 25px)}.card-spotlight:before{border-radius:25px;transform:translateZ(0)}.item-card-wrapper{overflow:hidden!important}}@media(max-width:640px){.skins-grid{grid-template-columns:1fr}.skins-grid--compact{grid-template-columns:repeat(2,1fr)}.item-card{width:100%;max-width:420px}.skeleton-card{max-width:100%;padding:12px 14px 10px}.skeleton-line{height:14px;margin-bottom:6px}.skeleton-sticker{width:44px;height:44px}}@media(max-width:653px){.card-spotlight{overflow:hidden!important}.card-spotlight:before{transform:translateZ(0)}.item-card-wrapper{overflow:hidden!important}}.homepage-container{position:relative;min-height:100vh;background-color:var(--c-bg);color:var(--c-text);font-family:var(--font-body);overflow-x:hidden}.darkveil-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden;background-color:var(--c-bg)}.homepage-content{position:relative;z-index:1;max-width:1320px;margin:0 auto;padding:0 28px 120px}.homepage-hero{display:grid;grid-template-columns:1fr 520px;align-items:center;gap:64px;padding:140px 0 80px;position:relative}.homepage-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--c-border2) 30%,var(--c-border2) 70%,transparent 100%)}.hero-left{display:flex;flex-direction:column;gap:32px;animation:fadeUp .8s cubic-bezier(.16,1,.3,1) both}.hero-wordmark{font-family:var(--font-display);font-size:1.9rem;font-weight:900;letter-spacing:.14em;line-height:1}.wordmark-craft{color:var(--c-text)}.wordmark-prices{color:var(--c-green)}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.homepage-title{font-family:var(--font-display);font-size:clamp(2.4rem,4.5vw,4.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--c-text);margin:0;background:none;-webkit-text-fill-color:var(--c-text)}.homepage-title .title-highlight{background:linear-gradient(120deg,#86efac 0%,var(--c-green) 50%,#22c55e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage-subtitle{font-size:1.1rem;font-weight:400;color:var(--c-muted);margin:0;max-width:520px;line-height:1.8}.homepage-description{display:none}.hero-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.btn-hero-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;background:var(--c-green);color:#061410;font-family:var(--font-display);font-size:.95rem;font-weight:700;letter-spacing:.02em;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 0 20px #4ade8040,0 4px 12px #0000004d}.btn-hero-primary:hover{background:#6ef7a0;transform:translateY(-2px);box-shadow:0 0 32px #4ade8066,0 8px 24px #00000059}.btn-hero-primary svg{flex-shrink:0;transition:transform .15s}.btn-hero-primary:hover svg{transform:translate(3px)}.btn-hero-secondary{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;background:transparent;color:var(--c-text);font-family:var(--font-display);font-size:.95rem;font-weight:600;text-decoration:none;border:1px solid var(--c-border2);border-radius:8px;transition:border-color .15s,background .15s}.btn-hero-secondary:hover{border-color:#ffffff40;background:#ffffff0a}.hero-trust{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--c-muted)}.hero-trust-item svg{color:var(--c-green);flex-shrink:0}.hero-right{animation:fadeUp .8s .15s cubic-bezier(.16,1,.3,1) both}.hero-showcase{background:#13172063;border:1px solid var(--c-border2);border-radius:20px;padding:36px;position:relative;overflow:hidden}.hero-showcase:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 20%,rgba(74,222,128,.06) 0%,transparent 60%);pointer-events:none}.showcase-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.showcase-label{font-family:var(--font-mono);font-size:12px;letter-spacing:.15em;text-transform:uppercase;color:var(--c-green)}.showcase-live{display:flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;color:var(--c-muted);letter-spacing:.08em}.showcase-live-dot{width:6px;height:6px;border-radius:50%;background:var(--c-green);animation:blink 1.5s ease-in-out infinite}.showcase-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#2f2f2f38;border-radius:10px;overflow:hidden;margin-bottom:20px}.showcase-stat{background:var(--c-surface2);padding:20px 18px;display:flex;flex-direction:column;gap:6px}.showcase-stat-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted2)}.showcase-stat-value{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--c-green);line-height:1;display:flex;align-items:baseline;gap:4px}.showcase-stat-value .counter-number{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--c-green);line-height:1}.showcase-stat-unit{font-family:var(--font-mono);font-size:9px;color:var(--c-muted2);letter-spacing:.05em}.showcase-marketplaces{display:flex;flex-direction:column;gap:8px}.showcase-market-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted2);margin-bottom:2px}.showcase-market-list{display:flex;gap:8px;flex-wrap:wrap}.market-chip{display:inline-flex;align-items:center;gap:7px;background:var(--c-surface2);border:1px solid var(--c-border2);border-radius:6px;padding:7px 12px;font-size:13px;color:var(--c-muted);font-family:var(--font-mono);transition:border-color .15s,color .15s}.market-chip:hover{border-color:#4ade804d;color:var(--c-text)}.market-chip-logo{width:16px;height:16px;object-fit:contain;flex-shrink:0;filter:brightness(.85) saturate(.9)}.market-chip:hover .market-chip-logo{filter:brightness(1.05) saturate(1.1)}.features-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff03;border-radius:var(--radius);border:1px solid var(--c-border2);overflow:hidden;margin:56px 0;animation:fadeUp .8s .25s cubic-bezier(.16,1,.3,1) both}.feature-card{background:#1317201a;padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:background .2s}.feature-card:hover{background:#131720a0}.feature-icon{width:36px;height:36px;border-radius:8px;background:var(--c-green-dim);border:1px solid rgba(74,222,128,.15);display:flex;align-items:center;justify-content:center;color:var(--c-green)}.feature-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--c-text);margin:0}.feature-desc{font-size:14px;color:var(--c-muted);line-height:1.7;margin:0}.homepage-section{margin-top:64px}.homepage-section:nth-child(1){animation:fadeUp .7s .3s cubic-bezier(.16,1,.3,1) both}.homepage-section:nth-child(2){animation:fadeUp .7s .4s cubic-bezier(.16,1,.3,1) both}.homepage-section:nth-child(3){animation:fadeUp .7s .5s cubic-bezier(.16,1,.3,1) both}.section-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:16px}.section-heading{display:flex;align-items:center;gap:12px}.section-num{font-family:var(--font-mono);font-size:12px;color:var(--c-muted2);letter-spacing:.1em;padding-top:4px}.section-title{font-family:var(--font-display);font-size:1.7rem;font-weight:800;letter-spacing:-.01em;color:var(--c-text);margin:0;line-height:1}.section-title-accent{color:var(--c-green)}.section-description{display:none}.section-view-all{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-mono);font-size:12px;letter-spacing:.08em;color:var(--c-green);text-decoration:none;text-transform:uppercase;white-space:nowrap;opacity:.85;transition:opacity .15s,gap .15s}.section-view-all:hover{opacity:1;gap:10px}.section-divider{height:1px;background:linear-gradient(90deg,var(--c-border2) 0%,transparent 100%);margin-bottom:24px}.no-items{font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;color:var(--c-muted2);padding:60px 0;text-align:center;text-transform:uppercase}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.homepage-hero{grid-template-columns:1fr 420px;gap:48px}.features-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.homepage-hero{grid-template-columns:1fr;padding:72px 0 60px;gap:40px}.hero-showcase{max-width:100%;width:100%;box-sizing:border-box}.features-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.homepage-content{padding:0 16px 60px}.homepage-hero{padding:60px 0 48px;gap:32px}.features-strip{grid-template-columns:1fr}.hero-cta-row{flex-direction:column;align-items:stretch}.btn-hero-primary,.btn-hero-secondary{width:100%;justify-content:center;box-sizing:border-box}.hero-trust{gap:16px}.hero-showcase{padding:20px 16px}.showcase-stats{grid-template-columns:repeat(3,1fr);overflow:hidden;background:transparent}.showcase-stat{padding:14px 10px}.showcase-stat-value .counter-number{font-size:1.1rem}.showcase-market-list{gap:6px}.market-chip{font-size:11px;padding:6px 9px;gap:5px}.market-chip-logo{width:13px;height:13px}.section-top{flex-direction:column;align-items:flex-start}}.donation-toast{position:fixed;bottom:24px;right:24px;z-index:9000;width:280px;background:var(--c-surface);border:1px solid var(--c-border2);border-radius:var(--radius);padding:16px 16px 14px;box-shadow:0 8px 32px #00000080,0 0 0 1px var(--c-border);animation:toast-in .35s cubic-bezier(.34,1.56,.64,1) both;font-family:var(--font-body)}@keyframes toast-in{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.donation-toast__close{position:absolute;top:10px;right:10px;background:none;border:none;color:var(--c-muted2);font-size:12px;cursor:pointer;padding:2px 5px;line-height:1;border-radius:4px;transition:color .15s}.donation-toast__close:hover{color:var(--c-text)}.donation-toast__msg{margin:0 0 12px;font-size:13px;color:var(--c-muted);line-height:1.5;padding-right:16px}.donation-toast__actions{display:flex;align-items:center;gap:10px}.donation-toast__btn{display:inline-block;padding:6px 14px;background:var(--c-green);color:#000;font-size:13px;font-weight:600;border-radius:6px;text-decoration:none;font-family:var(--font-body);transition:opacity .15s}.donation-toast__btn:hover{opacity:.85}.donation-toast__later{background:none;border:none;color:var(--c-muted2);font-size:12px;cursor:pointer;padding:0;font-family:var(--font-body);transition:color .15s}.donation-toast__later:hover{color:var(--c-muted)}@media(max-width:480px){.donation-toast{bottom:16px;right:16px;left:16px;width:auto}}.user-section-nav{display:flex;gap:4px;padding:12px 24px 0;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:0}.user-section-nav-item{padding:8px 20px;border-radius:8px 8px 0 0;color:#ffffff80;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s;border-bottom:2px solid transparent}.user-section-nav-item:hover{color:#ffffffd9}.user-section-nav-item.active{color:#2df15b;border-bottom:2px solid #2df15b}.inventory-sync-progress{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;background:linear-gradient(90deg,#2df15b12,#2df15b08);border:1px solid rgba(45,241,91,.18);font-size:.82rem;color:#9dc0ae;font-family:JetBrains Mono,monospace;width:100%;box-sizing:border-box;transition:background .3s,border-color .3s}.inventory-sync-progress.done{background:linear-gradient(90deg,#2df15b1a,#2df15b0a);border-color:#2df15b4d;color:#2df15b}.inventory-sync-progress.failed{background:linear-gradient(90deg,#fb923c14,#fb923c08);border-color:#fb923c40;color:#fb923c}.inventory-sync-progress-dot{width:7px;height:7px;border-radius:50%;background:#2df15b;flex-shrink:0;box-shadow:0 0 6px #2df15bb3;animation:inventory-sync-pulse 1.2s ease-in-out infinite}.inventory-sync-progress.done .inventory-sync-progress-dot,.inventory-sync-progress.failed .inventory-sync-progress-dot{animation:none}.inventory-sync-progress.failed .inventory-sync-progress-dot{background:#fb923c;box-shadow:0 0 6px #fb923cb3}@keyframes inventory-sync-pulse{0%,to{opacity:1}50%{opacity:.35}}.inventory-sync-progress-track{flex:1;height:3px;border-radius:999px;background:#2df15b1f;overflow:hidden;min-width:80px}.inventory-sync-progress.failed .inventory-sync-progress-track{background:#fb923c1f}.inventory-sync-progress-fill{height:100%;border-radius:999px;background:#2df15b;transition:width .4s ease;width:0%}.inventory-sync-progress.failed .inventory-sync-progress-fill{background:#fb923c}.inventory-sync-progress-fill.indeterminate{width:40%!important;animation:inventory-sync-slide 1.6s ease-in-out infinite}@keyframes inventory-sync-slide{0%{transform:translate(-100%)}to{transform:translate(300%)}}.profile-page{display:flex;flex-direction:column;gap:24px}.profile-page-title{margin:0;color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.02em}.profile-page-eyebrow,.profile-hero-eyebrow,.profile-sidecard-label{display:inline-block;color:#4ade80;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.profile-hero-card{background:#0f172a80;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:24px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px}.profile-hero-identity{display:flex;align-items:center;gap:20px}.profile-hero-avatar{width:110px;height:110px;border-radius:999px;object-fit:cover;border:2px solid rgba(74,222,128,.22);box-shadow:0 0 0 8px #4ade800f;flex-shrink:0}.profile-hero-copy h1{margin:10px 0 0;color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.01em}.profile-hero-copy p,.profile-placeholder-panel p{color:#9ca3af;line-height:1.6}.profile-hero-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.profile-hero-badge{padding:6px 12px;border-radius:999px;background:#0f172a80;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;font-size:.78rem}.profile-hero-badge.primary{color:#dcfce7;border-color:#4ade8038}.profile-hero-meta{display:grid;gap:12px}.profile-meta-tile,.profile-stat-card,.profile-highlight-card,.profile-activity-row,.profile-summary-row,.profile-trend-row{background:#0f172a80;border:1px solid rgba(255,255,255,.08);border-radius:16px}.profile-meta-tile{padding:16px;display:flex;flex-direction:column;gap:6px}.profile-meta-tile span,.profile-stat-label,.profile-stat-helper,.profile-highlight-copy span,.profile-activity-row span,.profile-activity-row time,.profile-summary-row span{color:#9ca3af;font-size:.82rem}.profile-meta-tile strong,.profile-stat-value,.profile-highlight-copy strong,.profile-activity-row strong,.profile-summary-row strong,.profile-trend-row strong{color:#fff}.profile-meta-mono{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.82rem!important;letter-spacing:.02em;word-break:break-all}.profile-stats-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.profile-stat-card{padding:18px;display:flex;flex-direction:column;gap:6px;min-height:90px}.profile-stat-value{font-size:1.6rem;font-weight:700;letter-spacing:-.02em}.profile-tabs{display:flex;gap:4px;flex-wrap:wrap;margin-top:2px}.profile-tab{padding:8px 18px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#9ca3af;font-size:.85rem;font-weight:500;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.profile-tab:hover{color:#e2e8f0;background:#ffffff0d}.profile-tab.active{background:#4ade801f;border-color:#4ade8047;color:#4ade80;font-weight:600}.profile-panel,.profile-placeholder-panel{background:#0f172a73;border:1px solid rgba(255,255,255,.07);border-radius:22px;padding:20.5px}.profile-panel-wide{grid-column:span 2}.profile-panel-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.profile-panel-header h3,.profile-placeholder-panel h3{margin:0;color:#fff;font-size:.95rem;font-weight:600}.profile-panel-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.activity-period-toggle{display:flex;gap:2px}.activity-period-btn{padding:3px 9px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#6b7280;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.activity-period-btn:hover{background:#ffffff0f;color:#e5e7eb}.activity-period-btn.active{background:#4ade801f;border-color:#4ade80;color:#4ade80}.profile-panel-link{padding:7px 14px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.8rem;background:#4ade801f;color:#a7f3c6;transition:background .15s}.profile-panel-link:hover{background:#4ade8033}.profile-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-analytics-grid{align-items:start}.profile-analytics-actions{display:flex;flex-wrap:wrap;gap:8px}.profile-analytics-openui-header{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:4px 2px;background:transparent;border:none;border-color:#ffffff0d}.profile-analytics-openui-header h3{margin:0;color:#fff;font-size:1.28rem;font-weight:700}.profile-analytics-openui-header p{margin:5px 0 0;color:#9ca3af;font-size:.88rem}.profile-analytics-command-center{display:flex;flex-direction:column;gap:18px}.profile-analytics-command-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.profile-analytics-command-top h3{margin:0;color:#fff;font-size:1.18rem;font-weight:700}.profile-analytics-command-top p{margin:5px 0 0;color:#9ca3af;font-size:.84rem}.profile-analytics-command-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.profile-analytics-command-meta>span{color:#9ca3af;font-size:.78rem}.profile-analytics-filter-bar{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:0}.profile-analytics-filter-group{display:flex;flex-direction:column;gap:5px}.profile-analytics-filter-group--grow{flex:1 1 420px}.profile-analytics-search-group{flex:1 1 280px}.profile-analytics-search-row{display:flex;align-items:center;gap:8px}.profile-analytics-search-input{width:100%;min-width:220px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e5e7eb;font-size:.84rem;padding:8px 11px;outline:none}.profile-analytics-search-input:focus{border-color:#4ade8057;box-shadow:0 0 0 3px #4ade8014}.profile-analytics-filter-label{font-size:.72rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.profile-analytics-market-select{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#e5e7eb;font-size:.82rem;padding:6px 10px;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:130px}.profile-analytics-market-select:hover{border-color:#fff3}.profile-analytics-range-tabs{display:flex;flex-wrap:wrap;gap:8px}.profile-analytics-range-tab{padding:8px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.09);background:#ffffff0a;color:#cbd5e1;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .15s}.profile-analytics-range-tab:hover{border-color:#4ade8057;color:#fff;transform:translateY(-1px)}.profile-history-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:18px;align-items:start}.profile-history-sidebar{position:sticky;top:104px}.profile-history-snapshot-list{display:flex;flex-direction:column;gap:10px}.profile-history-snapshot-card{width:100%;text-align:left;padding:14px 15px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0f172a85;color:inherit;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}.profile-history-snapshot-card:hover{border-color:#4ade8038;background:#141f34cc;transform:translateY(-1px)}.profile-history-snapshot-card.active{border-color:#4ade8057;background:linear-gradient(180deg,#4ade8014,#0f172ab8)}.profile-history-snapshot-head,.profile-history-snapshot-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile-history-snapshot-head strong{color:#fff;font-size:.94rem}.profile-history-snapshot-head span,.profile-history-snapshot-meta span,.profile-history-summary-time{color:#9ca3af;font-size:.78rem}.profile-history-snapshot-meta{margin-top:8px}.profile-history-main{display:flex;flex-direction:column;gap:18px}.profile-history-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.profile-history-summary-grid span{display:block;color:#9ca3af;font-size:.78rem;margin-bottom:6px}.profile-history-summary-grid strong{color:#fff;font-size:1.1rem;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.phi-delta-badge{font-size:.72rem;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap}.phi-delta-badge--up{background:#4ade8026;color:#4ade80}.phi-delta-badge--down{background:#f8717126;color:#f87171}.phi-delta-hint{font-size:.74rem;color:#6b7280;margin-top:8px}.profile-history-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;overflow:visible}.profile-history-item-card{background:#0f172a73;border:1px solid rgba(255,255,255,.07);border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px;overflow:visible;transition:border-color .15s ease,transform .15s ease}.profile-history-item-card:hover{border-color:#4ade8038;transform:translateY(-2px)}.phi-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.phi-name{color:#e5e7eb;font-size:.78rem;font-weight:600;line-height:1.35;flex:1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.phi-exterior-tag{flex-shrink:0;padding:2px 7px;border-radius:999px;background:#4ade801a;border:1px solid rgba(74,222,128,.2);color:#86efac;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.phi-image-wrap{display:flex;align-items:center;justify-content:center;height:110px}.phi-image{width:100%;height:100%;object-fit:contain}.phi-image--placeholder{background:#ffffff0a;border-radius:10px;width:100%;height:80px}.phi-float-bar-wrap{padding:4px 0 2px}.phi-float-bar-track{position:relative;height:4px;border-radius:999px;background:linear-gradient(to right,#4ade80,#4ade80 7%,#86efac 7%,#86efac 15%,#facc15 15%,#facc15 38%,#fb923c 38%,#fb923c 45%,#ef4444 45%,#ef4444);opacity:.7}.phi-float-bar-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#fff;box-shadow:0 0 0 1.5px #00000073,0 1px 4px #00000080;pointer-events:none}.phi-meta-row{display:flex;flex-wrap:wrap;gap:5px}.phi-meta-chip{padding:3px 8px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#9ca3af;font-size:.68rem;font-weight:500}.phi-meta-chip--green{background:#4ade8014;border-color:#4ade802e;color:#86efac}.phi-sticker-row{display:flex;gap:4px;align-items:center;overflow:visible}.phi-sticker-row--hidden{visibility:hidden;pointer-events:none}.phi-sticker-slot{position:relative;flex:1;aspect-ratio:1;border-radius:7px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;overflow:visible;transition:border-color .15s,background .15s}.phi-sticker-slot.filled{border-color:#ffffff1f;background:#ffffff0f;cursor:pointer}.phi-sticker-slot.filled:hover{border-color:#4ade8059;background:#4ade8014}.phi-sticker-slot--copied{border-color:#4ade8099!important;background:#4ade8024!important}.phi-sticker-img{width:100%;height:100%;object-fit:contain;padding:3px;pointer-events:none}.phi-sticker-tooltip{position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%);z-index:100;min-width:130px;max-width:200px;background:#0a101ef7;border:1px solid rgba(74,222,128,.2);border-radius:9px;padding:8px 10px;pointer-events:none;opacity:0;transition:opacity .12s ease;display:flex;flex-direction:column;gap:3px;box-shadow:0 8px 24px #0009}.phi-sticker-slot:hover .phi-sticker-tooltip{opacity:1}.phi-sticker-tooltip-name{color:#e5e7eb;font-size:.72rem;font-weight:600;line-height:1.35;white-space:normal;word-break:break-word}.phi-sticker-tooltip-price{color:#4ade80;font-size:.72rem;font-weight:700}.phi-sticker-tooltip-hint{color:#9ca3af80;font-size:.66rem;margin-top:2px}.phi-sticker-tooltip-copied{color:#4ade80;font-size:.72rem;font-weight:700;text-align:center}.phi-card-spacer{display:block;flex:1;min-height:6px}.phi-price-section{display:flex;flex-direction:column;gap:7px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06)}.phi-price-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.phi-price-row span{color:#9ca3af;font-size:.72rem}.phi-price-row strong{color:#e5e7eb;font-size:.82rem;font-weight:600}.phi-inspect-btn{display:block;text-align:center;padding:7px 12px;border-radius:10px;background:#4ade801a;border:1px solid rgba(74,222,128,.18);color:#86efac;text-decoration:none;font-size:.75rem;font-weight:600;transition:all .15s ease}.phi-inspect-btn:hover{background:#4ade802e;border-color:#4ade804d}.phi-inspect-btn--disabled{background:#ffffff0a;border-color:#ffffff14;color:#6b7280;cursor:not-allowed}.phi-inspect-btn--disabled:hover{background:#ffffff0a;border-color:#ffffff14;color:#6b7280}.phi-filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.phi-filter-input-wrap{position:relative;display:flex;align-items:center;flex:1;min-width:180px;max-width:280px}.phi-filter-input{width:100%;height:36px;background:#0f172a80;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:0 32px 0 12px;color:#e5e7eb;font-size:.85rem;outline:none;transition:border-color .15s ease}.phi-filter-input::placeholder{color:#9ca3af73}.phi-filter-input:focus{border-color:#4ade8059}.phi-filter-clear{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#9ca3af;cursor:pointer;font-size:.72rem;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.phi-filter-clear:hover{background:#f871711a;border-color:#f871714d;color:#f87171}.phi-filter-count{color:#9ca3af8c;font-size:.78rem;white-space:nowrap;margin-left:auto}.phi-no-results{grid-column:1 / -1;text-align:center;padding:48px 24px;color:#9ca3af8c;font-size:.88rem}.phi-time-info{display:flex;align-items:center;gap:2px}.phi-time-ago{color:#4ade80a6;font-size:.78rem}.phi-placeholder-icon{font-size:3rem;line-height:1;margin-bottom:4px}.phi-refresh-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 28px;border-radius:12px;background:#4ade8024;border:1px solid rgba(74,222,128,.3);color:#4ade80;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-top:8px;letter-spacing:.02em}.phi-refresh-btn:hover{background:#4ade803d;border-color:#4ade8080;color:#86efac;transform:translateY(-1px)}.profile-analytics-range-tab.active{background:#4ade8024;border-color:#4ade8057;color:#bbf7d0}.profile-analytics-slider-wrap{min-width:220px;flex:1;max-width:340px}.profile-analytics-slider-wrap .profile-analytics-filter-label{display:flex;justify-content:space-between;align-items:center}.profile-analytics-range-value{color:#a5b4fc;font-size:.8rem;font-weight:600}.profile-analytics-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:20px;background:transparent;outline:none;cursor:pointer;padding:0;margin:0}.profile-analytics-slider::-webkit-slider-runnable-track{height:4px;border-radius:2px;background:linear-gradient(to right,#818cf8 var(--fill, 0%),rgba(255,255,255,.12) var(--fill, 0%))}.profile-analytics-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;margin-top:-6px;border-radius:50%;background:#818cf8;cursor:grab;box-shadow:0 0 0 3px #818cf840}.profile-analytics-slider::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(to right,#818cf8 var(--fill, 0%),rgba(255,255,255,.12) var(--fill, 0%))}.profile-analytics-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#818cf8;cursor:grab;border:none;box-shadow:0 0 0 3px #818cf840}.profile-analytics-slider-ticks{display:flex;justify-content:space-between;font-size:.68rem;color:#4b5563;margin-top:2px}.profile-analytics-oldest-note{font-size:.75rem;color:#4b5563;margin-left:auto;align-self:flex-end;padding-bottom:7px}.profile-analytics-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;padding-top:2px}.profile-analytics-stat-card{background:#0f172a6b;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:16px 18px;display:flex;flex-direction:column;gap:6px;box-shadow:inset 0 1px #ffffff0d}.profile-analytics-stat-card span,.profile-analytics-panel-note,.profile-analytics-mover-copy span,.profile-analytics-mover-metrics span,.profile-analytics-table-copy span,.profile-analytics-table-row span{color:#9ca3af}.profile-analytics-stat-card strong{color:#fff;font-size:1.45rem;font-weight:700;letter-spacing:-.02em}.profile-analytics-stat-card small{color:#6b7280;font-size:.78rem;line-height:1.45}.profile-analytics-feature-row,.profile-analytics-market-section{grid-column:span 2}.profile-analytics-feature-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.profile-analytics-feature-card{text-align:left;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:15px;background:#0f172a70;cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}.profile-analytics-feature-card:hover,.profile-analytics-feature-card.is-selected{border-color:#4ade8047;box-shadow:0 10px 22px #0f172a2e;transform:translateY(-1px)}.profile-analytics-feature-title{display:flex;flex-direction:column;gap:4px;min-height:45px}.profile-analytics-feature-title strong{color:#fff;font-size:.92rem;font-weight:700;line-height:1.3}.profile-analytics-feature-title span,.profile-analytics-feature-volume{color:#9ca3af;font-size:.78rem}.profile-analytics-feature-separator{height:1px;background:#ffffff14;margin:12px 0}.profile-analytics-feature-value-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.profile-analytics-feature-value-row strong{color:#fff;font-size:1.24rem;font-weight:800;letter-spacing:-.01em}.profile-analytics-change-tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:800}.profile-analytics-change-tag.success{color:#bbf7d0;background:#22c55e24}.profile-analytics-change-tag.danger{color:#fecaca;background:#f8717124}.profile-analytics-change-tag.neutral{color:#cbd5e1;background:#94a3b81f}.profile-analytics-chart-shell{padding:12px 4px 2px}.profile-analytics-market-section{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr);gap:14px;align-items:start}.profile-analytics-market-section .profile-panel-wide{grid-column:auto}.profile-analytics-side-stack{display:flex;flex-direction:column;gap:10px}.profile-analytics-side-panel{min-height:232px}.profile-analytics-history-panel{min-height:300px}.profile-analytics-side-panel .recharts-wrapper:focus,.profile-analytics-side-panel .recharts-wrapper:focus-visible,.profile-analytics-side-panel .recharts-surface:focus,.profile-analytics-side-panel .recharts-surface:focus-visible,.profile-analytics-side-panel svg:focus,.profile-analytics-side-panel svg:focus-visible,.profile-analytics-side-panel svg *:focus,.profile-analytics-side-panel svg *:focus-visible,.profile-analytics-side-panel .recharts-sector:focus,.profile-analytics-side-panel .recharts-sector:focus-visible,.profile-analytics-side-panel .recharts-rectangle:focus,.profile-analytics-side-panel .recharts-rectangle:focus-visible,.profile-analytics-side-panel .recharts-tooltip-cursor:focus,.profile-analytics-side-panel .recharts-tooltip-cursor:focus-visible,.profile-analytics-chart-shell--detail .recharts-wrapper:focus,.profile-analytics-chart-shell--detail .recharts-wrapper:focus-visible,.profile-analytics-chart-shell--detail .recharts-surface:focus,.profile-analytics-chart-shell--detail .recharts-surface:focus-visible,.profile-analytics-chart-shell--detail svg:focus,.profile-analytics-chart-shell--detail svg:focus-visible,.profile-analytics-chart-shell--detail svg *:focus,.profile-analytics-chart-shell--detail svg *:focus-visible,.profile-analytics-chart-shell--detail .recharts-dot:focus,.profile-analytics-chart-shell--detail .recharts-dot:focus-visible,.profile-analytics-chart-shell--detail .recharts-active-dot:focus,.profile-analytics-chart-shell--detail .recharts-active-dot:focus-visible,.profile-analytics-chart-shell--detail .recharts-curve:focus,.profile-analytics-chart-shell--detail .recharts-curve:focus-visible,.profile-analytics-chart-shell--detail .recharts-tooltip-cursor:focus,.profile-analytics-chart-shell--detail .recharts-tooltip-cursor:focus-visible,.profile-analytics-donut-legend button:focus,.profile-analytics-donut-legend button:focus-visible{outline:none;box-shadow:none}.profile-analytics-side-panel svg,.profile-analytics-chart-shell--detail svg{outline:none}.profile-analytics-history-panel .retro-area-chart:focus,.profile-analytics-history-panel .retro-area-chart:focus-visible,.profile-analytics-history-panel .retro-area-chart *:focus,.profile-analytics-history-panel .retro-area-chart *:focus-visible,.profile-analytics-history-panel .recharts-responsive-container:focus,.profile-analytics-history-panel .recharts-responsive-container:focus-visible,.profile-analytics-history-panel .recharts-responsive-container *:focus,.profile-analytics-history-panel .recharts-responsive-container *:focus-visible{outline:none;box-shadow:none}.profile-analytics-mini-chart{width:100%;height:176px;cursor:pointer}.profile-analytics-donut-wrap{display:flex;flex-direction:column;gap:8px}.profile-analytics-history-chart{width:100%;min-height:220px;margin-top:4px}.profile-analytics-history-chart-scroll{width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:4px}.profile-analytics-history-chart-scroll::-webkit-scrollbar{height:8px}.profile-analytics-history-chart-scroll::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.profile-analytics-history-chart-scroll::-webkit-scrollbar-track{background:#ffffff08;border-radius:999px}.profile-analytics-donut-legend{display:flex;flex-wrap:wrap;gap:8px 12px}.profile-analytics-donut-legend button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;padding:0;display:inline-flex;align-items:center;gap:6px;color:#9ca3af;font-size:.76rem;cursor:pointer}.profile-analytics-donut-legend button:hover{color:#e5e7eb}.profile-analytics-donut-legend i{width:8px;height:8px;border-radius:999px;display:inline-block}.profile-analytics-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.profile-analytics-modal{width:min(760px,100%);max-height:min(720px,calc(100vh - 48px));overflow:hidden;display:flex;flex-direction:column;background:#0b121d;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 24px 70px #0000007a}.profile-analytics-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.profile-analytics-modal-header h3{margin:0;color:#fff;font-size:1.08rem}.profile-analytics-modal-header span{display:block;margin-top:5px;color:#9ca3af;font-size:.82rem}.profile-analytics-modal-close{width:32px;height:32px;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff0d;color:#e5e7eb;font-size:1.35rem;line-height:1;cursor:pointer}.profile-analytics-modal-close:hover{border-color:#ffffff2e;background:#ffffff17}.profile-analytics-modal-list{overflow:auto;padding:10px}.profile-analytics-modal-row{width:100%;display:grid;grid-template-columns:76px minmax(0,1fr) 64px 110px;gap:12px;align-items:center;padding:11px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:inherit;text-align:left;cursor:pointer}.profile-analytics-modal-row:hover{background:#ffffff0a;border-color:#4ade8033}.profile-analytics-modal-row img,.profile-analytics-modal-image-placeholder{width:72px;height:46px;object-fit:contain}.profile-analytics-modal-image-placeholder{display:block;border-radius:10px;background:#ffffff0d}.profile-analytics-modal-row div{min-width:0}.profile-analytics-modal-row div strong,.profile-analytics-modal-row>strong{color:#fff;font-size:.9rem}.profile-analytics-modal-row div span,.profile-analytics-modal-row small{display:block;margin-top:3px;color:#9ca3af;font-size:.78rem}.profile-analytics-modal-row div strong,.profile-analytics-modal-row div span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-analytics-mover-list{display:flex;flex-direction:column;gap:10px}.profile-analytics-mover-row{display:grid;grid-template-columns:auto 64px minmax(0,1fr) auto minmax(150px,auto);gap:12px;align-items:center;padding:14px 16px;min-height:92px;border-radius:16px;background:linear-gradient(180deg,#ffffff0b,#ffffff04),#0f172a7a;border:1px solid rgba(255,255,255,.07)}.profile-analytics-row-button{width:100%;text-align:left;border:1px solid rgba(255,255,255,.07);cursor:pointer;font:inherit}.profile-analytics-row-button:hover{border-color:#818cf838;box-shadow:0 10px 24px #0f172a2e}.profile-analytics-row-button.is-selected{border-color:#4ade8047;box-shadow:inset 0 0 0 1px #4ade8024,0 12px 28px #0f172a38}.profile-analytics-rank{min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#4ade8014;border:1px solid rgba(74,222,128,.16);color:#dcfce7;font-size:.75rem;font-weight:700;letter-spacing:.06em}.profile-analytics-mover-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-analytics-mover-art{width:64px;height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:linear-gradient(180deg,#ffffff0a,#ffffff04),#0f172ac7;border:1px solid rgba(255,255,255,.08)}.profile-analytics-mover-art-image{width:100%;height:100%;object-fit:contain;display:block}.profile-analytics-mover-art-image--placeholder{background:#ffffff0a}.profile-analytics-mover-copy strong,.profile-analytics-table-copy strong{color:#fff;font-size:.92rem;font-weight:600}.profile-analytics-mover-copy span,.profile-analytics-table-copy span{font-size:.78rem;line-height:1.4}.profile-analytics-mover-copy strong,.profile-analytics-mover-copy span,.profile-analytics-mover-metrics span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-analytics-qty-pill{padding:6px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#e5e7eb;font-size:.78rem;font-weight:600}.profile-analytics-mover-metrics{display:flex;flex-direction:column;align-items:flex-end;gap:4px;text-align:right}.profile-analytics-mover-metrics strong,.profile-analytics-table-row strong{font-size:.9rem}.profile-analytics-table{display:flex;flex-direction:column;gap:10px}.profile-analytics-table-head,.profile-analytics-table-row{display:grid;grid-template-columns:minmax(0,1.8fr) 72px 120px 120px 120px;gap:12px;align-items:center}.profile-analytics-table-head{padding:0 14px;color:#6b7280;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.profile-analytics-table-body{display:flex;flex-direction:column;gap:10px}.profile-analytics-table-row{padding:14px;border-radius:16px;background:linear-gradient(180deg,#ffffff0b,#ffffff04),#0f172a7a;border:1px solid rgba(255,255,255,.07)}.profile-analytics-table-item{display:flex;align-items:center;gap:12px;min-width:0}.profile-analytics-table-image{width:60px;height:40px;flex-shrink:0;object-fit:contain}.profile-analytics-table-image--placeholder{border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06)}.profile-analytics-table-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-analytics-table-copy strong,.profile-analytics-table-copy span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-analytics-table-row strong.positive,.profile-analytics-mover-metrics strong.positive{color:#4ade80}.profile-analytics-table-row strong.negative,.profile-analytics-mover-metrics strong.negative{color:#fca5a5}.profile-analytics-detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:16px;margin-bottom:16px}.profile-analytics-detail-hero,.profile-analytics-detail-stats,.profile-analytics-detail-summary{background:linear-gradient(180deg,#ffffff0b,#ffffff04),#0f172a7a;border:1px solid rgba(255,255,255,.07);border-radius:18px}.profile-analytics-detail-hero{display:flex;align-items:center;gap:18px;padding:18px}.profile-analytics-detail-image{width:160px;height:96px;object-fit:contain;flex-shrink:0}.profile-analytics-detail-image--placeholder{background:#ffffff0a;border-radius:14px}.profile-analytics-detail-copy{display:flex;flex-direction:column;gap:6px;min-width:0}.profile-analytics-detail-copy strong{color:#fff;font-size:1.2rem;font-weight:700;letter-spacing:-.02em}.profile-analytics-detail-copy span{color:#9ca3af;font-size:.84rem;line-height:1.45}.profile-analytics-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.profile-analytics-detail-tags span{padding:6px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:#e2e8f0;font-size:.76rem;font-weight:600}.profile-analytics-detail-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden}.profile-analytics-detail-stat{padding:16px;display:flex;flex-direction:column;gap:6px;background:#0f172a47}.profile-analytics-detail-stat span,.profile-analytics-detail-row span{color:#9ca3af;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.profile-analytics-detail-stat strong,.profile-analytics-detail-row strong{color:#fff;font-size:.95rem;font-weight:700}.profile-analytics-chart-shell--detail{margin-bottom:16px}.profile-analytics-detail-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden}.profile-analytics-detail-row{padding:16px;display:flex;flex-direction:column;gap:6px;background:#0f172a47}.profile-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-highlight-card{display:flex;align-items:stretch;gap:0;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:10px;overflow:hidden;transition:border-color .15s}.profile-highlight-card:hover{border-color:#4ade8040}.phi-hl-image-wrap{flex-shrink:0;width:120px;background:#00000040;display:flex;align-items:center;justify-content:center;padding:10px 8px}.phi-hl-image{width:104px;height:72px;object-fit:contain}.phi-hl-image--placeholder{width:104px;height:72px;background:#ffffff0a;border-radius:4px}.phi-hl-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:12px 14px}.phi-hl-name-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.phi-hl-weapon{font-size:.75rem;font-weight:600;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phi-hl-exterior{font-size:.68rem;color:#6b7280;background:#ffffff0f;border-radius:4px;padding:1px 5px;white-space:nowrap;flex-shrink:0}.phi-hl-skin{font-size:.88rem;font-weight:600;color:#f9fafb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phi-hl-meta-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-height:16px}.phi-hl-badge{font-size:.68rem;color:#6b7280;background:#ffffff0d;border-radius:4px;padding:1px 6px}.phi-hl-price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-top:auto}.phi-hl-price{font-size:1rem;font-weight:700;color:#4ade80}.phi-hl-sticker-val{font-size:.72rem;color:#6b7280}.phi-hl-sticker-row{display:flex;gap:4px;flex-wrap:wrap;margin-top:2px}.phi-hl-sticker-icon{position:relative;width:28px;height:28px;flex-shrink:0}.phi-hl-sticker-img{width:28px;height:28px;object-fit:contain;border-radius:3px;background:#ffffff0a;transition:transform .1s}.phi-hl-sticker-icon:hover .phi-hl-sticker-img{transform:scale(1.15)}.phi-hl-sticker-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);background:#1f2937;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:6px 9px;display:flex;flex-direction:column;gap:2px;white-space:nowrap;z-index:50;pointer-events:none;box-shadow:0 4px 16px #00000080}.phi-hl-sticker-tooltip-name{font-size:.75rem;color:#e5e7eb;font-weight:500}.phi-hl-sticker-tooltip-price{font-size:.72rem;color:#4ade80;font-weight:600}.profile-movers-section{margin-top:18px;border-top:1px solid rgba(255,255,255,.07);padding-top:16px;display:flex;flex-direction:column;gap:12px}.profile-movers-header{display:flex;align-items:center;justify-content:space-between}.profile-movers-label{font-size:.82rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em}.profile-movers-empty,.profile-movers-error{font-size:.82rem;color:#6b7280;padding:4px 0;margin:0}.profile-movers-age{font-weight:400;text-transform:none;letter-spacing:0;color:#6b7280}.profile-movers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-mover-card{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;background:#0f172a80;border:1px solid rgba(255,255,255,.07)}.profile-mover-card--rising{border-color:#4ade8033;background:#4ade800a}.profile-mover-card--falling{border-color:#f8717133;background:#f871710a}.profile-mover-img{width:72px;height:46px;flex-shrink:0;object-fit:contain}.profile-mover-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-mover-name{font-size:.8rem;color:#d1d5db;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-mover-stats{display:flex;align-items:center;gap:8px}.profile-mover-price{font-size:.82rem;color:#e5e7eb;font-weight:600}.profile-mover-prev{font-size:.75rem;color:#6b7280}.profile-mover-delta{font-size:.82rem;font-weight:700}.profile-mover-delta--rising{color:#4ade80}.profile-mover-delta--falling{color:#f87171}.profile-movers-all{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}.profile-movers-all-col{display:flex;flex-direction:column;gap:8px}.profile-movers-col-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:0 2px}.profile-movers-col-label--rising{color:#4ade80}.profile-movers-col-label--falling{color:#f87171}.movers-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;overflow-y:auto}.movers-modal{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:12px;width:100%;max-width:860px;display:flex;flex-direction:column;gap:0;box-shadow:0 24px 64px #0009}.movers-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.07);gap:12px;flex-wrap:wrap}.movers-modal-title{font-size:.95rem;font-weight:600;color:#f9fafb}.movers-modal-age{font-weight:400;color:#6b7280;font-size:.82rem}.movers-modal-controls{display:flex;align-items:center;gap:10px}.movers-sort-pills{display:flex;gap:4px}.movers-sort-pill{padding:4px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#9ca3af;font-size:.75rem;cursor:pointer;transition:background .15s,color .15s}.movers-sort-pill:hover{background:#ffffff0f;color:#e5e7eb}.movers-sort-pill.active{background:#4ade801f;border-color:#4ade80;color:#4ade80}.movers-modal-close{background:none;border:none;color:#6b7280;font-size:1.4rem;line-height:1;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .15s}.movers-modal-close:hover{color:#f9fafb}.movers-modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:16px 20px 20px;gap:16px}@media(max-width:600px){.movers-modal-body{grid-template-columns:1fr}}.movers-modal-col{display:flex;flex-direction:column;gap:6px}.movers-col-heading{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;padding:0 2px 4px}.movers-col-heading--rising{color:#4ade80}.movers-col-heading--falling{color:#f87171}.profile-activity-row{display:flex;align-items:center;gap:12px;padding:10px 12px;height:80px;box-sizing:border-box;overflow:hidden}.profile-activity-img{width:56px;height:36px;flex-shrink:0;object-fit:contain}.profile-activity-copy{display:flex;flex-direction:column;justify-content:center;gap:2px;flex:1;min-width:0;overflow:hidden}.profile-activity-copy strong{font-size:.82rem;color:#e5e7eb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-activity-copy span{font-size:.78rem;color:#9ca3af}.profile-activity-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.2);border-radius:6px;padding:2px 7px;flex-shrink:0}.profile-activity-badge--traded{color:#f87171;background:#f871711a;border-color:#f8717133}.profile-activity-row--clickable{cursor:pointer;transition:background .12s}.profile-activity-row--clickable:hover{background:#ffffff0a;border-radius:6px}.profile-activity-expand-btn{align-self:flex-start;margin-top:8px;padding:7px 14px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.8rem;background:#4ade801f;color:#a7f3c6;transition:background .15s ease,transform .15s ease,color .15s ease}.profile-activity-expand-btn:hover{background:#4ade8033;color:#d1fae5;transform:translateY(-1px)}.profile-activity-expand-btn:active{transform:translateY(0)}.profile-activity-stickers{display:flex;gap:3px;flex-wrap:nowrap;margin-top:2px;height:22px;align-items:center;overflow:hidden;flex-shrink:0}.profile-activity-stickers--empty{visibility:hidden;pointer-events:none}.item-detail-modal{background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:12px;width:100%;max-width:520px;box-shadow:0 24px 64px #0009;display:flex;flex-direction:column}.item-detail-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid rgba(255,255,255,.07);gap:12px}.item-detail-title{display:flex;flex-direction:column;gap:2px}.item-detail-weapon{font-size:.75rem;color:#6b7280;font-weight:500}.item-detail-skin{font-size:1rem;font-weight:700;color:#f9fafb}.item-detail-body{display:flex;flex-direction:column;gap:16px;padding:16px 20px 20px}.item-detail-image-wrap{background:#0000004d;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:16px}.item-detail-image{width:100%;max-width:320px;height:180px;object-fit:contain}.item-detail-image--placeholder{width:320px;height:180px;background:#ffffff08;border-radius:6px}.item-detail-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px}.item-detail-stat{display:flex;flex-direction:column;gap:2px}.item-detail-stat--wide{grid-column:1 / -1}.item-detail-stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#4b5563;font-weight:600}.item-detail-stat-value{font-size:.88rem;color:#e5e7eb;font-weight:500}.item-detail-mono{font-family:monospace;font-size:.82rem}.item-detail-green{color:#4ade80;font-weight:600}.item-detail-dim{color:#6b7280}.item-detail-float-track{position:relative;height:4px;background:#ffffff14;border-radius:2px;margin-top:4px}.item-detail-float-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#4ade80;border-radius:50%}.item-detail-section-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;color:#4b5563;font-weight:600;display:block;margin-bottom:8px}.item-detail-sticker-grid{display:flex;flex-direction:column;gap:6px}.item-detail-sticker{display:flex;align-items:center;gap:10px;background:#ffffff08;border-radius:6px;padding:6px 10px}.item-detail-sticker-img{width:36px;height:36px;object-fit:contain;flex-shrink:0}.item-detail-sticker-name{font-size:.82rem;color:#d1d5db;flex:1;min-width:0}.item-detail-sticker-price{font-size:.82rem;color:#4ade80;font-weight:600;flex-shrink:0}.item-detail-inspect-btn{display:inline-block;font-size:.8rem;color:#6b7280;text-decoration:none;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:6px 12px;text-align:center;transition:color .15s,border-color .15s}.item-detail-inspect-btn:hover{color:#e5e7eb;border-color:#fff3}.item-detail-inspect-btn--disabled{color:#6b7280;border-color:#ffffff14;background:#ffffff08;cursor:not-allowed}.item-detail-inspect-btn--disabled:hover{color:#6b7280;border-color:#ffffff14}.profile-overview-empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:8px 0}.profile-overview-empty span{color:#9ca3af;font-size:.88rem}.profile-overview-empty--center{align-items:center;justify-content:center;padding:32px 0;text-align:center}.profile-overview-empty-icon{font-size:1.8rem;display:block}.profile-overview-empty-sub{color:#6b7280!important;font-size:.8rem!important}.profile-summary-list,.profile-activity-list{display:flex;flex-direction:column;gap:8px}.profile-summary-row{padding:12px 14px;display:flex;flex-direction:column;gap:4px}.profile-summary-mono{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.8rem!important;letter-spacing:.02em;word-break:break-all;color:#e2e8f0!important}.profile-activity-dot{width:10px;height:10px;border-radius:999px;margin-top:6px;flex-shrink:0;background:#4ade80;box-shadow:0 0 0 6px #4ade8014}.profile-inventory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-inventory-card{background:#0f172a80;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:14px;display:flex;gap:12px;align-items:flex-start;transition:border-color .15s}.profile-inventory-card:hover{border-color:#4ade8033}.profile-inv-img-wrap{position:relative;flex-shrink:0}.profile-inv-img{width:88px;height:56px;object-fit:contain;display:block}.profile-inv-st,.profile-inv-souvenir{position:absolute;top:-4px;left:-4px;font-size:.58rem;font-weight:700;padding:2px 5px;border-radius:4px}.profile-inv-st{background:#cf6a15e6;color:#fff}.profile-inv-souvenir{background:#b49614e6;color:#fff}.profile-inv-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.profile-inv-name{color:#fff;font-size:.84rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.profile-inv-ext{color:#9ca3af;font-size:.74rem}.profile-inv-meta{display:flex;flex-direction:column;gap:2px;margin-top:2px}.profile-inv-meta span{color:#6b7280;font-size:.72rem}.profile-inv-value{color:#4ade80;font-size:.8rem;font-weight:600;margin-top:4px}.profile-settings-panel{display:flex;flex-direction:column;gap:14px;max-width:580px}.profile-settings-section{background:#0f172a80;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:22px 24px;display:flex;flex-direction:column;gap:14px}.profile-settings-section h3{margin:0;color:#fff;font-size:.95rem;font-weight:600}.profile-settings-section p{color:#9ca3af;margin:0;line-height:1.6;font-size:.88rem}.profile-settings-user-row{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.06)}.profile-settings-avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;flex-shrink:0}.profile-settings-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-settings-user-info strong{color:#fff;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-settings-user-info span{color:#9ca3af;font-size:.76rem;font-family:SF Mono,Fira Code,Consolas,monospace;word-break:break-all}.profile-settings-btn{padding:10px 20px;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.88rem;width:fit-content;transition:opacity .15s,background .15s}.profile-settings-btn:disabled{opacity:.5;cursor:not-allowed}.profile-settings-btn.primary{background:linear-gradient(135deg,#25a24480,#4ad66dd9);color:#06180d}.profile-settings-btn.primary:hover:not(:disabled){opacity:.88}.profile-settings-btn.danger{background:#ef44441a;color:#fca5a5;border:1px solid rgba(239,68,68,.18)}.profile-settings-btn.danger:hover{background:#ef44442e}.profile-settings-info-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#ffffff0a;border-radius:12px;border:1px solid rgba(255,255,255,.06)}.profile-settings-info-row span{color:#9ca3af;font-size:.88rem}.profile-settings-info-row strong{color:#fff;font-size:.88rem}.profile-settings-currency-badge{background:#4ade801a;color:#4ade80!important;padding:4px 10px;border-radius:999px;font-size:.8rem!important;font-weight:600;border:1px solid rgba(74,222,128,.18)}.profile-settings-note{font-size:.8rem!important;color:#6b7280!important;margin-top:-4px!important}.profile-sync-status-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px}.profile-sync-status-badge--ok{background:#4ade801f;color:#4ade80;border:1px solid rgba(74,222,128,.2)}.profile-sync-status-badge--pending{background:#9ca3af1a;color:#9ca3af;border:1px solid rgba(156,163,175,.15)}.profile-sync-status-badge--cooldown{background:#fbbf241a;color:#fbbf24;border:1px solid rgba(251,191,36,.2)}.profile-marketplace-pills{display:flex;flex-wrap:wrap;gap:8px}.profile-marketplace-pill{padding:8px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#9ca3af;font-size:.84rem;font-weight:500;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.profile-marketplace-pill:hover{border-color:#fff3;color:#e2e8f0}.profile-marketplace-pill.active{background:#4ade801f;border-color:#4ade8047;color:#4ade80;font-weight:600}.profile-settings-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.06);cursor:pointer}.profile-settings-toggle-text{display:flex;flex-direction:column;gap:3px}.profile-settings-toggle-label{color:#e2e8f0;font-size:.9rem;font-weight:500}.profile-settings-toggle-desc{color:#6b7280;font-size:.78rem;line-height:1.4}.profile-toggle-switch{position:relative;width:46px;height:26px;flex-shrink:0}.profile-toggle-switch input{opacity:0;width:0;height:0;position:absolute}.profile-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#ffffff24;transition:background .2s;cursor:pointer}.profile-toggle-track:after{content:"";position:absolute;width:20px;height:20px;border-radius:999px;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #0000004d}.profile-toggle-switch input:checked+.profile-toggle-track{background:linear-gradient(135deg,#25a244b3,#4ad66de6)}.profile-toggle-switch input:checked+.profile-toggle-track:after{transform:translate(20px)}.profile-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 20px;gap:12px}.profile-empty-icon{font-size:2.6rem;line-height:1}.profile-empty-state h3{margin:0;color:#fff;font-size:1.1rem;font-weight:600}.profile-empty-state p{color:#6b7280;max-width:400px;line-height:1.6;font-size:.88rem;margin:0}.profile-not-logged-in{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.profile-connect-card{background:#0f172a99;border:1px solid rgba(74,222,128,.14);border-radius:28px;padding:48px 52px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:18px;max-width:460px;width:100%;box-shadow:0 0 80px #4ade800a}.profile-connect-glyph{width:84px;height:84px;display:flex;align-items:center;justify-content:center;background:#4ade800f;border-radius:999px}.profile-connect-card h2{margin:0;color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:-.01em}.profile-connect-card p{color:#9ca3af;line-height:1.65;margin:0;font-size:.92rem}.profile-steam-btn-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:8px}.profile-steam-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background:#4ade8014;color:var(--c-green);font-family:var(--font-body);font-size:15px;font-weight:700;letter-spacing:.03em;border-radius:10px;text-decoration:none;border:1px solid rgba(74,222,128,.3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 4px 24px #4ade8014,inset 0 1px #ffffff0f;transition:background .2s,box-shadow .2s,transform .15s}.profile-steam-btn:hover{background:#4ade8026;box-shadow:0 6px 32px #4ade8026,inset 0 1px #ffffff14;transform:translateY(-1px)}.profile-steam-btn-icon{width:22px;height:22px;flex-shrink:0}.profile-steam-btn-disclaimer{font-size:10px;color:var(--c-muted2);letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-mono)}.profile-page-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.profile-page-spinner{width:40px;height:40px;border:2px solid rgba(74,222,128,.18);border-top-color:#4ade80;border-radius:999px;animation:profile-spin .75s linear infinite}@keyframes profile-spin{to{transform:rotate(360deg)}}@keyframes profile-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.profile-skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17,#ffffff0a 75%)!important;background-size:200% 100%!important;animation:profile-shimmer 1.5s ease-in-out infinite!important;border-radius:16px;border-color:transparent!important}@media(max-width:1100px){.profile-hero-card,.profile-stats-grid,.profile-overview-grid,.profile-highlight-grid,.profile-analytics-stat-grid,.profile-analytics-feature-row,.profile-analytics-market-section,.profile-history-layout,.profile-history-summary-grid{grid-template-columns:1fr}.profile-panel-wide,.profile-analytics-feature-row,.profile-analytics-market-section{grid-column:span 1}.profile-inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-analytics-table-head,.profile-analytics-table-row{grid-template-columns:minmax(0,1.6fr) 70px 110px 110px 110px}.profile-analytics-detail-grid,.profile-analytics-detail-summary{grid-template-columns:1fr}.profile-analytics-openui-header,.profile-analytics-command-top,.profile-analytics-command-meta{align-items:flex-start;flex-direction:column}.profile-history-sidebar{position:static;top:auto}.profile-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.profile-hero-identity{flex-direction:column;align-items:flex-start}.profile-connect-card{padding:36px 28px}.profile-inventory-grid,.profile-history-grid{grid-template-columns:1fr}.profile-settings-panel{max-width:100%}.profile-analytics-filter-bar,.profile-analytics-search-row{align-items:stretch;flex-direction:column}.profile-analytics-search-input,.profile-analytics-market-select{min-width:0;width:100%}.profile-analytics-mover-row{grid-template-columns:auto 56px minmax(0,1fr);align-items:start}.profile-analytics-mover-art{width:56px;height:36px}.profile-analytics-qty-pill,.profile-analytics-mover-metrics{grid-column:3;justify-self:start;align-items:flex-start;text-align:left}.profile-analytics-table-head{display:none}.profile-analytics-table-row{grid-template-columns:1fr;gap:8px}.profile-analytics-table-item{margin-bottom:4px}.profile-analytics-modal{max-height:calc(100vh - 24px)}.profile-analytics-modal-backdrop{padding:12px}.profile-analytics-modal-row{grid-template-columns:58px minmax(0,1fr)}.profile-analytics-modal-row img,.profile-analytics-modal-image-placeholder{width:54px;height:38px}.profile-analytics-modal-row small,.profile-analytics-modal-row>strong{grid-column:2}.profile-analytics-detail-hero{grid-template-columns:1fr}.profile-analytics-detail-hero{flex-direction:column;align-items:flex-start}.profile-analytics-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.activity-layout{display:flex;flex-direction:column;gap:20px}.activity-snapshot-age{font-size:.78rem;color:#6b7280}.activity-items-list{display:flex;flex-direction:column;gap:8px}.activity-item-row{display:flex;align-items:center;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.activity-item-row:last-child{border-bottom:none}.activity-item-img{width:52px;height:36px;object-fit:contain;flex-shrink:0}.activity-item-copy{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.activity-item-copy strong{font-size:.88rem;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-item-copy span{font-size:.78rem;color:#9ca3af}.activity-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;border-radius:6px;padding:2px 7px;flex-shrink:0}.activity-badge--new{color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.2)}.activity-movers-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.activity-movers-col{display:flex;flex-direction:column;gap:6px}.activity-col-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;display:block}.activity-col-label--rising{color:#4ade80}.activity-col-label--falling{color:#f87171}.activity-mover-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05)}.activity-mover-row:last-child{border-bottom:none}.activity-mover-img{width:48px;height:32px;object-fit:contain;flex-shrink:0}.activity-mover-copy{flex:1;min-width:0}.activity-mover-name{display:block;font-size:.82rem;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.activity-mover-stats{display:flex;align-items:center;gap:8px}.activity-mover-price{font-size:.78rem;color:#9ca3af}.activity-mover-prev{font-size:.72rem;color:#6b7280}.activity-mover-delta{font-size:.78rem;font-weight:600}.activity-mover-delta--rising{color:#4ade80}.activity-mover-delta--falling{color:#f87171}.activity-empty{font-size:.84rem;color:#6b7280;margin:0;padding:8px 0}.activity-section-skeleton{display:flex;flex-direction:column;gap:12px}.activity-row-skeleton{height:52px;border-radius:10px}@media(max-width:680px){.activity-movers-cols{grid-template-columns:1fr}}@media(max-width:680px){.profile-page{gap:16px}.profile-hero-card{padding:16px;border-radius:18px}.profile-hero-avatar{width:72px;height:72px;box-shadow:0 0 0 5px #4ade800f}.profile-hero-copy h1{font-size:1.4rem;margin-top:4px}.profile-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-stat-card{padding:14px;min-height:76px}.profile-stat-value{font-size:1.3rem}.profile-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;gap:6px}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{flex-shrink:0;padding:7px 14px;font-size:.82rem}.profile-panel,.profile-placeholder-panel{padding:16px;border-radius:16px}.profile-panel-header{margin-bottom:12px;flex-wrap:wrap;align-items:center;gap:8px}.profile-panel-header h3{font-size:.92rem}.profile-panel-header-right{display:flex;align-items:center;gap:6px;flex-shrink:0}.activity-period-toggle{gap:3px}.activity-period-btn{padding:3px 9px;font-size:.72rem}.profile-highlight-grid{gap:8px}.phi-hl-image-wrap{width:80px;padding:8px 6px}.phi-hl-image,.phi-hl-image--placeholder{width:68px;height:46px}.phi-hl-body{padding:10px 12px;gap:3px}.phi-hl-skin{font-size:.82rem}.phi-hl-price{font-size:.9rem}.phi-hl-sticker-icon,.phi-hl-sticker-img{width:22px;height:22px}.profile-movers-grid{grid-template-columns:1fr}.profile-mover-card{padding:10px 12px;gap:10px}.profile-mover-img{width:52px;height:34px}.profile-mover-name{font-size:.78rem}.movers-modal-backdrop{padding:12px;align-items:flex-start}.movers-modal,.item-detail-modal{max-width:100%;border-radius:12px}.profile-activity-list{gap:6px}.profile-activity-row{height:68px;padding:8px 10px;gap:10px}.profile-activity-img{width:44px;height:28px}.profile-activity-copy strong{font-size:.78rem}.profile-activity-copy span{font-size:.72rem}.profile-activity-stickers{height:18px;gap:2px}.profile-activity-stickers .phi-hl-sticker-icon,.profile-activity-stickers .phi-hl-sticker-img{width:18px;height:18px}.profile-activity-badge{font-size:.62rem;padding:2px 5px}.profile-activity-expand-btn{font-size:.75rem;padding:5px 12px;margin-top:6px}.profile-analytics-command-center{gap:12px}.profile-analytics-command-top h3{font-size:1rem}.profile-analytics-feature-row,.profile-analytics-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-analytics-stat-card{padding:12px 14px}.profile-analytics-stat-card strong{font-size:1.15rem}.profile-analytics-market-section{grid-template-columns:1fr}.profile-analytics-side-panel{min-height:180px}.profile-analytics-history-panel{min-height:220px}}.user-page-shell{min-height:100vh;display:flex;flex-direction:column;background:#060010;color:#e5e7eb}.user-page-shell-container{position:relative;flex:1;padding:64px 24px 40px}.user-page-shell-content{position:relative;z-index:1;max-width:1400px;margin:0 auto}.inventory-page{display:flex;flex-direction:column;gap:24px}.inventory-page-header{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:20px;align-items:stretch}.inventory-page-eyebrow{display:inline-block;margin-bottom:10px;color:#4ade80;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700}.inventory-page-header h1{margin:0;font-size:clamp(2.2rem,4vw,3.4rem);color:#fff}.inventory-page-header p{margin:14px 0 0;max-width:52rem;color:#9ca3af;font-size:1rem;line-height:1.6}.inventory-account-card,.inventory-summary-card,.inventory-filters-bar,.inventory-item-card,.inventory-selected-panel,.profile-hero-card,.profile-stat-card,.profile-panel,.profile-placeholder-panel,.profile-page-sidecard{background:linear-gradient(135deg,#11182775,#1f293757,#11182775);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.16);box-shadow:0 10px 32px #00000047,inset 0 1px #ffffff1f,inset 0 -1px #ffffff0f}.inventory-account-card{border-radius:22px;padding:22px;display:flex;flex-direction:column;gap:10px;justify-content:center}.inventory-account-label{font-size:.72rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.12em}.inventory-account-card strong{font-size:1.1rem;color:#fff}.inventory-account-card span:last-of-type{color:#9ca3af;font-size:.92rem}.inventory-account-action{width:fit-content;margin-top:8px;background:linear-gradient(135deg,#25a24480,#4ad66dd9);color:#06210f;border:none;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.inventory-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.inventory-summary-card{border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:6px}.inventory-summary-label,.inventory-summary-helper,.inventory-item-price-label,.inventory-panel-header span,.inventory-filter-sort-label{color:#9ca3af}.inventory-summary-value{color:#fff;font-size:1.45rem}.inventory-results-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.inventory-results-copy{display:flex;align-items:baseline;gap:8px}.inventory-results-copy strong{color:#fff;font-size:1.15rem}.inventory-results-copy span{color:#94a3b8;font-size:.92rem}.inventory-results-pills{display:flex;flex-wrap:wrap;gap:8px}.inventory-results-pill{padding:8px 12px;border-radius:999px;background:#0f172a6b;border:1px solid rgba(255,255,255,.08);color:#cbd5e1;font-size:.82rem}.inventory-results-pill.featured{border-color:#4ade8038;color:#dcfce7}.inventory-filters-bar{position:sticky;top:16px;z-index:15;border-radius:18px;padding:16px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1.2fr) auto;gap:12px;align-items:center}.inventory-filter-search{position:relative;display:flex;align-items:center}.inventory-filter-icon{position:absolute;left:14px;color:#4ade80d9}.inventory-filter-input,.inventory-filter-select{width:100%;background:#0f172a8c;border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#e5e7eb;min-height:44px}.inventory-filter-input{padding:0 14px 0 38px}.inventory-filter-pills{display:flex;flex-wrap:wrap;gap:8px}.inventory-filter-pill{border:1px solid rgba(255,255,255,.12);background:#1118278c;color:#cbd5e1;padding:10px 14px;border-radius:999px;font-weight:600;cursor:pointer}.inventory-filter-pill.active{background:linear-gradient(135deg,#25a24473,#4ad66dd9);color:#06180d}.inventory-filter-sort{display:flex;flex-direction:column;gap:6px}.inventory-filter-select{padding:0 14px}.inventory-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.88fr);gap:20px;align-items:start}.inventory-layout.inventory-layout-grid-first{grid-template-columns:1fr}.inventory-primary-column{display:flex;flex-direction:column;gap:18px}.inventory-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.inventory-item-card{border-radius:22px;padding:14px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.inventory-item-card:hover,.inventory-item-card.selected{transform:translateY(-2px);border-color:#4ade8066;box-shadow:0 16px 34px #00000057,0 0 0 1px #4ade8029,inset 0 1px #ffffff29}.inventory-item-card-top,.inventory-item-meta,.inventory-item-pricing,.inventory-breakdown-row,.inventory-sales-row,.profile-summary-row,.profile-trend-row{display:flex;justify-content:space-between;gap:12px}.inventory-item-rarity,.inventory-item-liquidity{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.inventory-item-match-badges{display:flex;flex-wrap:wrap;gap:6px;min-height:20px}.inventory-item-match-badge{padding:5px 8px;border-radius:999px;font-size:.64rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border:1px solid transparent}.inventory-item-match-badge.exact{background:#4ade801f;color:#dcfce7;border-color:#4ade8038}.inventory-item-match-badge.similar{background:#60a5fa1f;color:#dbeafe;border-color:#60a5fa38}.inventory-item-image-wrap{min-height:112px;display:flex;align-items:center;justify-content:center;margin:4px 0 8px}.inventory-item-image,.inventory-selected-image,.profile-highlight-image,.profile-favorite-image{width:100%;object-fit:contain}.inventory-item-name{margin:0;color:#fff;font-size:.92rem}.inventory-item-meta{margin-top:6px;font-size:.74rem;color:#94a3b8;flex-wrap:wrap}.inventory-item-attachments{display:flex;align-items:center;gap:8px;min-height:30px;margin:10px 0;flex-wrap:wrap}.inventory-item-attachment-icon{width:26px;height:26px;object-fit:contain;border-radius:8px;background:#0f172aa6;padding:3px;border:1px solid rgba(255,255,255,.08)}.inventory-item-attachment-icon.charm{border-color:#4ade8040}.inventory-item-attachment-empty{color:#64748b;font-size:.75rem}.inventory-item-pricing{margin-top:8px}.inventory-item-pricing>div{display:flex;flex-direction:column;gap:3px}.inventory-item-price-highlight{color:#4ade80}.inventory-item-flags{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.inventory-item-flag{padding:5px 8px;border-radius:999px;background:#0f172a80;border:1px solid rgba(255,255,255,.08);color:#94a3b8;font-size:.68rem;letter-spacing:.04em;text-transform:uppercase}.inventory-item-flag.crafted{color:#dcfce7;border-color:#4ade8033}.inventory-item-open-row{margin-top:10px;display:flex;justify-content:space-between;align-items:center;color:#cbd5e1;font-size:.8rem}.inventory-item-open-arrow{color:#4ade80;font-weight:700}.inventory-selected-panel{border-radius:22px;padding:20px;display:flex;flex-direction:column;gap:18px}.inventory-selected-panel.modal{background:transparent;border:none;box-shadow:none;padding:0}.inventory-panel-empty-state h3,.inventory-panel-empty-state p,.inventory-panel-empty{margin:0;color:#94a3b8}.inventory-selected-hero{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:18px;align-items:center}.inventory-selected-eyebrow{color:#4ade80;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem}.inventory-selected-copy h2,.inventory-panel-header h3{margin:0;color:#fff}.inventory-selected-copy h2{margin-top:8px;font-size:1.8rem}.inventory-selected-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.inventory-selected-action{border:1px solid rgba(255,255,255,.12);background:#0f172a8c;color:#e5e7eb;border-radius:999px;padding:10px 14px;font-weight:600;cursor:pointer}.inventory-selected-action.primary{background:linear-gradient(135deg,#25a24475,#4ad66ddb);color:#06210f}.inventory-selected-metadata{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:12px;color:#94a3b8;font-size:.84rem}.inventory-panel-section{display:flex;flex-direction:column;gap:12px}.inventory-panel-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.inventory-breakdown-list,.profile-activity-list,.profile-summary-list,.profile-trend-list{display:flex;flex-direction:column;gap:10px}.inventory-breakdown-row,.inventory-sales-row{padding:12px 14px;border-radius:14px;background:#0f172a7a;border:1px solid rgba(255,255,255,.07);color:#dbe4ef;text-decoration:none}.inventory-applied-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.inventory-applied-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:#0f172a7a;border:1px solid rgba(255,255,255,.07)}.inventory-applied-card.charm{border-color:#4ade802e}.inventory-applied-image{width:38px;height:38px;object-fit:contain;flex-shrink:0}.inventory-applied-card div{display:flex;flex-direction:column;gap:2px;min-width:0}.inventory-applied-card strong{color:#fff;font-size:.82rem}.inventory-applied-card span{color:#94a3b8;font-size:.76rem}.inventory-trend-chart{display:flex;flex-direction:column;gap:12px}.inventory-trend-svg{width:100%;height:220px;border-radius:18px;background:linear-gradient(180deg,#ffffff08,#fff0),#0f172a57;border:1px solid rgba(255,255,255,.07)}.inventory-trend-line{fill:none;stroke:#4ade80;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.inventory-trend-point{fill:#c9ffe0;stroke:#4ade8073;stroke-width:1.2}.inventory-trend-axis{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px}.inventory-trend-tick{text-align:center;color:#94a3b8;font-size:.78rem}.inventory-trend-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.inventory-trend-stat{padding:12px 14px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:4px}.inventory-trend-stat span{color:#94a3b8;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.inventory-trend-stat strong{color:#fff}.inventory-sales-table-wrapper{display:flex;flex-direction:column;gap:8px}.inventory-sales-table{display:grid;grid-template-columns:120px minmax(0,1fr) 130px 120px 70px;gap:12px;align-items:center}.inventory-sales-table-head{padding:0 14px;color:#94a3b8;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em}.inventory-sales-table-row{padding:14px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);color:#dbe4ef;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}.inventory-sales-table-row:hover{transform:translateY(-1px);border-color:#4ade802e;background:#ffffff0d}.inventory-sales-badge{width:fit-content;padding:6px 10px;border-radius:999px;font-size:.74rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.inventory-sales-badge.exact{background:#4ade801f;color:#dcfce7;border:1px solid rgba(74,222,128,.18)}.inventory-sales-badge.similar{background:#60a5fa1f;color:#dbeafe;border:1px solid rgba(96,165,250,.18)}.inventory-sales-open{color:#4ade80;font-weight:700}.inventory-similar-tabs,.profile-tabs{display:flex;flex-wrap:wrap;gap:8px}.inventory-similar-tab,.profile-tab{background:#11182780;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:10px 14px;color:#cbd5e1;cursor:pointer;font-weight:600}.inventory-similar-tab.active,.profile-tab.active{background:#4ade8024;border-color:#4ade8059;color:#effff5}.inventory-pagination{display:flex;justify-content:center;align-items:center;gap:16px}.inventory-pagination-button{border:1px solid rgba(255,255,255,.12);background:#1118278c;color:#e5e7eb;border-radius:999px;padding:10px 16px;cursor:pointer}.inventory-pagination-button:disabled{opacity:.45;cursor:not-allowed}.inventory-pagination-label{color:#9ca3af}.inventory-details-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:radial-gradient(circle at top left,rgba(74,222,128,.1),transparent 28%),radial-gradient(circle at top right,rgba(96,165,250,.1),transparent 24%),#0206179e;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);display:flex;align-items:center;justify-content:center;padding:24px}.inventory-details-dialog{width:min(1100px,100%);max-height:calc(100vh - 48px);overflow:hidden;border-radius:26px;position:relative;background:linear-gradient(135deg,#0a1222b8,#0e182aa8 48%,#091121bd);backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%);border:1px solid rgba(255,255,255,.18);box-shadow:0 32px 90px #00000080,0 0 0 1px #4ade800f,inset 0 1px #ffffff29,inset 0 -1px #ffffff0d}.inventory-details-dialog.alt-layout{width:min(1180px,100%)}.inventory-details-dialog:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 22%),radial-gradient(circle at 15% 10%,rgba(74,222,128,.08),transparent 26%);pointer-events:none}.inventory-details-dialog:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:25px;border:1px solid rgba(255,255,255,.04);pointer-events:none}.inventory-details-close{width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff0f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#fff;font-size:1.7rem;line-height:1;cursor:pointer;box-shadow:0 10px 22px #00000038,inset 0 1px #ffffff1f;transition:transform .16s ease,border-color .16s ease,background .16s ease}.inventory-details-close:hover{transform:translateY(-1px);border-color:#4ade8042;background:#4ade8014}.inventory-details-close.floating{position:absolute;top:18px;right:18px;z-index:3}.inventory-details-split{display:grid;grid-template-columns:360px minmax(0,1fr);min-height:min(840px,calc(100vh - 48px));position:relative;z-index:1}.inventory-details-sidebar{padding:22px;border-right:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff09,#ffffff04),radial-gradient(circle at top left,rgba(74,222,128,.08),transparent 44%);display:flex;flex-direction:column;gap:16px}.inventory-details-main{padding:22px;max-height:calc(100vh - 48px);overflow:auto;display:flex;flex-direction:column;gap:16px}.inventory-details-main::-webkit-scrollbar{width:10px}.inventory-details-main::-webkit-scrollbar-track{background:#ffffff08}.inventory-details-main::-webkit-scrollbar-thumb{background:#94a3b847;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.inventory-sidebar-panel,.inventory-panel-surface{background:linear-gradient(135deg,#fff1,#ffffff08);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:16px;box-shadow:0 14px 32px #00000029,inset 0 1px #ffffff14}.inventory-sidebar-hero{display:flex;flex-direction:column;gap:14px}.inventory-sidebar-hero h2{margin:2px 0 0;color:#fff;font-size:1.9rem;line-height:1.1}.inventory-sidebar-subtitle{margin:0;color:#9ca3af;line-height:1.55;font-size:.92rem}.inventory-sidebar-visual{position:relative;min-height:220px;display:flex;align-items:center;justify-content:center}.inventory-sidebar-glow{position:absolute;inset:auto 12% 14% 12%;height:120px;border-radius:999px;background:radial-gradient(circle,rgba(74,222,128,.22),transparent 70%);filter:blur(26px)}.inventory-sidebar-visual .inventory-selected-image{position:relative;z-index:1;max-height:180px}.inventory-sidebar-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.inventory-sidebar-stat{padding:12px;border-radius:14px;background:#0a12226b;border:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:4px}.inventory-sidebar-stat span{color:#9ca3af;font-size:.76rem;text-transform:uppercase;letter-spacing:.06em}.inventory-sidebar-stat strong{color:#fff;font-size:.95rem}.inventory-sidebar-summary .inventory-panel-header.compact h3{font-size:1rem}.inventory-panel-surface .inventory-breakdown-row,.inventory-panel-surface .inventory-sales-row,.inventory-panel-surface .inventory-applied-card,.inventory-sidebar-panel .inventory-breakdown-row{background:#ffffff09;border-color:#ffffff14}.inventory-selected-panel.modal .inventory-similar-tab,.inventory-selected-panel.modal .inventory-selected-action{background:#ffffff0d}.inventory-selected-panel.modal .inventory-selected-action.primary{background:linear-gradient(135deg,#25a24461,#4ad66dd1)}.inventory-panel-note{padding:14px;border-radius:16px;background:linear-gradient(135deg,#14271b99,#0f172a66);border:1px solid rgba(74,222,128,.12)}.inventory-panel-note h3{margin:0 0 8px;color:#fff;font-size:.96rem}.inventory-panel-note p{margin:0;color:#9ca3af;line-height:1.55}.inventory-panel-note.alt{background:linear-gradient(135deg,#ffffff0e,#4ade800d)}@media(max-width:1400px){.inventory-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1100px){.inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.inventory-applied-grid,.inventory-details-split{grid-template-columns:1fr}.inventory-details-sidebar{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}}@media(max-width:900px){.inventory-trend-summary{grid-template-columns:1fr}.inventory-sales-table{grid-template-columns:1fr;gap:6px}.inventory-sales-table-head{display:none}}@media(max-width:960px){.inventory-page-header,.inventory-filters-bar,.inventory-summary-grid{grid-template-columns:1fr}.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.user-page-shell-container{padding:52px 16px 28px}.inventory-selected-hero{grid-template-columns:1fr}.inventory-details-modal{padding:12px}.inventory-details-sidebar,.inventory-details-main{padding-left:16px;padding-right:16px}.inventory-details-close.floating{top:12px;right:12px}}@media(max-width:520px){.inventory-grid{grid-template-columns:1fr}}[data-rarity=covert]{--rarity-color: #EB4B4B;--rarity-glow: rgba(235, 75, 75, .32)}[data-rarity=classified]{--rarity-color: #D32CE6;--rarity-glow: rgba(211, 44, 230, .28)}[data-rarity=restricted]{--rarity-color: #8847FF;--rarity-glow: rgba(136, 71, 255, .3)}[data-rarity=milspec]{--rarity-color: #4B69FF;--rarity-glow: rgba(75, 105, 255, .28)}[data-rarity=industrial]{--rarity-color: #5E98D9;--rarity-glow: rgba(94, 152, 217, .24)}[data-rarity=consumer]{--rarity-color: #B0C3D9;--rarity-glow: rgba(176, 195, 217, .2)}[data-rarity=contraband]{--rarity-color: #E4AE39;--rarity-glow: rgba(228, 174, 57, .32)}[data-rarity=extraordinary]{--rarity-color: #EB4B4B;--rarity-glow: rgba(235, 75, 75, .28)}[data-rarity=default]{--rarity-color: #4ade80;--rarity-glow: rgba(74, 222, 128, .22)}.inventory-page-redesign{gap:16px}.inventory-command-center{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:22px;background:#0f172a6b;border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 34px #0000003d}.inventory-command-top{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(330px,.8fr);gap:16px;align-items:stretch}.inventory-command-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.inventory-dashboard-hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(340px,.84fr);gap:18px;align-items:stretch}.inventory-dashboard-value-card,.inventory-dashboard-stat-card,.inventory-filters-bar-redesign,.inventory-item-card-redesign,.inventory-selected-dock,.inventory-selected-hero-card,.inventory-selected-stats-card,.inventory-selected-chart-card,.inventory-selected-table-card{background:linear-gradient(135deg,#ffffff1f,#ffffff0a),linear-gradient(180deg,#0d271de0,#081014f5);border:1px solid rgba(190,243,208,.12);box-shadow:0 22px 44px #00000057,inset 0 1px #ffffff14}.inventory-dashboard-value-card{border-radius:16px}.inventory-dashboard-title-bar{min-height:118px;display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 24px;border-radius:16px;background:radial-gradient(circle at 58% 30%,rgba(74,222,128,.12),transparent 32%),#0810148a;border:1px solid rgba(190,243,208,.1)}.inventory-dashboard-title-bar h1{margin:4px 0 0;font-size:clamp(2rem,3.3vw,3rem);letter-spacing:.02em;color:#effff6}.inventory-dashboard-status{min-width:180px;display:flex;flex-direction:column;gap:4px;align-items:flex-end;text-align:right}.inventory-dashboard-status span{color:#e8fff1;font-weight:700}.inventory-status-profile-link{color:#e8fff1;font-weight:700;text-decoration:none}.inventory-status-profile-link:hover{color:#2df15b;text-decoration:underline}.inventory-dashboard-status small{color:#9cc6ab;font-size:.78rem}.inventory-dashboard-value-card{padding:14px 16px;display:grid;grid-template-columns:minmax(0,.95fr) minmax(150px,.82fr);gap:14px;align-items:center;box-shadow:none;min-width:0}.inventory-dashboard-value-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.inventory-dashboard-value-copy span{color:#eef6ef;font-size:.86rem}.inventory-dashboard-value-copy strong{color:#fff;font-size:clamp(1.35rem,2vw,1.95rem);line-height:1;max-width:100%;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.inventory-dashboard-value-copy small{color:#55e268;font-size:.82rem;font-weight:700;white-space:normal}.inventory-dashboard-chart-shell{min-height:84px;border-radius:14px;background:#0f172a6b;border:1px solid rgba(255,255,255,.07);padding:8px;min-width:0}.inventory-dashboard-sparkline{width:100%;height:68px}.inventory-dashboard-sparkline path{fill:none;stroke:#2df15b;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.inventory-dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.inventory-dashboard-stat-card{border-radius:14px;padding:14px 16px;min-height:92px;display:flex;flex-direction:column;gap:6px;background:#0f172a5c;box-shadow:none}.inventory-dashboard-stat-card.clickable:hover{background:#2df15b12;border-color:#2df15b40}.inventory-dashboard-stat-card.active{background:#2df15b1a;border-color:#2df15b66;box-shadow:0 0 0 1px #2df15b4d}.inventory-dashboard-stat-card span{color:#f0f5f0;font-size:.86rem}.inventory-dashboard-stat-card strong{color:#fff;font-size:1.42rem;line-height:1.1}.inventory-dashboard-stat-card small{color:#c0d7c6;font-size:.78rem}.inventory-filters-bar-redesign{position:static;display:grid;grid-template-columns:minmax(260px,1.15fr) minmax(0,1.8fr) minmax(220px,.75fr);gap:14px;padding:0;border-radius:0;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border:none;box-shadow:none}.inventory-filter-search-redesign{display:flex;align-items:center;gap:12px}.inventory-filter-search-icon{flex:0 0 auto;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#4ad66de6;border:1px solid rgba(74,214,109,.7);border-radius:999px;padding:5px;background:#11182799}.inventory-filter-search-redesign .inventory-filter-input{background:#0f172a8c;border:1px solid rgba(255,255,255,.14);border-radius:12px;min-height:44px;padding:0 14px;color:#effff6;box-shadow:0 4px 12px #0003,inset 0 1px #ffffff0f}.inventory-filter-search-redesign .inventory-filter-input::placeholder{color:#effff6b8}.inventory-filter-pills-redesign{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.inventory-filter-pill{padding:8px 14px;border-radius:999px;border:1px solid rgba(156,163,175,.6);background:#11182799;color:#e5e7eb;font-size:.78rem;cursor:pointer;transition:all .15s ease;white-space:nowrap;font-weight:600}.inventory-filter-pill:not(.active){opacity:1}.inventory-filter-pill.active{color:#fff;border-color:#4ad66d;background:linear-gradient(135deg,#25a24459,#4ad66dcc)}.inventory-filter-pill:hover{border-color:#4ad66db3;color:#fff}.inventory-filter-sort-redesign{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.inventory-filter-sort-redesign .inventory-filter-sort-label{color:#e5e7ebd9;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.inventory-filter-sort-redesign .inventory-filter-select{background:#11182799;border:1px solid rgba(156,163,175,.6);border-radius:12px;min-height:44px;color:#e5e7eb;font-weight:600}.inventory-dashboard-board{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(350px,.72fr);gap:14px;align-items:start}.inventory-dashboard-grid-area{display:flex;flex-direction:column;gap:12px}.inventory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.inventory-item-card-redesign{position:relative;min-height:300px;border-radius:18px;padding:14px 14px 12px;background:#0f172a6b;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.16);box-shadow:0 8px 22px #00000038,inset 0 1px #ffffff1f,inset 0 -1px #ffffff0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.inventory-item-card-redesign:before{display:none}.inventory-item-card-redesign:hover{transform:translateY(-2px);border-color:#bef3d02e;box-shadow:0 18px 36px #00000057,inset 0 1px #ffffff24,inset 0 -1px #ffffff14}.inventory-item-card-redesign.selected{border-color:#4ad66d6b;box-shadow:0 22px 40px #00000061,0 0 0 1px #4ad66d1f,inset 0 1px #ffffff29}.inventory-item-card-top-redesign{display:flex;align-items:center}.inventory-item-header-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;min-height:40px}.inventory-item-header-side{display:flex;align-items:center;align-self:center;min-height:26px}.inventory-item-header-left{justify-content:flex-start}.inventory-item-header-right{justify-content:flex-end}.inventory-item-variant-badge,.inventory-item-exterior-tag,.inventory-item-header-spacer{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:#11182785;border:1px solid rgba(255,255,255,.12);color:#f4f6f5}.inventory-item-header-spacer{opacity:0;pointer-events:none}.inventory-item-variant-badge.stattrak{color:#ff9a67}.inventory-item-variant-badge.souvenir{color:#f5d66d}.inventory-item-name-inline{margin:0;width:100%;min-width:0;align-self:center;text-align:center;font-size:.98rem;line-height:1.14;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-wrap:balance;word-break:break-word;letter-spacing:-.01em;color:#f8fbf9}.inventory-item-match-badges-row{min-height:22px;margin-top:8px;justify-content:center}.inventory-item-image-wrap-redesign{min-height:128px;margin:6px 0 10px}.inventory-item-meta-redesign{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:2px}.inventory-item-meta-block{display:flex;flex-direction:column;gap:2px}.inventory-item-meta-block span{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#9fb0a7}.inventory-item-meta-block strong{font-size:.86rem;color:#edf3ee;font-weight:600}.inventory-item-attachments-redesign{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:12px 0 10px;flex-wrap:nowrap}.inventory-item-slot{width:100%;height:40px;border-radius:10px;background:linear-gradient(180deg,#202224d1,#15181ab8);border:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffff0a}.inventory-item-slot .inventory-item-attachment-icon{width:28px;height:28px;padding:0;border:none;background:transparent;border-radius:0;display:block;object-fit:contain}.inventory-item-price-stack{display:flex;flex-direction:column;gap:2px;color:#eff5ef;margin-top:8px}.inventory-item-price-stack span{font-size:.78rem;color:#bfcfc7}.inventory-item-price-stack strong{font-size:1.08rem;color:#fff}.inventory-item-price-stack small{margin-top:4px;font-size:.72rem;color:#96a99e}.inventory-item-open-row-redesign{margin-top:10px;justify-content:flex-start;gap:8px;color:#71ea3f;font-weight:700;padding-top:10px;border-top:1px solid rgba(255,255,255,.07)}.inventory-item-open-arrow{display:inline-flex;align-items:center;justify-content:center;line-height:0}.inventory-selected-dock{position:sticky;top:20px;border-radius:18px;padding:0;background:#0f172a61;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px #00000047,inset 0 1px #ffffff14;display:flex;flex-direction:column;gap:12px;overflow:hidden}.inventory-selected-dock:before{display:none}.inventory-selected-hero-card{position:relative;border-radius:0;padding:18px 18px 14px;background:linear-gradient(180deg,#71847e3d,#3e474c1f),radial-gradient(circle at top center,rgba(74,222,128,.08),transparent 52%),linear-gradient(135deg,#11182785,#1f293752,#11182785);border-bottom:1px solid rgba(255,255,255,.08)}.inventory-selected-hero-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.inventory-selected-overline{display:inline-block;margin-bottom:4px;color:#9dc0ae;font-size:.74rem;text-transform:uppercase;letter-spacing:.1em}.inventory-selected-hero-copy h2{margin:0;color:#fff;font-size:1.32rem;line-height:1.15;letter-spacing:-.02em}.inventory-selected-hero-copy span{color:#dce7de;font-size:.82rem}.inventory-selected-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.inventory-selected-hero-tag{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#0f172a6b;border:1px solid rgba(255,255,255,.1);color:#e7f2eb;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.inventory-selected-hero-tag.accent{border-color:#4ad66d47;color:#d7ffe4}.inventory-selected-hero-value{min-width:138px;padding:12px 14px;border-radius:18px;background:#0f172a57;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0d;display:flex;flex-direction:column;gap:3px}.inventory-selected-hero-value span{color:#9db0a6;font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}.inventory-selected-hero-value strong{color:#fff;font-size:1.24rem;line-height:1.1}.inventory-selected-hero-value small{color:#95a79e;font-size:.72rem;line-height:1.35}.inventory-selected-hero-visual{min-height:138px;display:flex;align-items:center;justify-content:center;margin-top:12px;padding:10px 0 6px;border-radius:18px;background:radial-gradient(circle at center,rgba(74,214,109,.07),transparent 48%),linear-gradient(180deg,#ffffff08,#fff0);border:1px solid rgba(255,255,255,.06)}.inventory-selected-hero-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:6px}.inventory-selected-hero-strip-item{padding:10px 12px;border-radius:14px;background:#0f172a57;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:3px}.inventory-selected-hero-strip-item span{color:#9fb1a8;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.inventory-selected-hero-strip-item strong{color:#fff;font-size:.95rem}.inventory-selected-stats-card,.inventory-selected-chart-card,.inventory-selected-table-card{border-radius:18px;margin:0 12px;padding:14px 15px;background:linear-gradient(180deg,#ffffff0d,#ffffff06),linear-gradient(135deg,#11182775,#1f293742,#11182775);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 24px #0000002e,inset 0 1px #ffffff14}.inventory-selected-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.inventory-selected-stat-grid>div{padding:10px 12px;border-radius:14px;background:#0f172a38;border:1px solid rgba(255,255,255,.05)}.inventory-selected-stat-grid span,.inventory-selected-section-head span,.inventory-selected-table-head{color:#d9e2db;font-size:.76rem}.inventory-selected-stat-grid strong{display:block;margin-top:3px;color:#fff}.inventory-selected-section-head{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.inventory-selected-section-head h3{margin:0;color:#fff;font-size:1rem;letter-spacing:-.01em}.inventory-selected-chart{width:100%;height:92px;background:#0f172a6b;border-radius:16px;padding:8px;border:1px solid rgba(255,255,255,.06)}.inventory-selected-chart-line{fill:none;stroke:#2df15b;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.inventory-selected-chart-point{fill:#d5ffe2}.inventory-selected-chart-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;color:#a8b9b0;font-size:.76rem}.inventory-selected-chart-footer strong{color:#f4fff7;font-size:.82rem;letter-spacing:-.01em}.inventory-selected-table,.inventory-selected-craft-table{display:flex;flex-direction:column}.inventory-selected-craft-table{gap:0}.inventory-selected-table-head,.inventory-selected-table-row,.inventory-selected-craft-row{display:grid;grid-template-columns:1.1fr .9fr .95fr 1fr .7fr;gap:10px;align-items:center}.inventory-selected-table-head{padding:0 6px 10px;border-bottom:1px solid rgba(255,255,255,.08);text-transform:uppercase;letter-spacing:.05em}.inventory-selected-table-row,.inventory-selected-craft-row{padding:13px 6px;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08);transition:background .15s ease,transform .15s ease,border-color .15s ease}.inventory-selected-table-row:hover{background:linear-gradient(90deg,#ffffff0a,#4ad66d0a);border-color:#4ad66d38;transform:translateY(-1px)}.inventory-selected-sale-badge{width:fit-content;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em}.inventory-selected-sale-badge.exact{background:#4ade801f;color:#d8ffe5}.inventory-selected-sale-badge.similar{background:#60a5fa1f;color:#dbeafe}.inventory-similar-matched-by{display:block;font-size:.74rem;color:#6ee7b7;margin-top:2px;opacity:.85}.inventory-similar-cross-skin{display:block;font-size:.68rem;color:#94a3b8;margin-top:1px;opacity:.75;font-style:italic}.inventory-selected-sale-badge.strong-match{background:#2df15b21;color:#a3ffba}.inventory-similar-section-divider{padding:5px 12px 4px;font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;border-top:1px solid rgba(255,255,255,.06)}.inventory-similar-section-divider.strong{color:#6ee7b7;background:#2df15b0a}.inventory-similar-section-divider.similar{color:#94a3b8}.inventory-selected-open-link{width:34px;height:34px;margin-left:auto;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#11182766;color:#dfe7e1;display:inline-flex;align-items:center;justify-content:center;line-height:0;opacity:.92}.inventory-selected-cell-mono{font-variant-numeric:tabular-nums;color:#f2f7f3}.inventory-selected-cell-muted{color:#d3ddd7}.inventory-selected-cell-market{color:#edf5ef;font-weight:600}.inventory-selected-cell-price{font-variant-numeric:tabular-nums;color:#fff;font-weight:600}.inventory-selected-craft-name{display:flex;align-items:center;gap:8px;min-width:0;font-weight:500}.inventory-selected-table-head-craft,.inventory-selected-craft-row{grid-template-columns:minmax(0,2.2fr) .72fr .54fr .86fr .86fr}.inventory-selected-table-head-craft{padding-bottom:10px}.inventory-selected-craft-row{padding:12px 4px;align-items:center}.inventory-selected-craft-row>span:not(.inventory-selected-craft-name){color:#d7e3da;font-size:.88rem;white-space:nowrap}.inventory-selected-craft-name-text{min-width:0;display:flex;flex-direction:column;gap:2px}.inventory-selected-craft-title{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.inventory-selected-craft-type{display:block;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:#90a89a}.inventory-selected-craft-image{width:24px;height:24px;object-fit:contain;flex-shrink:0}.inventory-selected-empty{color:#d8e0da;padding:12px 0 4px;font-size:.9rem}.inventory-similar-tabs-redesign{margin-bottom:10px;padding-bottom:2px;display:flex;flex-wrap:wrap;gap:8px}.inventory-similar-tabs-redesign .inventory-similar-tab{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;background:#0f172a57;border:1px solid rgba(255,255,255,.08);color:#dce8e1}.inventory-similar-tabs-redesign .inventory-similar-tab small{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#ffffff14;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#f7fbf8}.inventory-similar-tabs-redesign .inventory-similar-tab.active{background:linear-gradient(135deg,#1c6f3f70,#38bdf83d);border-color:#4ad66d57}.inventory-pagination-redesign{justify-content:flex-start;padding-top:2px}@media(max-width:1320px){.inventory-dashboard-board{grid-template-columns:1fr}.inventory-selected-dock{position:static}}@media(max-width:1200px){.inventory-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:980px){.inventory-command-top,.inventory-filters-bar-redesign{grid-template-columns:1fr}.inventory-command-center{padding:16px}.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-selected-hero-top,.inventory-selected-hero-strip{grid-template-columns:1fr;display:grid}}@media(max-width:640px){.inventory-dashboard-title-bar{flex-direction:column;align-items:flex-start}.inventory-dashboard-status{align-items:flex-start;text-align:left}.inventory-dashboard-value-card,.inventory-command-controls{grid-template-columns:1fr;align-items:stretch}.inventory-dashboard-value-copy strong{font-size:clamp(1.45rem,9vw,2.1rem)}.inventory-command-controls,.inventory-price-source-toggle,.inventory-price-source-buttons{width:100%}.inventory-price-source-buttons{display:grid;grid-template-columns:repeat(2,1fr)}.inventory-dashboard-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.inventory-selected-stat-grid{grid-template-columns:1fr}.inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.inventory-item-card-redesign{padding:10px 10px 8px}.inventory-item-image-wrap-redesign{margin:6px 0}.inventory-item-image-wrap-redesign .inventory-item-image{max-height:80px}.inventory-item-name-inline{font-size:.78rem}.inventory-item-open-row-redesign{font-size:.72rem;padding-top:6px}.inventory-filter-pills-redesign{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}.inventory-filter-pills-redesign::-webkit-scrollbar{display:none}.inventory-filter-sort-redesign{justify-content:flex-start}.inventory-filter-sort-redesign .inventory-filter-select{flex:1}.inventory-item-meta-redesign{grid-template-columns:1fr 1fr}.inventory-selected-table-head{display:none}.inventory-selected-table-row{grid-template-columns:1fr 1fr;gap:4px 8px;padding:10px 6px}.inventory-selected-table-row>span:nth-child(1){grid-column:1}.inventory-selected-table-row>span:nth-child(2){grid-column:2;font-size:.72rem}.inventory-selected-table-row>span:nth-child(3){grid-column:1;font-size:.72rem}.inventory-selected-table-row>span:nth-child(4){grid-column:2;font-size:.72rem}.inventory-selected-table-row>span:nth-child(5){display:none}.inventory-selected-craft-row{grid-template-columns:1fr;gap:4px}.inventory-selected-craft-name-text{gap:0}.inventory-selected-hero-strip{gap:8px}.inventory-filter-pill{min-height:40px;padding:0 14px;display:flex;align-items:center}.inventory-pagination-redesign button{min-width:40px;min-height:40px}.inventory-selected-dock{padding:0;gap:10px}.inventory-selected-hero-card,.inventory-selected-stats-card,.inventory-selected-table-card,.inventory-selected-chart-card{padding:14px}}.inventory-dashboard-title-bar h1,.inventory-selected-hero-copy h2{font-family:Syne,sans-serif;font-weight:800;letter-spacing:-.03em}.inventory-dashboard-stat-card strong{font-family:Syne,sans-serif;font-weight:700}.inventory-dashboard-value-copy strong{font-family:Syne,sans-serif;font-weight:800;letter-spacing:-.04em}.inventory-item-float-value,.inventory-selected-mono,.inventory-selected-cell-mono,.inventory-item-meta-block strong{font-family:JetBrains Mono,monospace;font-weight:500;font-size:.82rem}.inventory-selected-hero-value strong{font-family:Syne,sans-serif;font-weight:700;letter-spacing:-.02em}.inventory-item-card-redesign[data-rarity]{border-left:2px solid var(--rarity-color, rgba(74, 214, 109, .4))}.inventory-item-card-redesign[data-rarity].selected{box-shadow:0 22px 40px #00000061,0 0 0 1px color-mix(in srgb,var(--rarity-color, #4ade80) 20%,transparent),inset 0 1px #ffffff29}.inventory-selected-hero-tag[data-rarity],.inventory-selected-rarity[data-rarity]{color:var(--rarity-color, #4ade80)}.inventory-float-bar-wrap{padding:6px 0 2px}.inventory-float-bar-track{position:relative;height:4px;border-radius:999px;background:linear-gradient(to right,#4ade80,#4ade80 7%,#86efac 7%,#86efac 15%,#facc15 15%,#facc15 38%,#fb923c 38%,#fb923c 45%,#ef4444 45%,#ef4444);opacity:.7}.inventory-float-bar-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 1.5px #00000073,0 1px 4px #00000080;pointer-events:none}.inventory-selected-hero-visual{position:relative}.inventory-selected-hero-glow{position:absolute;inset:auto 10% 0 10%;height:70px;border-radius:50%;background:radial-gradient(ellipse at center,var(--rarity-glow, rgba(74, 222, 128, .22)),transparent 70%);filter:blur(18px);pointer-events:none}.retro-area-chart{width:100%}.retro-chart-tooltip{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border-radius:10px;border:1px solid rgba(190,243,208,.18);background:#0a1810;box-shadow:0 8px 22px #00000080}.retro-chart-tooltip-label{font-family:JetBrains Mono,monospace;font-size:.7rem;color:#7a9488;text-transform:uppercase;letter-spacing:.06em}.retro-chart-tooltip-value{font-family:JetBrains Mono,monospace;font-size:.88rem;font-weight:600}.retro-area-chart .recharts-cartesian-axis-tick text{font-family:JetBrains Mono,monospace!important}.inventory-item-charm-row{display:flex;align-items:center;gap:8px;margin:6px 0 2px;padding:6px 8px;border-radius:10px;background:linear-gradient(90deg,#e4ae3914,#e4ae390a);border:1px solid rgba(228,174,57,.22)}.inventory-item-charm-icon{width:28px;height:28px;object-fit:contain;flex-shrink:0}.inventory-item-charm-name{font-size:.72rem;color:#e4ae39;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;font-weight:600;letter-spacing:.01em}.inventory-dashboard-chart-shell{min-height:96px;display:flex;align-items:center}.inventory-dashboard-chart-shell .retro-area-chart{flex:1;min-width:0}.inventory-sparkline-loading{flex:1;height:76px;border-radius:8px;background:linear-gradient(90deg,#2df15b0f 25%,#2df15b1f,#2df15b0f 75%);background-size:200% 100%;animation:sparkline-shimmer 1.6s ease-in-out infinite}@keyframes sparkline-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.inventory-dashboard-chart-shell--clickable{cursor:pointer;border-radius:10px;transition:background .15s}.inventory-dashboard-chart-shell--clickable:hover{background:#2df15b0f}.inv-history-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:16px}.inv-history-modal{background:#0d1f13;border:1px solid rgba(45,241,91,.18);border-radius:18px;width:100%;max-width:860px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 24px 64px #0009}.inv-history-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.inv-history-title{display:flex;align-items:center;gap:12px;font-size:1.05rem;font-weight:600;color:#e2f5e8}.inv-history-back{background:none;border:1px solid rgba(45,241,91,.25);border-radius:8px;color:#4ade80;font-size:.85rem;padding:4px 12px;cursor:pointer;transition:background .15s}.inv-history-back:hover{background:#2df15b14}.inv-history-subtitle{color:#7a9488;font-size:.9rem;font-weight:400}.inv-history-close{background:none;border:none;color:#7a9488;font-size:1.2rem;cursor:pointer;padding:4px 8px;border-radius:6px;transition:color .15s;flex-shrink:0}.inv-history-close:hover{color:#e2f5e8}.inv-history-hint{margin:0 0 10px;font-size:.78rem;color:#4ade80;opacity:.7;font-family:JetBrains Mono,monospace}.inv-history-chart{flex:1}.inv-history-empty{display:flex;align-items:center;justify-content:center;min-height:160px;color:#7a9488;font-size:.88rem;text-align:center;padding:24px}.inv-history-drilldown{border-top:1px solid rgba(45,241,91,.1);padding-top:16px}.inv-history-pills{display:flex;flex-wrap:wrap;gap:8px}.inv-history-pill{background:#2df15b12;border:1px solid rgba(45,241,91,.2);border-radius:20px;color:#a3e8b8;font-size:.8rem;font-family:JetBrains Mono,monospace;padding:5px 14px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.inv-history-pill:hover{background:#2df15b26;border-color:#2df15b73;color:#e2f5e8}.inventory-selected-chart-delta{font-family:JetBrains Mono,monospace;font-size:.74rem;font-weight:600;padding:2px 6px;border-radius:6px;margin-left:6px}.inventory-selected-chart-delta.positive{color:#2df15b;background:#2df15b1a}.inventory-selected-chart-delta.negative{color:#f87171;background:#f871711a}.inventory-craft-estimate-card{border-left:2px solid rgba(45,241,91,.4)}.inventory-craft-confidence-badge{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;letter-spacing:.03em}.inventory-craft-exact-notice{color:#9dc0ae;font-size:.88rem;padding:6px 0 4px}.inventory-craft-breakdown-table{display:flex;flex-direction:column;gap:0;margin-top:8px}.inventory-craft-breakdown-head{display:grid;grid-template-columns:minmax(0,2fr) .9fr .9fr .9fr;gap:8px;padding:0 4px 8px;border-bottom:1px solid rgba(255,255,255,.07);font-size:.72rem;color:#7a9488;text-transform:uppercase;letter-spacing:.06em}.inventory-craft-breakdown-row{display:grid;grid-template-columns:minmax(0,2fr) .9fr .9fr .9fr;gap:8px;padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.04);align-items:center}.inventory-craft-breakdown-row:last-child{border-bottom:none}.inventory-craft-sticker-name{display:flex;align-items:center;gap:7px;font-size:.84rem;color:#e8f0ea;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventory-craft-sticker-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.inventory-craft-wear-tag{font-size:.68rem;color:#fb923c;background:#fb923c1a;padding:1px 5px;border-radius:4px;white-space:nowrap}.inventory-craft-ratio{display:flex;flex-direction:column;gap:1px}.inventory-craft-ratio small{font-size:.68rem;color:#6b8880;font-weight:400}.inventory-craft-premium-value{font-family:JetBrains Mono,monospace;font-size:.84rem;font-weight:600;color:#2df15b}.inventory-craft-breakdown-total{display:grid;grid-template-columns:1fr auto;gap:4px 16px;align-items:center;margin-top:12px;padding:14px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);font-size:.84rem;color:#9dc0ae}.inventory-craft-breakdown-total strong{font-family:JetBrains Mono,monospace;font-weight:600;color:#dce8e1;text-align:right}.inventory-craft-premium-total{color:#2df15b!important}.inventory-craft-fallback-label{color:#94a3b8;font-style:italic}.inventory-craft-combo-note{font-size:.72rem;color:#94a3b8;font-weight:400}.inventory-craft-total-label{font-weight:600;color:#dce8e1}.inventory-craft-total-value{font-size:1rem!important;color:#fff!important}.inventory-selected-hero-value-label{font-size:.72rem;color:#9dc0ae;text-transform:uppercase;letter-spacing:.07em}.inventory-bulk-progress{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;background:linear-gradient(90deg,#2df15b12,#2df15b08);border:1px solid rgba(45,241,91,.18);font-size:.82rem;color:#9dc0ae;font-family:JetBrains Mono,monospace;flex:1;min-width:260px;transition:background .3s,border-color .3s}.inventory-bulk-progress.done{background:linear-gradient(90deg,#2df15b1a,#2df15b0a);border-color:#2df15b4d;color:#2df15b}.inventory-bulk-progress.failed{background:linear-gradient(90deg,#fb923c14,#fb923c08);border-color:#fb923c40;color:#fb923c}.inventory-bulk-progress-dot{width:7px;height:7px;border-radius:50%;background:#2df15b;flex-shrink:0;box-shadow:0 0 6px #2df15bb3;animation:bulk-pulse 1.2s ease-in-out infinite}.inventory-bulk-progress.done .inventory-bulk-progress-dot{animation:none;opacity:1}.inventory-bulk-progress.failed .inventory-bulk-progress-dot{background:#fb923c;box-shadow:0 0 6px #fb923cb3;animation:none}@keyframes bulk-pulse{0%,to{opacity:1}50%{opacity:.35}}.inventory-bulk-progress-track{flex:1;height:3px;border-radius:999px;background:#2df15b1f;overflow:hidden;min-width:80px}.inventory-bulk-progress.failed .inventory-bulk-progress-track{background:#fb923c1f}.inventory-bulk-progress-fill{height:100%;border-radius:999px;background:#2df15b;transition:width .4s ease;width:0%}.inventory-bulk-progress.failed .inventory-bulk-progress-fill{background:#fb923c}.inventory-bulk-progress-fill.indeterminate{width:40%!important;animation:indeterminate-slide 1.6s ease-in-out infinite}@keyframes indeterminate-slide{0%{transform:translate(-100%)}to{transform:translate(300%)}}.inventory-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.inventory-price-source-toggle{display:flex;align-items:center;gap:10px;font-size:.8rem;color:#7a9485;padding:6px 8px;border-radius:12px;background:#0f172a52;border:1px solid rgba(255,255,255,.06)}.inventory-price-source-buttons{display:flex;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.inventory-price-source-btn{padding:5px 14px;font-size:.78rem;font-weight:600;letter-spacing:.04em;background:transparent;color:#5a7a68;border:none;cursor:pointer;transition:background .15s,color .15s}.inventory-price-source-btn:first-child{border-right:1px solid rgba(255,255,255,.08)}.inventory-price-source-btn.active{background:#2df15b1f;color:#2df15b}.inventory-price-source-btn:hover:not(.active){background:#ffffff0a;color:#a0c8b0}.inventory-comps-status{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:999px;letter-spacing:.03em}.inventory-comps-status.loading{background:#2df15b1a;color:#2df15b;animation:bulk-pulse 1.2s ease-in-out infinite}.inventory-comps-status.pending{background:#94a3b81a;color:#64748b}.inventory-comps-status.empty{background:#fb923c1a;color:#fb923c}.inventory-comps-status.ready{background:#2df15b14;color:#4ade80}
