.Hero-module__ejOdHG__hero{text-align:center;justify-content:center;align-items:center;min-height:500px;padding:80px 20px;display:flex;position:relative;overflow:hidden}.Hero-module__ejOdHG__content{z-index:10;flex-direction:column;align-items:center;width:100%;max-width:800px;display:flex;position:relative}.Hero-module__ejOdHG__eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:18px;font-size:.72rem;font-weight:700;display:inline-block}.Hero-module__ejOdHG__title{letter-spacing:-.03em;color:var(--text-white);margin-bottom:18px;font-size:2.9rem;font-weight:800;line-height:1.1}.Hero-module__ejOdHG__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:40px;font-size:1.05rem}.Hero-module__ejOdHG__searchForm{gap:12px;width:100%;max-width:600px;display:flex}.Hero-module__ejOdHG__heroSearchInput{flex:1;width:100%}.Hero-module__ejOdHG__searchWrapper{flex:1}.Hero-module__ejOdHG__searchInput{background:var(--bg-card);border-color:var(--border-highlight);height:52px;font-size:1rem}.Hero-module__ejOdHG__searchInput:focus{background:var(--bg-card-hover)}.Hero-module__ejOdHG__searchButton{min-width:120px;height:56px;font-size:1.1rem}.Hero-module__ejOdHG__backgroundGlow{width:100%;height:100%;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.Hero-module__ejOdHG__title{font-size:2.5rem}.Hero-module__ejOdHG__searchForm{flex-direction:column}.Hero-module__ejOdHG__searchButton{width:100%}}.Hero-module__ejOdHG__searchContainer{flex:1;position:relative}.Hero-module__ejOdHG__suggestionsDropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-highlight);z-index:100;-ms-overflow-style:none;scrollbar-width:none;background:#19191ef2;border-radius:0 0 12px 12px;width:100%;max-height:270px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 30px #00000080}.Hero-module__ejOdHG__suggestionsDropdown::-webkit-scrollbar{display:none}.Hero-module__ejOdHG__suggestionItem{cursor:pointer;box-sizing:border-box;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;height:66px;padding:8px 16px;transition:background .2s;display:flex}.Hero-module__ejOdHG__suggestionItem:last-child{border-bottom:none}.Hero-module__ejOdHG__suggestionItem:hover{background:#ffffff1a}.Hero-module__ejOdHG__suggestionImage{object-fit:contain;background:#0003;border-radius:4px;flex-shrink:0;width:36px;height:50px}.Hero-module__ejOdHG__suggestionInfo{text-align:left;flex-direction:column;flex:1;justify-content:center;display:flex;overflow:hidden}.Hero-module__ejOdHG__suggestionHeader{justify-content:space-between;align-items:baseline;margin-bottom:2px;display:flex}.Hero-module__ejOdHG__suggestionName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-right:8px;font-size:1rem;font-weight:600;overflow:hidden}.Hero-module__ejOdHG__suggestionPrice{color:var(--success);white-space:nowrap;flex-shrink:0;margin-left:8px;font-size:1rem;font-weight:700}.Hero-module__ejOdHG__noPrice{color:var(--text-muted);font-size:.85rem;font-weight:400}.Hero-module__ejOdHG__suggestionMeta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}
.Input-module__rdnxQa__wrapper{align-items:center;width:100%;display:flex;position:relative}.Input-module__rdnxQa__input{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;height:42px;color:var(--text-primary);padding:0 12px;font-size:.95rem;transition:all .2s}.Input-module__rdnxQa__input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}.Input-module__rdnxQa__input::placeholder{color:var(--text-muted)}.Input-module__rdnxQa__withIcon{padding-left:38px}.Input-module__rdnxQa__icon{color:var(--text-muted);pointer-events:none;align-items:center;display:flex;position:absolute;left:12px}
.CardScanner-module__LYY5-a__overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out CardScanner-module__LYY5-a__fadeIn;display:flex;position:fixed;inset:0}@keyframes CardScanner-module__LYY5-a__fadeIn{0%{opacity:0}to{opacity:1}}.CardScanner-module__LYY5-a__modal{background:#101014f7;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;width:100%;max-width:440px;max-height:90vh;animation:.25s ease-out CardScanner-module__LYY5-a__slideUp;display:flex;overflow:hidden;box-shadow:0 24px 60px #0009}@keyframes CardScanner-module__LYY5-a__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CardScanner-module__LYY5-a__header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.CardScanner-module__LYY5-a__title{color:#fff;margin:0;font-size:1rem;font-weight:600}.CardScanner-module__LYY5-a__closeBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.1rem;transition:color .15s}.CardScanner-module__LYY5-a__closeBtn:hover{color:#fff}.CardScanner-module__LYY5-a__content{flex:1;padding:20px;overflow-y:auto}.CardScanner-module__LYY5-a__uploadArea{text-align:center;cursor:pointer;border:2px dashed #ffffff1f;border-radius:16px;padding:48px 24px;transition:border-color .2s,background .2s}.CardScanner-module__LYY5-a__uploadArea:hover{border-color:var(--primary);background:#3b82f60d}.CardScanner-module__LYY5-a__uploadIcon{margin-bottom:12px;font-size:3rem}.CardScanner-module__LYY5-a__uploadText{color:var(--text-secondary);margin-bottom:4px;font-size:.9rem}.CardScanner-module__LYY5-a__uploadHint{color:var(--text-muted);font-size:.75rem}.CardScanner-module__LYY5-a__fileInput{display:none}.CardScanner-module__LYY5-a__previewContainer{background:var(--bg-main);border-radius:12px;margin-bottom:16px;position:relative;overflow:hidden}.CardScanner-module__LYY5-a__previewImage{object-fit:contain;width:100%;max-height:300px;display:block}.CardScanner-module__LYY5-a__scanOverlay{background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.CardScanner-module__LYY5-a__scanLine{background:linear-gradient(90deg, transparent, var(--primary), var(--primary), transparent);height:3px;animation:1.5s ease-in-out infinite CardScanner-module__LYY5-a__scanMove;position:absolute;left:0;right:0}@keyframes CardScanner-module__LYY5-a__scanMove{0%,to{top:10%}50%{top:90%}}.CardScanner-module__LYY5-a__progressText{color:#fff;text-shadow:0 2px 8px #0009;z-index:1;font-size:.85rem;font-weight:600}.CardScanner-module__LYY5-a__progressBar{z-index:1;background:#ffffff26;border-radius:2px;width:180px;height:4px;overflow:hidden}.CardScanner-module__LYY5-a__progressFill{background:linear-gradient(90deg, var(--primary), var(--primary));border-radius:2px;height:100%;transition:width .3s}.CardScanner-module__LYY5-a__actions{justify-content:center;gap:10px;margin-top:12px;display:flex}.CardScanner-module__LYY5-a__scanBtn{background:linear-gradient(135deg, var(--primary), var(--primary));color:#fff;cursor:pointer;border:none;border-radius:24px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s}.CardScanner-module__LYY5-a__scanBtn:hover{transform:scale(1.05);box-shadow:0 4px 20px #3b82f666}.CardScanner-module__LYY5-a__resetBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:24px;padding:10px 20px;font-size:.85rem;transition:border-color .15s,color .15s}.CardScanner-module__LYY5-a__resetBtn:hover{color:#fff;border-color:#fff}.CardScanner-module__LYY5-a__results{margin-top:4px}.CardScanner-module__LYY5-a__resultsTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;font-size:.8rem;font-weight:600}.CardScanner-module__LYY5-a__resultRow{background:#ffffff08;border-radius:10px;align-items:center;gap:10px;margin-bottom:8px;padding:10px 12px;display:flex}.CardScanner-module__LYY5-a__resultLabel{color:var(--text-muted);text-transform:uppercase;flex-shrink:0;min-width:56px;font-size:.7rem}.CardScanner-module__LYY5-a__resultValue{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.85rem;font-weight:500;overflow:hidden}.CardScanner-module__LYY5-a__searchTag{color:#b4b9ee;cursor:pointer;background:#3b82f626;border:1px solid #3b82f64d;border-radius:16px;flex-shrink:0;padding:5px 14px;font-size:.75rem;font-weight:600;transition:background .15s}.CardScanner-module__LYY5-a__searchTag:hover{background:#3b82f64d}.CardScanner-module__LYY5-a__searchTagPrimary{background:linear-gradient(135deg, var(--primary), var(--primary));color:#fff;border:none}.CardScanner-module__LYY5-a__searchTagPrimary:hover{opacity:.9}.CardScanner-module__LYY5-a__noDetect{text-align:center;color:var(--text-secondary);padding:16px;font-size:.8rem;line-height:1.5}.CardScanner-module__LYY5-a__rawDetails{color:var(--text-muted);margin-top:12px;font-size:.75rem}.CardScanner-module__LYY5-a__rawDetails summary{cursor:pointer;padding:6px 0}.CardScanner-module__LYY5-a__rawDetails summary:hover{color:var(--text-secondary)}.CardScanner-module__LYY5-a__rawText{color:var(--text-secondary);white-space:pre-wrap;word-break:break-all;background:#0000004d;border-radius:8px;max-height:120px;margin-top:8px;padding:12px;font-size:.7rem;overflow-y:auto}.CardScanner-module__LYY5-a__error{color:var(--accent);text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;margin-top:12px;padding:10px 14px;font-size:.8rem}@media (max-width:480px){.CardScanner-module__LYY5-a__modal{border-radius:16px;max-height:95vh}.CardScanner-module__LYY5-a__uploadArea{padding:36px 16px}}
.SearchAutocomplete-module__US0Pza__searchContainer{position:relative}.SearchAutocomplete-module__US0Pza__form{align-items:center;gap:8px;width:100%;display:flex}.SearchAutocomplete-module__US0Pza__filterSelect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-highlight);height:48px;color:var(--text-primary);cursor:pointer;appearance:none;text-align:left;background:#141419cc url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 8px center/16px no-repeat;border-radius:12px;outline:none;min-width:110px;padding:0 32px 0 16px;font-size:.9rem;transition:all .2s}.SearchAutocomplete-module__US0Pza__filterSelect:focus,.SearchAutocomplete-module__US0Pza__filterSelect:hover{border-color:var(--accent-primary);background-color:#1e1e23f2}.SearchAutocomplete-module__US0Pza__filterSelect option{background:var(--bg-card);color:var(--text-primary);padding:10px}.SearchAutocomplete-module__US0Pza__searchInput{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-color:var(--border-highlight);background:#141419cc;width:100%;height:48px;font-size:1rem}.SearchAutocomplete-module__US0Pza__searchInput:focus{background:#141419f2}.SearchAutocomplete-module__US0Pza__suggestionsDropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-highlight);z-index:100;-ms-overflow-style:none;scrollbar-width:none;background:#19191ef2;border-radius:0 0 12px 12px;width:100%;max-height:270px;margin-top:4px;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 30px #00000080}.SearchAutocomplete-module__US0Pza__suggestionsDropdown::-webkit-scrollbar{display:none}.SearchAutocomplete-module__US0Pza__suggestionItem{cursor:pointer;box-sizing:border-box;border-bottom:1px solid #ffffff0d;align-items:center;gap:12px;height:66px;padding:8px 16px;transition:background .2s;display:flex}.SearchAutocomplete-module__US0Pza__suggestionItem:last-child{border-bottom:none}.SearchAutocomplete-module__US0Pza__suggestionItem:hover{background:#ffffff1a}.SearchAutocomplete-module__US0Pza__suggestionImage{object-fit:contain;background:#0003;border-radius:4px;flex-shrink:0;width:36px;height:50px}.SearchAutocomplete-module__US0Pza__suggestionInfo{text-align:left;flex-direction:column;flex:1;justify-content:center;display:flex;overflow:hidden}.SearchAutocomplete-module__US0Pza__suggestionHeader{justify-content:space-between;align-items:baseline;margin-bottom:2px;display:flex}.SearchAutocomplete-module__US0Pza__suggestionName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-right:8px;font-size:1rem;font-weight:600;overflow:hidden}.SearchAutocomplete-module__US0Pza__suggestionPrice{color:var(--success);white-space:nowrap;flex-shrink:0;margin-left:8px;font-size:1rem;font-weight:700}.SearchAutocomplete-module__US0Pza__noPrice{color:var(--text-muted);font-size:.85rem;font-weight:400}.SearchAutocomplete-module__US0Pza__suggestionMeta{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.SearchAutocomplete-module__US0Pza__cameraBtn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-highlight);cursor:pointer;background:#141419cc;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;transition:all .2s;display:flex}.SearchAutocomplete-module__US0Pza__cameraBtn:hover{border-color:var(--accent-primary);background:#3b82f61a}.SearchAutocomplete-module__US0Pza__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite SearchAutocomplete-module__US0Pza__spin}@keyframes SearchAutocomplete-module__US0Pza__spin{to{transform:rotate(360deg)}}@media (max-width:640px){.SearchAutocomplete-module__US0Pza__cameraBtn{display:none}}
.StatusPill-module__OsXOKG__pill{border-radius:var(--radius-pill);border:1px solid var(--border-highlight);font-family:var(--font-mono);letter-spacing:.02em;white-space:nowrap;align-items:center;gap:5px;padding:4px 11px;font-size:10.5px;font-weight:700;line-height:1;display:inline-flex}.StatusPill-module__OsXOKG__glyph{font-size:9px;line-height:1}.StatusPill-module__OsXOKG__po{color:var(--primary);border-color:#fe50004d}.StatusPill-module__OsXOKG__alloc{color:var(--alloc);border-color:#e6c06a4d}.StatusPill-module__OsXOKG__stock{color:var(--text-primary);border-color:#ffffff29}.StatusPill-module__OsXOKG__down{color:var(--accent);border-color:#ff7a854d}
.InfoSections-module___acL2a__wrap{border-top:1px solid var(--border);flex-direction:column;gap:44px;padding-top:12px;display:flex}.InfoSections-module___acL2a__section{scroll-margin-top:80px}.InfoSections-module___acL2a__title{letter-spacing:-.02em;color:var(--text-white);margin-bottom:10px;font-size:1.5rem;font-weight:700}.InfoSections-module___acL2a__rule{background:var(--primary);border-radius:2px;width:40px;height:3px;margin-bottom:24px}.InfoSections-module___acL2a__waBtn{color:#fff;background:#25d366;border-radius:8px;align-items:center;gap:10px;margin-bottom:24px;padding:12px 20px;font-weight:600;transition:filter .15s;display:inline-flex}.InfoSections-module___acL2a__waBtn:hover{filter:brightness(1.08);color:#fff}
.BoxHome-module__Fei8HG__page{flex-direction:column;gap:56px;max-width:1200px;margin:0 auto;padding:28px 24px 80px;display:flex}.BoxHome-module__Fei8HG__up{font-family:var(--font-mono);color:var(--success);font-weight:700}.BoxHome-module__Fei8HG__down{font-family:var(--font-mono);color:var(--accent);font-weight:700}.BoxHome-module__Fei8HG__hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding-top:16px;display:grid}.BoxHome-module__Fei8HG__eyebrow{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:22px;font-size:.72rem;font-weight:700;display:inline-block}.BoxHome-module__Fei8HG__title{letter-spacing:-.03em;color:var(--text-white);margin-bottom:18px;font-size:3rem;font-weight:800;line-height:1.08}.BoxHome-module__Fei8HG__dot{color:var(--primary)}.BoxHome-module__Fei8HG__subtitle{color:var(--text-secondary);max-width:520px;margin-bottom:28px;font-size:1.02rem;line-height:1.7}.BoxHome-module__Fei8HG__subtitleEn{color:var(--text-muted);font-size:.92rem}.BoxHome-module__Fei8HG__ctaRow{flex-wrap:wrap;gap:12px;margin-bottom:34px;display:flex}.BoxHome-module__Fei8HG__ctaPrimary{border-radius:var(--radius-btn,6px);background:var(--primary);height:46px;color:var(--accent-ink);border-radius:6px;align-items:center;padding:0 24px;font-size:.95rem;font-weight:700;transition:filter .15s;display:inline-flex}.BoxHome-module__Fei8HG__ctaPrimary:hover{filter:brightness(1.08);color:var(--accent-ink)}.BoxHome-module__Fei8HG__ctaGhost{border:1px solid var(--border-highlight);height:46px;color:var(--text-primary);border-radius:6px;align-items:center;padding:0 22px;font-size:.95rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.BoxHome-module__Fei8HG__ctaGhost:hover{color:var(--text-white);border-color:#fe500080}.BoxHome-module__Fei8HG__stats{gap:36px;display:flex}.BoxHome-module__Fei8HG__statNum{font-family:var(--font-mono);color:var(--text-white);font-size:1.5rem;font-weight:700;line-height:1.1}.BoxHome-module__Fei8HG__statLabel{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;margin-top:4px;font-size:.62rem}.BoxHome-module__Fei8HG__feature{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);transition:border-color .15s,transform .15s;display:block;overflow:hidden}.BoxHome-module__Fei8HG__feature:hover{border-color:#fe500066;transform:translateY(-2px)}.BoxHome-module__Fei8HG__featureImg{aspect-ratio:16/10;background:var(--surface);position:relative}.BoxHome-module__Fei8HG__featureTag{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--font-mono);letter-spacing:.06em;color:var(--primary);background:#0a0b0db3;padding:4px 11px;font-size:.62rem;font-weight:700;position:absolute;top:12px;left:12px}.BoxHome-module__Fei8HG__featureBody{padding:16px 18px}.BoxHome-module__Fei8HG__featureName{color:var(--text-white);margin-bottom:10px;font-size:1rem;font-weight:700}.BoxHome-module__Fei8HG__featureCode{color:var(--primary);font-weight:800}.BoxHome-module__Fei8HG__featurePriceRow{align-items:baseline;gap:10px;display:flex}.BoxHome-module__Fei8HG__featurePriceLabel{color:var(--text-muted);font-size:.78rem}.BoxHome-module__Fei8HG__featurePrice{font-family:var(--font-mono);color:var(--success);font-size:1.5rem;font-weight:700}.BoxHome-module__Fei8HG__trust{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.BoxHome-module__Fei8HG__trustCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);gap:12px;padding:18px;display:flex}.BoxHome-module__Fei8HG__trustCheck{width:26px;height:26px;color:var(--primary);background:#fe50001f;border:1px solid #fe50004d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.BoxHome-module__Fei8HG__trustTitle{color:var(--text-white);margin-bottom:4px;font-size:.92rem;font-weight:700}.BoxHome-module__Fei8HG__trustDesc{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.BoxHome-module__Fei8HG__sectionHead{justify-content:space-between;align-items:baseline;margin-bottom:18px;display:flex}.BoxHome-module__Fei8HG__sectionNote{color:var(--text-muted);align-items:center;gap:8px;margin:-10px 0 14px;font-size:.76rem;display:flex}.BoxHome-module__Fei8HG__sectionEyebrow{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text-white);font-size:.95rem;font-weight:700}.BoxHome-module__Fei8HG__viewAll{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);font-size:.72rem;transition:color .15s}.BoxHome-module__Fei8HG__viewAll:hover{color:var(--primary)}.BoxHome-module__Fei8HG__grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.BoxHome-module__Fei8HG__gridCard{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);transition:border-color .15s,transform .15s;overflow:hidden}.BoxHome-module__Fei8HG__gridCard:hover{border-color:#fe500066;transform:translateY(-2px)}.BoxHome-module__Fei8HG__gridImg{aspect-ratio:4/3;background:var(--surface);position:relative}.BoxHome-module__Fei8HG__gridPill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0b0db3;position:absolute;top:10px;left:10px}.BoxHome-module__Fei8HG__gridBody{padding:14px}.BoxHome-module__Fei8HG__gridName{color:var(--text-white);min-height:2.5em;margin-bottom:8px;font-size:.88rem;font-weight:600;line-height:1.4}.BoxHome-module__Fei8HG__gridPriceRow{flex-wrap:wrap;align-items:baseline;gap:4px 8px;display:flex}.BoxHome-module__Fei8HG__gridPriceLabel{width:100%;color:var(--text-muted);font-size:.72rem}.BoxHome-module__Fei8HG__gridPrice{font-family:var(--font-mono);color:var(--success);font-size:1.05rem;font-weight:700}.BoxHome-module__Fei8HG__table{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.BoxHome-module__Fei8HG__tRow{border-bottom:1px solid var(--border);grid-template-columns:2.4fr 1.2fr 1fr 1fr .9fr;align-items:center;gap:12px;padding:13px 18px;display:grid}.BoxHome-module__Fei8HG__tRow:last-child{border-bottom:none}.BoxHome-module__Fei8HG__tHead{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);background:0 0;font-size:.66rem}a.BoxHome-module__Fei8HG__tRow{transition:background .15s}a.BoxHome-module__Fei8HG__tRow:hover{background:var(--row-hover)}.BoxHome-module__Fei8HG__tProd{align-items:center;gap:12px;min-width:0;display:flex}.BoxHome-module__Fei8HG__tThumb{background:var(--surface-highlight);border-radius:6px;flex-shrink:0;width:62px;height:62px;position:relative;overflow:hidden}.BoxHome-module__Fei8HG__tThumbLabel{color:var(--text-muted);justify-content:center;align-items:center;font-size:.6rem;font-weight:800;display:flex;position:absolute;inset:0}.BoxHome-module__Fei8HG__tProdName{min-width:0;color:var(--text-white);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.BoxHome-module__Fei8HG__tNum{text-align:center;font-family:var(--font-mono);flex-direction:column;align-items:center;gap:1px;display:flex}.BoxHome-module__Fei8HG__tMarket{color:var(--success);font-size:.95rem;font-weight:700}.BoxHome-module__Fei8HG__tDelta{font-size:.68rem}.BoxHome-module__Fei8HG__tSecondary{color:var(--primary);font-size:.88rem;font-weight:600}.BoxHome-module__Fei8HG__tMobilePrice{display:none}.BoxHome-module__Fei8HG__tMobileLabel{color:var(--text-muted);font-size:.64rem}.BoxHome-module__Fei8HG__tMobileNum{color:var(--primary);font-size:.95rem;font-weight:700}.BoxHome-module__Fei8HG__tStatus{justify-content:center;display:flex}.BoxHome-module__Fei8HG__bottomCta{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding:28px 32px;display:flex}.BoxHome-module__Fei8HG__bottomEyebrow{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);text-transform:uppercase;margin-bottom:6px;font-size:.66rem}.BoxHome-module__Fei8HG__bottomTitle{color:var(--text-white);font-size:1.3rem;font-weight:700}@media (max-width:880px){.BoxHome-module__Fei8HG__page{gap:44px;padding:20px 16px 64px}.BoxHome-module__Fei8HG__hero{grid-template-columns:1fr;gap:28px}.BoxHome-module__Fei8HG__title{font-size:2.3rem}.BoxHome-module__Fei8HG__trust{grid-template-columns:1fr}.BoxHome-module__Fei8HG__grid{grid-template-columns:repeat(2,1fr)}.BoxHome-module__Fei8HG__tRow{grid-template-columns:1fr auto auto}.BoxHome-module__Fei8HG__tDeskCol{display:none}.BoxHome-module__Fei8HG__tMobilePrice{display:flex}}@media (max-width:480px){.BoxHome-module__Fei8HG__stats{gap:22px}.BoxHome-module__Fei8HG__grid{grid-template-columns:1fr 1fr;gap:12px}}
