:root{--primary: #0ea5e9;--primary-hover: #0284c7;--primary-light: #f0f9ff;--secondary: #0f172a;--bg: #f8fafc;--bg-subtle: #f1f5f9;--card-bg: #ffffff;--border: #e2e8f0;--border-light: #f1f5f9;--text: #334155;--text-muted: #64748b;--text-dark: #111827;--discount: #f91880;--success: #22c55e;--success-light: #ecfdf5;--success-bg: #dcfce7;--success-text: #166534;--muted-bg: #f3f4f6;--muted-text: #6b7280;--radius-xs: 4px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 99px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.1);--max-width: 1100px;--font: system-ui, -apple-system, sans-serif}body{font-family:var(--font);background-color:var(--bg);color:var(--secondary);margin:0;padding:0;-webkit-font-smoothing:antialiased}.badge-5g{border:1px solid var(--success);color:var(--success);font-size:.6rem;padding:.1rem .35rem;border-radius:var(--radius-xs);font-weight:800;display:inline-block;vertical-align:text-bottom}.throttle-pill{display:inline-flex;align-items:center;gap:.2rem;background:var(--bg-subtle);color:var(--text-muted);font-size:.65rem;padding:.2rem .5rem;border-radius:var(--radius-full);font-weight:600;border:1px solid var(--border);margin-top:.3rem;white-space:nowrap}.discount-icon{background:var(--discount);color:#fff;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-xs);font-size:.7rem;font-weight:900;margin-left:.4rem}.btn-buy{background:var(--primary);color:#fff;padding:.8rem 1.5rem;border-radius:var(--radius-sm);font-weight:800;text-decoration:none;font-size:1.05rem;transition:background .2s;text-align:center;display:inline-block}.btn-buy:hover{background:var(--primary-hover)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-skeleton{text-align:center;color:var(--text-muted);font-weight:600;padding:3rem;width:100%}.hdr{display:flex;justify-content:space-between;align-items:center;padding:1rem 5%;background:#fff;border-bottom:1px solid var(--border-color, #e2e8f0);position:sticky;top:0;z-index:10000}.hdr-logo{font-weight:900;font-size:1.6rem;color:var(--secondary, #0f172a);text-decoration:none;letter-spacing:-.5px;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.hdr-logo-img{width:40px;height:40px;object-fit:contain;flex-shrink:0}.hdr-logo-text{color:var(--secondary, #0f172a)}.hdr-logo-text>span{color:var(--primary, #0ea5e9)}.hdr-actions{display:flex;align-items:center;gap:1rem}.hdr-link{font-weight:700;text-decoration:none;color:var(--text-main, #334155);transition:color .2s;white-space:nowrap;font-size:.95rem}.hdr-link:hover{color:var(--primary, #0ea5e9)}.hdr-hamburger{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;flex-direction:column;gap:5px}.hdr-hamburger span{display:block;width:24px;height:3px;background-color:var(--secondary, #0f172a);border-radius:3px;transition:all .3s ease-in-out}.hdr-hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.hdr-hamburger.open span:nth-child(2){opacity:0}.hdr-hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hdr-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fffffffa;backdrop-filter:blur(8px);z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:all .3s ease;transform:translateY(-20px)}.hdr-menu-overlay.active{opacity:1;pointer-events:all;transform:translateY(0)}.hdr-menu-links{display:flex;flex-direction:column;gap:2.5rem;text-align:center}.hdr-menu-links a{font-size:2rem;font-weight:900;color:var(--secondary, #0f172a);text-decoration:none;transition:color .2s}.hdr-menu-links a:hover{color:var(--primary, #0ea5e9)}.hdr-search{position:relative;flex:0 0 auto;width:460px;z-index:10002;margin-right:.5rem}.hdr-search-box{display:flex;align-items:center;width:100%;min-width:0;background:#f1f5f9;border-radius:99px;padding:.85rem 1.6rem;border:1px solid transparent;transition:all .2s}.hdr-search-box:focus-within{border-color:var(--primary, #0ea5e9);background:#fff;box-shadow:0 0 0 3px #0ea5e91a}.hdr-search-box input{border:none;background:transparent;outline:none;width:100%;font-size:1.05rem;color:var(--secondary, #0f172a);font-family:inherit;padding:0}.hdr-search-box input::placeholder{color:#94a3b8}.hdr-search-svg{color:#94a3b8;margin-right:.5rem;flex-shrink:0}.hdr-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001f;border:1px solid var(--border-color, #e2e8f0);max-height:400px;overflow-y:auto;display:none;padding:.5rem 0;z-index:10003}.hdr-search-dropdown.active{display:block}.hdr-search-dropdown .hdr-sr,.hdr-mobile-sheet-results .hdr-sr{padding:.7rem 1.1rem;display:flex;align-items:center;gap:.6rem;color:#0f172a;text-decoration:none;font-weight:600;font-size:.9rem;transition:background .15s;cursor:pointer}a.hdr-sr:link,a.hdr-sr:visited{color:#0f172a;text-decoration:none}a.hdr-sr:hover,.hdr-sr.focused{background:#f1f5f9;color:#0ea5e9}.hdr-sr-badge{font-size:.7rem;background:#e2e8f0;padding:.1rem .5rem;border-radius:99px;color:#475569;margin-left:auto;font-weight:700;white-space:nowrap}.hdr-search-mobile-btn{display:none;background:none;border:none;padding:.4rem;cursor:pointer;color:var(--secondary, #0f172a);align-items:center;justify-content:center}.hdr-mobile-sheet-backdrop{position:fixed;inset:0;background:#0000004d;z-index:10004;opacity:0;pointer-events:none;transition:opacity .25s}.hdr-mobile-sheet-backdrop.active{opacity:1;pointer-events:all}.hdr-mobile-sheet{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;z-index:10005;display:flex;flex-direction:column;max-height:75vh;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.72,0,1);box-shadow:0 -10px 40px #00000026;padding-bottom:env(safe-area-inset-bottom,0px)}.hdr-mobile-sheet.active{transform:translateY(0)}.hdr-mobile-sheet-handle{display:flex;justify-content:center;padding:.75rem 0 .25rem;cursor:grab}.hdr-mobile-sheet-handle span{width:36px;height:4px;border-radius:99px;background:#cbd5e1}.hdr-mobile-sheet-input{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem .75rem;border-bottom:1px solid var(--border-color, #e2e8f0)}.hdr-mobile-sheet-input input{flex:1;border:none;background:transparent;outline:none;font-size:1.05rem;color:var(--secondary, #0f172a);font-family:inherit;padding:.4rem 0}.hdr-mobile-sheet-input input::placeholder{color:#94a3b8}.hdr-mobile-sheet-cancel{background:none;border:none;color:var(--primary, #0ea5e9);font-weight:700;font-size:.95rem;cursor:pointer;padding:.4rem .5rem;white-space:nowrap}.hdr-mobile-sheet-results{flex:1;overflow-y:auto;padding:0}.hdr-mobile-sheet-results .hdr-sr{padding:.9rem 1.25rem;font-size:1rem;border-bottom:1px solid #f1f5f9}.hdr-mobile-sheet-results .hdr-sr:last-child{border-bottom:none}.desktop-only{display:flex}.mobile-only{display:none!important}@media(max-width:768px){.desktop-only{display:none!important}.mobile-only{display:flex!important}}footer.ft{margin-top:5rem;background:#f8fafc;border-top:3px solid #0ea5e9;padding:3rem 5% 2rem;color:#334155}footer.ft .ft-inner{max-width:1200px;margin:0 auto}footer.ft .ft-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:3rem;align-items:flex-start}footer.ft .ft-brand{display:flex;flex-direction:column;gap:1rem}footer.ft .ft-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;font-weight:900;font-size:1.6rem;letter-spacing:-.5px;color:#0f172a;transition:transform .2s ease}footer.ft .ft-logo:hover{transform:translateY(-2px)}footer.ft .ft-logo-img{width:44px;height:44px;object-fit:contain;flex-shrink:0}footer.ft .ft-logo-text{color:#0f172a}footer.ft .ft-logo-highlight{color:#0ea5e9}footer.ft .ft-desc{margin:0;color:#64748b;line-height:1.6;font-size:.95rem;max-width:300px}footer.ft .ft-title{font-weight:800;color:#0f172a;margin:0 0 1rem;font-size:.95rem;letter-spacing:.02em}footer.ft .ft-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}footer.ft .ft-link{color:#64748b;text-decoration:none;transition:color .2s;font-weight:500}footer.ft .ft-link:hover{color:#0ea5e9}footer.ft .ft-bottom{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;color:#64748b;font-size:.875rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem}footer.ft .ft-bottom-left,footer.ft .ft-bottom-right{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}footer.ft .ft-legal-links{display:flex;align-items:center;gap:.75rem;margin-left:1rem}footer.ft .ft-legal-links .ft-link{color:#64748b}footer.ft .ft-legal-links .ft-link:hover{color:#0ea5e9}@media(max-width:768px){footer.ft{padding:2.5rem 1.5rem 1.5rem}footer.ft .ft-grid{grid-template-columns:1fr;gap:2rem}footer.ft .ft-desc{max-width:none}footer.ft .ft-bottom{flex-direction:column;align-items:flex-start;margin-top:2rem}}
