.sk{position:relative;overflow:hidden;border-radius:6px;background:color-mix(in srgb,var(--text-main, #e8edf5) 10%,transparent)}.sk:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--text-main, #e8edf5) 12%,transparent) 50%,transparent 100%);animation:sk-shimmer 1.3s ease-in-out infinite}@keyframes sk-shimmer{to{transform:translate(100%)}}@media (prefers-reduced-motion: reduce){.sk:after{animation:none}}.sk-circle{border-radius:50%;flex-shrink:0}.sk-line{height:10px}.sk-line--sm{height:8px}.sk-line--lg{height:14px}.sk-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border, rgba(255, 255, 255, .08))}.sk-row:last-child{border-bottom:none}.sk-row-text{display:flex;flex-direction:column;gap:7px;flex:1;min-width:0}.sk-pill{flex-shrink:0;width:62px;height:26px;border-radius:10px}.sk-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;padding:16px}.sk-card{display:flex;flex-direction:column;gap:10px;padding:10px;border:1px solid var(--border, rgba(255, 255, 255, .08));border-radius:10px}.sk-card-visual{width:100%;aspect-ratio:1 / 1;border-radius:8px}.nav-logo-skeleton{display:block;width:148px;height:34px;border-radius:8px}@media (max-width: 768px){.nav-logo-skeleton{width:120px;height:30px}}.mega-footer{--primary: var(--theme-accent, #7c3aed);--primary-hover: color-mix(in srgb, var(--primary) 85%, #000);--primary-glow: color-mix(in srgb, var(--primary) 40%, transparent);--bg-dark: #080a0f;--bg-panel: rgba(13, 17, 23, .95);--bg-card: rgba(18, 24, 31, .7);--text-main: #f3f4f6;--text-muted: #9ca3af;--border: rgba(255, 255, 255, .08);--radius-sm: 10px;--transition: .3s cubic-bezier(.16, 1, .3, 1);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main);position:relative;background-color:var(--bg-dark);border-top:1px solid var(--border);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:16px 24px 14px;margin-top:40px;overflow:hidden}html:not(.dark) .mega-footer{--primary: #00e6fd}.mega-footer a{text-decoration:none}#footer-placeholder{width:100%}.mf-container{max-width:1550px;margin:0 auto;position:relative;z-index:2}.mf-compact-bar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:14px;border-bottom:1px solid rgba(255,255,255,.06)}.mf-compact-brand{display:flex;align-items:center;gap:14px;flex-shrink:0}.mf-compact-logo{height:28px;-o-object-fit:contain;object-fit:contain;display:block}.mf-status-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:10px;font-size:10px;font-weight:700;letter-spacing:.8px;color:#10b981;text-transform:uppercase}.mf-status-dot{width:6px;height:6px;border-radius:50%;background-color:#10b981;box-shadow:0 0 8px #10b981;animation:mfPulse 2s infinite ease-in-out}@keyframes mfPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.mf-compact-quicklinks{display:flex;align-items:center;gap:22px;flex-wrap:wrap}.mf-compact-quicklinks a{color:var(--text-muted);font-size:13px;font-weight:500;transition:color var(--transition),transform .2s ease}.mf-compact-quicklinks a:hover{color:var(--primary);transform:translateY(-1px)}.mf-compact-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.mf-trustpilot-badge-always{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:10px;background:#00b67a1a;border:1px solid rgba(0,182,122,.28);color:#00b67a;font-size:11.5px;font-weight:700;text-decoration:none;transition:all .25s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mf-trustpilot-badge-always:hover{background:#00b67a2e;border-color:#00b67a;transform:translateY(-1px);box-shadow:0 4px 12px #00b67a33}.mf-tp-star-icon{font-size:13px;color:#00b67a}.mf-tp-text{font-weight:800;color:var(--text-main);letter-spacing:.02em}.mf-tp-rating-num{font-size:10px;font-weight:800;background:#00b67a;color:#fff;padding:1px 5px;border-radius:4px;margin-left:2px}.mf-ip-badge-mini{display:inline-flex;align-items:center;gap:8px;padding:5px 12px;border-radius:8px;background:#ffffff08;border:1px solid var(--border);font-size:12px;color:var(--text-muted)}.mf-ip-badge-mini .ti-wifi{color:var(--primary);font-size:14px}.mf-ip-text{font-family:monospace;font-weight:700;color:var(--text-main)}.mf-copy-btn-mini{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:2px 4px;border-radius:4px;transition:all .2s ease}.mf-copy-btn-mini:hover{color:var(--primary);background:#ffffff14}.mf-copy-btn-mini.is-copied{color:#10b981}.mf-toggle-btn{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;color:var(--text-main);font-size:12px;font-weight:600;cursor:pointer;transition:all var(--transition)}.mf-toggle-btn:hover{background:#ffffff14;border-color:color-mix(in srgb,var(--primary) 40%,var(--border));color:var(--primary)}.mf-toggle-code{font-size:10px;font-family:monospace;letter-spacing:.5px;color:var(--text-muted)}.mf-toggle-btn:hover .mf-toggle-code{color:var(--primary)}.mf-toggle-icon{font-size:14px;transition:transform var(--transition)}.mf-toggle-icon.open{transform:rotate(180deg)}.mf-drawer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.16,1,.3,1),opacity .3s ease;opacity:0;overflow:hidden}.mf-drawer.is-open{grid-template-rows:1fr;opacity:1;padding-top:24px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,.06)}.mf-drawer-inner{min-height:0}.mf-top{display:grid;grid-template-columns:3fr 1fr 1fr 1.3fr;gap:36px;margin-bottom:0}.mf-col h4{color:var(--text-main);font-family:Rajdhani,Inter,sans-serif;font-size:15px;font-weight:700;margin:0 0 16px;letter-spacing:1.2px;text-transform:uppercase}.mf-desc{color:var(--text-muted);font-size:13px;line-height:1.6;margin:0 0 16px;max-width:540px}.mf-cards{display:flex;gap:12px}.mf-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:#ffffff05;box-shadow:0 4px 12px #0000001a;text-decoration:none;transition:background var(--transition),border-color var(--transition),transform .2s ease}.mf-card:hover{transform:translateY(-2px);background:#ffffff0d}.mf-card-side{display:flex;flex-direction:column;gap:2px}.mf-card-side--end{align-items:flex-end}.mf-card-label{font-size:9px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--text-muted)}.mf-trustpilot{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:800;color:#00b67a}.mf-stars{display:flex;gap:2px;color:#00b67a;font-size:12px}.mf-rating{font-size:11px;font-weight:600;color:var(--text-main)}.mf-links{list-style:none;padding:0;margin:0}.mf-links li{margin-bottom:10px}.mf-links a{color:var(--text-muted);font-size:13px;transition:color .2s;display:inline-flex;align-items:center;gap:6px}.mf-links a:hover{color:var(--primary)}.mf-app-note{color:var(--text-muted);font-size:12px;line-height:1.4;margin:0 0 14px}.mf-app-btns{display:flex;flex-direction:column;gap:10px}.app-btn{display:flex;align-items:center;gap:10px;background:var(--bg-card);border:1px solid var(--border);padding:8px 12px;border-radius:8px;color:var(--text-main);transition:.2s}.app-btn:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));transform:translateY(-1px)}.app-btn div{display:flex;flex-direction:column;align-items:flex-start;line-height:1.3}.app-btn span{font-size:9px;color:var(--text-muted)}.app-btn strong{font-size:13px;font-weight:700}.mf-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:14px;flex-wrap:wrap;gap:16px}.mf-copy{color:var(--text-muted);font-size:12px;line-height:1.6}.mf-copy-line{display:block}.mf-powered{display:flex;align-items:center;gap:6px;margin-top:2px}.mf-powered-logo{width:22px;height:13px;flex-shrink:0;display:block;background-color:var(--primary);-webkit-mask:url(/assets/images/loader-logo.png) no-repeat center / contain;mask:url(/assets/images/loader-logo.png) no-repeat center / contain}.mf-powered a{color:var(--primary);font-family:Rajdhani,Inter,sans-serif;font-size:14px;font-weight:700;letter-spacing:.03em}.mf-powered a:hover{text-decoration:underline}.mf-payments{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.mf-pay-label{font-size:10px;font-weight:700;letter-spacing:.8px;color:var(--text-muted);text-transform:uppercase}.mf-pay-icons{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pay-chip{width:42px;height:26px;background:#fff;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000040}.pay-text{font-size:11px;font-weight:800;display:inline-flex;align-items:center}.pay-mc{position:relative;width:30px;height:18px;display:inline-block}.pay-mc-a,.pay-mc-b{position:absolute;top:0;width:18px;height:18px;border-radius:50%}.pay-mc-a{left:0;background:#eb001b}.pay-mc-b{right:0;background:#f79e1b;mix-blend-mode:multiply}.pay-usdt{width:20px;height:20px;border-radius:50%;background:#26a17b;color:#fff;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center}.pay-bnb{width:20px;height:20px;border-radius:50%;background:#f3ba2f;color:#181a20;font-size:10px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.mf-search{display:none}@media (max-width: 992px){.mf-compact-bar{flex-wrap:wrap;gap:14px}.mf-compact-quicklinks{order:3;width:100%;justify-content:flex-start;padding-top:6px;border-top:1px dashed rgba(255,255,255,.05)}.mf-top{grid-template-columns:1fr 1fr}.mf-col-brand{grid-column:1 / -1}}@media (max-width: 640px){.mega-footer{padding:14px 16px;margin-top:30px}.mf-compact-brand{gap:8px}.mf-compact-logo{height:24px}.mf-status-pill{font-size:9px;padding:2px 8px}.mf-ip-badge-mini{padding:4px 8px;font-size:11px}.mf-toggle-btn{padding:5px 10px;font-size:11px}.mf-toggle-code{display:none}.mf-top{grid-template-columns:1fr 1fr;gap:24px 16px}.mf-col-brand{grid-column:1 / -1}.mf-col:last-child{grid-column:1 / -1}.mf-bottom{flex-direction:column;align-items:flex-start}.mf-trustpilot-badge-always{padding:3px 8px;font-size:10.5px}}@media (max-width: 1099px){.mf-search{display:block;margin:0 0 16px}.mf-search .nav-search-wrap--footer{position:relative;width:100%}.mf-search .nav-search--bar{width:100%;height:42px;padding:0 12px}.mf-search .nav-search--bar input{width:100%;opacity:1}}body.shop-active .mega-footer{margin-top:0}@keyframes gsmw-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gsmw-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes gsmw-shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}@keyframes gsmw-wobble{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-5px) rotate(-5deg)}75%{transform:translate(5px) rotate(5deg)}}@keyframes gsmw-swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}@keyframes gsmw-tada{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes gsmw-rubberBand{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}50%{transform:scaleX(1.15) scaleY(.85)}65%{transform:scaleX(.95) scaleY(1.05)}75%{transform:scaleX(1.05) scaleY(.95)}to{transform:scale(1)}}@keyframes gsmw-heartbeat{0%{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.15)}70%,to{transform:scale(1)}}@keyframes gsmw-flash{0%,10%,20%,to{opacity:1}5%,15%{opacity:0}}@keyframes gsmw-jello{0%,11.1%,to{transform:none}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes gsmw-spin{to{transform:rotate(360deg)}}@keyframes gsmw-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes gsmw-flip{0%{transform:perspective(400px) rotateY(0)}to{transform:perspective(400px) rotateY(360deg)}}@keyframes gsmw-dot{0%{transform:scale(1);opacity:.8}to{transform:scale(2.2);opacity:0}}@keyframes gsmw-ripple{0%{transform:scale(1);opacity:.55}to{transform:scale(1.6);opacity:0}}.gsmw-a-bounce{animation:gsmw-bounce 1.6s ease-in-out infinite}.gsmw-a-pulse{animation:gsmw-pulse 1.6s ease-in-out infinite}.gsmw-a-shake{animation:gsmw-shake 1.6s ease-in-out infinite}.gsmw-a-wobble{animation:gsmw-wobble 1.6s ease-in-out infinite}.gsmw-a-swing{animation:gsmw-swing 1.6s ease-in-out infinite}.gsmw-a-tada{animation:gsmw-tada 1.8s ease-in-out infinite}.gsmw-a-rubberBand{animation:gsmw-rubberBand 1.8s ease-in-out infinite}.gsmw-a-heartbeat{animation:gsmw-heartbeat 1.6s ease-in-out infinite}.gsmw-a-flash{animation:gsmw-flash 2.4s linear infinite}.gsmw-a-jello{animation:gsmw-jello 1.8s ease-in-out infinite}.gsmw-a-spin{animation:gsmw-spin 3.5s linear infinite}.gsmw-a-float{animation:gsmw-float 2.4s ease-in-out infinite}.gsmw-a-flip{animation:gsmw-flip 2.6s ease-in-out infinite}.gsmw-dot-pulse:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;border-radius:inherit;animation:gsmw-dot 2s ease-out infinite;z-index:-1}.gsmw-ripple-on:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:inherit;border-radius:inherit;animation:gsmw-ripple 2s ease-out infinite;z-index:-1}@media (prefers-reduced-motion: reduce){[class*=gsmw-a-],.gsmw-dot-pulse:after,.gsmw-ripple-on:before{animation:none!important}}.xhome-shell{--primary: var(--theme-accent, #7c3aed);--primary-hover: color-mix(in srgb, var(--primary) 85%, #000);--primary-glow: color-mix(in srgb, var(--primary) 40%, transparent);--secondary: #10b981;--secondary-glow: rgba(16, 185, 129, .4);--orange: #f59e0b;--orange-glow: rgba(245, 158, 11, .4);--bg-dark: #06080d;--bg-panel: #0d1117;--bg-card: rgba(15, 20, 28, .78);--bg-elevated: color-mix(in srgb, var(--bg-panel) 92%, #ffffff 8%);--text-main: #e8edf5;--text-muted: #8b95a8;--border: rgba(255, 255, 255, .07);--radius: 10px;--radius-sm: 10px;--radius-md: 10px;--radius-lg: 10px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 8px 30px rgba(0, 0, 0, .28);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .35);--card-shadow: 0 8px 30px rgba(0, 0, 0, .28);--box-hover-bg: rgba(255, 255, 255, .03);--box-hover-border: rgba(255, 255, 255, .14);--transition: .22s cubic-bezier(.4, 0, .2, 1);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main)}html:not(.dark) .xhome-shell{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: #ffffff;--bg-elevated: #ffffff;--text-main: #162033;--text-muted: #66758a;--border: #dce4ed;--card-shadow: 0 12px 34px rgba(37, 55, 82, .075);--box-hover-bg: #f7faff;--box-hover-border: #cbd6e2}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:var(--radius-sm);font-weight:600;font-size:14px;cursor:pointer;transition:background var(--transition),border-color var(--transition),color var(--transition),box-shadow var(--transition);border:none;font-family:Inter,sans-serif}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);box-shadow:0 4px 18px var(--primary-glow)}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--text-main)}.btn-outline:hover{background:#ffffff0d;border-color:#ffffff24}.btn-large{padding:14px 28px;font-size:16px;border-radius:10px}.btn-block{width:100%}.btn-primary-light{background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary)}.btn-primary-light:hover{background:var(--primary);color:var(--theme-accent-contrast, #fff)}.btn-glow-green{background:var(--secondary);color:#000;box-shadow:0 4px 16px var(--secondary-glow)}.btn-glow-green:hover{filter:brightness(1.08);box-shadow:0 6px 22px var(--secondary-glow)}.btn-glow-orange{background:var(--orange);color:#000;box-shadow:0 4px 16px var(--orange-glow)}.btn-glow-orange:hover{filter:brightness(1.08);box-shadow:0 6px 22px var(--orange-glow)}.btn-white{background:#fff;color:#000}.btn-white:hover{background:#f3f4f6}.btn-green{background:#10b981;color:#fff}.btn-green:hover{background:#059669}.btn-dark{background:#1f2937;color:#fff;border:1px solid var(--border)}.btn-dark:hover{background:#374151}.ihome-page{overflow-x:hidden;padding:0;box-sizing:border-box;--ihome-banner-height: clamp(216px, 33.6vw, 500px);--ihome-banner-margin-top: 20px;--ihome-banner-radius: var(--radius-lg, 12px);--ihome-hero-divider-gap: 16px;--ihome-marquee-gap: 14px}.ihome-page .section-container,.ihome-page .cta-banner{padding-left:0;padding-right:0;width:100%;margin:30px auto}.ihome-page .section-header{margin-bottom:15px}.ihome-page .ih2-hero,.ihome-page .ih3-hero{margin-top:var(--ihome-banner-margin-top);margin-bottom:0}.ihome-page .ih3-hero{padding:var(--ih3-pad, 20px)}.ihome-hero{width:100%;max-width:1550px;margin:var(--ihome-banner-margin-top) auto 0;padding:0;box-sizing:border-box}.ihome-hero-slider{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-lg, 10px);border:1px solid var(--border);box-shadow:var(--card-shadow);background:var(--bg-dark, #0a0e14)}.ihome-hero-track{display:flex;width:100%;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.ihome-hero-slide{flex:0 0 100%;width:100%;min-width:100%;margin:0;padding:0}.ihome-hero-blur{display:none}.ihome-hero-img{display:block;width:100%;height:clamp(216px,33.6vw,500px);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.ihome-hero-dots{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:3;display:flex;align-items:center;gap:8px;padding:0;background:none}.ihome-hero-dot{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#ffffff73;cursor:pointer;transition:transform .2s ease,background .2s ease,width .2s ease}.ihome-hero-dot.is-active{width:22px;border-radius:999px;background:#fff}@media (max-width: 768px){.ihome-page{padding-left:12px;padding-right:12px;--ihome-banner-margin-top: 10px}.ihome-hero-dots{bottom:10px;gap:6px}}.marquee-section{background:var(--bg-panel);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;align-items:center;overflow:hidden}.marquee-container{flex:1;overflow:hidden;white-space:nowrap;position:relative}.marquee-track{display:inline-flex;animation:scroll 30s linear infinite}.m-item{display:inline-flex;align-items:center;gap:8px;padding:0 30px;font-size:14px;font-weight:600;color:var(--text-muted)}.m-item i{font-size:20px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ihome-page .marquee-section{max-width:1550px;width:100%;margin:20px auto 0;border-radius:var(--radius-lg, 10px);border:1px solid var(--border);background:var(--bg-panel);overflow:hidden;box-shadow:0 2px 12px #0000001f}.ihome-page .marquee-container{position:relative;padding:14px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent)}.ihome-page .m-item{padding:0 22px;font-size:13px;font-weight:600;color:var(--text-main)}.ihome-page .m-item i{font-size:18px;color:var(--primary)}.m-item img{height:24px;width:auto;max-width:90px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.section-container{max-width:1550px;margin:60px auto;padding:0 24px}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.section-header h2{margin:0;font-size:22px;font-weight:800;display:flex;align-items:center;gap:10px;letter-spacing:.5px}.view-all{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:2px 0!important;border-radius:0!important;font-size:12.5px!important;font-weight:750!important;letter-spacing:.02em!important;color:var(--mode-muted, #8994a3)!important;background:transparent!important;border:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;text-decoration:none!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important}.view-all i{font-size:13px!important;transition:transform .25s ease!important}.view-all:hover{background:transparent!important;border-color:transparent!important;color:var(--home-hover-accent, var(--theme-accent, #6366f1))!important;box-shadow:none!important;transform:none!important}.view-all:hover i{transform:translate(4px)!important}.view-all:active{transform:translateY(0) scale(.97)!important}html[data-mode=light] .view-all{color:var(--mode-muted, #64748b)!important;background:transparent!important;border-color:transparent!important;box-shadow:none!important}html[data-mode=light] .view-all:hover{background:transparent!important;color:var(--home-hover-accent, var(--theme-accent, #4f46e5))!important;border-color:transparent!important;box-shadow:none!important}.inav-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;height:16px;padding:0 8px;border-radius:10px;font-size:8px;font-weight:800;letter-spacing:.06em;line-height:16px;white-space:nowrap;isolation:isolate;flex-shrink:0;vertical-align:middle}.inav-badge:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:inherit;z-index:-1;pointer-events:none;animation:of-online-pulse 1.8s ease-out infinite}.inav-badge--hot{color:#fff;background:linear-gradient(135deg,#ef4444,#f97316);animation:inav-badge-hot-ring 1.8s ease-out infinite}.inav-badge--hot:before{background:#f9731673}@keyframes inav-badge-hot-ring{0%{box-shadow:0 0 #f973168c}70%{box-shadow:0 0 0 6px #f9731600}to{box-shadow:0 0 #f9731600}}@keyframes hot-card-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hot-card-banner{position:relative;width:100%;height:100%;min-height:0;overflow:hidden;border-radius:inherit;line-height:0;font-size:0;background:#05070b;display:flex;flex-direction:column;justify-content:flex-end}.hot-card-banner--empty{background:linear-gradient(155deg,color-mix(in srgb,#10b981 26%,#05070b),#05070b 72%)}.hot-card-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;transform:scale(1);animation:hot-banner-kenburns 14s ease-in-out infinite alternate}@keyframes hot-banner-kenburns{0%{transform:scale(1)}to{transform:scale(1.07)}}.hot-content--image{padding:34px 14px 14px;flex-direction:row;align-items:flex-end;justify-content:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.12) 55%,transparent 100%)}.hot-devices{font-size:10px;font-weight:700;color:#fff;background:transparent;display:inline-block;padding:0;margin-bottom:6px;text-shadow:0 1px 2px rgba(0,0,0,.92),0 2px 8px rgba(0,0,0,.72)}.hot-desc{font-size:11px;color:#fff;margin-bottom:8px;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.92),0 2px 8px rgba(0,0,0,.72)}.hot-card-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:2px}.hot-price{font-size:clamp(18px,1.8vw,22px);font-weight:800;color:#fff;line-height:1;letter-spacing:-.02em;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.92),0 2px 10px rgba(0,0,0,.72)}.hot-card-foot .btn{margin-left:auto}@media (prefers-reduced-motion: reduce){.product-grid--six .product-card,.bf-offer-card,.ih-metrics-trust-box{opacity:1;transform:none;animation:none}.hot-card-banner-img{animation:none;transform:none}}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.product-grid--six{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.ihome-product-showcase{display:flex;flex-direction:column;gap:8px}.ihome-product-block{position:relative}.ihome-product-block__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.ihome-product-block__title{display:flex;align-items:center;gap:14px;min-width:0}.ihome-product-block__title h2{margin:0;font-size:clamp(17px,1.5vw,20px);font-weight:800;letter-spacing:.04em;line-height:1.2}.ihome-product-block__sub{margin:4px 0 0;font-size:12px;font-weight:500;color:var(--text-muted, #94a3b8);line-height:1.35}.ihome-product-block__icon{flex-shrink:0;width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;border:1px solid color-mix(in srgb,var(--border) 80%,transparent);background:color-mix(in srgb,var(--bg-card) 92%,var(--primary) 8%);color:var(--primary);box-shadow:0 2px 8px #0f172a0a}.ihome-product-block__icon--best{color:#ef4444;background:color-mix(in srgb,#ef4444 10%,var(--bg-card))}.ihome-product-block__icon--new{color:#8b5cf6;background:color-mix(in srgb,#8b5cf6 10%,var(--bg-card))}.ihome-product-block__icon--imei{color:#06b6d4;background:color-mix(in srgb,#06b6d4 10%,var(--bg-card))}.ihome-product-block__icon--server{color:#f59e0b;background:color-mix(in srgb,#f59e0b 10%,var(--bg-card))}.ihome-product-block__icon--remote{color:#10b981;background:color-mix(in srgb,#10b981 10%,var(--bg-card))}.ihome-product-empty{grid-column:1 / -1;margin:0;padding:28px 16px;text-align:center;font-size:13px;font-weight:600;color:var(--text-muted, #94a3b8);border:1px dashed color-mix(in srgb,var(--border) 85%,transparent);border-radius:10px}@keyframes ihomeProductCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.product-grid--six{--pc-accent: var(--theme-accent, #20d9a3);--pc-line: color-mix(in srgb, var(--border) 88%, #cbd5e1);--pc-info-bg: var(--bg-card, #fff)}.product-grid--six .product-card{position:relative;background:var(--bg-card, #fff);border:1px solid var(--pc-line);border-radius:0;padding:0;text-align:left;display:flex;flex-direction:column;gap:0;min-width:0;overflow:hidden;box-shadow:none;animation:ihomeProductCardIn .42s ease backwards;text-decoration:none}.product-grid--six .product-card.is-clickable{cursor:pointer}.product-grid--six .product-card:hover{box-shadow:none}.product-grid--six .p-card-visual{position:relative;width:100%;aspect-ratio:1 / 1;margin:0;padding:0;border:none;border-radius:0;border-bottom:1px solid var(--pc-line);overflow:hidden;background:linear-gradient(165deg,#f8fafc,#eef2f7);flex-shrink:0;display:flex;align-items:center;justify-content:center}.product-grid--six .p-card-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.product-grid--six .p-card-visual-fallback{font-size:72px;line-height:1;color:var(--text-muted, #94a3b8);opacity:.45;transition:color .22s ease,opacity .22s ease,text-shadow .22s ease}.product-grid--six .product-card:hover .p-card-visual-fallback{color:var(--pc-accent);opacity:.85;text-shadow:0 0 20px color-mix(in srgb,var(--pc-accent),transparent 82%)}.p-card-badge{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border-radius:0;font-size:9px;font-weight:800;letter-spacing:.04em;line-height:1}.p-card-badge--hot{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;box-shadow:0 2px 8px #ef444459}.p-card-badge--hot i{font-size:10px}.product-grid--six .p-card-body{display:flex;flex-direction:column;gap:0;min-height:0;flex:1;padding:12px;background:var(--pc-info-bg)}.product-grid--six .p-card-title{margin:0;padding-bottom:10px;font-size:11.5px;font-weight:760;line-height:1.38;letter-spacing:-.01em;color:var(--text-main, #1e293b);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:calc(2.76em + 10px);border-bottom:1px solid var(--pc-line)}.product-grid--six .p-card-meta{width:100%;margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:0}.product-grid--six .p-card-meta .p-card-price{flex:0 0 auto;margin:0;font-size:14px;line-height:1;font-weight:800;letter-spacing:-.02em;color:var(--text-main, #0f172a);white-space:nowrap}.product-grid--six .p-card-time{margin:0;padding:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:5px;font-size:8.5px;line-height:1;font-weight:650;color:var(--text-muted, #64748b);min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.p-card-time-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--pc-accent)}.p-card-time-icon svg{display:block;width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.88}.product-grid--six .p-card-action{width:100%;margin-top:10px}.product-grid--six .p-card-order-btn{position:relative;width:100%;min-height:37px;height:auto;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;overflow:hidden;border-radius:0;border:1px solid var(--pc-accent);background:var(--pc-accent);color:var(--theme-accent-contrast, #fff);font-size:9px;line-height:1;font-weight:800;letter-spacing:.015em;white-space:nowrap;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.product-grid--six .p-card-order-btn:hover{border-color:color-mix(in srgb,var(--pc-accent) 85%,#000);background:color-mix(in srgb,var(--pc-accent) 85%,#000);color:var(--theme-accent-contrast, #fff);box-shadow:0 4px 14px color-mix(in srgb,var(--pc-accent),transparent 70%)}.p-card-order-arrow{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:translate(0)}.product-grid--six .p-card-order-btn:hover .p-card-order-arrow{animation:pCardOrderArrow .72s ease-in-out infinite}@keyframes pCardOrderArrow{0%,to{transform:translate(0);opacity:.7}50%{transform:translate(4px);opacity:1}}html[data-mode=dark] .product-grid--six{--pc-line: rgba(255, 255, 255, .13);--pc-info-bg: linear-gradient(145deg, #1a2027 0%, #151a20 55%, #10151a 100%)}html[data-mode=dark] .product-grid--six .product-card{background:#12171d;box-shadow:none}html[data-mode=dark] .product-grid--six .p-card-visual{background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--pc-accent),transparent 95%),transparent 34%),linear-gradient(145deg,#0d1217,#080c10)}@media (max-width: 1320px){.product-grid--six{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width: 1080px){.product-grid--six{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 820px){.product-grid--six{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (max-width: 600px){.product-grid--six{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-grid--six .p-card-body{padding:10px}.product-grid--six .p-card-title{font-size:11px;padding-bottom:6px}.product-grid--six .p-card-meta .p-card-price{font-size:13px}.product-grid--six .p-card-time{font-size:8px}.p-card-time-icon svg{width:12px;height:12px}.product-grid--six .p-card-order-btn{min-height:34px;font-size:9px}.product-grid--six .p-card-visual-fallback{font-size:48px}}@media (max-width: 480px){.product-grid--six{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}@media (prefers-reduced-motion: reduce){.product-grid--six .p-card-order-btn:hover .p-card-order-arrow{animation:none}}.list-section.list-section--bf{--bf-accent: #39bdf8;--bf-accent-light: #83ddff;position:relative;overflow:hidden;isolation:isolate;padding:25px;border-radius:0;border:1px solid rgba(57,189,248,.2);background:radial-gradient(circle at 93% 0%,rgba(57,189,248,.1),transparent 30%),radial-gradient(circle at 5% 100%,rgba(57,189,248,.055),transparent 28%),linear-gradient(135deg,#101720,#0b1118 52%,#080c12);box-shadow:none}.list-section--bf:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;opacity:.16;background-image:linear-gradient(rgba(57,189,248,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(57,189,248,.045) 1px,transparent 1px);background-size:40px 40px;-webkit-mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.65),transparent);mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.65),transparent)}.list-section--bf:after{content:"";position:absolute;z-index:-1;right:-150px;top:-170px;width:500px;height:500px;border-radius:50%;pointer-events:none;background:#39bdf813;filter:blur(100px)}.bf-header{display:flex;align-items:center;justify-content:space-between;gap:35px;padding-bottom:22px;border-bottom:1px solid rgba(57,189,248,.15)}.bf-header__main{flex:1;min-width:0}.bf-mini-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:#83ddffd1;font-size:9px;line-height:1;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.bf-mini-label:before{content:"";width:7px;height:7px;flex:0 0 7px;background:var(--bf-accent);box-shadow:0 0 10px #39bdf8b3;animation:bfBlink 1.25s ease-in-out infinite}@keyframes bfBlink{0%,to{opacity:.28}50%{opacity:1}}.bf-title{margin:0;color:#f6fbff;font-size:clamp(30px,2.7vw,42px);line-height:1;font-weight:950;letter-spacing:-.05em;text-transform:uppercase}.bf-title span{color:var(--bf-accent-light)}.bf-sub{max-width:650px;margin:9px 0 0;color:#c6d6e594;font-size:12px;line-height:1.55}.bf-header__countdown-wrap{position:relative;flex:0 0 auto;min-width:310px;padding:13px 14px 14px;overflow:hidden;border-radius:0;border:1px solid rgba(57,189,248,.27);background:radial-gradient(circle at 100% 0%,rgba(57,189,248,.09),transparent 55%),linear-gradient(145deg,#141f2bf2,#080d14fa);box-shadow:inset 0 1px #ffffff09}.bf-header__countdown-wrap:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;background:var(--bf-accent);opacity:.75}.bf-header__countdown-wrap:after{content:"";position:absolute;right:-35px;top:-40px;width:100px;height:100px;border-radius:50%;pointer-events:none;background:#39bdf817;filter:blur(30px)}.bf-countdown{position:relative;z-index:2}.bf-countdown__head{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.bf-countdown__label{display:flex;align-items:center;gap:6px;color:#8fdaffc7;font-size:8px;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.bf-countdown__label svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.bf-countdown__live{display:inline-flex;align-items:center;gap:5px;color:#dceffa7a;font-size:6px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.bf-countdown__live:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--bf-accent);box-shadow:0 0 8px var(--bf-accent);animation:bfBlink 1.1s ease-in-out infinite}.bf-countdown__timer{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.bf-countdown__unit{position:relative;min-width:0;min-height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:0;border:1px solid rgba(57,189,248,.14);background:linear-gradient(180deg,#39bdf811,#05090e40)}.bf-countdown__unit:after{content:"";position:absolute;left:50%;bottom:0;width:22px;height:1px;transform:translate(-50%);background:var(--bf-accent);opacity:.75}.bf-countdown__unit strong{color:#e7f8ff;font-size:19px;line-height:1;font-weight:950;letter-spacing:-.035em;font-variant-numeric:tabular-nums}.bf-countdown__unit span{margin-top:5px;color:#83ddff7a;font-size:5.5px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.bf-offers-track{margin-top:20px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}@keyframes bfCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bf-offer-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden;border-radius:0;border:1px solid rgba(57,189,248,.19);background:linear-gradient(180deg,#131b24,#0a1017);box-shadow:none;cursor:pointer;text-decoration:none;transition:border-color .25s ease,background .25s ease;animation:bfCardIn .45s ease backwards}.bf-offer-card:hover{border-color:#39bdf885;background:linear-gradient(180deg,#17212c,#0c131b)}.bf-offer-visual{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#080c12;display:flex;align-items:center;justify-content:center}.bf-offer-visual img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;transition:filter .25s ease}.bf-offer-card:hover .bf-offer-visual img{filter:brightness(1.05) saturate(1.04)}.bf-offer-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,transparent 68%,rgba(5,9,14,.23))}.bf-offer-visual .p-card-visual-fallback{font-size:34px;color:var(--bf-accent)}.bf-offer-off{position:absolute;z-index:12;right:9px;top:9px;min-height:25px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border-radius:0;color:#061018;font-size:8px;line-height:1;font-weight:950;letter-spacing:0;background:linear-gradient(135deg,#83ddff,#39bdf8);border:1px solid rgba(188,236,255,.35);box-shadow:none}.bf-offer-body{position:relative;min-height:158px;display:flex;flex-direction:column;gap:0;padding:14px 12px 13px;min-width:0;flex:1;background:radial-gradient(circle at 100% 100%,rgba(57,189,248,.055),transparent 50%),linear-gradient(180deg,#0e151e,#080d13)}.bf-offer-name{margin:0;width:100%;color:#f4f9fc;font-size:clamp(13.5px,.92vw,16px);line-height:1.35;font-weight:880;letter-spacing:-.025em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis;white-space:normal;min-height:2.7em;max-height:2.7em}.bf-offer-line{width:100%;height:1px;flex:0 0 1px;margin:13px 0;background:#39bdf894}.bf-offer-foot{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.bf-offer-prices{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.bf-offer-was{position:relative;display:inline-flex;align-items:center;gap:5px;min-height:21px;padding:3px 7px;overflow:hidden;color:#cedce79c;font-size:9px;line-height:1;font-weight:800;letter-spacing:.01em;text-decoration:none;white-space:nowrap;background:#ffffff09;border:1px solid rgba(126,192,223,.11)}.bf-offer-was:before{content:"WAS";color:#83ddff75;font-size:5.5px;font-weight:900;letter-spacing:.09em}.bf-offer-was__value{position:relative;display:inline-block}.bf-offer-was__value:after{content:"";position:absolute;left:-2px;right:-2px;top:50%;height:1px;transform:translateY(-50%) rotate(-7deg);background:#83ddffe0}.bf-offer-now{display:block;color:#77d9ff;font-size:clamp(23px,1.6vw,29px);line-height:.92;font-weight:950;letter-spacing:-.06em;white-space:nowrap;text-shadow:0 0 16px rgba(57,189,248,.13)}.bf-offer-btn{position:relative;min-width:94px;min-height:37px;display:inline-flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;padding:0 10px;overflow:hidden;border-radius:0;color:#eaf9ff;font-size:8px;line-height:1;font-weight:900;letter-spacing:0;white-space:nowrap;border:1px solid rgba(57,189,248,.38);background:linear-gradient(135deg,#39bdf83d,#196e9b26);box-shadow:none;transition:background .22s ease,border-color .22s ease}.bf-offer-btn:hover{border-color:#53cdffb8;background:linear-gradient(135deg,#39bdf861,#1f85ba40);filter:none}.bf-offer-btn:before{content:"";position:absolute;top:-35%;left:-45%;width:24%;height:170%;transform:rotate(18deg);pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);transition:left .5s ease}.bf-offer-btn:hover:before{left:130%}.bf-offer-arrow{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.bf-offer-btn:hover .bf-offer-arrow{animation:bfArrow .65s ease-in-out infinite}@keyframes bfArrow{0%,to{transform:translate(0)}50%{transform:translate(4px)}}@media (max-width: 1300px){.bf-offers-track{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.bf-offer-name{font-size:15px}.bf-offer-now{font-size:27px}}@media (max-width: 800px){.list-section.list-section--bf{padding:18px}.bf-header{flex-direction:column;align-items:flex-start;gap:17px}.bf-header__countdown-wrap{width:100%;min-width:0}.bf-offers-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (max-width: 520px){.list-section.list-section--bf{padding:17px 10px 14px;border-left:0;border-right:0}.bf-header{padding-bottom:16px}.bf-mini-label{margin-bottom:8px;font-size:7px}.bf-mini-label:before{width:6px;height:6px;flex-basis:6px}.bf-title{font-size:clamp(23px,7.6vw,30px)}.bf-sub{max-width:340px;margin-top:7px;font-size:9.5px}.bf-header__countdown-wrap{padding:11px 10px 10px}.bf-countdown__head{margin-bottom:8px}.bf-countdown__label{font-size:6.5px}.bf-countdown__live{font-size:5.5px}.bf-countdown__timer{gap:5px}.bf-countdown__unit{min-height:45px}.bf-countdown__unit strong{font-size:15px}.bf-countdown__unit span{font-size:4.8px}.bf-offers-track{margin-top:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.bf-offer-off{right:6px;top:6px;min-height:20px;padding:0 6px;font-size:6.5px}.bf-offer-body{min-height:143px;padding:10px 8px 9px}.bf-offer-name{font-size:10.5px}.bf-offer-line{margin:10px 0}.bf-offer-foot{gap:4px}.bf-offer-prices{gap:5px}.bf-offer-was{min-height:18px;gap:3px;padding:2px 5px;font-size:7px}.bf-offer-was:before{font-size:4.8px}.bf-offer-now{font-size:18px}.bf-offer-btn{min-width:68px;min-height:30px;gap:4px;padding:0 6px;font-size:6.5px}.bf-offer-arrow{width:8px;height:8px}}@media (max-width: 360px){.list-section.list-section--bf{padding:15px 7px 12px}.bf-offers-track{gap:5px}.bf-offer-body{min-height:138px;padding:8px 6px}.bf-offer-name{font-size:9.3px}.bf-offer-was{padding:2px 4px;font-size:6.3px}.bf-offer-now{font-size:16.5px}.bf-offer-btn{min-width:62px;min-height:28px;padding:0 5px;font-size:6px}}@media (prefers-reduced-motion: reduce){.bf-mini-label:before,.bf-countdown__live:before,.bf-offer-btn:hover .bf-offer-arrow{animation:none!important}}.ih-metrics{margin:30px auto}.ih-metrics-panel{position:relative;overflow:hidden;isolation:isolate;padding:38px 27px 27px;border:1px solid rgba(109,130,168,.18);background:radial-gradient(circle at 50% -20%,rgba(96,118,255,.1),transparent 38%),radial-gradient(circle at 0% 100%,rgba(63,214,170,.035),transparent 28%),radial-gradient(circle at 100% 100%,rgba(176,105,255,.04),transparent 28%),linear-gradient(135deg,#111721,#0a1017 56%,#080c12)}.ih-metrics-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;pointer-events:none;opacity:.11;background-image:linear-gradient(rgba(127,149,188,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(127,149,188,.04) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.6),transparent);mask-image:linear-gradient(180deg,#000,rgba(0,0,0,.6),transparent)}.ih-metrics-panel:after{content:"";position:absolute;z-index:-1;left:50%;top:-240px;width:640px;height:390px;transform:translate(-50%);border-radius:50%;pointer-events:none;background:#4e65ff16;filter:blur(105px)}.ih-metrics-head{position:relative;max-width:760px;margin:0 auto 29px;padding-bottom:24px;text-align:center}.ih-metrics-head:after{content:"";position:absolute;left:50%;bottom:0;width:74px;height:2px;transform:translate(-50%);background:#738eff;box-shadow:0 0 16px #738eff4d}.ih-metrics-live{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;padding:0 8px;min-height:22px;border:1px solid rgba(115,142,255,.28);background:#738eff0e;color:#9fb2ff;font-size:5.8px;line-height:1;font-weight:950;letter-spacing:.095em;text-transform:uppercase}.ih-metrics-live-dot{width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:#738eff;box-shadow:0 0 #738eff8c;animation:ihMetricsLivePulse 1.8s ease-out infinite}@keyframes ihMetricsLivePulse{0%{box-shadow:0 0 #738eff8c}70%{box-shadow:0 0 0 7px #738eff00}to{box-shadow:0 0 #738eff00}}.ih-metrics-title{margin:0;color:#f5f8fc;font-size:clamp(33px,3.25vw,50px);line-height:.98;font-weight:950;letter-spacing:-.065em}.ih-metrics-title span{color:#9fb2ff}.ih-metrics-sub{max-width:560px;margin:12px auto 0;color:#bccbde8c;font-size:11.5px;line-height:1.6}.ih-metrics-trust-grid{position:relative;width:100%;display:grid;grid-template-columns:repeat(var(--ih-metrics-cols, 4),minmax(0,1fr));gap:12px}@keyframes ihMetricsBoxIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ih-metrics-trust-box{--accent: #44e0ad;--accent-rgb: 68, 224, 173;position:relative;min-width:0;min-height:205px;display:flex;flex-direction:column;padding:19px 18px 17px;overflow:hidden;isolation:isolate;border:1px solid rgba(112,134,171,.2);background:radial-gradient(circle at 100% 0%,rgba(var(--accent-rgb),.045),transparent 48%),linear-gradient(145deg,#151d27f0,#090e15fa);box-shadow:inset 0 1px #ffffff06;transition:border-color .24s ease,background .24s ease,box-shadow .24s ease;animation:ihMetricsBoxIn .5s ease backwards}.ih-metrics-trust-box:nth-child(1){animation-delay:.05s}.ih-metrics-trust-box:nth-child(2){animation-delay:.1s}.ih-metrics-trust-box:nth-child(3){animation-delay:.15s}.ih-metrics-trust-box:nth-child(4){animation-delay:.2s}.ih-metrics-trust-box--green{--accent: #45dfae;--accent-rgb: 69, 223, 174}.ih-metrics-trust-box--blue{--accent: #59a8ff;--accent-rgb: 89, 168, 255}.ih-metrics-trust-box--purple{--accent: #b27bff;--accent-rgb: 178, 123, 255}.ih-metrics-trust-box--amber{--accent: #ffc83d;--accent-rgb: 255, 200, 61}.ih-metrics-trust-box:hover{border-color:rgba(var(--accent-rgb),.48);background:radial-gradient(circle at 100% 0%,rgba(var(--accent-rgb),.075),transparent 48%),linear-gradient(145deg,#19222ef7,#0b1119fc);box-shadow:inset 0 1px #ffffff09,0 16px 38px #0000002b}.ih-metrics-trust-box:before{content:"";position:absolute;left:0;top:0;width:100%;height:2px;z-index:3;background:var(--accent);opacity:.8}.ih-metrics-trust-box:after{content:"";position:absolute;right:-70px;top:-80px;width:180px;height:180px;z-index:-1;border-radius:50%;pointer-events:none;background:rgba(var(--accent-rgb),.075);filter:blur(45px)}.ih-metrics-trust-box-mark{position:absolute;right:-38px;bottom:-48px;z-index:0;width:225px;height:225px;color:var(--accent);opacity:.075;pointer-events:none;transform:rotate(-8deg)}.ih-metrics-trust-box-mark svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:.9;stroke-linecap:round;stroke-linejoin:round}.ih-metrics-trust-box-tag{position:relative;z-index:2;width:-moz-max-content;width:max-content;min-height:22px;display:inline-flex;align-items:center;gap:6px;padding:0 8px;color:var(--accent);font-size:5.8px;line-height:1;font-weight:950;letter-spacing:.095em;text-transform:uppercase;border:1px solid rgba(var(--accent-rgb),.28);background:rgba(var(--accent-rgb),.055);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ih-metrics-trust-box-tag:before{content:"";width:5px;height:5px;flex:0 0 5px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px rgba(var(--accent-rgb),.68)}.ih-metrics-trust-box-body{position:relative;z-index:2;margin-top:22px}.ih-metrics-trust-box-title{margin:0;color:#f4f7fb;font-size:clamp(16px,1.08vw,18px);line-height:1.12;font-weight:920;letter-spacing:-.035em}.ih-metrics-trust-box-desc{max-width:265px;margin:8px 0 0;color:#b7c7db94;font-size:9.3px;line-height:1.55}.ih-metrics-trust-box-divider{position:relative;z-index:2;width:100%;height:1px;margin:auto 0 12px;background:#7f93b533}.ih-metrics-trust-box-foot{position:relative;z-index:2;display:flex;align-items:center;min-height:20px}.ih-metrics-trust-box-status{display:inline-flex;align-items:center;gap:7px;min-width:0;color:#c7d8e9a8;font-size:6.4px;line-height:1;font-weight:850;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.ih-metrics-trust-box-dot{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--accent);box-shadow:0 0 9px rgba(var(--accent-rgb),.68)}html:not(.dark) .ih-metrics-panel{border-color:var(--border);background:radial-gradient(circle at 50% -20%,rgba(96,118,255,.07),transparent 38%),linear-gradient(180deg,#fff,#f8fafc)}html:not(.dark) .ih-metrics-panel:before{opacity:.5}html:not(.dark) .ih-metrics-panel:after{background:#4e65ff0f}html:not(.dark) .ih-metrics-title{color:#0f172a}html:not(.dark) .ih-metrics-title span{color:#4459d8}html:not(.dark) .ih-metrics-sub{color:var(--text-muted, #64748b)}html:not(.dark) .ih-metrics-trust-box{border-color:var(--border);background:radial-gradient(circle at 100% 0%,rgba(var(--accent-rgb),.07),transparent 48%),#ffffffe6;box-shadow:none}html:not(.dark) .ih-metrics-trust-box:hover{border-color:rgba(var(--accent-rgb),.5);background:radial-gradient(circle at 100% 0%,rgba(var(--accent-rgb),.11),transparent 48%),#fff;box-shadow:0 16px 38px #0f172a12}html:not(.dark) .ih-metrics-trust-box-mark{opacity:.13}html:not(.dark) .ih-metrics-trust-box-title{color:#0f172a}html:not(.dark) .ih-metrics-trust-box-desc{color:var(--text-muted, #64748b)}html:not(.dark) .ih-metrics-trust-box-status{color:#334155bf}@media (max-width: 1050px){.ih-metrics-trust-grid{grid-template-columns:repeat(var(--ih-metrics-cols-sm, 2),minmax(0,1fr))}.ih-metrics-trust-box-mark{width:240px;height:240px;right:-38px;bottom:-53px}}@media (max-width: 620px){.ih-metrics-panel{padding:25px 8px 11px;border-left:0;border-right:0}.ih-metrics-head{margin-bottom:17px;padding-bottom:17px}.ih-metrics-head:after{width:57px}.ih-metrics-title{font-size:clamp(26px,8vw,34px)}.ih-metrics-sub{max-width:315px;margin-top:8px;font-size:8.5px}.ih-metrics-live{min-height:17px;padding:0 5px;gap:4px;font-size:4.4px;margin-bottom:10px}.ih-metrics-live-dot{width:4px;height:4px;flex-basis:4px}.ih-metrics-trust-grid{grid-template-columns:repeat(var(--ih-metrics-cols-sm, 2),minmax(0,1fr));gap:6px}.ih-metrics-trust-box{min-height:158px;padding:11px 9px 9px}.ih-metrics-trust-box-tag{min-height:17px;padding:0 5px;gap:4px;font-size:4.4px}.ih-metrics-trust-box-tag:before{width:4px;height:4px;flex-basis:4px}.ih-metrics-trust-box-body{margin-top:15px}.ih-metrics-trust-box-title{font-size:11px}.ih-metrics-trust-box-desc{margin-top:5px;font-size:6.4px;line-height:1.45}.ih-metrics-trust-box-divider{margin-bottom:8px}.ih-metrics-trust-box-status{gap:4px;font-size:4.6px}.ih-metrics-trust-box-dot{width:5px;height:5px;flex-basis:5px}.ih-metrics-trust-box-mark{width:155px;height:155px;right:-31px;bottom:-35px;opacity:.07}}@media (max-width: 370px){.ih-metrics-panel{padding:22px 5px 9px}.ih-metrics-trust-grid{gap:5px}.ih-metrics-trust-box{min-height:151px;padding:9px 7px 8px}.ih-metrics-trust-box-body{margin-top:13px}.ih-metrics-trust-box-title{font-size:10px}.ih-metrics-trust-box-desc{font-size:5.8px}.ih-metrics-trust-box-status{font-size:4.1px}.ih-metrics-trust-box-mark{width:140px;height:140px;right:-29px;bottom:-31px}}.cta-banner--support{position:relative;max-width:1550px;margin:36px auto;padding:0;display:flex;flex-direction:column;border-radius:10px;border:1px solid transparent;background:radial-gradient(ellipse 72% 85% at 0% 0%,rgba(124,58,237,.13) 0%,transparent 56%),radial-gradient(ellipse 58% 62% at 100% 100%,rgba(109,40,217,.09) 0%,transparent 52%),linear-gradient(180deg,color-mix(in srgb,var(--bg-panel) 88%,#1e1b4b) 0%,var(--bg-panel, #0c1017) 100%);box-shadow:none;overflow:hidden}.cta-banner--support:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,#a78bfab8,#7c3aed52 42%,#6366f13d 58%,#6d28d99e);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.cta-banner--support:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.035) 0%,transparent 42%);pointer-events:none;z-index:0}.cta-banner--support.is-online{background:radial-gradient(ellipse 68% 72% at 6% 0%,rgba(34,197,94,.11) 0%,transparent 54%),radial-gradient(ellipse 72% 85% at 0% 0%,rgba(124,58,237,.12) 0%,transparent 56%),linear-gradient(180deg,color-mix(in srgb,var(--bg-panel) 86%,#0f172a) 0%,var(--bg-panel, #0c1017) 100%);box-shadow:0 0 0 1px #22c55e14}.cta-banner--support.is-online:after{background:linear-gradient(135deg,#4ade80c7,#7c3aed61 46%,#34d3998c)}.cta-banner--support.is-offline{background:radial-gradient(ellipse 62% 58% at 10% 0%,rgba(100,116,139,.14) 0%,transparent 52%),linear-gradient(180deg,color-mix(in srgb,var(--bg-panel) 90%,#1e293b) 0%,var(--bg-panel, #0c1017) 100%);box-shadow:0 0 0 1px #94a3b81a}.cta-banner--support.is-offline:after{background:linear-gradient(135deg,#94a3b894,#ef444452 48%,#64748b85)}.cta-support-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;background:color-mix(in srgb,#7c3aed 4%,transparent)}.cta-banner--support.is-online .cta-support-top{background:color-mix(in srgb,#22c55e 3%,transparent)}.cta-banner--support.is-offline .cta-support-top{background:color-mix(in srgb,#64748b 5%,transparent)}.cta-support-left{display:flex;align-items:flex-start;gap:16px;min-width:0;flex:1}.cta-support-icon-wrap{position:relative;flex-shrink:0;cursor:default}.cta-support-icon{width:50px;height:50px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 4px 16px #6d28d947;transition:box-shadow .25s ease,filter .25s ease}.cta-support-icon i{font-size:24px}.cta-support-status-dot{position:absolute;top:-3px;right:-3px;width:11px;height:11px;border-radius:50%;background:#22c55e;border:2px solid var(--bg-panel, #0c1017);box-shadow:0 0 #22c55e80;animation:ctaSupportDotPulse 1.8s ease-out infinite;z-index:2}.cta-banner--support.is-offline .cta-support-status-dot{background:#ef4444;box-shadow:0 0 #ef444473;animation:ctaSupportDotPulseRed 1.8s ease-out infinite}.cta-banner--support.is-offline .cta-support-icon{background:linear-gradient(145deg,#64748b,#475569);box-shadow:none}@keyframes ctaSupportDotPulse{0%{box-shadow:0 0 #22c55e80}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes ctaSupportDotPulseRed{0%{box-shadow:0 0 #ef444473}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.cta-support-meta{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:0}.cta-support-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:4px}.cta-support-right{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0;gap:0}.cta-support-badge{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 11px;border-radius:10px;font-size:11px;font-weight:800;letter-spacing:.04em;line-height:1}.cta-support-badge i{font-size:10px;flex-shrink:0}.cta-banner--support.is-online .cta-support-badge i{animation:cta-badge-pulse 2s ease-in-out infinite}@keyframes cta-badge-pulse{0%,to{opacity:1}50%{opacity:.55}}.cta-banner--support.is-online .cta-support-badge{color:#86efac;background:color-mix(in srgb,#22c55e 16%,transparent);border:1px solid color-mix(in srgb,#4ade80 52%,transparent);box-shadow:0 0 14px #22c55e1f}.cta-banner--support.is-offline .cta-support-badge{color:#fca5a5;background:color-mix(in srgb,#ef4444 14%,transparent);border:1px solid color-mix(in srgb,#f87171 45%,transparent);box-shadow:0 0 12px #ef44441a}.cta-support-hours{margin:6px 0 0;font-size:11px;font-weight:600;line-height:1.35;color:#64748b;text-align:right}.cta-support-title{margin:0;font-size:clamp(17px,1.5vw,21px);font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--text-main, #f1f5f9)}.cta-support-brand{color:inherit}.cta-support-sub{margin:0;font-size:12.5px;line-height:1.5;color:var(--text-muted, #94a3b8);max-width:480px}.cta-support-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:42px;padding:0 18px;border-radius:10px;font-size:12px;font-weight:700;text-decoration:none;white-space:nowrap;flex-shrink:0;cursor:pointer;border:none;transition:filter .2s ease,opacity .2s ease,box-shadow .2s ease}.cta-support-btn i{font-size:17px}.cta-support-btn--primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 4px 16px #6d28d947}.cta-support-btn--primary:hover{filter:brightness(1.07);box-shadow:0 6px 20px #6d28d95c}.cta-support-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 22px;border-top:none;background:linear-gradient(180deg,color-mix(in srgb,var(--bg-card) 62%,transparent),color-mix(in srgb,var(--bg-card) 38%,transparent))}.cta-support-bottom:before{content:"";position:absolute;top:0;left:20px;right:20px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(167,139,250,.5) 18%,rgba(124,58,237,.38) 50%,rgba(167,139,250,.5) 82%,transparent 100%);pointer-events:none}.cta-support-row{display:flex;align-items:center;gap:14px;min-width:0;flex:1}.cta-support-row--contact{flex:0 0 auto;justify-content:flex-end}.cta-support-row-label{flex-shrink:0;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#64748b}.cta-join-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.cta-join-link{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:9px;font-size:11px;font-weight:600;color:#fff;text-decoration:none;border:none;transition:filter .2s ease,box-shadow .2s ease}.cta-join-link i{font-size:15px}.cta-join-link:hover{filter:brightness(1.1)}.cta-join-link--telegram{background:#2aabee;box-shadow:0 3px 10px #2aabee47}.cta-join-link--whatsapp{background:#25d366;box-shadow:0 3px 10px #25d36647}.cta-join-link--youtube{background:red;box-shadow:0 3px 10px #ff000047}.cta-contact-icons{display:flex;align-items:center;gap:10px}.cta-contact-icon{width:44px;height:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;border:none;transition:filter .2s ease,box-shadow .2s ease}.cta-contact-icon i{font-size:22px}.cta-contact-icon--telegram{background:#2aabee;box-shadow:0 4px 14px #2aabee47}.cta-contact-icon--whatsapp{background:#25d366;box-shadow:0 4px 14px #25d36647}.cta-contact-icon--messenger{background:linear-gradient(135deg,#00b2ff,#006aff);box-shadow:0 4px 14px #0084ff47}.cta-contact-icon--youtube{background:red;box-shadow:0 4px 14px #ff000047}.cta-contact-icon:hover{filter:brightness(1.08)}html:not(.dark) .cta-banner--support{background:radial-gradient(ellipse 72% 85% at 0% 0%,rgba(124,58,237,.07) 0%,transparent 56%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:none}html:not(.dark) .cta-support-status-dot{border-color:#fff}html:not(.dark) .cta-support-bottom{background:linear-gradient(180deg,#f1f5f9,#eef2f7)}@media (max-width: 860px){.cta-support-top{flex-direction:column;align-items:flex-start}.cta-support-right{align-items:flex-start}.cta-support-hours{text-align:left}.cta-support-bottom{flex-direction:column;align-items:stretch;gap:12px}.cta-support-row--contact{justify-content:flex-start}}.list-section{background:var(--bg-panel);border-radius:var(--radius);border:1px solid var(--border);padding:30px}.list-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border)}.list-title h2{margin:8px 0;font-size:24px}.list-title h2 span{color:var(--primary)}.list-title p{margin:0;color:var(--text-muted);font-size:14px}.tag-live{display:inline-flex;align-items:center;gap:6px;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700}.list-horizontal{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px}.list-card{flex:1;min-width:300px;background:var(--bg-dark, var(--bg));border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;align-items:center;gap:16px;transition:.2s}.list-card:hover{border-color:#fff3;background:#ffffff05}.l-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:800;color:#fff}.l-info{flex:1}.l-info h4{margin:0 0 4px;font-size:14px;font-weight:600}.l-price{font-size:14px;font-weight:700;color:var(--primary)}.l-action{text-align:right}.l-time{display:block;font-size:11px;color:var(--text-muted);margin-bottom:8px}.l-btn{background:transparent;border:none;color:var(--text-muted);font-size:12px;font-weight:600;cursor:pointer}.l-btn:hover{color:var(--primary)}.cta-banner:not(.cta-banner--support){max-width:1550px;margin:60px auto;background:color-mix(in srgb,#4c1d95 55%,#2563eb);border-radius:var(--radius-lg);padding:36px 48px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(124,58,237,.35);box-shadow:var(--shadow-lg)}.cta-content{max-width:50%}.cta-content h2{margin:0 0 10px;font-size:32px;font-weight:800}.cta-content p{margin:0;font-size:15px;opacity:.9;line-height:1.5}.cta-actions{display:flex;gap:16px}@media (max-width: 992px){.cta-banner:not(.cta-banner--support){flex-direction:column;text-align:center;gap:30px;padding:30px}.cta-content{max-width:100%}}.inav-badge--new{color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1);animation:inav-badge-new-ring 1.8s ease-out infinite}.inav-badge--new:before{background:#6366f173}.inav-badge--offer{color:#fff;background:linear-gradient(135deg,#10b981,#059669);animation:inav-badge-offer-ring 1.8s ease-out infinite}.inav-badge--offer:before{background:#10b98173}.inav-badge--promo{color:#fff;background:linear-gradient(135deg,#a855f7,#7c3aed);animation:inav-badge-promo-ring 1.8s ease-out infinite}.inav-badge--promo:before{background:#7c3aed73}@keyframes inav-badge-new-ring{0%{box-shadow:0 0 #6366f18c}70%{box-shadow:0 0 0 6px #6366f100}to{box-shadow:0 0 #6366f100}}@keyframes inav-badge-offer-ring{0%{box-shadow:0 0 #10b9818c}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}@keyframes inav-badge-promo-ring{0%{box-shadow:0 0 #7c3aed8c}70%{box-shadow:0 0 0 6px #7c3aed00}to{box-shadow:0 0 #7c3aed00}}.eye-bar-strip{position:sticky;top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px));z-index:900;width:100%;--nav-bar-bg: color-mix(in srgb, var(--bg-panel) 94%, #ffffff 6%);--nav-bar-surface: color-mix(in srgb, var(--nav-bar-bg) 90%, #ffffff 10%);--nav-bar-border: var(--border);background:color-mix(in srgb,var(--nav-bar-bg) 88%,transparent);backdrop-filter:blur(24px) saturate(1.55);-webkit-backdrop-filter:blur(24px) saturate(1.55);border-bottom:1px solid var(--nav-bar-border);box-shadow:0 1px 0 var(--nav-bar-surface) inset,0 4px 20px #0000001f;transition:transform .3s ease,opacity .25s ease;will-change:transform}.eye-bar-strip.is-scroll-hidden{transform:translateY(calc(-100% - 10px));opacity:0;pointer-events:none}.eye-bar{position:relative;max-width:1550px;margin:0 auto;padding:0 14px;min-height:48px;display:flex;align-items:center}.eye-bar-tabs{display:grid;gap:8px;width:100%;min-width:0}.eye-bar-btn{display:flex;align-items:center;gap:6px;width:100%;height:36px;padding:0 10px 0 12px;border:1px solid var(--border);border-radius:9px;background:var(--bg-card);color:var(--text-main);font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;box-sizing:border-box;text-align:left;box-shadow:0 2px 10px #0f172a0d;transition:color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.eye-bar-btn:hover,.eye-bar-btn.is-active{border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:var(--box-hover-bg, var(--bg-card));box-shadow:0 6px 18px #0f172a1a}.eye-bar-pic{flex-shrink:0;width:22px;height:22px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 10%,var(--bg-panel));border:1px solid var(--border);color:var(--primary);font-size:16px}.eye-bar-pic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.eye-bar-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eye-bar-btn .inav-badge{flex-shrink:0;height:18px;line-height:18px;padding:0 9px;font-size:9px}.eye-bar-caret{flex-shrink:0;font-size:14px;opacity:.55;transition:transform .2s ease,opacity .18s ease}.eye-bar-btn:hover .eye-bar-caret{opacity:.9}.eye-bar-btn.is-active .eye-bar-caret{opacity:1;transform:rotate(180deg)}@media (max-width: 768px){.eye-bar{padding:0 10px;min-height:44px}.eye-bar-tabs{display:flex;gap:7px;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;padding-bottom:2px}.eye-bar-btn{width:auto;flex:0 0 auto;height:32px;padding:0 8px 0 9px;gap:5px;font-size:11.5px;scroll-snap-align:start}.eye-bar-pic{width:19px;height:19px;font-size:14px;border-radius:5px}.eye-bar-name{flex:0 1 auto;max-width:96px}.eye-bar-btn .inav-badge{height:15px;line-height:15px;padding:0 6px;font-size:8px}.eye-bar-caret{font-size:12px}.eye-bar-panel{padding:4px 10px 12px}.eye-bar-svc-list{max-height:min(60vh,calc(100vh - var(--nav-height, 68px) - 120px))}.eye-bar-svc-box{box-shadow:0 12px 40px #00000073}}.eye-bar-panel{position:absolute;top:100%;left:0;right:0;width:100%;z-index:1002;padding:4px 14px 14px;box-sizing:border-box;animation:eyeBarPanelIn .18s ease}@keyframes eyeBarPanelIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.eye-bar-svc-box{width:100%;background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 8px 32px #00000059}.eye-bar-svc-list{display:flex;flex-direction:column;max-height:min(360px,calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px) - 148px));overflow-y:auto;overflow-x:hidden}.eye-bar-svc-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;min-height:44px;padding:10px 16px;border-bottom:1px solid var(--border);background:transparent;color:var(--text-main);text-align:left;text-decoration:none;transition:background .12s ease}.eye-bar-svc-list .eye-bar-svc-row:last-child{border-bottom:none}.eye-bar-svc-row:hover{background:var(--box-hover-bg, color-mix(in srgb, var(--text-main) 5%, transparent))}.eye-bar-svc-pic{flex-shrink:0;width:32px;height:32px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--box-bg, color-mix(in srgb, var(--text-main) 6%, transparent));color:var(--primary);font-size:17px}.eye-bar-svc-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.eye-bar-svc-left{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.eye-bar-svc-name{display:flex;align-items:center;gap:6px;min-width:0;font-size:13px;font-weight:600;color:var(--text-main);line-height:1.35}.eye-bar-svc-name-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eye-bar-svc-sub{font-size:11px;font-weight:500;color:var(--text-muted);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eye-bar-svc-id{display:inline;margin-right:8px;font-family:ui-monospace,Consolas,monospace;font-size:10px;color:var(--text-muted)}.eye-bar-svc-id:after{content:"·";margin-left:8px;color:var(--border-strong, var(--border));font-family:Inter,sans-serif}.eye-bar-svc-price{flex-shrink:0;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;color:#34d399;white-space:nowrap;line-height:1}html:not(.dark) .eye-bar-svc-price{color:#059669}.eye-bar-panel-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:28px 16px;color:var(--text-muted);font-size:13px}.xhome a.btn{text-decoration:none}.xhome .l-btn{text-decoration:none;display:inline-block}html:not(.dark) .xhome.eye-bar-strip{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:var(--border)}.ih2-hero{max-width:1550px;margin:var(--ihome-banner-margin-top) auto 0;display:grid;grid-template-columns:minmax(0,60%) minmax(0,40%);gap:12px;align-items:stretch;height:var(--ihome-banner-height);min-height:var(--ihome-banner-height);max-height:var(--ihome-banner-height)}.ih2-hero.is-solo{grid-template-columns:minmax(0,1fr)}.ih2-hero-main{min-height:0;height:100%;overflow:hidden;border-radius:var(--ihome-banner-radius)}.ih2-hero-main .ihome-hero{margin:0;max-width:none;height:100%}.ih2-hero-main .ihome-hero-slider{width:100%;height:100%;border:none;box-shadow:none;border-radius:var(--ihome-banner-radius)}.ih2-hero-main .ihome-hero-track{height:100%;align-items:stretch}.ih2-hero-main .ihome-hero-slide{position:relative;height:100%;overflow:hidden}.ih2-hero-main .ihome-hero-blur{display:none}.ih2-hero-main .ihome-hero-img{position:relative;z-index:1;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.ih2-hero-side{display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:12px;min-height:0;height:100%;align-content:start}.ih2-hero-side-item{display:block;text-decoration:none;min-height:0;overflow:hidden;border-radius:var(--ihome-banner-radius)}.ih2-hero-side-item img{width:100%;height:100%;min-height:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;image-rendering:auto;backface-visibility:hidden}.ih2-side-card{--sc-tint: #f43f5e;position:relative;display:flex;align-items:stretch;gap:12px;padding:20px;border-radius:10px;overflow:hidden;text-decoration:none;background:radial-gradient(120% 120% at 100% 0%,color-mix(in srgb,var(--sc-tint) 26%,transparent),transparent 60%),color-mix(in srgb,var(--sc-tint) 12%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--sc-tint) 22%,var(--border));transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ih2-side-card:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--sc-tint) 45%,var(--border));box-shadow:0 12px 30px -14px color-mix(in srgb,var(--sc-tint) 55%,transparent)}.ih2-side-card-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:4px}.ih2-side-card-title{margin:0;font-size:clamp(15px,1.1vw,19px);font-weight:800;line-height:1.2;color:var(--text-main);letter-spacing:-.01em}.ih2-side-card-sub{margin:0;font-size:12.5px;line-height:1.35;color:var(--text-muted, var(--text3));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ih2-side-card-btn{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:10px;background:var(--bg-panel);border:1px solid color-mix(in srgb,var(--sc-tint) 20%,var(--border));color:var(--text-main);font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 2px 10px #0f172a14;transition:gap .2s ease}.ih2-side-card:hover .ih2-side-card-btn{gap:9px}.ih2-side-card-btn i{font-size:13px;color:var(--sc-tint)}.ih2-side-card-icon{flex-shrink:0;align-self:center;width:clamp(44px,3.4vw,58px);height:clamp(44px,3.4vw,58px);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:clamp(20px,1.6vw,26px);color:#fff;background:var(--sc-tint);box-shadow:0 10px 24px -8px color-mix(in srgb,var(--sc-tint) 75%,transparent)}.ih2-side-card.is-rose{--sc-tint: #f43f5e}.ih2-side-card.is-blue{--sc-tint: #3b82f6}.ih2-side-card.is-green{--sc-tint: #10b981}.ih2-side-card.is-violet{--sc-tint: #8b5cf6}.ih2-side-card.is-amber{--sc-tint: #f59e0b}.ih2-side-card.is-slate{--sc-tint: #64748b}.ih2-stats{max-width:1550px;margin:18px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ih2-stat{background:var(--bg-panel, #1a1b22);border:1px solid var(--border);border-radius:10px;padding:16px 18px}.ih2-stat strong{display:block;font-size:22px;font-weight:800;color:var(--primary);line-height:1.1}.ih2-stat span{display:block;margin-top:4px;font-size:12px;color:var(--text-muted);font-weight:600}.ih2-hot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ih2-hot-card{background:var(--bg-panel, #1a1b22);border:1px solid var(--border);border-radius:10px;padding:18px;min-height:170px;display:flex;flex-direction:column;gap:10px;transition:border-color .2s,background .2s}.ih2-hot-card:hover{border-color:var(--box-hover-border, var(--border));background:var(--box-hover-bg)}.ih2-hot-card h3{margin:0;font-size:16px;line-height:1.35;color:var(--text-main, var(--text))}.ih2-hot-card p{margin:0;font-size:12px;color:var(--text-muted);line-height:1.5;flex:1}.ih2-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.ih2-product-card{background:var(--bg-panel, #1a1b22);border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:border-color .2s}.ih2-product-card:hover{border-color:var(--box-hover-border, var(--border))}.ih2-product-icon{width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--bg-dark, var(--bg));border:1px solid var(--border);font-size:26px}.ih2-product-card h3{margin:0;font-size:14px;font-weight:700}.ih2-product-card .price{font-size:15px;font-weight:800;color:var(--primary)}.ih2-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}#ihome-theme-2 .list-card{border-radius:10px}#ihome-theme-3 .ih3-hero{border-bottom:1px solid var(--border)}#ihome-theme-3 .ih3-marquee{margin-top:var(--ihome-marquee-gap)}.ih3-hero{--ih3-blue: #168fe0;--ih3-blue-light: #6bc5ff;--ih3-mint: #77e5d1;position:relative;max-width:1550px;margin:var(--ihome-banner-margin-top) auto 0;display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:44px;align-items:center;height:auto;min-height:var(--ihome-banner-height);max-height:none;--ih3-pad: 20px;padding:var(--ih3-pad);box-sizing:border-box;overflow:visible;border:none;box-shadow:none;background:transparent}.ih3-hero-copy{position:relative;display:flex;flex-direction:column;justify-content:center;min-width:0;width:100%;max-width:680px;padding:0;box-sizing:border-box;overflow:visible}.ih3-hero-content{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-start}.ih3-hero-kicker{min-height:20px;margin-bottom:18px;display:inline-flex;align-items:center;gap:10px}.ih3-hero-kicker-square{width:8px;height:8px;flex:0 0 8px;background:#5cbcff;box-shadow:0 0 0 1px #5cbcff29,0 0 10px #5cbcff6b;animation:ih3KickerBlink 1.15s ease-in-out infinite}@keyframes ih3KickerBlink{0%,to{opacity:.25;box-shadow:0 0 0 1px #5cbcff1a,0 0 3px #5cbcff1f}50%{opacity:1;box-shadow:0 0 0 1px #5cbcff4d,0 0 13px #5cbcffa6}}.ih3-hero-kicker-text{color:#70c2f8e0;font-size:9px;line-height:1;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.ih3-hero-title-box{position:relative;min-height:112px;display:flex;align-items:center;overflow:visible;padding:3px 0 10px}.ih3-hero-headline{position:relative;margin:0;max-width:100%;display:inline-block;overflow:visible;padding:0 0 .09em;font-size:clamp(51px,4.8vw,76px);line-height:1.05;font-weight:900;letter-spacing:-.062em;white-space:nowrap;color:#31a7ed}.ih3-type-text{color:#31a7ed}.ih3-type-cursor{display:inline-block;width:4px;height:.86em;margin-left:7px;vertical-align:-.03em;background:#29a9f3;box-shadow:0 0 12px #29a9f361;animation:ih3-cursor-blink .82s steps(1) infinite}@keyframes ih3-cursor-blink{0%,48%{opacity:1}49%,to{opacity:.08}}.ih3-hero-subtitle{position:relative;margin:5px 0 0;padding:0;border-left:none;width:100%;display:flex;align-items:center;gap:13px}.ih3-hero-subtitle-rail{position:relative;width:3px;height:42px;flex:0 0 3px;overflow:hidden;background:#57dbc621}.ih3-hero-subtitle-rail:before{content:"";position:absolute;left:0;top:-45%;width:100%;height:46%;background:linear-gradient(180deg,transparent,#77e5d1,transparent);box-shadow:0 0 9px #77e5d166;animation:ih3RailMove 2.4s linear infinite}@keyframes ih3RailMove{0%{top:-45%}to{top:120%}}.ih3-hero-subtitle-text{display:inline-block;margin:0;color:#77e5d1;font-size:clamp(21px,1.75vw,27px);line-height:1.15;font-weight:730;letter-spacing:-.025em;transition:opacity .23s ease,transform .23s ease,filter .23s ease}.ih3-hero-subtitle-text.is-changing{opacity:0;transform:translateY(6px);filter:blur(3px)}.ih3-hero-desc{position:relative;list-style:none;width:100%;max-width:535px;margin:24px 0 0;padding-left:15px;color:#bdccdcad;font-size:13px;line-height:1.75;font-weight:500;letter-spacing:-.005em}.ih3-hero-desc:before{content:"";position:absolute;left:0;top:5px;width:2px;height:calc(100% - 10px);background:linear-gradient(180deg,#4bb9f7,#4bb9f714)}html:not(.dark) .ih3-hero-desc{color:var(--text-muted, #64748b)}.ih3-hero-actions{position:relative;flex:0 0 auto;width:100%;margin-top:29px;padding:0;display:flex;align-items:center;gap:13px;overflow:visible}.ih3-hero-cta{position:relative;flex:0 0 250px;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 23px;overflow:hidden;text-decoration:none;color:#fff;font-size:14px;line-height:1;font-weight:850;letter-spacing:-.015em;background:linear-gradient(135deg,#5fb6ef,#2296de 55%,#168bd5);border:1px solid rgba(255,255,255,.19);box-shadow:inset 0 1px #ffffff1f;transition:background .22s ease,border-color .22s ease}.ih3-hero-cta:hover{background:linear-gradient(135deg,#72c3f6,#2aa2e8 55%,#148ddb);border-color:#ffffff45;color:#fff;transform:none;box-shadow:none}.ih3-hero-cta:before{content:"";position:absolute;top:-35%;left:-45%;width:25%;height:170%;transform:rotate(17deg);pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .55s ease}.ih3-hero-cta:hover:before{left:130%}.ih3-hero-cta-arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.ih3-hero-cta:hover .ih3-hero-cta-arrow{animation:ih3CtaArrow .72s ease-in-out infinite}@keyframes ih3CtaArrow{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.ih3-hero-tools{position:relative;flex:1;min-width:0;height:54px;margin-right:20%;display:flex;align-items:center;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 90%,transparent 100%)}.ih3-hero-tools-track{position:relative;z-index:2;width:-moz-max-content;width:max-content;display:flex;align-items:center;gap:9px;padding:0 7px;animation:ih3ToolsScroll 18s linear infinite;will-change:transform}.ih3-hero-tools:hover .ih3-hero-tools-track{animation-play-state:paused}@keyframes ih3ToolsScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 4.5px))}}.ih3-hero-tool{position:relative;width:46px;height:46px;flex:0 0 46px;aspect-ratio:1 / 1;overflow:hidden;border-radius:0;background:linear-gradient(145deg,#131a23,#0a0f15);border:1px solid rgba(111,178,230,.3);box-shadow:0 7px 18px #0000004d,inset 0 0 0 1px #ffffff06;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ih3-hero-tool:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent 30%,transparent 70%,rgba(54,160,231,.05))}.ih3-hero-tool:after{content:"";position:absolute;left:0;bottom:0;z-index:3;width:20px;height:1px;pointer-events:none;background:linear-gradient(90deg,#56b7f7,transparent);opacity:.65}.ih3-hero-tool:hover{transform:scale(1.06);border-color:#69bef89e;box-shadow:0 9px 22px #00000057,0 0 15px #4caef71f}.ih3-hero-tool img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}@media (max-width: 1280px){.ih3-hero{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:28px}.ih3-hero-tools{margin-right:12%}}@media (max-width: 980px){.ih3-hero{grid-template-columns:1fr;gap:28px;--ih3-pad: 20px}.ih3-hero-copy{max-width:700px;margin:0 auto}}@media (max-width: 650px){.ih3-hero{--ih3-pad: 24px 14px 20px;gap:18px}.ih3-hero-copy{width:100%;max-width:100%;margin:0 auto;align-items:center;text-align:center}.ih3-hero-content{align-items:center}.ih3-hero-kicker{min-height:16px;margin:0 auto 12px;justify-content:center;gap:7px}.ih3-hero-kicker-square{width:6px;height:6px;flex:0 0 6px}.ih3-hero-kicker-text{font-size:7px;letter-spacing:.12em}.ih3-hero-title-box{width:100%;min-height:68px;padding:2px 0 8px;justify-content:center}.ih3-hero-title-box:before{left:50%;top:50%;width:145px;height:90px;transform:translate(-50%,-50%);filter:blur(40px)}.ih3-hero-headline{max-width:calc(100vw - 28px);margin:0 auto;padding-bottom:.12em;font-size:clamp(30px,8.5vw,38px);line-height:1.12;letter-spacing:-.048em;text-align:center}.ih3-type-cursor{width:2px;height:.82em;margin-left:4px}.ih3-hero-subtitle{width:100%;min-height:36px;margin-top:0;justify-content:center;gap:8px}.ih3-hero-subtitle-rail{width:2px;height:29px;flex:0 0 2px}.ih3-hero-subtitle-text{font-size:clamp(15px,4.2vw,18px);line-height:1.2;text-align:center}.ih3-hero-desc{width:min(330px,92%);max-width:330px;margin:17px auto 0;padding:0;color:#bbccddab;font-size:10.5px;line-height:1.65;text-align:center}.ih3-hero-desc:before{display:none}.ih3-hero-actions{width:100%;margin-top:20px;flex-direction:column;align-items:center;justify-content:center;gap:10px}.ih3-hero-cta{width:min(260px,82vw);flex:none;min-height:46px;padding:0 18px;font-size:12px}.ih3-hero-cta-arrow{width:15px;height:15px}.ih3-hero-tools{width:min(330px,90vw);height:44px;flex:none;margin:0 auto;align-self:center}.ih3-hero-tools-track{gap:7px;padding:0 5px;animation-duration:17s}.ih3-hero-tool{width:38px;height:38px;flex:0 0 38px}}@media (max-width: 480px){.ih3-hero{--ih3-pad: 22px 12px 16px}.ih3-hero-kicker{margin-bottom:11px}.ih3-hero-kicker-text{font-size:6.5px;letter-spacing:.1em}.ih3-hero-title-box{min-height:64px}.ih3-hero-headline{max-width:calc(100vw - 24px);font-size:clamp(29px,8.4vw,36px);line-height:1.13}.ih3-hero-subtitle-text{font-size:clamp(14px,4vw,17px)}.ih3-hero-desc{width:min(310px,92%);margin-top:15px;font-size:10px;line-height:1.6}.ih3-hero-actions{margin-top:18px}.ih3-hero-cta{width:min(245px,84vw);min-height:44px;font-size:11.5px}.ih3-hero-tools{width:min(315px,90vw);height:42px}.ih3-hero-tool{width:36px;height:36px;flex-basis:36px}}@media (max-width: 390px){.ih3-hero{--ih3-pad: 20px 10px 14px}.ih3-hero-headline{max-width:calc(100vw - 20px);font-size:clamp(27px,8.1vw,32px)}.ih3-hero-subtitle-text{font-size:14px}.ih3-hero-desc{width:min(285px,92%);font-size:9.5px}.ih3-hero-cta{width:min(230px,86vw);min-height:42px;font-size:11px}.ih3-hero-tools{width:min(290px,90vw);height:40px}.ih3-hero-tool{width:34px;height:34px;flex-basis:34px}}@media (prefers-reduced-motion: reduce){.ih3-hero-kicker-square,.ih3-type-cursor,.ih3-hero-subtitle-rail:before,.ih3-hero-tools-track,.ih3-hero-cta:hover .ih3-hero-cta-arrow{animation:none!important}}.ih3-hero-cards{position:relative;height:auto;min-height:var(--ihome-banner-height);max-height:none;display:flex;align-items:center;justify-content:flex-end;overflow:visible;padding-left:0}.ih3-card-stage{position:relative;--ih3-info-h: 111px;--ih3-cw: clamp(245px, 18vw, 300px);--ih3-card-h: calc(var(--ih3-cw) + var(--ih3-info-h));--ih3-side-1: calc(clamp(112px, 9.5vw, 145px) * var(--ih3-fan, 1));--ih3-side-2: calc(clamp(205px, 17vw, 265px) * var(--ih3-fan, 1));width:calc(var(--ih3-side-2) * 2 + var(--ih3-cw) * .77);max-width:100%;flex:0 0 auto;--ih3-overhang: 0px;margin:0 var(--ih3-overhang) 0 auto;height:max(var(--ihome-banner-height),var(--ih3-card-h));min-height:max(var(--ihome-banner-height),var(--ih3-card-h));max-height:none;overflow:visible;transform:translate(calc(var(--ih3-cw) * .48 * var(--ih3-fan, 1) * var(--ih3-shift, 0)));-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y}.ih3-card-stage[data-span="1"]{width:calc(var(--ih3-side-1) * 2 + var(--ih3-cw) * .9)}.ih3-card-stage[data-span="0"]{width:var(--ih3-cw)}.ih3-act-card{--accent: #29d3ff;--x: 0px;--scale: 1;position:absolute;left:50%;top:50%;width:var(--ih3-cw, clamp(170px, 16vw, 430px));height:var(--ih3-card-h);margin:0;padding:0;border:none;background:transparent;cursor:pointer;outline:none;transform:translate3d(calc(-50% + var(--x)),-50%,0) scale(var(--scale));transform-origin:center;transition:transform .78s cubic-bezier(.16,.8,.2,1),opacity .52s ease;will-change:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ih3-act-card:nth-child(1){--accent: #ffb326}.ih3-act-card:nth-child(2){--accent: #b946ff}.ih3-act-card:nth-child(3){--accent: #28d4ff}.ih3-act-card:nth-child(4){--accent: #ff4967}.ih3-act-card:nth-child(5){--accent: #00e0ad}.ih3-act-card[data-pos="0"]{--x: 0px;--scale: 1;z-index:50}.ih3-act-card[data-pos="-1"]{--x: calc(0px - var(--ih3-side-1));--scale: .9;z-index:35}.ih3-act-card[data-pos="1"]{--x: var(--ih3-side-1);--scale: .9;z-index:35}.ih3-act-card[data-pos="-2"]{--x: calc(0px - var(--ih3-side-2));--scale: .77;z-index:20}.ih3-act-card[data-pos="2"]{--x: var(--ih3-side-2);--scale: .77;z-index:20}.ih3-act-card.is-warp{transition:none}.ih3-act-card:focus-visible{outline:none}.ih3-act-card-shell{position:relative;width:100%;height:100%;max-height:100%;box-sizing:border-box;overflow:hidden;border:none;border-radius:0;clip-path:polygon(14px 0,calc(100% - 32px) 0,100% 32px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px),0 14px);background:linear-gradient(145deg,color-mix(in srgb,var(--accent),#fff 42%),var(--accent) 15%,color-mix(in srgb,var(--accent),transparent 72%) 36%,rgba(255,255,255,.08) 53%,var(--accent) 80%,color-mix(in srgb,var(--accent),#fff 34%));filter:drop-shadow(0 26px 38px rgba(0,0,0,.62)) drop-shadow(0 0 5px color-mix(in srgb,var(--accent),transparent 15%));transition:filter .28s ease}.ih3-act-card-visual{position:absolute;z-index:2;top:0;left:0;right:0;height:calc(var(--ih3-cw) - 4px);flex:none;min-height:0;overflow:hidden;background:#080d13;clip-path:polygon(12px 0,calc(100% - 30px) 0,100% 30px,100% 100%,0 100%,0 12px)}.ih3-act-card-visual img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.001);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;-webkit-user-drag:none}.ih3-act-card-visual>i{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:42px;color:var(--accent)}.ih3-act-card-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;background:linear-gradient(125deg,rgba(255,255,255,.03),transparent 17%,transparent 84%)}.ih3-act-card-visual:after{display:none}.ih3-card-shine{position:absolute;z-index:60;pointer-events:none;top:-42%;left:-80%;width:42%;height:185%;opacity:0;transform:rotate(16deg);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.015) 18%,color-mix(in srgb,var(--accent),transparent 77%) 40%,rgba(255,255,255,.48) 50%,color-mix(in srgb,var(--accent),transparent 76%) 60%,rgba(255,255,255,.015) 82%,transparent 100%);animation:none}.ih3-act-card[data-pos="0"] .ih3-card-shine{opacity:.36;animation:ih3CenterCardShine 4.8s cubic-bezier(.45,0,.25,1) infinite}.ih3-act-card:hover .ih3-card-shine{opacity:.44;animation:ih3HoverCardShine 1.1s cubic-bezier(.2,.65,.25,1) 1 both}@keyframes ih3CenterCardShine{0%,58%{left:-80%}82%,to{left:135%}}@keyframes ih3HoverCardShine{0%{left:-80%;opacity:0}12%{opacity:.44}78%{opacity:.44}to{left:135%;opacity:0}}.ih3-card-info{position:absolute;z-index:15;top:calc(var(--ih3-cw) - 4px);left:0;right:0;bottom:0;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:21px 20px 13px 24px;background:radial-gradient(circle at 0% 25%,color-mix(in srgb,var(--accent),transparent 82%),transparent 45%),linear-gradient(135deg,#121b27fe,#080d14fe 50%,#04080d);border-top:1px solid color-mix(in srgb,var(--accent),transparent 36%);clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px))}.ih3-card-info:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;pointer-events:none;background:linear-gradient(90deg,var(--accent),rgba(255,255,255,.4) 40%,transparent 85%);box-shadow:0 0 7px color-mix(in srgb,var(--accent),transparent 35%)}.ih3-card-info:after{content:"";position:absolute;left:10px;bottom:18px;width:3px;height:34px;border-radius:10px;pointer-events:none;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent),transparent 75%));box-shadow:0 0 8px var(--accent)}.ih3-card-name{position:relative;z-index:2;display:block;width:100%;min-width:0;margin:0;color:#fff;font-size:clamp(17px,1.45vw,21px);line-height:1.1;font-weight:800;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 12px rgba(0,0,0,.3)}.ih3-card-subtitle{position:relative;z-index:2;display:-webkit-box;width:100%;margin-top:5px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#e2edf8b3;font-size:clamp(10px,.8vw,12px);line-height:1.45;font-weight:500}.ih3-card-badge{position:absolute;z-index:75;top:calc(var(--ih3-cw) - 20px);left:14px;right:auto;width:auto;min-width:0;height:auto;padding:1.5px;overflow:hidden;border:none;border-radius:0;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);background:linear-gradient(135deg,color-mix(in srgb,var(--accent),#fff 28%),var(--accent) 35%,var(--accent) 100%);box-shadow:0 7px 17px #0006,0 0 7px color-mix(in srgb,var(--accent),transparent 20%),0 0 14px color-mix(in srgb,var(--accent),transparent 60%)}.ih3-card-badge-inner{position:relative;min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px 13px 6px 10px;overflow:hidden;color:#fff;font-size:9px;line-height:1;font-weight:850;letter-spacing:.095em;text-transform:uppercase;white-space:nowrap;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);background:radial-gradient(circle at 5% 50%,color-mix(in srgb,var(--accent),transparent 80%),transparent 42%),linear-gradient(135deg,color-mix(in srgb,var(--accent),#111820 90%),#05090ffe);box-shadow:inset 0 0 8px #00000040;backdrop-filter:blur(12px) saturate(1.3);-webkit-backdrop-filter:blur(12px) saturate(1.3)}.ih3-card-badge-inner:after{content:"";position:absolute;left:-16px;top:50%;width:45px;height:45px;transform:translateY(-50%);border-radius:50%;background:var(--accent);opacity:.12;filter:blur(12px);pointer-events:none}.ih3-card-badge-dot{position:relative;z-index:3;width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--accent);box-shadow:0 0 3px #fff,0 0 6px var(--accent),0 0 11px var(--accent)}.ih3-card-badge-text{position:relative;z-index:3;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.65)}.ih3-act-card[data-pos="0"] .ih3-card-badge{box-shadow:0 7px 17px #0000006b,0 0 8px var(--accent),0 0 17px color-mix(in srgb,var(--accent),transparent 54%)}.ih3-act-card:hover .ih3-act-card-shell{filter:drop-shadow(0 26px 38px rgba(0,0,0,.64)) drop-shadow(0 0 8px var(--accent)) drop-shadow(0 0 18px color-mix(in srgb,var(--accent),transparent 52%))}.ih3-act-card[data-pos="0"]:hover .ih3-act-card-shell{filter:drop-shadow(0 30px 46px rgba(0,0,0,.7)) drop-shadow(0 0 10px var(--accent)) drop-shadow(0 0 30px color-mix(in srgb,var(--accent),transparent 34%))}@media (prefers-reduced-motion: reduce){.ih3-act-card{transition:none}.ih3-card-shine{animation:none!important;opacity:0!important}}.ih3-trust{max-width:1550px;margin:16px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.ih3-trust-item{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:10px;background:var(--bg-panel, #1a1b22);border:1px solid var(--border);font-size:13px;font-weight:700;color:var(--text-main, var(--text))}.ih3-trust-item i{color:var(--primary);font-size:18px}.ih3-bento{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;gap:14px}.ih3-bento-main{grid-row:1 / 3;background:var(--bg-panel, #1a1b22);border:1px solid var(--border);border-radius:10px;padding:28px;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.ih3-bento-side{background:var(--bg-panel, #1a1b22);border:1px solid var(--border);border-radius:10px;padding:22px;min-height:132px;display:flex;flex-direction:column;justify-content:space-between}.ih3-bento-main h3,.ih3-bento-side h3{margin:0;font-size:22px;line-height:1.25}.ih3-bento-main p,.ih3-bento-side p{margin:10px 0 0;color:var(--text-muted);font-size:13px;line-height:1.55}.ih3-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ih3-product-card{display:grid;grid-template-columns:88px 1fr auto;gap:16px;align-items:center;padding:18px 20px;border-radius:10px;background:var(--bg-panel, #1a1b22);border:1px solid var(--border);transition:border-color .2s}.ih3-product-card:hover{border-color:var(--box-hover-border, var(--border))}.ih3-product-icon{width:72px;height:72px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:var(--bg-dark, var(--bg));border:1px solid var(--border);font-size:34px}.ih3-product-card h3{margin:0 0 6px;font-size:15px}.ih3-product-card .price{font-size:16px;font-weight:800;color:var(--primary)}.ih3-latest-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:8px}.ih3-latest-card{flex:0 0 min(320px,85vw);padding:18px;border-radius:10px;background:var(--bg-panel, #1a1b22);border:1px solid var(--border)}.ih3-latest-card h4{margin:0 0 8px;font-size:15px}.ih3-latest-card .price{font-size:18px;font-weight:800;color:var(--primary);margin-bottom:12px}.ih3-cta{max-width:1550px;margin:48px auto 0;padding:36px 40px;border-radius:10px;background:var(--bg-panel, #1a1b22);border:1px solid var(--border);text-align:center}.ih3-cta h2{margin:0 0 10px;font-size:clamp(24px,3vw,34px);color:var(--text-main, var(--text))}.ih3-cta p{margin:0 auto 20px;max-width:620px;color:var(--text-muted);line-height:1.6}.ih3-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}@media (max-width: 1024px){.ih2-hero{grid-template-columns:1fr;height:auto;min-height:0;max-height:none}.ih2-hero-main{height:auto;aspect-ratio:1600 / 850}.ih2-hero-side{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto;height:auto;gap:8px}.ih2-hero-side-item{aspect-ratio:4 / 1}.ih2-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.ih2-hot-grid,.ih2-latest-grid{grid-template-columns:1fr 1fr}.ih2-product-grid,.ih3-trust{grid-template-columns:repeat(2,minmax(0,1fr))}.ih3-hero{grid-template-columns:1fr;--ihome-banner-height: clamp(360px, 31vw, 470px);height:auto;min-height:var(--ihome-banner-height);max-height:none}.ih3-hero-cards{order:-1}.ih3-hero-copy{order:0;min-height:0;height:auto;padding:0;gap:0;justify-content:center;text-align:center;align-items:center}.ih3-hero-content{justify-content:flex-start;align-items:center;width:100%}.ih3-hero-headline{white-space:normal}.ih3-hero-desc{margin-left:auto;margin-right:auto;text-align:center}.ih3-hero-actions{padding-top:0;display:flex;justify-content:center;width:100%}.ih3-hero-cards{height:var(--ihome-banner-height);min-height:var(--ihome-banner-height);max-height:var(--ihome-banner-height);justify-content:center;overflow:visible}.ih3-card-stage{height:max(var(--ihome-banner-height),var(--ih3-card-h));min-height:max(var(--ihome-banner-height),var(--ih3-card-h));max-height:none;overflow:visible;--ih3-info-h: 112px;--ih3-cw: min(48vw, 285px);--ih3-side-1: calc(24vw * var(--ih3-fan, 1));--ih3-side-2: calc(44vw * var(--ih3-fan, 1));width:100%;max-width:100%;margin-right:0;transform:translate(calc(var(--ih3-cw) * .48 * var(--ih3-fan, 1) * var(--ih3-shift, 0)))}.ih3-act-card{width:var(--ih3-cw, min(48vw, 285px));height:var(--ih3-card-h);max-height:none}.ih3-act-card-shell{height:100%;max-height:100%}.ih3-act-card[data-pos="-2"]{--scale: .68}.ih3-act-card[data-pos="-1"]{--scale: .79}.ih3-act-card[data-pos="0"]{--scale: 1}.ih3-act-card[data-pos="1"]{--scale: .79}.ih3-act-card[data-pos="2"]{--scale: .68}.ih3-bento{grid-template-columns:1fr}.ih3-bento-main{grid-row:auto;min-height:220px}.ih3-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (max-width: 640px){.ih2-stats{grid-template-columns:1fr 1fr}.ih2-hot-grid,.ih2-product-grid,.ih2-latest-grid,.ih3-trust{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ih3-product-card{grid-template-columns:1fr;gap:8px}.ih3-product-card .btn{grid-column:1 / -1}}@keyframes ihLatestCardIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ihLatestOrderArrow{0%,to{transform:translate(0)}50%{transform:translate(3px)}}.reseller-verified-badge{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#10b981;background:#10b9811a;border:1px solid rgba(16,185,129,.2);padding:4px 12px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease}.reseller-verified-badge i{font-size:15px}.ihome-page .official-seller-section{background:transparent;border:none;box-shadow:none;border-radius:0;overflow:visible}.os-reseller-container{-webkit-mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent);mask-image:linear-gradient(90deg,transparent,#000 40px,#000 calc(100% - 40px),transparent);padding:4px 0}.os-reseller-track{display:inline-flex;gap:14px;animation:scroll var(--os-marquee-speed, 40s) linear infinite}.os-textbar{border-radius:var(--radius-lg, 10px);border:1px solid var(--border);background:var(--bg-panel);overflow:hidden;box-shadow:0 2px 12px #0000001f}html:not(.dark) .os-textbar{box-shadow:0 1px 2px #0f172a0d}.os-textbar .marquee-container{padding:14px 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 34px,#000 calc(100% - 34px),transparent);mask-image:linear-gradient(90deg,transparent,#000 34px,#000 calc(100% - 34px),transparent)}.os-textbar-track{gap:0;align-items:center}.os-textbar .m-item{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:0 26px;font-family:Rajdhani,Inter,sans-serif;font-size:17px;font-weight:700;letter-spacing:.04em;color:var(--text-main);white-space:nowrap}.os-textbar .m-item i{font-size:18px;color:var(--primary)}.os-textbar .m-item img{height:20px;width:auto;max-width:72px;-o-object-fit:contain;object-fit:contain;border-radius:4px}.section-container.marquee-section.os-textbar{display:flex;align-items:stretch;gap:16px;padding:10px 14px;border:1px solid #2a303c;border-radius:10px;background:#10151b;box-shadow:none}.os-textbar-intro{display:flex;flex-direction:column;justify-content:center;flex-shrink:0;gap:3px;padding:0 18px 0 2px;border-right:1px solid #303341}.os-textbar-intro__title{color:#e6ebf1;font-size:13px;font-weight:700}.os-textbar-intro__sub{color:#929ca7;font-size:10px}.os-textbar .marquee-container.os-reseller-container{min-width:0;padding:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent)}.os-textbar .os-textbar-track{gap:10px;padding-right:10px}.os-textbar .m-item{justify-content:center;min-height:38px;padding:0 18px;gap:8px;border:1px solid #2a303c;border-radius:8px;background:#181d27;color:#cbd2dc;font-family:inherit;font-size:13px;font-weight:650;letter-spacing:0;line-height:1.4;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.os-textbar .m-item i{display:inline-flex;align-items:center;justify-content:center;flex:0 0 24px;width:24px;height:24px;border:0;background:transparent;font-size:16px}.os-textbar .m-item:hover{border-color:#6d28d973;background:#6d28d91f;color:#ede9fe}.os-textbar .os-reseller-container:is(:hover,:focus-within) .os-textbar-track{animation-play-state:paused}html[data-mode=light] .section-container.marquee-section.os-textbar{border-color:var(--border);background:var(--bg-panel)}html[data-mode=light] .os-textbar-intro{border-right-color:var(--border)}html[data-mode=light] .os-textbar-intro__title{color:var(--text-main)}html[data-mode=light] .os-textbar-intro__sub{color:var(--text-muted)}html[data-mode=light] .os-textbar .m-item{border-color:var(--border);background:var(--bg-card);color:var(--text-main)}html[data-mode=light] .os-textbar .m-item:hover{border-color:rgba(var(--theme-accent-rgb),.45);background:rgba(var(--theme-accent-rgb),.1);color:var(--text-main)}@media (max-width: 768px){.os-textbar-intro{display:none!important}}.os-reseller-container:hover .os-reseller-track{animation-play-state:paused}.os-reseller-card{width:180px;flex:0 0 180px;height:190px;border-radius:10px;overflow:hidden;border:1px solid var(--border, rgba(255, 255, 255, .08));background:linear-gradient(135deg,var(--bg-elevated),var(--bg-dark));display:flex;flex-direction:column;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.os-reseller-card:hover{border-color:color-mix(in srgb,var(--theme-accent, #38bdf8) 45%,var(--border));box-shadow:0 8px 26px #00000059;transform:translateY(-2px)}html:not(.dark) .os-reseller-card{background:var(--bg-panel, #fefefe);border-color:#0f172a14;box-shadow:0 1px 2px #0f172a0d}html:not(.dark) .os-reseller-card:hover{box-shadow:0 10px 24px -10px #0f172a2e}html:not(.dark) .os-reseller-card__img{background:color-mix(in srgb,var(--text-main) 3%,transparent)}.os-reseller-card__img{height:140px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--text-main) 4%,transparent)}.os-reseller-card__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.os-reseller-card__img i{font-size:44px;color:var(--text-muted)}.os-reseller-card__name{flex:1;display:flex;align-items:center;justify-content:center;padding:0 10px;font-size:13px;font-weight:700;color:var(--text-main);text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@keyframes ihFeaturedCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes ihPremiumCardIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){:is(.xhome,.xhome-order) .product-grid--six{grid-template-columns:1fr;gap:10px}:is(.xhome,.xhome-order) .product-grid--six .product-card{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 14px;border-radius:10px}:is(.xhome,.xhome-order) .product-grid--six .p-card-visual{width:64px;height:64px;aspect-ratio:auto;border-radius:10px;border:1px solid var(--border);box-shadow:0 2px 10px #0f172a1a;display:flex;align-items:center;justify-content:center}:is(.xhome,.xhome-order) .product-grid--six .p-card-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}:is(.xhome,.xhome-order) .product-grid--six .p-card-badge{top:3px;left:3px;padding:2px 5px;font-size:8px}:is(.xhome,.xhome-order) .product-grid--six .p-card-body{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title  action" "meta   action";align-items:center;-moz-column-gap:12px;column-gap:12px;row-gap:4px;padding:0;background:none;grid-column:2 / span 2}:is(.xhome,.xhome-order) .product-grid--six .p-card-title{grid-area:title;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:0;padding-bottom:0;border-bottom:none;font-size:14px;line-height:1.3}:is(.xhome,.xhome-order) .product-grid--six .p-card-meta{grid-area:meta;justify-content:flex-start;margin-top:0;gap:10px}:is(.xhome,.xhome-order) .product-grid--six .p-card-meta .p-card-price{font-size:15px}:is(.xhome,.xhome-order) .product-grid--six .p-card-time{font-size:9.5px}:is(.xhome,.xhome-order) .product-grid--six .p-card-action{grid-area:action;width:auto;margin-top:0}:is(.xhome,.xhome-order) .product-grid--six .p-card-order-btn{width:auto;min-height:30px;padding:0 12px;font-size:10.5px}}body.xh-scroll-below-nav .eye-bar-strip{position:absolute;top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px));left:0;right:0}.bf-offer-btn{padding:0 12px;font-size:10.5px}.ihome-page{max-width:1550px;margin-left:auto;margin-right:auto;padding-left:14px;padding-right:14px}@media (max-width: 768px){.ihome-page{padding-left:12px;padding-right:12px}}.ihome-empty-hint{display:flex;align-items:center;gap:14px;padding:20px 22px;border-radius:10px;border:1px dashed color-mix(in srgb,var(--primary) 40%,var(--border));background:color-mix(in srgb,var(--primary) 6%,transparent);color:var(--text-muted)}.ihome-empty-hint i{font-size:26px;color:var(--primary);flex-shrink:0}.ihome-empty-hint p{margin:0;font-size:13px;line-height:1.5}@media (max-width: 520px){.bf-mini-label{font-size:9px!important}.bf-countdown__label{font-size:8.5px!important}.bf-countdown__live{font-size:8px!important}.bf-countdown__unit span{font-size:7.5px!important}.bf-offer-off,.bf-offer-was{font-size:8.5px!important}.bf-offer-was:before{font-size:7px!important}.bf-offer-btn{min-width:78px!important;min-height:36px!important;padding:0 10px!important;font-size:9.5px!important;touch-action:manipulation}.ih3-hero-kicker-text{font-size:8.5px!important}.ih3-hero-desc{font-size:11px!important;line-height:1.55!important}.ih3-hero-cta{min-height:44px!important;font-size:12px!important}}@media (max-width: 480px){:is(.xhome,.xhome-order) .product-grid--six .product-card{grid-template-columns:56px minmax(0,1fr)!important;gap:10px!important;padding:10px 12px!important}:is(.xhome,.xhome-order) .product-grid--six .p-card-body{grid-template-columns:1fr!important;grid-template-areas:"title" "meta" "action"!important;row-gap:6px!important;grid-column:2 / span 1!important}:is(.xhome,.xhome-order) .product-grid--six .p-card-title{white-space:normal!important;line-clamp:2!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important}:is(.xhome,.xhome-order) .product-grid--six .p-card-action{width:100%!important}:is(.xhome,.xhome-order) .product-grid--six .p-card-order-btn{width:100%!important;min-height:34px!important;justify-content:center!important;font-size:11px!important}}@media (min-width: 641px) and (max-width: 1024px){.ihome-page{padding-left:16px!important;padding-right:16px!important}}@media (max-width: 768px){html,body{overflow-x:hidden!important;max-width:100vw!important}.ih3-hero,#ihome-theme-3 .ih3-hero{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;min-height:0!important;height:auto!important;max-height:none!important;gap:14px!important;padding:14px 12px 0!important;margin-top:0!important;margin-bottom:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow:hidden!important}.ih3-hero-copy{order:1!important;width:100%!important;max-width:100%!important;text-align:center!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important}.ih3-hero-cards{order:0!important;height:auto!important;min-height:0!important;max-height:none!important;margin-top:8px!important;margin-bottom:0!important;padding:0!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;box-sizing:border-box!important}.ih3-hero-cards:empty,.ih3-hero-cards:not(:has(*)){display:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important}.ihome-block[data-hb-key=hero]{margin-bottom:4px!important}.ihome-block[data-hb-key=marquee],.ihome-block[data-hb-key=ticker]{margin-top:0!important;margin-bottom:10px!important}.ih3-card-stage{--ih3-info-h: 76px !important;--ih3-cw: min(52vw, 190px) !important;--ih3-card-h: calc(var(--ih3-cw) + var(--ih3-info-h)) !important;display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:10px!important;width:100%!important;max-width:100%!important;height:calc(var(--ih3-card-h) + 12px)!important;min-height:calc(var(--ih3-card-h) + 12px)!important;max-height:none!important;padding:4px 6px 10px!important;transform:none!important;justify-content:flex-start!important;box-sizing:border-box!important}.ih3-act-card{position:relative!important;left:auto!important;top:auto!important;flex:0 0 min(52vw,190px)!important;width:min(52vw,190px)!important;height:var(--ih3-card-h)!important;transform:none!important;opacity:1!important;scroll-snap-align:start;margin-right:0!important;box-sizing:border-box!important}.ih3-act-card-shell{transform:none!important}.ih3-bento,.ih-metrics-trust-grid,.ih3-trust{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin-left:0!important;margin-right:0!important;padding:4px 0 10px!important;overflow:visible!important}.ih3-bento-main,.ih3-bento-side,.ih-metrics-trust-box,.ih3-trust-item{flex:none!important;width:100%!important;max-width:100%!important;min-height:140px!important;padding:14px 12px!important;box-sizing:border-box!important;grid-row:auto!important}.ih3-bento-main h3,.ih3-bento-side h3,.ih-metrics-trust-box-title{font-size:14px!important;line-height:1.3!important}.ih3-bento-main p,.ih3-bento-side p,.ih-metrics-trust-box-desc{font-size:11px!important;line-height:1.45!important;margin-top:4px!important}.cta-banner--support{padding:16px 14px!important;border-radius:10px!important;background:linear-gradient(135deg,#141923f5,#0b0f16fc)!important;border:1px solid rgba(139,92,246,.22)!important;box-shadow:0 8px 30px #0006!important;margin-top:14px!important;margin-bottom:14px!important}.cta-support-top{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:0!important;background:transparent!important}.cta-support-left{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}.cta-support-icon-wrap{flex-shrink:0!important}.cta-support-icon{width:44px!important;height:44px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#8b5cf633,#6d28d94d)!important;border:1px solid rgba(139,92,246,.35)!important}.cta-support-icon i{font-size:22px!important;color:#a78bfa!important}.cta-support-meta{flex:1!important;min-width:0!important}.cta-support-title-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:2px!important;width:100%!important}.cta-support-title{font-size:15px!important;font-weight:700!important;color:#f1f5f9!important;margin:0!important}.cta-support-badge{padding:3px 8px!important;font-size:10px!important;font-weight:700!important;border-radius:10px!important;flex-shrink:0!important}.cta-support-sub{font-size:11.5px!important;line-height:1.4!important;color:#94a3b8d9!important;margin:0!important}.cta-support-right{width:100%!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;margin-top:4px!important}.cta-support-btn{width:100%!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;font-size:13px!important;font-weight:700!important;border-radius:10px!important;background:linear-gradient(135deg,#8b5cf6,#6d28d9)!important;box-shadow:0 4px 18px #6d28d959!important;color:#fff!important;touch-action:manipulation}.cta-support-hours{text-align:center!important;font-size:10.5px!important;font-weight:500!important;color:#94a3b8b3!important;margin-top:4px!important;width:100%!important}.cta-support-bottom{flex-direction:column!important;gap:10px!important;padding-top:12px!important;margin-top:10px!important;border-top:1px solid rgba(255,255,255,.08)!important}.cta-support-row{width:100%!important;flex-direction:column!important;align-items:flex-start!important;gap:6px!important}.cta-join-links{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))!important;gap:8px!important;width:100%!important}.cta-join-link{justify-content:center!important;min-height:36px!important;font-size:11px!important;border-radius:8px!important}}@media (max-width: 768px){.ih-mobile-slider{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;gap:12px!important;width:100%!important;padding:6px 4px 14px!important;box-sizing:border-box!important;scroll-behavior:smooth}.ih-mobile-slider .product-card,.product-grid--six .product-card,.product-grid .product-card{flex:0 0 min(72vw,245px)!important;width:min(72vw,245px)!important;max-width:min(72vw,245px)!important;scroll-snap-align:start;display:flex!important;flex-direction:column!important;border-radius:10px!important;overflow:hidden!important;border:1px solid rgba(120,130,170,.28)!important;background:linear-gradient(145deg,#1b222d,#141922)!important;box-shadow:0 6px 18px #00000040!important;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease!important;margin:0!important}.ih-mobile-slider .p-card-visual,.product-grid--six .p-card-visual{width:100%!important;height:135px!important;aspect-ratio:16 / 9!important;border-bottom:1px solid rgba(128,102,184,.25)!important;border-radius:0!important;position:relative!important;overflow:hidden!important;background:#0e131b!important}.ih-mobile-slider .p-card-visual img,.product-grid--six .p-card-visual img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.ih-mobile-slider .p-card-badge,.product-grid--six .p-card-badge{border-radius:6px!important;font-size:9.5px!important;font-weight:800!important;top:8px!important;left:8px!important;padding:4px 8px!important}.ih-mobile-slider .p-card-body,.product-grid--six .p-card-body{padding:12px!important;display:flex!important;flex-direction:column!important;flex:1 1 auto!important;background:transparent!important;grid-template-columns:none!important;grid-column:auto!important}.ih-mobile-slider .p-card-title,.product-grid--six .p-card-title{font-size:13.5px!important;font-weight:750!important;color:#f1f5f9!important;margin:0 0 8px!important;min-height:2.6em!important;max-height:2.6em!important;line-height:1.35!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;border-bottom:none!important;padding-bottom:0!important}.ih-mobile-slider .p-card-meta,.product-grid--six .p-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:auto!important;padding-top:8px!important;border-top:1px solid rgba(128,102,184,.25)!important;width:100%!important}.ih-mobile-slider .p-card-price,.product-grid--six .p-card-meta .p-card-price{font-size:15px!important;font-weight:850!important;color:var(--pc-accent, #20d9a3)!important}.ih-mobile-slider .p-card-time,.product-grid--six .p-card-time{font-size:10.5px!important;color:#94a3b8!important;font-weight:600!important}.ih-mobile-slider .p-card-action,.product-grid--six .p-card-action{margin-top:10px!important;width:100%!important}.ih-mobile-slider .p-card-order-btn,.product-grid--six .p-card-order-btn{min-height:36px!important;height:36px!important;border-radius:10px!important;background:linear-gradient(135deg,var(--pc-accent, #6366f1),#8f69ff)!important;color:#fff!important;font-weight:800!important;font-size:11px!important;border:none!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:0 4px 12px color-mix(in srgb,var(--pc-accent, #6366f1) 40%,transparent)!important}.ih-mobile-slider.ih-metrics-trust-grid .ih-metrics-trust-box{flex:0 0 min(76vw,265px)!important;width:min(76vw,265px)!important;max-width:min(76vw,265px)!important;scroll-snap-align:start;border-radius:10px!important;margin:0!important}}html[data-mode=light] .ih-mobile-slider .product-card,html[data-mode=light] .product-grid--six .product-card{background:#fff!important;border-color:#cbd5e1!important;box-shadow:0 4px 14px #0000000f!important}html[data-mode=light] .ih-mobile-slider .p-card-title,html[data-mode=light] .product-grid--six .p-card-title{color:#0f172a!important}.offer-section{--bf-accent: var(--theme-accent, #6d28d9);--bf-accent-light: var(--theme-accent, #6d28d9);padding:20px;border:1px solid #252d36;border-radius:10px;background:#0b1016;box-shadow:none}.offer-section:before,.offer-section:after,.offer-section .bf-header__countdown-wrap:before,.offer-section .bf-header__countdown-wrap:after{display:none}.offer-section .bf-header{gap:18px;padding-bottom:0;border-bottom:0}.offer-section .bf-header__main{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;-moz-column-gap:10px;column-gap:10px;row-gap:5px}.offer-section .bf-mini-label{margin:0;color:var(--theme-accent, #6d28d9);font-size:9px;letter-spacing:.08em}.offer-section .bf-mini-label:before{box-shadow:none}.offer-section .bf-title,.offer-section .bf-title span{color:#f8fafc;font-size:21px;line-height:1.2;font-weight:750;letter-spacing:-.45px}.offer-section .bf-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;text-transform:none}.offer-section .bf-sub{margin:0;color:#929ca7;font-size:12px}.offer-section .bf-title .bf-title__accent{position:relative;display:inline-flex;align-items:center;overflow:hidden;padding:4px 12px;border:1px solid var(--theme-accent, #6d28d9);border-radius:8px;background:var(--theme-accent, #6d28d9);color:var(--theme-accent-contrast, #ffffff);font-size:13px;font-weight:750;letter-spacing:.06em}.offer-section .bf-title__accent:after{content:"";position:absolute;inset:0 auto 0 0;width:45%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translate(-200%) skew(-20deg);animation:offer-title-shine 3.2s ease-in-out infinite}.offer-section .bf-header__countdown-wrap{min-width:0;width:340px;max-width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #252d36;border-radius:10px;background:#10151b;box-shadow:none}.offer-section .bf-countdown{display:flex;flex-direction:row;align-items:center;gap:12px}.offer-section .bf-countdown__head{flex:0 0 auto;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;margin:0;padding-right:12px;border-right:1px solid #252d36}.offer-section .bf-countdown__timer{flex:1;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.offer-section .bf-countdown__label{color:#e6ebf1;font-size:10px;text-transform:none;letter-spacing:.01em}.offer-section .bf-countdown__label svg{color:var(--theme-accent, #6d28d9)}.offer-section .bf-countdown__live,.offer-section .bf-countdown__unit span{color:#929ca7;font-size:9px;letter-spacing:.04em}.offer-section .bf-countdown__unit{min-height:38px;border:0;border-radius:0;background:transparent;overflow:visible}.offer-section .bf-countdown__unit:after{display:none}.offer-section .bf-countdown__unit:nth-child(n+3):before{content:":";position:absolute;left:-5px;top:1px;color:#929ca7;font-size:14px;font-weight:700;line-height:18px}.offer-section .bf-countdown__unit span{margin-top:4px;font-size:8px}.offer-section .bf-countdown__unit strong{color:#f8fafc;font-size:18px;font-weight:780}.offer-section .bf-countdown__live{padding:3px 7px;border:1px solid rgba(34,197,94,.2);border-radius:5px;background:#22c55e14;color:#86efac;font-size:8px;line-height:1;letter-spacing:.06em}.offer-section .bf-countdown__live:before{background:#4ade80;box-shadow:none;animation:none}.offer-section .bf-offers-track{margin-top:18px;gap:16px}.offer-section .bf-offer-card{border:1px solid #252d36;border-radius:10px;background:#10151b;box-shadow:0 2px 8px #0000001f;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease}.offer-section .bf-offer-card:hover,.offer-section .bf-offer-card:focus-visible{border-color:#6d28d9ad;box-shadow:0 3px 10px #00000024}.offer-section .bf-offer-card:focus-visible{outline:2px solid var(--theme-accent, #6d28d9);outline-offset:3px}.offer-section .bf-offer-visual{height:195px;aspect-ratio:auto;border-bottom:1px solid #232b34;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)}.offer-section .bf-offer-off{min-height:24px!important;padding:0 8px!important;border:1px solid rgba(251,146,60,.6);border-radius:6px!important;background:linear-gradient(135deg,#c2410c,#dc2626);color:#fff;font-size:11px!important}.offer-section .bf-offer-body{padding:14px;background:transparent}.offer-section .bf-offer-name{color:#e6ebf1;font-size:15px;line-height:1.42;font-weight:680;letter-spacing:-.16px;min-height:43px;max-height:43px}.offer-section .bf-offer-card:hover .bf-offer-name{color:var(--xh-title-hover)}.offer-section .bf-offer-line{margin:13px 0 11px;background:#252d36}.offer-section .bf-offer-foot{flex-direction:column;align-items:stretch;gap:13px}.offer-section .bf-offer-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.offer-section .bf-offer-prices{flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}.offer-section .bf-offer-now{color:#f8fafc;font-size:19px;line-height:1;font-weight:780;letter-spacing:-.5px;text-shadow:none}.offer-section .bf-offer-was{border-color:#ef444440;border-radius:6px;background:#ef444417;color:#fca5a5;font-size:11px;text-decoration:line-through;text-decoration-thickness:1px}.offer-section .bf-offer-was:before{content:none}.offer-section .bf-offer-was__value:after{background:#fca5a5}.offer-section .bf-offer-time{font-size:9px!important}.offer-section .bf-offer-btn{width:100%;min-width:0;min-height:42px;gap:7px;box-sizing:border-box;border:1px solid var(--theme-accent, #6d28d9);border-radius:8px;background:var(--theme-accent, #6d28d9);color:var(--theme-accent-contrast, #ffffff);font-size:13.5px;font-weight:750;box-shadow:0 2px 7px #6d28d91c}.offer-section .bf-offer-btn:hover,.offer-section .bf-offer-card:focus-visible .bf-offer-btn{background:var(--theme-accent-hover, #5b21b6);border-color:var(--theme-accent-hover, #5b21b6)}.offer-section .bf-offer-arrow{width:14px;height:14px}@media (min-width: 769px){.offer-section .bf-offers-track{grid-template-columns:repeat(5,minmax(0,1fr))}.offer-section .bf-offer-card:nth-child(n+6){display:none}}@media (min-width: 769px) and (max-width: 1100px){.offer-section .bf-offers-track{grid-template-columns:repeat(3,minmax(0,1fr))}.offer-section .bf-offer-card:nth-child(n+4){display:none}}@media (max-width: 800px){.offer-section .bf-header__countdown-wrap{width:100%;max-width:100%;box-sizing:border-box}}@media (max-width: 520px){.offer-section{padding:12px}.offer-section .bf-countdown{gap:8px}.offer-section .bf-countdown__head{padding-right:8px}.offer-section .bf-countdown__label{gap:4px;font-size:9px;white-space:nowrap}.offer-section .bf-countdown__label svg{width:11px;height:11px}.offer-section .bf-countdown__timer{gap:4px}.offer-section .bf-countdown__unit span{font-size:7px;letter-spacing:0}.offer-section .bf-offers-track{gap:10px}.offer-section .bf-offer-body{padding:10px}.offer-section .bf-offer-visual{height:160px}.offer-section .bf-offer-name{font-size:13px;min-height:37px;max-height:37px}.offer-section .bf-offer-btn{font-size:12px}}@media (prefers-reduced-motion: reduce){.offer-section .bf-title__accent:after{animation:none}}html[data-mode=light] .offer-section{border-color:var(--border);background:var(--bg-panel)}html[data-mode=light] .offer-section .bf-title,html[data-mode=light] .offer-section .bf-title span,html[data-mode=light] .offer-section .bf-offer-now,html[data-mode=light] .offer-section .bf-countdown__unit strong{color:var(--text-main)}html[data-mode=light] .offer-section .bf-title .bf-title__accent{color:var(--theme-accent-contrast, #ffffff)}html[data-mode=light] .offer-section .bf-sub,html[data-mode=light] .offer-section .bf-countdown__unit span,html[data-mode=light] .offer-section .bf-countdown__live{color:var(--text-muted)}html[data-mode=light] .offer-section .bf-countdown__label{color:var(--text-main)}html[data-mode=light] .offer-section :is(.bf-header__countdown-wrap,.bf-offer-card){border-color:var(--border);background:var(--bg-card)}html[data-mode=light] .offer-section .bf-countdown__head{border-right-color:var(--border)}html[data-mode=light] .offer-section .bf-offer-name{color:var(--text-main)}html[data-mode=light] .offer-section .bf-offer-line{background:var(--border)}html[data-mode=light] .offer-section .bf-offer-visual{border-bottom-color:var(--border);background:var(--bg-elevated)}html[data-mode=light] .offer-section .bf-offer-card:hover{border-color:rgba(var(--theme-accent-rgb),.68)}.ihome-page .section-container.reseller-section{--reseller-visible: 7;--reseller-gap: 12px;width:100%;min-width:0;box-sizing:border-box;padding:15px;border:1px solid #252d36;border-radius:10px;background:#0d1218}.reseller-section *{box-sizing:border-box}.reseller-section .reseller-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #252d36}.reseller-section .reseller-heading{display:flex;align-items:center;gap:10px;min-width:0}.reseller-section .reseller-section-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(var(--theme-accent-rgb, 139, 92, 246),.25);border-radius:8px;background:rgba(var(--theme-accent-rgb, 109, 40, 217),.1);color:var(--theme-accent, #a78bfa)}.reseller-section h2{margin:0;color:#f8fafc;font-size:18px;font-weight:650;line-height:1.3;letter-spacing:-.02em}.reseller-section .reseller-header svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.reseller-section .reseller-section-icon svg{width:20px;height:20px}.reseller-section .reseller-controls{display:flex;align-items:center;flex-shrink:0;gap:6px}.reseller-section .reseller-control{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #303844;border-radius:6px;background:#181e28;color:#b8c1ce;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.reseller-section .reseller-control:hover{border-color:var(--theme-accent-hover, #8b5cf6);background:var(--theme-accent, #6d28d9);color:#fff}.reseller-section :is(.reseller-control,.reseller-viewport):focus-visible{outline:2px solid var(--theme-accent, #a78bfa);outline-offset:3px}.reseller-section .reseller-viewport{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:2px}.reseller-section .reseller-track{display:flex;gap:var(--reseller-gap);width:100%}.reseller-section .reseller-track:after{content:"";flex:0 0 2px}.reseller-section .reseller-card{flex:0 0 calc((100% - (var(--reseller-visible) - 1) * var(--reseller-gap)) / var(--reseller-visible));min-width:0;margin:0;overflow:hidden;scroll-snap-align:start;border:1px solid #252d36;border-radius:8px;background:#12171d;box-shadow:0 2px 8px #0000001f;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.reseller-section .reseller-card:hover{border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.68);box-shadow:0 3px 10px #00000024}.reseller-section .reseller-image{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1.12;margin:0;overflow:hidden;border-bottom:1px solid #232b34;background:#0d1217}.reseller-section .reseller-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease}.reseller-section .reseller-card:hover .reseller-image img{transform:scale(1.06)}.reseller-section .reseller-image .media-placeholder{color:#46515e;font-size:48px;transition:color .22s ease,opacity .22s ease}.reseller-section .reseller-card:hover .media-placeholder{color:var(--theme-accent, #6d28d9);opacity:1}.reseller-section .reseller-name{margin:0;padding:12px 10px;border-radius:0;background:#12171d;color:#e8edf5;font-size:13px;font-weight:600;line-height:18px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:background-color .25s ease,color .25s ease}.reseller-section .reseller-verified-badge{flex-shrink:0}@media (max-width: 1280px){.ihome-page .section-container.reseller-section{--reseller-visible: 5}}@media (max-width: 900px){.ihome-page .section-container.reseller-section{--reseller-visible: 4}}@media (max-width: 650px){.ihome-page .section-container.reseller-section{--reseller-visible: 4;--reseller-gap: 8px;padding:10px}.reseller-section .reseller-header{gap:8px;margin-bottom:12px;padding-bottom:12px}.reseller-section .reseller-heading{gap:7px}.reseller-section .reseller-section-icon{width:28px;height:28px;flex-basis:28px;border-radius:6px}.reseller-section .reseller-section-icon svg{width:17px;height:17px}.reseller-section h2{font-size:13px}.reseller-section .reseller-controls{gap:4px}.reseller-section .reseller-control{width:27px;height:28px}.reseller-section .reseller-name{padding:10px 8px;font-size:12px}}@media (max-width: 360px){.reseller-section .reseller-section-icon{display:none}}@media (prefers-reduced-motion: reduce){.reseller-section :is(.reseller-card,.reseller-control){transition:none}}html[data-mode=light] .reseller-section{border-color:var(--border);background:var(--bg-panel)}html[data-mode=light] .reseller-section .reseller-header{border-bottom-color:var(--border)}html[data-mode=light] .reseller-section h2{color:var(--text-main)}html[data-mode=light] .reseller-section .reseller-control{border-color:var(--border);background:var(--bg-card);color:var(--text-muted)}html[data-mode=light] .reseller-section .reseller-card{border-color:var(--border);background:var(--bg-card)}html[data-mode=light] .reseller-section .reseller-image{border-bottom-color:var(--border);background:var(--bg-elevated)}html[data-mode=light] .reseller-section .reseller-image .media-placeholder{color:var(--text-muted-2, #94a3b8)}html[data-mode=light] .reseller-section .reseller-name{background:#fff;color:#0f172a}html[data-mode=light] .reseller-section .reseller-card:hover .media-placeholder{color:var(--theme-accent, #6d28d9)}@media (max-width: 640px){.reseller-section .reseller-image .media-placeholder{font-size:28px}.reseller-section .reseller-name{padding:6px 3px;font-size:10.5px;line-height:1.25}}@media (prefers-reduced-motion: reduce){.reseller-section .reseller-image :is(img,.media-placeholder){transition:none}.reseller-section .reseller-card:hover .reseller-image img{transform:none}}.ihome-page .home-service-tabs{--catalog-line: #252d36;--catalog-card: #10161c;--catalog-image: #0d1217;--catalog-text: #e8edf5}html[data-mode=light] .home-service-tabs{--catalog-line: #d8dee6;--catalog-card: #fff;--catalog-image: #f8fafc;--catalog-text: #0f172a}.home-service-tabs__header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--catalog-line);margin-bottom:18px}.home-service-tabs__list{display:flex;gap:28px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.home-service-tabs__list::-webkit-scrollbar{display:none}.home-service-tabs__list button{position:relative;flex-shrink:0;padding:0 0 16px;border:0;border-bottom:3px solid transparent;background:transparent;color:#929ca7;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.home-service-tabs__list button[aria-selected=true]{color:var(--catalog-text);border-bottom-color:var(--theme-accent, #6d28d9)}.home-service-tabs__header .view-all{flex-shrink:0;font-size:12px;padding-bottom:16px}.home-service-tabs [role=tabpanel][hidden]{display:none}.home-service-tabs :is(button,[role=tabpanel]):focus-visible{outline:2px solid var(--theme-accent, #6d28d9);outline-offset:3px}.ihome-page .home-service-tabs .product-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}.ihome-page .home-service-tabs .product-card{display:flex!important;flex-direction:column!important;border:1px solid var(--catalog-line)!important;border-radius:10px!important;background:var(--catalog-card)!important;box-shadow:none!important;padding:0!important;margin:0!important;min-width:0;text-decoration:none}.ihome-page .home-service-tabs .product-card:hover{border-color:var(--theme-accent, #6d28d9)!important}.ihome-page .home-service-tabs .p-card-visual{width:100%!important;height:195px!important;aspect-ratio:auto!important;background:var(--catalog-image)!important;border-bottom:1px solid var(--catalog-line)!important}.ihome-page .home-service-tabs .p-card-visual-fallback{font-size:60px;color:#46515e;opacity:1}.ihome-page .home-service-tabs .p-card-body{display:flex!important;flex-direction:column!important;padding:8px 12px 16px!important;background:var(--catalog-card)!important}.ihome-page .home-service-tabs .p-card-title{font-size:12px!important;line-height:16px!important;font-weight:700!important;color:var(--catalog-text)!important;min-height:32px!important;max-height:32px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;line-clamp:2;margin:0 0 8px!important;padding:0!important;border:0!important}.ihome-page .home-service-tabs .p-card-meta{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:6px;margin-top:0!important;padding:8px 0 0!important;border:0!important;border-top:1px solid var(--catalog-line)!important}.ihome-page .home-service-tabs .p-card-price{font-size:20px!important;line-height:25px!important;font-weight:800!important;color:var(--catalog-text)!important}.ihome-page .home-service-tabs .p-card-time{padding:6px 8px!important;border-radius:6px!important;background:#ff80001c!important;color:#ff8000!important;font-size:11px!important;font-weight:500!important}.ihome-page .home-service-tabs .p-card-time-icon{color:inherit}.ihome-page .home-service-tabs .p-card-time-icon svg{width:12px;height:12px}@media (max-width: 1320px){.ihome-page .home-service-tabs .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}}@media (max-width: 1080px){.ihome-page .home-service-tabs .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 640px){.home-service-tabs__list{gap:14px}.home-service-tabs__list button{font-size:11px}.home-service-tabs__header{gap:8px}.ihome-page .home-service-tabs .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.ihome-page .home-service-tabs .p-card-body{padding:8px!important}.ihome-page .home-service-tabs .p-card-price{font-size:16px!important}.ihome-page .home-service-tabs .p-card-time{font-size:9px!important;padding:5px!important}}.ihome-page .ih-metrics .ih-metrics-panel{padding:22px;background:#0b1016;border:1px solid #252d36;border-radius:10px!important;box-shadow:none}.ihome-page .ih-metrics .ih-metrics-panel:before,.ihome-page .ih-metrics .ih-metrics-panel:after,.ihome-page .ih-metrics .ih-metrics-head:after,.ihome-page .ih-metrics .ih-metrics-trust-box:before,.ihome-page .ih-metrics .ih-metrics-trust-box:after{display:none}.ihome-page .ih-metrics .ih-metrics-head{max-width:none;margin:0 0 22px;padding:0;text-align:left}.ihome-page .ih-metrics .ih-metrics-title{margin:0;color:#f8fafc;font-size:23px;font-weight:750;line-height:1.25;letter-spacing:-.5px}.ihome-page .ih-metrics .ih-metrics-title span{color:var(--theme-accent, #6d28d9)}.ihome-page .ih-metrics .ih-metrics-sub{max-width:none;margin:7px 0 0;color:#929ca7;font-size:13px;line-height:1.6}.ihome-page .ih-metrics .ih-metrics-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:0!important}.ihome-page .ih-metrics .ih-metrics-trust-box{--accent: var(--theme-accent, #6d28d9);--accent-rgb: 167, 139, 250;min-height:0!important;padding:16px!important;border:1px solid #252d36;border-radius:10px!important;background:#10151b;box-shadow:0 2px 8px #0000001f;animation:none;transition:border-color .2s ease,background-color .2s ease}.ihome-page .ih-metrics .ih-metrics-trust-box:hover{border-color:#6d28d98c;background:#121720;box-shadow:0 2px 8px #0000001f}.ihome-page .ih-metrics .ih-metrics-trust-box-mark{position:relative;inset:auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:var(--theme-accent, #6d28d9);background:#6d28d91a;border:1px solid rgba(109,40,217,.24);border-radius:8px!important;box-sizing:border-box;opacity:1;transform:none}.ihome-page .ih-metrics .ih-metrics-trust-box-mark svg{width:18px;height:18px;stroke-width:1.7}.ihome-page .ih-metrics .ih-metrics-trust-box-tag{position:absolute;top:22px;right:16px;min-height:22px;padding:0 7px;color:#b2bbc7;border:1px solid #252d36;border-radius:5px!important;background:#181e25;font-size:10px;font-weight:600;letter-spacing:0;text-transform:none;-webkit-backdrop-filter:none;backdrop-filter:none}.ihome-page .ih-metrics .ih-metrics-trust-box-tag:before{display:none}.ihome-page .ih-metrics .ih-metrics-trust-box-body{margin-top:12px}.ihome-page .ih-metrics .ih-metrics-trust-box-title{color:#e6ebf1;font-size:16px!important;line-height:1.35!important;font-weight:700;letter-spacing:-.2px}.ihome-page .ih-metrics .ih-metrics-trust-box-desc{max-width:none;margin:6px 0 0!important;color:#929ca7;font-size:12px!important;line-height:1.55!important}.ihome-page .ih-metrics .ih-metrics-trust-box-divider{margin:auto 0 10px;padding-top:12px;height:0;background:none;border-bottom:1px solid #252d36}.ihome-page .ih-metrics .ih-metrics-trust-box-foot{min-height:18px}.ihome-page .ih-metrics .ih-metrics-trust-box-status{gap:7px;color:#a8b2bf;font-size:11px;font-weight:500;line-height:1.4;letter-spacing:0;text-transform:none;white-space:normal}.ihome-page .ih-metrics .ih-metrics-trust-box-dot{width:5px;height:5px;flex:0 0 5px;background:var(--theme-accent, #6d28d9);box-shadow:none}@media (max-width: 1050px){.ihome-page .ih-metrics .ih-metrics-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 620px){.ihome-page .ih-metrics .ih-metrics-panel{padding:16px}.ihome-page .ih-metrics .ih-metrics-head{margin-bottom:18px}.ihome-page .ih-metrics .ih-metrics-title{font-size:21px}.ihome-page .ih-metrics .ih-metrics-sub{font-size:12px}.ihome-page .ih-metrics .ih-metrics-trust-grid{gap:12px!important}}@media (max-width: 520px){.ihome-page .ih-metrics .ih-metrics-trust-grid{grid-template-columns:minmax(0,1fr)!important}.ihome-page .ih-metrics .ih-metrics-trust-box{min-height:0!important;padding:16px!important}.ihome-page .ih-metrics .ih-metrics-trust-box-tag{top:22px;right:16px}}@media (prefers-reduced-motion: reduce){.ihome-page .ih-metrics .ih-metrics-trust-box{transition:none}}.ihome-page .ih-metrics .ih-metrics-trust-box-desc>span{display:block}.ihome-page .ih-metrics .ih-metrics-trust-box-desc{white-space:pre-line}.ihome-page .ih-metrics .ih-metrics-trust-box-dot{border-radius:0;animation:none}html[data-mode=light] .ihome-page .ih-metrics .ih-metrics-panel{background:#fff;border-color:#d8dee6}html[data-mode=light] .ihome-page .ih-metrics .ih-metrics-trust-box{background:#f8fafc;border-color:#d8dee6}html[data-mode=light] .ihome-page .ih-metrics :is(.ih-metrics-title,.ih-metrics-trust-box-title){color:#0f172a}html[data-mode=light] .ihome-page .ih-metrics :is(.ih-metrics-trust-box-desc,.ih-metrics-trust-box-status){color:#64748b}html[data-mode=light] .ihome-page .ih-metrics .ih-metrics-trust-box-tag{color:#475569;background:#f1f5f9;border-color:#d8dee6}html[data-mode=light] .ihome-page .ih-metrics .ih-metrics-trust-box-divider{border-color:#d8dee6}.ihome-page .ih3-hero{--hero-ref-accent: var(--theme-accent, #6d28d9)}.ihome-page .ih3-hero-kicker{width:-moz-max-content;width:max-content;min-height:28px;margin-bottom:18px;padding:6px 10px;gap:8px;border:1px solid #8b5cf64d;border-radius:6px;background:#1c142b}.ihome-page .ih3-hero-kicker-text{color:#c4b5fd;font-size:10px;font-weight:600;letter-spacing:.09em}.ihome-page .ih3-hero-kicker-square{width:6px;height:6px;flex-basis:6px;background:#a78bfa;animation:none;box-shadow:none}.ihome-page .ih3-hero-title-box{min-height:112px;padding:0}.ihome-page .ih3-hero-headline{font-size:clamp(36px,4.3vw,64px);line-height:1.14;font-weight:750;letter-spacing:-.045em;background:none;filter:none;white-space:normal}.ihome-page .ih3-hero-title-lead{display:block;margin-bottom:7px;color:var(--text-main, #e4e7ee);font-size:clamp(23px,2.15vw,32px);line-height:1.2;font-weight:500;letter-spacing:-.035em}.ihome-page .ih3-type-text{color:#8b5cf6;background:linear-gradient(100deg,var(--hero-ref-accent),#8b5cf6 48%,#c4b5fd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ihome-page .ih3-type-cursor{background:#c4b5fd;box-shadow:none}.ihome-page .ih3-hero-subtitle{margin-top:10px;min-height:44px;gap:10px}.ihome-page .ih3-hero-subtitle-text{color:#929ca7;font-size:clamp(16px,1.35vw,20px);line-height:1.4;font-weight:500;text-shadow:none}.ihome-page .ih3-hero-subtitle-rail{width:4px;height:4px;flex-basis:4px;background:#a78bfa;border-radius:50%}.ihome-page .ih3-hero-subtitle-rail:before,.ihome-page .ih3-hero-desc:before{content:none}.ihome-page .ih3-hero-desc{max-width:515px;margin:12px 0 0;padding:0;color:#96a1b0;font-size:14px;line-height:1.8;font-weight:400;border:0;box-shadow:none;background:transparent}.ihome-page .ih3-hero-cta{min-height:48px;background:var(--hero-ref-accent);border:1px solid var(--hero-ref-accent);border-radius:8px;box-shadow:none;color:#fff}.ihome-page .ih3-hero-cta:before,.ihome-page .ih3-hero-tool:before,.ihome-page .ih3-hero-tool:after{content:none}.ihome-page .ih3-hero-tool{border:1px solid #252d36;border-radius:8px;clip-path:none;box-shadow:none}.ihome-page .ih3-card-stage{perspective:none;transform-style:flat}.ihome-page .ih3-act-card{--accent: #8b5cf6;filter:none;opacity:1;transform:translate3d(calc(-50% + var(--x)),-50%,0) scale(var(--scale));transform-style:flat}.ihome-page .ih3-act-card-shell{clip-path:url(#home-hero-card-clip);background:#10151b;border:0;filter:none;box-shadow:none}.ihome-page .ih3-card-surface{top:0;right:0;bottom:0;left:0;clip-path:none;background:#10151b;filter:none}.ihome-page .ih3-card-surface:before,.ihome-page .ih3-card-surface:after,.ihome-page .ih3-card-info:after{content:none}.ihome-page .ih3-reference-outline{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:90;fill:none;stroke:#a78bfa;stroke-width:.35;pointer-events:none;overflow:visible}.ihome-page .ih3-act-card-visual{background:#0d1217;clip-path:none}.ihome-page .ih3-card-info{background:#111521;border-top:1px solid #8b5cf640}.ihome-page .ih3-card-name{color:#e8edf5;font-size:16px}.ihome-page .ih3-card-subtitle{color:#929ca7;font-size:12px}.ihome-page .ih3-card-badge,.ihome-page .ih3-card-badge-inner{clip-path:none;border-radius:6px;background:#f4a8c2;color:#321729;box-shadow:none}.ihome-page .ih3-card-badge-dot{box-shadow:none;background:currentColor}html[data-mode=light] .ihome-page .ih3-card-info{background:#f8fafc}html[data-mode=light] .ihome-page .ih3-card-name{color:#0f172a}.hot-services-section .section-header h2{display:flex;align-items:center;gap:12px;margin:0;color:#f8fafc;font-size:21px;font-weight:750;line-height:1.2;letter-spacing:-.45px}.hot-services-section .section-header h2>i{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;box-sizing:border-box;border:1px solid rgba(var(--theme-accent-rgb, 109, 40, 217),.24);border-radius:8px;background:rgba(var(--theme-accent-rgb, 109, 40, 217),.1);color:var(--theme-accent, #6d28d9);font-size:18px}.hot-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hot-service-column{min-width:0;overflow:hidden;border:1px solid #252d36;border-radius:10px;background:#10151b}.hot-service-column__head{position:relative;display:flex;align-items:center;justify-content:center;height:115px;padding:18px;box-sizing:border-box;border-bottom:1px solid #252d36;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14);text-decoration:none}.hot-service-column__head img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hot-service-column__head .media-placeholder{color:#46515e;font-size:34px;transition:color .18s ease}.hot-service-column:hover .hot-service-column__head .media-placeholder{color:var(--theme-accent, #6d28d9)}.hot-service-column__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.hot-service-column__label.is-shown{position:static;width:auto;height:auto;margin:0;overflow:visible;clip-path:none;white-space:normal;color:#e6ebf1;font-size:15px;font-weight:700;line-height:1.4;text-align:center}.hot-service-column__head--text .media-placeholder{display:none}.hot-service-column .hot-service-list{display:grid;gap:10px;align-content:start;height:264px;margin:0;padding:12px 16px;box-sizing:border-box;list-style:none;overflow-y:auto;overflow-x:hidden}.hot-service-column .hot-service-list:focus-visible{outline:2px solid var(--theme-accent, #6d28d9);outline-offset:-3px}.hot-service-list>li{min-width:0;border:0}.hot-service-column .hot-service-list .hot-service-row{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:14px;min-height:0;padding:12px;border:1px solid var(--border, #343c45);border-radius:8px;background:var(--bg-card, #171c22);box-shadow:0 2px 8px #0000001f;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.hot-service-column .hot-service-list .hot-service-row:is(:hover,:focus-visible){border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.68);background:var(--box-hover-bg, #1b2128);box-shadow:0 3px 10px #00000024}.hot-service-row:focus-visible{outline:2px solid var(--theme-accent, #6d28d9);outline-offset:-2px}.hot-service-visual{display:flex;align-items:center;justify-content:center;align-self:stretch;width:88px;height:100%;min-height:0;box-sizing:border-box;overflow:hidden;border:1px solid #252d36;border-radius:8px;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)}.hot-service-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hot-service-visual .media-placeholder{color:#46515e;font-size:26px;transition:color .18s ease}.hot-service-row:is(:hover,:focus-visible) .hot-service-visual .media-placeholder{color:var(--theme-accent, #6d28d9)}.hot-service-content{min-width:0}.hot-service-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin:0;min-height:42px;color:var(--text-main, #e6ebf1);font-size:14px;font-weight:600;line-height:1.5;transition:color .18s ease}.hot-service-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:8px}.hot-service-price,.hot-service-time{display:inline-flex;align-items:center;padding:4px 7px;border-radius:5px;font-size:11px;line-height:1.3;font-weight:600}.hot-service-price{color:#f8fafc;background:#252d36}.hot-service-time{color:#d76311;background:#f973161a}@media (max-width: 1100px){.hot-service-column .hot-service-list .hot-service-row{grid-template-columns:72px minmax(0,1fr);gap:12px}.hot-service-visual{width:72px}}@media (max-width: 900px){.hot-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hot-service-column__head{height:100px;padding:14px}.hot-service-column .hot-service-list{padding:12px}}@media (max-width: 520px){.hot-services-grid{grid-template-columns:minmax(0,1fr)}.hot-service-column .hot-service-list{height:240px}}@media (prefers-reduced-motion: reduce){.hot-service-name,.hot-service-column .hot-service-list .hot-service-row{transition:none}}html[data-mode=light] .hot-services-section .section-header h2{color:var(--text-main)}html[data-mode=light] .hot-service-column{border-color:var(--border);background:var(--bg-panel)}html[data-mode=light] .hot-service-column__head{border-bottom-color:var(--border);background:var(--bg-elevated)}html[data-mode=light] .hot-service-column__label.is-shown{color:var(--text-main)}html[data-mode=light] .hot-service-visual{border-color:var(--border);background:var(--bg-elevated)}html[data-mode=light] .hot-service-price{color:var(--text-main);background:var(--bg-elevated)}:root,html[data-mode=light]{--sidebar-bg: var(--mode-panel, #ffffff);--sidebar-text: var(--mode-text, #0f172a);--sidebar-muted: var(--mode-muted, #64748b);--sidebar-border: var(--mode-line, #e2e8f0);--sidebar-hover: var(--mode-elevated, #f1f5f9);--sidebar-btn-bg: #f1f5f9;--mobile-nav-surface: #f1f5f9;--sidebar-btn-text: #0f172a;--sidebar-dropdown-bg: #ffffff}[data-mode=dark],html.dark{--sidebar-bg: var(--mode-panel, #10151b);--sidebar-text: var(--mode-text, #f8fafc);--sidebar-muted: var(--mode-muted, #94a3b8);--sidebar-border: var(--mode-line, #252d36);--sidebar-hover: rgba(255, 255, 255, .07);--sidebar-btn-bg: rgba(255, 255, 255, .08);--mobile-nav-surface: rgba(255, 255, 255, .08);--sidebar-btn-text: #f8fafc;--sidebar-dropdown-bg: #161f2c}@media (max-width: 1099px){html body #main-navbar #nav-links,html body .xnav #main-navbar #nav-links,html body #nav-links{display:none!important}}.gsmeye-overlay{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:#00000080!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important;z-index:9999998!important;opacity:0!important;visibility:hidden!important;transition:all .4s ease!important}.gsmeye-overlay.active{opacity:1!important;visibility:visible!important}.gsmeye-sidebar{position:fixed!important;top:0!important;left:-380px!important;width:310px!important;max-width:calc(100vw - 28px)!important;height:100vh!important;height:100dvh!important;background:var(--sidebar-bg)!important;z-index:9999999!important;transition:left .35s cubic-bezier(.4,0,.2,1)!important;display:flex!important;flex-direction:column!important;border:none!important;border-top:none!important;border-left:none!important;border-bottom:none!important;border-right:none!important;border-radius:0!important;overflow:hidden!important;padding:0!important;margin:0!important;box-sizing:border-box!important;box-shadow:10px 0 35px #0000004d!important}.gsmeye-sidebar.active{left:0!important}.gsmeye-sidebar .sidebar-header{background-color:var(--theme-accent, #7c3aed)!important;background-image:radial-gradient(ellipse at 95% 5%,rgba(255,255,255,.22) 0%,transparent 60%),radial-gradient(ellipse at 5% 95%,rgba(0,0,0,.4) 0%,transparent 60%),radial-gradient(ellipse at 50% 50%,rgba(255,255,255,.08) 0%,transparent 50%),linear-gradient(135deg,var(--theme-accent, #7c3aed) 0%,var(--theme-accent-hover, #6d28d9) 100%)!important;background-size:cover!important;padding:16px 16px 14px!important;color:#fff!important;position:relative!important;border-radius:0/0 0 0px!important;border:none!important;margin:0!important;top:0!important;left:0!important;right:0!important;width:100%!important;overflow:hidden!important;flex-shrink:0!important;box-sizing:border-box!important;display:block!important;visibility:visible!important;height:auto!important}.gsmeye-sidebar .sidebar-header:before{content:""!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 40%),radial-gradient(circle at 20% 80%,rgba(0,0,0,.25) 0%,transparent 45%)!important;pointer-events:none!important;border-radius:inherit!important}.gsmeye-sidebar .close-btn{position:absolute!important;top:14px!important;right:14px!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:#fff!important;font-size:1.15rem!important;width:28px!important;height:28px!important;border-radius:0!important;cursor:pointer!important;display:flex!important;justify-content:center!important;align-items:center!important;transition:transform .25s ease,opacity .25s ease!important;z-index:10!important;opacity:.8!important}.gsmeye-sidebar .close-btn:hover{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;opacity:1!important;transform:rotate(90deg) scale(1.1)!important}.gsmeye-sidebar .sidebar-header h2{font-size:1.25rem!important;font-weight:700!important;letter-spacing:-.02em!important;margin-bottom:2px!important;margin-top:0!important;color:#fff!important;position:relative!important;z-index:2!important}.gsmeye-sidebar .sidebar-header .welcome-text{font-size:.74rem!important;font-weight:400!important;opacity:.85!important;margin-bottom:12px!important;color:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;position:relative!important;z-index:2!important}.gsmeye-sidebar .sidebar-header .welcome-text .brand-highlight{font-weight:600!important;opacity:1!important}.gsmeye-sidebar .auth-inline{display:flex!important;gap:8px!important;position:relative!important;z-index:2!important}.gsmeye-sidebar .auth-btn{flex:1!important;text-align:center!important;height:33px!important;padding:0 10px!important;border-radius:8px!important;font-weight:600!important;font-size:.78rem!important;text-decoration:none!important;transition:all .25s ease!important;border:none!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-sizing:border-box!important}.gsmeye-sidebar .auth-btn.register{background:#ffffff29!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important}.gsmeye-sidebar .auth-btn.register:hover{background:#ffffff52!important;color:#fff!important;transform:none!important}.gsmeye-sidebar .auth-btn.login{background:#fff!important;color:var(--theme-accent, #7c3aed)!important;box-shadow:0 3px 10px #0000001f!important;gap:6px!important}.gsmeye-sidebar .auth-btn.login:hover{background:#fff!important;color:var(--theme-accent-hover, #6d28d9)!important;transform:none!important;box-shadow:0 4px 14px #0003!important}.gsmeye-sidebar .auth-btn.login .auth-arrow{font-size:.58rem!important;transition:transform .22s cubic-bezier(.34,1.56,.64,1)!important;display:inline-block!important;transform:translate(0)!important}.gsmeye-sidebar .auth-btn.login:hover .auth-arrow{transform:translate(5px)!important}@media (max-width: 1099px){html body :is(.gsmeye-sidebar) .sidebar-header.sidebar-header--profile{padding:14px 16px!important}html body :is(.gsmeye-sidebar) .sidebar-header.sidebar-header--profile .close-btn{top:9px!important;right:9px!important}html body :is(.gsmeye-sidebar) .auth-inline[hidden]{display:none!important}html body :is(.gsmeye-sidebar) .auth-inline .auth-btn.login{background:#fff!important;border:1px solid #ffffff!important;color:var(--theme-accent, #7c3aed)!important}html body :is(.gsmeye-sidebar) .auth-inline .auth-btn.login :is(span,i),html body :is(.gsmeye-sidebar) .auth-inline .auth-btn.login i:before{color:inherit!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile{width:100%!important;display:flex!important;flex-direction:column!important;gap:12px!important;margin:0!important;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-sizing:border-box!important;position:relative!important;z-index:2!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__identity{width:calc(100% - 28px)!important;min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important;color:#fff!important;text-decoration:none!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__avatar{position:relative!important;width:36px!important;height:36px!important;min-width:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;border-radius:50%!important;background:color-mix(in srgb,var(--theme-accent, #7c3aed) 76%,#0f172a)!important;border:1px solid rgba(255,255,255,.58)!important;color:#fff!important;font-size:11px!important;font-weight:800!important;box-shadow:none!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__avatar img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__avatar .user-status-dot{position:absolute!important;right:-2px!important;bottom:-1px!important;width:8px!important;height:8px!important;display:block!important;border:1.5px solid color-mix(in srgb,var(--theme-accent, #7c3aed) 68%,#111827)!important;border-radius:50%!important;background:#10b981!important;opacity:1!important;box-sizing:border-box!important;z-index:3!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__info{min-width:0!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:4px!important;line-height:1.1!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__name-row{min-width:0!important;display:flex!important;align-items:center!important;gap:6px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__name-row strong{overflow:hidden!important;color:#fff!important;font-size:13px!important;font-weight:800!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__name-row em{flex-shrink:0!important;padding:2px 5px!important;border:1px solid rgba(255,255,255,.48)!important;border-radius:4px!important;background:#ffffff2e!important;color:#fff!important;font-size:6.5px!important;font-style:normal!important;font-weight:800!important;line-height:1!important;text-transform:uppercase!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-profile__info small{overflow:hidden!important;margin:0!important;color:#ffffffe6!important;font-size:8.5px!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-balance{width:100%!important;min-height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:6px 8px 6px 10px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:9px!important;background:color-mix(in srgb,var(--theme-accent, #7c3aed) 32%,#111827 68%)!important;box-shadow:inset 0 1px #ffffff14,0 6px 16px #19042d33!important;box-sizing:border-box!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-balance__copy{min-width:0!important;display:flex!important;flex-direction:column!important;gap:3px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-balance__copy strong{color:#fff!important;font-size:16px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-balance__add{height:25px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:3px!important;padding:0 8px!important;border:none!important;border-radius:5px!important;background:color-mix(in srgb,var(--theme-accent, #7c3aed) 84%,#ffffff)!important;color:#fff!important;font-size:7.5px!important;font-weight:800!important;text-decoration:none!important;text-transform:uppercase!important;white-space:nowrap!important;box-shadow:0 3px 8px color-mix(in srgb,var(--theme-accent, #7c3aed) 30%,transparent)!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-balance__add i{color:#fff!important;font-size:9px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-balance__add:hover{background:color-mix(in srgb,var(--theme-accent, #7c3aed) 72%,#ffffff)!important;color:#fff!important}html body :is(.gsmeye-sidebar) [data-mobile-auth-control=true][hidden]{display:none!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session{width:100%!important;display:flex!important;flex-direction:column!important;gap:7px!important;margin-top:auto!important;padding:8px 10px 10px!important;border-top:1px solid var(--sidebar-border)!important;box-sizing:border-box!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__info{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:7px!important;padding:8px!important;border:1px solid color-mix(in srgb,var(--theme-accent, #7c3aed) 14%,var(--border, #e2e8f0))!important;border-radius:9px!important;background:color-mix(in srgb,var(--theme-accent, #7c3aed) 4%,var(--bg-card, #ffffff))!important;box-sizing:border-box!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__top{min-width:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__heading{display:flex!important;align-items:center!important;gap:5px!important;color:var(--text-muted, #64748b)!important;font-size:10px!important;font-weight:800!important;letter-spacing:.5px!important;line-height:1!important;text-transform:uppercase!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__heading :is(i,small){color:inherit!important;font-size:10px!important;font-weight:inherit!important;line-height:1!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__heading i{width:10px!important;text-align:center!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__details{min-width:0!important;margin-left:15px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__details strong{overflow:hidden!important;max-width:100%!important;color:var(--text-main, #0f172a)!important;font-family:ui-monospace,SFMono-Regular,monospace!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__time{color:var(--text-main, #0f172a)!important;font-family:ui-monospace,SFMono-Regular,monospace!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__row{min-width:0!important;display:flex!important;align-items:center!important;gap:8px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__icon{width:28px!important;height:28px!important;min-width:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:7px!important;background:color-mix(in srgb,var(--theme-accent, #7c3aed) 11%,transparent)!important;color:var(--theme-accent, #7c3aed)!important;font-size:12px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__body{min-width:0!important;display:flex!important;flex-direction:column!important;gap:4px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__line{min-width:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;line-height:1!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__line small{color:var(--theme-accent, #7c3aed)!important;font-size:8px!important;font-weight:800!important;letter-spacing:.45px!important;line-height:1!important;text-transform:uppercase!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__line strong{min-width:0!important;overflow:hidden!important;color:var(--text-main, #0f172a)!important;font-family:ui-monospace,SFMono-Regular,monospace!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__row:nth-child(2) .mobile-sidebar-session__icon{background:#10b9811a!important;color:#10b981!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__copy{min-width:0!important;display:flex!important;flex:1 1 auto!important;flex-direction:column!important;gap:2px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__copy small{color:var(--text-muted, #64748b)!important;font-size:8px!important;font-weight:700!important;letter-spacing:.45px!important;line-height:1!important;text-transform:uppercase!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__copy strong{overflow:hidden!important;color:var(--text-main, #0f172a)!important;font-family:ui-monospace,SFMono-Regular,monospace!important;font-size:9.5px!important;font-weight:700!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session .upd-online-badge{flex-shrink:0!important;padding:3px 6px!important;border-radius:4px!important;font-size:7px!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__actions{width:100%!important;display:grid!important;grid-template-columns:44px minmax(0,1fr)!important;align-items:stretch!important;gap:7px!important}html body :is(.gsmeye-sidebar) .bottom-section[hidden]{display:none!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__actions>.bottom-btn-wrapper.theme-wrapper{width:44px!important;height:37px!important;min-width:44px!important;min-height:37px!important;flex:none!important;margin:0!important}html body :is(.gsmeye-sidebar) .mobile-sidebar-session__logout{width:100%!important;min-height:37px!important;margin:0!important;padding-left:12px!important;padding-right:12px!important;text-decoration:none!important;box-sizing:border-box!important}}.gsmeye-sidebar .nav-links,html body .gsmeye-sidebar .nav-links{display:block!important;position:static!important;list-style:none!important;padding:12px 10px!important;flex:1 1 auto!important;overflow-y:auto!important;margin:0!important;box-sizing:border-box!important;border:none!important;background:transparent!important;top:auto!important;bottom:auto!important;left:auto!important;right:auto!important}.gsmeye-sidebar .nav-links>li,html body .gsmeye-sidebar .nav-links>li{display:block!important;margin-bottom:3px!important;list-style:none!important}html body :is(.gsmeye-sidebar) .nav-links>.mobile-nav-primary-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0!important;padding:0!important}html body :is(.gsmeye-sidebar) .mobile-nav-primary-btn{min-width:0!important;min-height:40px!important;padding:0 9px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid var(--sidebar-border)!important;border-radius:9px!important;background:var(--mobile-nav-surface)!important;background-image:none!important;color:var(--sidebar-text)!important;font-size:11px!important;font-weight:700!important;line-height:1!important;text-decoration:none!important;white-space:nowrap!important;box-sizing:border-box!important}html body :is(.gsmeye-sidebar) .mobile-nav-primary-btn i{color:var(--sidebar-muted)!important;font-size:12px!important}html body :is(.gsmeye-sidebar) .mobile-nav-primary-btn:is(:hover,:focus-visible){border-color:var(--sidebar-border)!important;background:var(--sidebar-hover)!important;color:var(--sidebar-text)!important;outline:none!important}html body :is(.gsmeye-sidebar) .nav-links>:is(.mobile-nav-top-divider,.mobile-nav-section-divider){display:block!important;width:calc(100% + 20px)!important;height:0!important;margin:10px -10px 8px!important;padding:0!important;background:none!important;border-top:1px solid var(--sidebar-border)!important}html body :is(.gsmeye-sidebar) .nav-links>:is(.mobile-nav-primary-actions,.mobile-nav-top-divider)[hidden]{display:none!important}html body :is(.gsmeye-sidebar) .nav-links>li:not(.mobile-nav-primary-actions,.mobile-nav-top-divider,.mobile-nav-section-divider){position:relative!important}html body :is(.gsmeye-sidebar) .nav-links>li:not(.mobile-nav-primary-actions,.mobile-nav-top-divider,.mobile-nav-section-divider,:last-child):after{content:""!important;position:absolute!important;bottom:-2px!important;left:12px!important;right:12px!important;height:0!important;background:none!important;border-top:1px solid var(--sidebar-border)!important;pointer-events:none!important}html body :is(.gsmeye-sidebar) .nav-links>:is(.mobile-order-menu,.mobile-nav-invoice-menu,.mobile-nav-store-menu):after{left:12px!important;right:12px!important;border-top-color:var(--sidebar-border)!important;border-top-style:solid!important;opacity:1!important}.gsmeye-sidebar .menu-item{display:flex!important;align-items:center!important;justify-content:space-between!important;height:38px!important;padding:0 12px!important;color:var(--sidebar-text)!important;text-decoration:none!important;border-radius:9px!important;font-weight:500!important;font-size:.82rem!important;cursor:pointer!important;transition:.2s ease!important;box-sizing:border-box!important}.gsmeye-sidebar .mobile-order-menu>.menu-item{font-weight:700!important;color:var(--sidebar-text)!important}.gsmeye-sidebar .menu-item:hover:not(.active){background:rgba(var(--theme-accent-rgb, 124, 58, 237),.08)!important;color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .menu-item .left-content{display:flex!important;align-items:center!important;gap:10px!important}.gsmeye-sidebar .menu-item .left-content i{font-size:.95rem!important;color:var(--sidebar-muted)!important;width:18px!important;text-align:center!important;transition:color .2s ease!important}.gsmeye-sidebar .menu-item:hover .left-content i,.gsmeye-sidebar .menu-item.active .left-content i{color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .menu-item .arrow{font-size:.72rem!important;color:var(--sidebar-muted)!important;transition:transform .25s ease,color .25s ease!important}.gsmeye-sidebar .menu-item.active{background:rgba(var(--theme-accent-rgb, 124, 58, 237),.12)!important;color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .menu-item.active .arrow{transform:rotate(180deg)!important;color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .mobile-order-menu .menu-item.active .arrow,.gsmeye-sidebar .mobile-nav-more-menu .menu-item.active .arrow{transform:rotate(90deg)!important}.gsmeye-sidebar .submenu{display:block!important;max-height:0!important;overflow:hidden!important;visibility:hidden!important;opacity:0!important;transition:max-height .3s ease,opacity .25s ease,visibility .25s ease!important}.gsmeye-sidebar .submenu.open{max-height:600px!important;visibility:visible!important;opacity:1!important;display:block!important}.gsmeye-sidebar .submenu>div{min-height:0!important;overflow:hidden!important;padding:0!important}.gsmeye-sidebar .submenu.open>div{padding:6px 0 10px!important}.gsmeye-sidebar .submenu-inner,.gsmeye-sidebar .service-submenu,.gsmeye-sidebar .simple-submenu,ul.submenu-inner,ul.service-submenu,ul.simple-submenu{background:#ffffff0a!important;border:none!important;border-radius:10px!important;padding:8px!important;margin:0!important;list-style:none!important;display:flex!important;flex-direction:column!important;gap:4px!important;box-shadow:none!important}html[data-mode=light] .gsmeye-sidebar .submenu-inner,.gsmeye-sidebar .submenu-inner,html[data-mode=light] ul.submenu-inner,ul.submenu-inner{background:#00000008!important}html body :is(.gsmeye-sidebar) .service-submenu{background:var(--mobile-nav-surface)!important;background-image:none!important;border:1px solid var(--sidebar-border)!important}html[data-mode=light] body :is(.gsmeye-sidebar) ul.submenu-inner.service-submenu,:is(.gsmeye-sidebar) ul.submenu-inner.service-submenu{background:#f1f5f9!important;background-image:none!important}.gsmeye-sidebar .service-submenu li,.gsmeye-sidebar .services-list li,ul.service-submenu li{display:flex!important;align-items:center!important;gap:10px!important;padding:7px 10px!important;border-radius:8px!important;cursor:pointer!important;transition:all .2s ease!important;list-style:none!important}.gsmeye-sidebar .simple-submenu li,ul.simple-submenu li{display:flex!important;align-items:center!important;gap:10px!important;padding:7px 10px!important;border-radius:8px!important;cursor:pointer!important;color:var(--sidebar-muted)!important;font-size:.78rem!important;list-style:none!important;transition:all .2s ease!important}.gsmeye-sidebar .service-submenu li:hover,.gsmeye-sidebar .services-list li:hover{background:rgba(var(--theme-accent-rgb, 124, 58, 237),.08)!important}.gsmeye-sidebar .service-submenu li:hover .service-icon,.gsmeye-sidebar .services-list li:hover .service-icon{background:var(--theme-accent, #7c3aed)!important;color:#fff!important}.gsmeye-sidebar .service-icon{width:28px!important;height:28px!important;border-radius:7px!important;background:rgba(var(--theme-accent-rgb, 124, 58, 237),.12)!important;color:var(--theme-accent, #8b5cf6)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:.82rem!important;flex-shrink:0!important;transition:all .2s ease!important}.gsmeye-sidebar .service-text h4{margin:0!important;font-size:.8rem!important;font-weight:600!important;color:var(--sidebar-text)!important;line-height:1.2!important}.gsmeye-sidebar .service-text p{margin:0!important;font-size:.68rem!important;color:var(--sidebar-muted)!important;line-height:1.2!important}.gsmeye-sidebar .simple-submenu li{display:flex!important;align-items:center!important;gap:10px!important;padding:7px 10px!important;border-radius:7px!important;cursor:pointer!important;color:var(--sidebar-muted)!important;font-size:.78rem!important;list-style:none!important;transition:all .2s ease!important}.gsmeye-sidebar .simple-submenu li:hover{background:rgba(var(--theme-accent-rgb, 124, 58, 237),.08)!important;color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .simple-submenu li i{font-size:.78rem!important;color:var(--sidebar-muted)!important;width:16px!important;text-align:center!important;transition:color .2s ease!important}.gsmeye-sidebar .simple-submenu li:hover i{color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .bottom-section{padding:10px 12px!important;border-top:1px solid var(--sidebar-border)!important;background:var(--sidebar-bg)!important;color:var(--sidebar-text)!important;display:flex!important;gap:6px!important;position:relative!important;flex-shrink:0!important;margin-top:auto!important;height:56px!important;min-height:56px!important;max-height:56px!important;box-sizing:border-box!important;z-index:10!important}.gsmeye-sidebar .bottom-btn-wrapper{position:relative!important;flex:1!important;height:36px!important}.gsmeye-sidebar .bottom-btn-wrapper.theme-wrapper{flex:none!important;width:36px!important;height:36px!important}.gsmeye-sidebar .bottom-btn{width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;background:var(--sidebar-btn-bg)!important;border:1px solid var(--sidebar-border)!important;border-radius:8px!important;color:var(--sidebar-btn-text)!important;font-size:.75rem!important;font-weight:500!important;cursor:pointer!important;transition:.25s ease!important;padding:0 8px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.gsmeye-sidebar .bottom-btn.theme{font-size:.95rem!important;padding:0!important}@media (hover: hover){.gsmeye-sidebar .bottom-btn:hover:not(.no-hover){background:var(--theme-accent, #7c3aed)!important;color:#fff!important}.gsmeye-sidebar .bottom-btn:hover:not(.no-hover) i,.gsmeye-sidebar .bottom-btn:hover:not(.no-hover) span{background:transparent!important;color:#fff!important}}.gsmeye-sidebar .bottom-btn.no-hover,.gsmeye-sidebar .bottom-btn:active{background:var(--sidebar-btn-bg)!important;color:var(--sidebar-text)!important}.gsmeye-sidebar .bottom-btn.no-hover i,.gsmeye-sidebar .bottom-btn:active i{background:transparent!important;color:var(--sidebar-text)!important}.gsmeye-sidebar .dropdown-list{position:absolute!important;bottom:calc(100% + 6px)!important;left:0!important;width:130px!important;background:var(--sidebar-dropdown-bg)!important;border:1px solid var(--sidebar-border)!important;border-radius:10px!important;padding:4px!important;box-shadow:0 8px 24px #00000040!important;display:block!important;opacity:0!important;visibility:hidden!important;transform:translateY(6px)!important;transition:opacity .2s ease,transform .2s ease,visibility .2s!important;pointer-events:none!important;z-index:100!important;box-sizing:border-box!important}#languageWrapper .dropdown-list{left:auto!important;right:0!important;width:130px!important}.gsmeye-sidebar .dropdown-list.open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important;pointer-events:auto!important}.gsmeye-sidebar .dropdown-list-inner{overflow:visible!important;display:block!important}.gsmeye-sidebar .dropdown-scroll{max-height:165px!important;overflow-y:scroll!important;overflow-x:hidden!important;padding-right:2px!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important;touch-action:pan-y!important}.gsmeye-sidebar .dropdown-scroll::-webkit-scrollbar{width:4px!important}.gsmeye-sidebar .dropdown-scroll::-webkit-scrollbar-track{background:transparent!important}.gsmeye-sidebar .dropdown-scroll::-webkit-scrollbar-thumb{background:var(--sidebar-border)!important;border-radius:10px!important}.gsmeye-sidebar .dropdown-scroll::-webkit-scrollbar-thumb:hover{background:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .dropdown-item{padding:6px 8px!important;border-radius:6px!important;font-size:.74rem!important;color:var(--sidebar-muted)!important;cursor:pointer!important;transition:.15s ease!important;display:flex!important;align-items:center!important;justify-content:space-between!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.gsmeye-sidebar .dropdown-item:hover{background:rgba(var(--theme-accent-rgb, 124, 58, 237),.1)!important;color:var(--theme-accent, #7c3aed)!important}.gsmeye-sidebar .dropdown-item i{color:var(--theme-accent, #7c3aed)!important;font-size:.72rem!important;opacity:0!important;transition:.15s ease!important;flex-shrink:0!important;margin-left:4px!important}.gsmeye-sidebar .dropdown-item:hover i,.gsmeye-sidebar .dropdown-item.selected i{opacity:1!important}.gsmeye-sidebar .dropdown-item .flag,.gsmeye-sidebar .dropdown-item .curr-icon{font-size:.85rem!important;margin-right:6px!important;display:inline-block!important}@media (max-width: 1099px){html body .xnav #main-navbar .nav-container{display:flex!important;align-items:center!important;justify-content:space-between!important;padding-left:6px!important;padding-right:8px!important;box-sizing:border-box!important}html body .xnav #main-navbar .nav-left-cluster{display:flex!important;align-items:center!important;flex:0 0 auto!important}html body .xnav #main-navbar .nav-brand-group{display:flex!important;align-items:center!important;gap:0!important}html body .xnav #main-navbar .nav-search-btn,html body .xnav #main-navbar .nav-cart-btn,html body .xnav #main-navbar .nav-hamburger,html body .xnav #main-navbar .nav-actions>.nav-search-btn,html body .xnav #main-navbar .nav-actions>button.nav-search-btn,html body .xnav #main-navbar .nav-actions>.nav-cart-btn,html body .xnav #main-navbar .nav-actions>a.nav-cart-btn,html body .xnav #main-navbar .nav-actions>.nav-hamburger,html body .xnav #main-navbar .nav-actions>button.nav-hamburger{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;background:transparent!important;border:none!important;color:inherit!important;cursor:pointer!important;text-decoration:none!important;font-size:20px!important;padding:0!important;box-shadow:none!important;transition:opacity .2s ease!important;margin:0!important;order:unset!important}html body .xnav #main-navbar .nav-search-btn:hover,html body .xnav #main-navbar .nav-cart-btn:hover,html body .xnav #main-navbar .nav-hamburger:hover{opacity:.7!important}html body .xnav #main-navbar .nav-cart-btn:hover,html body .xnav #main-navbar .nav-hamburger:hover{opacity:.7!important;background:transparent!important}html body .xnav #main-navbar .nike-menu-bars{display:flex!important;flex-direction:column!important;justify-content:space-between!important;width:25px!important;height:15px!important;box-sizing:border-box!important;cursor:pointer!important}html body .xnav #main-navbar .nike-menu-bars .nike-bar{display:block!important;width:100%!important;height:2.2px!important;background-color:currentColor!important;border-radius:1px!important}}@media (min-width: 1100px){html body .xnav #main-navbar .nav-hamburger,html body .xnav #main-navbar .nav-cart-btn{display:none!important}}html body .upd-online-badge{background:#10b981!important;color:#fff!important;font-size:8px!important;font-weight:700!important;padding:3px 9px!important;border-radius:999px!important;letter-spacing:.5px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;line-height:1!important}html body .upd-pulse-dot{width:5px!important;height:5px!important;border-radius:50%!important;background:#fff!important;display:inline-block!important;animation:updDotPulse 1.4s ease-in-out infinite!important}html body .upd-logout-btn{width:100%!important;padding:8px!important;border-radius:8px!important;font-weight:700!important;font-size:13px!important;cursor:pointer!important;background:#ef444414!important;border:1px solid rgba(239,68,68,.2)!important;color:#ef4444!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;transition:all .2s ease!important}html body .upd-logout-btn:hover{background:#ef4444!important;border-color:#ef4444!important;color:#fff!important}html body .upd-logout-btn:hover :is(i,svg,span){color:#fff!important}html body .upd-logout-btn:hover :is(i,svg){color:#fff!important;fill:currentColor!important;stroke:currentColor!important;opacity:1!important}html body .upd-logout-btn:hover svg *{fill:currentColor!important;stroke:currentColor!important}html body .upd-online-badge{border-radius:4px!important;padding:4px 6px!important;font-size:7.5px!important;letter-spacing:.3px!important}html body .mobile-sidebar-session__info.login-history-trigger{position:relative!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important;transition:background-color .18s ease,border-color .18s ease!important}@media (max-width: 1099px){html body .xnav #main-navbar .nav-actions .nav-settings{display:none!important}}.xnav{--primary: var(--theme-accent, #7c3aed);--primary-hover: color-mix(in srgb, var(--primary) 85%, #000);--primary-glow: color-mix(in srgb, var(--primary) 40%, transparent);--nav-height: 68px;--nav-surface: color-mix(in srgb, var(--bg-dark) 90%, #ffffff 10%);--nav-hover-bg: color-mix(in srgb, var(--nav-surface) 50%, transparent);--nav-hover-line: var(--primary);--nav-bar-hover-bg: var(--nav-hover-bg);--box-surface: var(--bg-panel);--nav-hover-text: color-mix(in srgb, var(--text-main) 70%, #ffffff 30%);--nav-tab-text: color-mix(in srgb, var(--text-muted) 70%, #ffffff 30%);--nav-account-name-text: color-mix(in srgb, var(--text-muted) 60%, #ffffff 40%);--nav-account-role-text: color-mix(in srgb, var(--text-muted) 65%, #ffffff 35%);--secondary: #10b981;--secondary-glow: rgba(16, 185, 129, .4);--orange: #f59e0b;--orange-glow: rgba(245, 158, 11, .4);--bg-dark: #06080d;--bg-panel: #0d1117;--bg-card: rgba(15, 20, 28, .78);--text-main: #e8edf5;--text-muted: #8b95a8;--border: rgba(255, 255, 255, .07);--radius: 10px;--radius-sm: 10px;--radius-md: 10px;--radius-lg: 10px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 8px 30px rgba(0, 0, 0, .28);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .35);--transition: .22s cubic-bezier(.4, 0, .2, 1);--bg-navbar: color-mix(in srgb, var(--bg-panel) 95%, #ffffff 5%);--nav-bar-bg: color-mix(in srgb, var(--bg-panel) 94%, #ffffff 6%);--nav-bar-text: color-mix(in srgb, var(--text-main) 92%, #ffffff 8%);--nav-bar-text-muted: color-mix(in srgb, var(--text-muted) 78%, #ffffff 22%);--nav-bar-border: var(--border);font-family:Inter,ui-sans-serif,system-ui,sans-serif}html:not(.dark) .xnav{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: #ffffff;--text-main: #162033;--text-muted: #66758a;--border: #dce4ed;--nav-hover-text: color-mix(in srgb, var(--text-main) 82%, #000000 18%);--nav-tab-text: color-mix(in srgb, var(--text-muted) 75%, #000000 25%);--nav-account-name-text: color-mix(in srgb, var(--text-muted) 60%, #000000 40%);--nav-account-role-text: color-mix(in srgb, var(--text-muted) 70%, #000000 30%);--bg-navbar: color-mix(in srgb, var(--bg-panel) 95%, #000000 5%)}.xnav-backdrop{display:none}:root{--topbar-height: 36px}@media (max-width: 1099px){:root{--topbar-height: 0px}}:root{--eyebar-height: 0px}.xhome-shell:has(.eye-bar-strip){--eyebar-height: 49px}.xnav-spacer,#navbar-placeholder{min-height:calc(var(--nav-height, 68px) + var(--topbar-height, 0px))}.xnav .topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-height, 36px);z-index:1001;background:var(--nav-bar-bg);display:flex;align-items:center;overflow:hidden}.xnav .topbar-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1550px;margin:0 auto;height:100%;padding:0 20px}.xnav .topbar-left{display:flex;align-items:center;gap:8px;min-width:0}.xnav .topbar-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.xnav .topbar-icon{font-size:16px;flex-shrink:0}.xnav .topbar-title{font-size:12px;font-weight:600;color:var(--nav-bar-text);letter-spacing:.02em;white-space:nowrap;line-height:1.3}.xnav .topbar-sep{width:1px;height:14px;background:var(--nav-bar-border);flex-shrink:0}.xnav .topbar-contact{display:inline-flex;align-items:center;gap:10px;min-width:0}.xnav .topbar-contact-item{font-size:11px;font-weight:500;color:var(--nav-bar-text-muted);white-space:nowrap;display:inline-flex;align-items:center;gap:3px;line-height:1.2}.xnav .topbar-contact-item i{font-size:11px;color:var(--nav-bar-text-muted)}.xnav .topbar-item{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;color:var(--nav-bar-text-muted);text-decoration:none;white-space:nowrap;border-radius:4px;transition:color .15s ease,background .15s ease}.xnav .topbar-item i{font-size:13px;flex-shrink:0}.xnav .topbar-item:hover{color:var(--nav-bar-text);background:color-mix(in srgb,var(--nav-bar-text) 8%,transparent)}.xnav .topbar-item span{line-height:1}@media (max-width: 1280px) and (min-width: 1100px){.xnav .topbar-contact{display:none}}@media (max-width: 1099px){.xnav .topbar{display:none}}.xnav .settings-dropdown{width:300px;max-width:calc(100vw - 24px);padding:16px;right:0;left:auto}.xnav .settings-dd-title{font-size:14px;font-weight:600;margin-bottom:14px;color:var(--text-main)}.xnav .settings-dd-group{margin-bottom:14px}.xnav .settings-dd-label{font-size:12px;color:var(--text-muted);margin-bottom:8px;font-weight:500}.xnav .settings-dd-row{display:flex;flex-direction:column;gap:14px}.xnav .settings-dd-col{min-width:0}.xnav .settings-native-wrap{position:relative;display:flex;align-items:center}.xnav .settings-native-ic{position:absolute;left:10px;font-size:14px;color:var(--text-muted);pointer-events:none;z-index:1}.xnav .settings-native-arrow{position:absolute;right:8px;font-size:13px;color:var(--text-muted);pointer-events:none}.xnav .settings-native-select{width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--bg-dark);border:1px solid var(--border);border-radius:8px;color:var(--text-main);font-size:13px;font-weight:500;padding:9px 26px 9px 32px;cursor:pointer;outline:none;transition:border-color .15s ease;text-overflow:ellipsis}.xnav .settings-native-select:focus{border-color:var(--primary)}.xnav .settings-native-select option{background:var(--bg-panel);color:var(--text-main)}.navbar{position:fixed;top:var(--topbar-height, 0px);left:0;right:0;width:100%;z-index:1000;background:color-mix(in srgb,var(--bg-panel) 65%,transparent);backdrop-filter:blur(24px) saturate(1.8);-webkit-backdrop-filter:blur(24px) saturate(1.8);border-bottom:none;padding:0;height:var(--nav-height, 68px);box-shadow:0 4px 30px #0003}html:not(.dark) .navbar{background:color-mix(in srgb,var(--bg-panel) 94%,transparent);backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35);border-bottom:none;box-shadow:0 4px 30px #0000000f}.nav-container{max-width:1550px;margin:0 auto;display:flex;align-items:stretch;padding:0 14px;gap:12px;height:100%}.nav-left-cluster{display:flex;align-items:stretch;align-self:stretch;gap:12px;min-width:0;flex:1 1 auto}.nav-brand-group{display:flex;align-items:stretch;gap:6px;flex:1 1 auto;min-width:0;position:relative}.nav-brand-group .nav-search-wrap{margin-left:4px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;align-self:center}.nav-search-wrap{position:relative;display:flex;flex-direction:column;align-items:flex-start;flex:0 1 314px;width:314px;max-width:314px;min-width:140px;margin-right:12px;align-self:center;z-index:210;--nav-sr-border: color-mix(in srgb, var(--border) 85%, var(--primary) 15%)}.nav-search-wrap.is-open{z-index:1200}.nav-search--bar{flex:0 0 auto;min-width:0;width:100%;max-width:314px;height:38px;margin:0;padding:0 14px;align-self:flex-start;border-radius:8px;position:relative;border:1px solid var(--nav-sr-border);box-shadow:none;background:var(--bg-dark, var(--body-bg, #0a0e14));-webkit-backdrop-filter:none;backdrop-filter:none;transition:border-color .2s ease,background .2s ease}.nav-search-wrap.is-open .nav-search--bar,.nav-search--bar:focus-within{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));box-shadow:none;background:var(--bg-dark, var(--body-bg, #0a0e14))}.nav-search-icon{color:color-mix(in srgb,var(--primary) 70%,var(--text-muted, var(--text3)));font-size:17px;flex-shrink:0}.nav-search-kbd{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:22px;padding:0 7px;border-radius:6px;border:1px solid color-mix(in srgb,var(--border) 80%,transparent);background:color-mix(in srgb,var(--bg-panel) 70%,transparent);color:var(--text-muted, var(--text3));font-size:10px;font-weight:600;font-family:ui-monospace,Cascadia Code,Consolas,monospace;letter-spacing:.02em;line-height:1;pointer-events:none;opacity:.85}.nav-search--bar:focus-within .nav-search-kbd,.nav-search-wrap.is-open .nav-search-kbd{opacity:0;width:0;min-width:0;padding:0;border:none;overflow:hidden}html:not(.dark) .nav-search--bar{background:var(--bg-dark, var(--body-bg, #f1f5f9));border-color:#0000001a;box-shadow:none}html:not(.dark) .nav-search--bar:focus-within,html:not(.dark) .nav-search-wrap.is-open .nav-search--bar{background:var(--bg-dark, var(--body-bg, #f1f5f9));box-shadow:none}html:not(.dark) .nav-search-kbd{background:#0000000a;border-color:#00000014}.nav-search-results{position:absolute;top:calc(100% + 8px);left:0;width:800px;max-width:min(800px,calc(100vw - 24px));z-index:1200;display:block;border-radius:10px;border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));background:color-mix(in srgb,var(--bg-panel) 97%,#0a0e14);box-shadow:0 16px 48px color-mix(in srgb,#000 45%,transparent),0 0 0 1px color-mix(in srgb,#fff 5%,transparent) inset;overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.nav-search-results[hidden]{display:none!important}.nav-search-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-bottom:1px solid color-mix(in srgb,var(--border) 90%,transparent);background:color-mix(in srgb,var(--primary) 6%,var(--bg-panel))}.nav-search-results-title{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted, var(--text3))}.nav-search-s3-list{max-height:min(432px,58vh);overflow-x:hidden;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:10px;background:color-mix(in srgb,var(--bg-dark, #0a0e14) 35%,var(--bg-panel));box-sizing:border-box}.nav-search-results .s3-combo-group{border:1px solid color-mix(in srgb,var(--border) 88%,var(--primary) 12%);border-radius:10px;overflow:hidden;background:color-mix(in srgb,var(--bg-panel) 96%,#0a0e14);flex-shrink:0}.nav-search-results .s3-combo-group-title{display:flex;align-items:center;gap:8px;margin:0;padding:8px 12px;background:color-mix(in srgb,var(--primary) 18%,var(--bg-panel));border-bottom:1px solid color-mix(in srgb,var(--border) 88%,var(--primary) 12%)}.nav-search-results .s3-combo-group-pic{flex-shrink:0;width:30px;height:30px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 8%,var(--bg-panel));border:1.5px solid color-mix(in srgb,var(--primary) 50%,var(--border))}.nav-search-results .s3-combo-group-pic-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.nav-search-results .s3-combo-group-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;color:color-mix(in srgb,var(--primary) 80%,var(--text-main, var(--text)))}.nav-search-results .s3-combo-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:46px;padding:7px 12px;border:none;border-bottom:1px solid color-mix(in srgb,var(--border) 88%,var(--primary) 12%);background:transparent;color:var(--text-muted, var(--text3));font-size:13px;line-height:1.35;text-align:left;cursor:pointer;transition:background .15s,color .15s}.nav-search-results .s3-combo-group .s3-combo-item:last-child{border-bottom:none}.nav-search-results .s3-combo-item-main{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.nav-search-results .s3-combo-pic-wrap{flex-shrink:0;width:34px;height:34px;border-radius:7px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:1.5px solid color-mix(in srgb,var(--primary) 38%,var(--border))}.nav-search-results .s3-combo-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.nav-search-results .s3-combo-text{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.nav-search-results .s3-combo-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.nav-search-results .s3-combo-id-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;font-weight:600;padding:2px 6px;border-radius:10px;background:color-mix(in srgb,var(--primary) 10%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--primary) 28%,var(--border));color:var(--primary);font-family:ui-monospace,Cascadia Code,Consolas,monospace}.nav-search-results .s3-combo-name{font-size:13px;font-weight:600;line-height:1.3;color:var(--text-main, var(--text));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nav-search-results .s3-combo-delivery{font-size:10px;font-weight:600;color:var(--text-muted, var(--text3));white-space:nowrap}.nav-search-results .s3-combo-price-badge{flex-shrink:0;margin-left:auto;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--secondary);background:color-mix(in srgb,var(--secondary) 8%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--secondary) 35%,var(--border));padding:3px 8px;border-radius:6px;white-space:nowrap}.nav-search-results .s3-combo-price-badge.is-free{color:var(--text-muted, var(--text3))}.nav-search-results .s3-combo-item:hover,.nav-search-results .s3-combo-item:focus-visible{background:color-mix(in srgb,var(--primary) 4%,var(--bg-panel, #111827));color:var(--text-main, var(--text));outline:none}.nav-search-results .s3-combo-item:hover .s3-combo-name,.nav-search-results .s3-combo-item:focus-visible .s3-combo-name{color:color-mix(in srgb,var(--primary) 55%,var(--text-main, var(--text)))}.nav-search-results .s3-combo-empty{padding:20px 14px;text-align:center;color:var(--text-muted, var(--text3));font-size:13px;border:1px dashed color-mix(in srgb,var(--border) 88%,var(--primary) 12%);border-radius:10px;background:color-mix(in srgb,var(--bg-panel) 90%,transparent)}.nav-spacer{flex:1;min-width:12px}.nav-logo-img{height:48px;width:auto;max-width:none;flex-shrink:0;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width: 900px){.nav-logo-img{max-width:100%;min-width:0;flex-shrink:1}.nav-logo{min-width:0}}.logo-text{font-family:Rajdhani,sans-serif;font-size:26px;font-weight:700;letter-spacing:1px;color:var(--text-main, var(--text))}.logo-highlight{color:#3b82f6}#nav-links{display:flex;align-items:stretch;align-self:stretch;gap:0;min-width:0;height:100%;flex-shrink:0;margin-left:auto}.nav-dd-wrap--tab{display:flex;align-items:stretch;align-self:stretch;height:100%}#more-dropdown-wrap .nav-tab-link{padding-left:22px;padding-right:18px}.nav-tab-link{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;gap:5px;height:100%;min-height:var(--nav-height, 68px);padding:0 10px;margin:0;border:none;border-radius:0;background:transparent;color:var(--nav-tab-text);font-size:16px;font-weight:600;font-family:Inter,sans-serif;white-space:nowrap;cursor:pointer;text-decoration:none;box-shadow:none;position:relative;transition:color .2s ease,background .2s ease}.nav-tab-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;height:auto;padding:0;border:none;border-radius:0;background:transparent;font-size:19px;line-height:1;color:var(--nav-tab-text);transition:color .2s ease}.nav-tab-label{line-height:1.1;color:inherit}.nav-tab-link:hover,.nav-tab-link.is-open,.nav-tab-link.active{color:var(--nav-hover-text);background:var(--nav-bar-hover-bg, var(--nav-hover-bg));box-shadow:none}.nav-tab-link:hover .nav-tab-icon,.nav-tab-link.is-open .nav-tab-icon,.nav-tab-link.active .nav-tab-icon{color:var(--primary);background:transparent;border:none}html:not(.dark) .nav-tab-link{color:var(--nav-tab-text)}html:not(.dark) .nav-tab-link .nav-tab-icon{color:var(--nav-tab-text)}html:not(.dark) .nav-tab-link:hover,html:not(.dark) .nav-tab-link.is-open,html:not(.dark) .nav-tab-link.active{color:var(--nav-hover-text);background:var(--nav-bar-hover-bg, var(--nav-hover-bg))}.nav-tab-caret{font-size:15px;opacity:.75;transition:transform .2s ease}.nav-tab-link.is-open .nav-tab-caret{transform:rotate(180deg)}.nav-dd-wrap--hover .nav-dropdown{pointer-events:none}.nav-dd-wrap--hover:hover .nav-dropdown,.nav-dd-wrap--hover .nav-dropdown.open{pointer-events:auto}@media (min-width: 1100px){.nav-dd-wrap--hover:hover .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}}.nav-dd-wrap--tab .nav-dropdown{left:0;right:auto}.nav-dd-wrap--pill{position:relative}.nav-dd-wrap--pill .nav-dropdown{left:0;right:auto;width:-moz-max-content;width:max-content;min-width:100%;max-width:220px}.nav-dd-wrap--pill .nav-more-item{padding:9px 16px;white-space:nowrap}.nav-more-dropdown{width:min(350px,calc(100vw - 32px));padding:8px 0;max-height:min(70vh,520px);overflow-y:auto;border-radius:8px}.nav-more-item{display:block;padding:11px 18px;font-size:14px;font-weight:500;line-height:1.45;color:#e2e8f0eb;text-decoration:none;transition:background .15s ease,color .15s ease}.nav-more-item:hover{background:var(--nav-hover-bg);color:var(--nav-hover-text)}html:not(.dark) .nav-more-item{color:#334155}html:not(.dark) .nav-more-item:hover{background:color-mix(in srgb,#0f172a 9%,#ffffff);color:var(--nav-hover-text)}.nav-rail-sep{width:1px;height:30px;margin:0 12px 0 8px;align-self:center;flex-shrink:0;background:color-mix(in srgb,var(--border) 70%,#ffffff 12%)}.nav-rail-sep--after-logo{height:40px;margin:0 4px 0 3px}.nav-rail-link--dash{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;margin:0;align-self:center;border:none;border-radius:0;background:transparent;box-shadow:none;color:color-mix(in srgb,var(--primary) 68%,var(--text-muted))}.nav-rail-link--dash i,.nav-rail-link.nav-rail-link--dash i{font-size:36px;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;line-height:1;opacity:1}.nav-rail-link--dash:hover,.nav-rail-link--dash:focus-visible,.nav-rail-link--dash.active{color:var(--primary);background:transparent;border-color:transparent;box-shadow:none}.nav-rail-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:40px;padding:0 8px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text-muted, var(--text2));font-size:24px;font-weight:600;font-family:Inter,sans-serif;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.nav-rail-link i{font-size:24px;opacity:.9}.nav-rail-link:hover{color:var(--text-main, var(--text));background:color-mix(in srgb,var(--text-main) 6%,transparent)}.nav-rail-link.nav-rail-link--dash{width:36px;height:36px;min-width:36px;padding:0;background:transparent;border:none;border-radius:8px;box-shadow:none}.nav-rail-link.nav-rail-link--dash:hover,.nav-rail-link.nav-rail-link--dash:focus-visible,.nav-rail-link.nav-rail-link--dash.active{background:var(--nav-hover-bg);border:none;border-radius:8px;box-shadow:none}.nav-rail-link.active{color:var(--primary, #a78bfa);background:color-mix(in srgb,var(--primary) 14%,transparent);border-color:color-mix(in srgb,var(--primary) 28%,transparent);box-shadow:inset 0 1px #ffffff0f}.nav-rail-link--cta{color:#fff;background:linear-gradient(135deg,var(--primary) 0%,color-mix(in srgb,var(--primary) 78%,#3b82f6) 100%);border-color:color-mix(in srgb,var(--primary) 55%,transparent);box-shadow:0 2px 10px color-mix(in srgb,var(--primary) 35%,transparent)}.nav-rail-link--cta:hover{color:#fff;background:linear-gradient(135deg,var(--primary-hover, #6d28d9) 0%,color-mix(in srgb,var(--primary-hover, #6d28d9) 80%,#2563eb) 100%);box-shadow:0 4px 16px color-mix(in srgb,var(--primary) 42%,transparent)}.nav-rail-link--cta.active,.nav-rail-link--cta.is-open{color:#fff;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 88%,#000),color-mix(in srgb,var(--primary) 70%,#1d4ed8))}.nav-rail-caret{font-size:13px!important;opacity:.85;transition:transform .2s ease}.nav-rail-link--cta.is-open .nav-rail-caret{transform:rotate(180deg)}.nav-rail-order .nav-dropdown{left:0;right:auto}html:not(.dark) .nav-rail-link:hover{background:#0000000a}.nav-links{display:flex;gap:4px;margin-left:24px}.nav-link{font-size:14px;font-weight:500;color:var(--text-muted, var(--text2));transition:all .2s;padding:8px 14px;border-radius:8px;position:relative}.nav-link:hover{color:var(--text-main, var(--text));background:#ffffff0d}.nav-link.active{color:var(--text-main, var(--text));background:#7c3aed1a}.nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:var(--primary);border-radius:2px}.nav-search.nav-search--bar{height:38px;padding:0 14px;border-radius:8px}.nav-search{display:flex;align-items:center;background:#ffffff0d;border:1px solid var(--border);border-radius:8px;padding:0 14px;height:38px;gap:8px;transition:all .25s}.nav-search:not(.nav-search--bar):focus-within{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);background:#ffffff14}.nav-search i{color:var(--text-muted, var(--text3));font-size:16px}.nav-search input{background:transparent;border:none;outline:none;color:var(--text-main, var(--text));width:100%;font-size:14px;font-family:Inter,sans-serif}.nav-search input::-moz-placeholder{color:var(--text-muted, var(--text3))}.nav-search input::placeholder{color:var(--text-muted, var(--text3))}html:not(.dark) .nav-search{background:#0000000a;border-color:#0000001a}.nav-actions{display:flex;align-items:center;align-self:stretch;gap:10px;flex-shrink:0;height:100%;margin-right:0;padding-left:8px}@media (min-width: 1100px){.nav-actions:not(:has(>:not(.nav-hamburger))){display:none}}#nav-links .nav-account-panel{margin-left:0;margin-right:0}.nav-account-panel{display:flex;align-items:center;align-self:stretch;gap:0;height:100%;min-height:var(--nav-height, 68px);padding:0 5px 0 12px;border:none;border-radius:0!important;background:color-mix(in srgb,var(--nav-surface) 30%,transparent);backdrop-filter:blur(20px) saturate(1.35);-webkit-backdrop-filter:blur(20px) saturate(1.35);box-shadow:none;position:relative}html:not(.dark) .nav-account-panel{background:color-mix(in srgb,var(--nav-surface) 36%,transparent);border:none}.nav-account-panel{transition:background .2s ease}.nav-account-panel:has(.nav-account-dd:hover),.nav-account-panel:has(.nav-dropdown.open),html:not(.dark) .nav-account-panel:has(.nav-account-dd:hover),html:not(.dark) .nav-account-panel:has(.nav-dropdown.open){background:var(--nav-hover-bg)}.navbar .nav-account-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;width:48px;height:48px;min-width:48px;min-height:48px;aspect-ratio:1;margin-right:6px;margin-left:4px;padding:0;border:2px solid color-mix(in srgb,var(--primary) 42%,var(--border));border-radius:50%;box-sizing:border-box;overflow:visible;text-decoration:none;background:color-mix(in srgb,var(--bg-dark, #06080d) 55%,transparent);transition:border-color .2s ease,box-shadow .2s ease}.navbar .nav-account-avatar:hover{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.navbar .nav-account-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;display:block;clip-path:circle(50% at 50% 50%)}.navbar .nav-account-avatar-fallback{font-size:15px;font-weight:800;color:var(--primary);text-transform:uppercase;line-height:1}.navbar .nav-account-avatar-dot{position:absolute;right:0;bottom:0;width:10px;height:10px;transform:translate(15%,15%);border:2px solid var(--bg-panel, #111827);border-radius:50%;background:#22c55e;animation:nav-dot-breathe 2.4s ease-in-out infinite}.navbar .nav-account-avatar-dot:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:#22c55e;opacity:.55;z-index:-1;animation:nav-dot-pulse 2.4s cubic-bezier(.25,.8,.25,1) infinite}@keyframes nav-dot-breathe{0%,to{box-shadow:0 0 #22c55e8c}50%{box-shadow:0 0 6px 1px #22c55ed9}}@keyframes nav-dot-pulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(2.4);opacity:0}to{transform:scale(2.4);opacity:0}}@media (prefers-reduced-motion: reduce){.navbar .nav-account-avatar-dot,.navbar .nav-account-avatar-dot:after{animation:none}}html:not(.dark) .nav-account-dash{color:var(--nav-tab-text)}html:not(.dark) .nav-account-dash:hover,html:not(.dark) .nav-account-dash:hover i{color:var(--primary)}html:not(.dark) .nav-account-dash.active,html:not(.dark) .nav-account-panel.is-dash-active .nav-account-dash{color:var(--primary)}html:not(.dark) .nav-account-menu-btn{color:color-mix(in srgb,var(--text-muted) 70%,var(--primary) 30%)}html:not(.dark) .nav-account-menu-btn:hover,html:not(.dark) .nav-account-dd:has(.nav-dropdown.open) .nav-account-menu-btn{color:color-mix(in srgb,var(--text-main) 70%,var(--primary) 30%)}.navbar .nav-account-dash{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;width:auto;height:auto;min-width:36px;min-height:36px;padding:3px;margin-right:4px;border:none;border-radius:0;text-decoration:none;color:var(--nav-tab-text);transition:color .2s ease}.navbar .nav-account-dash i{font-size:30px;line-height:1;color:inherit;transition:color .2s ease}.navbar .nav-account-dash:hover,.navbar .nav-account-dash:focus-visible{color:var(--primary)}.navbar .nav-account-dash:hover i,.navbar .nav-account-dash:focus-visible i{color:var(--primary)}.navbar .nav-account-dash.active,.navbar .nav-account-panel.is-dash-active .nav-account-dash,.navbar .nav-account-dash.active i,.navbar .nav-account-panel.is-dash-active .nav-account-dash i{color:var(--primary)}.navbar .nav-account-dash.active:hover,.navbar .nav-account-panel.is-dash-active .nav-account-dash:hover,.navbar .nav-account-dash.active:hover i,.navbar .nav-account-panel.is-dash-active .nav-account-dash:hover i{color:color-mix(in srgb,var(--primary) 72%,#ffffff 28%)}.nav-account-meta{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;min-width:0;padding:0;margin:0;border:none;background:transparent;font:inherit;text-align:left;cursor:default;color:inherit;transition:color .2s ease,background .2s ease}.nav-account-meta:hover,.nav-account-meta.is-open,.nav-account-meta.active,.nav-account-panel.is-dash-active .nav-account-meta{background:transparent}.nav-account-meta.active .nav-account-name,.nav-account-panel.is-dash-active .nav-account-name{color:var(--primary)}.nav-account-name{font-size:14px;font-weight:700;line-height:1;color:var(--nav-account-name-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px;cursor:pointer;transition:color .2s ease}.nav-account-name:hover{color:var(--primary)}.nav-account-name.is-copied{color:var(--secondary)}html:not(.dark) .nav-account-name:hover{color:var(--primary)}.nav-account-role{display:inline-flex;align-items:center;align-self:flex-start;padding:4px 8px;font-size:9px;font-weight:700;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:#fff;white-space:nowrap;border:none;border-radius:5px;background:linear-gradient(145deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b47}.nav-account-sep{width:1px;height:38px;flex-shrink:0;align-self:center;background:color-mix(in srgb,var(--border) 85%,#fff 8%);margin:0 12px}.nav-account-actions{display:flex;align-items:center;gap:6px;flex-shrink:0;height:100%}.nav-add-balance{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:auto;padding:0;border-radius:0;border:none;background:transparent;text-decoration:none;flex-shrink:0;transition:color .2s ease}.nav-add-balance i{font-size:17px;line-height:1;font-weight:700;color:color-mix(in srgb,var(--secondary) 70%,#ffffff 30%);flex-shrink:0}.nav-add-balance .nav-account-amount{font-size:14px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--nav-on-bar, var(--text-main, var(--text)))}.nav-add-balance:hover{background:transparent}.nav-add-balance:hover i{color:color-mix(in srgb,var(--secondary) 55%,#ffffff 45%)}.nav-account-dd{display:flex;align-items:stretch;align-self:stretch;flex:1;min-width:0;height:100%;position:relative}.nav-account-dd-trigger{display:flex;align-items:center;align-self:stretch;flex:1;min-width:0;height:100%;min-height:var(--nav-height, 68px);padding:0 4px;border:none;background:transparent;color:inherit;cursor:pointer;text-align:left;font:inherit;position:relative;transition:color .2s ease,background .2s ease}.nav-account-panel:has(.nav-account-dd:hover) .nav-account-name,.nav-account-panel:has(.nav-dropdown.open) .nav-account-name,.nav-account-panel:has(.nav-account-dd:hover) .nav-add-balance i,.nav-account-panel:has(.nav-dropdown.open) .nav-add-balance i{color:var(--nav-hover-text)}.nav-account-panel:has(.nav-account-dd:hover) .nav-account-amount,.nav-account-panel:has(.nav-dropdown.open) .nav-account-amount{color:var(--nav-on-bar, var(--text-main))}.nav-account-menu-indicator{display:inline-flex;align-items:center;justify-content:center;width:28px;height:38px;flex-shrink:0;color:color-mix(in srgb,var(--text-muted, var(--text3)) 70%,#ffffff 30%);pointer-events:none}.nav-account-dd-trigger:hover .nav-account-menu-indicator,.nav-account-dd-trigger.is-open .nav-account-menu-indicator,.nav-account-dd:has(.nav-dropdown.open) .nav-account-menu-indicator{color:var(--nav-hover-text)}.nav-account-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:38px;padding:0;border:none;border-radius:8px;background:transparent;color:color-mix(in srgb,var(--text-muted, var(--text3)) 70%,#ffffff 30%);cursor:pointer;position:relative;transition:color .2s ease,background .2s ease}.nav-account-menu-btn:hover,.nav-account-dd:has(.nav-dropdown.open) .nav-account-menu-btn{color:var(--nav-hover-text);background:var(--nav-hover-bg)}.nav-account-amount{font-size:14px;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.nav-account-caret{font-size:15px;color:inherit;transition:transform .2s ease}.nav-account-dd:has(.nav-dropdown.open) .nav-account-caret,.nav-account-dd-trigger.is-open .nav-account-caret{transform:rotate(180deg)}.nav-account-panel{position:relative}.nav-account-panel .nav-account-dd{position:static}.nav-account-dd .user-dropdown{width:100%;min-width:0;max-width:90vw;right:0;left:auto;top:calc(100% + 10px);margin-top:0;overflow:visible;border-radius:8px}.nav-account-dd .user-dropdown:before{content:"";position:absolute;left:0;right:0;top:-14px;height:14px}.nav-btn{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 14px;border-radius:8px;font-weight:600;font-size:13px;cursor:pointer;border:none;font-family:Inter,sans-serif;transition:all .25s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-decoration:none}.nav-btn-ghost{background:transparent;color:var(--text-muted, var(--text2));border:1px solid transparent}.nav-btn-ghost:hover{color:var(--text-main, var(--text));background:#ffffff0d;border-color:var(--border)}.nav-btn-gradient{background:var(--primary);color:#fff;box-shadow:0 2px 12px var(--primary-glow)}.nav-btn-gradient:hover{background:var(--primary-hover);box-shadow:0 4px 20px var(--primary-glow)}.nav-btn-gradient .dd-arrow{font-size:14px;opacity:.8;transition:transform .2s}.nav-btn-outline{background:transparent;color:var(--text-main, var(--text));border:1px solid var(--border)}.nav-btn-outline:hover{background:#ffffff0d;border-color:#fff3}.nav-icon-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid color-mix(in srgb,var(--border) 75%,#ffffff 25%);background:transparent;color:color-mix(in srgb,var(--text-muted, var(--text2)) 70%,#ffffff 30%);font-size:18px;cursor:pointer;position:relative;transition:color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.nav-icon-btn:hover{color:color-mix(in srgb,var(--primary) 70%,#ffffff 30%);background:var(--nav-bar-hover-bg, var(--nav-hover-bg));transform:none}.nav-hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:1px solid color-mix(in srgb,var(--border) 75%,#ffffff 25%);background:transparent;color:color-mix(in srgb,var(--text-main) 70%,#ffffff 30%);font-size:20px;cursor:pointer;position:relative;transition:color .2s ease,background .2s ease;-webkit-tap-highlight-color:transparent}.nav-hamburger:hover{color:color-mix(in srgb,var(--primary) 70%,#ffffff 30%);background:var(--nav-bar-hover-bg, var(--nav-hover-bg))}.navbar :is(.nav-tab-link,.nav-account-menu-btn,.nav-icon-btn):after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:0;background:var(--nav-hover-line, var(--primary));transform:scaleX(0);transform-origin:center bottom;transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none}.navbar .nav-tab-link:after{height:3px}.navbar .nav-account-menu-btn:after{bottom:0}.navbar .nav-icon-btn:after{bottom:0}.navbar :is(.nav-tab-link:hover,.nav-tab-link.is-open,.nav-tab-link.active,.nav-account-menu-btn:hover,.nav-account-dd:has(.nav-dropdown.open) .nav-account-menu-btn,.nav-icon-btn:hover):after{transform:scaleX(1)}.nav-dd-wrap{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--bg-panel, var(--bg2, #111827));border:1px solid var(--border);border-radius:8px;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff0a;opacity:0;visibility:hidden;transform:translateY(-8px) scale(.97);transition:all .25s cubic-bezier(.4,0,.2,1);z-index:999;overflow:hidden}.nav-dropdown.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}html:not(.dark) .nav-dropdown{background:#fff;border-color:#00000014;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000f}.dropdown-header{display:flex;align-items:center;gap:8px;padding:14px 18px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted, var(--text3));border-bottom:1px solid var(--border)}.theme-dropdown{width:240px}.theme-list{padding:8px}.theme-opt{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border:none;background:transparent;color:var(--text-main, var(--text));font-size:13px;font-weight:500;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;transition:all .15s}.theme-opt:hover{background:var(--nav-hover-bg);color:var(--nav-hover-text)}html:not(.dark) .theme-opt:hover{background:color-mix(in srgb,#0f172a 9%,#ffffff);color:var(--text-main)}.theme-opt.active{background:#7c3aed1a}.theme-dot{width:22px;height:22px;border-radius:8px;flex-shrink:0;border:2px solid rgba(255,255,255,.1)}.theme-check{margin-left:auto;font-size:16px;color:var(--primary);opacity:0;transition:opacity .15s}.theme-opt.active .theme-check{opacity:1}.order-dropdown{width:320px;padding:8px}.order-dd-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:8px;transition:all .2s;text-decoration:none;color:var(--text-main, var(--text))}.order-dd-item:hover{background:var(--nav-hover-bg);color:var(--nav-hover-text)}html:not(.dark) .order-dd-item:hover{background:color-mix(in srgb,#0f172a 9%,#ffffff);color:var(--text-main)}.order-dd-icon{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.order-dd-info{flex:1;display:flex;flex-direction:column}.order-dd-name{font-size:14px;font-weight:600}.order-dd-desc{font-size:11px;color:var(--text-muted, var(--text3));margin-top:2px}.order-dd-go{color:var(--text-muted, var(--text3));font-size:16px;opacity:0;transition:all .2s}.order-dd-item:hover .order-dd-go{opacity:1;transform:translate(3px)}@media (max-width: 1100px){.nav-logo-img{height:44px}}@media (hover: none){.navbar .nav-hamburger:hover,.navbar .nav-icon-btn:hover{background:transparent;transform:none}.navbar .nav-hamburger:hover{color:color-mix(in srgb,var(--text-main) 70%,#ffffff 30%)}.navbar .nav-icon-btn:hover{color:color-mix(in srgb,var(--text-muted, var(--text2)) 70%,#ffffff 30%)}.navbar .nav-icon-btn:hover:after{transform:scaleX(0)}}@media (max-width: 400px){.navbar .nav-logo-img{height:32px}}@media (max-width: 1099px){.nav-left-cluster{flex:1 1 auto;min-width:0}#nav-links{display:flex;position:fixed;top:var(--nav-height, 68px);bottom:auto;height:calc(100dvh - var(--nav-height, 68px));left:0;right:auto;width:min(86vw,340px);z-index:999;flex-direction:column;align-items:stretch;align-self:auto;max-height:none;overflow-y:auto;overscroll-behavior:contain;padding:14px 14px calc(20px + env(safe-area-inset-bottom,0px));margin:0;border-bottom:none;border-right:1px solid var(--border);background:var(--bg-panel, var(--bg2, #111827));box-shadow:8px 0 32px #00000059;gap:6px;transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .28s cubic-bezier(.4,0,.2,1),visibility 0s linear .28s}#nav-links.mobile-open{transform:translate(0);visibility:visible;pointer-events:auto;transition:transform .28s cubic-bezier(.4,0,.2,1),visibility 0s}.xnav-backdrop{display:block;position:fixed;top:var(--nav-height, 68px);left:0;right:0;bottom:auto;height:calc(100dvh - var(--nav-height, 68px));z-index:998;background:#0000008c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .28s ease}.xnav-backdrop.is-open{opacity:1;pointer-events:auto}#nav-links>*{flex-shrink:0}#nav-links .nav-dd-wrap,#nav-links .nav-dd-wrap--tab,#nav-links .nav-account-dd{height:auto;min-height:0;align-self:auto}#nav-links .nav-account-name{max-width:100%;white-space:normal;overflow:visible;text-overflow:clip}.nav-rail-sep,.nav-rail-sep--after-logo{display:none!important}.nav-tab-link{width:100%;justify-content:flex-start;min-height:44px;height:auto;padding:0 14px;border-bottom:none;border-left:2px solid transparent}.nav-tab-icon{font-size:17px}#nav-links .nav-account-panel{width:100%;margin:8px 0 0;padding:8px 10px;height:auto;min-height:0;border-radius:10px!important}#nav-links .nav-account-dd-trigger{height:auto;min-height:0;padding:4px 0}.nav-brand-group>.nav-rail-link--dash{display:none!important}#nav-links .nav-account-meta{display:flex!important}#nav-links .nav-account-dd{position:static}#nav-links .nav-account-panel{flex-wrap:wrap}#nav-links .nav-account-dd{display:contents}#nav-links .nav-account-dd-trigger{flex:1 1 0;min-width:0}#nav-links .nav-account-dd .nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;display:none;flex:1 1 100%;width:100%;max-width:none;margin-top:8px;background:transparent;border:none;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}#nav-links .nav-account-dd .nav-dropdown.open{display:block}#nav-links .user-dd-head{display:none}#nav-links .user-dd-body{padding:0}.nav-tab-link:hover,.nav-tab-link.is-open,.nav-tab-link.active{border-bottom:none;border-left-color:var(--primary, #a78bfa);background:#ffffff0a}.nav-dd-wrap--tab{width:100%;flex-direction:column}.nav-dd-wrap--tab .nav-dropdown{position:static;opacity:1;visibility:visible;transform:none;display:none;width:100%;margin-top:4px;box-shadow:none}.nav-dd-wrap--tab .nav-dropdown.open{display:block}.nav-rail-link,.nav-rail-link--cta{width:100%;justify-content:flex-start;height:42px;padding:0 14px}.nav-rail-order,.nav-rail-order .nav-rail-link--cta{width:100%}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:var(--bg-panel, var(--bg2, #111827));flex-direction:column;padding:16px;border-bottom:1px solid var(--border);gap:4px}.nav-links.mobile-open{display:flex}.xnav .nav-search-wrap--header{display:none}.nav-hamburger{display:flex}.nav-actions{margin-right:0;gap:8px}.nav-logo-img{height:36px}.nav-account-meta,.nav-account-sep{display:none}.nav-account-panel{padding:0 8px}}.user-dropdown{display:flex;flex-direction:column;width:260px;padding:0;border-radius:10px;border:1px solid color-mix(in srgb,var(--border) 80%,var(--primary) 12%);background:color-mix(in srgb,var(--bg-panel) 96%,#06080d);box-shadow:0 24px 64px color-mix(in srgb,#000 50%,transparent),0 0 0 1px color-mix(in srgb,#fff 4%,transparent) inset;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden;box-sizing:border-box}html:not(.dark) .user-dropdown{background:color-mix(in srgb,#fff 94%,var(--bg-panel));box-shadow:0 20px 50px #0000001f,0 0 0 1px #0000000d}.user-dd-head{display:flex;align-items:center;gap:10px;padding:14px 14px 12px;border-bottom:1px solid color-mix(in srgb,var(--border) 88%,transparent);background:color-mix(in srgb,var(--primary) 5%,var(--bg-panel));border-radius:8px 8px 0 0}.user-dd-head-avatar{width:38px;height:38px;border-radius:50%;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.user-dd-head-avatar i{font-size:18px;line-height:1}.user-dd-head-avatar-img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.user-dd-head-meta{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1 1 auto}.user-dd-head-name{font-size:14px;font-weight:700;line-height:1.1;color:var(--text-main, var(--text));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dd-head-role{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted, var(--text3))}.user-dd-head-balance{flex-shrink:0;font-size:13px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--secondary);padding:5px 9px;border-radius:8px;background:color-mix(in srgb,var(--secondary) 10%,transparent);border:1px solid color-mix(in srgb,var(--secondary) 28%,var(--border))}.user-dd-body{width:100%;display:flex;flex-direction:column;gap:0px;padding:6px;box-sizing:border-box}.user-dd-item{display:flex;align-items:center;gap:10px;padding:4px 8px;margin-bottom:2px;color:var(--text-main, var(--text));text-decoration:none;font-size:13px;font-weight:600;border-radius:8px;transition:background .18s ease,color .18s ease,transform .15s ease;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;box-sizing:border-box}.user-dd-item i{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-muted, var(--text3));background:color-mix(in srgb,var(--bg-panel) 70%,transparent);border:1px solid color-mix(in srgb,var(--border) 90%,transparent);flex-shrink:0;transition:background .18s ease,color .18s ease,border-color .18s ease}.user-dd-item:hover{background:color-mix(in srgb,var(--primary) 10%,var(--box-surface));color:var(--text-main)}.user-dd-item:hover i{color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--box-surface));border-color:color-mix(in srgb,var(--primary) 30%,var(--border))}html:not(.dark) .user-dd-item{color:#334155}html:not(.dark) .user-dd-item i{color:#64748b;background:#00000008;border-color:#00000014}html:not(.dark) .user-dd-item:hover{background:color-mix(in srgb,#0f172a 9%,#ffffff);color:var(--text-main)}html:not(.dark) .user-dd-item:hover i{color:var(--primary)}.user-dd-divider{border:none;height:1px;margin:6px 4px;width:auto;background:color-mix(in srgb,var(--border) 90%,transparent)}.user-dd-section-label{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, var(--text3));padding:6px 10px 4px;box-sizing:border-box}.user-dd-section-label i{font-size:13px;color:color-mix(in srgb,var(--primary) 70%,var(--text-muted))}.user-dd-themes{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;padding:0 8px 8px;width:100%;box-sizing:border-box}.udt-btn{width:24px!important;height:24px!important;border-radius:6px!important;border:2px solid transparent!important;background:transparent!important;padding:0!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s!important}.udt-btn.active{border-color:#f59e0b!important}.udt-preview{width:16px!important;height:16px!important;border-radius:4px!important;display:block!important;border:1px solid color-mix(in srgb,var(--text-main) 20%,transparent)!important}.nav-search-results .s3-combo-pic-fa{font-size:16px;color:var(--primary)}.nav-search-results .s3-combo-group-pic--icon{display:inline-flex;align-items:center;justify-content:center;color:var(--primary);font-size:14px}.user-dd-item--danger{color:#f87171!important;font-family:inherit}.user-dd-item--danger i{color:#f87171!important}.user-dd-item--danger:hover{background:#ef44441a!important}.xnav-guest-mobile{display:none}.ti-spin{display:inline-block;animation:xnav-spin .9s linear infinite}@keyframes xnav-spin{to{transform:rotate(360deg)}}@media (max-width: 1099px){.xnav-hide-mobile{display:none!important}.xnav-guest-mobile{display:flex;gap:10px;padding:10px 6px 4px}.xnav-guest-mobile .nav-btn{flex:1;justify-content:center;height:42px}#nav-links .nav-account-panel{min-height:56px;border-radius:10px!important;background:color-mix(in srgb,var(--bg-dark) 60%,transparent)}#nav-links .nav-account-meta{display:flex}}.xnav .nav-btn-gradient{color:var(--theme-accent-contrast, #fff)}html:not(.dark) .xnav{--bg-dark: #111116;--bg-panel: #1a1a20;--bg-card: rgba(35, 35, 41, .6);--text-main: #ececf0;--text-muted: #b0b0ba;--border: rgba(255, 255, 255, .1);--nav-hover-line: #00e6fd;--nav-bar-hover-bg: rgba(255, 255, 255, .09);--nav-hover-text: color-mix(in srgb, var(--text-main) 70%, #ffffff 30%);--nav-tab-text: color-mix(in srgb, var(--text-muted) 70%, #ffffff 30%);--nav-account-name-text: color-mix(in srgb, var(--text-muted) 60%, #ffffff 40%);--nav-account-role-text: color-mix(in srgb, var(--text-muted) 65%, #ffffff 35%);--bg-navbar: color-mix(in srgb, var(--bg-panel) 95%, #ffffff 5%);--nav-surface: #111116;--nav-hover-bg: color-mix(in srgb, #111116 50%, transparent);--box-surface: var(--bg-panel);--nav-bar-bg: #111116;--nav-bar-text: #ececf0;--nav-bar-text-muted: #b0b0ba;--nav-bar-border: rgba(255, 255, 255, .1)}html:not(.dark) .navbar{background:color-mix(in srgb,#111116 94%,transparent);border-bottom:1px solid rgba(255,255,255,.07)}html:not(.dark) .xnav :is(.nav-dropdown,.nav-search-results){--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: #ffffff;--text-main: #162033;--text-muted: #66758a;--border: #dce4ed;--box-surface: #ffffff;--nav-hover-text: #0f172a}html:not(.dark) .xnav .nav-search--bar,html:not(.dark) .xnav .nav-search--bar:focus-within,html:not(.dark) .xnav .nav-search-wrap.is-open .nav-search--bar{background:#1a1a20;border-color:#ffffff1a}html:not(.dark) .xnav .nav-search-kbd{background:#111116;border-color:#ffffff1a;color:#b0b0ba}html:not(.dark) .xnav .nav-account-panel{background:color-mix(in srgb,var(--nav-surface) 30%,transparent)}html:not(.dark) .xnav .nav-account-dash{color:var(--nav-tab-text)}html:not(.dark) .xnav .nav-icon-btn,html:not(.dark) .xnav .nav-hamburger{background:#1a1a20;border-color:#ffffff1a;color:#b0b0ba}.nav-auth-btn{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 18px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(135deg,#38bdf8,#0284c7);color:#fff!important;font-size:14px;font-weight:600;font-family:inherit;letter-spacing:.01em;cursor:pointer;white-space:nowrap;box-shadow:none;transition:none;-webkit-tap-highlight-color:transparent}.nav-auth-btn__ic{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:17px;color:#fff}.nav-auth-btn__arrow{display:none}.nav-auth-btn:hover,.nav-auth-btn:active{background:linear-gradient(135deg,#38bdf8,#0284c7);box-shadow:none;transform:none}.nav-auth-btn:focus-visible{outline:2px solid rgba(56,189,248,.6);outline-offset:2px}.nav-auth-btn--block{width:100%;justify-content:center;height:46px;margin-top:8px;font-size:15px}html:not(.dark) .nav-auth-btn{color:#fff!important}.nav-left-cluster{min-width:0}@media (max-width: 1450px) and (min-width: 1100px){.nav-search-wrap{flex:0 1 314px;min-width:140px}.nav-search-kbd{display:none}#nav-links{flex-shrink:1;min-width:0}#nav-links>*{flex-shrink:0}#nav-links .nav-account-panel{flex-shrink:1;min-width:0}.nav-account-panel .nav-account-avatar,.nav-account-panel .nav-account-sep,.nav-account-panel .nav-account-actions{flex-shrink:0}.nav-account-panel .nav-account-meta{flex-shrink:1;min-width:0}#nav-links .nav-account-name{display:block;max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-account-sep{display:none}.nav-account-panel{padding:0 8px}}@media (max-width: 1200px) and (min-width: 1100px){.nav-tab-link .nav-tab-icon{display:none}.nav-tab-link{padding:0 7px;font-size:13px}#more-dropdown-wrap .nav-tab-link{padding-left:14px;padding-right:12px}.nav-search-wrap{min-width:118px}}@media (max-width: 1280px) and (min-width: 1100px){.navbar .nav-logo-img{height:36px}.nav-actions{gap:6px}.nav-auth-btn{padding:0 10px 0 5px;font-size:12px}.nav-btn-outline{padding:8px 10px}}body.xh-scroll-below-nav .xhome-page-scroll{position:relative;z-index:1;padding-top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px) + var(--xh-eyebar-slot, 0px))}body.xh-scroll-below-nav .xnav .announcement-bar,body.xh-scroll-below-nav .xnav .topbar,body.xh-scroll-below-nav .navbar{position:absolute}body.xh-scroll-below-nav .xnav-spacer{display:none}body.xh-scroll-below-nav :is(.iorder-page,.iprofile-page,.dashboard-page,.addbalance-page,.ihistory-page,.iinvoice-page,.istatement-page,.xpage-page){--xh-page-h: calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px));height:var(--xh-page-h);min-height:var(--xh-page-h);max-height:var(--xh-page-h)}body.xh-scroll-below-nav .xpage-page{height:auto;max-height:none}.navbar .nav-tab-link.active:not(:hover):not(.is-open),html:not(.dark) .navbar .nav-tab-link.active:not(:hover):not(.is-open){background:transparent;box-shadow:none}.nav-search-results .s3-combo-group-title{background:#3c3c45;border-bottom-color:#ffffff1a}.nav-search-results .s3-combo-group-name{color:#fff}.nav-search-results .s3-combo-group-pic{background:#ffffff1a;border-color:#ffffff38}.nav-search--bar input,.nav-search--bar input:focus,.nav-search--bar input:focus-visible{border:none;outline:none;box-shadow:none;--tw-ring-color: transparent;--tw-ring-shadow: 0 0 #0000;--tw-ring-offset-shadow: 0 0 #0000;background:transparent}.nav-search--bar input:-webkit-autofill,.nav-search--bar input:-webkit-autofill:hover,.nav-search--bar input:-webkit-autofill:focus,.nav-search--bar input:-webkit-autofill:active{box-shadow:0 0 0 1000px var(--bg-dark, var(--body-bg, #0a0e14)) inset!important;-webkit-text-fill-color:var(--text, #e8f0f8)!important;caret-color:var(--text, #e8f0f8);-webkit-transition:background-color 100000s ease-in-out 0s;transition:background-color 100000s ease-in-out 0s}html .xnav .nav-search--bar:focus-within,html .xnav .nav-search-wrap.is-open .nav-search--bar,html:not(.dark) .xnav .nav-search--bar:focus-within,html:not(.dark) .xnav .nav-search-wrap.is-open .nav-search--bar{border-color:#00e6fd;box-shadow:none}.navbar .nav-account-dd-trigger:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--nav-hover-line, #00e6fd);transform:scaleX(0);transform-origin:center bottom;transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none}.navbar .nav-account-dd-trigger.active:after,.navbar .nav-account-dd-trigger.is-open:after,.navbar .nav-account-dd-trigger:hover:after{transform:scaleX(1)}.user-dd-logout-wrap{padding:8px 10px 10px;border-top:1px solid var(--border, rgba(255, 255, 255, .08));margin-top:4px}.user-dd-item.user-dd-logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:9px 12px;border:1px solid rgba(239,68,68,.24);border-radius:8px;background:#ef444414;color:#ef4444;font-size:13px;font-weight:700;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}.user-dd-item.user-dd-logout i{font-size:16px;color:inherit;width:auto;height:auto;background:transparent;border:none;border-radius:0}html .user-dd-item.user-dd-logout,html:not(.dark) .user-dd-item.user-dd-logout{color:#ef4444}html .user-dd-item.user-dd-logout:hover,html:not(.dark) .user-dd-item.user-dd-logout:hover{background:#ef4444;border-color:#ef4444;color:#fff}html .user-dd-item.user-dd-logout:hover i,html:not(.dark) .user-dd-item.user-dd-logout:hover i{background:transparent;border:none;color:#fff}.user-dd-item.user-dd-logout:active{transform:scale(.98)}.user-dd-item.user-dd-logout:focus-visible{outline:2px solid rgba(239,68,68,.5);outline-offset:2px}.topbar:has(.topbar-settings .nav-dropdown.open){overflow:visible;z-index:1100}.topbar-right .topbar-settings{display:inline-flex;align-items:center;position:relative}.topbar-right .topbar-settings .nav-icon-btn{width:24px;height:24px;min-width:0;padding:0;border:none;border-radius:6px;background:transparent;color:inherit;font-size:14px}.topbar-right .topbar-settings .nav-icon-btn:hover,.topbar-right .topbar-settings .nav-icon-btn.is-open{background:#ffffff1a;color:#fff;transform:none}.topbar-right .topbar-settings .nav-icon-btn:after{content:none}.topbar-right .topbar-settings .nav-dropdown{top:calc(100% + 10px);right:0;left:auto;z-index:1100}.xnav .topbar-container,.topbar-container,.eye-bar{max-width:1550px;padding-left:14px;padding-right:14px;box-sizing:border-box}.nav-account-amount.is-negative,.user-dd-head-balance.is-negative{color:#ef4444!important}.navbar .nav-account-panel{position:relative}.navbar .nav-account-panel:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--nav-hover-line, var(--primary));transform:scaleX(0);transform-origin:center bottom;transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none}.navbar .nav-account-panel:hover:after,.navbar .nav-account-panel:has(.nav-dropdown.open):after,.navbar .nav-account-panel.is-dash-active:after,.navbar .nav-account-panel.is-account-active:after{transform:scaleX(1)}.navbar .nav-account-panel .nav-account-dd-trigger:after{display:none}.navbar .nav-account-panel .nav-account-menu-btn:after{display:none}@media (max-width: 1099px){#nav-links.mobile-open{display:flex;flex-direction:column;align-items:stretch}#nav-links.mobile-open .nav-account-panel{order:-1;width:100%;height:auto;min-height:0;padding:0;margin:0 0 10px;background:transparent}#nav-links.mobile-open .nav-account-dash,#nav-links.mobile-open .nav-account-sep{display:none!important}#nav-links.mobile-open .nav-account-dd{display:block;width:100%}#nav-links.mobile-open .nav-account-dd-trigger,#nav-links.mobile-open .nav-account-menu-btn{display:none!important}#nav-links.mobile-open .nav-account-dd .user-dropdown,#nav-links.mobile-open .nav-account-dd .nav-dropdown{position:static;display:flex;width:100%;opacity:1;visibility:visible;transform:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:10px;overflow:visible}#nav-links.mobile-open .nav-account-panel:after{display:none}#nav-links.mobile-open .nav-account-panel>.nav-account-avatar,#nav-links.mobile-open .nav-account-panel>.nav-account-meta,#nav-links.mobile-open .nav-account-panel>.nav-add-balance{display:none!important}#nav-links.mobile-open .user-dd-head{display:flex!important}#nav-links.mobile-open .user-dropdown{border:1px solid var(--border)}.user-dd-head-avatar-img{width:100%;height:100%;border-radius:inherit;-o-object-fit:cover;object-fit:cover;display:block}}.nav-search-back{display:none}@media (max-width: 1099px){.nav-search-wrap.is-open{display:flex;align-items:center;gap:8px}.nav-search-wrap.is-open .nav-search-back{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;padding:0;border-radius:10px;border:1px solid var(--border);background:var(--bg-panel, #111827);color:var(--text-muted, var(--text3));font-size:18px;cursor:pointer;transition:color .15s,border-color .15s}.nav-search-wrap.is-open .nav-search-back:active{color:var(--primary);border-color:var(--primary)}.nav-search-wrap.is-open .nav-search--bar{flex:1 1 auto;min-width:0}.nav-search-results{width:100%;max-width:100%;left:0;right:0}.nav-search-s3-list{max-height:min(70vh,560px)}.nav-search-results .s3-combo-item-main{flex-direction:row;flex-wrap:nowrap;align-items:center}.nav-search-results .s3-combo-price-badge{margin-left:8px}}.nav-search-btn{display:none}@media (max-width: 1099px){.nav-brand-group{display:flex;align-items:center;gap:10px}.nav-search-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;padding:0;border-radius:10px;border:1px solid color-mix(in srgb,var(--nav-on-bar, var(--border)) 28%,transparent);background:transparent;color:var(--nav-on-bar, var(--text-main, var(--text)));font-size:20px;line-height:1;cursor:pointer;transition:color .15s,border-color .15s}.nav-search-btn:active{border-color:var(--nav-on-bar, var(--primary));background:color-mix(in srgb,var(--nav-on-bar, var(--primary)) 12%,transparent)}.xnav .nav-search-wrap--header.is-open{display:flex;flex-direction:row;align-items:center;gap:8px;position:fixed;top:0;left:0;right:0;width:auto;max-width:none;min-width:0;flex:0 0 auto;margin:0;z-index:1300;padding:12px;background:var(--bg-panel, #111827);border-bottom:1px solid var(--border);box-sizing:border-box}.xnav .nav-search-wrap--header.is-open .nav-search--bar{flex:1 1 auto;width:auto;max-width:none}.xnav .nav-search-wrap--header.is-open .nav-search-results{position:fixed;top:71px;left:12px;right:12px;bottom:auto;height:calc(100dvh - 71px - max(12px,env(safe-area-inset-bottom,12px)));width:auto;max-width:none;display:flex;flex-direction:column}.xnav .nav-search-wrap--header.is-open .nav-search-results-head{flex:0 0 auto}.xnav .nav-search-wrap--header.is-open .nav-search-s3-list{flex:1 1 auto;min-height:0;max-height:none}.xnav .nav-search-wrap--header.is-open .nav-search-kbd{display:none}#nav-links.mobile-open.is-authed .nav-dd-wrap--tab{display:none!important}}.xnav .user-dd-card-wrap{padding:0 10px;margin-bottom:8px}.xnav .user-dd-card{padding:10px;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:8px;background:color-mix(in srgb,var(--text-main) 3%,transparent)}.xnav .settings-dropdown .user-dd-card-wrap{padding:0;margin:10px 0}.xnav .nav-color-label{display:flex;align-items:center;gap:6px;padding:0;margin:0 0 8px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.xnav .nav-color-label--top{margin-top:12px}.xnav .nav-color-modes{display:grid;grid-template-columns:1fr 1fr;gap:8px}.xnav .nav-color-mode{height:34px;border:1px solid var(--border);border-radius:0;background:var(--bg-card);color:var(--text-main);font-size:12px;font-weight:750;cursor:pointer;transition:border-color .16s ease,background .16s ease}.xnav .nav-color-mode:hover{border-color:var(--text-muted)}.xnav .nav-color-mode.active{border-color:var(--theme-accent);box-shadow:inset 0 0 0 1px var(--theme-accent)}.xnav .nav-color-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:232px;overflow-y:auto;overscroll-behavior:contain}.xnav .nav-color-swatch{min-width:0;height:32px;padding:0 7px;display:flex;align-items:center;gap:7px;border:1px solid var(--border);border-radius:0;background:var(--bg-card);color:var(--text-main);cursor:pointer;text-align:left;transition:border-color .16s ease,background .16s ease}.xnav .nav-color-swatch:hover{border-color:var(--text-muted)}.xnav .nav-color-swatch.active{border-color:var(--theme-accent);box-shadow:inset 0 0 0 1px var(--theme-accent)}.xnav .nav-color-dot{width:13px;height:13px;flex:0 0 13px;border:1px solid rgba(255,255,255,.22);border-radius:0}.xnav .nav-color-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;font-weight:700}.xnav .topbar{background:var(--theme-accent-dark);color:var(--theme-accent-dark-contrast, #fff)}.xnav{--nav-bar-bg: var(--theme-accent-dark);--nav-bar-text: var(--theme-accent-dark-contrast, #fff);--nav-bar-text-muted: color-mix(in srgb, var(--theme-accent-dark-contrast, #fff) 82%, transparent);--nav-bar-border: color-mix(in srgb, var(--theme-accent-dark-contrast, #fff) 16%, transparent)}.navbar,html:not(.dark) .navbar{background:var(--theme-accent);backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014}.xnav,html:not(.dark) .xnav{--nav-on-bar: var(--theme-accent-contrast, #fff);--nav-hover-text: var(--nav-on-bar);--nav-tab-text: color-mix(in srgb, var(--nav-on-bar) 84%, transparent);--nav-account-name-text: var(--nav-on-bar);--nav-account-role-text: color-mix(in srgb, var(--nav-on-bar) 78%, transparent);--nav-hover-line: var(--nav-on-bar);--nav-bar-hover-bg: color-mix(in srgb, var(--nav-on-bar) 14%, transparent)}html:not(.dark) .xnav{--nav-brand-tail: color-mix(in srgb, var(--nav-on-bar, #ffffff) 72%, transparent)}.xnav .nav-tab-link:hover .nav-tab-icon,.xnav .nav-tab-link.is-open .nav-tab-icon,.xnav .nav-tab-link.active .nav-tab-icon,html:not(.dark) .xnav .nav-tab-link:hover .nav-tab-icon,html:not(.dark) .xnav .nav-tab-link.is-open .nav-tab-icon,html:not(.dark) .xnav .nav-tab-link.active .nav-tab-icon{color:var(--nav-on-bar, #ffffff)}.xnav .nav-account-meta.active .nav-account-name,.xnav .nav-account-panel.is-dash-active .nav-account-name,html:not(.dark) .xnav .nav-account-meta.active .nav-account-name,html:not(.dark) .xnav .nav-account-panel.is-dash-active .nav-account-name{color:var(--nav-on-bar, #ffffff)}html .xnav .nav-search--bar,html:not(.dark) .xnav .nav-search--bar{background:color-mix(in srgb,var(--nav-on-bar, #ffffff) 13%,transparent);border-color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 28%,transparent);box-shadow:none}html .xnav .nav-search--bar:hover,html:not(.dark) .xnav .nav-search--bar:hover{background:color-mix(in srgb,var(--nav-on-bar, #ffffff) 18%,transparent);border-color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 40%,transparent)}html .xnav .nav-search--bar:focus-within,html .xnav .nav-search-wrap.is-open .nav-search--bar,html:not(.dark) .xnav .nav-search--bar:focus-within,html:not(.dark) .xnav .nav-search-wrap.is-open .nav-search--bar{background:color-mix(in srgb,var(--nav-on-bar, #ffffff) 20%,transparent);border-color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 62%,transparent);box-shadow:none}.xnav .nav-search-icon{color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 78%,transparent)}.xnav .nav-search--bar input{color:var(--nav-on-bar, #ffffff);caret-color:var(--nav-on-bar, #ffffff)}.xnav .nav-search--bar input::-moz-placeholder{color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 66%,transparent)}.xnav .nav-search--bar input::placeholder{color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 66%,transparent)}html .xnav .nav-search-kbd,html:not(.dark) .xnav .nav-search-kbd{background:color-mix(in srgb,var(--nav-on-bar, #ffffff) 14%,transparent);border-color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 26%,transparent);color:color-mix(in srgb,var(--nav-on-bar, #ffffff) 82%,transparent)}.xnav .nav-search--bar input:-webkit-autofill,.xnav .nav-search--bar input:-webkit-autofill:hover,.xnav .nav-search--bar input:-webkit-autofill:focus,.xnav .nav-search--bar input:-webkit-autofill:active{box-shadow:0 0 0 1000px color-mix(in srgb,var(--nav-on-bar, #ffffff) 13%,var(--theme-accent, #8b5cf6)) inset!important;-webkit-text-fill-color:var(--nav-on-bar, #ffffff)!important;caret-color:var(--nav-on-bar, #ffffff)}.announcement-bar{position:relative;display:flex;align-items:center;gap:14px;min-height:38px;padding:0 20px;box-sizing:border-box;color:#ede9fe;background:#2e1065;border-bottom:1px solid rgba(109,40,217,.22)}.announcement-label{position:relative;z-index:2;display:inline-flex;align-items:center;flex-shrink:0;gap:7px;padding:5px 14px 5px 0;border:0;border-right:1px solid rgba(221,214,254,.25);background:transparent;color:#fff;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer}.announcement-label i{font-size:16px}.announcement-label:focus-visible{outline:2px solid #ddd6fe;outline-offset:2px}.announcement-viewport{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}.announcement-track{display:flex;width:-moz-max-content;width:max-content;animation:announcement-scroll 85s linear infinite}.announcement-message{flex:0 0 auto;margin:0;padding:8px 48px 8px 0;color:#ede9fe;font-size:12px;font-weight:500;line-height:1.6;white-space:nowrap}.announcement-message strong{color:#fff;font-weight:800}.announcement-viewport:is(:hover,:focus) .announcement-track{animation-play-state:paused}.announcement-viewport:focus-visible{outline:1px solid #ddd6fe;outline-offset:-1px}@media (max-width: 620px){.announcement-bar{gap:8px;padding:0 10px;min-height:36px}.announcement-label{padding-right:8px}.announcement-label>span{display:none}}@media (prefers-reduced-motion: reduce){.announcement-track{animation:none}.announcement-message[aria-hidden=true]{display:none}.announcement-viewport{overflow-x:auto;-webkit-mask-image:none;mask-image:none}}.xnav .announcement-bar{position:fixed;top:0;left:0;right:0;z-index:1001}.xnav #main-navbar :is(.nav-search,.nav-auth-btn,.nav-hamburger,.nav-search-btn,.nav-search-back){border:1px solid rgba(255,255,255,.14)!important;border-radius:8px!important;box-shadow:none;color:var(--nav-on-bar, #ffffff)}.xnav #main-navbar .nav-search{background:#ffffff14!important}.xnav #main-navbar .nav-search:focus-within{border-color:#ffffff61!important}.xnav #main-navbar .nav-search input{color:var(--nav-on-bar, #ffffff)!important;background:transparent!important;border:0!important;box-shadow:none!important}.xnav #main-navbar .nav-search input::-moz-placeholder{color:#ede9fe!important;opacity:.85}.xnav #main-navbar .nav-search input::placeholder{color:#ede9fe!important;opacity:.85}.xnav #main-navbar :is(.nav-search-icon,.nav-tab-link){color:#f5f3ff}.xnav #main-navbar .nav-search-kbd{border:0!important;border-radius:4px!important;background:#ffffff1a!important;box-shadow:none!important;color:#ede9fe}.xnav #main-navbar :is(.nav-auth-btn__ic,.nav-tab-icon){border:0!important;background:transparent!important;box-shadow:none!important}.xnav #main-navbar .nav-tab-link{border-color:#ffffff1a!important}.xnav #main-navbar .nav-rail-sep{background:#ffffff24!important}.xnav #main-navbar .nav-auth-btn{min-height:44px;padding:10px 12px;gap:8px;font-size:14px}.xnav #main-navbar .nav-auth-btn:not(:hover):not(:focus-visible){background:#fff!important;background-image:none!important;color:#171322!important}.xnav #main-navbar .nav-auth-btn:is(:hover,:focus-visible){background:#ede9fe!important;color:#171322!important;border-color:#ffffff24!important;box-shadow:none!important}.xnav #main-navbar .nav-auth-btn:before,.xnav #main-navbar .nav-auth-btn:after{content:none!important;animation:none!important}.xnav #main-navbar .nav-auth-label{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;color:inherit}.xnav #main-navbar .nav-auth-divider{opacity:.45;font-weight:400}.xnav #main-navbar .nav-auth-btn__arrow{display:inline-block!important;opacity:1;color:inherit;font-size:16px;-webkit-text-stroke:.6px currentColor;animation:none!important;translate:0}.xnav #main-navbar .nav-auth-btn:is(:hover,:focus-visible) .nav-auth-btn__arrow{animation:nav-auth-arrow .7s ease-in-out infinite!important}.xnav #main-navbar #nav-links .nav-tab-link:before{content:none!important;animation:none!important}.xnav #main-navbar #nav-links .nav-tab-link{transition:background-color .18s ease,color .18s ease}.xnav #main-navbar #nav-links .nav-tab-link:is(:hover,:focus-visible,[aria-expanded=true]){background:var(--theme-accent-hover, #5b21b6)!important;color:#fff!important}.xnav #main-navbar :is(.nav-dropdown,.nav-search-results){border-radius:10px!important}.xnav #main-navbar .nav-dropdown{padding:8px;border:1px solid #30303e!important;background:#10151b!important;box-shadow:0 10px 24px #0005!important}.xnav #main-navbar .order-dd-item{gap:12px;padding:12px;min-height:68px;border-radius:8px!important;color:#e6ebf1}.xnav #main-navbar .order-dd-item+.order-dd-item{margin-top:4px}.xnav #main-navbar .order-dd-icon{width:40px;height:40px;border:0;border-radius:6px!important;color:var(--theme-accent, #6d28d9)!important;font-size:20px}.xnav #main-navbar .order-dd-name{display:block;font-size:14px;line-height:1.4;font-weight:600}.xnav #main-navbar .order-dd-desc{display:block;margin-top:4px;color:#929ca7;font-size:11px;line-height:1.45}.xnav #main-navbar .order-dd-go{margin-left:auto;flex-shrink:0;color:#929ca7;font-size:15px}.xnav #main-navbar .nav-more-item{padding:12px;border-radius:8px!important;color:#e6ebf1;font-size:13px;line-height:1.4}.xnav #main-navbar :is(.order-dd-item,.nav-more-item):is(:hover,:focus-visible){background:rgba(var(--theme-accent-rgb, 109, 40, 217),.12)!important}.xnav #main-navbar .order-dd-item:is(:hover,:focus-visible) .order-dd-name{color:var(--theme-accent, #6d28d9)}.xnav #main-navbar .order-dd-item:is(:hover,:focus-visible) .order-dd-icon{background:rgba(var(--theme-accent-rgb, 109, 40, 217),.18)!important}.xnav #main-navbar .order-dd-item:is(:hover,:focus-visible) .order-dd-go{color:var(--theme-accent, #6d28d9)}html[data-mode=light] .xnav #main-navbar .nav-dropdown{border-color:var(--border)!important;background:var(--bg-panel)!important}html[data-mode=light] .xnav #main-navbar :is(.order-dd-item,.nav-more-item){color:var(--text-main)}html[data-mode=light] .xnav #main-navbar .order-dd-desc{color:var(--text-muted)}@media (prefers-reduced-motion: reduce){.xnav #main-navbar .nav-auth-btn:is(:hover,:focus-visible) .nav-auth-btn__arrow{animation:none!important}}:where(:root){--theme-accent: #8b5cf6;--theme-accent-rgb: 139, 92, 246;--theme-accent-contrast: #ffffff;--theme-accent-hover: #7c3aed}html[data-theme=dark]{--theme-accent: #8b5cf6;--theme-accent-rgb: 139,92,246;--theme-accent-contrast: #ffffff;--theme-accent-hover: #7c3aed}html[data-theme=dark-github]{--theme-accent: #4493f8;--theme-accent-rgb: 68,147,248;--theme-accent-contrast: #ffffff;--theme-accent-hover: #1f6feb}html[data-theme=dark-vercel]{--theme-accent: #ededed;--theme-accent-rgb: 237,237,237;--theme-accent-contrast: #111116;--theme-accent-hover: #c7c7c7}html[data-theme=dark-dracula]{--theme-accent: #ff79c6;--theme-accent-rgb: 255,121,198;--theme-accent-contrast: #ffffff;--theme-accent-hover: #bd93f9}html[data-theme=dark-onedark]{--theme-accent: #61afef;--theme-accent-rgb: 97,175,239;--theme-accent-contrast: #ffffff;--theme-accent-hover: #56b6c2}html[data-theme=dark-monokai]{--theme-accent: #f92672;--theme-accent-rgb: 249,38,114;--theme-accent-contrast: #ffffff;--theme-accent-hover: #a6e22e}html[data-theme=dark-ocean]{--theme-accent: #38bdf8;--theme-accent-rgb: 56,189,248;--theme-accent-contrast: #04121f;--theme-accent-hover: #0ea5e9}html[data-theme=dark-emerald]{--theme-accent: #10b981;--theme-accent-rgb: 16,185,129;--theme-accent-contrast: #03130d;--theme-accent-hover: #059669}html[data-theme=dark-cyan]{--theme-accent: #00dff5;--theme-accent-rgb: 0,223,245;--theme-accent-contrast: #04121a;--theme-accent-hover: #22d3ee}html[data-theme=dark-crimson]{--theme-accent: #f43f5e;--theme-accent-rgb: 244,63,94;--theme-accent-contrast: #ffffff;--theme-accent-hover: #e11d48}html[data-theme=dark-sunset]{--theme-accent: #f59e0b;--theme-accent-rgb: 245,158,11;--theme-accent-contrast: #170f02;--theme-accent-hover: #d97706}html[data-theme=light]{--theme-accent: #111116;--theme-accent-rgb: 17,17,22;--theme-accent-contrast: #ffffff;--theme-accent-hover: #1a1a20}html[data-theme=dark-vercel][data-mode=light]{--theme-accent: #111116;--theme-accent-rgb: 17,17,22;--theme-accent-contrast: #ffffff;--theme-accent-hover: #2a2a30}html[data-theme=light][data-mode=dark]{--theme-accent: #ededed;--theme-accent-rgb: 237,237,237;--theme-accent-contrast: #111116;--theme-accent-hover: #c7c7c7}html{--theme-accent-dark: color-mix(in srgb, var(--theme-accent) 70%, #000000);--theme-accent-dark-contrast: #ffffff}html{--xh-page-bg: color-mix(in srgb, color-mix(in srgb, #12161c 86%, var(--theme-accent)) 28%, #000000);--theme-bg-dark: #10151a}html[data-mode=light]{--xh-page-bg: color-mix(in srgb, #ffffff 96.5%, var(--theme-accent));--theme-bg-dark: #ffffff}html :is(.xhome-shell,.xhome-addfund,.xhome-dash,.xhome-profile,.xhome-order,.xhome-invoice,.ihistory-page,.mega-footer,.xnav,.xhome-installapp){--primary: var(--theme-accent);--primary-hover: var(--theme-accent-hover);--primary-glow: rgba(var(--theme-accent-rgb), .32);--secondary: #10b981;--secondary-glow: rgba(16, 185, 129, .28);--bg-dark: var(--xh-page-bg);--bg-panel: #10151a;--bg-card: #171c22;--bg-elevated: #20262e;--text-main: #e6e8eb;--text-muted: #8c95a1;--text-muted-2: #69717c;--border: #343c45;--xh-shadow: 0 8px 25px rgba(0, 0, 0, .18);--card-hover-border: rgba(var(--theme-accent-rgb), .62)}html[data-mode=light] :is(.xhome-shell,.xhome-addfund,.xhome-dash,.xhome-profile,.xhome-order,.xhome-invoice,.ihistory-page,.mega-footer,.xnav,.xhome-installapp){--bg-panel: #ffffff;--bg-card: #f7f9fb;--bg-elevated: #eef2f5;--text-main: #232932;--text-muted: #687383;--text-muted-2: #8b95a3;--border: #d8dee6;--xh-shadow: 0 8px 25px rgba(31, 44, 58, .08);--card-hover-border: rgba(var(--theme-accent-rgb), .82)}.ab-gw-check,.bf-countdown__live:before,.bf-header__countdown-wrap:after,.cta-support-status-dot,.dash-activity-dot,.dash-chart-legend-dot,.dash-hero-status i,.dash-hero-status-top i,.dash-ontrack-btn-arrow,.ih-latest-panel:after,.ih-metrics-live-dot,.ih-metrics-panel:after,.ih-metrics-trust-box-dot,.ih-metrics-trust-box-tag:before,.ih-metrics-trust-box:after,.ih-premium-card__dot,.ih3-card-badge-dot,.ih3-card-badge-inner:after,.ihistory-search .srch-clear-btn,.ihome-hero-dot,.iorder-toggle-slider:after,.iorder-topbar-search .srch-clear-btn,.iprofile-2fa-step-dot,.iprofile-2fa-step-num,.iprofile-mobile-future-card:after,.iprofile-sidebar-avatar,.iprofile-sidebar-avatar-edit,.iprofile-sidebar-avatar-ring,.iprofile-sidebar-status,.iprofile-social-chip button,.iprofile-toggle-slider:before,.list-section--bf:after,.nav-search-results .s3-combo-group-pic,.navbar .nav-account-avatar,.navbar .nav-account-avatar-dot,.navbar .nav-account-avatar-dot:after,.navbar .nav-account-avatar-img,.of-online-dot,.of-online-dot:before,.of-sd-arrow,.of-sd-dot,.of-terms-check,.osm .osm-check,.osm .osm-icon-wrap,.osm .osm-ring,.osm-ring,.pay-bnb,.pay-mc-a,.pay-mc-b,.pay-usdt,.s3-combo-group-pic,.sk-circle,.style-1-active .of-sd-feature-list li:before,.style-1-active .of-sd-service-id:before,.user-dd-head-avatar,.user-dd-head-avatar-img,.xhome-order .of-sd-feature-list li:before,.xhome-order .of-sd-service-id:before{border-radius:50%!important}.ihome-hero-dot.is-active,.iprofile-2fa-step-line,.iprofile-toggle-slider{border-radius:999px!important}.livechat-launcher [class~=rounded]{border-radius:.25rem!important}.livechat-launcher [class~=rounded-lg]{border-radius:.5rem!important}.livechat-launcher [class~=rounded-2xl]{border-radius:10px!important}.livechat-launcher [class~=rounded-bl-md]{border-bottom-left-radius:.375rem!important}.livechat-launcher [class~=rounded-br-md]{border-bottom-right-radius:.375rem!important}.livechat-launcher [class~=rounded-full]{border-radius:9999px!important}.livechat-launcher .gsmw-shape-circle{border-radius:50%!important}.livechat-launcher .gsmw-shape-pill{border-radius:999px!important}.livechat-launcher .gsmw-shape-rounded{border-radius:10px!important}.livechat-launcher button>span{border-radius:9999px!important}.livechat-launcher .gsmw-dot-pulse:after,.livechat-launcher .gsmw-ripple-on:before{border-radius:inherit!important}:root{--xh-title-hover: var(--theme-accent, #6d28d9)}html[data-mode=dark]{--xh-title-hover: color-mix(in srgb, var(--theme-accent, #8b5cf6) 45%, #ffffff)}::-moz-selection{background:color-mix(in srgb,var(--theme-accent, #6d28d9) 32%,transparent);color:var(--text-main, #e6e8eb)}::selection{background:color-mix(in srgb,var(--theme-accent, #6d28d9) 32%,transparent);color:var(--text-main, #e6e8eb)}.product-card:hover .p-card-title,.ih-featured-card:hover .ih-featured-card__title,.ih-premium-card:hover .ih-premium-card__name,.ih-latest-card:hover .ih-latest-card__name,.hot-service-row:hover .hot-service-name,.eye-bar-svc-row:hover .eye-bar-svc-name{color:var(--xh-title-hover);text-decoration:none}:root{--tooltip-bg: rgba(16, 21, 27, .96);--tooltip-text: #f8fafc;--tooltip-border: #252d36}html[data-mode=light]{--tooltip-bg: #ffffff;--tooltip-text: #0f172a;--tooltip-border: #d8dee6}.service-tooltip{position:fixed;z-index:999999;width:-moz-max-content;width:max-content;max-width:min(370px,calc(100vw - 24px));padding:10px 12px;border:1px solid var(--tooltip-border);border-radius:10px;background:var(--tooltip-bg);color:var(--tooltip-text);box-shadow:0 5px 14px #0000001c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-size:12px;line-height:1.5;font-weight:500;text-align:left;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(4px) scale(.985);transform-origin:bottom left;transition:opacity .13s ease,visibility .13s ease,transform .13s ease}.service-tooltip:after{content:"";position:absolute;bottom:-5px;left:var(--tooltip-arrow-left, 24px);width:9px;height:9px;background:var(--tooltip-bg);border-right:1px solid var(--tooltip-border);border-bottom:1px solid var(--tooltip-border);transform:rotate(45deg)}.service-tooltip.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}@media (prefers-reduced-motion: reduce){.service-tooltip{transition:none}}@media (max-width: 520px){html body .offer-section{padding:12px}html body .offer-section .bf-countdown__timer{gap:6px}html body .offer-section .bf-offers-track{gap:10px}html body .offer-section .bf-offer-body{padding:10px}html body .offer-section .bf-offer-visual{height:160px}html body .offer-section .bf-offer-name{font-size:13px;min-height:37px;max-height:37px}html body .offer-section .bf-offer-btn{font-size:12px}html body .offer-section .bf-countdown{gap:8px}html body .offer-section .bf-countdown__head{padding-right:8px}html body .offer-section .bf-countdown__label{font-size:9px;gap:4px;white-space:nowrap}html body .offer-section .bf-countdown__label svg{width:11px;height:11px}html body .offer-section .bf-countdown__unit span{font-size:7px;letter-spacing:0}html body .offer-section .bf-countdown__timer{gap:4px}}@media (max-width: 620px){html body .home-service-tabs__header{gap:12px}html body .home-service-tabs__list{gap:18px}html body .home-service-tabs__list button{font-size:12px}html body .service-tabs__label-detail{display:none}}@media (max-width: 650px){html body #we-are-reseller{--reseller-visible: 4;--reseller-gap: 8px;padding:10px}#we-are-reseller .reseller-header{gap:8px;margin-bottom:12px;padding-bottom:12px}#we-are-reseller .reseller-heading{gap:7px}#we-are-reseller .reseller-section-icon{width:28px;height:28px;flex-basis:28px;border-radius:6px!important}#we-are-reseller .reseller-section-icon svg{width:17px;height:17px}#we-are-reseller h2{font-size:13px}#we-are-reseller .reseller-controls{gap:4px}#we-are-reseller .reseller-control{width:27px;height:28px}#we-are-reseller .reseller-name{padding:10px 8px;font-size:12px}}@media (max-width: 980px){.ihome-page .ih3-hero{height:auto;min-height:0;max-height:none}.ihome-page .ih3-hero{padding:32px 20px 16px}}@media (max-width: 650px){.ihome-page .ih3-hero{padding:28px 14px 12px;gap:16px}.ihome-page .ih3-hero .ih3-hero-kicker-text{font-size:9px}.ihome-page .ih3-hero .ih3-hero-desc{width:min(360px,100%);max-width:360px;padding:12px 14px;font-size:12px}.ihome-page .ih3-hero .ih3-hero-cta{min-height:44px;font-size:12px}.ihome-page .ih3-hero .ih3-hero-tools{--hero-tool-trim: 48px;--hero-tools-width: min(330px, 90vw);width:calc(var(--hero-tools-width) - var(--hero-tool-trim));margin-left:calc((100% - var(--hero-tools-width)) / 2);margin-right:calc((100% - var(--hero-tools-width)) / 2 + var(--hero-tool-trim))}.ihome-page .ih3-hero .ih3-hero-cards{--caption-h: 124px}.ihome-page .ih3-hero .ih3-card-info{padding:19px 14px 10px;gap:4px}.ihome-page .ih3-hero .ih3-card-name{font-size:13.5px;line-height:1.2}.ihome-page .ih3-hero .ih3-card-subtitle{font-size:10.5px;line-height:1.35;-webkit-line-clamp:3}.ihome-page .ih3-hero .ih3-card-badge{left:10px;top:calc(var(--visual-h) - 12px);border-radius:6px!important}.ihome-page .ih3-hero .ih3-card-badge-inner{min-height:24px;padding:4px 7px;gap:5px;font-size:8px}}@media (max-width: 480px){.ihome-page .ih3-hero .ih3-hero-tools{--hero-tool-trim: 46px;--hero-tools-width: min(315px, 90vw)}}@media (max-width: 390px){.ihome-page .ih3-hero .ih3-hero-tools{--hero-tool-trim: 44px;--hero-tools-width: min(290px, 90vw)}}@media (max-width: 650px){.ihome-page .ih3-hero .ih3-type-text:after{width:2px;margin-left:4px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-kicker{margin:0 auto 16px;min-height:26px;padding:5px 9px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-kicker-text{font-size:9px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-title-box{min-height:98px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-headline{font-size:clamp(27px,8.1vw,42px);gap:6px;text-align:center}.ihome-page .ih3-hero .ih3-hero-title-lead{font-size:23px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-subtitle{margin-top:2px;min-height:44px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-subtitle-text{max-width:310px;font-size:15px;line-height:1.4}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-desc{max-width:360px;margin-top:10px;font-size:12.5px;line-height:1.75;text-align:center}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-actions{margin-top:22px}.ihome-page .ih3-hero .ih3-hero-copy .ih3-hero-cta{font-size:12px}}@media (max-width: 768px){html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card:hover,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card:hover{border-color:inherit!important;box-shadow:none!important;outline:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .home-service-tabs__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:12px!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .home-service-tabs__list{display:flex!important;min-width:0!important;gap:6px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .home-service-tabs__list button{padding:6px 10px!important;min-height:44px!important;font-size:10.5px!important;white-space:nowrap!important;flex-shrink:0!important;touch-action:manipulation;text-transform:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .home-service-tabs__header .view-all{font-size:11px!important;white-space:nowrap!important;flex-shrink:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) :is(.product-grid,.product-grid--six),:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) :is(.product-grid,.product-grid--six){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}html[data-mode] body .ihome-product-showcase.ihome-block .product-card:nth-child(n+10){display:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:0!important;padding:0!important;border-radius:10px!important;overflow:hidden!important;min-width:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual{width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-bottom:1px solid var(--border, #d8dee6)!important;border-radius:0!important;margin:0!important;padding:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual svg.image-placeholder,html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual i{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-body,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-body{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;grid-template-areas:none!important;padding:4px 6px 8px!important;gap:6px!important;flex:1!important;min-width:0!important}html body :is(.p-card-title,.hot-service-name,.service-name,.bf-offer-name,.offer-section .bf-offer-name,.ih-featured-card__title,.ih-premium-card__name,.ih-latest-card__name,.os-reseller-card__name,.reseller-name,.eye-bar-name,.ih3-card-name,.updates-card h3,[class*=service-name],[class*=product-name]),:is(.xhome,.xhome-order) :is(.p-card-title,.hot-service-name,.service-name,.bf-offer-name,.offer-section .bf-offer-name,.ih-featured-card__title,.ih-premium-card__name,.ih-latest-card__name,.os-reseller-card__name,.reseller-name,.eye-bar-name,.ih3-card-name,.updates-card h3,[class*=service-name],[class*=product-name]){font-size:12.5px!important;line-height:1.32!important;font-weight:400!important;margin-top:0!important;padding-top:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-title,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-title{font-size:12px!important;line-height:1.32!important;font-weight:400!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;margin:0!important;padding-top:0!important;min-height:32px!important;max-height:32px!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-meta,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2px!important;margin-top:auto!important;padding:6px 0 0!important;min-width:0!important;flex-direction:row!important;flex-wrap:nowrap!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-price{font-size:clamp(9px,2.6vw,11px)!important;font-weight:700!important;line-height:1.2!important;flex:0 0 auto!important;white-space:nowrap!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time{font-size:clamp(7.5px,2.1vw,9px)!important;line-height:1.2!important;white-space:nowrap!important;flex:0 0 auto!important;gap:2px!important;padding:3px 2px!important;border:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time svg{width:9px!important;height:9px!important}html[data-mode] body .ihome-product-showcase.ihome-block .product-card :is(.p-card-visual,.p-card-body,.p-card-meta){box-shadow:none!important}html[data-mode] body .ihome-product-showcase.ihome-block .product-card:is(:hover,:focus-visible,:active){border-color:color-mix(in srgb,var(--theme-accent, #6d28d9) 65%,var(--mode-line, #252d36))!important;box-shadow:0 3px 10px #0000002e!important;transform:none!important;position:relative;z-index:1}html[data-mode=light] body .ihome-product-showcase.ihome-block .product-card:is(:hover,:focus-visible,:active){box-shadow:0 3px 10px #0f172a1f!important}html body .ihome-product-showcase.ihome-block .product-card:not(:hover):not(:focus-visible){box-shadow:none!important}html body .ihome-product-showcase.ihome-block .product-card.product-card:focus-visible{outline:2px solid var(--theme-accent, #6d28d9)!important;outline-offset:3px!important}}@media (max-width: 480px){html body .ihome-product-showcase.ihome-block .p-card-time-icon{display:none!important}}@media (max-width: 980px){.ihome-page .ih3-hero .ih3-type-text{width:-moz-fit-content!important;width:fit-content!important;max-width:calc(100vw - 28px)!important;margin-left:auto!important;margin-right:auto!important}}@media (max-width: 640px){html body .hot-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body :is(.hot-services-section .hot-service-column__head,.hot-service-column__head){height:100px!important;min-height:100px!important;max-height:100px!important;padding:12px!important}html body .hot-service-column__head svg.media-placeholder{width:40px!important;height:40px!important}html body :is(.hot-service-column .hot-service-list,[aria-labelledby=hot-service-group-0].hot-service-list,.hot-service-column:first-child .hot-service-list){--hot-service-side-padding: 8px !important;padding:8px var(--hot-service-side-padding)!important;gap:7px!important;height:224px!important;max-height:224px!important}html body .hot-service-column .hot-service-list a.hot-service-row{grid-template-columns:48px minmax(0,1fr)!important;gap:8px!important;padding:7px 8px!important}html body .hot-service-visual{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important}html body .hot-service-visual svg.media-placeholder{width:22px!important;height:22px!important}html body .hot-service-row .hot-service-name{font-size:11.5px!important;line-height:1.3!important;height:30px!important;min-height:30px!important;max-height:30px!important}html body .hot-service-content .hot-service-meta{margin-top:4px!important;gap:4px!important}html body :is(.hot-service-price,.hot-service-time){padding:2px 4px!important;font-size:9.5px!important;line-height:1.2!important}html body #we-are-reseller{--reseller-visible: 4 !important;--reseller-gap: 8px !important;padding:10px!important}#we-are-reseller .reseller-image .media-placeholder{width:28px!important;height:28px!important}#we-are-reseller .reseller-name{padding:6px 3px!important;font-size:10.5px!important;line-height:1.25!important}html body .ihome-block[data-hb-key=ticker]{margin:4px 0 6px!important;padding:0!important;width:100%!important}html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar,html body .ihome-page .marquee-section.os-textbar,html body .marquee-section.os-textbar{display:flex!important;align-items:center!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 8px!important;margin:0 auto!important;border-radius:7px!important;gap:8px!important;background:#0d1219!important;border:1px solid #1f2734!important;box-shadow:0 1px 3px #00000040,inset 0 1px #ffffff0a!important;overflow:hidden!important;box-sizing:border-box!important}html body .ihome-page>[data-hb-key=resellers],html body #we-are-reseller{margin-top:0!important}html body .os-textbar-intro{display:none!important}html body .os-textbar-intro:before{content:"⚡";font-size:10px;line-height:1;display:inline-block}html body .os-textbar-intro__title{color:var(--theme-accent-text, #c4b5fd)!important;font-size:9.5px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.4px!important;white-space:nowrap!important;line-height:1!important}html body .os-textbar-intro__sub{display:none!important}html body .os-textbar .marquee-container.os-reseller-container{flex:1!important;min-width:0!important;height:100%!important;padding:0!important;display:flex!important;align-items:center!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent 0%,#000 12px,#000 calc(100% - 12px),transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12px,#000 calc(100% - 12px),transparent 100%)!important}html body .os-textbar .os-textbar-track{display:flex!important;align-items:center!important;animation-duration:var(--os-marquee-speed, 24s)!important}html body .os-textbar .os-textbar-group{display:flex!important;align-items:center!important;gap:6px!important;padding-right:6px!important}html body .os-textbar .m-item{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;height:22px!important;min-height:22px!important;max-height:22px!important;padding:0 8px!important;gap:5px!important;border-radius:5px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.01em!important;white-space:nowrap!important;background:#141a23!important;border:1px solid #242e3d!important;color:#c7d0dc!important;box-shadow:0 1px 2px #00000026!important;transition:all .15s ease!important}html body .os-textbar .m-item i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:14px!important;height:14px!important;flex:0 0 14px!important;font-size:13px!important;line-height:1!important;color:var(--theme-accent, #8b5cf6)!important}html body .os-textbar .m-item:hover{color:#fff!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 20%,#141a23)!important;border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.55)!important}html[data-mode=light] body .ihome-page .section-container.marquee-section.os-textbar,html[data-mode=light] body .section-container.marquee-section.os-textbar,html[data-mode=light] body .ihome-page .marquee-section.os-textbar,html[data-mode=light] body .marquee-section.os-textbar{background:#f8fafc!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000a,inset 0 1px #fff!important}html[data-mode=light] body .os-textbar-intro{background:rgba(var(--theme-accent-rgb, 109, 40, 217),.09)!important;border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.24)!important}html[data-mode=light] body .os-textbar-intro__title{color:var(--theme-accent, #6d28d9)!important}html[data-mode=light] body .os-textbar .m-item{background:#fff!important;border:1px solid #e2e8f0!important;color:#334155!important;box-shadow:0 1px 2px #0000000a!important}html[data-mode=light] body .os-textbar .m-item:hover{color:var(--theme-accent, #6d28d9)!important;background:#f1f5f9!important;border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.4)!important}}@media (max-width: 380px){html body .hot-services-grid{gap:8px!important}html body :is(.hot-service-column .hot-service-list,[aria-labelledby=hot-service-group-0].hot-service-list,.hot-service-column:first-child .hot-service-list){--hot-service-side-padding: 6px !important;padding:6px var(--hot-service-side-padding)!important;height:218px!important;max-height:218px!important}html body .hot-service-column .hot-service-list a.hot-service-row{grid-template-columns:42px minmax(0,1fr)!important;gap:6px!important;padding:6px!important}html body .hot-service-visual{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important}html body .hot-service-visual svg.media-placeholder{width:20px!important;height:20px!important}html body .hot-service-row .hot-service-name{font-size:11px!important}html body :is(.hot-service-price,.hot-service-time){font-size:9px!important;padding:1.5px 3.5px!important}html body #we-are-reseller{--reseller-visible: 4 !important;--reseller-gap: 6px !important;padding:8px!important}#we-are-reseller .reseller-image .media-placeholder{width:24px!important;height:24px!important}#we-are-reseller .reseller-name{padding:5px 2px!important;font-size:9.5px!important}html body .ihome-block[data-hb-key=ticker]{margin:3px 0 5px!important}html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar,html body .ihome-page .marquee-section.os-textbar,html body .marquee-section.os-textbar{height:32px!important;min-height:32px!important;max-height:32px!important;padding:0 6px!important;gap:6px!important;margin-bottom:0!important}html body .os-textbar-intro{display:none!important}html body .os-textbar .os-textbar-group{gap:5px!important;padding-right:5px!important}html body .os-textbar .m-item{min-height:20px!important;height:20px!important;max-height:20px!important;padding:0 6px!important;gap:4px!important;font-size:10px!important}html body .os-textbar .m-item i{width:12px!important;height:12px!important;flex:0 0 12px!important;font-size:11px!important}}@media (max-width: 980px){html body .ihome-page .ih3-hero{display:flex!important;flex-direction:column!important;height:auto!important;min-height:0!important;max-height:none!important;padding:32px 20px 16px!important;overflow:hidden}html body .ihome-page .ih3-hero-copy{order:0!important;width:100%;max-width:100%;text-align:center}html body .ihome-page .ih3-hero-content{width:100%;max-width:100%}html body .ihome-page .ih3-hero-kicker{margin-inline:auto}html body .ihome-page .ih3-hero-headline{text-align:center}html body .ihome-page .ih3-hero-subtitle{justify-content:center}html body .ihome-page .ih3-hero-desc{margin-inline:auto}html body .ihome-page .ih3-hero-actions{justify-content:center;flex-direction:column;align-items:center}html body .ihome-page .ih3-hero-cards{order:1!important;display:flex!important;width:100%!important;max-width:100%;margin:8px auto 0!important;padding:0!important;overflow:hidden}}@media (max-width: 768px){html body .ihome-page .ih3-card-stage{--ih3-cw: min(52vw, 205px) !important;--ih3-info-h: 82px !important;--ih3-card-h: calc(var(--ih3-cw) + var(--ih3-info-h)) !important;--ih3-side-1: clamp(72px, 20vw, 92px);--ih3-side-2: clamp(125px, 35vw, 158px);display:block!important;position:relative;width:100%!important;height:calc(var(--ih3-card-h) + 48px)!important;min-height:calc(var(--ih3-card-h) + 48px)!important;padding:0!important;margin:0 auto;overflow:hidden!important;transform:none!important;scroll-snap-type:none}html body .ihome-page .ih3-act-card{position:absolute!important;left:calc((100% - var(--ih3-cw)) / 2)!important;top:0!important;width:var(--ih3-cw)!important;height:var(--ih3-card-h)!important;transform:translate(var(--x)) scale(var(--scale))!important}html body .ihome-page .ih3-act-card[data-pos="0"]{--scale: 1}html body .ihome-page .ih3-act-card:is([data-pos="-1"],[data-pos="1"]){--scale: .78}html body .ihome-page .ih3-act-card:is([data-pos="-2"],[data-pos="2"]){--scale: .6}html body .ihome-page .ih3-act-card-visual{height:var(--visual-h)!important}html body .ihome-page .ih3-card-info{top:var(--visual-h)!important;padding:19px 14px 10px!important}html body .ihome-page .ih3-card-badge{top:calc(var(--visual-h) - 12px)!important}html body .ihome-page .ih3-type-text:after{content:none}html body .ihome-page .ih3-hero-tool{width:38px;height:38px;flex:0 0 38px}html body .ihome-page .home-service-tabs .p-card-visual-fallback{font-size:26px!important}html body .ihome-page .home-service-tabs .p-card-title{padding-bottom:0!important;border-bottom:0!important}html body .ihome-page .home-service-tabs .p-card-meta{border-top:1px solid var(--catalog-line)!important;padding-top:0!important}}@media (max-width: 650px){html body .ihome-page .ih3-hero{padding:28px 14px 12px!important;gap:16px!important}html body .ihome-page .ih3-hero-headline{font-size:clamp(27px,8.1vw,42px)!important}html body .ihome-page .ih3-hero-title-box{min-height:98px!important}html body .ihome-page .ih3-hero-desc{width:100%;max-width:360px;padding:0!important;font-size:12.5px!important}html body .ihome-page .ih3-hero-cta{width:min(245px,84vw);min-height:44px!important}html body .ihome-page .ih3-hero-tools{height:42px;flex:none}}@media (max-width: 480px){html body .ihome-page .ih3-card-stage{--ih3-cw: min(50vw, 195px) !important;--ih3-info-h: 78px !important;--ih3-side-1: clamp(68px, 19vw, 86px);--ih3-side-2: clamp(118px, 34vw, 145px)}html body .ihome-page .ih3-hero-tool{width:36px;height:36px;flex-basis:36px}}@media (prefers-reduced-motion: reduce){html body .ihome-page .ih3-act-card{transition:none!important}}.dashboard-page{box-sizing:border-box}body.dashboard-active{overflow-x:hidden}body.dashboard-active .dashboard-page{--xh-page-h: calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px));height:var(--xh-page-h);min-height:var(--xh-page-h);max-height:var(--xh-page-h);padding:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}body.dashboard-active #footer-placeholder{width:100%;flex-shrink:0}@media (max-width: 1050px){body.dashboard-active .dashboard-page{height:auto;max-height:none;overflow:visible}}body.xh-scroll-below-nav.style-3-active .iorder-page{--xh-page-h: calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px));height:auto;min-height:var(--xh-page-h);max-height:none;overflow:visible}.xhome-dash{--primary: var(--theme-accent, #6d28d9);--primary-rgb: var(--theme-accent-rgb, 109, 40, 217);--page-bg: #070a0e;--card-bg: #0d1217;--card-border: #1a222c;--input-bg: #070b0f;--text: #f8fafc;--text-muted: #808e9d;--text-dim: #505c6d}html[data-mode=light] .xhome-dash{--page-bg: #f4f6f8;--card-bg: #ffffff;--card-border: #e2e8f0;--input-bg: #f8fafc;--text: #0f172a;--text-muted: #64748b;--text-dim: #94a3b8}.xhome-dash,.xhome-dash *,.xhome-dash *:before,.xhome-dash *:after{box-sizing:border-box;margin:0;padding:0}.xhome-dash{width:100%;background:transparent;font-family:Inter,-apple-system,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}.dash-page-shell,.dash-shell{width:min(1550px,calc(100% - 40px))!important;max-width:1550px!important;margin:0 auto!important;padding:24px 0 32px!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;height:100%!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:auto!important}.dash-app-window{width:100%;height:100%;flex:1 1 auto;display:flex;flex-direction:column;gap:14px;min-height:700px;flex-shrink:0;overflow:visible}@media (max-width: 1050px){.xhome-dash{height:auto;overflow:visible}.dash-page-shell,.dash-shell{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:10px 10px 0!important;overflow:visible!important}.dash-app-window{height:auto;min-height:0;overflow:visible;gap:12px}html body .dash-top-card-box{padding:0;border:0;background:transparent;box-shadow:none}.dash-app-window,.dash-top-grid,.dash-bottom-grid,.dash-balance-stack{min-width:0;max-width:100%}}.dash-alert-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 18px;background:#14090c;border:1px solid rgba(239,68,68,.28);border-radius:8px;box-shadow:0 4px 14px #00000040;position:relative;flex-shrink:0}html[data-mode=light] .dash-alert-banner{background:#fef2f2;border-color:#fecaca}.dash-alert-left{display:flex;align-items:center;gap:12px;min-width:0}.dash-alert-icon-box{width:32px;height:32px;min-width:32px;border-radius:6px;background:#ef444429;border:1px solid rgba(239,68,68,.35);color:#ef4444;display:flex;align-items:center;justify-content:center;font-size:17px}.dash-alert-text{display:flex;flex-direction:column;gap:2px}.dash-alert-title{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff;line-height:1.2}html[data-mode=light] .dash-alert-title{color:#991b1b}.dash-alert-desc{font-size:11.5px;color:#94a3b8;line-height:1.3}.dash-alert-desc-mobile{display:none}html[data-mode=light] .dash-alert-desc{color:#64748b}.dash-alert-btn{padding:6px 14px;font-size:11.5px;font-weight:700;color:#fff;background:#0f1318;border:1px solid #2a333e;border-radius:6px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:all .2s ease;flex-shrink:0}.dash-alert-btn:hover{background:#1a222c;border-color:#ef4444;color:#ef4444}html[data-mode=light] .dash-alert-btn{background:#fff;border-color:#e2e8f0;color:#0f172a}html[data-mode=light] .dash-alert-btn:hover{background:#fee2e2;border-color:#ef4444;color:#b91c1c}.dash-top-card-box{background:#0d1117;border:1px solid #1f2733;border-radius:10px;padding:16px;display:flex;flex-direction:column;flex:.7 1 0;min-height:350px;box-shadow:0 4px 20px #00000040}html[data-mode=light] .dash-top-card-box{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 16px #0000000f}.dash-top-grid{display:grid;grid-template-columns:570px minmax(0,1fr);gap:14px;align-items:stretch;flex:1 1 0;height:100%;min-height:0}@media (max-width: 1050px){.dash-top-card-box{flex:none;height:auto;min-height:0}.dash-top-grid{grid-template-columns:1fr;flex:none;height:auto}}.dash-balance-stack{display:flex;flex-direction:column;gap:10px;height:100%}.dash-card-avail{background:linear-gradient(135deg,#071915,#0a1f1b,#0d2621);border:1px solid #114b40;border-radius:10px;padding:20px 18px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000040;flex:1.17 1 0;min-height:-moz-min-content;min-height:min-content}html[data-mode=light] .dash-card-avail{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#6ee7b7}.dash-card-watermark{position:absolute;right:14px;top:16px;font-size:88px;color:#10b98114;pointer-events:none;line-height:1}html[data-mode=light] .dash-card-watermark{color:#10b98126}.dash-avail-top{display:flex;flex-direction:column;gap:6px;position:relative;z-index:2}.dash-avail-label{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6ee7b7}html[data-mode=light] .dash-avail-label{color:#047857}.dash-avail-amount-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;justify-content:space-between;gap:8px}.dash-avail-amount{font-size:45.6px;font-weight:900;font-family:Rajdhani,Inter,sans-serif;color:#fff;line-height:1;letter-spacing:-.5px}html[data-mode=light] .dash-avail-amount{color:#064e3b}.dash-avail-amount span.unit{font-size:14px;font-weight:700;color:#94a3b8;margin-left:4px}html[data-mode=light] .dash-avail-amount span.unit{color:#047857}.dash-add-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;gap:6px;padding:8px 16px;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:12px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.dash-add-btn:hover{background:#10b98138;border-color:#10b981;color:#6ee7b7}html[data-mode=light] .dash-add-btn{background:#fff;border-color:#a7f3d0;color:#065f46;box-shadow:0 2px 6px #0000000d}html[data-mode=light] .dash-add-btn:hover{background:#059669;color:#fff;border-color:#059669}.dash-avail-subgrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:2}html[data-mode=light] .dash-avail-subgrid{border-top-color:#10b98140}.dash-avail-stat-col{display:flex;flex-direction:column;gap:3px}.dash-avail-stat-col+.dash-avail-stat-col{border-left:1px solid rgba(16,185,129,.25);padding-left:16px}.dash-avail-sublabel{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#809292}html[data-mode=light] .dash-avail-sublabel{color:#065f46}.dash-avail-subvalue{font-size:38px;font-weight:800;font-family:Rajdhani,Inter,sans-serif;color:#fff;line-height:1;letter-spacing:-.5px}html[data-mode=light] .dash-avail-subvalue{color:#0f172a}.dash-avail-subvalue span.unit{font-size:14px;font-weight:700;color:#809292;margin-left:4px}.dash-card-unpaid{background:linear-gradient(135deg,#180d11,#1c0f14,#221219);border:1px solid #451b24;border-radius:10px;padding:20px 18px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000040;flex:.77 1 0;min-height:-moz-min-content;min-height:min-content}html[data-mode=light] .dash-card-unpaid{background:linear-gradient(135deg,#fff1f2,#ffe4e6);border-color:#fca5a5}.dash-card-unpaid .dash-card-watermark{color:#f43f5e0f}html[data-mode=light] .dash-card-unpaid .dash-card-watermark{color:#f43f5e1f}.dash-unpaid-topgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px;position:relative;z-index:2}.dash-unpaid-col{display:flex;flex-direction:column;gap:2px}.dash-unpaid-col+.dash-unpaid-col{border-left:1px solid rgba(244,63,94,.25);padding-left:16px}.dash-unpaid-label-row{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:800;letter-spacing:.06em;flex-wrap:wrap;text-transform:uppercase;color:#9f8087}html[data-mode=light] .dash-unpaid-label-row{color:#9f1239}.dash-disabled-pill{display:inline-flex;align-items:center;gap:3px;padding:1px 5px;border-radius:4px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);font-size:8.5px;font-weight:800;color:#fff;letter-spacing:.02em}html[data-mode=light] .dash-disabled-pill{background:#9f12391f;border-color:#9f123940;color:#9f1239}.dash-unpaid-val{font-size:38px;font-weight:800;font-family:Rajdhani,Inter,sans-serif;color:#fff;line-height:1;letter-spacing:-.5px}html[data-mode=light] .dash-unpaid-val{color:#881337}.dash-unpaid-val span.unit{font-size:14px;font-weight:700;color:#9f8087;margin-left:4px}.dash-unpaid-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;position:relative;z-index:2}.dash-unpaid-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:6px 10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff;font-size:11.5px;font-weight:700;text-decoration:none;cursor:pointer;transition:all .2s ease}.dash-unpaid-btn:hover{background:#f43f5e33;border-color:#f43f5e;color:#fda4af}html body .dash-shell .dash-balance-stack :is(.dash-add-btn,.dash-unpaid-btn) i,html body .dash-shell .dash-balance-stack :is(.dash-add-btn,.dash-unpaid-btn):is(:hover,:focus-visible,:focus-within,.touch-active) i,html body .dash-shell .dash-balance-stack :is(.dash-add-btn,.dash-unpaid-btn):is(:hover,:focus-visible,:focus-within,.touch-active) i:before{color:inherit!important}html[data-mode=light] .dash-unpaid-btn{background:#fff;border-color:#fecdd3;color:#881337;box-shadow:0 2px 5px #0000000a}html[data-mode=light] .dash-unpaid-btn:hover{background:#e11d48;border-color:#e11d48;color:#fff}.dash-perf-card{background:#0d1117;border:1px solid #1f2733;border-radius:10px;padding:12px 18px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;box-shadow:0 4px 20px #00000040;height:100%}html[data-mode=light] .dash-perf-card{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 16px #0000000f}.dash-perf-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;flex-shrink:0}.dash-perf-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#fff}html[data-mode=light] .dash-perf-title{color:#0f172a}.dash-perf-title i{color:#a855f7;font-size:16px}.dash-perf-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dash-perf-refresh{width:28px;height:28px;border-radius:5px;background:#161c24;border:1px solid #2a333f;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:all .2s ease}.dash-perf-refresh:hover{color:#fff;border-color:var(--primary);transform:rotate(90deg)}html[data-mode=light] .dash-perf-refresh{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.dash-legend-group{display:flex;align-items:center;gap:10px;font-size:12px;font-weight:400;color:#94a3b8}.dash-legend-item{display:flex;align-items:center;gap:4px}.dash-legend-dot{width:8px;height:8px;border-radius:50%}.dash-legend-dot.imei{background:#a855f7}.dash-legend-dot.server{background:#10b981}.dash-legend-dot.remote{background:#f59e0b}.dash-filter-select{background:#161c24;border:1px solid #2a333f;border-radius:5px;color:#fff;padding:4px 8px;font-size:12px;font-weight:400;font-family:inherit;outline:none;cursor:pointer}html[data-mode=light] .dash-filter-select{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.dash-chart-container{width:100%;flex:1 1 0;min-height:120px;padding-bottom:10px;margin-bottom:6px;display:grid;grid-template-columns:28px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 24px;gap:4px 6px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dash-chart-yaxis{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;font-size:11px;font-weight:400;font-family:Inter,sans-serif;color:var(--text-muted);padding:0;position:relative;line-height:1}.dash-chart-yaxis span{position:absolute;right:0;transform:translateY(-50%)}.dash-chart-plot{min-width:0;min-height:0;position:relative;width:100%;height:100%;overflow:visible;cursor:crosshair}.dash-chart-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;display:block}.dash-chart-grid-lines line{vector-effect:non-scaling-stroke;stroke:#ffffff0f;stroke-width:1;stroke-dasharray:none}html[data-mode=light] .dash-chart-grid-lines line{stroke:#0f172a12}.dash-line-path{transition:opacity .3s ease;vector-effect:non-scaling-stroke;stroke-width:1.75}.dash-area-path{opacity:.06}.dash-chart-point{position:absolute;width:5px;height:5px;border:1px solid currentColor;border-radius:50%;background:var(--card-bg);transform:translate(-50%,-50%);pointer-events:none}.dash-chart-xaxis{position:relative;min-height:24px;grid-column:2;display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:400;font-family:Inter,sans-serif;color:var(--text-muted);padding-top:0}.dash-chart-xaxis span{position:absolute;top:0;transform:translate(-50%)}.dash-chart-xaxis span:first-child{transform:none}.dash-chart-xaxis span:last-child{transform:translate(-100%)}.dash-chart-xaxis span.active{color:#fff;font-weight:500}html[data-mode=light] .dash-chart-xaxis span.active{color:#0f172a}.dash-chart-tooltip{position:absolute;top:10px;left:50%;transform:translate(-50%);background:#090d12;border:1px solid #2a333f;border-radius:6px;padding:10px 12px;box-shadow:0 4px 12px #00000026;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .1s ease;z-index:10;white-space:nowrap;min-width:105px}html[data-mode=light] .dash-chart-tooltip{background:#fff;border-color:#cbd5e1;box-shadow:0 8px 20px #0000001f}.dash-chart-tooltip.show{opacity:1}.dash-tt-title{font-size:12px;font-weight:500;color:#94a3b8;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:2px}html[data-mode=light] .dash-tt-title{color:#64748b;border-bottom-color:#00000014}.dash-tt-row{font-size:12px;font-weight:400;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px;color:#cbd5e1}.dash-tt-row strong{font-weight:500;font-variant-numeric:tabular-nums}@media (max-width: 600px){.dash-chart-xaxis{font-size:10px}.dash-chart-xaxis span:nth-child(2n):not(:last-child):not(.active){visibility:hidden}}html[data-mode=light] .dash-tt-row{color:#334155}.dash-tt-row .dot{width:6px;height:6px;border-radius:50%;display:inline-block}.dash-tt-row.server .dot{background:#10b981}.dash-tt-row.imei .dot{background:#a855f7}.dash-tt-row.remote .dot{background:#f59e0b}.dash-status-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;flex-shrink:0}@media (max-width: 600px){.dash-status-row{grid-template-columns:repeat(2,1fr)}}.dash-status-box{transition:background-color .2s ease;text-decoration:none;cursor:pointer;border-radius:7px;min-height:56px;padding:16px 12px;display:flex;align-items:center;justify-content:space-between;color:#fff;font-weight:700;box-shadow:0 2px 8px #0003}.dash-status-box:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.dash-status-box-label{display:flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700}.dash-status-box-num{font-size:20px;font-weight:800;font-family:Rajdhani,Inter,sans-serif;line-height:1}.dash-status-box.waiting{--status-bg: #374151;background:var(--status-bg)}.dash-status-box.process{--status-bg: #f97316;background:var(--status-bg)}.dash-status-box.success{--status-bg: #10b981;background:var(--status-bg)}.dash-status-box.rejected{--status-bg: #ef4444;background:var(--status-bg)}html body .dash-perf-card .dash-status-row .dash-status-box:is(:hover,:focus-visible){background:color-mix(in srgb,var(--status-bg) 65%,#000)!important}html body .dash-perf-card .dash-status-row .dash-status-box .dash-status-box-label i{color:#fff!important}.dash-nav-pills{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);gap:8px;flex-shrink:0}@media (min-width: 769px){.dash-nav-pills{grid-template-columns:minmax(0,1fr) calc((100% - 24px)/4)}}.dash-orders-label-mobile{display:none}@media (max-width: 600px){.dash-nav-pills{grid-template-columns:repeat(2,minmax(0,1fr))}}.dash-nav-pill-btn{min-width:0;gap:6px;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#13171f;border:1px solid #232b38;border-radius:7px;color:#fff;text-decoration:none;transition:all .2s ease;cursor:pointer}.dash-nav-pill-btn:hover{background:#1a202c;border-color:var(--primary)}html[data-mode=light] .dash-nav-pill-btn{background:#f8fafc;border-color:#e2e8f0;color:#0f172a}html[data-mode=light] .dash-nav-pill-btn:hover{background:#f1f5f9;border-color:var(--primary)}.dash-nav-pill-left{min-width:0;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.dash-nav-pill-left i{font-size:16px;color:#a855f7}.dash-nav-pill-arrow{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:12px;color:#94a3b8;transition:transform .2s ease}html body .dash-perf-card .dash-nav-pill-btn .dash-nav-pill-arrow{background:#ffffff14!important;color:#94a3b8!important}html body .dash-perf-card .dash-nav-pill-btn .dash-nav-pill-arrow i{display:inline-block;color:#94a3b8!important}.dash-nav-pill-btn:is(:hover,:focus-visible) .dash-nav-pill-arrow i{animation:dash-arrow-nudge .8s ease-in-out infinite}@keyframes dash-arrow-nudge{0%,to{transform:translate(0)}50%{transform:translate(3px)}}@media (prefers-reduced-motion: reduce){.dash-nav-pill-btn:is(:hover,:focus-visible) .dash-nav-pill-arrow i{animation:none}}.dash-bottom-grid{display:grid;grid-template-columns:586px minmax(0,1fr);gap:14px;align-items:stretch;flex:1.25 1 0;min-height:260px}@media (max-width: 1050px){.dash-bottom-grid{grid-template-columns:1fr;flex:none;min-height:0}}.dash-bottom-card{background:#0d1117;border:1px solid #1f2733;border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 20px #00000040;height:100%}html[data-mode=light] .dash-bottom-card{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 16px #0000000f}.dash-bottom-card-head{min-height:52px;padding:12px 18px;border-bottom:1px solid #1f2733;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0}html[data-mode=light] .dash-bottom-card-head{border-bottom-color:#e2e8f0}.dash-bottom-card-title{display:flex;align-items:center;gap:8px;font-size:14px;line-height:20px;font-weight:700;color:#fff}html[data-mode=light] .dash-bottom-card-title{color:#0f172a}.dash-bottom-card-title i{font-size:16px}.dash-head-btn-statement{padding:5px 12px;background:rgba(var(--primary-rgb),.12);border:1px solid rgba(var(--primary-rgb),.35);border-radius:5px;color:var(--primary);font-size:11.5px;font-weight:700;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px}.dash-head-btn-statement:hover{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 2px 8px rgba(var(--primary-rgb),.35)}.dash-head-btn-update{padding:5px 12px;background:#f97316;border:none;border-radius:12px;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 6px #f9731659}.dash-table-wrap{overflow-x:auto;overflow-y:auto;flex:1 1 0;height:100%;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.25) transparent}.dash-table-wrap::-webkit-scrollbar,.dash-ann-list::-webkit-scrollbar{width:5px;height:5px}.dash-table-wrap::-webkit-scrollbar-track,.dash-ann-list::-webkit-scrollbar-track{background:transparent}.dash-table-wrap::-webkit-scrollbar-thumb,.dash-ann-list::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:999px}.dash-table-wrap::-webkit-scrollbar-thumb:hover,.dash-ann-list::-webkit-scrollbar-thumb:hover{background:var(--primary)}html[data-mode=dark] .dash-table-wrap,html[data-mode=dark] .dash-ann-list{scrollbar-color:rgba(255,255,255,.18) transparent}html[data-mode=dark] .dash-table-wrap::-webkit-scrollbar-thumb,html[data-mode=dark] .dash-ann-list::-webkit-scrollbar-thumb{background:#ffffff2e}html[data-mode=light] .dash-table-wrap,html[data-mode=light] .dash-ann-list{scrollbar-color:rgba(15,23,42,.16) transparent}html[data-mode=light] .dash-table-wrap::-webkit-scrollbar-thumb,html[data-mode=light] .dash-ann-list::-webkit-scrollbar-thumb{background:#0f172a29}.dash-table-custom{width:100%;border-collapse:collapse;font-size:11.5px;text-align:left;white-space:nowrap}.dash-table-custom th{padding:10px 14px;background:#090d12;color:#8092a4;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #1a222c;position:sticky;top:0;z-index:5}html[data-mode=light] .dash-table-custom th{background:#f8fafc;color:#64748b;border-bottom-color:#e2e8f0}.dash-table-custom td{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04);color:#cbd5e1;font-weight:600}html[data-mode=light] .dash-table-custom td{border-bottom-color:#f1f5f9;color:#334155}.dash-table-custom tr:hover td{background:#ffffff08}html[data-mode=light] .dash-table-custom tr:hover td{background:#f8fafc}.dash-date-cell{display:flex;flex-direction:column;line-height:1.2}.dash-date-cell strong{color:#fff;font-size:11px}html[data-mode=light] .dash-date-cell strong{color:#0f172a}.dash-date-cell span{font-size:9.5px;color:#64748b}.dash-amt-neg{color:#ef4444!important;font-weight:700}.dash-amt-pos{color:#10b981!important;font-weight:700}.dash-badge-debit{display:inline-block;padding:2px 7px;border-radius:4px;background:#ef444429;border:1px solid rgba(239,68,68,.3);color:#ef4444;font-size:9px;font-weight:800;letter-spacing:.04em}.dash-badge-credit{display:inline-block;padding:2px 7px;border-radius:4px;background:#10b98129;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:9px;font-weight:800;letter-spacing:.04em}.dash-ann-list{padding:12px 14px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;flex:1 1 0;height:100%;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.25) transparent}.dash-ann-item{position:relative;display:flex;flex-direction:column;flex-shrink:0;gap:3px;padding:7px 32px 7px 12px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:9px;transition:background-color .2s ease,border-color .2s ease}.dash-ann-item:hover{background:color-mix(in srgb,var(--primary) 8%,var(--card-bg));border-color:var(--primary)}.dash-ann-item:after{content:"›";position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:22px;font-weight:400;line-height:1;pointer-events:none;transition:transform .2s ease,color .2s ease}.dash-ann-item:hover:after{color:var(--primary);transform:translate(3px,-50%)}.dash-ann-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.dash-ann-type{display:inline-flex;align-items:center;gap:7px;color:#ea580c;font-size:10px;font-weight:700;line-height:1.3}.dash-ann-item.updates-item--new .dash-ann-type{color:#059669}html[data-mode=dark] .dash-ann-type{color:#fb923c}html[data-mode=dark] .dash-ann-item.updates-item--new .dash-ann-type{color:#34d399}.dash-ann-type:before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:currentColor}.dash-ann-date{flex-shrink:0;color:var(--text-muted);font-size:10px;font-weight:500}.dash-ann-name{color:var(--text);font-size:13px;font-weight:500;line-height:1.4;overflow-wrap:anywhere}.dash-ann-footer{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:0}.dash-ann-price{color:var(--text);font:700 14px/1.3 Inter,sans-serif;font-variant-numeric:tabular-nums;white-space:nowrap}.dash-ann-price small{font-size:10px}.dash-ann-delivery{display:inline-flex;align-items:center;gap:4px;padding:3px 7px;border-radius:5px;background:#fff3df;color:#ea580c;font-size:10px;font-weight:500;line-height:1.2}html[data-mode=dark] .dash-ann-delivery{background:#f59e0b21;color:#fb923c}@media (max-width: 600px){.dash-ann-list{padding:10px}.dash-ann-meta{align-items:flex-start}.dash-ann-type,.dash-ann-date{font-size:9px}.dash-ann-name{font-size:12px}}.dash-add-btn,.dash-unpaid-btn{height:36px;min-height:36px;padding:8px 16px;line-height:18px;box-sizing:border-box}@media (max-width: 1050px){.dash-balance-stack,.dash-perf-card,.dash-bottom-card{height:auto;min-width:0}.dash-card-avail,.dash-card-unpaid{flex:none;gap:16px}.dash-chart-container{flex:none;height:180px}.dash-table-wrap,.dash-ann-list{flex:none;height:auto;max-height:360px}.dash-top-grid,.dash-bottom-grid,.dash-perf-card,.dash-bottom-card{min-width:0}}@media (min-width: 1051px) and (max-width: 1250px){.dash-top-grid,.dash-bottom-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dash-status-row,.dash-nav-pills{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-top-card-box{min-height:430px}.dash-app-window{min-height:790px}}@media (max-width: 768px){html body .dash-shell .dash-top-card-box{display:contents!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}html body .dash-shell .dash-top-grid,html body .dash-shell .dash-bottom-grid,html body .dash-shell .dash-app-window{padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:none!important;box-shadow:none!important}html body .dash-shell .dash-top-card-box:before,html body .dash-shell .dash-top-card-box:after,html body .dash-shell .dash-bottom-grid:before,html body .dash-shell .dash-bottom-grid:after{content:none!important}.dash-top-grid,.dash-bottom-grid{grid-template-columns:minmax(0,1fr);gap:10px}.dash-app-window,.dash-balance-stack{gap:10px}.dash-balance-stack{height:auto}.dash-alert-banner{padding:7px 10px;gap:6px;flex-wrap:wrap}.dash-alert-left{gap:8px;flex:1 1 190px}.dash-alert-icon-box{width:26px;height:26px;min-width:26px;font-size:14px}.dash-alert-title{font-size:10px;letter-spacing:.02em}.dash-alert-desc{font-size:10px;line-height:1.4}.dash-alert-desc-desktop{display:none}.dash-alert-desc-mobile{display:inline}.dash-alert-btn{padding:7px 10px;font-size:10px}.dash-card-avail,.dash-card-unpaid{flex:none;min-height:0;padding:14px 10px;gap:14px}.dash-avail-label,.dash-avail-sublabel,.dash-unpaid-label-row{font-size:9px;font-weight:600;letter-spacing:.02em;gap:4px}.dash-avail-amount{font-size:32px;font-weight:800}.dash-avail-subvalue,.dash-unpaid-val{font-size:28px}.dash-avail-amount span.unit,.dash-avail-subvalue span.unit,.dash-unpaid-val span.unit{font-size:10px;margin-left:2px}.dash-avail-subgrid,.dash-unpaid-topgrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.dash-avail-subgrid{padding-top:10px}.dash-avail-stat-col+.dash-avail-stat-col,.dash-unpaid-col+.dash-unpaid-col{padding-left:10px}.dash-disabled-pill{font-size:7px;padding:1px 4px}.dash-add-btn,.dash-unpaid-btn{height:32px;min-height:32px;padding:7px 8px;font-size:10px;line-height:16px;gap:4px}.dash-card-watermark{font-size:64px}.dash-perf-card{height:auto;padding:9px 8px;gap:6px;min-width:0}.dash-perf-title,.dash-bottom-card-title{font-size:12px;line-height:1.3;gap:6px}.dash-perf-title i,.dash-bottom-card-title i{font-size:14px}.dash-perf-header{gap:6px}.dash-perf-controls{width:100%;gap:6px}.dash-perf-refresh{width:24px;height:24px;font-size:11px}.dash-legend-group{font-size:9px;gap:6px}.dash-filter-select{font-size:9px;padding:4px 5px;margin-left:auto;max-width:100%}.dash-chart-container{flex:none;height:150px;padding-bottom:6px;margin-bottom:4px;grid-template-columns:24px minmax(0,1fr)}.dash-chart-yaxis,.dash-chart-xaxis{font-size:9px}.dash-tt-title,.dash-tt-row{font-size:10px}.dash-nav-pill-btn{padding:4px 8px}.dash-nav-pills{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-orders-label-desktop{display:none}.dash-orders-label-mobile{display:inline}.dash-nav-pill-left{font-size:11px;gap:5px}.dash-nav-pill-left i{font-size:13px}.dash-nav-pill-left span{font-size:9px!important}.dash-nav-pill-arrow{width:20px;height:20px;font-size:10px}.dash-status-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.dash-status-box{min-height:36px;padding:7px 8px}.dash-status-box-label{font-size:9px;font-weight:600}.dash-status-box-num{font-size:16px}.dash-bottom-card{height:auto;min-width:0}.dash-bottom-card-head{min-height:40px;padding:8px 10px;gap:8px}.dash-head-btn-statement{padding:5px 7px;font-size:9px}.dash-table-wrap{flex:none;max-height:320px}.dash-table-custom{font-size:10px}.dash-table-custom th{font-size:9px;padding:8px 10px}.dash-table-custom td{padding:8px 10px;font-weight:500}.dash-ann-list{flex:none;height:auto;max-height:360px;padding:8px 10px;gap:6px}.dash-ann-item{padding:7px 26px 7px 10px}.dash-ann-name{font-size:11px;line-height:1.35}.dash-ann-price{font-size:12px}.dash-ann-price small,.dash-ann-delivery{font-size:9px}.dash-ann-type,.dash-ann-date{font-size:8px}}@media (min-width: 1051px){.dash-page-shell,.dash-shell{padding:8px 0 10px!important}}@media (max-width: 1050px){.dash-balance-stack{height:auto}.dash-card-avail,.dash-card-unpaid{flex:none;min-height:auto}}.dash-chart-xaxis span{white-space:nowrap}@media (max-width: 600px){.dash-chart-xaxis span:nth-last-child(2):not(.active){display:none}}@media (max-height: 700px){body.dashboard-active .dashboard-page{height:auto;max-height:none;overflow:visible}.dash-page-shell,.dash-shell{height:auto!important;min-height:0!important;overflow:visible!important}.dash-app-window{height:auto;overflow:visible}.dash-bottom-grid{flex:none}.dash-bottom-card{height:60vh;min-height:320px}}.xhome-dash{line-height:normal}.xhome-dash :where(b,strong){font-weight:700}.xhome-dash .dash-filter-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;line-height:normal}.xhome-dash .dash-filter-select:focus{box-shadow:none;border-color:#2a333f}html[data-mode=light] .xhome-dash .dash-filter-select:focus{border-color:#cbd5e1}.dash-disabled-pill.is-on{background:#10b9812e;border-color:#10b98161;color:#34d399}html[data-mode=light] .dash-disabled-pill.is-on{background:#0596691f;border-color:#0596694d;color:#047857}.dash-ann-item{text-decoration:none;color:inherit}.dash-alert-btn{font-family:inherit}.dash-legend-item{background:none;border:0;padding:0;font:inherit;color:inherit;cursor:pointer;transition:opacity .2s ease}.dash-legend-item.is-muted{opacity:.4}.dash-legend-item.is-muted .dash-legend-dot{box-shadow:none}.dash-nav-pill-note{margin-left:2px;font-size:11px;font-weight:500;opacity:.8}.dash-ann-item:after,.dash-ann-item:hover:after{content:none}.dash-ann-item{padding-right:12px}@media (max-width: 768px){.dash-ann-item{padding-right:10px}}.dash-table-custom td:nth-child(2){white-space:normal}.dash-table-wrap{overflow-x:hidden}.dash-empty{padding:24px 14px;color:var(--text-muted);font-size:12.5px;text-align:center}.dash-chart-plot .sk{position:absolute;top:0;right:0;bottom:0;left:0}.xhome-order{--primary: var(--theme-accent, #7c3aed);--primary-hover: color-mix(in srgb, var(--primary) 85%, #000);--primary-glow: color-mix(in srgb, var(--primary) 40%, transparent);--nav-height: 68px;--secondary: #10b981;--secondary-glow: rgba(16, 185, 129, .4);--orange: #f59e0b;--orange-glow: rgba(245, 158, 11, .4);--bg-dark: #0a0e14;--bg-panel: #111827;--bg-card: rgba(31, 41, 55, .6);--text-main: #f3f4f6;--text-muted: #9ca3af;--border: rgba(255, 255, 255, .08);--radius: 10px;--radius-sm: 10px;--radius-md: 10px;--radius-lg: 10px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 8px 30px rgba(0, 0, 0, .28);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .35);--transition: .22s cubic-bezier(.4, 0, .2, 1);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main)}html:not(.dark) .xhome-order{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: #ffffff;--text-main: #162033;--text-muted: #66758a;--border: #dce4ed}.iorder-page{min-height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px) - var(--eyebar-height, 0px));padding:24px}.iorder-container{max-width:1550px;width:100%;margin:0 auto}.iorder-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:24px;padding-block:12px;padding-inline:16px;background:var(--bg-panel, var(--bg2, #111827));border:1px solid var(--border);border-radius:10px;box-sizing:border-box;min-width:0;max-width:100%;overflow:visible}.iorder-topbar-categories{display:flex;align-items:center;gap:6px;flex-shrink:0}.iorder-topbar-left-col{display:flex;align-items:center;gap:14px;flex-shrink:0}.iorder-cat-box{border:1px solid color-mix(in srgb,var(--border) 100%,transparent);border-radius:8px;padding:5px 8px;min-width:58px;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;cursor:pointer;background:color-mix(in srgb,var(--bg-panel) 92%,#ffffff 8%);font-family:Inter,sans-serif;transition:background .22s ease,border-color .22s ease,transform .22s ease;box-shadow:none}.iorder-cat-box:not(.active):hover{background:color-mix(in srgb,var(--primary) 7%,var(--bg-panel));border-color:color-mix(in srgb,var(--primary) 48%,var(--border));transform:translateY(-1px)}.iorder-cat-box.active:hover{background:color-mix(in srgb,var(--primary) 14%,var(--bg-panel));border-color:var(--primary)}.iorder-cat-box:focus-visible{outline:none;border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.iorder-cat-box.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,var(--bg-panel));box-shadow:none}.iorder-cat-icon{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;background:color-mix(in srgb,var(--text-muted, var(--text3)) 10%,transparent);color:color-mix(in srgb,var(--text-main) 68%,var(--text-muted, var(--text3)));transition:background .22s ease,color .22s ease,transform .22s ease}.iorder-cat-box:not(.active):hover .iorder-cat-icon{background:color-mix(in srgb,var(--primary) 18%,transparent);color:var(--primary);transform:scale(1.06)}.iorder-cat-title{font-size:9px;font-weight:600;color:color-mix(in srgb,var(--text-main) 62%,var(--text-muted, var(--text3)));line-height:1.1;text-align:center;white-space:nowrap;transition:color .22s ease}.iorder-cat-box:not(.active):hover .iorder-cat-title{color:var(--text-main, var(--text))}.iorder-cat-box.active .iorder-cat-icon{background:color-mix(in srgb,var(--primary) 18%,transparent);color:var(--primary)}.iorder-cat-box.active .iorder-cat-title{color:var(--primary);font-weight:700}.iorder-topbar-center,.iorder-topbar-left{display:flex;align-items:center;gap:30px;flex:1 1 auto;min-width:0;max-width:100%}.iorder-group-dropdown{position:relative;flex:0 0 280px;width:280px;max-width:280px;z-index:30}.iorder-group-trigger{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;padding:0 14px;background:var(--bg-dark, var(--bg, #0a0e14));border:1px solid var(--border);border-radius:10px;color:var(--text-main, var(--text));font-size:13px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:border-color .2s,box-shadow .2s}.iorder-group-trigger:hover,.iorder-group-dropdown.is-open .iorder-group-trigger{border-color:#8b5cf68c}.iorder-group-dropdown.is-open .iorder-group-trigger{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.iorder-group-trigger-label{flex:1;min-width:0;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iorder-group-chevron{font-size:14px;color:var(--text-muted, var(--text3));flex-shrink:0;transition:transform .2s}.iorder-group-dropdown.is-open .iorder-group-chevron{transform:rotate(180deg)}.iorder-group-panel{position:absolute;top:100%;left:0;right:0;background:var(--bg-panel, #0f0a18);border:1px solid rgba(139,92,246,.45);border-top:none;border-radius:0 0 10px 10px;box-shadow:0 16px 40px #00000073;overflow:hidden}html:not(.dark) .iorder-group-panel{box-shadow:0 16px 40px #0f172a24}.iorder-group-panel-head{padding:10px 14px 8px;font-size:13px;font-weight:600;color:var(--text-main, #fff);border-bottom:1px solid color-mix(in srgb,var(--text-main) 7%,transparent)}.iorder-group-panel-search{padding:8px 10px;border-bottom:1px solid color-mix(in srgb,var(--text-main) 7%,transparent)}.iorder-group-panel-search input{width:100%;box-sizing:border-box;min-height:34px;padding:0 10px;background:color-mix(in srgb,var(--text-main) 5%,transparent);border:1px solid color-mix(in srgb,var(--text-main) 14%,transparent);border-radius:6px;color:var(--text-main, #fff);font-size:12px;font-family:Inter,sans-serif;outline:none}.iorder-group-panel-search input:focus{border-color:#8b5cf699}.iorder-group-panel-search input::-moz-placeholder{color:var(--text-muted, var(--text3))}.iorder-group-panel-search input::placeholder{color:var(--text-muted, var(--text3))}.iorder-group-list{list-style:none;margin:0;padding:0;max-height:260px;overflow-y:auto}.iorder-group-item{padding:11px 14px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb,var(--text-main) 88%,transparent);cursor:pointer;border-bottom:1px solid color-mix(in srgb,var(--text-main) 6%,transparent);line-height:1.35;transition:background .15s,color .15s}.iorder-group-item:last-child{border-bottom:none}.iorder-group-item:hover{background:#8b5cf61f}.iorder-group-item.active{background:#7c3aed;color:#fff}.iorder-group-item[hidden]{display:none}.iorder-topbar-search.iorder-search-bar{flex:1 1 auto;min-width:0;width:100%;max-width:100%;min-height:42px;height:42px;border-radius:10px;gap:6px;padding:0 10px;box-sizing:border-box;overflow:hidden}.iorder-topbar-search .srch-clear-btn{background:#ff4d4f;border:none;color:#fff;cursor:pointer;font-size:10px;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;padding:0}.iorder-topbar-search .srch-clear-btn:hover{background:#ff6b6b;transform:scale(1.1)}.iorder-topbar-search .srch-clear-btn .ti{font-size:10px;line-height:1;color:#fff}.iorder-topbar-search .srch-paste-btn{background:transparent;border:none;color:var(--text-muted, var(--text3));cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0;border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent);padding:0 0 0 8px;margin-left:2px;height:22px}.iorder-topbar-search .srch-paste-btn:hover{color:var(--primary)}.iorder-topbar-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.iorder-select-wrap{display:flex;align-items:center;gap:8px;background:var(--bg-dark, var(--bg, #0a0e14));border:1px solid var(--border);border-radius:8px;padding:0 12px;height:40px}.iorder-select-wrap i{color:var(--text-muted, var(--text3));font-size:16px}.iorder-select{background:transparent;border:none;outline:none;color:var(--text-main, var(--text));font-size:13px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer;padding-right:8px;min-width:120px}.iorder-select option{background:var(--bg-panel, #111827);color:var(--text-main, #f3f4f6)}.iorder-search-bar{display:flex;align-items:center;gap:8px;background:var(--bg-dark, var(--bg, #0a0e14));border:1px solid var(--border);border-radius:8px;padding:0 14px;height:40px;flex:1;min-width:0;max-width:100%;box-sizing:border-box;transition:all .2s}.iorder-search-bar:focus-within{border-color:var(--primary)}.iorder-topbar .iorder-search-bar{border-color:transparent}.iorder-topbar .iorder-search-bar:focus-within{border-color:var(--primary)}.iorder-search-bar i{color:var(--text-muted, var(--text3));font-size:16px}.iorder-search-bar input{background:transparent;border:none;outline:none;color:var(--text-main, var(--text));font-size:13px;font-family:Inter,sans-serif;flex:1 1 auto;min-width:0;width:auto}.iorder-search-bar input:focus{box-shadow:none;border-color:transparent}.iorder-search-bar input::-moz-placeholder{color:var(--text-muted, var(--text3))}.iorder-search-bar input::placeholder{color:var(--text-muted, var(--text3))}.iorder-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.iorder-toggle-slider{width:40px;height:22px;background:#ffffff1a;border-radius:10px;position:relative;transition:background .2s}.iorder-toggle-slider:after{content:"";width:16px;height:16px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .2s}.iorder-toggle input{display:none}.iorder-toggle input:checked+.iorder-toggle-slider{background:var(--primary)}.iorder-toggle input:checked+.iorder-toggle-slider:after{transform:translate(18px)}.iorder-toggle-label{font-size:13px;font-weight:600;color:var(--text-muted, var(--text2))}.iorder-split{display:grid;grid-template-columns:3fr 7fr;gap:20px;min-height:calc(100vh - 200px)}.iorder-left{background:var(--bg-panel, var(--bg2, #111827));border:1px solid var(--border);border-radius:10px;overflow-y:auto;max-height:calc(100vh - 200px)}.svc-group{border-bottom:1px solid var(--border)}.svc-group:last-child{border-bottom:none}.svc-group-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;cursor:pointer;transition:background .15s;position:sticky;top:0;background:var(--bg-panel, var(--bg2, #111827));z-index:5}.svc-group-header:hover{background:#ffffff08}.svc-group-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.svc-group-title i{font-size:18px}.svc-group-arrow{font-size:16px;color:var(--text-muted, var(--text3));transition:transform .25s}.svc-group-arrow.rotated{transform:rotate(-180deg)}.svc-group-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.svc-group-body.open{max-height:2000px}.svc-item{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-top:1px solid rgba(255,255,255,.04);cursor:pointer;transition:all .15s}.svc-item:hover{background:#ffffff08}.svc-item.selected{background:#7c3aed14;border-left:3px solid var(--primary)}.svc-item-left{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.svc-item-id{font-size:10px;font-weight:800;color:var(--primary);background:#7c3aed1a;padding:2px 6px;border-radius:4px;display:inline-block;width:-moz-fit-content;width:fit-content}.svc-item-name{font-size:13px;font-weight:600;color:var(--text-main, var(--text));line-height:1.4}.svc-hot{color:#fbbf24;font-size:13px}.svc-item-delivery{font-size:11px;color:var(--text-muted, var(--text3));display:flex;align-items:center;gap:4px}.svc-item-right{flex-shrink:0;text-align:right;padding-left:12px}.svc-item-price{font-size:13px;font-weight:700;color:var(--text-muted, var(--text2))}.svc-empty{text-align:center;padding:60px 20px;color:var(--text-muted, var(--text3))}.svc-empty i{font-size:40px;opacity:.3;margin-bottom:12px;display:block}.iorder-right{background:var(--bg-panel, var(--bg2, #111827));border:1px solid var(--border);border-radius:10px;padding:0;display:flex;flex-direction:column}.order-form-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:400px;color:var(--text-muted, var(--text3));text-align:center;padding:40px}.order-form-empty i{font-size:56px;margin-bottom:16px;opacity:.2}.order-form-empty h3{font-size:20px;font-weight:700;margin-bottom:8px;color:var(--text-main, var(--text))}.order-form-empty p{font-size:14px;opacity:.6}.order-form-active{display:flex;flex-direction:column;height:100%}.order-form-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.order-form-id{font-size:13px;font-weight:800;color:var(--primary)}.of-dot{color:var(--text-muted, var(--text3))}.order-form-title{font-size:15px;font-weight:700;color:var(--text-main, var(--text));line-height:1.4}.order-form-body{padding:24px;flex:1}.order-form-fields{margin-bottom:30px}.of-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:color-mix(in srgb,var(--primary) 22%,var(--text-main, var(--text)));margin-bottom:0;padding-bottom:0;display:block}html:not(.dark) .of-label{color:color-mix(in srgb,var(--primary) 45%,#1f2937)}.of-input-row{display:flex;gap:10px;margin-bottom:8px}.of-input{flex:1;height:44px;background:#00000038;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:10px;padding:0 14px;color:var(--text-main, var(--text));font-size:14px;font-family:Inter,sans-serif;outline:none;transition:border-color .2s,box-shadow .2s,background .2s}.of-input:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));background:#00000047}.of-input-small{max-width:140px}.of-hint{font-size:11px;color:var(--text-muted, var(--text3))}.of-field-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.of-mode-toggle{display:inline-flex;padding:3px;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;gap:2px}.of-mode-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:none;border-radius:6px;background:transparent;color:var(--text-muted, var(--text3));font-size:12px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:all .18s;white-space:nowrap}.of-mode-btn:hover{color:var(--text-main, var(--text));background:#ffffff0a}.of-mode-btn.active{background:var(--primary);color:#fff}.of-textarea{width:100%;min-height:110px;background:var(--bg-dark, var(--bg, #0a0e14));border:1px solid var(--border);border-radius:8px;padding:12px 14px;color:var(--text-main, var(--text));font-size:13px;font-family:Inter,sans-serif;outline:none;resize:vertical;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.of-textarea:focus{border-color:var(--primary)}.of-qty-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.of-qty-control{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--bg-dark, var(--bg, #0a0e14))}.of-qty-btn{width:36px;height:36px;border:none;background:transparent;color:var(--text-main, var(--text));font-size:18px;cursor:pointer;transition:background .18s}.of-qty-btn:hover{background:#ffffff0f}.of-qty-input{width:52px;height:36px;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);background:transparent;color:var(--text-main, var(--text));text-align:center;font-size:14px;font-weight:700;font-family:Inter,sans-serif;outline:none}.of-qty-note{margin-top:8px;font-size:12px;font-weight:600;color:var(--primary)}.of-form-split{display:block;width:100%;max-width:100%;box-sizing:border-box}.of-form-card{background:#ffffff06;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:10px;overflow:hidden;min-width:0;box-shadow:0 1px #ffffff08 inset}.of-form-card--details{display:flex;flex-direction:column;box-shadow:none}.of-details-body{display:grid;grid-template-columns:minmax(0,7fr) 1px minmax(0,3fr);align-items:stretch;min-height:0;min-width:0}.of-details-fields{min-width:0;width:100%;grid-column:1}.of-details-divider{grid-column:2;width:1px;align-self:stretch;margin:12px 0;background:color-mix(in srgb,var(--border) 80%,transparent)}.of-form-card-head{display:flex;align-items:center;gap:8px;padding:11px 14px;border-bottom:1px solid color-mix(in srgb,var(--border) 80%,transparent);flex-shrink:0;background:#ffffff05}.of-form-card-title{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:var(--text-muted, var(--text3));text-transform:uppercase;letter-spacing:.04em}.of-form-card-title i{font-size:16px;color:var(--primary)}.of-form-card--summary{align-self:stretch;display:flex;align-items:stretch}.of-status-bar{display:flex;flex-direction:column;box-sizing:border-box;gap:6px}.of-status-bar:not(.of-status-bar--inline){width:100%;height:100%;padding:18px}.of-status-bar.of-status-bar--inline{grid-column:3;width:100%;min-width:0;max-width:none;height:auto;align-self:stretch;padding:16px 14px;gap:8px;box-sizing:border-box}.of-status-bar.of-status-bar--inline .of-status-row--delivery{padding-bottom:10px;border-bottom:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.of-status-bar.of-status-bar--inline .of-status-row--prices{gap:8px;padding-bottom:0;border-bottom:none}.of-status-bar.of-status-bar--inline .of-status-row--prices .of-status-item.is-unit,.of-status-bar.of-status-bar--inline .of-status-row--prices .of-status-item.is-total{height:auto;min-height:56px;max-height:none;padding:10px 12px;gap:8px}.of-status-bar.of-status-bar--inline .of-status-row--delivery .of-status-item{min-height:56px;padding:10px 12px;gap:8px}.of-status-bar.of-status-bar--inline .of-status-item{min-height:56px;padding:10px 12px;align-items:center;border-radius:10px}.of-status-bar.of-status-bar--inline .of-status-item>.fa-solid{width:32px;height:32px;font-size:13px;border-radius:8px}.of-status-bar.of-status-bar--inline .of-status-item-body{gap:4px}.of-status-bar.of-status-bar--inline .of-status-label{font-size:9px;letter-spacing:.07em}.of-status-bar.of-status-bar--inline .of-status-row--prices .of-status-value.is-unit,.of-status-bar.of-status-bar--inline .of-status-row--prices .of-status-value.is-total-val{font-size:16px;line-height:1.15;letter-spacing:-.01em}.of-status-bar.of-status-bar--inline .of-status-row--prices.is-single-price .of-status-value.is-total-val{font-size:22px;line-height:1;letter-spacing:-.02em}.of-status-bar.of-status-bar--inline .of-status-row--delivery .of-status-value.is-delivery{font-size:15px;line-height:1.15;letter-spacing:-.01em;font-weight:800}.of-status-bar .of-status-item{width:100%;box-sizing:border-box;padding:12px 10px;align-items:center;min-height:58px}.of-status-bar .of-status-item>.fa-solid{width:34px;height:34px;font-size:14px}.of-status-row--prices{display:grid;grid-template-columns:1fr;gap:6px;padding-bottom:8px;border-bottom:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.of-status-row--prices .of-status-item.is-unit,.of-status-row--prices .of-status-item.is-total{height:58px;min-height:58px;max-height:58px}.of-status-row--prices .of-status-value.is-unit,.of-status-row--prices .of-status-value.is-total-val{font-size:16px;line-height:1.15;letter-spacing:-.01em}.of-status-row--prices.is-single-price .of-status-value.is-total-val{font-size:24px;line-height:1;letter-spacing:-.02em}.of-status-row--prices.is-single-price .of-status-item.is-unit{display:none}.order-modal-form .of-status-bar.of-status-bar--inline{grid-column:1;grid-row:3;width:100%;max-width:none;height:auto;min-height:0;align-self:stretch;padding:0;box-sizing:border-box;display:flex;flex-direction:row;gap:8px}.order-modal-form .of-status-bar.of-status-bar--inline .of-status-row--delivery{padding-bottom:0;margin-bottom:0;flex:1;border-bottom:none}.order-modal-form .of-status-row--prices{display:grid;grid-template-columns:1fr 1fr;gap:8px;flex:2;border-bottom:none;padding-bottom:0}.of-status-row--delivery{padding-top:0}.of-status-row--delivery .of-status-value.is-delivery{font-size:16px;line-height:1.15;letter-spacing:-.01em;font-weight:800}.of-status-item{display:flex;align-items:flex-start;gap:7px;padding:8px;background:#ffffff06;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:10px;min-width:0;transition:border-color .2s,background .2s}.of-status-item:hover{background:#ffffff0a}.of-status-item.is-full{width:100%;box-sizing:border-box}.of-status-item>.fa-solid{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:12px;background:#0d94881f;color:#0d9488}.of-status-item.is-total>.fa-solid{background:#7c3aed1f;color:var(--primary)}.of-status-item.is-full>.fa-solid{background:#f973161f;color:#f97316}.of-status-item-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.of-status-label{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted, var(--text3));line-height:1}.of-status-value{font-size:14px;font-weight:800;line-height:1.2;word-break:break-word}.of-status-value.is-unit{color:#0d9488}.of-status-value.is-total-val{color:var(--primary)}.of-status-value.is-delivery{color:#f97316}html:not(.dark) .of-status-value.is-unit{color:#0f766e}html:not(.dark) .of-status-value.is-delivery{color:#ea580c}.of-option-group--compact{gap:0}.of-field-toolbar .of-option-group--compact{flex:1;width:100%;min-width:0}.of-field-toolbar .of-segment-btn{height:42px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}@media (max-width: 520px){.of-details-body{grid-template-columns:1fr;grid-template-rows:auto 1px auto}.of-details-fields{grid-column:1;grid-row:1}.of-details-divider{grid-column:1;grid-row:2;width:auto;height:1px;margin:0 14px}.of-status-bar.of-status-bar--inline{grid-column:1;grid-row:3;max-width:none;width:100%;padding:14px 16px 16px}}.of-form-card .order-form-fields{padding:14px 18px 12px;margin-bottom:0;display:flex;flex-direction:column;gap:12px;width:100%;box-sizing:border-box}.of-pair-list{display:flex;flex-direction:column;gap:8px;margin-bottom:4px;max-height:252px;overflow-x:hidden;overflow-y:auto;padding-right:4px}.of-pair-columns{display:grid;grid-template-columns:1fr 1fr 32px;gap:8px;font-size:11px;font-weight:600;color:var(--text-muted, #64748b);text-transform:uppercase;letter-spacing:.04em;padding:0 2px;line-height:1.2}.of-pair-col-action{width:32px;flex-shrink:0}.of-pair-row{display:grid;grid-template-columns:1fr 1fr 32px;gap:8px;align-items:center}.of-pair-row .of-input{min-width:0}.of-pair-field{min-width:0;display:flex;flex-direction:column}.of-pair-field .of-input-icon-wrap,.of-pair-field .of-link-search{width:100%;flex:1 1 auto}.of-pair-remove{flex-shrink:0;width:32px;height:32px;align-self:center;padding:0;border:1px solid var(--border-color, #e2e8f0);border-radius:8px;background:var(--bg-secondary, #f8fafc);color:var(--text-muted, #64748b);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s,border-color .15s}.of-pair-remove:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.of-pair-add-btn{margin-top:4px;align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;font-size:12px;font-weight:500;border:1px dashed var(--border-color, #cbd5e1);border-radius:8px;background:transparent;color:var(--text-secondary, #475569);cursor:pointer;transition:background .15s,border-color .15s}.of-pair-add-btn:hover{background:var(--bg-secondary, #f1f5f9);border-color:var(--accent, #3b82f6);color:var(--accent, #3b82f6)}@media (max-width: 520px){.of-pair-row,.of-pair-columns{grid-template-columns:1fr}.of-pair-columns{display:none}}.of-link-search{display:flex;align-items:center;width:100%;min-width:0;height:38px;gap:6px;padding:0 10px;background:#00000038;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:var(--radius-sm);transition:border-color var(--transition),box-shadow var(--transition),background var(--transition);box-sizing:border-box}html:not(.dark) .of-link-search{background:#0000000a}.of-link-search:focus-within{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));background:#00000047}html:not(.dark) .of-link-search:focus-within{background:#fff}.of-link-search>i{color:var(--text-muted, #9ca3af);font-size:16px;flex-shrink:0}.of-link-search-input{flex:1;min-width:0;width:100%;height:100%;border:none;background:transparent;outline:none;font-size:13px;font-family:Inter,sans-serif;color:var(--text-main, #f3f4f6)}.of-link-search-input::-moz-placeholder{color:var(--text-muted, #9ca3af)}.of-link-search-input::placeholder{color:var(--text-muted, #9ca3af)}.of-link-paste-btn{background:transparent;border:none;color:var(--text-muted, #9ca3af);cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0;border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent);padding:0 0 0 8px;margin-left:2px;height:22px}.of-link-paste-btn:hover{color:var(--primary)}.of-pair-field--link,#of-photolink-wrap .of-link-search{width:100%}.of-pair-row .of-link-search,#of-photolink-wrap .of-link-search{position:relative;display:block;height:44px;min-height:44px;border-radius:10px;padding:0;gap:0;overflow:hidden}.of-pair-row .of-link-search>i,#of-photolink-wrap .of-link-search>i{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:18px;z-index:1;pointer-events:none}.of-pair-row .of-link-search>i{display:none}.of-pair-row .of-link-search-input,#of-photolink-wrap .of-link-search-input{display:block;width:100%;height:44px;padding:0 32px 0 44px;font-size:14px;box-sizing:border-box}.of-pair-row .of-link-search-input{padding-left:14px;padding-right:32px}.of-pair-row .of-link-paste-btn,#of-photolink-wrap .of-link-paste-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);height:22px;padding:0 0 0 8px;margin-left:0;font-size:15px}.of-form-card .order-form-fields>.of-options-grid{margin-bottom:0}.of-options-grid{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.of-option-group{display:flex;flex-direction:column;gap:8px}.of-option-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, var(--text3))}.of-segment{display:inline-flex;padding:4px;background:#ffffff0a;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:10px;gap:4px}.of-segment.full{display:flex;width:100%}.of-segment-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 10px;border:none;border-radius:9px;background:transparent;color:var(--text-muted, var(--text3));font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;white-space:nowrap}.of-segment-btn i{font-size:14px}.of-segment-btn:hover:not(.active){color:var(--text-main, var(--text));background:#ffffff0d}.of-segment-btn.active{background:color-mix(in srgb,var(--primary) 16%,transparent);color:var(--primary);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--primary) 38%,transparent)}html:not(.dark) .of-segment-btn.active{background:color-mix(in srgb,var(--primary) 12%,#fff)}.of-input-card{display:none;flex-direction:column;gap:5px}.of-input-card.active:has(.of-pair-list){gap:3px}.of-input-card.active{display:flex}.of-input-icon-wrap{position:relative;display:flex;align-items:stretch}.of-input-icon-wrap>i{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:18px;color:var(--text-muted, var(--text3));pointer-events:none;z-index:1}.of-input-icon-wrap .of-input-padded{padding-left:44px}.of-input-icon-wrap .of-textarea-inline{padding-left:44px;min-height:88px}.of-input-icon-wrap .of-input-pastable{padding-right:44px}.of-paste-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);z-index:2;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:8px;background:transparent;color:var(--text-muted, var(--text3));font-size:17px;line-height:1;cursor:pointer;transition:color .2s,background .2s}.of-paste-btn:hover{color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.of-paste-btn:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.of-input-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.of-char-count,.of-line-count{font-size:11px;font-weight:700;color:var(--primary);white-space:nowrap}.of-optional{font-size:10px;font-weight:600;text-transform:none;letter-spacing:0;color:var(--text-muted, var(--text3));margin-left:4px}.of-qty-control.lg{width:100%;max-width:160px}.of-qty-control.lg .of-qty-btn,.of-qty-control.lg .of-qty-input{height:40px}.of-qty-card{gap:8px}.of-qty-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.of-qty-range{font-size:11px;font-weight:700;letter-spacing:.04em;color:var(--text-muted, var(--text3));padding:3px 8px;border-radius:10px;background:#ffffff0a;border:1px solid color-mix(in srgb,var(--border) 85%,transparent);white-space:nowrap}.of-qty-stepper{display:flex;align-items:stretch;width:100%;min-height:52px;background:#00000038;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:10px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.of-qty-stepper:focus-within{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.of-qty-step-btn{width:52px;flex-shrink:0;border:none;background:transparent;color:var(--text-main, var(--text));font-size:18px;cursor:pointer;transition:background .18s,color .18s,opacity .18s;display:inline-flex;align-items:center;justify-content:center}.of-qty-step-btn:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 14%,transparent);color:var(--primary)}.of-qty-step-btn:disabled{opacity:.32;cursor:not-allowed}.of-qty-value-wrap{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:0;padding:6px 10px;border-left:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-right:1px solid color-mix(in srgb,var(--border) 85%,transparent);background:#ffffff05}.of-qty-step-input{width:100%;border:none;background:transparent;color:var(--text-main, var(--text));text-align:center;font-size:22px;font-weight:800;font-family:Inter,sans-serif;line-height:1;outline:none;padding:0;-moz-appearance:textfield}.of-qty-step-input::-webkit-outer-spin-button,.of-qty-step-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.of-qty-stepper .of-qty-step-input:focus,.of-qty-stepper .of-qty-step-input:focus-visible{outline:none;box-shadow:none;border-color:transparent}html:not(.dark) .of-qty-stepper{background:#ffffffb8}html:not(.dark) .of-qty-value-wrap{background:#ffffff73}.of-checkout-footer{flex-shrink:0;padding:12px 16px 14px;border-top:none;border-bottom:1px solid var(--border);background:var(--bg-panel, var(--bg2, #111827));display:flex;flex-direction:column;gap:10px;box-sizing:border-box}.of-service-details{display:flex;flex-direction:column;gap:12px;box-sizing:border-box}.of-service-details-head{display:inline-flex;align-items:center;gap:8px;margin:0;padding:0;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted, var(--text3))}.of-service-details-head i{font-size:17px;color:var(--primary)}.of-service-details-pic-wrap{width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;border:2px solid color-mix(in srgb,var(--primary) 40%,var(--border));background:color-mix(in srgb,var(--bg-panel) 88%,transparent);display:flex;align-items:center;justify-content:center;flex-shrink:0}.of-service-details-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.of-service-details-desc{margin:0;font-size:14px;line-height:1.55;color:var(--text-muted, var(--text3))}.of-service-details-meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.of-service-details-meta li{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:var(--text-muted, var(--text3));padding-top:8px;border-top:1px solid color-mix(in srgb,var(--border) 80%,transparent)}.of-service-details-meta li:first-child{padding-top:0;border-top:none}.of-service-details-meta strong{font-size:14px;font-weight:700;color:var(--text-main, var(--text));text-align:right}.style-1-active .of-service-details--stacked{flex:1 1 auto;min-height:120px;margin-inline:calc(-1 * var(--of-gutter-x));margin-top:6px;padding:4px var(--of-gutter-x) 8px;border:none;align-self:auto;background:transparent;box-shadow:none;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:0;height:auto}.style-1-active .of-service-details--stacked:before{display:none}.style-1-active .of-service-details--stacked .of-service-details-head{flex:0 0 auto;margin-bottom:6px}.style-1-active .of-service-details--stacked .of-service-details-rule{display:block;margin:0 0 6px;flex-shrink:0}.style-1-active .of-service-details--stacked .of-service-details-scroll{flex:1 1 auto;min-height:0;margin-top:0;padding-top:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:0}.style-1-active .of-service-details--stacked .of-service-details-summary{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px 14px;align-items:start;flex:0 0 auto}.style-1-active .of-service-details--stacked .of-service-details-article{flex:0 0 auto;overflow:visible}.of-service-details-rule{grid-column:1 / -1;grid-row:1;height:1px;margin:0 16px 10px;background:color-mix(in srgb,var(--border) 80%,transparent);flex-shrink:0}.of-service-details--side:not(.of-service-details--stacked) .of-service-details-rule{display:none}.of-service-details--side{padding:0 24px;margin:0;border:none;border-radius:0;background:transparent;box-shadow:none;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:0;align-items:stretch;align-self:stretch;min-width:0;min-height:0;height:100%;position:relative;overflow:hidden}.of-service-details--side:not(.of-service-details--stacked):before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:1px;background:color-mix(in srgb,var(--border) 80%,transparent);pointer-events:none;z-index:1}.of-service-details--side .of-service-details-head{grid-column:1 / -1;grid-row:1;align-self:start;margin-bottom:6px}.of-service-details-scroll{grid-column:1 / -1;grid-row:2;min-width:0;min-height:0;margin-top:0;padding-top:0;overflow-x:hidden;overflow-y:auto;padding-right:0;display:flex;flex-direction:column;gap:10px}.of-service-details--side .of-service-details-summary{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px 14px;align-items:start;min-width:0;flex:0 0 auto}.of-service-details--side .of-service-details-pic-wrap{width:112px;height:112px;aspect-ratio:auto;max-height:none}.of-service-details--side .of-service-details-body{min-width:0;align-self:start}.of-service-details-article{min-width:0;flex:0 0 auto;overflow:visible}.of-sd-block{margin-bottom:12px}.of-sd-block--muted p{margin:0 0 8px;font-size:13px;line-height:1.55;color:var(--text-muted, var(--text3))}.of-sd-block--muted p:last-child{margin-bottom:0}.of-sd-title{margin:0 0 6px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-main, var(--text))}.of-sd-list{margin:0;padding-left:16px;font-size:13px;line-height:1.55;color:var(--text-muted, var(--text3))}.of-sd-list li+li{margin-top:4px}.of-sd-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:10px}.of-sd-link{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;height:40px;padding:0 14px;border:1px solid var(--border, rgba(255, 255, 255, .12));border-radius:10px;background:linear-gradient(180deg,#ffffff0d,#ffffff04);color:var(--text-main, var(--text));font-size:13px;font-weight:600;letter-spacing:.01em;text-decoration:none;overflow:hidden;transition:border-color .2s,color .2s,background .2s,transform .2s,box-shadow .2s}.of-sd-link:hover{color:var(--accent, #00dff5);border-color:color-mix(in srgb,var(--accent, #00dff5) 55%,transparent);background:linear-gradient(180deg,color-mix(in srgb,var(--accent, #00dff5) 16%,transparent),color-mix(in srgb,var(--accent, #00dff5) 6%,transparent));box-shadow:0 6px 18px color-mix(in srgb,var(--accent, #00dff5) 18%,transparent);transform:translateY(-1px)}.of-sd-link:active{transform:translateY(0)}.of-sd-link i{font-size:16px;opacity:.9}.of-service-details-article p{margin:0 0 8px;font-size:13px;line-height:1.55;color:var(--text-muted, var(--text3))}.of-service-details-article p:last-child{margin-bottom:0}.of-sd-delivery-line{margin-top:8px!important}.of-sd-notice{margin:10px 0 8px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--primary)}.of-sd-notice--alert{color:#f59e0b}@media (max-width: 900px){.of-service-details--side:not(.of-service-details--stacked){padding:16px 0 0}.of-service-details--side:not(.of-service-details--stacked):before{left:16px;right:16px;top:0;bottom:auto;width:auto;height:1px}.of-service-details--side:not(.of-service-details--stacked) .of-service-details-rule{display:block}}.of-order-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;font-size:12px;line-height:1.5;border-left:3px solid transparent}.of-order-notice[hidden]{display:none!important}.of-order-notice.is-low-price{background:#f59e0b1a;border:1px solid rgba(245,158,11,.28);color:var(--text-muted, var(--text3))}.of-order-notice.is-low-price>i{color:#fbbf24}.of-order-notice.is-low-price .of-notice-text strong{color:#fbbf24}.of-order-notice.is-balance{background:#ef444414;border:1px solid rgba(239,68,68,.22);border-left-color:#ef4444;color:var(--text-muted, var(--text3))}.of-order-notice.is-balance>i{color:#f87171}.of-order-notice.is-balance .of-notice-text strong{color:#f87171}.of-order-notice.is-error{background:#ef444417;border:1px solid rgba(239,68,68,.3);border-left:3px solid #ef4444;color:var(--text-muted, var(--text3));box-shadow:0 6px 18px #ef44441f}.of-order-notice.is-error>i{color:#f87171}.of-order-notice.is-error .of-notice-text strong{color:#f87171;letter-spacing:.2px}.of-order-notice.is-error .of-notice-text span{color:var(--text2, #b6bed4);word-break:break-word}.of-terms-accept{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:14px;line-height:1.4;color:var(--text-main, var(--text));padding-top:6px;position:relative}.of-terms-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.of-terms-check{width:22px;height:22px;border-radius:50%;border:2px solid color-mix(in srgb,var(--text-muted) 45%,var(--border));background:transparent;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s;box-sizing:border-box;box-shadow:none}.of-terms-input:checked+.of-terms-check{background:#5b8def;border-color:#5b8def;box-shadow:none}.of-terms-input:checked+.of-terms-check:after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg)}.of-terms-text{flex:1;min-width:0}.of-terms-link{color:#a78bfa;text-decoration:none;padding:0;border:none;background:none;font:inherit;font-weight:500;cursor:pointer}.of-terms-link:hover{text-decoration:underline;color:#c4b5fd}.of-terms-modal{display:flex;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.of-terms-modal-head{display:flex;align-items:center;gap:12px;padding:18px 20px 14px;border-bottom:1px solid color-mix(in srgb,var(--border, rgba(255,255,255,.08)) 80%,transparent)}.of-terms-modal-icon{width:42px;height:42px;border-radius:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--primary);background:color-mix(in srgb,var(--primary) 14%,transparent);border:1px solid color-mix(in srgb,var(--primary) 26%,transparent)}.of-terms-modal-titles{flex:1;min-width:0}.of-terms-modal-titles h3{margin:0;font-family:Rajdhani,Inter,sans-serif;font-size:19px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--text-main, #f3f4f6);line-height:1.15}.of-terms-modal-titles p{margin:2px 0 0;font-size:12px;color:var(--text-muted, #9ca3af)}.of-terms-modal-close{width:32px;height:32px;flex-shrink:0;border-radius:9px;border:1px solid var(--border, rgba(255,255,255,.08));background:transparent;color:var(--text-muted, #9ca3af);font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:color .2s ease,border-color .2s ease,background .2s ease}.of-terms-modal-close:hover{color:#f87171;border-color:color-mix(in srgb,#ef4444 40%,var(--border, rgba(255,255,255,.08)));background:color-mix(in srgb,#ef4444 10%,transparent)}.of-terms-modal-list{margin:0;padding:14px 16px;list-style:none;display:flex;flex-direction:column;gap:8px;max-height:56vh;overflow-y:auto}.of-terms-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:10px;border:1px solid color-mix(in srgb,var(--border, rgba(255,255,255,.08)) 85%,transparent);background:color-mix(in srgb,var(--primary) 4%,transparent);transition:border-color .2s ease,background .2s ease}.of-terms-item:hover{border-color:color-mix(in srgb,var(--primary) 30%,var(--border, rgba(255,255,255,.08)));background:color-mix(in srgb,var(--primary) 8%,transparent)}.of-terms-item-icon{width:30px;height:30px;margin-top:1px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:15px;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);border:1px solid color-mix(in srgb,var(--primary) 22%,transparent)}.of-terms-item-text{font-size:13px;line-height:1.55;color:var(--text-muted, #9ca3af)}.of-terms-item-text strong{color:var(--text-main, #f3f4f6)}.of-terms-modal-foot{padding:12px 16px 16px;border-top:1px solid color-mix(in srgb,var(--border, rgba(255,255,255,.08)) 80%,transparent)}.of-terms-accept-btn{width:100%;height:42px;border:none;border-radius:10px;background:var(--primary);color:#fff;font-family:Rajdhani,Inter,sans-serif;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:filter .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px color-mix(in srgb,var(--primary) 30%,transparent)}.of-terms-accept-btn:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 18px color-mix(in srgb,var(--primary) 40%,transparent)}.of-terms-accept-btn i{font-size:17px}html:not(.dark) .of-terms-link{color:#7c3aed}.osm{padding:30px 24px 24px;text-align:center;font-family:Inter,ui-sans-serif,system-ui,sans-serif}.osm-icon-wrap{position:relative;width:84px;height:84px;margin:0 auto 18px}.osm-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#10b9811a;border:1px solid rgba(16,185,129,.35);animation:osmRing 2s ease-out infinite .9s}.osm .osm-icon-wrap,.osm .osm-ring,.osm .osm-check{border-radius:50%!important}.osm-check{position:relative;width:84px;height:84px;display:block}.osm-check-circle{stroke:#10b981;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:151;stroke-dashoffset:151;transform:rotate(-90deg);transform-origin:center;animation:osmDraw .6s cubic-bezier(.65,0,.45,1) forwards .1s}.osm-check-mark{stroke:#10b981;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:36;stroke-dashoffset:36;animation:osmDraw .35s cubic-bezier(.65,0,.45,1) forwards .6s}@keyframes osmDraw{to{stroke-dashoffset:0}}@keyframes osmRing{0%{transform:scale(1);opacity:1}70%{transform:scale(1.28);opacity:0}to{transform:scale(1.28);opacity:0}}.osm-title{margin:0 0 6px;font-family:Rajdhani,Inter,sans-serif;font-size:26px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-main, #f3f4f6);animation:osmUp .4s ease-out both .3s}.osm-msg{margin:0 0 22px;font-size:13.5px;line-height:1.6;color:var(--text-muted, #9ca3af);animation:osmUp .4s ease-out both .42s}.osm-actions{display:flex;gap:10px;animation:osmUp .4s ease-out both .54s}.osm-btn{flex:1;height:42px;border-radius:10px;font-family:Rajdhani,Inter,sans-serif;font-size:15px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;text-decoration:none;transition:all .2s ease;box-sizing:border-box}.osm-btn i{font-size:17px}.osm-btn--ghost{background:transparent;border:1px solid var(--border, rgba(255, 255, 255, .12));color:var(--text-muted, #9ca3af)}.osm-btn--ghost:hover{color:var(--text-main, #f3f4f6);border-color:color-mix(in srgb,var(--primary) 40%,var(--border, rgba(255, 255, 255, .12)));background:color-mix(in srgb,var(--primary) 8%,transparent)}.osm-btn--primary{background:var(--primary);border:none;color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--primary) 30%,transparent)}.osm-btn--primary:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 18px color-mix(in srgb,var(--primary) 40%,transparent)}@keyframes osmUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.osm-check-circle,.osm-check-mark{animation-duration:.01s;animation-delay:0s}.osm-ring{animation:none;opacity:.6}.osm-title,.osm-msg,.osm-actions{animation:none}}.of-order-notice>i{font-size:20px;flex-shrink:0;margin-top:1px}.of-notice-text{display:flex;flex-direction:column;gap:2px}.of-notice-text strong{font-size:13px}.of-checkout-summary{padding:12px 14px;border-radius:10px;background:#ffffff08;border:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.of-checkout-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;color:var(--text-muted, var(--text3))}.of-checkout-row span:last-child{font-weight:700;color:var(--text-main, var(--text))}.of-checkout-row.total{padding-top:8px;margin-top:2px;border-top:1px dashed var(--border);font-size:14px}.of-checkout-row.total span:last-child{font-size:18px;font-weight:800;color:var(--primary)}.of-wallet-inline{display:flex;align-items:center;gap:8px;margin-top:4px;padding-top:8px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted, var(--text3))}.of-wallet-inline i{color:#34d399;font-size:16px}.of-wallet-inline strong{color:#34d399}.of-preview-chip.price{background:#7c3aed24;color:var(--primary);border:1px solid rgba(124,58,237,.25)}.s3-order-form .of-checkout-footer{border-radius:0 0 10px 10px}.order-form-price-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:30px}.of-price-block{display:flex;flex-direction:column}.of-currency{font-size:14px;font-weight:600;color:var(--text-muted, var(--text3))}.of-price{font-size:42px;font-weight:800;line-height:1;margin:4px 0}.of-price-unit{font-size:14px;font-weight:600;color:var(--text-muted, var(--text2))}.of-delivery{font-size:12px;color:var(--text-muted, var(--text3));margin-top:8px}.of-cart-block{text-align:center}.of-cart-icon{font-size:36px;color:var(--text-muted, var(--text3));display:block;margin-bottom:8px}.of-cart-total{font-size:20px;font-weight:800;color:var(--primary);margin-bottom:10px}.of-cart-desc{font-size:12px;color:var(--text-muted, var(--text3));line-height:1.5}.of-submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;padding:0 16px;background:var(--primary);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;box-shadow:none;transition:none;box-sizing:border-box}.of-submit-btn i{font-size:17px}.of-submit-btn:hover:not(:disabled),.of-submit-btn:active:not(:disabled){background:var(--primary);box-shadow:none;transform:none}.of-submit-btn:disabled{opacity:.42;cursor:not-allowed;transform:none}body.style-1-active,body.style-2-active,body.style-3-active{overflow-x:hidden}body.style-1-active .iorder-page,body.style-2-active .iorder-page,body.style-3-active .iorder-page{height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px) - var(--eyebar-height, 0px));min-height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px) - var(--eyebar-height, 0px));max-height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px) - var(--eyebar-height, 0px));padding:24px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}body.style-1-active .iorder-container,body.style-2-active .iorder-container,body.style-3-active .iorder-container{flex:1;min-height:0;display:flex;flex-direction:column;max-width:1550px;width:100%;margin:0 auto;padding:0}body.style-1-active .iorder-container,body.style-2-active .iorder-container{display:grid;grid-template-columns:minmax(0,35%) minmax(0,65%);-moz-column-gap:16px;column-gap:16px;grid-template-rows:auto minmax(0,1fr)}body.style-1-active .iorder-container{--s1-pic-size: 46px}body.style-1-active .iorder-topbar,body.style-2-active .iorder-topbar,body.style-3-active .iorder-topbar{flex-shrink:0;margin-bottom:24px;padding-block:12px;padding-inline:16px;align-items:center}.style-1-active .iorder-topbar,.style-2-active .iorder-topbar{grid-column:1 / -1;grid-row:1;display:grid;grid-template-columns:subgrid;align-items:center}.style-1-active .iorder-topbar-left-col,.style-2-active .iorder-topbar-left-col{grid-column:1;display:flex;align-items:center;gap:10px;min-width:0;width:100%;padding-right:10px;box-sizing:border-box;flex-shrink:1}.style-1-active .iorder-topbar-categories,.style-2-active .iorder-topbar-categories{flex-shrink:0}.style-1-active .iorder-group-dropdown,.style-2-active .iorder-group-dropdown{flex:1 1 0;width:0;min-width:0;max-width:none}.style-1-active .iorder-topbar-center,.style-2-active .iorder-topbar-center{grid-column:2;display:flex;flex:none;gap:0;min-width:0;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.style-1-active .s3-service-combo-wrap,.style-2-active .s3-service-combo-wrap{flex:1 1 auto;width:100%;min-width:0;max-width:100%}.style-3-active .iorder-topbar-center{flex:1 1 auto;min-width:0;max-width:100%;gap:0}.style-3-active .s3-service-combo-wrap{flex:1 1 auto;width:100%;min-width:0;max-width:100%}body.style-1-active #footer-placeholder,body.style-2-active #footer-placeholder,body.style-3-active #footer-placeholder{width:100%}.style-2-active .iorder-split{grid-column:1 / -1;grid-row:2;min-height:0}.style-3-active .iorder-split{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);flex:1;min-height:0;height:100%;max-height:100%;overflow:hidden;gap:0}.style-3-active .iorder-left-scroll{min-height:0;max-height:100%;height:100%;overflow:hidden;display:flex;flex-direction:column}.style-3-active .iorder-left{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.style-1-active .iorder-split{display:contents}.style-1-active .iorder-left-scroll{grid-column:1;grid-row:2;min-height:0;max-height:100%;height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;padding-right:10px;margin-right:-4px}.style-1-active .iorder-right{grid-column:2;grid-row:2}.style-1-active .iorder-left{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;overflow:visible!important;max-height:none!important;min-height:100%;height:auto;display:block;box-sizing:border-box;box-shadow:none}.s1-groups-wrap{display:flex;flex-direction:column;gap:14px;overflow:visible;padding:0;width:100%;max-width:100%;margin:0;box-sizing:border-box}.style-1-active .svc-group,.style-1-active .s1-group-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:0;flex-shrink:0;transition:border-color var(--transition);box-shadow:none}.style-1-active .svc-group.has-selected,.style-1-active .s1-group-card.has-selected{border-color:var(--border);box-shadow:none}.s1-group-label{display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--bg-elevated, var(--box-bg, var(--bg-panel)));border-radius:0}.s1-group-icon{width:var(--s1-pic-size, 46px);height:var(--s1-pic-size, 46px);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--primary) 6%,var(--bg-panel));border:2px solid color-mix(in srgb,var(--primary) 40%,var(--border));color:var(--primary);font-size:18px;line-height:1;overflow:hidden}.s1-group-icon.s1-group-pic-wrap{padding:0;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:2px solid color-mix(in srgb,var(--primary) 40%,var(--border));box-shadow:0 1px 2px #0000000f}.s1-group-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.s1-group-dot{display:none}.s1-group-name{flex:1;min-width:0;font-size:18px;font-weight:700;letter-spacing:-.01em;text-transform:none;color:var(--text-main);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.s1-group-list{display:flex;flex-direction:column;gap:0;padding:0}.style-1-active .svc-group-body{display:flex!important;flex-direction:column;gap:0;max-height:none!important;height:auto!important;overflow:visible!important;opacity:1!important}.style-1-active .s1-svc-card,.style-1-active .svc-item{display:flex;width:100%;box-sizing:border-box;padding:11px 14px;margin:0;background:transparent;border:none;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-radius:0;align-items:center;gap:14px;position:relative;transition:background var(--transition),border-color var(--transition);cursor:pointer;flex-shrink:0;box-shadow:none}.style-1-active .s1-svc-card:last-child,.style-1-active .svc-item:last-child{border-bottom:none}.style-1-active .svc-item:hover,.style-1-active .s1-svc-card:hover{background:color-mix(in srgb,var(--text-main) 4%,var(--bg-panel))}.style-1-active .svc-item.selected,.style-1-active .s1-svc-card.selected{background:color-mix(in srgb,var(--primary) 8%,var(--bg-panel));border-left:none}.style-1-active .svc-item.selected .s1-svc-pic-wrap,.style-1-active .s1-svc-card.selected .s1-svc-pic-wrap{border-color:color-mix(in srgb,var(--primary) 65%,var(--border));box-shadow:0 0 0 1px color-mix(in srgb,var(--primary) 20%,transparent)}.style-1-active .svc-item-left{gap:6px;min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center}.s1-svc-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%;margin-top:0}.s1-svc-id{display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;letter-spacing:.03em;padding:3px 8px;border-radius:6px;background:#7c3aed1f;border:1px solid rgba(124,58,237,.28);color:var(--primary);line-height:1.1;flex-shrink:0;font-family:ui-monospace,Cascadia Code,Consolas,monospace}.s1-svc-badge{display:inline-flex;align-items:center;gap:5px;height:20px;padding:0 8px;border-radius:6px;font-size:10px;font-weight:800;letter-spacing:.06em;line-height:1;flex-shrink:0;white-space:nowrap}.s1-svc-badge--hot{background:#f59e0b24;border:1px solid rgba(245,158,11,.32);color:#fbbf24}.s1-svc-badge--hot i{font-size:11px}.s1-svc-badge--new{background:linear-gradient(135deg,#fb7185,#f87171);color:#fff;box-shadow:0 2px 8px #f871713d}.s1-svc-badge--new .of-online-dot{width:6px;height:6px}.s1-svc-badge--online{background:#22c55e1f;border:1px solid rgba(34,197,94,.28);color:#22c55e}.s1-svc-badge--online .of-online-dot{width:6px;height:6px}.s1-svc-delivery{font-size:12px;font-weight:600;color:var(--text-muted);line-height:1.2;flex-shrink:0}.s1-svc-title{font-size:14px;font-weight:500;line-height:1.4;color:var(--text-main, var(--text));display:block;overflow:hidden;word-break:break-word;letter-spacing:-.01em}.s1-svc-title-row{display:flex;align-items:flex-start;gap:10px;min-width:0}.s1-svc-pic-wrap{flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:5px;overflow:hidden;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:1px solid color-mix(in srgb,var(--primary) 40%,var(--border));box-shadow:none;transition:border-color var(--transition),box-shadow var(--transition)}.s1-svc-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:0;box-sizing:border-box;display:block}.style-1-active .svc-item:hover .s1-svc-pic-wrap,.style-1-active .s1-svc-card:hover .s1-svc-pic-wrap{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.s1-svc-title-row .s1-svc-title{flex:1;min-width:0}.style-1-active .svc-item-right{align-self:center;flex-shrink:0;display:flex;align-items:center}.style-1-active .svc-item-price{font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--secondary);background:var(--bg-panel);border:1px solid var(--border);padding:5px 10px;border-radius:8px;white-space:nowrap;line-height:1.1}.style-1-active .svc-item-price.free{color:var(--text-muted);background:var(--bg-panel);border-color:var(--border)}.style-1-active .svc-group-header{display:none}.style-1-active .iorder-right{position:relative;min-height:0;height:100%;max-height:100%;width:100%;max-width:100%;overflow:hidden;border-radius:10px;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);box-shadow:0 1px #ffffff08 inset;display:flex;flex-direction:column}.style-1-active .order-form-empty,.style-1-active #order-empty{flex:1;width:100%;min-height:0;padding:24px;background:var(--bg-panel, var(--bg2, #111827));display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}.style-1-active #order-active{flex:1;min-height:0;min-width:0}.s1-empty-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:300px;margin:0 auto;gap:0}.s1-empty-icon{display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--text-muted, var(--text3));font-size:48px;background:none;border:none;box-shadow:none;width:auto;height:auto;border-radius:0}.s1-empty-icon i{display:inline-block;opacity:1;animation:empty-arrow-nudge-left 1.6s ease-in-out infinite}@keyframes empty-arrow-nudge-left{0%,to{transform:translate(0);opacity:.82}50%{transform:translate(-10px);opacity:1}}@keyframes empty-arrow-nudge-up{0%,to{transform:translateY(0);opacity:.82}50%{transform:translateY(-10px);opacity:1}}@media (prefers-reduced-motion: reduce){.s1-empty-icon i,.s3-empty-icon i{animation:none}}.style-1-active .order-form-empty h3{font-size:20px;font-weight:700;margin:0 0 10px;color:var(--text-main, var(--text));letter-spacing:-.02em}.style-1-active .order-form-empty p{max-width:280px;line-height:1.6;font-size:13px;color:var(--text-muted, var(--text3));margin:0}.style-1-active .order-form-active:not(.order-modal-form){flex:1;min-height:0;overflow-x:hidden;overflow-y:hidden;display:flex;flex-direction:column;--of-gutter-x: 16px;padding-inline:var(--of-gutter-x);box-sizing:border-box;width:100%;max-width:100%;min-width:0}.style-1-active .order-form-active:not(.order-modal-form) .of-service-preview{flex-shrink:0;margin-inline:calc(-1 * var(--of-gutter-x));padding:16px 18px;background:color-mix(in srgb,var(--primary) 8%,var(--bg-panel, #111827));box-sizing:border-box}.style-1-active .order-form-active:not(.order-modal-form) .order-form-body{flex:0 0 auto;min-height:0;overflow:hidden;padding:12px 0 0;box-sizing:border-box;width:100%;max-width:100%}.style-1-active .order-form-active:not(.order-modal-form) .of-checkout-footer{flex-shrink:0;padding:12px 0 10px;margin-top:0;box-sizing:border-box;width:100%;max-width:100%;border-top:none;border-bottom:none;background:transparent;gap:10px}.style-1-active .order-form-active:not(.order-modal-form) .of-checkout-footer .of-terms-accept{padding-top:4px}.style-1-active .order-form-active:not(.order-modal-form) .of-checkout-footer .of-submit-btn{margin-top:0}.style-1-active .of-submit-btn:disabled{opacity:.45;cursor:not-allowed}.style-1-active .s1-empty-steps{display:none}.s1-empty-steps{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:28px;width:100%;max-width:300px;margin-left:auto;margin-right:auto}.s1-empty-step{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 14px;background:#ffffff08;border:1px solid var(--border);border-radius:10px;font-size:12px;color:var(--text-muted, var(--text3));text-align:center;width:100%;max-width:280px;box-sizing:border-box}.s1-empty-step-num{width:22px;height:22px;border-radius:6px;background:#ffffff0f;border:1px solid var(--border);color:var(--text-main, var(--text));font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.of-preview-icon{width:44px;height:44px;border-radius:6px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--text-main, var(--text));flex-shrink:0;border:1px solid var(--border);overflow:hidden}.of-preview-icon.has-pic{width:58px;height:58px;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:2px solid color-mix(in srgb,var(--primary) 40%,var(--border));border-radius:7px;box-shadow:0 1px 2px #0000000f;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden}.of-preview-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:0;box-sizing:border-box;display:block}.of-preview-icon.has-pic .of-preview-icon-fallback,.of-preview-icon.has-pic #of-preview-icon{display:none}.style-1-active .of-preview-icon{color:var(--primary);background:#7c3aed1a;border-color:#7c3aed40}.style-1-active .of-preview-icon.has-pic{width:58px;height:58px;padding:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:2px solid color-mix(in srgb,var(--primary) 40%,var(--border));border-radius:7px;box-shadow:0 1px 2px #0000000f}.of-service-preview{padding:16px 18px;background:#ffffff08;border-bottom:1px solid var(--border);display:flex;gap:14px;align-items:center;box-sizing:border-box}.of-preview-status{flex-shrink:0;margin-left:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px 12px;min-width:68px;background:#22c55e0f;border:1px solid rgba(34,197,94,.18);border-radius:10px;text-align:center}.of-preview-status-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, var(--text3));line-height:1}.of-preview-status-value{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:800;color:#22c55e;line-height:1.2}.of-online-dot{position:relative;width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.of-online-dot:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:#22c55e73;animation:of-online-pulse 1.8s ease-out infinite}@keyframes of-online-pulse{0%{transform:scale(.55);opacity:.85}70%{transform:scale(1.35);opacity:0}to{transform:scale(1.35);opacity:0}}html:not(.dark) .of-preview-status-value{color:#16a34a}html:not(.dark) .of-online-dot{background:#16a34a}html:not(.dark) .of-online-dot:before{background:#16a34a66}.of-preview-info{flex:1;min-width:0}.of-preview-id{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-top:0;margin-bottom:8px;padding:4px 10px;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--primary);border:1px solid transparent;border-radius:6px;line-height:1.2;gap:5px;cursor:pointer;font-family:inherit;transition:filter .16s ease,background-color .16s ease}.of-preview-id:hover,.of-preview-id:focus-visible{filter:brightness(1.1);outline:none}.of-preview-id.is-copied{background:#16a34a}.of-preview-title{font-size:16px;font-weight:700;text-transform:uppercase;color:var(--text-main, var(--text));line-height:1.4;margin:0}.of-wallet-strip{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin-bottom:20px;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:10px;gap:12px}.of-wallet-left{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--text-muted, var(--text3))}.of-wallet-left i{font-size:20px;color:#34d399}.of-wallet-balance{font-size:15px;font-weight:800;color:#34d399}.style-1-active .order-form-fields{margin-bottom:0}.style-1-active .of-input-row{position:relative}.style-1-active .of-input{height:44px;font-size:14px;letter-spacing:.5px;font-weight:500}.style-1-active .of-input.imei-valid{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.style-1-active .of-input.imei-invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.style-1-active .order-form-price-row{background:#ffffff05;border:1px solid var(--border);border-radius:10px;padding:14px 16px;gap:16px;margin-bottom:16px}.style-1-active .of-price{font-size:34px;color:var(--text-main, var(--text));-webkit-text-fill-color:unset;background:none}.style-1-active .of-cart-block{border-left:1px solid var(--border);padding-left:20px}.style-1-active .of-submit-btn{height:48px;font-size:14px;font-weight:700;border-radius:10px;background:var(--primary);box-shadow:none}.style-1-active .of-submit-btn:hover:not(:disabled){background:var(--primary);box-shadow:none;transform:none}.style-1-active .of-submit-btn:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none;background:#ffffff14;color:var(--text-muted, var(--text3))}@media (max-width: 1100px){.iorder-page,body.style-1-active .iorder-page,body.style-2-active .iorder-page,body.style-3-active .iorder-page,.ihistory-page{height:auto;min-height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px));max-height:none;overflow:visible;padding:20px}.ihistory-table-wrap{flex:none;height:auto;max-height:none;min-height:360px}.ihistory-scroll{max-height:55vh}body.style-1-active .iorder-container,body.style-2-active .iorder-container,body.style-3-active .iorder-container{display:block;max-width:1550px}body.style-1-active .iorder-container,body.style-2-active .iorder-container{display:flex;flex-direction:column}.style-1-active .iorder-topbar,.style-2-active .iorder-topbar{grid-column:auto;grid-row:auto;display:flex;flex-direction:column;align-items:stretch;padding-inline:16px}.style-1-active .iorder-topbar-left-col,.style-2-active .iorder-topbar-left-col{width:100%;padding-right:0;flex-direction:column;align-items:stretch}.style-1-active .iorder-topbar-center,.style-2-active .iorder-topbar-center{width:100%}.style-1-active .iorder-group-dropdown,.style-2-active .iorder-group-dropdown{flex:1 1 auto;width:100%}.style-1-active .iorder-right{position:static;max-height:none;height:auto;min-height:360px}.style-1-active .iorder-left-scroll{height:auto;min-height:320px;max-height:55vh;margin-right:0}.style-1-active .iorder-left{height:auto;min-height:0;max-height:none!important}.style-1-active .iorder-split{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;gap:16px;flex:none;height:auto;max-height:none;overflow:visible}.style-1-active .iorder-left-scroll,.style-1-active .iorder-right{grid-column:auto;grid-row:auto}.s1-groups-wrap{flex:1 1 auto;max-height:none;min-height:280px}.style-1-active .of-cart-block{border-left:none;padding-left:0;border-top:1px solid var(--border);padding-top:16px}.iorder-split{grid-template-columns:1fr}body:not(.style-1-active) .iorder-left{max-height:400px}body.style-1-active .iorder-left-scroll,.style-1-active .iorder-left-scroll{max-height:55vh}body.style-1-active .iorder-left,.style-1-active .iorder-left{max-height:none!important}.style-1-active .iorder-split.has-selected .iorder-right{order:-1}.style-1-active .iorder-split.has-selected .iorder-left-scroll{max-height:42vh}.ihistory-table-wrap{--ih-status-box-width: 104px;--ih-service-col: minmax(0, .94fr);--ih-field-col: minmax(92px, .42fr);--ih-reply-col: minmax(84px, .38fr);--ih-grid-cols: 80px var(--ih-service-col) 48px 72px 140px var(--ih-field-col) var(--ih-reply-col) calc(var(--ih-status-box-width) + 28px)}.ihistory-topbar{flex-direction:column;align-items:stretch}.ihistory-topbar-center{flex-direction:column;align-items:stretch;width:100%}.ihistory-search{width:100%}.ih-export-btn{width:100%;justify-content:center}}@media (max-width: 768px){.iorder-topbar{flex-direction:column;min-height:auto;align-items:stretch}.iorder-topbar-categories{overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.iorder-cat-box{min-width:68px;flex-shrink:0}.iorder-topbar-center,.iorder-topbar-left{flex-direction:column;width:100%;align-items:stretch;gap:30px}.iorder-group-dropdown{flex:1 1 auto;width:100%;max-width:none}.style-1-active .iorder-topbar,.style-2-active .iorder-topbar{display:flex;flex-direction:column;align-items:stretch;padding-inline:16px;grid-column:auto;grid-row:auto}.style-1-active .iorder-topbar-left-col,.style-2-active .iorder-topbar-left-col{width:100%;padding-right:0;flex-direction:column;align-items:stretch}.style-1-active .iorder-topbar-center,.style-2-active .iorder-topbar-center{width:100%}.style-1-active .iorder-group-dropdown,.style-2-active .iorder-group-dropdown{flex:1 1 auto;width:100%}.iorder-topbar-search.iorder-search-bar{width:100%}.ihistory-table-wrap{--ih-status-box-width: 100px;--ih-grid-cols: 76px minmax(0, .94fr) 44px 68px 108px}.ih-date-col,.ih-field-col,.ih-reply-col{display:none}.ihistory-footer-right{width:100%;margin-left:0;justify-content:space-between}.ih-modal-overlay{padding:12px}.ih-modal-head{padding:16px 18px}.ih-modal-id-copy{font-size:18px}.ih-modal-body{padding:16px}.ih-modal-columns{grid-template-columns:1fr}.ih-modal-reply-text{min-height:94px;padding:14px 12px;font-size:15px}}@media (min-width: 99999px){.xhome-order{--order-canvas: #090e13;--order-panel: #161d24;--order-panel-soft: #1b232b;--order-header: #202933;--order-control: #252f38;--order-control-hover: #2c3742;--order-line: #37434e;--order-text: #f4f7fa;--order-muted: #96a3af;--order-blue: #62b5f3;--order-green: #22c55e;background:var(--order-canvas)!important;color:var(--order-text)}.xhome-order .iorder-page{min-height:calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px));padding:18px 20px 24px!important;background:var(--order-canvas)!important}.xhome-order .iorder-container{width:100%;max-width:1600px;margin-inline:auto}.xhome-order :is(.iorder-topbar,.iorder-left,.iorder-right,.order-modal-form,.order-modal-topbar,.of-form-card,.of-input,.of-textarea,.of-segment,.of-segment-btn,.of-status-item,.of-submit-btn,.of-sd-hero-card,.of-sd-link,.of-service-details,button,input,textarea,select){border-radius:0!important;box-shadow:none!important}.xhome-order .iorder-topbar{min-height:58px;margin-bottom:12px;padding:9px 12px;gap:10px;color:var(--order-text);background:var(--order-panel)!important;border:1px solid var(--order-line)!important}.xhome-order .iorder-topbar :is(button,input,select){min-height:38px;color:var(--order-text)!important;background:var(--order-control)!important;border-color:var(--order-line)!important}.xhome-order .iorder-topbar button:hover,.xhome-order .iorder-topbar button[aria-pressed=true],.xhome-order .iorder-topbar .active{color:#fff!important;background:var(--order-control-hover)!important;border-color:var(--order-blue)!important}.xhome-order .iorder-split{display:grid!important;grid-template-columns:minmax(260px,27%) minmax(0,1fr)!important;align-items:stretch;gap:12px!important}.xhome-order .iorder-left-scroll,.xhome-order .iorder-left,.xhome-order .iorder-right{min-height:660px}.xhome-order .iorder-left{padding:8px!important;color:var(--order-text);background:#10161c!important;border:1px solid var(--order-line)!important}.xhome-order .iorder-left :is(.s1-group-title,.svc-group-title){color:#cbd5de!important;background:var(--order-panel)!important;border-color:var(--order-line)!important}.xhome-order .iorder-left :is(.s1-svc-item,.svc-item){color:#cbd5de!important;background:transparent!important;border-color:transparent!important;border-radius:0!important}.xhome-order .iorder-left :is(.s1-svc-item,.svc-item):hover,.xhome-order .iorder-left :is(.s1-svc-item.active,.svc-item.active){color:#fff!important;background:#222c35!important;border-left:3px solid var(--order-blue)!important}.xhome-order .iorder-right{overflow:hidden;color:var(--order-text);background:var(--order-panel)!important;border:1px solid var(--order-line)!important}.xhome-order .of-service-preview.order-modal-topbar{min-height:72px;padding:12px 16px!important;color:var(--order-text)!important;background:var(--order-header)!important;border:0!important;border-bottom:1px solid var(--order-line)!important}.xhome-order .of-service-preview :is(h1,h2,h3,.of-service-title){color:var(--order-text)!important}.xhome-order .of-service-preview :is(.of-service-id,.of-id-badge){color:#07131c!important;background:var(--order-blue)!important;border:0!important;border-radius:0!important}.xhome-order .order-modal-body{flex:1 1 auto;padding:0!important;background:var(--order-panel)!important}.xhome-order .order-modal-split{display:grid!important;grid-template-columns:minmax(390px,48%) minmax(0,52%)!important;gap:0!important;min-height:586px}.xhome-order .order-modal-main{width:auto!important;margin:0!important;padding:24px!important;background:var(--order-panel-soft)!important}.xhome-order .order-modal-details-wrap{width:auto!important;padding:24px!important;background:#13191f!important;border-left:1px solid var(--order-line)!important}.xhome-order .of-form-card,.xhome-order .of-details-body{padding:0!important;background:transparent!important;border:0!important}.xhome-order .of-field-toolbar,.xhome-order .of-segment{background:#151c22!important;border:1px solid var(--order-line)!important}.xhome-order .of-segment-btn{color:var(--order-muted)!important;background:transparent!important;border:0!important}.xhome-order .of-segment-btn.active,.xhome-order .of-segment-btn[aria-selected=true]{color:#07131c!important;background:var(--order-blue)!important}.xhome-order .of-label{color:#dce5ec!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em;text-transform:uppercase}.xhome-order :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea){min-height:48px;color:var(--order-text)!important;caret-color:var(--order-blue);background:var(--order-control)!important;border:1px solid var(--order-line)!important}.xhome-order :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea)::-moz-placeholder{color:#8795a1!important}.xhome-order :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea)::placeholder{color:#8795a1!important}.xhome-order :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea):focus{outline:none!important;border-color:var(--order-blue)!important;background:#2a3540!important}.xhome-order .of-input-icon-wrap>i,.xhome-order .of-input-icon-wrap>svg,.xhome-order .of-help,.xhome-order .of-counter{color:var(--order-muted)!important}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all{gap:8px!important}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item{min-height:62px;color:var(--order-text);background:#222b34!important;border:1px solid var(--order-line)!important}.xhome-order .of-status-label{color:var(--order-muted)!important}.xhome-order .of-status-value{color:var(--order-text)!important}.xhome-order .of-submit-btn{min-height:50px;color:#fff!important;background:var(--order-green)!important;border:1px solid #38d978!important;font-weight:800}.xhome-order .of-submit-btn:hover:not(:disabled){background:#16a34a!important;border-color:#22c55e!important}.xhome-order .of-submit-btn:disabled{color:#789080!important;background:#243b2c!important;border-color:#31513c!important}.xhome-order .of-service-details{color:var(--order-text)!important;background:transparent!important;border:0!important}.xhome-order .of-sd-hero-card{padding:8px!important;background:#0d1318!important;border:1px solid var(--order-line)!important}.xhome-order .of-sd-links-title,.xhome-order .of-service-details :is(h2,h3,h4){color:var(--order-text)!important;letter-spacing:.06em;text-transform:uppercase}.xhome-order .of-sd-links{gap:8px!important}.xhome-order .of-sd-link{min-height:42px;color:#dce5ec!important;background:#222b34!important;border:1px solid var(--order-line)!important}.xhome-order .of-sd-link:hover{color:#fff!important;background:var(--order-control-hover)!important;border-color:var(--order-blue)!important}.xhome-order .of-service-details :is(p,small,.of-sd-delivery){color:var(--order-muted)!important}}@media (min-width: 1100px){.style-1-active .iorder-right,.style-1-active .iorder-right :is(.order-modal-form,.order-modal-topbar,.of-form-card,.of-segment,.of-segment-btn,.of-input,.of-textarea,.of-status-item,.of-submit-btn,.of-sd-hero-card,.of-sd-link){border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .of-service-preview.order-modal-topbar{min-height:74px;padding:13px 18px!important}.style-1-active .iorder-right .order-modal-body{padding:0!important}.style-1-active .iorder-right .order-modal-split{display:grid!important;grid-template-columns:minmax(390px,48%) minmax(0,52%)!important;gap:0!important;min-height:585px}.style-1-active .iorder-right .order-modal-main{width:auto!important;margin:0!important;padding:26px 24px!important}.style-1-active .iorder-right .order-modal-details-wrap{width:auto!important;padding:20px!important;border-left:1px solid var(--border)!important}.style-1-active .iorder-right :is(.of-form-card,.of-details-body){padding:0!important}.style-1-active .iorder-right :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea){min-height:48px}.style-1-active .iorder-right .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item{min-height:66px}.style-1-active .iorder-right :is(.of-submit-btn,.of-sd-link){min-height:46px}}.style-2-active .iorder-split{grid-template-columns:1fr!important}.style-2-active .iorder-right{display:none!important}.style-2-active .iorder-left{background:transparent!important;border:none!important;max-height:none!important;overflow:visible!important;padding:0!important}.style-2-active .iorder-left-scroll{overflow-y:auto;max-height:calc(100vh - 160px);padding-right:6px}.style-2-active .grid-groups-wrapper{display:flex;flex-direction:column;gap:16px;width:100%}.style-2-active .s2-group-section{display:flex;flex-direction:column;gap:12px;background:color-mix(in srgb,var(--bg-panel) 50%,transparent);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);border-radius:10px;padding:14px}.style-2-active .s2-group-head{display:flex;align-items:center;gap:12px;padding:4px 4px 10px;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);margin-bottom:2px}.style-2-active .s2-group-head-text{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.style-2-active .grid-group-title{font-size:15px;font-weight:700;color:var(--text-main);margin:0;display:block;text-transform:none;letter-spacing:-.01em;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-2-active .s2-group-count{font-size:11px;font-weight:600;color:var(--text-muted)}.style-2-active .services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%}.style-2-active .svc-card{background:var(--bg-card, var(--bg-panel));border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:10px;padding:14px;min-height:108px;cursor:pointer;display:flex;flex-direction:row;align-items:stretch;gap:14px;overflow:hidden;transition:background .15s ease,border-color .15s ease}.style-2-active .svc-card:hover{background:color-mix(in srgb,var(--text-main) 4%,var(--bg-panel));border-color:color-mix(in srgb,var(--primary) 35%,var(--border));box-shadow:none;transform:none}.style-2-active .s2-svc-card-media{flex-shrink:0;width:auto;padding:0;background:transparent;border:none}.style-2-active .svc-card-icon-wrap{width:80px;height:80px;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid color-mix(in srgb,var(--primary) 40%,var(--border));overflow:hidden;box-shadow:none;transition:border-color .2s}.style-2-active .svc-card-icon-wrap.has-pic{padding:0}.style-2-active .svc-card-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:0;box-sizing:border-box;display:block}.style-2-active .svc-card:hover .svc-card-icon-wrap{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.style-2-active .svc-card-content{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-width:0;flex:1;padding:0;min-height:80px}.style-2-active .svc-card-title{font-size:14px;font-weight:600;color:var(--text-main);line-height:1.42;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:0}.style-2-active .svc-card-group-tag,.style-2-active .s2-svc-card-meta,.style-2-active .svc-card-footer{display:none}.style-2-active .s2-svc-badges{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-top:6px}.style-2-active .s2-svc-card-bottom{display:flex;align-items:center;gap:8px;margin-top:auto;min-width:0;--s2-chip-h: 28px}.style-2-active .svc-card-id,.style-2-active .svc-card-delivery{height:var(--s2-chip-h);min-height:var(--s2-chip-h);box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0 8px;line-height:1;font-size:10px;font-weight:600;border-radius:10px;flex-shrink:0}.style-2-active .svc-card-id{color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--primary) 18%,var(--border));font-family:ui-monospace,Cascadia Code,Consolas,monospace;min-width:52px}.style-2-active .svc-card-delivery{color:var(--text-muted);background:color-mix(in srgb,var(--text-muted) 10%,transparent);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);width:72px;min-width:72px;max-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-2-active .s2-svc-card-gap{flex:1 1 auto;min-width:10px}.style-2-active .s2-svc-buy{height:var(--s2-chip-h);min-height:var(--s2-chip-h);width:84px;min-width:84px;max-width:84px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:0 6px;line-height:1;font-size:10px;flex-shrink:0;gap:3px;border-radius:7px;background:color-mix(in srgb,var(--primary) 88%,#000);color:#fff;border:1px solid color-mix(in srgb,var(--primary) 70%,var(--border));font-weight:700;font-variant-numeric:tabular-nums;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,filter .2s ease;cursor:pointer}.style-2-active .s2-svc-buy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:52px}.style-2-active .s2-svc-buy i{font-size:12px;line-height:1}.style-2-active .s2-svc-buy.has-price{padding:0 5px}.style-2-active .svc-card:hover .s2-svc-buy,.style-2-active .s2-svc-buy:hover{background:var(--primary);border-color:color-mix(in srgb,var(--primary) 75%,#fff);box-shadow:0 2px 12px color-mix(in srgb,var(--primary) 40%,transparent);filter:brightness(1.08)}.style-2-active .svc-card-price{display:none}.grid-groups-wrapper{display:flex;flex-direction:column;gap:30px;width:100%}.grid-group-title{font-size:16px;font-weight:700;color:#06b6d4;margin:0 0 16px;display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;width:100%}.svc-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;padding:16px;cursor:pointer;display:flex;gap:14px;transition:all .2s cubic-bezier(.4,0,.2,1)}.svc-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:0 6px 20px #00000026}.svc-card-icon-wrap{width:44px;height:44px;background:#ffffff08;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--text-muted);flex-shrink:0;border:1px solid rgba(255,255,255,.02);overflow:hidden}.svc-card-icon-wrap.has-pic{padding:0;background:transparent}.svc-card-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:5px;box-sizing:border-box;display:block}.svc-card:hover .svc-card-icon-wrap{color:var(--primary);background:#7c3aed14}.svc-card-content{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.svc-card-id{font-size:11px;font-weight:700;color:var(--primary)}.svc-card-title{font-size:13px;font-weight:600;color:var(--text-main);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.svc-card-group-tag{font-size:10px;font-weight:700;color:#06b6d4;text-transform:uppercase}.svc-card-footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:4px;flex-wrap:wrap}.svc-card-price{background:#10b98126;color:#34d399;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}.svc-card-delivery{background:#f59e0b1f;color:#fbbf24;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px}.order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .25s ease}.order-modal-content{position:relative;background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;width:1200px;max-width:calc(100vw - 40px);height:auto;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;animation:scaleUp .3s cubic-bezier(.34,1.56,.64,1)}.order-modal-close{flex-shrink:0;width:29px;height:29px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--bg-panel) 92%,transparent);border:1px solid var(--border);border-radius:8px;color:var(--text-muted);font-size:18px;line-height:1;cursor:pointer;transition:color .2s,border-color .2s;padding:0}.order-modal-close:hover{color:#ef4444;border-color:color-mix(in srgb,#ef4444 40%,var(--border))}#order-modal-form-root{flex:0 0 auto;min-height:0;overflow:visible;display:flex;flex-direction:column}.order-modal-form.order-form-active{display:flex;flex-direction:column;flex:0 0 auto;min-height:0;height:auto;padding:0;gap:0}.order-modal-form .order-modal-topbar{flex-shrink:0;margin:0;padding:18px;border:none;border-bottom:1px solid var(--border);border-radius:0;background:color-mix(in srgb,var(--primary) 6%,var(--bg-panel));gap:11px}.order-modal-form .order-modal-topbar .of-preview-icon{width:40px;height:40px;font-size:18px}.order-modal-form .order-modal-topbar .of-preview-icon.has-pic{width:52px;height:52px}.order-modal-form .order-modal-topbar .of-preview-info{flex:1;min-width:0}.order-modal-form .order-modal-topbar .of-preview-title{font-size:14px;line-height:1.3}.order-modal-form .of-preview-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:5px}.order-modal-form .of-preview-meta .of-preview-id{margin-top:0}.order-modal-form .of-preview-status-inline{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;font-size:10px;font-weight:700;color:#22c55e;background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:10px;line-height:1.2;white-space:nowrap}.order-modal-form .of-preview-status-inline .of-online-dot{width:6px;height:6px}.order-modal-form .order-modal-topbar .order-modal-close{margin-left:auto}.order-modal-form .order-modal-body{flex:0 0 auto;min-height:0;padding:20px;overflow:visible;display:flex;flex-direction:column;gap:0}.order-modal-form .order-modal-split{display:flex;align-items:stretch;gap:24px;flex:0 0 auto;min-height:0;overflow:visible}.order-modal-form .order-modal-details-wrap{flex:1 1 44%;min-width:300px;max-width:none;position:relative;align-self:stretch;min-height:0;margin-right:0;border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent)}.order-modal-form .order-modal-details-wrap .of-service-details--side{position:absolute;top:0;right:0;bottom:0;left:0;margin-inline:0;padding:0 24px 0 44px;display:flex;flex-direction:column;gap:0;max-height:none;height:100%;overflow:hidden}.order-modal-form .order-modal-details-wrap .of-service-details-head{flex:0 0 auto;margin-bottom:6px}.order-modal-form .order-modal-details-wrap .of-service-details-scroll{flex:1 1 auto;min-height:0;margin-top:0;padding-top:0;overflow-x:hidden;overflow-y:auto;padding-right:0;display:flex;flex-direction:column;gap:10px}.order-modal-form .order-modal-details-wrap .of-service-details-summary,.order-modal-form .order-modal-details-wrap .of-service-details-article{flex:0 0 auto;overflow:visible}.order-modal-form .of-service-details--side{max-height:none;overflow:hidden}.order-modal-form .order-modal-main{display:flex;flex-direction:column;flex:0 0 56%;min-width:0;min-height:0}.order-modal-form .order-form-body{padding:0;flex:0 0 auto;min-width:0}.order-modal-form .of-form-card{border-radius:10px;box-shadow:none;border:none;background:transparent;overflow:visible}.order-modal-form .of-form-card-head{display:none}.order-modal-form .of-form-card.of-form-card--details{display:flex;flex-direction:column}.order-modal-form .of-details-body{display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto auto;height:auto;min-height:0;max-height:none;align-items:stretch}.order-modal-form .of-details-fields{display:flex;flex-direction:column;grid-column:1;grid-row:1;min-height:0;height:auto}.order-modal-form .of-details-divider{grid-column:1;grid-row:2;width:auto;height:1px;margin:20px 0;align-self:stretch}.order-modal-form .of-form-card .order-form-fields{padding:0;gap:14px;flex:1;min-height:0;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.order-modal-form .of-input{background:color-mix(in srgb,var(--bg-dark) 40%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--text-muted) 22%,var(--border));border-radius:10px;height:48px}.order-modal-form .of-input:focus{background:color-mix(in srgb,var(--bg-dark) 50%,var(--bg-panel));border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.order-modal-form .of-textarea{background:color-mix(in srgb,var(--bg-dark) 40%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--text-muted) 22%,var(--border));border-radius:10px}.order-modal-form .of-textarea:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.order-modal-form .of-details-body.of-details-body--nofields{min-height:0;grid-template-rows:auto 0 auto}.order-modal-form .of-details-body.of-details-body--nofields .of-details-divider{display:none}.order-modal-form .of-details-body.of-details-body--nofields .order-form-fields{padding:0}.order-modal-form .of-options-grid{flex:0 0 auto}.order-modal-form .of-input-card.active{flex:1;min-height:0;justify-content:flex-start}.order-modal-form .of-input-card.active .of-textarea{flex:1;min-height:148px;resize:none}.order-modal-form .of-pair-add-btn{flex-shrink:0}.order-modal-form .of-pair-columns .of-label{margin-bottom:0;line-height:1.15}.order-modal-form .of-input-card.active:has(.of-pair-list){gap:2px}.order-modal-form .of-pair-row .of-link-search,.order-modal-form .of-pair-row .of-input-icon-wrap,.order-modal-form .of-pair-row .of-input-icon-wrap .of-input{height:44px;min-height:44px}.order-modal-form .of-pair-row .of-pair-remove{align-self:center;width:32px;height:32px}.order-modal-form .of-status-bar.of-status-bar--inline{grid-column:1;grid-row:3;width:100%;max-width:none;height:auto;min-height:0;align-self:stretch;padding:0;justify-content:flex-start;align-content:flex-start;box-sizing:border-box}.order-modal-form .of-status-bar.of-status-bar--inline .of-status-row--delivery{padding-bottom:0;margin-bottom:0}.order-modal-form .of-status-row--prices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.order-modal-form .of-status-row--prices.is-single-price{grid-template-columns:1fr}.order-modal-form .of-status-row--prices.is-single-price .of-status-item.is-unit{display:none}.order-modal-form .of-checkout-footer{flex:0 0 auto;margin-top:18px;padding:0;border:none;background:transparent;gap:10px;box-shadow:none}.order-modal-form .of-submit-btn{min-height:48px;font-size:14px;font-weight:700;border-radius:10px;border:none;box-shadow:none}.order-modal-form .of-submit-btn:hover:not(:disabled){box-shadow:none;transform:none}@media (max-width: 900px){.order-modal-form .order-modal-split{flex-direction:column}.order-modal-form .order-modal-details-wrap{flex:0 0 auto;min-width:0;max-width:none;width:100%;min-height:220px;max-height:40vh;margin-right:0;border-left:none;padding-left:0;border-top:1px solid color-mix(in srgb,var(--border) 90%,transparent);padding-top:16px}.order-modal-form .order-modal-details-wrap .of-service-details--side{position:relative;inset:auto;min-height:220px;max-height:40vh}.order-modal-form .of-service-details--side{order:2;margin-top:8px}.order-modal-form .of-checkout-footer{margin-bottom:0}}@media (max-width: 720px){.order-modal-form .of-details-body{grid-template-columns:1fr;grid-template-rows:auto 1px auto;min-height:0}.order-modal-form .of-details-fields,.order-modal-form .of-form-card .order-form-fields,.order-modal-form .of-status-bar.of-status-bar--inline{min-height:0}.order-modal-form .of-details-fields{grid-column:1;grid-row:1}.order-modal-form .of-details-divider{grid-column:1;grid-row:2;width:auto;height:1px;margin:0 14px}.order-modal-form .of-status-bar.of-status-bar--inline{grid-column:1;grid-row:3;max-width:none}}@media (max-width: 1400px){.style-2-active .services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1024px){.style-2-active .services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.style-2-active .services-grid{grid-template-columns:1fr}.style-2-active .svc-card-icon-wrap{width:68px;height:68px}.style-2-active .svc-card-content{min-height:68px}}.style-3-active{--s3-panel-border: color-mix(in srgb, var(--border) 90%, transparent)}.style-3-active .iorder-split{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,1fr)!important;flex:1;min-height:0;height:100%;max-height:100%;overflow:hidden;gap:0}.style-3-active .iorder-left-scroll{min-height:0;max-height:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;padding-right:0;margin-right:0}.style-3-active .iorder-right{display:none!important}.style-3-active .iorder-left{flex:1;min-height:0;height:100%;display:flex;flex-direction:column;background:transparent!important;border:none!important;overflow:hidden!important;padding:0!important}.s3-service-combo-wrap{position:relative;flex:1 1 auto;max-width:100%;min-width:0;width:100%}.style-3-active .s3-service-combo-wrap{max-width:100%;width:100%;min-width:0}.style-3-active .s3-service-combo-wrap .iorder-search-bar{max-width:100%;width:100%;min-width:0;box-sizing:border-box;cursor:text}.s3-combo-toggle-btn{display:none;background:transparent;border:none;color:var(--text-muted, var(--text3));cursor:pointer;align-items:center;justify-content:center;flex-shrink:0;border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent);padding:0 0 0 8px;margin-left:2px;height:22px;transition:color .2s}.style-3-active .s3-combo-toggle-btn{display:flex}.s3-combo-chevron{font-size:16px;transition:transform .2s}.style-3-active .s3-service-combo-wrap.is-open .s3-combo-chevron{transform:rotate(180deg)}.s3-combo-toggle-btn:hover{color:var(--primary)}.style-3-active .s3-service-combo-wrap.is-open .iorder-search-bar{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.s3-service-combo-panel{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:120;background:color-mix(in srgb,var(--bg-panel) 96%,#0a0e14);border:1px solid var(--s3-panel-border);border-radius:10px;box-shadow:none;overflow:hidden}.style-3-active .s3-service-combo-wrap.is-open .s3-service-combo-panel{display:block}.s3-service-combo-list{max-height:432px;overflow-x:hidden;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:10px;background:color-mix(in srgb,var(--bg-dark, #0a0e14) 35%,var(--bg-panel));box-sizing:border-box}.s3-combo-group{border:1px solid var(--s3-panel-border);border-radius:10px;overflow:hidden;background:var(--bg-panel);box-shadow:none;flex-shrink:0}.s3-combo-group-title{display:flex;align-items:center;gap:8px;margin:0;padding:8px 12px;background:var(--bg-elevated, var(--box-bg, var(--bg-panel)));border-bottom:1px solid var(--s3-panel-border)}.s3-combo-group-pic{flex-shrink:0;width:30px;height:30px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 8%,var(--bg-panel));border:1.5px solid color-mix(in srgb,var(--primary) 50%,var(--border));box-shadow:none}.s3-combo-group-pic-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.s3-combo-group-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;line-height:1.25;letter-spacing:-.01em;color:color-mix(in srgb,var(--primary) 80%,var(--text-main, var(--text)));text-transform:none}.s3-combo-item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:46px;padding:7px 12px;border:none;border-bottom:1px solid var(--s3-panel-border);background:transparent;box-shadow:none;color:var(--text-muted, var(--text3));font-size:13px;line-height:1.35;text-align:left;cursor:pointer;transition:background .15s,color .15s}.s3-combo-group .s3-combo-item:last-child{border-bottom:none}.s3-combo-item-main{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.s3-combo-pic-wrap{flex-shrink:0;width:34px;height:34px;border-radius:7px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:1.5px solid color-mix(in srgb,var(--primary) 38%,var(--border));box-shadow:none}.s3-combo-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.s3-combo-text{display:flex;flex-direction:column;gap:2px;flex:1 1 auto;min-width:0}.s3-combo-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.s3-combo-id-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:9px;font-weight:600;letter-spacing:.02em;padding:2px 6px;border-radius:10px;background:color-mix(in srgb,var(--primary) 10%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--primary) 28%,var(--border));color:var(--primary);line-height:1.1;font-family:ui-monospace,Cascadia Code,Consolas,monospace}.s3-combo-name{flex:0 0 auto;min-width:0;font-size:13px;font-weight:600;line-height:1.3;color:var(--text-main, var(--text));letter-spacing:-.01em;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.s3-combo-delivery{font-size:10px;font-weight:600;color:var(--text-muted, var(--text3));line-height:1.15;white-space:nowrap}.s3-combo-price-badge{flex-shrink:0;margin-left:auto;font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--secondary);background:color-mix(in srgb,var(--secondary) 8%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--secondary) 35%,var(--border));padding:3px 8px;border-radius:6px;white-space:nowrap;line-height:1.1}.s3-combo-price-badge.is-free{color:var(--text-muted, var(--text3))}.s3-combo-item:hover,.s3-combo-item:focus-visible,.s3-combo-item.is-selected{box-shadow:none;outline:none}.s3-combo-item:hover,.s3-combo-item:focus-visible{background:color-mix(in srgb,var(--primary) 4%,var(--bg-panel, #111827));color:var(--text-main, var(--text))}.s3-combo-item.is-selected{background:color-mix(in srgb,var(--primary) 12%,var(--bg-panel, #111827));color:var(--text-main, var(--text))}.s3-combo-item:hover .s3-combo-name,.s3-combo-item:focus-visible .s3-combo-name{color:color-mix(in srgb,var(--primary) 55%,var(--text-main, var(--text)))}.s3-combo-item.is-selected .s3-combo-name{color:color-mix(in srgb,var(--primary) 70%,var(--text-main, var(--text)));font-weight:700}.s3-combo-empty{padding:20px 14px;text-align:center;color:var(--text-muted, var(--text3));font-size:13px;border:1px dashed var(--s3-panel-border);border-radius:10px;background:color-mix(in srgb,var(--bg-panel) 90%,transparent);box-shadow:none}.s3-selector-panel{flex:1;min-height:0;height:100%;width:100%;margin-bottom:0;display:flex;flex-direction:column;overflow:hidden;border-radius:10px;border:1px solid var(--s3-panel-border);box-shadow:0 1px #ffffff08 inset;box-sizing:border-box}.s3-select-body{flex:1;min-height:0;background:var(--bg-panel);border:none;border-radius:10px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:0;overflow:hidden}.s3-select-body:has(.s3-empty-state){align-items:center;justify-content:center;padding:24px}.s3-select-body:has(.s3-order-form){display:flex;align-items:stretch;justify-content:flex-start;padding:0;min-height:0}.style-3-active .s3-order-form.order-modal-form{flex:1;min-height:0;width:100%;height:100%;display:flex;flex-direction:column;border-radius:0;overflow:hidden}.style-3-active .s3-order-form .order-modal-topbar{flex-shrink:0;border-radius:0}.style-3-active .s3-order-form .order-modal-body{flex:1;min-height:0;overflow:auto}.s3-empty-state p{margin:0;max-width:280px;line-height:1.6;font-size:13px;color:var(--text-muted, var(--text3))}.s3-empty-state{display:flex;flex-direction:column;align-items:center;gap:0;color:var(--text-muted);text-align:center;max-width:300px}.s3-empty-icon{display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--text-muted, var(--text3));font-size:48px}.s3-empty-icon i{display:inline-block;animation:empty-arrow-nudge-up 1.6s ease-in-out infinite}.s3-empty-state h4{font-size:20px;font-weight:700;margin:0 0 10px;color:var(--text-main, var(--text));letter-spacing:-.02em}@keyframes s3-panel-reveal{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.s3-select-body.is-revealing>.s3-empty-state,.s3-select-body.is-revealing>.s3-order-form{animation:s3-panel-reveal .28s ease-out both}@media (prefers-reduced-motion: reduce){.s3-select-body.is-revealing>.s3-empty-state,.s3-select-body.is-revealing>.s3-order-form{animation:none}}.s3-categories-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.s3-category-box{border:1.5px dashed var(--border);border-radius:10px;padding:20px 16px;text-align:center;cursor:pointer;transition:all .2s;background:#ffffff03;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.s3-category-box:hover{border-color:var(--primary-hover);background:#ffffff05}.s3-box-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;background:#ffffff08;color:var(--text-muted);transition:all .2s}.s3-box-title{font-size:13px;font-weight:600;color:var(--text-muted);transition:all .2s}.s3-category-box.active{border-color:#0ea5e9;background:#0ea5e908}.s3-category-box.active .s3-box-icon{background:#0ea5e91a;color:#0ea5e9}.s3-category-box.active .s3-box-title{color:#0ea5e9}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}html:not(.dark) .s1-group-label{background:#f3f5f7}html:not(.dark) .s1-group-label .s1-group-name{color:#111827}html:not(.dark) .s1-group-label .s1-group-icon{color:#fff;background:#ffffff1f;border-color:#fff3}html:not(.dark) .order-modal-form .order-modal-topbar{background:#f3f5f7}html:not(.dark) .order-modal-form .order-modal-topbar .of-preview-title,html:not(.dark) .order-modal-form .order-modal-topbar .of-preview-id,html:not(.dark) .order-modal-form .order-modal-topbar .of-preview-meta{color:#000}html:not(.dark) .s3-combo-item:hover,html:not(.dark) .s3-combo-item:focus-visible{background:color-mix(in srgb,#0f172a 9%,#ffffff)}html:not(.dark) .svc-item:hover,html:not(.dark) .s1-svc-card:hover,html:not(.dark) .svc-group-header:hover{background:color-mix(in srgb,#0f172a 9%,#ffffff)}.of-sd-hero-card{width:100%;max-width:none;aspect-ratio:16 / 10;min-height:0;flex:0 0 auto;margin:0 0 14px;padding:8px;box-sizing:border-box;border:1px solid var(--border);border-radius:10px;overflow:hidden;position:relative;background:linear-gradient(135deg,color-mix(in srgb,var(--accent, #00dff5) 14%,transparent),color-mix(in srgb,var(--bg-panel) 70%,transparent) 45%,color-mix(in srgb,var(--accent, #00dff5) 9%,transparent));display:flex;align-items:center;justify-content:center}.of-sd-hero-card .of-service-details-pic{width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;border-radius:8px;display:block}.of-sd-slider{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px}.of-sd-slider-track{display:flex;width:100%;height:100%;transition:transform .45s ease}.of-sd-slide{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.of-sd-slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:8px;display:block}.of-sd-arrow{position:absolute;top:50%;transform:translateY(-50%);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid color-mix(in srgb,var(--border) 70%,transparent);border-radius:50%;background:color-mix(in srgb,var(--bg-panel) 62%,transparent);color:var(--text);cursor:pointer;font-size:15px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,color .2s,border-color .2s;z-index:2}.of-sd-arrow:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.of-sd-arrow--prev{left:12px}.of-sd-arrow--next{right:12px}.of-sd-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;gap:6px;justify-content:center;z-index:2}.of-sd-dot{width:7px;height:7px;padding:0;border:none;border-radius:50%;background:color-mix(in srgb,var(--text) 40%,transparent);cursor:pointer;transition:background .2s,width .2s}.of-sd-dot.active{width:18px;border-radius:4px;background:var(--accent)}.of-sd-hero-fallback{flex:1;min-height:200px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 45%,color-mix(in srgb,var(--primary) 10%,transparent),transparent 68%),color-mix(in srgb,var(--bg-dark) 45%,var(--bg-panel))}.of-sd-hero-fallback i{width:84px;height:84px;display:flex;align-items:center;justify-content:center;font-size:40px;border-radius:10px;color:var(--primary);background:color-mix(in srgb,var(--primary) 16%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--primary) 38%,transparent);box-shadow:0 10px 28px color-mix(in srgb,var(--primary) 22%,transparent)}@media (max-width: 1100px){.iorder-right,.style-1-active .iorder-right,.order-modal-form,.order-modal-form .order-modal-body,.order-modal-form .order-modal-split,.order-modal-form .order-modal-main{height:auto;min-height:0;max-height:none}.order-modal-form .order-modal-main{flex:0 0 auto}.order-modal-form .of-form-card,.order-modal-form .order-form-body,.order-modal-form .of-details-body,.order-modal-form .of-details-fields{height:auto;min-height:0;flex:0 0 auto}}@media (max-width: 768px){.order-modal-form .of-status-bar.of-status-bar--inline{flex-direction:column;gap:8px}.order-modal-form .of-status-bar.of-status-bar--inline .of-status-row--delivery,.order-modal-form .of-status-row--prices{flex:0 0 auto;width:100%}}@media (max-width: 1100px){.of-sd-hero-card{padding:6px;border-radius:10px;margin-bottom:12px}.of-sd-hero-fallback{min-height:0;height:110px}.of-sd-hero-fallback i{width:60px;height:60px;font-size:28px;border-radius:10px}}@media (max-width: 1100px){.order-modal-overlay{padding:12px;align-items:flex-start;overflow-y:auto}.order-modal-content{max-width:100%;max-height:none;height:auto;overflow-y:auto;overscroll-behavior:contain;margin:auto 0}.order-modal-content .order-modal-form,.order-modal-content .order-modal-body{height:auto;min-height:0;max-height:none;overflow:visible}body.style-3-active .iorder-split,body.style-3-active .iorder-left,body.style-3-active .iorder-left-scroll,body.style-3-active .s3-selector-panel,body.style-3-active .s3-select-body,body.style-3-active .s3-order-form.order-modal-form,body.style-3-active .s3-order-form .order-modal-body{height:auto;min-height:0;max-height:none;overflow:visible;flex:0 0 auto}}.style-2-active .services-grid.s2-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}@media (max-width: 1100px){.style-2-active .services-grid.s2-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.style-2-active .services-grid.s2-service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@keyframes s2CardIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.style-2-active .s2-card{min-width:0;min-height:92px;display:grid;grid-template-columns:72px minmax(0,1fr);gap:12px;align-items:stretch;padding:10px;background:var(--bg-card, var(--bg-panel));border:1px solid color-mix(in srgb,var(--border) 85%,transparent);border-radius:0;cursor:pointer;transition:background-color .16s ease,border-color .16s ease;animation:s2CardIn .28s ease both}.style-2-active .s2-card:hover{background:color-mix(in srgb,var(--text-main) 4%,var(--bg-card, var(--bg-panel)));border-color:var(--border)}.style-2-active .s2-card:focus-visible{outline:2px solid color-mix(in srgb,var(--text-main) 45%,transparent);outline-offset:1px}.style-2-active .s2-card-thumb{position:relative;width:72px;height:72px;align-self:center;overflow:hidden;border:1px solid color-mix(in srgb,var(--border) 95%,transparent);background:color-mix(in srgb,var(--text-main) 5%,transparent)}.style-2-active .s2-card-thumb img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.style-2-active .s2-card-thumb-fallback{display:grid;place-items:center;width:100%;height:100%;color:var(--text-muted);font-size:24px}.style-2-active .s2-card-id{position:absolute;left:3px;bottom:3px;z-index:2;min-height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.55);background:#0f172ae0;color:#fff;font-size:10px;line-height:1;font-weight:800;letter-spacing:.025em;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.style-2-active .s2-card-id:hover{background:#345fe8;border-color:#345fe8;color:#fff}.style-2-active .s2-card-id.is-copied{background:#16b254;border-color:#16b254}.style-2-active .s2-card-info{min-width:0;display:flex;flex-direction:column;justify-content:center}.style-2-active .s2-card-name{margin:0;color:var(--text-main);font-size:14px;line-height:1.35;font-weight:700;letter-spacing:-.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.style-2-active .s2-card-new{position:absolute;top:4px;right:4px;left:auto;bottom:auto;z-index:3;max-width:calc(100% - 8px);height:17px;margin:0;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:0;font-size:8.5px;line-height:1;white-space:nowrap;overflow:hidden;box-shadow:none;pointer-events:none}.style-2-active .s2-card-meta{margin-top:9px;display:flex;align-items:center;gap:10px;min-width:0}.style-2-active .s2-card-price{min-width:58px;height:25px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;background:#16b254;border:1px solid #16b254;color:#fff;font-size:13px;font-weight:800;line-height:1;text-align:center}.style-2-active .s2-card-time{min-width:0;display:inline-flex;align-items:center;gap:5px;color:#e86f08;font-size:12px;line-height:1.2;font-weight:650;white-space:nowrap}.style-2-active .s2-card-time svg{width:12px;height:12px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.order-modal-form .order-modal-split{min-height:420px}.of-sd-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:100%;min-height:260px;padding:24px 16px;text-align:center;color:var(--text-muted)}.of-sd-empty i{font-size:30px;opacity:.55}.of-sd-empty p{margin:0;font-size:13px;font-weight:500}@media (max-width: 900px){.of-sd-empty{min-height:0;height:auto;flex-direction:row;gap:8px;padding:12px 14px;text-align:left}.of-sd-empty i{font-size:18px}.of-sd-empty p{font-size:12px}.order-modal-form .order-modal-details-wrap:has(.of-sd-empty){display:none}.order-modal-form .order-modal-split{min-height:0}.of-sd-empty{min-height:120px}}.of-submit-btn.of-submit-btn:disabled{background:transparent;border:1px dashed color-mix(in srgb,var(--text-main) 22%,transparent);color:color-mix(in srgb,var(--text-main) 45%,transparent);box-shadow:none;opacity:1;cursor:not-allowed;transform:none}.of-submit-btn.of-submit-btn:disabled i{opacity:.7}.of-status-bar.of-status-bar--inline .of-status-row--all{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-bottom:0;border-bottom:none}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item{height:auto;min-height:56px;max-height:none;padding:10px 12px;gap:8px;min-width:0}.order-modal-form .of-status-bar.of-status-bar--inline .of-status-row--all{flex:1 1 auto;width:100%;min-width:0}.of-status-bar.of-status-bar--inline .of-status-row--all{-moz-column-gap:0;column-gap:0}.of-status-bar.of-status-bar--inline .of-status-row--all .is-delivery-item{margin-right:14px}.of-status-bar.of-status-bar--inline .of-status-row--all .is-unit{border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.of-status-bar.of-status-bar--inline .of-status-row--all .is-total{border-top-left-radius:0;border-bottom-left-radius:0}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item>.fa-solid{width:auto;height:auto;background:none;border-radius:0;font-size:15px;color:var(--text-muted, var(--text3));align-self:center}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-label{font-size:10px;letter-spacing:.08em}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-value.is-delivery,.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-value.is-unit{color:var(--text-main, var(--text))}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-value.is-total-val{color:var(--primary)}.of-delivery-unit{font-size:12px;font-weight:600;color:var(--text-muted, var(--text3))}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-value{font-size:16px;line-height:1.15;letter-spacing:-.01em;white-space:normal;overflow-wrap:normal}.of-status-bar.of-status-bar--inline .of-status-row--all .of-status-label{white-space:nowrap}@media (max-width: 560px){.of-status-bar.of-status-bar--inline .of-status-row--all{grid-template-columns:1fr 1fr}.of-status-bar.of-status-bar--inline .of-status-row--all .is-delivery-item{grid-column:1 / -1}}.style-1-active .iorder-right .order-modal-form{height:100%;min-height:0;display:flex;flex-direction:column}.style-1-active .iorder-right .order-modal-body{flex:1 1 auto;min-height:0;display:flex}.style-1-active .iorder-right .order-modal-split{flex:1 1 auto;min-height:0;align-items:stretch}.style-1-active .iorder-right .order-modal-main{min-height:0;overflow-y:auto;padding-inline:3px;margin-inline:-3px}.style-1-active .iorder-right .order-modal-details-wrap{align-self:stretch;min-height:0}.order-modal-overlay{align-items:flex-start;padding-top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px) + var(--xh-eyebar-h, 0px) + 24px)}.order-modal-content{width:960px;max-height:calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px) - 48px);border:none;box-shadow:0 24px 60px #00000059}.order-modal-content .order-modal-topbar{border-top-left-radius:10px;border-top-right-radius:10px}@media (max-width: 1024px){.order-modal-overlay{padding-top:80px}.order-modal-content{width:100%}}.iorder-page .of-service-preview.order-modal-topbar,.order-modal-form .of-service-preview.order-modal-topbar{border-radius:10px 10px 0 0}@media (max-width: 768px){body.style-1-active .iorder-left-scroll,body.style-2-active .iorder-left-scroll,body.style-3-active .iorder-left-scroll,.style-1-active .iorder-left-scroll,.style-2-active .iorder-left-scroll,.style-3-active .iorder-left-scroll,.iorder-left-scroll{height:auto;min-height:0;max-height:none;overflow:visible;padding-right:0;margin-right:0;width:100%;min-width:0;max-width:100%}.iorder-left,.style-1-active .iorder-left,.style-2-active .iorder-left{height:auto;max-height:none;overflow:visible;width:100%;min-width:0;max-width:100%}.iorder-left :is(.s1-svc-name,.svc-item-name,.s1-group-title,.svc-group-title){min-width:0;white-space:normal;overflow-wrap:anywhere}}.of-new-tag{display:inline-flex;align-items:center;margin-left:6px;padding:1px 6px;border-radius:5px;font-size:9px;font-weight:800;letter-spacing:.5px;line-height:1.5;color:#052e16;background:linear-gradient(135deg,#4ade80,#22c55e);box-shadow:0 2px 8px #22c55e59;vertical-align:middle;text-transform:uppercase}@media (max-width: 768px){.iorder-page,body.style-1-active .iorder-page,body.style-2-active .iorder-page,body.style-3-active .iorder-page,.ihistory-page{padding:10px 12px 20px}}@media (min-width: 99999px){.style-1-active .iorder-right{--dft-bg: #12191f;--dft-left: #1b242c;--dft-head: #202a34;--dft-control: #26323c;--dft-line: #374550;--dft-text: #f7fafc;--dft-muted: #91a2b2;--dft-blue: #62b5f3;--dft-green: #22c55e;overflow:hidden;color:var(--dft-text)!important;background:var(--dft-bg)!important;border:1px solid var(--dft-line)!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .order-modal-form{color:var(--dft-text)!important;background:var(--dft-bg)!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .of-service-preview.order-modal-topbar{min-height:74px;padding:13px 18px!important;color:var(--dft-text)!important;background:var(--dft-head)!important;border:0!important;border-bottom:1px solid var(--dft-line)!important;border-radius:0!important}.style-1-active .iorder-right .of-service-preview :is(h1,h2,h3,.of-service-title){color:var(--dft-text)!important;font-weight:800!important}.style-1-active .iorder-right .of-service-preview :is(.of-service-id,.of-id-badge){color:#fff!important;background:var(--dft-blue)!important;border:0!important;border-radius:0!important}.style-1-active .iorder-right .order-modal-body{padding:0!important;background:var(--dft-bg)!important}.style-1-active .iorder-right .order-modal-split{display:grid!important;grid-template-columns:minmax(390px,45%) minmax(0,55%)!important;gap:0!important;min-height:585px}.style-1-active .iorder-right .order-modal-main{width:auto!important;margin:0!important;padding:26px 24px!important;color:var(--dft-text)!important;background:var(--dft-left)!important;border:0!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .order-modal-details-wrap{width:auto!important;padding:20px!important;color:var(--dft-text)!important;background:var(--dft-bg)!important;border:0!important;border-left:1px solid var(--dft-line)!important}.style-1-active .iorder-right :is(.of-form-card,.of-details-body,.of-service-details){color:var(--dft-text)!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .of-form-card,.style-1-active .iorder-right .of-details-body{padding:0!important}.style-1-active .iorder-right :is(.of-field-toolbar,.of-segment){background:#151c22!important;border:1px solid var(--dft-line)!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .of-segment-btn{color:var(--dft-muted)!important;background:transparent!important;border:0!important;border-radius:0!important}.style-1-active .iorder-right .of-segment-btn:is(.active,[aria-selected=true]){color:#07131c!important;background:var(--dft-blue)!important}.style-1-active .iorder-right .of-label{color:#f2f6f8!important;font-size:11px!important;font-weight:800!important;letter-spacing:.04em;text-transform:uppercase}.style-1-active .iorder-right :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea){min-height:48px;color:var(--dft-text)!important;caret-color:var(--dft-blue);background:var(--dft-control)!important;border:1px solid transparent!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea)::-moz-placeholder{color:#9aabba!important}.style-1-active .iorder-right :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea)::placeholder{color:#9aabba!important}.style-1-active .iorder-right :is(.of-input,.of-textarea,.of-input-icon-wrap input,.of-input-icon-wrap textarea):focus{outline:none!important;background:#2b3741!important;border-color:var(--dft-blue)!important}.style-1-active .iorder-right :is(.of-input-icon-wrap>i,.of-input-icon-wrap>svg,.of-help,.of-counter){color:var(--dft-muted)!important}.style-1-active .iorder-right .of-status-bar.of-status-bar--inline .of-status-row--all{gap:5px!important}.style-1-active .iorder-right .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item{min-height:66px;color:var(--dft-text)!important;background:transparent!important;border:1px solid var(--dft-line)!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right :is(.of-status-label,.of-help,.of-sd-delivery){color:var(--dft-muted)!important}.style-1-active .iorder-right .of-status-value{color:var(--dft-text)!important}.style-1-active .iorder-right .of-submit-btn{min-height:48px;color:#fff!important;background:#244b34!important;border:0!important;border-radius:0!important;box-shadow:none!important;font-weight:800!important}.style-1-active .iorder-right .of-submit-btn:hover:not(:disabled){background:#287044!important}.style-1-active .iorder-right .of-submit-btn:not(:disabled){background:#1f9d55!important}.style-1-active .iorder-right .of-sd-hero-card{padding:0!important;overflow:hidden;background:#090d10!important;border:1px solid var(--dft-line)!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .of-sd-hero-card img{width:100%;-o-object-fit:cover;object-fit:cover}.style-1-active .iorder-right :is(.of-sd-links-title,.of-service-details h2,.of-service-details h3,.of-service-details h4){color:var(--dft-text)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.04em;text-transform:uppercase}.style-1-active .iorder-right .of-sd-links{gap:5px!important}.style-1-active .iorder-right .of-sd-link{min-height:42px;color:#fff!important;background:#303d48!important;border:1px solid #3e4d59!important;border-radius:0!important;box-shadow:none!important}.style-1-active .iorder-right .of-sd-link:hover{color:#fff!important;background:#3a4a57!important;border-color:var(--dft-blue)!important}.style-1-active .iorder-right .of-service-details :is(p,small){color:var(--dft-muted)!important}}.of-tool-details{display:flex;min-height:100%;flex-direction:column;gap:16px;padding:0;font-size:11px;line-height:1.55}.order-modal-details-wrap .of-sd-hero-card{width:100%;aspect-ratio:8 / 3;min-height:0;padding:0;border-radius:0!important;background:var(--bg-panel)}.order-modal-details-wrap .of-sd-slider,.order-modal-details-wrap .of-sd-slide--active{width:100%;height:100%;border-radius:0}.order-modal-details-wrap .of-sd-slide--active{animation:of-banner-fade .28s ease}.order-modal-details-wrap .of-sd-slide--active img,.order-modal-details-wrap .of-sd-hero-card>.of-service-details-pic{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0}@keyframes of-banner-fade{0%{opacity:.45}to{opacity:1}}.of-tool-primary-links{display:flex;flex-direction:column;gap:13px}.of-tool-link-block h5,.of-tool-info h5,.of-tool-additional h5{margin:0 0 5px;color:var(--text-main);font-size:12px;font-weight:800;letter-spacing:.025em;text-transform:none}.of-tool-link-block h5{display:flex;align-items:center;gap:8px}.of-tool-link-block h5>span{width:5px;height:5px;flex:0 0 5px;background:var(--primary)}.of-tool-link-block p,.of-tool-info>p{margin:0;color:var(--text-muted)}.of-tool-link-block a{color:var(--primary);font-weight:700;text-decoration:none}.of-tool-link-block a:hover{text-decoration:underline}.of-tool-info h5,.of-tool-additional h5{text-transform:uppercase}.of-tool-info h6{margin:10px 0 5px;color:#22c55e;font-size:11px;font-weight:800;text-transform:uppercase}.of-tool-info ul,.of-tool-additional ol{display:flex;flex-direction:column;gap:5px;margin:0;padding:0;list-style:none}.of-tool-info li{position:relative;padding-left:17px;color:var(--text-main)}.of-tool-info li:before{position:absolute;left:0;color:#22c55e;content:"✓";font-weight:800}.of-tool-additional ol{counter-reset:tool-detail}.of-tool-additional li{display:grid;grid-template-columns:21px minmax(0,1fr);gap:6px;color:var(--text-muted);counter-increment:tool-detail}.of-tool-additional li:before{color:var(--text-muted);content:counter(tool-detail,decimal-leading-zero);font-variant-numeric:tabular-nums;opacity:.75}.of-tool-description{padding-block:12px;border-block:1px solid color-mix(in srgb,var(--border) 75%,transparent)}.of-tool-footer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;margin-top:auto;padding-top:10px}.of-tool-footer-actions a{display:inline-flex;min-height:43px;align-items:center;justify-content:center;padding:8px 12px;color:var(--text-main);background:color-mix(in srgb,var(--text-main) 11%,var(--bg-panel));border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:0;font-size:11px;font-weight:800;text-align:center;text-decoration:none}.of-tool-footer-actions a:hover{color:var(--primary);border-color:var(--primary)}@media (max-width: 768px){.of-tool-footer-actions{grid-template-columns:1fr}}@media (min-width: 1100px){.style-1-active .iorder-right .order-modal-split{grid-template-columns:minmax(360px,48%) minmax(0,52%)!important}.style-1-active .iorder-right .order-modal-details-wrap{padding-inline:16px!important}}.xhome-order{--of-line: var(--border);--of-line-strong: color-mix(in srgb, var(--border) 62%, var(--text-muted));--of-soft: color-mix(in srgb, var(--text-main) 4%, var(--bg-panel));--of-go: #059669;--of-go-strong: #047857}.xhome-order .of-service-preview{align-items:center;gap:12px;background:var(--bg-panel);border-bottom:1px solid var(--of-line)}.xhome-order .of-preview-icon{position:relative;width:52px;height:52px;flex:0 0 52px;padding:0;overflow:hidden;background:var(--bg-panel);border:1px solid var(--of-line-strong);box-shadow:none}.xhome-order .of-preview-id-badge{position:absolute;left:4px;bottom:4px;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:30px;max-width:calc(100% - 8px);padding:3px 6px;border:1px solid rgba(255,255,255,.38);background:#121b27e0;color:#fff;font-family:inherit;font-size:10px;line-height:1;font-weight:800;letter-spacing:.04em;white-space:nowrap;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background-color .16s ease}.xhome-order .of-preview-id-badge:hover,.xhome-order .of-preview-id-badge:focus-visible{background:#121b27fa;outline:none}.xhome-order .of-preview-id-badge.is-copied{background:#16a34a;border-color:#ffffff8c}.xhome-order .of-preview-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;font-size:16px;line-height:1.35;font-weight:800;letter-spacing:-.01em;text-transform:none;color:var(--text-main)}.xhome-order .of-segment.full{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0;overflow:hidden;background:var(--of-soft);border:1px solid var(--of-line-strong)}.xhome-order .of-segment-btn{height:44px;padding:0 10px;border:0;background:transparent;color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.xhome-order .of-segment-btn+.of-segment-btn{border-left:1px solid var(--of-line)}.xhome-order .of-segment-btn:hover:not(.active){background:transparent;color:var(--text-main)}.xhome-order .of-segment-btn.active,html:not(.dark) .xhome-order .of-segment-btn.active{background:var(--bg-panel);color:var(--text-main);box-shadow:inset 0 -2px 0 var(--primary)}.xhome-order .of-label{margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.01em;color:var(--text-main)}.xhome-order .of-input,.xhome-order .of-textarea{background:var(--bg-panel);border:1px solid var(--of-line-strong);color:var(--text-main)}.xhome-order .of-input-icon-wrap>i{left:14px;font-size:17px}.xhome-order .of-hint{font-size:9.5px;line-height:1.4;color:var(--text-muted)}.xhome-order .of-char-count,.xhome-order .of-line-count{font-size:9.5px;font-weight:800;color:var(--text-main)}.xhome-order .of-status-bar.of-status-bar--inline{padding:0}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all{gap:0;-moz-column-gap:0;column-gap:0;background:var(--bg-panel);border:1px solid var(--of-line-strong)}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;-moz-column-gap:6px;column-gap:6px;row-gap:3px;margin:0;padding:13px 12px;background:transparent;border:0}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item+.of-status-item{border-left:1px solid var(--of-line)}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item:hover{background:transparent}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item-body{display:contents}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item>.fa-solid{grid-column:1;grid-row:1;width:auto;height:auto;align-self:center;background:none;color:var(--text-muted);font-size:12px}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-label{grid-column:2;grid-row:1;margin:0;font-size:9px;font-weight:800;letter-spacing:.08em}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-value{grid-column:1 / -1;grid-row:2;font-size:14px;font-weight:800;line-height:1.2}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-delivery-unit{font-size:11px;font-weight:700}.xhome-order .of-submit-btn:not(:disabled),.xhome-order .of-submit-btn:hover:not(:disabled),.xhome-order .of-submit-btn:active:not(:disabled){background:linear-gradient(180deg,#0aa875,#07956a);border:1px solid var(--of-go-strong);color:#fff;font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:none;transform:none}.xhome-order .of-submit-btn:disabled{background:var(--bg-panel);border:1px dashed var(--of-line-strong);color:color-mix(in srgb,var(--text-main) 45%,transparent);font-size:12px;font-weight:800;cursor:not-allowed}.xhome-order .of-sd-gallery{padding:12px;background:var(--bg-panel);border:1px solid var(--of-line-strong)}.xhome-order .of-sd-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.xhome-order .of-sd-image-card{position:relative;min-width:0;margin:0;overflow:hidden;background:var(--bg-panel);border:1px solid var(--of-line-strong)}.xhome-order .of-sd-image-card img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.xhome-order .of-sd-image-card.is-main{grid-column:1 / -1;aspect-ratio:16 / 6.7}.xhome-order .of-sd-image-card.is-thumb{aspect-ratio:1.28 / 1}.xhome-order .of-sd-image-label{position:absolute;left:8px;bottom:8px;max-width:calc(100% - 16px);padding:5px 7px;border:1px solid var(--of-line-strong);background:color-mix(in srgb,var(--bg-panel) 92%,transparent);color:var(--text-main);font-size:9px;line-height:1;font-weight:800;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xhome-order .of-sd-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;padding:10px 11px;background:var(--bg-panel);border:1px solid var(--of-line)}.xhome-order .of-sd-service-id{display:inline-flex;align-items:center;gap:7px;padding:5px 8px;background:var(--of-soft);border:1px solid var(--of-line-strong);color:var(--text-muted);font-family:inherit;font-size:10px;font-weight:800;line-height:1;letter-spacing:.075em;text-transform:uppercase;white-space:nowrap;cursor:pointer;transition:color .16s ease,border-color .16s ease}.xhome-order .of-sd-service-id:before{content:"";width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--of-go);box-shadow:0 0 0 3px color-mix(in srgb,var(--of-go) 16%,transparent)}.xhome-order .of-sd-service-id:hover{color:var(--text-main);border-color:var(--primary)}.xhome-order .of-sd-service-id.is-copied{color:var(--of-go);border-color:var(--of-go)}.xhome-order .of-sd-meta-status{font-size:10px;font-weight:700;color:var(--text-muted);text-align:right}.xhome-order .of-sd-meta-status b{color:var(--text-main)}.xhome-order .of-sd-block--desc{margin:0 0 12px;padding:11px 12px;background:var(--bg-panel);border:1px solid var(--of-line)}.xhome-order .of-sd-block--desc :is(p,li,div){font-size:11px;line-height:1.55;color:var(--text-muted)}.xhome-order .of-sd-block--desc>:last-child{margin-bottom:0}.xhome-order .of-sd-section-title{margin:15px 0 8px;padding-bottom:7px;border-bottom:1px solid var(--of-line);font-size:11px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;color:var(--text-main)}.xhome-order .of-sd-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:7px 10px;margin:0;padding:0;list-style:none}.xhome-order .of-sd-feature-list li{position:relative;min-height:31px;margin:0;padding:7px 8px 7px 24px;background:var(--bg-panel);border:1px solid var(--of-line);font-size:10.5px;line-height:1.35;color:var(--text-muted)}.xhome-order .of-sd-feature-list li:before{content:"✓";position:absolute;left:8px;top:8px;width:12px;height:12px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--of-go) 38%,transparent);border-radius:50%;background:color-mix(in srgb,var(--of-go) 12%,transparent);color:var(--of-go);font-size:8px;font-weight:900;line-height:1}.xhome-order .of-sd-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.xhome-order .of-sd-link{height:42px;gap:7px;padding:0 10px;background:var(--bg-panel);border:1px solid var(--of-line-strong);color:var(--text-main);font-size:11px;font-weight:800;box-shadow:none}.xhome-order .of-sd-link:hover{background:var(--of-soft);border-color:var(--primary);color:var(--primary);box-shadow:none;transform:none}.xhome-order .of-sd-link i{font-size:15px}@media (max-width: 1180px){.xhome-order .of-sd-feature-list{grid-template-columns:1fr}}@media (max-width: 760px){.xhome-order .of-sd-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.xhome-order .of-sd-image-card.is-main{aspect-ratio:16 / 8.5}.xhome-order .of-sd-feature-list{grid-template-columns:1fr 1fr}.xhome-order .of-sd-links{grid-template-columns:1fr}.xhome-order .of-sd-meta{flex-direction:column;align-items:flex-start}.xhome-order .of-sd-meta-status{text-align:left}}@media (max-width: 480px){.xhome-order .of-sd-feature-list{grid-template-columns:1fr}.xhome-order .of-status-bar.of-status-bar--inline .of-status-row--all .of-status-item+.of-status-item{border-left:0;border-top:1px solid var(--of-line)}}.xhome-order .order-modal-form .order-modal-topbar,html:not(.dark) .xhome-order .order-modal-form .order-modal-topbar{gap:12px;background:var(--bg-panel)}.xhome-order .order-modal-form .order-modal-topbar .of-preview-icon{width:52px;height:52px;flex:0 0 52px;font-size:20px}.xhome-order .order-modal-form .order-modal-topbar .of-preview-title,html:not(.dark) .xhome-order .order-modal-form .order-modal-topbar .of-preview-title{font-size:16px;line-height:1.35;color:var(--text-main)}.s1-svc-thumb{position:relative;flex-shrink:0;width:42px;height:42px}.s1-svc-thumb .s1-svc-pic-wrap{width:100%;height:100%}.s1-svc-sid,.s3-combo-pic-wrap>.s3-combo-id-badge{position:absolute;left:2px;bottom:2px;z-index:2;max-width:calc(100% - 4px);height:15px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.55);border-radius:4px;background:#0a0e14e0;color:#fff;font-size:9px;font-weight:800;line-height:1;letter-spacing:.02em;font-family:ui-monospace,Cascadia Code,Consolas,monospace;cursor:pointer;overflow:hidden;transition:background .15s,border-color .15s}.s1-svc-sid:hover,.s3-combo-pic-wrap>.s3-combo-id-badge:hover{background:var(--primary);border-color:var(--primary);color:#fff}.s1-svc-sid.is-copied,.s3-combo-pic-wrap>.s3-combo-id-badge.is-copied{background:#16b254;border-color:#16b254;color:#fff}.s3-combo-pic-wrap{position:relative}.style-1-active .s1-svc-card,.style-1-active .svc-item{gap:12px;padding:9px 12px}.style-1-active .s1-svc-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;font-size:13.5px;font-weight:600}.s1-svc-delivery,.s3-combo-delivery{display:inline-flex;align-items:center;gap:5px}.s1-svc-delivery i,.s3-combo-delivery i{font-size:12px;line-height:1}.style-1-active .svc-item-price,.s3-combo-price-badge{width:76px;min-width:76px;max-width:76px;padding:0 6px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:#16b254;border:1px solid #16b254;border-radius:6px;color:#fff;font-size:12.5px;font-weight:800;text-align:center}.style-1-active .svc-item-price.free,.s3-combo-price-badge.is-free{background:var(--bg-panel);border-color:var(--border);color:var(--text-muted)}.style-1-active .s3-service-combo-wrap{position:relative}.style-1-active .s3-combo-toggle-btn{display:flex;background:transparent;border:none;border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent);align-items:center;justify-content:center;flex-shrink:0;padding:0 0 0 8px;margin-left:2px;height:22px;color:var(--text-muted);cursor:pointer;transition:color .2s}.style-1-active .s3-combo-toggle-btn:hover{color:var(--primary)}.style-1-active .s3-combo-chevron{font-size:16px;transition:transform .2s}.style-1-active .s3-service-combo-wrap.is-open .s3-combo-chevron{transform:rotate(180deg)}.style-1-active .s3-service-combo-wrap.is-open .iorder-search-bar{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.style-1-active .s3-service-combo-panel{display:block;position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:220;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--bg-panel);box-shadow:0 18px 40px #00000059}.style-1-active .s3-service-combo-list{max-height:min(460px,65vh);overflow-x:hidden;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:10px;background:color-mix(in srgb,var(--bg-dark, #0a0e14) 35%,var(--bg-panel));box-sizing:border-box}.style-1-active .s3-combo-group{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg-card, var(--bg-panel))}.style-1-active .s3-combo-group-title{display:flex;align-items:center;gap:10px;padding:9px 12px;border-bottom:1px solid var(--border);background:var(--bg-elevated, var(--bg-panel))}.style-1-active .s3-combo-group-pic{width:26px;height:26px;flex:0 0 26px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:6px;border:1px solid color-mix(in srgb,var(--primary) 35%,var(--border));background:color-mix(in srgb,var(--bg-panel) 88%,transparent)}.style-1-active .s3-combo-group-pic-img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.style-1-active .s3-combo-group-name{flex:1;min-width:0;font-size:14px;font-weight:700;color:var(--text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-1-active .s3-combo-item{display:flex;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 12px;border:none;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);background:transparent;color:var(--text-muted);text-align:left;cursor:pointer;transition:background .15s}.style-1-active .s3-combo-group .s3-combo-item:last-child{border-bottom:none}.style-1-active .s3-combo-item:hover,.style-1-active .s3-combo-item:focus-visible{background:color-mix(in srgb,var(--primary) 6%,var(--bg-panel));outline:none}.style-1-active .s3-combo-item-main{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.style-1-active .s3-combo-pic-wrap{flex-shrink:0;width:42px;height:42px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--bg-panel) 88%,transparent);border:1px solid color-mix(in srgb,var(--primary) 38%,var(--border))}.style-1-active .s3-combo-pic{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.style-1-active .s3-combo-text{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.style-1-active .s3-combo-name{font-size:13px;font-weight:600;line-height:1.3;color:var(--text-main);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.style-1-active .s3-combo-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.style-1-active .s3-combo-delivery{font-size:11px;font-weight:600;color:var(--text-muted);white-space:nowrap}.style-1-active .s3-combo-price-badge{margin-left:auto}.style-1-active .s3-combo-empty{padding:20px 14px;text-align:center;color:var(--text-muted);font-size:13px;border:1px dashed var(--border);border-radius:10px;background:color-mix(in srgb,var(--bg-panel) 90%,transparent)}@media (max-width: 640px){.style-1-active .s3-service-combo-list{max-height:62vh}.style-1-active .s3-combo-price-badge,.style-1-active .svc-item-price{width:70px;min-width:70px;max-width:70px;font-size:11.5px}}.style-3-active .s3-combo-pic-wrap{width:42px;height:42px}@media (min-width: 1101px){.style-1-active .iorder-topbar{display:flex;align-items:center;gap:14px}.style-1-active .iorder-topbar-left-col{flex:0 0 auto;width:auto;padding-right:0}.style-1-active .iorder-topbar-center{flex:1 1 auto;width:auto;min-width:0}}body.style-1-active .xhome-order{--s1-line: var(--border);--s1-line-strong: rgba(255, 255, 255, .15);--s1-soft: color-mix(in srgb, var(--text-main) 3%, var(--bg-panel));--s1-row-hover: rgba(255, 255, 255, .035);--s1-sep: rgba(255, 255, 255, .05);--s1-green: #16b254;--s1-orange: #ff7a00;--s1-shadow: 0 12px 34px rgba(0, 0, 0, .28);--s1-shadow-soft: 0 6px 18px rgba(0, 0, 0, .2)}html:not(.dark) body.style-1-active .xhome-order{--s1-line-strong: #cbd6e2;--s1-soft: #fbfcfe;--s1-row-hover: #fbfdff;--s1-sep: #f1f5f9;--s1-shadow: 0 12px 34px rgba(37, 55, 82, .075);--s1-shadow-soft: 0 6px 18px rgba(40, 60, 90, .05)}body.style-1-active .iorder-page{padding:20px}body.style-1-active .iorder-container{grid-template-columns:minmax(0,34%) 10px minmax(0,1fr);-moz-column-gap:8px;column-gap:8px}.style-1-active .iorder-topbar-center,.style-1-active .iorder-right{grid-column:3}.style-1-active .iorder-scroll-rail{grid-column:2;grid-row:2}.style-1-active .iorder-scroll-rail{position:relative;align-self:stretch;min-height:0;overflow:hidden;cursor:pointer;background:transparent}.style-1-active .iorder-scroll-thumb{position:absolute;left:3px;right:3px;top:0;min-height:38px;border:1px solid #aab8c6;background:#b8c5d2;box-shadow:inset 0 1px #ffffffb8,0 1px 2px #1f2f4814;cursor:grab;will-change:transform,height}.style-1-active .iorder-scroll-thumb:active{cursor:grabbing;background:#aebbc9}html.dark .style-1-active .iorder-scroll-thumb{border-color:#ffffff29;background:#ffffff24;box-shadow:none}html.dark .style-1-active .iorder-scroll-thumb:active{background:#ffffff38}.style-1-active .iorder-left-scroll{padding-right:0;margin-right:0;border:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel);box-shadow:var(--s1-shadow)}.style-1-active .s1-group-card{border:0!important;border-radius:0!important;margin:0!important;background:transparent!important;box-shadow:none!important}.style-1-active .s1-group-card+.s1-group-card{border-top:10px solid var(--s1-sep)!important}.style-1-active .s1-group-card.has-selected{background:transparent!important}.style-1-active .s1-group-label{min-height:0;padding:16px 10px;gap:9px;display:flex;align-items:center;border-bottom:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel)}.style-1-active .s1-group-type-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;flex:0 0 18px;margin:0;padding:0;font-size:15px;line-height:1;color:color-mix(in srgb,var(--text-muted) 88%,var(--text-main))}.style-1-active .s1-group-name{margin:0;padding:0;font-size:18px;font-weight:800;letter-spacing:-.012em;color:var(--text-main)}.style-1-active .s1-group-list{padding:0!important;gap:0!important}.style-1-active .s1-svc-card,.style-1-active .s1-group-list .svc-item{position:relative;display:grid;grid-template-columns:68px minmax(0,1fr);gap:11px;align-items:center;min-height:84px;padding:10px;margin:0;border:0;border-bottom:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel);box-shadow:none;cursor:pointer;transition:background .18s ease,box-shadow .18s ease}.style-1-active .s1-group-card:last-child .s1-svc-card:last-child{border-bottom:0}.style-1-active .s1-svc-card:hover{background:var(--s1-row-hover);box-shadow:inset 0 0 0 1px #5978b40a;transform:none}.style-1-active .s1-svc-card.selected{background:color-mix(in srgb,var(--primary) 7%,var(--bg-panel));box-shadow:inset 4px 0 0 var(--primary),inset 0 0 0 1px color-mix(in srgb,var(--primary) 12%,transparent)}.style-1-active .s1-svc-thumb{position:relative;width:68px;min-width:68px;height:auto;min-height:66px;align-self:stretch;display:flex;overflow:hidden;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel)}.style-1-active .s1-svc-thumb .s1-svc-pic-wrap{width:100%;height:100%;border-radius:0;border:0}.style-1-active .s1-svc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:0}.style-1-active .s1-svc-sid{left:4px;bottom:4px;max-width:calc(100% - 8px);height:16px;min-height:16px;padding:0 5px;border:1px solid rgba(255,255,255,.62);border-radius:0;background:#141c27d1;font-size:10px;font-weight:800;letter-spacing:.01em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.style-1-active .s1-svc-sid:hover{background:var(--s1-green);border-color:#ffffffc7;color:#fff}.style-1-active .s1-svc-card .svc-item-left{min-width:0;width:100%;min-height:66px;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;gap:0;padding:0;margin:0}.style-1-active .s1-svc-title{width:100%;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;max-height:2.68em;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:anywhere;font-size:13px;line-height:1.34;font-weight:660;letter-spacing:-.01em;color:var(--text-main)}.style-1-active .s1-svc-head{width:100%;margin:0;padding:0;display:flex;align-items:center;gap:9px;flex-wrap:nowrap}.style-1-active .s1-svc-card .svc-item-price{width:68px;min-width:68px;max-width:68px;height:24px;min-height:24px;margin:0;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;text-align:center;border:1px solid var(--s1-green);border-radius:0;background:var(--s1-green);color:#fff;box-shadow:none;font-size:12.5px;line-height:1;font-weight:850}.style-1-active .s1-svc-delivery{width:auto;min-width:0;height:auto;margin:0;padding:0;display:inline-flex;align-items:center;gap:5px;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--s1-orange);font-size:11px;line-height:1;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.style-1-active .s1-svc-delivery i{font-size:12px;line-height:1}.style-1-active .s1-svc-new{position:absolute;top:4px;right:4px;left:auto;bottom:auto;z-index:3;max-width:calc(100% - 8px);height:16px;margin:0;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:0;font-size:8.5px;line-height:1;white-space:nowrap;overflow:hidden;box-shadow:none;pointer-events:none}.style-1-active .iorder-right{border:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel);box-shadow:var(--s1-shadow);overflow:hidden}.style-1-active .order-form-active{height:100%}.style-1-active .of-service-preview{min-height:76px;padding:12px 16px;gap:12px;display:flex;align-items:center;border-bottom:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel)}.style-1-active .of-preview-icon{position:relative;width:52px;height:52px;flex:0 0 52px;padding:0;overflow:hidden;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel);box-shadow:none}.style-1-active .of-preview-icon img,.style-1-active .of-preview-icon .s1-svc-pic-wrap{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:0;border:0}.style-1-active .of-preview-id-badge{position:absolute;left:4px;bottom:4px;z-index:3;min-width:30px;height:auto;padding:3px 6px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.38);border-radius:0;background:#121b27e0;color:#fff;font-size:10px;line-height:1;font-weight:850;letter-spacing:.04em;white-space:nowrap;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.style-1-active .of-preview-title{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;font-size:16px;line-height:1.35;font-weight:850;letter-spacing:-.01em;text-transform:none;color:var(--text-main)}.style-1-active .order-modal-body{padding:0;flex:1;min-height:0}.style-1-active .order-modal-split{display:grid;grid-template-columns:minmax(360px,44%) minmax(0,56%);gap:0;height:100%;min-height:0}.style-1-active .order-modal-main{padding:22px;border-right:1px solid var(--s1-line);background:var(--bg-panel);min-width:0}.style-1-active .order-modal-details-wrap{padding:20px 22px 24px;background:var(--bg-panel);min-width:0}.style-1-active .of-service-details,.style-1-active .of-service-details-scroll{border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.style-1-active .of-segment{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--s1-soft);padding:0;gap:0}.style-1-active .of-segment-btn{height:44px;border:0;border-radius:0;background:transparent;color:var(--text-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.style-1-active .of-segment-btn+.of-segment-btn{border-left:1px solid var(--s1-line)}.style-1-active .of-segment-btn.active{background:var(--bg-panel);color:var(--text-main);box-shadow:inset 0 -2px 0 var(--primary)}.style-1-active .of-input-card{margin-top:24px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.style-1-active .of-label{display:block;margin-bottom:8px;font-size:11px;font-weight:850;letter-spacing:0;text-transform:none;color:color-mix(in srgb,var(--text-main) 82%,var(--text-muted))}.style-1-active .of-input,.style-1-active .of-textarea{width:100%;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel);color:var(--text-main);box-shadow:inset 0 1px 2px #1c2a3e06;transition:border-color .18s,box-shadow .18s}.style-1-active .of-input:not(textarea){height:45px}.style-1-active .of-input:focus,.style-1-active .of-textarea:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--s1-line-strong));box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 12%,transparent)}.style-1-active .of-input-meta{margin-top:7px;display:flex;justify-content:space-between;gap:10px;font-size:9.5px;color:var(--text-muted)}.style-1-active .of-line-count,.style-1-active .of-char-count{font-weight:800;color:color-mix(in srgb,var(--text-main) 78%,var(--text-muted))}.style-1-active .of-status-bar{margin-top:22px;padding:0;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel);box-shadow:var(--s1-shadow-soft);overflow:hidden}.style-1-active .of-status-row{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.style-1-active .of-status-item{padding:13px 12px;border:0;border-radius:0;background:var(--bg-panel);box-shadow:none}.style-1-active .of-status-item+.of-status-item{border-left:1px solid var(--s1-line)}.style-1-active .of-status-label{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.style-1-active .of-status-value{font-size:14px;font-weight:850;color:var(--text-main)}.style-1-active .of-submit-btn{width:100%;height:46px;margin-top:14px;border:1px solid #048a61;border-radius:0;background:linear-gradient(180deg,#0aa875,#07956a);color:#fff;font-size:12px;font-weight:800;letter-spacing:0;text-transform:none;box-shadow:0 7px 18px #05966929}.style-1-active .of-submit-btn:disabled{border:1px dashed var(--s1-line-strong);background:var(--bg-panel);color:var(--text-muted);cursor:not-allowed;box-shadow:0 2px 7px #23355008;opacity:1}.style-1-active .of-sd-gallery{position:relative;padding:12px;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel);box-shadow:var(--s1-shadow-soft);overflow:hidden}.style-1-active .of-sd-image-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.style-1-active .of-sd-image-card{position:relative;min-width:0;overflow:hidden;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel);box-shadow:0 5px 14px #2335500e}.style-1-active .of-sd-image-card.is-main{grid-column:1 / -1;aspect-ratio:16 / 6.7}.style-1-active .of-sd-image-card.is-thumb{aspect-ratio:1.28 / 1}.style-1-active .of-sd-image-card img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.style-1-active .of-sd-image-label{position:absolute;left:8px;bottom:8px;max-width:calc(100% - 16px);padding:5px 7px;border:1px solid var(--s1-line-strong);border-radius:0;background:color-mix(in srgb,var(--bg-panel) 92%,transparent);color:var(--text-main);font-size:8px;line-height:1;font-weight:850;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 3px 10px #1e2d4312}.style-1-active .of-sd-meta{margin-top:12px;padding:10px 11px;border:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel);display:flex;align-items:center;justify-content:space-between;gap:10px}.style-1-active .of-sd-service-id{display:inline-flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--s1-soft);color:var(--text-muted);font-size:10px;font-weight:850;letter-spacing:.075em}.style-1-active .of-sd-service-id:before{content:"";width:6px;height:6px;border-radius:50%;background:#48a982;box-shadow:0 0 0 3px color-mix(in srgb,#48a982 16%,transparent)}.style-1-active .of-sd-meta-status{font-size:9px;font-weight:700;color:var(--text-muted)}.style-1-active .of-sd-meta-status b{color:color-mix(in srgb,var(--text-main) 80%,var(--text-muted))}.style-1-active .of-sd-block--desc{margin:12px 0 0;padding:11px 12px;border:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel);color:var(--text-muted);font-size:11px;line-height:1.55}.style-1-active .of-sd-block--desc p{margin:0 0 6px}.style-1-active .of-sd-block--desc p:last-child{margin-bottom:0}.style-1-active .of-sd-section-title{margin:15px 0 8px;padding:0 0 7px;border:0;border-bottom:1px solid var(--s1-line);border-radius:0;background:transparent;font-size:11px;font-weight:900;letter-spacing:.045em;text-transform:uppercase;color:var(--text-main)}.style-1-active .of-sd-feature-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:7px 10px}.style-1-active .of-sd-feature-list li{position:relative;min-height:31px;margin:0;padding:7px 8px 7px 24px;border:1px solid var(--s1-line);border-radius:0;background:var(--bg-panel);font-size:10.5px;line-height:1.35;color:var(--text-muted)}.style-1-active .of-sd-feature-list li::marker{content:none}.style-1-active .of-sd-feature-list li:before{content:"✓";position:absolute;left:8px;top:7px;width:12px;height:12px;display:grid;place-items:center;border:1px solid color-mix(in srgb,#14805d 28%,transparent);border-radius:50%;background:color-mix(in srgb,#14805d 10%,var(--bg-panel));color:#14805d;font-size:8px;font-weight:900}.style-1-active .of-sd-links{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:8px}.style-1-active .of-sd-link{height:42px;padding:0;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--s1-line-strong);border-radius:0;background:var(--bg-panel);color:var(--text-main);font-size:11px;font-weight:800;box-shadow:0 2px 6px #23355009;transition:background .18s,border-color .18s,transform .18s}.style-1-active .of-sd-link:hover{background:var(--s1-soft);border-color:color-mix(in srgb,var(--text-muted) 40%,var(--s1-line-strong));transform:translateY(-1px)}@media (max-width: 1180px){.style-1-active .order-modal-split{grid-template-columns:minmax(340px,45%) minmax(0,55%)}.style-1-active .of-sd-feature-list{grid-template-columns:1fr}.style-1-active .of-sd-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.style-1-active .of-sd-image-card.is-main{grid-column:1 / -1}}@media (max-width: 1099px){body.style-1-active .iorder-page{padding:10px}body.style-1-active .iorder-container{grid-template-columns:1fr}.style-1-active .iorder-scroll-rail{display:none}.style-1-active .of-sd-feature-list{grid-template-columns:1fr 1fr}.style-1-active .of-sd-image-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 760px){body.style-1-active .iorder-page{padding:8px}.style-1-active .order-modal-split{grid-template-columns:1fr}.style-1-active .order-modal-main{border-right:0;border-bottom:1px solid var(--s1-line);padding:16px}.style-1-active .order-modal-details-wrap{padding:16px}.style-1-active .of-service-preview{padding:11px 12px;gap:10px;align-items:flex-start}.style-1-active .of-preview-icon{width:46px;height:46px;flex-basis:46px}.style-1-active .of-preview-title{font-size:16px;line-height:1.32}.style-1-active .of-sd-feature-list{grid-template-columns:1fr}.style-1-active .of-sd-gallery{padding:10px}.style-1-active .of-sd-image-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.style-1-active .of-sd-image-card.is-main{aspect-ratio:16 / 8.5}}@media (max-width: 480px){body.style-1-active .iorder-page{padding:6px}.style-1-active .s1-group-label{padding:9px 8px;gap:8px}.style-1-active .s1-svc-card,.style-1-active .s1-group-list .svc-item{grid-template-columns:60px minmax(0,1fr);gap:9px;min-height:77px;padding:9px 8px}.style-1-active .s1-svc-thumb{width:60px;min-width:60px;min-height:60px}.style-1-active .s1-svc-card .svc-item-left{min-height:60px}.style-1-active .s1-svc-title{font-size:11.5px;line-height:1.32;max-height:2.64em}.style-1-active .s1-svc-head{gap:7px}.style-1-active .s1-svc-card .svc-item-price{width:58px;min-width:58px;max-width:58px;height:22px;min-height:22px;font-size:11px}.style-1-active .s1-svc-new{top:3px;right:3px;height:15px;padding:0 4px;font-size:8px}.style-1-active .s1-svc-delivery{font-size:9.5px}.style-1-active .s1-svc-delivery i{font-size:10px}.style-1-active .of-status-row{grid-template-columns:1fr}.style-1-active .of-status-item+.of-status-item{border-left:0;border-top:1px solid var(--s1-line)}.style-1-active .of-sd-links{grid-template-columns:1fr}.style-1-active .of-sd-meta{align-items:flex-start;flex-direction:column}.style-1-active .of-sd-image-grid{grid-template-columns:1fr 1fr;gap:7px}.style-1-active .of-sd-image-card.is-main{grid-column:1 / -1;aspect-ratio:16 / 9}.style-1-active .of-sd-image-label{font-size:7px;bottom:6px;left:6px;max-width:calc(100% - 12px)}}body.iorder-active .xhome-order{--s2-line: var(--border);--s2-line-strong: rgba(255, 255, 255, .15);--s2-soft: color-mix(in srgb, var(--text-main) 3%, var(--bg-panel));--s2-hover: rgba(255, 255, 255, .035);--s2-hairline: rgba(255, 255, 255, .06);--s2-selected: rgba(255, 255, 255, .05);--s2-panel-shadow: 0 6px 18px rgba(0, 0, 0, .22);--s2-menu-shadow: 0 14px 30px rgba(0, 0, 0, .35)}html:not(.dark) body.iorder-active .xhome-order{--s2-line-strong: #cbd6e2;--s2-soft: #fbfcfe;--s2-hover: #fbfdff;--s2-hairline: #edf1f5;--s2-selected: #f7faff;--s2-panel-shadow: 0 6px 18px rgba(40, 60, 90, .035);--s2-menu-shadow: 0 14px 30px rgba(37, 55, 82, .12)}body.style-2-active .iorder-page{padding:10px}body.style-2-active .iorder-container{max-width:1550px}.iorder-active .iorder-topbar{position:relative;z-index:20;overflow:visible;margin-bottom:12px;padding:13px 15px;display:grid;grid-template-columns:auto minmax(220px,270px) minmax(300px,1fr);gap:12px;align-items:center;border:1px solid var(--s2-line);border-radius:0;background:var(--bg-panel);box-shadow:var(--s2-panel-shadow)}.iorder-active .iorder-topbar-left-col{display:contents}.iorder-active .iorder-topbar-categories{grid-column:1;display:flex;align-items:center;gap:7px;flex-shrink:0}.iorder-active .iorder-group-dropdown{grid-column:2;flex:none;width:auto}.iorder-active .iorder-topbar-center{grid-column:3;min-width:0}.iorder-active .iorder-cat-box{width:60px;min-width:60px;max-width:60px;height:55px;flex:0 0 60px;padding:5px 4px;gap:4px;border:1px dashed var(--s2-line-strong);border-radius:0;background:var(--bg-panel);color:var(--text-muted);box-shadow:none}.iorder-active .iorder-cat-icon{width:auto;height:auto;border-radius:0;background:transparent;color:inherit;font-size:15px;line-height:1;transform:none}.iorder-active .iorder-cat-title{font-size:10px;font-weight:800;line-height:1;color:inherit;white-space:nowrap}.iorder-active .iorder-cat-box:not(.active):hover,.iorder-active .iorder-cat-box.active,.iorder-active .iorder-cat-box.active:hover{background:var(--s2-hover);border-color:var(--s2-line-strong);color:var(--text-muted);box-shadow:inset 0 0 0 1px #5978b409;transform:none}.iorder-active .iorder-cat-box:hover .iorder-cat-icon,.iorder-active .iorder-cat-box:hover .iorder-cat-title,.iorder-active .iorder-cat-box.active .iorder-cat-icon,.iorder-active .iorder-cat-box.active .iorder-cat-title{background:transparent;color:inherit;font-weight:inherit;transform:none}.iorder-active .iorder-cat-box.active .iorder-cat-title{font-weight:800}.iorder-active .iorder-group-dropdown,.iorder-active .iorder-search-bar{height:55px;min-height:55px;border:1px solid var(--s2-line-strong);border-radius:0;background:var(--bg-panel);box-shadow:inset 0 1px #ffffff0f,0 2px 7px #283c5a06;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.iorder-active .iorder-group-dropdown:focus-within,.iorder-active .iorder-search-bar:focus-within{border-color:color-mix(in srgb,var(--primary) 40%,var(--s2-line-strong));box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 10%,transparent)}.iorder-active .iorder-group-dropdown{position:relative;z-index:25;display:flex;align-items:center;padding:0}.iorder-active .iorder-group-main-icon{position:absolute;left:15px;top:50%;z-index:3;transform:translateY(-50%);color:var(--text-muted);font-size:14px;line-height:1;pointer-events:none}.iorder-active .iorder-group-trigger{width:100%;height:53px;min-width:0;padding:0 44px 0 42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:0;outline:0;background:transparent;color:var(--text-main);cursor:pointer;text-align:left;box-shadow:none}.iorder-active .iorder-group-trigger:hover{background:transparent}.iorder-active .iorder-group-trigger-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1;font-weight:780}.iorder-active .iorder-group-chevron{position:absolute;right:15px;left:auto;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:10px;pointer-events:none;transition:transform .16s ease}.iorder-active .iorder-group-dropdown.is-open .iorder-group-chevron{transform:translateY(-50%) rotate(180deg)}.iorder-active .iorder-group-panel{position:absolute;left:-1px;right:auto;top:calc(100% + 6px);z-index:100;width:min(600px,calc(100vw - 32px));min-width:100%;max-width:600px;padding:8px;border:1px solid var(--s2-line-strong);border-radius:0;background:var(--bg-panel);box-shadow:var(--s2-menu-shadow)}.iorder-active .iorder-group-panel-search{height:42px;padding:0;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;border:1px solid var(--s2-line);border-radius:0;background:var(--s2-soft)}.iorder-active .iorder-group-panel-search>i{display:grid;place-items:center;color:var(--text-muted);font-size:12px;pointer-events:none}.iorder-active .iorder-group-panel-search input{width:100%;height:40px;min-width:0;padding:0 9px 0 0;border:0;border-radius:0;outline:0;background:transparent;color:var(--text-main);font-size:13px;font-weight:550}.iorder-active .iorder-group-panel-search input:focus{box-shadow:none}.iorder-active .iorder-group-list{max-height:260px;margin:7px 0 0;padding:0;overflow:auto;overscroll-behavior:contain}.iorder-active .iorder-group-item{width:100%;min-height:39px;margin:0;padding:8px 10px;display:flex;align-items:center;border:0;border-bottom:1px solid var(--s2-hairline);border-radius:0;background:var(--bg-panel);color:var(--text-main);cursor:pointer;text-align:left;font-size:12.5px;line-height:1.25;font-weight:720;letter-spacing:0;text-transform:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iorder-active .iorder-group-item:last-child{border-bottom:0}.iorder-active .iorder-group-item:hover{background:var(--s2-hover)}.iorder-active .iorder-group-item.active{background:var(--s2-selected);color:var(--text-main)}.iorder-active .iorder-search-bar{min-width:0;padding:0;display:grid;grid-template-columns:46px minmax(0,1fr) auto auto;align-items:center;overflow:hidden}.iorder-active .iorder-search-bar>*{grid-row:1}.iorder-active .iorder-search-bar>i{grid-column:1}.iorder-active .iorder-search-bar input{grid-column:2}.iorder-active .s3-combo-toggle-btn{grid-column:4;width:40px;height:53px;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:var(--text-muted);cursor:pointer}.iorder-active .s3-combo-toggle-btn:hover{color:var(--text-main);background:transparent}.iorder-active .iorder-search-bar>i{height:53px;display:grid;place-items:center;border-right:1px solid var(--s2-hairline);color:var(--text-muted);font-size:14px}.iorder-active .iorder-search-bar input{height:53px;min-width:0;padding:0 13px;border:0;border-radius:0;outline:0;background:transparent;color:var(--text-main);font-size:15px;font-weight:560}.iorder-active .iorder-search-bar input::-moz-placeholder{font-size:14.5px;color:var(--text-muted)}.iorder-active .iorder-search-bar input::placeholder{font-size:14.5px;color:var(--text-muted)}.iorder-active .srch-clear-btn{grid-column:2;grid-row:1;justify-self:end;width:22px;height:22px;margin:0 4px 0 0;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:var(--text-muted);font-size:12px}.iorder-active .iorder-search-bar:has(.srch-clear-btn) input{padding-right:32px}.iorder-active .srch-paste-btn{grid-column:3;grid-row:1;width:52px;min-width:52px;height:53px;min-height:53px;display:grid;place-items:center;border:0;border-radius:0;background:transparent;color:var(--text-muted);font-size:14px;cursor:pointer;transition:color .16s ease}.iorder-active .srch-paste-btn:hover{background:transparent;color:var(--text-main)}.style-2-active .grid-groups-wrapper{display:block;gap:0;width:100%}.style-2-active .s2-group-section{display:block;gap:0;margin:0 0 12px;padding:0;border:1px solid var(--s2-line);border-radius:0;background:var(--bg-panel);box-shadow:var(--s2-panel-shadow)}.style-2-active .s2-group-section:last-child{margin-bottom:0}.style-2-active .s2-group-head{min-height:54px;margin:0;padding:16px 10px;display:flex;align-items:center;gap:9px;border:0;border-bottom:1px solid var(--s2-line);background:var(--bg-panel)}.style-2-active .s2-group-type-icon{width:18px;flex:0 0 18px;font-size:18px;line-height:1;text-align:center;color:color-mix(in srgb,var(--text-muted) 88%,var(--text-main))}.style-2-active .s2-group-head-text{min-width:0;flex:1;display:block}.style-2-active .grid-group-title{margin:0;font-size:18px;font-weight:800;line-height:1.2;letter-spacing:-.012em;color:var(--text-main)}.style-2-active .services-grid.s2-service-grid{padding:15px;gap:10px;background:var(--bg-panel)}@media (max-width: 980px){.iorder-active .iorder-topbar{grid-template-columns:minmax(220px,270px) minmax(0,1fr)}.iorder-active .iorder-topbar-categories{grid-column:1 / -1}.iorder-active .iorder-group-dropdown{grid-column:1;width:100%}.iorder-active .iorder-topbar-center{grid-column:2}}@media (max-width: 700px){body.style-2-active .iorder-page{padding:0}.style-2-active .s2-group-section{border-left:0;border-right:0;margin-bottom:10px}.style-2-active .services-grid.s2-service-grid{padding:8px}.style-2-active .s2-group-head{padding:10px 8px}}@media (max-width: 640px){.iorder-active .iorder-topbar{padding:10px;grid-template-columns:1fr;gap:9px}.iorder-active .iorder-topbar-categories{grid-column:1;display:flex;flex-wrap:wrap;gap:6px}.iorder-active .iorder-group-dropdown,.iorder-active .iorder-topbar-center{grid-column:1;width:100%}.iorder-active .iorder-group-dropdown,.iorder-active .iorder-search-bar{height:52px;min-height:52px}.iorder-active .iorder-group-trigger{height:50px;padding-left:40px;padding-right:40px}.iorder-active .iorder-group-trigger-label{font-size:13.5px}.iorder-active .iorder-search-bar{grid-template-columns:42px minmax(0,1fr) auto auto}.iorder-active .iorder-search-bar>i,.iorder-active .iorder-search-bar input,.iorder-active .srch-paste-btn{height:50px;min-height:50px}.iorder-active .srch-paste-btn{width:48px;min-width:48px}.iorder-active .iorder-search-bar input{font-size:14px}.iorder-active .iorder-search-bar input::-moz-placeholder{font-size:13.5px}.iorder-active .iorder-search-bar input::placeholder{font-size:13.5px}.iorder-active .iorder-group-panel{top:calc(100% + 5px);padding:7px;width:min(600px,calc(100vw - 20px))}.iorder-active .iorder-group-list{max-height:220px}}.s3-combo-group-type-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;flex:0 0 18px;margin:0;padding:0;font-size:15px;line-height:1;color:color-mix(in srgb,var(--text-muted) 88%,var(--text-main))}@media (max-width: 768px){.services-grid,.s2-service-grid,.style-2-active .services-grid.s2-service-grid,.style-1-active .services-grid,.s1-groups-wrap .s1-group-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:6px 0!important}body .s2-card,body .s1-svc-card,body .svc-item,.style-2-active .s2-card,.style-1-active .s1-svc-card,.services-grid .s2-card,.s2-card{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;padding:10px!important;border-radius:10px!important;border:1px solid rgba(130,140,185,.25)!important;background:linear-gradient(145deg,#1a222d,#121721)!important;box-shadow:0 4px 16px #00000040!important;position:relative!important;overflow:hidden!important;min-height:auto!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}body .s2-card:hover,body .s1-svc-card:hover,.style-2-active .s2-card:hover,.s2-card:hover,.s1-svc-card:hover{border-color:#8f69ff80!important;box-shadow:0 6px 20px #00000059!important}body .s2-card:active,body .s1-svc-card:active,.style-2-active .s2-card:active,.s2-card:active,.s1-svc-card:active{transform:scale(.98)!important}body .s2-card-thumb,body .s1-svc-thumb,.style-2-active .s2-card-thumb,.s2-card-thumb,.s1-svc-thumb{width:100%!important;height:105px!important;min-width:100%!important;border-radius:10px!important;overflow:hidden!important;margin-bottom:10px!important;border:1px solid rgba(130,140,185,.2)!important;background:linear-gradient(135deg,#0e131b,#171f2c)!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;align-self:stretch!important}body .s2-card-thumb img,body .s1-svc-thumb img,.style-2-active .s2-card-thumb img,.s2-card-thumb img,.s1-svc-thumb img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;display:block!important}body .s2-card-thumb-fallback,.style-2-active .s2-card-thumb-fallback,.s2-card-thumb-fallback{display:flex!important;align-items:center!important;justify-content:center!important;font-size:42px!important;color:var(--lt-purple-light, #a783ff)!important;opacity:.9!important;width:100%!important;height:100%!important;background:radial-gradient(circle at center,rgba(143,105,255,.15),transparent 70%)!important}body .s2-card-id,body .s1-svc-sid,.style-2-active .s2-card-id,.s2-card-id,.s1-svc-sid{position:absolute!important;bottom:6px!important;left:6px!important;top:auto!important;right:auto!important;z-index:2!important;padding:3px 8px!important;border-radius:7px!important;background:#0f172ad9!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;border:1px solid rgba(255,255,255,.18)!important;color:#a783ff!important;font-size:10px!important;font-weight:800!important;letter-spacing:.02em!important;height:auto!important;line-height:1.2!important}body .s2-card-new,body .s1-svc-new,.style-2-active .s2-card-new,.s2-card-new,.s1-svc-new{position:absolute!important;top:6px!important;right:6px!important;z-index:3!important;padding:3px 8px!important;border-radius:7px!important;background:linear-gradient(135deg,#ef4444,#f97316)!important;color:#fff!important;font-size:9px!important;font-weight:850!important;letter-spacing:.04em!important;box-shadow:0 2px 8px #ef444466!important;height:auto!important;line-height:1.2!important}body .s2-card-info,.style-2-active .s2-card-info,.s2-card-info,.svc-item-left{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;width:100%!important;min-width:0!important}body .s2-card-name,.style-2-active .s2-card-name,.s2-card-name,.s1-svc-title{font-size:13px!important;font-weight:750!important;color:#f1f5f9!important;line-height:1.35!important;margin:0 0 8px!important;min-height:2.6em!important;max-height:2.6em!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}body .s2-card-meta,.style-2-active .s2-card-meta,.s2-card-meta,.s1-svc-head{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin-top:auto!important;padding-top:8px!important;border-top:1px solid rgba(255,255,255,.08)!important}body .s2-card-price,.style-2-active .s2-card-price,.s2-card-price,.svc-item-price{font-size:13.5px!important;font-weight:850!important;color:var(--pc-accent, #20d9a3)!important;background:transparent!important;border:none!important;padding:0!important;min-width:auto!important;height:auto!important}body .s2-card-time,.style-2-active .s2-card-time,.s2-card-time,.s1-svc-delivery{font-size:10.5px!important;color:#94a3b8!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.s2-card-action,.s1-svc-action{width:100%!important;margin-top:10px!important}.s2-card-order-btn,.s1-svc-btn,.s2-card-action .s2-card-btn{width:100%!important;min-height:36px!important;height:36px!important;border-radius:10px!important;background:linear-gradient(135deg,var(--pc-accent, #6366f1),#8f69ff)!important;color:#fff!important;font-weight:800!important;font-size:11px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:0 4px 14px color-mix(in srgb,var(--pc-accent, #6366f1) 40%,transparent)!important;border:none!important;box-sizing:border-box!important;cursor:pointer!important}}html[data-mode=light] body .s2-card,html[data-mode=light] body .s1-svc-card,html[data-mode=light] .style-2-active .s2-card,html[data-mode=light] .s2-card,html[data-mode=light] .s1-svc-card{background:#fff!important;border-color:#cbd5e1!important;box-shadow:0 4px 14px #0000000f!important}html[data-mode=light] body .s2-card-name,html[data-mode=light] body .s1-svc-title,html[data-mode=light] .style-2-active .s2-card-name,html[data-mode=light] .s2-card-name,html[data-mode=light] .s1-svc-title{color:#0f172a!important}.ihistory-page{height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px));min-height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px));max-height:calc(100vh - var(--nav-height, 68px) - var(--topbar-height, 0px));padding:24px;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.ihistory-container{flex:1;min-height:0;display:flex;flex-direction:column;max-width:1550px;width:100%;margin:0 auto}.ihistory-toolbar,.ihistory-topbar{flex-shrink:0;margin-bottom:20px}.ihistory-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px}.ihistory-topbar .iorder-topbar-left-col{flex-shrink:0}.ihistory-topbar-center{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px}.ih-group-select-cell{font-weight:700}.ih-group-select-cell option{background:var(--bg-panel);color:var(--text-main)}.ihistory-search{flex:1 1 auto;min-width:0;width:100%;max-width:none;min-height:42px;height:42px}.ihistory-search .srch-clear-btn{background:#ff4d4f;border:none;color:#fff;cursor:pointer;font-size:10px;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.ihistory-search .srch-paste-btn{background:transparent;border:none;color:var(--text-muted, var(--text3));cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-left:1px solid color-mix(in srgb,var(--border) 90%,transparent);padding:0 0 0 8px;margin-left:2px;height:22px}.ihistory-search .srch-paste-btn:hover{color:var(--primary)}.ih-action-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:10px;font-size:13px;font-weight:600;border:none;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s,color .2s;white-space:nowrap;flex-shrink:0}.ih-export-btn{background:#10b98126;color:#34d399;min-height:42px}.ih-export-btn:hover{background:#10b98140}.ihistory-table-wrap{--ih-status-box-width: 112px;--ih-service-col: minmax(0, .94fr);--ih-field-col: minmax(118px, .5fr);--ih-reply-col: minmax(109px, .42fr);--ih-grid-cols: 100px var(--ih-service-col) 52px 80px 155px var(--ih-field-col) var(--ih-reply-col) calc(var(--ih-status-box-width) + 28px);--ih-cell-border: color-mix(in srgb, var(--border) 75%, transparent);--ih-scroll-pad: 0px;--ih-body-bg: var(--bg-panel, #111827);display:flex;flex-direction:column;flex:1;min-height:0;height:100%;max-height:100%;width:100%;background:var(--bg-panel, #111827);border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:10px;box-shadow:0 1px #ffffff08 inset;overflow:hidden;position:relative;box-sizing:border-box}.ihistory-scroll{flex:1;min-height:0;overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth;box-sizing:border-box}.ihistory-filters{display:grid;grid-template-columns:var(--ih-grid-cols);gap:0;padding:0 var(--ih-scroll-pad) 0 0;background:color-mix(in srgb,var(--bg-panel) 92%,var(--primary) 8%);border-bottom:1px solid var(--border);flex-shrink:0;z-index:2;width:100%;box-sizing:border-box}.ih-filter-cell,.ih-cell{padding:12px 14px;display:flex;align-items:center;border-right:1px solid var(--ih-cell-border);box-sizing:border-box}.ih-filter-cell{min-height:48px}.ih-row .ih-cell{min-height:82px}.ih-row .ih-cell.ih-field-col{min-height:82px;padding-top:10px;padding-bottom:10px;align-items:center;overflow:hidden}.ih-filter-cell:last-child,.ih-cell:last-child{border-right:none}.ih-col-label{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:color-mix(in srgb,var(--text-main, var(--text)) 82%,var(--text-muted, var(--text3)))}.ih-filter-select{background:var(--bg-dark, var(--bg, #0a0e14));border:1px solid var(--border);border-radius:8px;color:var(--text-main, var(--text));font-size:12px;font-family:Inter,sans-serif;font-weight:600;padding:0 10px;height:34px;outline:none;cursor:pointer;min-width:120px}.ih-filter-select:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--border))}.ih-filter-select--cell{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;min-width:0;max-width:100%;height:34px;min-height:34px;padding:0 28px 0 12px;font-size:12px;font-weight:700;line-height:1;letter-spacing:.02em;border-radius:8px;border:1px solid var(--border);background-color:var(--bg-dark, var(--bg, #0a0e14));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px 10px;box-sizing:border-box;cursor:pointer;font-family:Inter,sans-serif;transition:border-color .2s}.ih-filter-select--cell:hover{border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.ih-filter-select--cell:focus{border-color:color-mix(in srgb,var(--primary) 55%,var(--border));outline:none}.ihistory-filters .ih-filter-cell.ih-status-col{justify-content:center;padding:8px 10px}.ih-filter-cell.ih-service-col{padding:8px 10px;overflow:visible;position:relative;z-index:12}.ihistory-filters .ih-service-col:has(.ih-history-group-dropdown.is-open){z-index:40}.ih-history-group-dropdown{flex:1 1 auto;width:100%;max-width:100%;min-width:0;z-index:1}.ih-history-group-trigger{min-height:34px;height:34px;padding:0 10px;font-size:12px;font-weight:700;border-radius:8px}.ih-history-group-trigger .iorder-group-trigger-label{font-size:12px;font-weight:700}.ih-history-group-trigger .iorder-group-chevron{font-size:12px}.ih-history-group-panel{z-index:60;min-width:240px}.ihistory-filters .iorder-group-list{max-height:220px}.ih-filter-select option{background:var(--bg-panel, #111827)}.ihistory-body{min-height:0;overflow:visible;width:100%;box-sizing:border-box;background:var(--ih-body-bg, var(--bg-panel, #111827))}.ih-row{display:grid;grid-template-columns:var(--ih-grid-cols);gap:0;width:100%;box-sizing:border-box;border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);transition:background .15s;cursor:pointer}.ih-row:hover{background:#ffffff08}.ih-row:last-child{border-bottom:none}.ih-cell{gap:6px;font-size:14px;color:var(--text-main, var(--text));overflow:hidden;min-width:0}.ih-cell.ih-id-col{padding:0}.ih-id-copy{background:none;border:none;padding:12px 14px;margin:0;width:100%;min-height:82px;text-align:left;font-family:inherit;font-weight:700;font-size:15px;color:#c8cdd6;cursor:pointer;transition:color .2s ease,transform .15s ease;white-space:nowrap;line-height:1.2;box-sizing:border-box}.ih-id-copy:hover{color:var(--primary)}.ih-id-copy.is-copied,.ih-id-copy.is-copied:hover{color:#34d399}.ih-id-copy:active{transform:scale(.97)}.ih-service-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;line-height:1.4;font-size:14px;font-weight:400;flex:1;min-width:0}.ih-cell.ih-service-col{align-items:center}.ih-cell.ih-credit-col{font-weight:700}.ih-cell.ih-qnt-col{justify-content:center}.ih-qnt-text{font-size:14px;font-weight:700;color:var(--text-main, var(--text))}.ih-field-stack{display:flex;flex-direction:column;gap:3px;width:100%;min-width:0}.ih-field-chip{display:flex;align-items:baseline;gap:6px;font-size:12px;line-height:1.4;min-width:0;padding:2px 0;overflow:hidden}.ih-field-chip-k{flex-shrink:0;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted, var(--text3))}.ih-field-chip-v{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:color-mix(in srgb,var(--text-main, var(--text)) 90%,var(--text-muted, var(--text3)))}.ih-field-chip--password .ih-field-chip-v,.ih-field-chip--imei .ih-field-chip-v,.ih-field-chip--sn .ih-field-chip-v{font-family:ui-monospace,Cascadia Code,monospace;letter-spacing:.01em}.ih-field-chip--photo{text-decoration:none;color:inherit;cursor:pointer}.ih-field-chip--photo .ih-field-chip-v{color:color-mix(in srgb,var(--primary) 70%,var(--text-main, var(--text)))}.ih-field-chip--photo:hover .ih-field-chip-v{color:var(--primary);text-decoration:underline}.ih-detail-field .ih-field-chip-v{white-space:normal;word-break:break-all}.ih-field-text{font-size:13px;line-height:1.4;flex:1;min-width:0;width:100%}.ih-reply-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:15px;font-weight:700;line-height:1.35;color:var(--text-main, var(--text))}.ih-cell.ih-status-col{justify-content:center}.ihistory-filters .ih-status-col .ih-filter-select--cell{flex-shrink:0;width:100%}.ih-status-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:var(--ih-status-box-width);min-width:var(--ih-status-box-width);max-width:var(--ih-status-box-width);height:28px;padding:0 10px;border-radius:6px;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:none;white-space:nowrap;line-height:1;box-sizing:border-box;border:1px solid transparent}.ih-status-badge .fa-solid{font-size:11px;flex-shrink:0;line-height:1}.ih-status-badge.rejected{background:#ef444426;color:#f87171;border-color:#ef444447}.ih-status-badge.success{background:#10b98126;color:#34d399;border-color:#10b98147}.ih-status-badge.waiting{background:#9ca3af24;color:#9ca3af;border-color:#9ca3af4d}.ih-status-badge.in-process{background:#f9731626;color:#fb923c;border-color:#f973164d}.ih-copy-mini{flex-shrink:0;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:var(--text-muted, var(--text3));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:13px;transition:color .15s,background .15s;padding:0}.ih-copy-mini:hover{color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent)}.ih-row-view{width:32px;height:32px;border:1px solid var(--border);border-radius:8px;background:transparent;color:var(--text-muted, var(--text3));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:15px;transition:border-color .15s,color .15s,background .15s;padding:0}.ih-row-view:hover{border-color:color-mix(in srgb,var(--primary) 50%,var(--border));color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent)}.ihistory-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:240px;padding:56px 24px;text-align:center;color:var(--text-muted, var(--text3));box-sizing:border-box}.ihistory-empty[hidden]{display:none!important}.ihistory-empty-icon{font-size:40px;opacity:.55}.ihistory-empty h3{margin:0;font-size:16px;font-weight:700;color:var(--text-main, var(--text))}.ihistory-empty p{margin:0;font-size:13px}.ihistory-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:8px 16px;min-height:40px;margin-top:0;border-top:1px solid var(--border);background:color-mix(in srgb,var(--ih-body-bg, var(--bg-panel, #111827)) 95%,#000 5%);flex-shrink:0;position:relative;z-index:4}.ihistory-footer-left{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ihistory-footer-badge{display:inline-flex;align-items:center;gap:5px;background:var(--bg3, color-mix(in srgb, var(--bg-dark, #0a0e14) 88%, var(--bg-panel)));border:1px solid var(--border);border-radius:7px;padding:0 11px;height:30px;font-size:12px;font-weight:700;color:var(--text2, var(--text-muted, var(--text3)));white-space:nowrap;flex-shrink:0;box-sizing:border-box}.ihistory-footer-badge i{color:var(--accent, var(--primary));font-size:13px}.ihistory-footer-badge strong{font-weight:700;color:var(--text-main, var(--text))}.ih-split-btn{display:flex;align-items:center;height:30px;background:var(--bg3, color-mix(in srgb, var(--bg-dark, #0a0e14) 88%, var(--bg-panel)));border:1px solid var(--border);border-radius:7px;flex-shrink:0;box-sizing:border-box;position:relative;z-index:5;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.ih-topbar-refresh{height:42px;border-radius:0;background:color-mix(in srgb,var(--accent, var(--primary)) 12%,var(--bg3, var(--bg-panel, #111827)))}.ih-topbar-refresh .ih-split-btn-main{gap:7px;padding:0 14px;font-size:13px;font-weight:700}.ih-topbar-refresh .ih-dd-trigger{padding:0 10px}@property --ih-refresh-ring{syntax: "<number>"; inherits: false; initial-value: 0;}.ih-topbar-refresh.is-timing:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:0;padding:1.5px;background:conic-gradient(from -90deg,var(--accent, var(--primary)) calc(var(--ih-refresh-ring) * 360deg),transparent 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:ih-refresh-ring-sweep var(--ih-ring-duration, 10s) linear infinite}.ih-topbar-refresh.is-timing .ih-refresh-countdown{color:var(--accent, var(--primary));font-variant-numeric:tabular-nums;font-weight:700}@keyframes ih-refresh-ring-sweep{0%{--ih-refresh-ring: 0}to{--ih-refresh-ring: 1}}@media (prefers-reduced-motion: reduce){.ih-topbar-refresh.is-timing:after{animation:none}}.ih-split-btn:hover{border-color:var(--accent, var(--primary));background:color-mix(in srgb,var(--bg3, var(--bg-panel)) 92%,var(--accent, var(--primary)) 8%)}.ih-split-btn-main,.ih-dd-trigger{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:100%;padding:0;border:none;background:transparent;color:var(--text2, var(--text-muted, var(--text3)));cursor:pointer;font-family:Inter,sans-serif;transition:color .2s ease,background .2s ease}.ih-split-btn-main{padding:0 10px;border-radius:7px 0 0 7px;font-size:14px}.ih-split-btn-main:hover,.ih-dd-trigger:hover{color:var(--accent, var(--primary));background:#ffffff0a}.ih-split-btn-main:active,.ih-dd-trigger:active{transform:scale(.96)}.ih-split-btn-main .spin-anim,.ih-split-btn-main.is-refreshing .ti-refresh{animation:ih-smooth-spin .5s cubic-bezier(.4,0,.2,1) forwards}.ih-split-btn-main.is-refreshing{pointer-events:none;opacity:.88}@keyframes ih-smooth-spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.12);color:var(--accent, var(--primary))}to{transform:rotate(360deg) scale(1)}}.ih-refresh-countdown{font-size:11px;font-weight:600;color:var(--text-main, var(--text));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1}.ih-dd-wrap{position:relative;height:100%;display:flex;align-items:center}.ih-dd-trigger{padding:0 8px;border-left:1px solid var(--border);border-radius:0 7px 7px 0;font-size:12px}.ih-dd-menu{position:absolute;right:0;bottom:calc(100% + 6px);top:auto;min-width:150px;padding:4px;border:1px solid var(--border);border-radius:8px;background:var(--bg3, var(--bg-panel, #1e293b));box-shadow:0 10px 30px #00000047;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;z-index:60}.ih-dd-wrap.open .ih-dd-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.ih-dd-opt{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border-radius:5px;font-size:12px;font-weight:500;color:var(--text2, var(--text-muted, var(--text3)));cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.ih-dd-opt:hover{background:color-mix(in srgb,var(--bg3, var(--bg-panel)) 80%,var(--accent, var(--primary)) 20%);color:var(--text-main, var(--text))}.ih-dd-opt.active{background:color-mix(in srgb,var(--accent, var(--primary)) 14%,transparent);color:var(--accent, var(--primary));font-weight:600}.ih-dd-opt:not(.active) .ti-check{display:none}.ih-dd-opt .ti-check{font-size:13px}.ihistory-footer-right{margin-left:auto}.ih-page-btns{gap:5px}.ih-modal-overlay{position:fixed;top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px) + var(--xh-eyebar-h, 0px));right:0;bottom:0;left:0;z-index:900;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;overflow-y:auto}.ih-modal-overlay[hidden]{display:none!important}.ih-modal{--ih-accent-text: color-mix(in srgb, var(--primary) 55%, var(--text-main));width:100%;max-width:800px;max-height:calc(100vh - 48px);margin:auto;display:flex;flex-direction:column;background:var(--bg-panel, #111827);border:1px solid var(--border);border-radius:10px;box-shadow:0 24px 60px #00000073;overflow:hidden}.ih-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:var(--bg-navbar);color:var(--text-main, var(--text));border-bottom:1px solid var(--border);flex-shrink:0}.ih-modal-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ih-modal-head-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, var(--text3))}.ih-modal-id-copy{margin:0;padding:0;border:none;background:none;font-family:inherit;font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--text-main, var(--text));cursor:pointer;text-align:left;transition:color .15s}.ih-modal-id-copy:hover{color:var(--primary)}.ih-modal-id-copy.is-copied,.ih-modal-id-copy.is-copied:hover{color:#34d399}.ih-modal-close{width:29px;height:29px;flex-shrink:0;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);border-radius:7px;background:color-mix(in srgb,var(--bg-panel) 92%,transparent);color:var(--text-muted, var(--text3));cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;padding:0;transition:color .2s,border-color .2s,background .2s}.ih-modal-close:hover{color:#ef4444;border-color:color-mix(in srgb,#ef4444 36%,var(--border));background:color-mix(in srgb,var(--bg-panel) 96%,transparent)}.ih-modal-body{padding:18px 20px 22px;background:var(--bg-panel);overflow-y:auto;flex:1 1 auto;min-height:0}.ih-modal-layout{display:flex;flex-direction:column;gap:14px}.ih-modal-service-wrap{display:flex;align-items:center;gap:14px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-card)}.ih-modal-service-pic-stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;flex-shrink:0;min-width:48px;align-self:center}.ih-modal-service-id{display:inline-flex;align-items:center;justify-content:center;min-width:48px;padding:3px 6px;border-radius:6px;border:1px solid color-mix(in srgb,var(--primary) 28%,var(--border));background:color-mix(in srgb,var(--primary) 12%,transparent);font-size:9px;font-weight:800;letter-spacing:.03em;color:var(--ih-accent-text, var(--primary));line-height:1.2;font-family:ui-monospace,Cascadia Code,Consolas,monospace;white-space:nowrap}.ih-modal-service-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--primary) 15%,var(--bg-panel));color:var(--ih-accent-text, var(--primary));font-weight:800;font-size:24px}.ih-modal-service-pic{width:48px;height:48px;flex-shrink:0;border-radius:8px;border:2px solid var(--border);background:color-mix(in srgb,#000 22%,var(--bg-panel));overflow:hidden;display:flex;align-items:center;justify-content:center}.ih-modal-service-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;padding:0;box-sizing:border-box;display:block}.ih-modal-service{margin:0;font-size:17px;font-weight:600;line-height:1.5;color:var(--text-main, var(--text));letter-spacing:-.01em;min-width:0;flex:1;align-self:center}.ih-modal-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.ih-modal-card{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--bg-card);min-height:0;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.ih-modal-card .ih-modal-timeline{flex:1}.ih-modal-card-title{margin:0 0 8px;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted, var(--text3))}.ih-modal-card-title .ti{font-size:14px;color:var(--primary)}.ih-modal-timeline{margin:0;padding:0}.ih-modal-timeline-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;border-bottom:1px solid color-mix(in srgb,var(--border) 80%,transparent);font-size:14px}.ih-modal-timeline-row:last-child{padding-bottom:0;border-bottom:none}.ih-modal-timeline-row dt{margin:0;font-size:13px;font-weight:500;color:var(--text-muted, var(--text3));flex-shrink:0}.ih-modal-timeline-row dd{margin:0;font-size:14px;font-weight:700;text-align:right;color:var(--text-main, var(--text));min-width:0;word-break:break-word}.ih-modal-value-mono{font-family:ui-monospace,Cascadia Code,monospace;font-size:14px;letter-spacing:.01em}.ih-modal-value-link{color:var(--ih-accent-text, var(--primary));text-decoration:none;font-weight:700;word-break:break-all}.ih-modal-value-link:hover{text-decoration:underline}.ih-modal-timeline-row--status dd{display:flex;justify-content:flex-end}.ih-modal-timeline .ih-status-badge{width:calc(var(--ih-status-box-width) * .9);min-width:calc(var(--ih-status-box-width) * .9);max-width:calc(var(--ih-status-box-width) * .9);height:26px;font-size:11px;border-radius:5px}.ih-modal-timeline .ih-status-badge.rejected{background:#ef444426;color:#f87171;border-color:#ef444440}.ih-modal-timeline .ih-status-badge.success{background:#10b98126;color:#34d399;border-color:#10b98140}.ih-modal-timeline .ih-status-badge.waiting{background:#9ca3af24;color:#9ca3af;border-color:#9ca3af45}.ih-modal-timeline .ih-status-badge.in-process{background:#f9731626;color:#fb923c;border-color:#f9731645}.ih-modal-timeline-amount{display:flex;align-items:center;justify-content:flex-end;height:26px;font-size:16px;font-weight:800;color:var(--ih-accent-text, var(--primary));letter-spacing:-.02em}.ih-amount-reveal,.ih-amount-hide{height:26px;flex-shrink:0}.ih-amount-reveal{display:inline-flex;align-items:center;gap:6px;padding:3px 11px;border:1px dashed color-mix(in srgb,var(--border) 92%,transparent);border-radius:7px;background:color-mix(in srgb,var(--primary) 8%,transparent);color:var(--text-muted);font-size:12px;font-weight:700;font-family:inherit;letter-spacing:.04em;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.ih-amount-reveal:hover{color:var(--ih-accent-text, var(--primary));border-color:color-mix(in srgb,var(--primary) 45%,var(--border));background:color-mix(in srgb,var(--primary) 14%,transparent)}.ih-amount-reveal i{font-size:13px}.ih-amount-hide{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;background:none;color:inherit;font:inherit;letter-spacing:inherit;cursor:pointer}.ih-amount-hide i{font-size:13px;color:var(--text-muted);transition:color .15s ease}.ih-amount-hide:hover i{color:var(--ih-accent-text, var(--primary))}.ih-modal-timeline-accent{color:#34d399!important}.ih-modal-reply{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg-card);display:flex;flex-direction:column;padding:0}.ih-modal-reply-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 10px;border-bottom:1px solid var(--border);background:var(--bg-card)}.ih-modal-reply-head .ih-modal-card-title{margin-bottom:0}.ih-modal-copy-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 11px;border:1px solid color-mix(in srgb,var(--primary) 40%,var(--border));border-radius:7px;background:transparent;color:var(--primary);font-size:12px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s,border-color .15s;flex-shrink:0}.ih-modal-copy-btn:hover{background:color-mix(in srgb,var(--primary) 10%,transparent);border-color:color-mix(in srgb,var(--primary) 54%,var(--border))}.ih-modal-copy-btn.is-refreshing .ti-refresh{animation:ih-smooth-spin .5s cubic-bezier(.4,0,.2,1) forwards}.ih-modal-copy-btn.is-refreshing{pointer-events:none;opacity:.88}.ih-modal-reply-text{display:flex;align-items:center;justify-content:center;width:100%;margin:0;min-height:122px;padding:16px 14px;border:none;border-radius:0;background:color-mix(in srgb,#000 22%,var(--bg-panel));font-size:16px;font-weight:500;line-height:1.6;text-align:center;word-break:break-word;color:var(--text-main, var(--text));box-sizing:border-box}.ih-page-btns{display:flex;align-items:center}.ih-page-btns .page-btn{min-width:30px;height:30px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);background:#ffffff08;color:var(--text-muted);font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.ih-page-btns .page-btn:hover:not(:disabled){color:var(--text-main);border-color:color-mix(in srgb,var(--primary) 45%,var(--border))}.ih-page-btns .page-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.ih-page-btns .page-btn:disabled{opacity:.4;cursor:not-allowed}.ihistory-per-page{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--text-muted)}.ih-perpage-select{height:30px;padding:0 8px;border-radius:8px;border:1px solid color-mix(in srgb,var(--border) 90%,transparent);background:var(--bg-dark);color:var(--text-main);font-size:12px;font-weight:600;outline:none;cursor:pointer}.ihistory-pg-sep{width:1px;height:20px;background:color-mix(in srgb,var(--border) 90%,transparent);margin:0 10px}.ihistory-footer-right{display:flex;align-items:center}html:not(.dark) .ih-page-btns .page-btn{background:#00000008}.ih-dd-menu.is-fixed{position:fixed;bottom:auto;left:auto;z-index:1200}.ih-dd-menu.open{opacity:1;pointer-events:auto;transform:none}.ih-modal-head{background:#3c3c45;color:#fff}.ih-modal-head .ih-modal-head-label,.ih-modal-head .ih-modal-title,.ih-modal-head .ih-modal-id-copy{color:#fff}.ih-modal-head .ih-modal-close{color:#ffffffd9}.ih-modal-head .ih-modal-close:hover{color:#fff}html:not(.dark) .ih-modal-head{background:#3c3c45;border-bottom-color:#ffffff1a}.ih-cell.ih-id-col,.ih-modal-id-copy,.ih-modal-head-label{font-family:Rajdhani,Inter,sans-serif;font-weight:700;letter-spacing:.02em}.ih-dd-menu.is-fixed{background:#fff;border-color:#0f172a1a;box-shadow:0 12px 32px #0f172a29}.ih-dd-menu.is-fixed .ih-dd-opt{color:#0f172a}.ih-dd-menu.is-fixed .ih-dd-opt:hover{background:#0f172a0f}.ih-dd-menu.is-fixed .ih-dd-opt.active{background:#0f172a14;font-weight:700}html.dark .ih-dd-menu.is-fixed{background:#161b22;border-color:#ffffff1a;box-shadow:0 12px 32px #00000073}html.dark .ih-dd-menu.is-fixed .ih-dd-opt{color:#e6edf3}html.dark .ih-dd-menu.is-fixed .ih-dd-opt:hover,html.dark .ih-dd-menu.is-fixed .ih-dd-opt.active{background:#ffffff14}html:not(.dark) .ih-page-btns .page-btn.active,html:not(.dark) .ih-page-btns .page-btn.active:hover,.ih-page-btns .page-btn.active,.ih-page-btns .page-btn.active:hover{background:#111116;border-color:#111116;color:#fff}html.dark .ih-page-btns .page-btn.active,html.dark .ih-page-btns .page-btn.active:hover{background:var(--theme-accent, #7c3aed);border-color:var(--theme-accent, #7c3aed);color:#fff}.ih-modal-head .ih-modal-close{width:32px;height:32px;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease}.ih-modal-head .ih-modal-close:hover{background:#ffffff3d;border-color:#ffffff5c;color:#fff}@media (max-width: 768px){.ihistory-page{height:auto;min-height:calc(100vh - var(--nav-height, 68px));max-height:none;overflow:visible;padding:12px 10px 24px}.ihistory-topbar{flex-direction:column;align-items:stretch;gap:10px}.ihistory-topbar-center{flex-direction:row;flex-wrap:wrap;gap:8px;width:100%}.ihistory-search{flex:1 1 100%;width:100%}.ih-topbar-refresh{flex:1 1 auto;justify-content:center}.ihistory-table-wrap{--ih-status-box-width: 96px;--ih-service-col: minmax(130px, 1.2fr);--ih-grid-cols: 72px var(--ih-service-col) 44px 64px 100px;overflow-x:auto;-webkit-overflow-scrolling:touch;height:auto;max-height:none}.ihistory-filters,.ih-row{min-width:480px}.ihistory-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;max-height:600px}.ih-filter-select.ih-group-select-cell{min-width:100px;font-size:11px}.ih-modal-overlay{z-index:1050;padding:12px 12px calc(64px + env(safe-area-inset-bottom,0px))}.ih-modal{max-height:calc(100vh - 120px)}}@media (max-width: 480px){.ihistory-page{padding:10px 8px 32px}.ihistory-table-wrap{--ih-grid-cols: 64px minmax(120px, 1fr) 38px 58px 90px}.ihistory-filters,.ih-row{min-width:420px}.ih-topbar-refresh .ih-split-btn-main span{font-size:11px}}.xorder{--primary: var(--theme-accent, #6d28d9);--primary-hover: var(--theme-accent-hover, #5b21b6);--primary-rgb: var(--theme-accent-rgb, 109, 40, 217);--card-bg: var(--bg-card, #171c22);--card-border: var(--border, #343c45);--text: var(--text-main, #e6e8eb);--xo-muted: var(--text-muted, #8c95a1);--input-bg: var(--bg-elevated, #20262e);--primary-text: var(--primary);font-family:Inter,-apple-system,sans-serif;color:var(--text)}html:not([data-mode=light]) .xorder{--primary-text: color-mix(in srgb, var(--primary) 55%, var(--text))}@supports (color: oklch(from red l c h)){html:not([data-mode=light]) .xorder{--primary-text: oklch(from var(--primary) max(l, .72) c h)}}html[data-mode=light] .xorder{--card-bg: #ffffff;--card-border: #d8dee6;--text: #172033;--xo-muted: #64748b;--input-bg: #f8fafc}html.xorder-scroll-lock,html.xorder-scroll-lock body{overflow:hidden!important;overscroll-behavior:none}.xorder .order-page-shell{width:min(1550px,calc(100% - 40px));margin:0 auto;padding:20px 0;box-sizing:border-box;display:flex;flex-direction:column}.xorder .order-page-shell.is-fit{height:calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-slot, 0px));min-height:520px;overflow:hidden}.xorder .order-header-bar{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;flex-shrink:0;box-sizing:border-box;transition:background-color .28s ease,border-color .28s ease}.xorder .order-cat-boxes{display:flex;align-items:center;gap:8px;flex-shrink:0}.xorder .order-cat-box{border:1px dashed rgba(255,255,255,.16);border-radius:6px;padding:3px 6px;width:50px;height:42px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;background:#ffffff05;color:var(--xo-muted);font-family:inherit;transition:all .2s ease}html[data-mode=light] .xorder .order-cat-box{border-color:#0000002e;background:#00000005}.xorder .order-cat-box:hover{border-color:#ffffff59;background:#ffffff0d;color:var(--text)}html[data-mode=light] .xorder .order-cat-box:hover{border-color:#00000059;background:#0000000a;color:var(--text)}.xorder .order-cat-box.active{border:1px solid var(--primary);background:rgba(var(--primary-rgb),.14);color:#fff}html[data-mode=light] .xorder .order-cat-box.active{border-color:var(--primary);background:rgba(var(--primary-rgb),.1);color:var(--primary-text)}.xorder .order-cat-box .order-cat-icon{font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center}.xorder .order-cat-box.active .order-cat-icon{color:var(--primary-text)}.xorder .order-cat-box .order-cat-title{font-size:9.5px;font-weight:700;line-height:1.1;text-align:center;white-space:nowrap;letter-spacing:.2px}.xorder .order-cat-box.active .order-cat-title{color:var(--text)}.xorder .order-group-dropdown{position:relative;flex:1 1 auto;min-width:0;width:100%}.xorder .order-group-trigger{display:flex;align-items:center;gap:8px;width:100%;height:42px;padding:0 12px;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;color:var(--text);font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}.xorder .order-group-trigger:hover,.xorder .order-group-dropdown.open .order-group-trigger{border-color:rgba(var(--primary-rgb),.6)}.xorder .order-group-trigger-icon{font-size:15px;color:var(--xo-muted);display:flex;align-items:center;flex-shrink:0}.xorder .order-group-trigger-label{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:700;color:var(--text)}.xorder .order-group-chevron{font-size:12px;color:var(--xo-muted);flex-shrink:0;transition:transform .2s ease}.xorder .order-group-dropdown.open .order-group-chevron{transform:rotate(180deg)}.xorder .order-group-panel{position:absolute;top:calc(100% + 5px);left:0;width:100%;min-width:230px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;box-shadow:0 12px 30px #00000073;z-index:1000;overflow:hidden;box-sizing:border-box}.xorder .order-group-panel-search{padding:8px 10px;border-bottom:1px solid var(--card-border)}.xorder .order-group-search-wrap{display:flex;align-items:center;width:100%;height:32px;box-sizing:border-box;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;padding:0 4px 0 8px;gap:4px;transition:border-color .2s ease}.xorder .order-group-search-wrap>.ti-search{font-size:13px;color:var(--xo-muted);opacity:.8;flex-shrink:0}.xorder .order-group-search-wrap:focus-within{border-color:var(--primary)}.xorder .order-group-search-wrap input{flex:1;min-width:0;height:100%;box-sizing:border-box;padding:0 4px;background:transparent;border:none;box-shadow:none;color:var(--text);font-size:12px;outline:none}.xorder .order-group-list{max-height:240px;overflow-y:auto;padding:4px;margin:0;list-style:none;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.4) transparent}.xorder .order-group-list::-webkit-scrollbar{width:5px}.xorder .order-group-list::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important}.xorder .order-group-list::-webkit-scrollbar-track{background:transparent}.xorder .order-group-list::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:999px;min-height:40px}.xorder .order-group-list::-webkit-scrollbar-thumb:hover{background:var(--primary)}html[data-mode=light] .xorder .order-group-list::-webkit-scrollbar-thumb{background:#cbd5e1}html[data-mode=light] .xorder .order-group-list::-webkit-scrollbar-thumb:hover{background:var(--primary)}.xorder .order-group-item{padding:8px 12px;font-size:12px;font-weight:600;border-radius:5px;color:var(--text);cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .18s ease}.xorder .order-group-item>i{font-size:13px;opacity:.85;flex-shrink:0}.xorder .order-group-item:hover{background:rgba(var(--primary-rgb),.12);color:var(--primary-text)}.xorder .order-group-item.active{background:var(--primary);color:#fff}.xorder .order-search-bar-unified{flex:1;min-width:0;height:42px;display:flex;align-items:center;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;box-sizing:border-box;transition:border-color .2s ease}.xorder .order-search-bar-unified:focus-within{border-color:var(--primary)}.xorder .order-search-icon-box{position:relative;width:38px;height:100%;display:flex;align-items:center;justify-content:center;color:var(--xo-muted);font-size:14px;flex-shrink:0}.xorder .order-search-icon-box:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:20px;width:1px;background:var(--card-border)}.xorder .order-search-input-field{flex:1;min-width:0;height:100%;border:none;outline:none;box-shadow:none;background:transparent;padding:0 12px;color:var(--text);font-size:13px;font-weight:500;font-family:inherit}.xorder .order-search-input-field::-moz-placeholder{color:var(--xo-muted);opacity:.8}.xorder .order-search-input-field::placeholder{color:var(--xo-muted);opacity:.8}.xorder .order-search-actions{display:flex;align-items:center;gap:4px;padding-right:8px;flex-shrink:0}.xorder .order-search-paste-btn,.xorder .order-search-clear-btn{background:transparent;border:none;color:var(--xo-muted);font-size:15px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:all .18s ease;padding:0}.xorder .order-search-paste-btn:hover{color:var(--primary-text);background:rgba(var(--primary-rgb),.1)}.xorder .order-search-clear-btn{color:#ef4444;font-size:13px;transition:color .18s ease,transform .18s ease}.xorder .order-search-clear-btn:hover{background:transparent;color:#991b1b;transform:scale(1.15)}.xorder .order-layout-switcher{position:relative;flex:0 0 auto}.xorder .order-layout-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;color:var(--xo-muted);cursor:pointer;box-sizing:border-box;transition:all .2s ease;padding:0}.xorder .order-layout-btn:hover,.xorder .order-layout-switcher.open .order-layout-btn{border-color:var(--primary);color:var(--primary-text);background:rgba(var(--primary-rgb),.08)}.xorder .order-layout-btn>span{display:flex;align-items:center;justify-content:center;line-height:1}.xorder .order-layout-menu{position:absolute;top:calc(100% + 6px);right:0;width:215px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;box-shadow:0 14px 35px #00000073;z-index:1000;overflow:hidden;padding:6px;box-sizing:border-box;animation:xorderMenuFadeIn .18s ease}html[data-mode=light] .xorder .order-layout-menu{background:#fff;border-color:#d8dee6;box-shadow:0 10px 30px #00000014}@keyframes xorderMenuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.xorder .layout-menu-items{display:flex;flex-direction:column;gap:4px}.xorder .layout-menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:6px 9px;border:none;background:transparent;border-radius:6px;cursor:pointer;text-align:left;font-family:inherit;color:var(--text);transition:all .16s ease;box-sizing:border-box}.xorder .layout-menu-item i:first-child,.xorder .layout-menu-item svg:first-child{font-size:16px;color:var(--xo-muted);stroke:var(--xo-muted);transition:color .16s ease,stroke .16s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.xorder .layout-menu-item:hover{background:rgba(var(--primary-rgb),.08);color:var(--primary-text)}.xorder .layout-menu-item:hover i:first-child,.xorder .layout-menu-item:hover svg:first-child,.xorder .layout-menu-item.active i:first-child,.xorder .layout-menu-item.active svg:first-child{color:var(--primary-text);stroke:var(--primary-text)}.xorder .layout-menu-item.active{background:rgba(var(--primary-rgb),.12);color:var(--primary-text);font-weight:600}.xorder .layout-menu-text{flex:1;display:flex;flex-direction:column;line-height:1.2}.xorder .layout-menu-name{font-size:12.5px;font-weight:700}.xorder .layout-menu-sub{font-size:10.5px;color:var(--xo-muted);opacity:.85}.xorder .layout-menu-check{font-size:13px;color:var(--primary-text);opacity:0;transition:opacity .16s ease}.xorder .layout-menu-item.active .layout-menu-check{opacity:1}.xorder .order-workspace{display:grid;grid-template-columns:minmax(0,.8fr) minmax(340px,1.2fr);gap:16px;align-items:stretch;flex:1;min-height:0;overflow:hidden}.xorder .order-workspace.style-3 .order-form-wrapper{display:block;height:100%;min-height:0}.xorder .order-workspace.style-3 .order-popup-close-btn{display:none!important}.xorder .order-workspace.style-1,.xorder .order-workspace.style-2{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}.xorder .order-workspace.style-1>.order-card:first-child,.xorder .order-workspace.style-2>.order-card:first-child{background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important;display:block!important;height:auto!important;max-height:none!important;overflow:visible!important}.xorder .order-workspace.style-1 #servicesContainer,.xorder .order-workspace.style-2 #servicesContainer{padding:0!important;overflow:visible!important;height:auto!important;max-height:none!important}.xorder .order-workspace.style-1 .order-form-wrapper,.xorder .order-workspace.style-2 .order-form-wrapper{display:flex;align-items:center;justify-content:center;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;background:#00000073!important;-webkit-backdrop-filter:blur(1px)!important;backdrop-filter:blur(1px)!important;z-index:2147483000!important;padding:16px!important;box-sizing:border-box!important;overflow:hidden!important;overscroll-behavior:contain}.xorder .order-workspace.style-1 .order-form-panel,.xorder .order-workspace.style-2 .order-form-panel{position:relative!important;top:auto!important;margin:auto!important;width:min(1155px,95vw)!important;max-height:min(79.2vh,630px)!important;height:min(79.2vh,630px)!important;border-radius:10px!important;box-shadow:0 25px 60px #000000bf!important;border:1px solid var(--card-border)!important;animation:xorderPopupScaleIn .22s cubic-bezier(.16,1,.3,1)!important;padding:16px 20px!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) transparent}.xorder .order-workspace.style-1 .of-selected-header,.xorder .order-workspace.style-2 .of-selected-header{padding-top:6px!important;padding-bottom:16px!important;margin-bottom:12px!important;padding-right:40px!important;border-bottom:1px solid var(--card-border)!important}.xorder .order-workspace.style-1 .of-title,.xorder .order-workspace.style-2 .of-title{font-size:16px!important;line-height:1.3!important}.xorder .order-form-fields{display:contents}@media (min-width: 640px){.xorder .order-workspace.style-1 .order-form-panel,.xorder .order-workspace.style-2 .order-form-panel{display:flex!important;flex-direction:column!important;padding:0!important;overflow:hidden!important}.xorder .order-workspace.style-1 .of-selected-header,.xorder .order-workspace.style-2 .of-selected-header{flex:0 0 auto;padding:22px 60px 22px 20px!important;margin:0!important}.xorder .order-workspace.style-1 #placeOrderForm,.xorder .order-workspace.style-2 #placeOrderForm{flex:1 1 0;min-height:0;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr)!important;grid-template-rows:minmax(0,1fr);gap:0!important;align-items:stretch!important}.xorder .order-workspace.style-1 .order-form-fields,.xorder .order-workspace.style-2 .order-form-fields{display:block;min-width:0;min-height:0;margin:0;padding:16px 20px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) transparent}.xorder .order-workspace.style-1 .order-form-fields>.form-group,.xorder .order-workspace.style-2 .order-form-fields>.form-group{margin-bottom:16px!important}.xorder .order-workspace.style-1 .form-group label,.xorder .order-workspace.style-2 .form-group label{font-size:11.5px!important;margin-bottom:4px!important}.xorder .order-workspace.style-1 .form-group input,.xorder .order-workspace.style-2 .form-group input,.xorder .order-workspace.style-1 .form-group select,.xorder .order-workspace.style-2 .form-group select{height:36px!important;font-size:12.5px!important}.xorder .order-workspace.style-1 .form-group textarea,.xorder .order-workspace.style-2 .form-group textarea{height:42px!important;min-height:42px!important;font-size:12px!important}.xorder .order-workspace.style-1 .order-form-fields>.of-price-banner,.xorder .order-workspace.style-2 .order-form-fields>.of-price-banner{margin-bottom:18px!important;padding:4px 6px!important}.xorder .order-workspace.style-1 .of-stat-tile,.xorder .order-workspace.style-2 .of-stat-tile{padding:4px 6px!important}.xorder .order-workspace.style-1 .of-stat-value,.xorder .order-workspace.style-2 .of-stat-value{font-size:12px!important}.xorder .order-workspace.style-1 .of-stat-value--total,.xorder .order-workspace.style-2 .of-stat-value--total{font-size:14.5px!important}.xorder .order-workspace.style-1 .order-form-fields>.btn-submit-order,.xorder .order-workspace.style-2 .order-form-fields>.btn-submit-order{margin-bottom:0!important;padding:10px 16px!important;min-height:42px!important}.xorder .order-workspace.style-1 #placeOrderForm>.order-desc-widget,.xorder .order-workspace.style-2 #placeOrderForm>.order-desc-widget{grid-column:2!important;grid-row:1!important;margin:0!important;padding:16px 20px!important;border-top:none!important;border-left:1px solid var(--card-border)!important;height:auto!important;min-width:0;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.35) transparent;display:flex!important;flex-direction:column!important}.xorder .order-workspace.style-1 .desc-slider-split,.xorder .order-workspace.style-2 .desc-slider-split{display:flex!important;flex-direction:column!important;gap:10px!important;min-height:0!important;flex:0 0 auto!important}.xorder .order-workspace.style-1 .desc-slider-container,.xorder .order-workspace.style-2 .desc-slider-container{box-sizing:border-box;width:100%!important;max-width:none!important;height:155px!important}.xorder .order-workspace.style-1 .desc-scroll-body,.xorder .order-workspace.style-2 .desc-scroll-body{flex:0 0 auto!important;max-height:none!important;overflow:visible!important;padding-right:0!important}.xorder .order-workspace.style-1 .desc-content-panel,.xorder .order-workspace.style-2 .desc-content-panel{height:auto;overflow:visible;justify-content:flex-start}.xorder .order-workspace.style-1 .desc-quicklinks-header,.xorder .order-workspace.style-2 .desc-quicklinks-header{margin-top:8px}}@keyframes xorderPopupScaleIn{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.xorder .order-popup-close-btn{display:none;position:absolute;top:14px;right:14px;width:32px;height:32px;background:transparent;border:none;box-shadow:none;color:var(--xo-muted);font-size:20px;cursor:pointer;align-items:center;justify-content:center;transition:color .2s ease;z-index:100}.xorder .order-popup-close-btn:hover{color:#ef4444}.xorder .order-workspace.style-1 .order-popup-close-btn,.xorder .order-workspace.style-2 .order-popup-close-btn{display:flex}.xorder .group-box-card{background:var(--card-bg)!important;border:1px solid var(--card-border)!important;border-radius:10px!important;margin-bottom:16px;overflow:hidden;padding:0!important;box-shadow:0 2px 10px #0000000a;transition:background-color .28s ease,border-color .28s ease}.xorder .group-box-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--input-bg);border-bottom:1px solid var(--card-border)}.xorder .group-box-title{display:inline-flex;align-items:center;gap:9px;font-size:16px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--primary-text)}.xorder .group-box-title i{font-size:18px;color:var(--primary-text)}.xorder .group-box-body{padding:14px 16px}.xorder .group-box-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media (max-width: 1200px){.xorder .group-box-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.xorder .group-box-grid{grid-template-columns:1fr}}.xorder .group-box-grid .service-item-row{margin:0;height:100%;box-sizing:border-box}.xorder .group-box-grid .service-row-arrow{display:none!important}.xorder .group-box-list{display:flex;flex-direction:column;gap:8px}@media (max-width: 860px){.xorder .order-page-shell.is-fit{height:auto;min-height:calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-slot, 0px));overflow:visible}.xorder .order-workspace{grid-template-columns:1fr;height:auto;overflow:visible}.xorder .order-workspace>.order-card:first-child{height:520px}.xorder .order-card.order-form-panel{height:auto}}.xorder .order-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:20px;box-sizing:border-box;transition:background-color .28s ease,border-color .28s ease}.xorder .order-workspace>.order-card:first-child{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;padding:0 0 0 16px}.xorder #servicesContainer{flex:1;min-height:0;overflow-y:auto;padding:10px 10px 10px 0;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.4) transparent}.xorder #servicesContainer::-webkit-scrollbar{width:5px}.xorder #servicesContainer::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important}.xorder #servicesContainer::-webkit-scrollbar-track{background:transparent}.xorder #servicesContainer::-webkit-scrollbar-thumb{background:#94a3b866;border-radius:4px;min-height:50px}.xorder #servicesContainer::-webkit-scrollbar-thumb:hover{background:var(--primary)}html[data-mode=light] .xorder #servicesContainer::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}html[data-mode=light] .xorder #servicesContainer::-webkit-scrollbar-thumb:hover{background:var(--primary)}.xorder .services-empty{text-align:center;padding:40px;color:var(--xo-muted)}.xorder .services-empty i{font-size:32px;display:block;margin-bottom:8px}.xorder .order-card.order-form-panel{height:100%;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent;display:flex;flex-direction:column}.xorder .order-card.order-form-panel::-webkit-scrollbar{width:4px}.xorder .order-card.order-form-panel::-webkit-scrollbar-button{display:none!important;width:0!important;height:0!important}.xorder .order-card.order-form-panel::-webkit-scrollbar-track{background:transparent}.xorder .order-card.order-form-panel::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:4px}.xorder .order-card.order-form-panel::-webkit-scrollbar-thumb:hover{background:var(--primary)}html[data-mode=light] .xorder .order-card.order-form-panel::-webkit-scrollbar-thumb{background:#cbd5e1}.xorder .service-group-title{font-size:16px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#fff;margin:18px 0 10px;display:flex;align-items:center;gap:9px}.xorder .service-group-title:first-child{margin-top:2px}.xorder .service-group-title i{font-size:18px;color:#fff}html[data-mode=light] .xorder .service-group-title,html[data-mode=light] .xorder .service-group-title i{color:var(--primary-text)}.xorder .service-items-list{display:flex;flex-direction:column;gap:8px}.xorder .service-item-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit;min-height:88px;box-sizing:border-box}.xorder .service-item-row:hover,.xorder .service-item-row.selected{border-color:color-mix(in srgb,var(--primary) 20%,transparent);background:color-mix(in srgb,var(--primary) 12%,transparent)}.xorder .service-item-row:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.xorder .service-info-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.xorder .service-info-left>div:last-child{min-width:0;flex:1;display:flex;flex-direction:column;justify-content:center}.xorder .service-mini-icon{width:44px;height:44px;border-radius:10px;background:color-mix(in srgb,var(--primary) 10%,transparent);border:1px solid transparent;display:grid;place-items:center;flex-shrink:0;overflow:hidden;transition:all .2s ease;box-sizing:border-box}.xorder .service-mini-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.xorder .service-mini-icon svg.svc-ph{width:20px;height:20px;stroke:var(--primary-text);opacity:.55;transition:all .2s ease}.xorder .service-item-row:hover .service-mini-icon svg.svc-ph{opacity:.85}html:not([data-mode=light]) .xorder .service-mini-icon{background:color-mix(in srgb,var(--primary) 18%,rgba(255,255,255,.04))!important;border:1px solid color-mix(in srgb,var(--primary) 32%,transparent)!important;box-shadow:0 0 16px -4px color-mix(in srgb,var(--primary) 28%,transparent);color:#fff!important}html:not([data-mode=light]) .xorder .service-item-row:hover .service-mini-icon,html:not([data-mode=light]) .xorder .service-item-row.selected .service-mini-icon{background:color-mix(in srgb,var(--primary) 28%,rgba(255,255,255,.07))!important;border-color:color-mix(in srgb,var(--primary) 50%,transparent)!important;box-shadow:0 0 20px -2px color-mix(in srgb,var(--primary) 40%,transparent)}html:not([data-mode=light]) .xorder .service-mini-icon svg.svc-ph,html:not([data-mode=light]) .xorder .service-mini-icon svg.svc-ph *{stroke:#fff!important;color:#fff!important;opacity:.95!important}html:not([data-mode=light]) .xorder .service-mini-icon svg.svc-ph{filter:drop-shadow(0 1px 2px rgba(0,0,0,.4))}html:not([data-mode=light]) .xorder .service-item-row:hover .service-mini-icon svg.svc-ph{opacity:1!important}html[data-mode=light] .xorder .service-mini-icon{background:color-mix(in srgb,var(--primary) 10%,#f8fafc)!important;border:1px solid color-mix(in srgb,var(--primary) 20%,#e2e8f0)!important}html[data-mode=light] .xorder .service-item-row:hover .service-mini-icon,html[data-mode=light] .xorder .service-item-row.selected .service-mini-icon{background:color-mix(in srgb,var(--primary) 16%,#ffffff)!important;border-color:color-mix(in srgb,var(--primary) 35%,transparent)!important}html[data-mode=light] .xorder .service-mini-icon svg.svc-ph{stroke:var(--primary-text)!important;opacity:.85!important}.xorder .service-row-title{font-size:14px;font-weight:500;color:var(--text);margin:0;white-space:normal;word-break:break-word;line-height:1.35}.xorder .service-row-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:5px 0 0;line-height:1}.xorder .svc-price{display:inline-flex;align-items:center;height:20px;font-size:14px;font-weight:750;line-height:1;color:#fff;letter-spacing:-.2px;transform:translateY(-.5px)}html[data-mode=light] .xorder .svc-price{color:var(--primary-text)}.xorder .svc-time,.xorder .svc-new{display:inline-flex;align-items:center;gap:4.5px;height:20px;box-sizing:border-box;padding:0 7px;border-radius:6px;font-size:11px;line-height:1;font-weight:600;color:#e57200;background:#ffa2001f;border:none;white-space:nowrap;transition:background-color .2s ease}.xorder .svc-time i{font-size:11px;line-height:1;display:inline-flex;align-items:center;color:#e57200}.xorder .service-item-row:hover .svc-time,.xorder .service-item-row.selected .svc-time,.xorder .svc-time:hover{background:#ffa20033}.xorder .svc-new{color:#10b981;background:#10b9811f;font-weight:700;letter-spacing:.03em}.xorder .service-row-arrow{color:var(--xo-muted);font-size:18px;display:flex;align-items:center;justify-content:center;margin-left:12px;flex-shrink:0;transition:transform .2s ease,color .2s ease}.xorder .service-item-row:hover .service-row-arrow,.xorder .service-item-row.selected .service-row-arrow{color:var(--primary-text);transform:translate(3px)}.xorder .order-form-panel{position:sticky;top:92px;padding:18px 20px!important}.xorder .of-selected-header{padding-bottom:16px;border-bottom:1px solid var(--card-border);margin-bottom:16px}.xorder .of-title{font-size:20px;font-weight:700;color:var(--text);margin:0;line-height:1.35;letter-spacing:-.2px}.xorder .of-price-banner{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:6px;background:var(--input-bg);border:1px solid var(--card-border);border-radius:12px;margin-bottom:14px}.xorder .of-stat-tile{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:8px 10px;background:color-mix(in srgb,var(--card-bg) 70%,transparent);border:1px solid color-mix(in srgb,var(--card-border) 60%,transparent);border-radius:8px;min-width:0;transition:all .2s ease}html[data-mode=light] .xorder .of-stat-tile{background:#fff;border-color:#e2e8f0;box-shadow:0 1px 2px #00000008}.xorder .of-stat-header{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--xo-muted);letter-spacing:.2px;white-space:nowrap}.xorder .of-stat-header i{font-size:13px;color:var(--primary-text)}.xorder .of-stat-value{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.xorder .of-stat-value--unit{color:var(--primary-text)}.xorder .of-stat-value--total{font-size:16.5px;font-weight:800;color:var(--primary-text);letter-spacing:-.3px}.xorder .form-group{margin-bottom:14px}.xorder .form-group.is-ident{margin-bottom:13px}.xorder .form-group label{display:block;font-size:12.5px;font-weight:600;color:var(--text);margin-bottom:6px}.xorder .form-group label .is-required{color:#f87171}.xorder .form-loading{display:flex;align-items:center;gap:8px;padding:8px 0 14px;color:var(--xo-muted);font-size:13px}.xorder .input-icon-wrap{position:relative;display:flex;align-items:center}.xorder .select-wrap select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:34px!important;cursor:pointer}.xorder .select-chevron-icon{position:absolute;right:12px;color:var(--xo-muted);font-size:13px;pointer-events:none}.xorder .textarea-wrap{display:block}.xorder .textarea-wrap textarea{padding:10px 12px;resize:vertical;min-height:56px;display:block;margin:0}.xorder .input-icon-wrap input{display:block;margin:0}.xorder .form-group input,.xorder .form-group select,.xorder .form-group textarea{width:100%;box-sizing:border-box;padding:9.5px 12px;background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;color:var(--text);font-size:13.5px;font-weight:600;font-family:inherit;outline:none;box-shadow:none;transition:border-color .2s,box-shadow .2s,background-color .28s ease}.xorder .form-group input:focus,.xorder .form-group select:focus,.xorder .form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.xorder .form-group input::-moz-placeholder,.xorder .form-group textarea::-moz-placeholder{color:var(--xo-muted);opacity:.42;font-weight:400}.xorder .form-group input::placeholder,.xorder .form-group textarea::placeholder{color:var(--xo-muted);opacity:.42;font-weight:400}.xorder .imei-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.xorder .imei-header-row label{margin:0!important;min-width:0}.xorder .imei-type-toggle{display:inline-flex;flex-shrink:0;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;padding:3px;gap:2px}.xorder .imei-type-toggle.is-hidden{visibility:hidden}.xorder .imei-toggle-btn{border:none;background:transparent;color:var(--xo-muted);font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:4px;cursor:pointer;font-family:inherit;transition:all .2s ease}.xorder .imei-toggle-btn.active{background:var(--primary);color:#fff;box-shadow:0 1px 3px #00000026}.xorder .bulk-count-badge{position:absolute;right:22px;bottom:6px;font-size:10px;font-weight:600;color:var(--primary-text);background:color-mix(in srgb,var(--primary) 14%,var(--card-bg));padding:2px 6px;border-radius:4px;pointer-events:none}.xorder .form-group textarea.bulk-input{resize:vertical!important;font-size:11.5px!important;line-height:1.35!important}.xorder .form-group textarea.bulk-input::-moz-placeholder{font-size:10.5px!important;line-height:1.35!important;opacity:.55!important}.xorder .form-group textarea.bulk-input::placeholder{font-size:10.5px!important;line-height:1.35!important;opacity:.55!important}.xorder .textarea-resize-icon{position:absolute;right:4px;bottom:4px;width:12px;height:12px;pointer-events:none;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end;opacity:.65}.xorder .textarea-resize-icon svg{width:10px;height:10px;stroke:var(--xo-muted)}.xorder .qty-label{display:flex!important;align-items:center;gap:6px}.xorder .qty-control-wrap{display:flex;align-items:center;background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.xorder .qty-control-wrap:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.xorder .qty-btn{border:none;background:transparent;color:var(--text);width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;transition:background-color .2s,color .2s}.xorder .qty-btn:hover{background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary-text)}.xorder .qty-btn-minus{border-right:1px solid var(--card-border)}.xorder .qty-btn-plus{border-left:1px solid var(--card-border)}.xorder .form-group .qty-control-wrap input{flex:1;border:none!important;background:transparent!important;text-align:center;font-weight:700;font-size:15px;padding:0 8px!important;box-shadow:none!important;-moz-appearance:textfield}.xorder .qty-control-wrap input::-webkit-outer-spin-button,.xorder .qty-control-wrap input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.xorder .qty-helper-text{font-size:11px;color:var(--xo-muted);font-weight:500}.xorder .of-notice{display:flex;align-items:flex-start;gap:9px;margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:11.5px;line-height:1.45}.xorder .of-notice i{font-size:16px;flex-shrink:0;margin-top:1px}.xorder .of-notice strong{display:block;font-size:12px;font-weight:700;margin-bottom:2px}.xorder .of-notice.is-error{color:#fca5a5;background:#ef444414;border:1px solid rgba(239,68,68,.25)}.xorder .of-notice.is-balance{color:#fbbf24;background:#f59e0b14;border:1px solid rgba(245,158,11,.25)}html[data-mode=light] .xorder .of-notice.is-error{color:#b91c1c}html[data-mode=light] .xorder .of-notice.is-balance{color:#b45309}.xorder .of-terms{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:12px;color:var(--xo-muted);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xorder .of-terms input{width:15px;height:15px;margin:0;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.xorder .of-terms-link{padding:0;border:0;background:transparent;color:var(--primary-text);font:inherit;font-weight:600;cursor:pointer}.xorder .of-terms-link:hover{text-decoration:underline;text-underline-offset:3px}.xorder .btn-submit-order{width:100%;padding:12px 16px;background:var(--primary);border:none;border-radius:8px;color:#fff;font-size:14.5px;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:42px;box-shadow:0 4px 14px color-mix(in srgb,var(--primary) 30%,transparent);transition:background-color .2s ease,box-shadow .2s ease,opacity .2s ease}.xorder .btn-submit-order:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 82%,#000);box-shadow:0 4px 14px color-mix(in srgb,var(--primary) 20%,transparent)}.xorder .btn-submit-order:active:not(:disabled){background:color-mix(in srgb,var(--primary) 75%,#000)}.xorder .btn-submit-order:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.xorder .btn-submit-order i{font-size:15px;transition:transform .2s ease}.xorder .btn-submit-order:hover:not(:disabled) i.ti-arrow-right{transform:translate(4px)}.xorder .order-desc-widget{margin:36px -20px -18px;padding:28px 20px 18px;border-top:1px solid var(--card-border);flex:1;display:flex;flex-direction:column;min-height:0}.xorder .desc-slider-split{display:grid;grid-template-columns:297px 1fr;gap:16px;align-items:stretch;flex:1;min-height:297px}.xorder .desc-slider-container{position:relative;width:297px;height:297px;border-radius:12px;overflow:hidden;background:var(--input-bg);border:1px solid var(--card-border);box-shadow:0 4px 14px #0000001f;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;align-self:flex-start}.xorder .desc-slider-empty{display:grid;place-items:center;width:100%;height:100%}.xorder .desc-slider-empty svg{width:48px;height:48px;stroke:var(--xo-muted);opacity:.6}.xorder .desc-slider-track{display:flex;width:100%;height:100%;transition:transform .45s cubic-bezier(.25,1,.5,1)}.xorder .desc-slide{min-width:100%;height:100%;position:relative;cursor:pointer}.xorder .desc-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .4s ease}.xorder .desc-slide:hover img{transform:scale(1.05)}.xorder .desc-gallery-badge{position:absolute;bottom:8px;left:8px;max-width:calc(100% - 90px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:700;padding:3px 7px;border-radius:5px;background:#0f172ae0;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.2px;z-index:2}.xorder .desc-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;z-index:3}.xorder .desc-gallery-overlay i{color:#fff;font-size:22px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.6))}.xorder .desc-slide:hover .desc-gallery-overlay{opacity:1}.xorder .slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;background:#0f172acc;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:13px;display:grid;place-items:center;cursor:pointer;z-index:4;opacity:.8;transition:all .2s ease;padding:0}.xorder .slider-arrow:hover{opacity:1;background:var(--primary);border-color:var(--primary);transform:translateY(-50%) scale(1.1)}.xorder .slider-prev{left:6px}.xorder .slider-next{right:6px}.xorder .slider-dots{position:absolute;bottom:8px;right:8px;display:flex;gap:4px;z-index:4;background:#0f172aa6;padding:3px 6px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.xorder .slider-dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#ffffff73;cursor:pointer;transition:all .25s ease}.xorder .slider-dot.active{width:15px;border-radius:4px;background:var(--primary)}.xorder .desc-content-panel{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;justify-content:space-between}.xorder .desc-scroll-body{flex:1;min-height:0;overflow-y:auto;padding-right:6px;margin-bottom:6px;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}.xorder .desc-scroll-body::-webkit-scrollbar{width:5px}.xorder .desc-scroll-body::-webkit-scrollbar-track{background:transparent}.xorder .desc-scroll-body::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:4px}.xorder .desc-scroll-body::-webkit-scrollbar-thumb:hover{background:var(--primary)}.xorder .desc-section-header{margin:14px 0 9px;width:100%}.xorder .desc-section-header:first-child{margin-top:0;margin-bottom:8px}.xorder .desc-section-header.is-links{margin-top:auto;margin-bottom:9px}.xorder .desc-section-title{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:6px}.xorder .desc-section-title i{font-size:13px;color:var(--primary-text)}.xorder .desc-section-line{width:100%;height:1px;background:var(--card-border)}.xorder .desc-summary{font-size:12px;line-height:1.5;color:var(--xo-muted);margin:0 0 10px;word-break:break-word}.xorder .desc-summary p,.xorder .desc-summary ul,.xorder .desc-summary ol{margin:0 0 6px}.xorder .desc-summary ul,.xorder .desc-summary ol{padding-left:18px}.xorder .desc-summary ul{list-style:disc}.xorder .desc-summary ol{list-style:decimal}.xorder .desc-summary h5,.xorder .desc-summary .desc-block-title{margin:8px 0 4px;font-size:12px;font-weight:700;color:var(--text)}.xorder .desc-summary a{color:var(--primary-text)}.xorder .desc-features-pills{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin:0 0 14px}.xorder .desc-feature-pill{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--text);background:color-mix(in srgb,var(--primary) 8%,var(--card-bg));border:1px solid color-mix(in srgb,var(--primary) 18%,var(--card-border));padding:6px 9px;border-radius:6px;box-sizing:border-box;width:100%;min-width:0;line-height:1.25}.xorder .desc-feature-pill span{font-weight:500;word-break:break-word}.xorder .desc-feature-pill i{color:var(--primary-text);font-size:13px;flex-shrink:0}.xorder .desc-link-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.xorder .desc-link-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 6px;font-size:11px;font-weight:600;color:var(--text);background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;cursor:pointer;text-align:center}.xorder .desc-link-btn i{font-size:13px;color:var(--primary-text);transition:transform .2s ease;flex-shrink:0}.xorder .desc-link-btn:hover{background:color-mix(in srgb,var(--primary) 12%,var(--card-bg));border-color:color-mix(in srgb,var(--primary) 45%,var(--card-border));color:var(--primary-text);transform:translateY(-1px);box-shadow:0 4px 10px #00000014}.xorder .desc-link-btn:hover i{transform:scale(1.15)}.xorder .of-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:260px;padding:24px;text-align:center;color:var(--xo-muted);font-size:13px}.xorder .of-empty i{font-size:32px;color:var(--primary-text)}.xorder .of-empty h3{margin:0;font-size:16px;font-weight:700;color:var(--text)}@media (max-width: 768px){.xorder .service-item-row{padding-left:10px!important;padding-right:10px!important}.xorder .service-row-title{font-size:13px!important;font-weight:500!important}.xorder .svc-price{font-size:12.5px!important}}@media (max-width: 720px){.xorder .order-card.order-form-panel{display:block;height:auto}.xorder .order-desc-widget{margin-bottom:0;padding-bottom:0;padding-right:20px;flex:none}.xorder .desc-slider-split{grid-template-columns:1fr;height:auto;min-height:auto;flex:none}.xorder .desc-slider-container{width:100%;max-width:297px;height:297px;margin:0 auto}.xorder .desc-content-panel{min-height:auto;height:auto}.xorder .desc-scroll-body{max-height:240px;margin-right:0;padding-right:6px;flex:none}}.xorder.img-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0b12209e;z-index:2147483100}.xorder.xorder-dialog{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2147483200}.xorder .modal-box{position:relative;width:min(440px,calc(100% - 56px));max-height:calc(100dvh - 96px);overflow-y:auto;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:28px;box-sizing:content-box;text-align:center;box-shadow:0 20px 50px #00000080;animation:xorderPopupScaleIn .22s cubic-bezier(.16,1,.3,1)}.xorder .modal-box.is-wide{width:min(520px,calc(100% - 56px));text-align:left}.xorder .modal-summary{margin:16px 0;font-size:16px;line-height:1.5;color:var(--text);word-break:break-word}.xorder .modal-summary strong{font-weight:700}.xorder .modal-summary strong.is-total{color:var(--primary-text)}.xorder .modal-summary code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.xorder .modal-box.is-success .btn-submit-order{margin-bottom:42px}.xorder .modal-icon{width:60px;height:60px;margin:0 auto 16px;border-radius:50%;background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary-text);display:grid;place-items:center;font-size:32px}.xorder .modal-box h3{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--text)}.xorder .modal-box.is-wide h3{text-align:center}.xorder .modal-box>p{margin:0 0 18px;font-size:13px;color:var(--xo-muted);text-align:center}.xorder .modal-box .btn-submit-order{margin-bottom:0}.xorder .modal-actions{display:flex;gap:10px}.xorder .modal-actions>button{flex:1}.xorder .btn-modal-cancel{padding:12px 16px;border-radius:8px;border:1px solid var(--card-border);background:var(--input-bg);color:var(--text);font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .2s ease}.xorder .btn-modal-cancel:hover:not(:disabled){border-color:var(--primary)}.xorder .pin-input{width:100%;box-sizing:border-box;margin:0 0 16px;padding:12px;text-align:center;letter-spacing:.6em;font-size:20px;font-weight:700;background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;color:var(--text);outline:none}.xorder .pin-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.xorder .modal-box .of-notice{text-align:left}.xorder .terms-list{list-style:none;margin:0 0 18px;padding:0;display:flex;flex-direction:column;gap:8px}.xorder .terms-list li{display:flex;align-items:flex-start;gap:9px;padding:9px 11px;background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;font-size:12.5px;line-height:1.5;color:var(--text)}.xorder .terms-list li i{font-size:15px;color:var(--primary-text);flex-shrink:0;margin-top:1px}@media (max-width: 768px){.xorder .order-workspace:is(.style-1,.style-2,.style-3) .order-form-wrapper{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#000000bf!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;padding:10px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .order-card.order-form-panel{position:relative!important;top:auto!important;width:100%!important;max-width:480px!important;max-height:98vh!important;max-height:calc(100dvh - 20px)!important;min-height:auto!important;height:auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;margin:auto!important;padding:0!important;border-radius:10px!important;box-shadow:0 20px 50px #000000b3!important;border:1px solid var(--card-border)!important;animation:xorderPopupScaleIn .22s cubic-bezier(.16,1,.3,1)!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) #placeOrderForm{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:0!important;width:100%!important;flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:thin!important;scrollbar-color:color-mix(in srgb,var(--primary) 50%,#888) transparent!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) #placeOrderForm::-webkit-scrollbar{width:4px!important;display:block!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) #placeOrderForm::-webkit-scrollbar-track{background:transparent!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) #placeOrderForm::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--primary) 50%,#888)!important;border-radius:999px!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .of-selected-header{padding:14px 48px 14px 14px!important;margin-bottom:6px!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .order-form-fields{padding:10px 14px 0!important;display:block!important;width:100%!important;box-sizing:border-box!important;overflow:visible!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .btn-submit-order{margin-bottom:0!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .order-desc-widget,.xorder .order-workspace:is(.style-1,.style-2,.style-3) #placeOrderForm>.order-desc-widget{border-top:none!important;border-left:none!important;position:relative!important;grid-column:auto!important;grid-row:auto!important;margin:0!important;padding:0 14px 16px!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;flex:none!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .order-desc-widget:before{content:""!important;display:block!important;width:100%!important;height:1px!important;background:var(--card-border)!important;margin:0 auto 12px!important;opacity:.8!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-slider-split{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;gap:14px!important;box-sizing:border-box!important;padding:0!important;margin:0!important;min-height:0!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-slider-container{width:100%!important;max-width:100%!important;height:135px!important;margin:0!important;box-sizing:border-box!important;border-radius:10px!important;overflow:hidden!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-slide{min-width:100%!important;width:100%!important;flex:0 0 100%!important;height:100%!important;box-sizing:border-box!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-slide img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:10px!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-content-panel,.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-scroll-body,.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-features-pills{gap:5px!important;margin-bottom:8px!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-feature-pill{padding:4px 7px!important;font-size:9.5px!important;gap:5px!important;border-radius:5px!important;line-height:1.2!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .desc-feature-pill i{font-size:11px!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3) .of-title{font-size:14px!important;font-weight:600!important}.xorder .order-page-shell{padding:10px!important;margin:0!important;width:100%!important;box-sizing:border-box!important}.xorder .order-header-bar{display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding:10px!important;margin-bottom:10px!important;width:100%!important;box-sizing:border-box!important;box-shadow:none!important}.xorder .order-cat-boxes{display:flex!important;flex-wrap:nowrap!important;flex:1 1 100%!important;width:100%!important;max-width:100%!important;gap:5px!important}.xorder .order-cat-box{flex:1 1 0!important;min-width:0!important;width:auto!important;height:33px!important;padding:3px 5px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:4px!important;box-sizing:border-box!important}.xorder .order-cat-box .order-cat-icon{font-size:12px!important;margin:0!important;flex-shrink:0!important}.xorder .order-cat-box .order-cat-title{font-size:10px!important;line-height:1!important;margin:0!important;white-space:nowrap!important}.xorder .order-group-dropdown{flex:1 1 calc(32% - 4px)!important;min-width:0!important;width:auto!important;margin:0!important}.xorder .order-group-trigger{width:100%!important;height:33px!important;padding:0 5px!important;box-sizing:border-box!important;font-size:10.5px!important}.xorder .order-group-trigger-label{font-size:10.5px!important}.xorder .order-search-bar-unified{flex:1 1 calc(68% - 4px)!important;min-width:0!important;width:auto!important;height:33px!important;margin:0!important}.xorder .order-search-icon-box{width:32px!important}.xorder .order-search-input-field{font-size:11px!important}.xorder .order-search-paste-btn,.xorder .order-layout-switcher{display:none!important}.xorder .order-workspace:is(.style-1,.style-2,.style-3)>.order-card:first-child{padding:0!important;background:transparent!important;border:none!important;box-shadow:none!important;margin:0!important;width:100%!important}.xorder .group-box-card{margin-bottom:8px!important;width:100%!important;box-sizing:border-box!important}.xorder .group-box-header{padding:7px 10px!important}.xorder .group-box-body{padding:8px!important;box-sizing:border-box!important}.xorder .service-item-row{padding:6px 10px!important;min-height:64px!important;height:auto!important;box-sizing:border-box!important;align-items:center!important}.xorder .service-mini-icon{width:32px!important;height:32px!important;border-radius:7px!important}.xorder .service-row-title{font-size:12.5px!important;font-weight:400!important;margin:0!important;display:block!important;min-height:0!important}.xorder .service-row-meta{margin-top:3px!important}.xorder .svc-price{font-size:12.5px!important}.xorder .svc-time,.xorder .svc-new{font-size:10px!important;font-weight:400!important}.xorder .group-box-title{gap:9px!important;font-size:13px!important;font-weight:600!important}}@media (prefers-reduced-motion: reduce){.xorder .desc-slider-track,.xorder .service-item-row,.xorder .service-row-arrow,.xorder .desc-slide img{transition:none!important}.xorder .order-form-panel,.xorder .modal-box{animation:none!important}}.xorder .desc-empty-badge-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:auto;padding:40px 20px;border:none;background:transparent;box-shadow:none;max-width:480px;width:100%;box-sizing:border-box;animation:xorderPopupScaleIn .25s cubic-bezier(.16,1,.3,1)}.xorder .desc-empty-icon-box{width:52px;height:52px;border-radius:14px;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary-text);display:grid;place-items:center;margin-bottom:12px;border:none}.xorder .desc-empty-icon-box i{color:var(--primary-text);font-size:24px}.xorder .desc-empty-kicker{font-size:10px;font-weight:700;letter-spacing:1.2px;color:var(--xo-muted);text-transform:uppercase;margin-bottom:8px;opacity:.85}.xorder .desc-empty-title{font-size:16px;font-weight:700;color:var(--text);line-height:1.45;margin:0 0 16px;letter-spacing:-.2px;max-width:435px;width:100%}.xorder .desc-empty-stats-row{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}.xorder .desc-empty-stat-pill,.xorder .desc-empty-trust-row{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--text);background:#ffffff12;border:none;padding:6px 14px;border-radius:8px;line-height:1}html[data-mode=light] .xorder .desc-empty-stat-pill,html[data-mode=light] .xorder .desc-empty-trust-row{background:#0000000d}.xorder .desc-empty-stat-pill i,.xorder .desc-empty-trust-row i{font-size:13px;color:var(--xo-muted)}.xorder .desc-slider-split.only-pic-mode .desc-content-panel{display:none}.xorder .desc-slider-split.only-pic-mode .desc-slider-container{width:100%;flex:1 1 auto}@media (min-width: 769px){.xorder .order-workspace.style-3 .order-card.order-form-panel>#placeOrderForm{flex:1 0 auto;display:flex;flex-direction:column}.xorder .order-workspace.style-3 .order-card.order-form-panel>#placeOrderForm>.order-desc-widget{margin-top:0;padding-bottom:28px}}.xorder{line-height:normal}.xorder .service-item-row{min-height:0;padding:8px 10px;border-radius:7px}.xorder .service-mini-icon{width:36px;height:36px;border-radius:8px}.xorder .service-info-left{gap:10px}.xorder .service-row-title{font-size:13px;line-height:1.3}.xorder .service-row-meta{gap:6px}.xorder .svc-price{font-size:12px;font-weight:700;line-height:12px}.xorder .service-row-arrow{display:none}@media (min-width: 769px){.xorder .order-workspace.style-3 .of-selected-header{margin-left:-20px;margin-right:-20px;padding:0 20px 16px}}.xorder .form-group input{line-height:normal}.xorder .imei-toggle-btn{line-height:12px}.xorder .svc-price,.xorder .svc-time,.xorder .svc-new{height:18px}.xorder .service-item-row.selected{border-color:color-mix(in srgb,var(--primary) 45%,transparent)}.xorder .service-item-row.selected .svc-price{color:var(--primary-text, var(--primary))}.xorder .oh-page-btn{background:var(--input-bg, #f8fafc);border:1px solid var(--card-border, #e2e8f0);color:var(--text, #1e293b);width:28px;height:28px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;transition:all .15s ease;padding:0;font-weight:500}.xorder .oh-page-btn:hover:not(:disabled):not(.active){border-color:var(--primary, #3b82f6);color:var(--primary, #3b82f6)}.xorder .oh-page-btn.active{background:#0f172a;border-color:#0f172a;color:#fff;font-weight:700;cursor:default}[data-mode=dark] .oh-page-btn.active{background:#fff;border-color:#fff;color:#0f172a}.xorder .oh-page-btn:disabled{opacity:.35;cursor:not-allowed}.xorder .oh-page-ellipsis{color:var(--text-muted);width:18px;text-align:center;font-size:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xorder .oh-auto-refresh{position:relative;display:inline-flex;flex:0 0 auto;height:42px;z-index:1200}.xorder .oh-auto-refresh-control{display:inline-flex;height:100%;overflow:hidden;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;box-sizing:border-box}.xorder .oh-auto-refresh-control:focus-within{border-color:var(--primary)}.xorder .oh-refresh-now-btn,.xorder .oh-refresh-menu-btn{height:100%;padding:0;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);font-family:inherit;cursor:pointer;transition:color .18s ease,background-color .18s ease}.xorder .oh-refresh-now-btn{gap:7px;width:96px;min-width:96px;flex:0 0 96px;padding:0 13px;box-sizing:border-box;font-size:12px;font-weight:700}.xorder .oh-refresh-menu-btn{width:34px;border-left:1px solid color-mix(in srgb,var(--primary) 24%,transparent);color:var(--primary);font-size:13px}.xorder .oh-refresh-now-btn:hover,.xorder .oh-refresh-menu-btn:hover,.xorder .oh-auto-refresh.is-active .oh-refresh-now-btn{color:var(--primary);background:rgba(var(--primary-rgb),.08)}.xorder .oh-refresh-now-btn.is-refreshing i{animation:ohHeaderRefreshSpin .7s linear infinite}.xorder .oh-auto-refresh.open .oh-refresh-menu-btn i{transform:rotate(180deg)}.xorder .oh-refresh-menu-btn i{transition:transform .18s ease}.xorder .oh-refresh-menu{position:absolute;top:calc(100% + 6px);right:0;width:150px;padding:5px;display:none;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;box-shadow:0 14px 34px #0000003d;box-sizing:border-box}.xorder .oh-auto-refresh.open .oh-refresh-menu{display:block}.xorder .oh-refresh-option{width:100%;min-height:32px;padding:6px 9px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:none;border-radius:5px;color:var(--text);font-family:inherit;font-size:11.5px;font-weight:500;text-align:left;cursor:pointer;transition:color .16s ease,background-color .16s ease}.xorder .oh-refresh-option:hover{color:var(--primary);background:rgba(var(--primary-rgb),.08)}.xorder .oh-refresh-option.active{color:var(--text);background:rgba(var(--primary-rgb),.12);font-weight:700}.xorder .oh-refresh-option .ti-check{display:none;color:var(--primary);font-size:14px}.xorder .oh-refresh-option.active .ti-check{display:inline-block}.xorder .oh-panel{width:100%;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;position:relative;box-sizing:border-box;margin-top:4px;box-shadow:0 4px 20px #00000026;overflow:hidden}.xorder .oh-stats-row{display:none!important}.xorder .oh-stat-card{background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between}.xorder .oh-stat-info{display:flex;flex-direction:column}.xorder .oh-stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);font-weight:600}.xorder .oh-stat-val{font-size:20px;font-weight:700;color:var(--text);margin-top:2px}.xorder .oh-stat-icon{font-size:22px;opacity:.85}.xorder .oh-filter-bar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 16px;border-bottom:1px solid var(--card-border)}.xorder .oh-status-tabs{display:flex;align-items:center;gap:6px;overflow-x:auto}.xorder .oh-status-tab{background:transparent;border:1px solid var(--card-border);color:var(--text-muted);padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.xorder .oh-status-tab:hover{color:var(--text);border-color:#ffffff40}.xorder .oh-status-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}.xorder .oh-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;overflow:hidden}.xorder .oh-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.xorder .oh-table th{background:#00000040;color:var(--text);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;border-bottom:1px solid var(--card-border);white-space:nowrap}.xorder .oh-table th:first-child{border-top-left-radius:9px}.xorder .oh-table th:last-child{border-top-right-radius:9px}.xorder .oh-table td{padding:10px 14px;border-bottom:1px solid var(--card-border);vertical-align:middle;color:var(--text)}.xorder .oh-table th:first-child,.xorder .oh-table td:first-child{padding-left:14px}.xorder .oh-table th:last-child,.xorder .oh-table td:last-child{padding-right:14px}.xorder .oh-table tbody tr:last-child td{border-bottom:none}.xorder .oh-table tbody tr:last-child td:first-child{border-bottom-left-radius:9px}.xorder .oh-table tbody tr:last-child td:last-child{border-bottom-right-radius:9px}.xorder .oh-table tbody tr:hover{background:#ffffff05}.xorder .oh-detail-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:999999;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;opacity:0;pointer-events:none;transition:opacity .22s cubic-bezier(.16,1,.3,1)}.xorder .oh-detail-modal.active{display:flex;opacity:1;pointer-events:auto;animation:orderBackdropFadeIn .24s cubic-bezier(.16,1,.3,1)!important}.xorder .oh-detail-modal.closing{opacity:0!important;pointer-events:none!important;transition:opacity .2s cubic-bezier(.4,0,.2,1)!important}.xorder .oh-detail-box{width:min(780px,100%);max-height:90vh;background:var(--card-bg, #111827);border:1px solid var(--card-border, rgba(255, 255, 255, .12));border-radius:14px;box-shadow:0 25px 65px #0000008c;overflow:hidden;display:flex;flex-direction:column;transform:scale(.94) translateY(16px);opacity:0;transform-origin:center center;transition:transform .28s cubic-bezier(.16,1,.3,1),opacity .28s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.xorder .oh-detail-modal.active .oh-detail-box{transform:scale(1) translateY(0);opacity:1}.xorder .oh-detail-modal.closing .oh-detail-box{transform:scale(.96) translateY(8px)!important;opacity:0!important;transition:transform .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)!important}.xorder .oh-detail-header{background:#1e293b;padding:10px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.xorder .oh-detail-id-wrap{display:flex;flex-direction:column;gap:2px}.xorder .oh-detail-id-label{font-size:10px;font-weight:800;letter-spacing:.8px;color:#94a3b8;text-transform:uppercase}.xorder .oh-detail-id-text{margin:0;font-size:22px;font-weight:800;color:#fff;font-family:Rajdhani,sans-serif;letter-spacing:.5px}.xorder .oh-detail-close-btn{width:32px;height:32px;border-radius:6px;background:transparent;border:none;color:#ffffffd9;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.xorder .oh-detail-close-btn:hover{color:#fff;background:#fff3}.xorder .oh-detail-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.xorder .oh-detail-card{background:var(--input-bg, rgba(255, 255, 255, .02));border:1px solid var(--card-border, rgba(255, 255, 255, .1));border-radius:10px;padding:16px;box-sizing:border-box}.xorder .oh-detail-service-card{display:flex;align-items:center;gap:14px;background:rgba(var(--primary-rgb),.05);border-color:rgba(var(--primary-rgb),.2)}.xorder .oh-detail-service-icon{width:44px;height:44px;border-radius:8px;background:#10b98126;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.xorder .oh-detail-service-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.xorder .oh-detail-service-title{margin:0;font-size:16px;font-weight:700;color:var(--text, #f8fafc);line-height:1.35;word-break:break-word}.xorder .oh-detail-service-badge{font-size:10.5px;font-weight:700;color:var(--primary, #3b82f6);background:rgba(var(--primary-rgb),.12);padding:2px 7px;border-radius:4px;width:-moz-fit-content;width:fit-content;font-family:monospace}.xorder .oh-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width: 640px){.xorder .oh-detail-grid{grid-template-columns:1fr}.xorder .oh-pagination-bar{padding:8px 10px!important;gap:6px 8px!important}}.xorder .oh-detail-card-head{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.6px;color:var(--text-muted, #94a3b8);margin-bottom:12px;text-transform:uppercase}.xorder .oh-detail-card-head i{font-size:14px;color:var(--primary)}.xorder .oh-detail-card-body{display:flex;flex-direction:column;gap:10px}.xorder .oh-detail-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--card-border, rgba(255, 255, 255, .06));font-size:12.5px}.xorder .oh-detail-label{color:var(--text-muted, #94a3b8);font-weight:500;white-space:nowrap}.xorder .oh-detail-val{color:var(--text, #f1f5f9);font-weight:600;word-break:break-all;text-align:right}.xorder .oh-detail-val a{color:#3b82f6;text-decoration:underline}.xorder .oh-detail-reply-card{background:var(--card-bg, #0f172a)}.xorder .oh-detail-copy-reply-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;background:#10b9811f;border:1px solid rgba(16,185,129,.3);color:#10b981;font-size:11.5px;font-weight:700;cursor:pointer;transition:all .2s ease}.xorder .oh-detail-copy-reply-btn:hover{background:#10b981;color:#fff}.xorder .oh-detail-reply-body{padding:16px;border-radius:8px;background:#ffffff0a;border:1px solid var(--card-border, rgba(255, 255, 255, .08));font-size:13.5px;font-weight:600;color:var(--text, #f8fafc);line-height:1.5;text-align:center;word-break:break-word;font-family:Rajdhani,monospace;letter-spacing:.3px}.xorder .oh-table-row{cursor:pointer;transition:background .18s ease}.xorder .oh-table-row:hover{background:rgba(var(--primary-rgb),.06)!important}.xorder .oh-badge{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:92px;min-width:92px;height:24px;box-sizing:border-box;padding:0 4px;border-radius:5px;font-size:11px;font-weight:700;letter-spacing:.2px;white-space:nowrap}.xorder .oh-badge i{font-size:14px;line-height:1;flex-shrink:0}.xorder .oh-badge--success i{font-size:15px}.xorder .oh-badge--success{background:#1bb978;color:#fff;border:1px solid #1bb978}.xorder .oh-badge--rejected{background:#dc2626;color:#fff;border:1px solid #dc2626}.xorder .oh-badge--process{background:#f59e0b;color:#fff;border:1px solid #f59e0b}.xorder .oh-badge--waiting{background:#8b5cf6;color:#fff;border:1px solid #8b5cf6}.xorder .oh-id{display:inline-flex;align-items:center;font-family:Rajdhani,monospace;font-weight:700;font-size:14px;color:var(--text-muted);cursor:pointer;transition:color .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xorder .oh-id:hover,.xorder .oh-id.is-copied,.xorder .oh-detail-id-text:hover,.xorder .oh-detail-id-text.is-copied{color:var(--theme-accent, var(--primary))}.xorder .oh-id-prefix,.xorder .oh-id-check{width:14px;min-width:14px;display:inline-flex;align-items:center;justify-content:center;text-align:center;margin-right:2px;box-sizing:border-box}.xorder .oh-id-check{display:none;font-size:12px}.xorder .oh-id.is-copied .oh-id-prefix,.xorder .oh-detail-id-text.is-copied .oh-id-prefix{display:none}.xorder .oh-id.is-copied .oh-id-check,.xorder .oh-detail-id-text.is-copied .oh-id-check{display:inline-flex}.xorder .oh-table th:nth-child(1),.xorder .oh-table td:nth-child(1){width:1%;white-space:nowrap}.xorder .oh-table th:nth-child(2),.xorder .oh-table td:nth-child(2){width:1%;white-space:nowrap}.xorder .oh-table th:nth-child(4),.xorder .oh-table td:nth-child(4){width:1%;white-space:nowrap;padding-left:16px}.xorder .oh-table th:nth-child(5),.xorder .oh-table td:nth-child(5){width:1%;white-space:nowrap;padding-left:16px}.xorder .oh-table th:nth-child(6),.xorder .oh-table td:nth-child(6){min-width:220px;width:25%;padding-left:16px}.xorder .oh-custom-dropdown{position:relative;display:inline-block}.xorder .oh-dropdown-btn{background:var(--input-bg, #ffffff);border:1px solid var(--card-border, #d8dee6);color:var(--text, #0f172a);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;height:26px;box-sizing:border-box;padding:0 8px;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;gap:5px;transition:all .18s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.xorder .oh-dropdown-btn:hover,.xorder .oh-custom-dropdown.open .oh-dropdown-btn{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.12)}.xorder .oh-dropdown-arrow{font-size:10px;flex-shrink:0;transition:transform .2s ease}.xorder .oh-custom-dropdown.open .oh-dropdown-arrow{transform:rotate(180deg)}.xorder .oh-dropdown-menu{position:fixed;min-width:124px;display:flex;flex-direction:column;gap:3px;background:var(--card-bg, #ffffff);border:1px solid var(--card-border, #d8dee6);border-radius:8px;box-shadow:0 10px 25px #0000002e;padding:5px;z-index:999999;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.xorder .oh-custom-dropdown.open .oh-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.xorder .oh-dropdown-item{display:flex;align-items:center;gap:8px;padding:6px 9px;font-size:12px;font-weight:600;color:var(--text, #0f172a);border-radius:5px;cursor:pointer;transition:background .15s ease,color .15s ease;text-transform:capitalize;white-space:nowrap}.xorder .oh-dropdown-item i{font-size:14px;flex-shrink:0}.xorder .oh-dropdown-item:hover{background:rgba(var(--primary-rgb),.08);color:var(--primary)}.xorder .oh-dropdown-item.active{background:rgba(var(--primary-rgb),.14);color:var(--primary);font-weight:700}.xorder .oh-service-title{font-size:14px;font-weight:500;color:var(--text);line-height:1.35;margin-bottom:2px;max-width:650px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.xorder .oh-type-tag{display:none!important}.xorder .oh-imei-box{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;font-size:13px;font-weight:500;color:var(--text);line-height:1.35;max-width:280px}.xorder .oh-copy-btn{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:2px;font-size:13px;border-radius:4px;transition:color .15s ease}.xorder .oh-copy-btn:hover{color:var(--primary)}.xorder .oh-reply-box{width:100%;min-width:200px;box-sizing:border-box;font-size:12px;word-break:break-word;overflow-wrap:break-word;background:var(--input-bg);padding:4px 8px;border-radius:6px;border:1px solid var(--card-border);color:var(--text);min-height:38px;display:flex;align-items:center}.xorder .oh-reply-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;line-height:1.4;font-weight:500;flex:1;min-height:33.6px;display:-webkit-box}[data-mode=light] .oh-panel{background:#fff;border-color:#d8dee6;box-shadow:0 4px 16px #1e293b0a}[data-mode=light] .oh-status-tab{background:#fff;border-color:#d8dee6;color:#64748b}[data-mode=light] .oh-status-tab:hover{background:#f8fafc;border-color:#cbd5e1;color:#172033}[data-mode=light] .oh-status-tab.active{background:var(--primary);border-color:var(--primary);color:#fff}[data-mode=light] .oh-table th{background:#f8fafc;color:#334155;border-bottom-color:#d8dee6}[data-mode=light] .oh-table td{border-bottom-color:#e2e8f0;color:#172033}[data-mode=light] .oh-table tbody tr:hover{background:#f8fafc}[data-mode=light] .oh-imei-box{background:transparent;border:none;color:#172033}[data-mode=light] .oh-reply-box{background:#f8fafc;border-color:#d8dee6;color:#172033}.xorder .oh-price{font-weight:700;color:var(--text)}.xorder .oh-detail-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;z-index:100000;align-items:center;justify-content:center;padding:16px;opacity:0;transition:opacity .22s ease}.xorder .oh-detail-modal.active{display:flex;opacity:1}.xorder .oh-detail-box{width:100%;max-width:750px;height:auto;max-height:90vh;background:var(--card-bg, #111827);border:1px solid var(--card-border, #1f2937);border-radius:10px;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff0d;overflow:hidden;transform:scale(.95) translateY(10px);transition:transform .22s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.xorder .oh-detail-modal.active .oh-detail-box{transform:scale(1) translateY(0)}.xorder .oh-detail-header{background:var(--primary, #6d28d9);padding:10px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.18);color:#fff}.xorder .oh-detail-id-label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#ffffffd1;display:block;margin-bottom:2px}.xorder .oh-detail-id-text{display:inline-flex;align-items:center;font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0;color:#fff;line-height:1.1;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .18s ease}.xorder .oh-detail-close-btn{width:32px;height:32px;border-radius:6px;background:transparent;border:none;color:#ffffffd9;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:all .2s ease}.xorder .oh-detail-close-btn:hover{background:#fff3;color:#fff;transform:none}.xorder .oh-detail-body{padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.xorder .oh-detail-service-card{background:transparent!important;border:none!important;border-radius:0!important;padding:0 0 6px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;gap:16px!important;width:100%!important;box-shadow:none!important}.xorder .oh-detail-service-icon{width:42px;height:42px;border-radius:8px;background:var(--card-bg, #0f172a);border:1px solid var(--card-border, #334155);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.xorder .oh-detail-service-icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.xorder .oh-detail-service-icon .media-placeholder{width:24px;height:24px;color:var(--text-muted, #94a3b8);stroke-width:1.7}.xorder .oh-detail-service-info{display:flex;flex-direction:column;gap:4px}.xorder .oh-detail-service-title{margin:0;font-size:16px;font-weight:700;line-height:1.4;color:var(--text, #f8fafc)}.xorder .oh-detail-service-badge{display:none!important}.xorder .oh-detail-grid{display:grid;position:relative;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto 1fr;align-items:start;gap:0;box-sizing:border-box;flex-shrink:0;background:var(--input-bg, #10151b);border:1px solid var(--card-border, #252d36);border-radius:12px;overflow:hidden}.xorder .oh-detail-grid:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:1px;background:var(--card-border, #252d36)}@media (max-width: 620px){.xorder .oh-detail-grid{grid-template-columns:1fr;grid-template-rows:auto}.xorder .oh-detail-grid:before{display:none}.xorder .oh-detail-grid .oh-detail-amount-status-box,.xorder .oh-detail-grid .oh-detail-inputs-card,.xorder .oh-detail-grid .oh-detail-inputs-data-card,.xorder .oh-detail-grid .oh-detail-timeline-card{grid-column:1;grid-row:auto}}.xorder .oh-detail-card{background:transparent;border:none;border-radius:0;padding:20px 24px;display:flex;flex-direction:column;gap:14px}.xorder .oh-detail-inputs-card{grid-column:1;grid-row:1;flex-direction:row;align-items:center;justify-content:flex-start;gap:7px}.xorder .oh-detail-inputs-card,.xorder .oh-detail-amount-status-box{height:62px;min-height:62px;padding:10px 16px;background:transparent;border:none;border-bottom:1px solid var(--card-border, #252d36);border-radius:0;width:100%;box-sizing:border-box}.xorder .oh-detail-inputs-copy{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.xorder .oh-detail-inputs-kicker{display:flex;align-items:center;gap:7px}.xorder .oh-detail-inputs-label{color:var(--text-muted, #94a3b8);font-size:10px;font-weight:700;letter-spacing:.04em;line-height:1.2}.xorder .oh-detail-inputs-title{color:var(--text, #ffffff);font-size:18px;font-weight:700;letter-spacing:0;line-height:1.2}.xorder .oh-detail-inputs-icon{color:#ff4666;font-size:14px;line-height:1;flex-shrink:0}.xorder .oh-detail-inputs-data-card{grid-column:1;grid-row:2;padding-left:16px;padding-right:16px}.xorder .oh-detail-timeline-card{grid-column:2;grid-row:2;padding-left:16px;padding-right:16px}.xorder .oh-detail-inputs-data-card .oh-detail-row,.xorder .oh-detail-timeline-card .oh-detail-row{padding:8px 0;line-height:1.2}.xorder .oh-detail-inputs-data-card .oh-detail-row:first-child,.xorder .oh-detail-timeline-card .oh-detail-row:first-child{padding-top:0}.xorder .oh-detail-inputs-data-card .oh-detail-row:last-child,.xorder .oh-detail-timeline-card .oh-detail-row:last-child{padding-bottom:0}.xorder .oh-detail-inputs-data-card .oh-detail-label,.xorder .oh-detail-timeline-card .oh-detail-label{font-size:13.5px;line-height:1.2}.xorder .oh-detail-inputs-data-card .oh-detail-val,.xorder .oh-detail-timeline-card .oh-detail-val,.xorder .oh-detail-timeline-card .oh-detail-time-highlight{font-size:14px;line-height:1.2}.xorder .oh-detail-card-head{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted, #94a3b8);border-bottom:1px solid var(--card-border, #252d36);padding-bottom:10px}.xorder .oh-detail-card-head i{font-size:14px;color:var(--primary, #6d28d9)}.xorder .oh-detail-card-body{display:flex;flex-direction:column}.xorder .oh-detail-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--card-border, #252d36)}.xorder .oh-detail-row:last-child{border-bottom:none;padding-bottom:0}.xorder .oh-detail-row:first-child{padding-top:0}.xorder .oh-detail-label{font-size:13.5px;font-weight:500;color:var(--text-muted, #818b97);white-space:nowrap}.xorder .oh-detail-val{font-size:14px;font-weight:600;color:var(--text, #f8fafc);text-align:right;word-break:break-all}.xorder .oh-detail-price{font-size:15px;font-weight:800;color:var(--text, #ffffff)}.xorder .oh-detail-time-highlight{font-size:14px;font-weight:700;color:#10b981}.xorder .oh-detail-time-highlight.is-empty{color:var(--text, #f8fafc);font-weight:600}.xorder .oh-detail-copy-reply-btn{background:var(--card-bg, #0f172a);border:1px solid var(--card-border, #334155);color:var(--text, #f8fafc);padding:6px 14px;border-radius:7px;font-size:12.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .18s ease}.xorder .oh-detail-copy-reply-btn:hover{border-color:var(--primary, #6d28d9);color:var(--primary, #6d28d9);background:rgba(var(--primary-rgb),.1)}.xorder .oh-detail-amount-status-box{grid-column:2;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:10px 16px;background:transparent;border:none;border-bottom:1px solid var(--card-border, #252d36);border-radius:0;width:100%;box-sizing:border-box}[data-mode=light] .oh-detail-amount-status-box{background:transparent;border-color:#d8dee6}[data-mode=light] .oh-detail-inputs-card{border-bottom-color:#d8dee6}.xorder .oh-detail-amount-group{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.xorder .oh-detail-amount-group .oh-detail-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2;color:var(--text-muted, #94a3b8)}.xorder .oh-detail-price-row{display:flex;align-items:center;gap:6px}.xorder .oh-detail-amount-kicker{display:flex;align-items:center;gap:4px}.xorder .oh-detail-amount-group .oh-detail-price{font-size:18px;font-weight:700;line-height:1.2;text-align:left;word-break:normal;white-space:nowrap}.xorder .oh-detail-price-toggle{width:27px;height:27px;padding:0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:none;border-radius:7px;background:rgba(var(--primary-rgb),.035);color:var(--text-muted, #94a3b8);font-size:14px;line-height:1;cursor:pointer;box-shadow:0 1px 2px #0f172a0d,inset 0 1px #ffffff0d;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease}.xorder .oh-detail-price-toggle:hover{color:var(--primary);background:rgba(var(--primary-rgb),.1);box-shadow:0 3px 8px rgba(var(--primary-rgb),.12)}.xorder .oh-detail-price-toggle:focus-visible{outline:2px solid rgba(var(--primary-rgb),.34);outline-offset:2px}.xorder .oh-detail-price-toggle.is-hidden{color:var(--primary);background:rgba(var(--primary-rgb),.12);box-shadow:0 2px 7px rgba(var(--primary-rgb),.13)}.xorder .oh-detail-price.is-hidden{color:var(--text-muted, #94a3b8);letter-spacing:.08em}.xorder .oh-detail-status-group{flex:0 0 auto}.xorder .oh-detail-status-group .oh-badge{display:inline-flex;width:118px;min-width:118px;height:30px;min-height:30px;padding:0 6px;border-radius:5px;font-size:12px;font-weight:800;line-height:normal;letter-spacing:.2px;text-transform:none}.xorder .oh-detail-status-group .oh-badge i{display:inline-block;font-size:14px}.xorder .oh-detail-status-group .oh-badge--success i{font-size:15px}.xorder .oh-detail-status-group .oh-badge--success{background:#1bb978;border:1px solid #1bb978}.xorder .oh-detail-status-group .oh-badge--rejected{background:#dc2626;border:1px solid #dc2626}.xorder .oh-detail-status-group .oh-badge--waiting{background:#8b5cf6;border:1px solid #8b5cf6}.xorder .oh-detail-status-group .oh-badge--process{background:#f59e0b;border:1px solid #f59e0b}[data-mode=light] .oh-detail-amount-group .oh-detail-label{color:#7183a6}[data-mode=light] .oh-detail-amount-group .oh-detail-price{color:#172033}.xorder .oh-detail-reply-body{background:#00000040;border:1px solid var(--card-border, #334155);border-radius:10px;padding:16px 20px;text-align:center;font-family:var(--font-mono, ui-monospace, SFMono-Regular, Consolas, monospace);font-size:13.5px;font-weight:600;color:var(--text, #f8fafc);word-break:break-word;line-height:1.6;letter-spacing:.02em}.xorder .oh-table-row{cursor:pointer;transition:background .15s ease}.xorder .oh-table-row:hover{background:rgba(var(--primary-rgb),.05)!important}[data-mode=light] .oh-detail-box{background:#fff;border-color:#cbd5e1;box-shadow:0 25px 50px -12px #0f172a40}[data-mode=light] .oh-detail-grid{background:#f8fafc;border:1px solid #d8dee6}[data-mode=light] .oh-detail-card{background:transparent;border:none}[data-mode=light] .oh-detail-inputs-card,[data-mode=light] .oh-detail-amount-status-box{height:62px;min-height:62px;background:transparent;border:none;border-bottom:1px solid #d8dee6}[data-mode=light] .oh-detail-inputs-title{color:#172033}[data-mode=light] .oh-detail-inputs-label{color:#7183a6}[data-mode=light] .oh-detail-service-card{background:transparent!important;border:none!important}[data-mode=light] .oh-detail-reply-body{background:#e2e8f0;border-color:#cbd5e1;color:#0f172a}[data-mode=light] .oh-detail-card-head{border-bottom-color:#e2e8f0}.xorder .oh-detail-reply-card{padding:0;gap:0;overflow:hidden;background:var(--card-bg, #111827);border:1px solid var(--card-border, #2a3441);border-radius:10px}.xorder .oh-detail-reply-head{min-height:42px;padding:6px 12px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-sizing:border-box;border-bottom:1px solid var(--card-border, #2a3441);background:transparent}.xorder .oh-detail-reply-title{display:inline-flex;align-items:center;gap:7px;color:var(--text-muted, #94a3b8);font-size:11px;font-weight:800;letter-spacing:.05em}.xorder .oh-detail-reply-title i{color:#10a974;font-size:15px}.xorder .oh-detail-copy-reply-btn{min-width:72px;min-height:32px;padding:6px 11px;justify-content:center;background:transparent;border:1px solid color-mix(in srgb,var(--primary, #6d28d9) 62%,transparent);border-radius:5px;color:var(--primary, #6d28d9);font-size:12px;font-weight:800}.xorder .oh-detail-copy-reply-btn:hover{color:#fff;border-color:var(--primary-hover, #5b21b6);background:var(--primary-hover, #5b21b6)}.xorder .oh-detail-copy-reply-btn.is-live,.xorder .oh-detail-copy-reply-btn.is-live:hover{--reply-live-color: var(--primary, #6d28d9);min-width:66px;min-height:26px;padding:3px 8px;gap:4px;color:var(--reply-live-color);border-color:currentColor;background:color-mix(in srgb,var(--reply-live-color) 8%,transparent);font-size:11px;cursor:pointer;opacity:1}.xorder .oh-detail-copy-reply-btn.is-live.status-waiting,.xorder .oh-detail-copy-reply-btn.is-live.status-process{--reply-live-color: var(--primary, #6d28d9)}.xorder .oh-detail-copy-reply-btn.is-live.is-off,.xorder .oh-detail-copy-reply-btn.is-live.is-off:hover{color:var(--text-muted, #94a3b8);border-color:var(--card-border, #475569);background:transparent}.xorder .oh-detail-copy-reply-btn.is-off .oh-detail-live-dot{background:var(--text-muted, #64748b);color:var(--text-muted, #64748b)}.xorder .oh-detail-live-dot{position:relative;width:6px;height:6px;flex:0 0 6px;border-radius:50%;color:var(--reply-live-color, #31d07f);background:currentColor}.xorder .oh-detail-live-dot:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px solid currentColor;border-radius:50%;animation:ohReplyLivePulse 1.5s ease-out infinite}.xorder .oh-detail-copy-reply-btn.is-live:not(.is-off) .ti-wave-sine{font-size:13px;animation:ohReplyButtonBeat 1.25s ease-in-out infinite}.xorder .oh-detail-copy-reply-btn.is-off .oh-detail-live-dot:after{animation:none;opacity:0}.xorder .oh-detail-reply-body{min-height:122px;padding:24px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;background:color-mix(in srgb,var(--input-bg, #10151b) 70%,#ffffff 30%);border:none;border-radius:0;color:var(--text, #f8fafc);font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;line-height:1.55;letter-spacing:0}.xorder .oh-detail-reply-body.is-live{--reply-live-color: var(--primary, #6d28d9);padding:14px 0 18px;color:var(--text-muted, #94a3b8);background:color-mix(in srgb,var(--input-bg, #10151b) 70%,#ffffff 30%)}.xorder .oh-detail-reply-body.is-live.status-waiting{--reply-live-color: var(--primary, #6d28d9)}.xorder .oh-detail-reply-body.is-live.status-process{--reply-live-color: var(--primary, #6d28d9);background:color-mix(in srgb,var(--input-bg, #10151b) 70%,#ffffff 30%)}.xorder .oh-detail-reply-body.is-live.is-paused .oh-detail-live-reply{display:none}.xorder .oh-detail-live-reply{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.xorder .oh-detail-heartbeat-track{position:relative;width:100%;height:64px;display:block;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 91%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 91%,transparent 100%)}.xorder .oh-detail-heartbeat-svg{position:relative;z-index:1;width:100%;height:100%;display:block}.xorder .oh-detail-heartbeat-base{fill:none;color:var(--reply-live-color);stroke:currentColor;stroke-opacity:.22;stroke-width:1.4;vector-effect:non-scaling-stroke}.xorder .oh-detail-heartbeat-flow{fill:none;color:var(--reply-live-color);stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:.16 .84;filter:drop-shadow(0 0 4px currentColor);vector-effect:non-scaling-stroke;animation:ohReplyHeartbeatFlow 2.2s linear infinite}.xorder .oh-detail-live-copy{min-width:0;padding:0 20px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:9px;pointer-events:none}.xorder .oh-detail-live-message{display:inline-flex;align-items:center;justify-content:center;gap:1px;color:var(--reply-live-color);font-size:12px;font-weight:700;line-height:1.35;white-space:nowrap;word-break:break-word}.xorder .oh-detail-live-status-icon{margin-right:4px;color:var(--reply-live-color);font-size:13px;line-height:1;animation:ohReplyRefreshSpin 2.2s linear infinite}.xorder .oh-detail-auto-refresh-text{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted, #94a3b8);font-size:11px;font-weight:600;line-height:1.35;white-space:nowrap}.xorder .oh-detail-auto-refresh-text .oh-detail-live-dots{color:inherit}.xorder .oh-detail-live-dots{display:inline-flex;align-items:flex-end;gap:2px;width:16px;margin-left:2px}.xorder .oh-detail-live-dots i{width:3px;height:3px;border-radius:50%;background:currentColor;animation:ohReplyStatusDot 1.1s ease-in-out infinite}.xorder .oh-detail-live-dots i:nth-child(2){animation-delay:.14s}.xorder .oh-detail-live-dots i:nth-child(3){animation-delay:.28s}@media (prefers-reduced-motion: reduce){.xorder .oh-detail-heartbeat-flow,.xorder .oh-detail-live-dot:after,.xorder .oh-detail-copy-reply-btn .ti-wave-sine,.xorder .oh-detail-live-status-icon,.xorder .oh-detail-auto-refresh-text i,.xorder .oh-detail-live-dots i{animation:none}}[data-mode=light] .oh-detail-reply-card{background:#fff;border:1px solid #d8dee6}[data-mode=light] .oh-detail-reply-head{border-bottom-color:#d8dee6}[data-mode=light] .oh-detail-reply-body{background:color-mix(in srgb,#f8fafc 70%,#ffffff 30%);color:#172033}[data-mode=light] .oh-detail-reply-body.is-live{color:#64748b;background:color-mix(in srgb,#f8fafc 70%,#ffffff 30%)}[data-mode=light] .oh-detail-reply-body.is-live.status-process{background:color-mix(in srgb,#f8fafc 70%,#ffffff 30%)}[data-mode=light] .oh-detail-live-message{color:var(--reply-live-color)}@media (max-width: 768px){.xorder .oh-detail-modal{z-index:2147483000!important;position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw;height:100dvh;align-items:center;justify-content:center;padding:8px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:max(8px,env(safe-area-inset-bottom));box-sizing:border-box;background:#0006!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:hidden}.xorder .oh-detail-box{width:100%;max-width:none;height:auto;max-height:100%;align-self:center;border-radius:12px;transform:translateY(12px)}.xorder .oh-detail-modal.active .oh-detail-box{transform:translateY(0)}.xorder .oh-detail-header{min-height:54px;padding:8px 12px 8px 14px;flex:0 0 auto}.xorder .oh-detail-id-label{margin-bottom:1px;font-size:9px}.xorder .oh-detail-id-text{font-size:18px}.xorder .oh-detail-close-btn{width:34px;height:34px;font-size:19px}.xorder .oh-detail-body{min-height:0;padding:12px 12px 20px;gap:12px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.xorder .oh-detail-service-card{gap:11px!important;padding-bottom:2px!important}.xorder .oh-detail-service-icon{width:38px;height:38px;border-radius:7px}.xorder .oh-detail-service-title{font-size:13px;line-height:1.35}.xorder .oh-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto 1fr;gap:0;overflow:hidden;background:var(--input-bg, #10151b);border:1px solid var(--card-border, #252d36);border-radius:10px}.xorder .oh-detail-grid:before{display:block;left:50%}.xorder .oh-detail-grid .oh-detail-inputs-card{grid-column:1;grid-row:1;order:0;margin-top:0}.xorder .oh-detail-grid .oh-detail-amount-status-box{grid-column:2;grid-row:1;order:0}.xorder .oh-detail-grid .oh-detail-inputs-data-card{grid-column:1;grid-row:2;order:0}.xorder .oh-detail-grid .oh-detail-timeline-card{grid-column:2;grid-row:2;order:0}.xorder .oh-detail-inputs-card,.xorder .oh-detail-amount-status-box{min-height:40px;height:40px;padding:3px 8px;background:transparent;border:none;border-bottom:1px solid var(--card-border, #252d36);border-radius:0}.xorder .oh-detail-inputs-title,.xorder .oh-detail-amount-group .oh-detail-price{font-size:12px}.xorder .oh-detail-inputs-label,.xorder .oh-detail-amount-group .oh-detail-label{font-size:8.5px}.xorder .oh-detail-amount-status-box{gap:4px}.xorder .oh-detail-amount-group{min-width:0}.xorder .oh-detail-price-row{gap:3px}.xorder .oh-detail-price-toggle{width:19px;height:19px;font-size:11px}.xorder .oh-detail-status-group .oh-badge{width:76px;min-width:76px;max-width:76px;height:23px;min-height:23px;font-size:9.5px}.xorder .oh-detail-inputs-data-card,.xorder .oh-detail-timeline-card{padding:10px 8px;background:transparent;border:none;border-radius:0}[data-mode=light] .oh-detail-inputs-card,[data-mode=light] .oh-detail-amount-status-box{border-bottom-color:#d8dee6}.xorder .oh-detail-inputs-data-card .oh-detail-row,.xorder .oh-detail-timeline-card .oh-detail-row{gap:5px;padding:8px 0}.xorder .oh-detail-inputs-data-card .oh-detail-label,.xorder .oh-detail-timeline-card .oh-detail-label{font-size:10.5px}.xorder .oh-detail-inputs-data-card .oh-detail-val,.xorder .oh-detail-timeline-card .oh-detail-val,.xorder .oh-detail-timeline-card .oh-detail-time-highlight{min-width:0;font-size:11px;overflow-wrap:anywhere}.xorder .oh-detail-reply-card{flex:0 0 auto;border-radius:10px}.xorder .oh-detail-reply-head{min-height:40px;padding:5px 10px 5px 12px}.xorder .oh-detail-reply-title{font-size:10px}.xorder .oh-detail-copy-reply-btn{min-width:60px;height:22px;min-height:22px;padding:1px 6px;font-size:10.5px;line-height:1}.xorder .oh-detail-copy-reply-btn.is-live,.xorder .oh-detail-copy-reply-btn.is-live:hover{min-width:56px;height:21px;min-height:21px;padding:1px 5px;gap:3px;font-size:9.5px}.xorder .oh-detail-reply-body{min-height:96px;padding:18px 14px;font-size:12px}.xorder .oh-detail-reply-body.is-live{padding:8px 0 12px}.xorder .oh-detail-heartbeat-track{height:48px}.xorder .oh-detail-live-copy{max-width:100%;padding:0 12px;gap:6px;flex-wrap:wrap}}@media (max-width: 360px){.xorder .oh-detail-modal{padding-left:6px;padding-right:6px}.xorder .oh-detail-body{padding-left:8px;padding-right:8px}.xorder .oh-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.xorder .oh-detail-grid:before{left:50%}.xorder .oh-detail-amount-status-box{padding-left:8px;padding-right:8px}.xorder .oh-detail-status-group .oh-badge{width:64px;min-width:64px;max-width:64px;padding-left:3px;padding-right:3px;font-size:9px}.xorder .oh-detail-amount-group .oh-detail-price{font-size:12px}.xorder .oh-detail-price-row{gap:3px}.xorder .oh-detail-price-toggle{width:18px;height:18px;font-size:11px}}.xorder .order-form-wrapper,.xorder .order-form-panel,.xorder .order-form-fields,.xorder .order-desc-widget,.xorder .img-preview-modal{overscroll-behavior:contain}.xorder html.in-iframe.page-scrollable .order-form-wrapper,.xorder html.in-iframe.page-scrollable .img-preview-modal,.xorder html.in-iframe.page-scrollable .success-modal,.xorder html.in-iframe .oh-detail-modal{top:var(--order-visible-top, 0px)!important;bottom:auto!important;height:var(--order-visible-height, 100vh)!important;box-sizing:border-box}.xorder html.in-iframe.page-scrollable .img-preview-box{max-height:calc(var(--order-visible-height, 100vh) * .85)}.xorder html.in-iframe.page-scrollable .img-preview-box img{max-height:calc(var(--order-visible-height, 100vh) * .8)}.xorder .img-preview-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0b12209e;z-index:100001;align-items:center;justify-content:center;padding:24px}.xorder .img-preview-modal.active{display:flex}.xorder .img-preview-box{position:relative;max-width:680px;max-height:85vh;display:flex;flex-direction:column;align-items:center}.xorder .img-preview-box img{max-width:100%;max-height:80vh;border-radius:12px;box-shadow:0 20px 50px #0009;border:1px solid rgba(255,255,255,.15);-o-object-fit:contain;object-fit:contain}.xorder .img-preview-close{position:absolute;top:-14px;right:-14px;width:32px;height:32px;border-radius:50%;background:#1e293b;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:16px;display:grid;place-items:center;cursor:pointer;transition:all .2s;z-index:10}.xorder .img-preview-close:hover{background:#ef4444;transform:scale(1.1)}@media (max-width: 768px){.xorder .oh-auto-refresh{flex:0 0 auto!important;height:29px!important;margin:0!important}.xorder .oh-refresh-now-btn{width:29px!important;min-width:29px!important;flex-basis:29px!important;padding:0!important;justify-content:center!important;font-size:12px!important}.xorder .oh-refresh-now-btn #ohRefreshCountdown{display:none!important}.xorder .oh-auto-refresh.is-active .oh-refresh-now-btn{width:auto!important;min-width:44px!important;flex-basis:auto!important;padding:0 6px!important}.xorder .oh-auto-refresh.is-active .oh-refresh-now-btn #ohRefreshCountdown{display:inline-block!important;font-size:10px!important;font-weight:700!important;margin-left:2px!important;line-height:1!important}.xorder .oh-refresh-menu-btn{width:22px!important}.xorder .oh-refresh-menu{width:145px!important}.xorder .oh-panel{margin-top:4px!important;border-radius:8px!important;box-shadow:none!important;overflow:hidden!important}.xorder .oh-table-wrapper{border-radius:8px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.xorder .oh-table th{padding:6px 8px!important;font-size:11px!important;letter-spacing:.3px!important}.xorder .oh-table td{padding:6px 8px!important;font-size:12.5px!important}.xorder .oh-service-title{font-size:12.5px!important}.xorder .oh-badge{width:86px!important;min-width:86px!important;font-size:10.5px!important;padding:0 4px!important}.xorder .oh-dropdown-btn{height:23px!important;width:86px!important;min-width:86px!important;font-size:9.5px!important;padding:0 3px!important}.xorder .oh-reply-box,.xorder .oh-reply-text{min-width:200px!important;font-size:10px!important;font-weight:400!important}.xorder .oh-imei-box{font-size:12px!important}}@keyframes ohHeaderRefreshSpin{to{transform:rotate(360deg)}}@keyframes ohReplyLivePulse{0%{opacity:.75;transform:scale(.55)}75%,to{opacity:0;transform:scale(1.35)}}@keyframes ohReplyButtonBeat{0%,34%,70%,to{transform:scaleX(1) translateY(0)}16%{transform:scaleX(1.16) translateY(-1px)}48%{transform:scaleX(1.08) translateY(1px)}}@keyframes ohReplyRefreshSpin{to{transform:rotate(360deg)}}@keyframes ohReplyStatusDot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes ohReplyHeartbeatFlow{to{stroke-dashoffset:-1}}@keyframes orderBackdropFadeIn{0%{opacity:0}to{opacity:1}}.xorder .oh-header-bar .order-group-dropdown{flex:0 0 358px;width:358px;min-width:200px;max-width:358px}.xorder .oh-header-bar .order-search-bar-unified{flex:1 1 auto;min-width:0}.xorder.oh-page{--oh-muted: var(--text-muted)}.xorder .order-group-item .oh-group-count{margin-left:auto;padding:0 6px;border-radius:999px;background:rgba(var(--primary-rgb),.12);color:var(--primary-text);font-size:10.5px;font-weight:700;line-height:18px}.xorder .order-group-item.active .oh-group-count{background:#fff3;color:#fff}.xorder .oh-group-empty{padding:10px 12px;color:var(--oh-muted);font-size:12px}.xorder .oh-dropdown-label{display:inline-flex;align-items:center;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis}.xorder .oh-reply-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.xorder .oh-export-head-btn{height:26px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;gap:5px;box-sizing:border-box;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;color:var(--text);font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .2s ease}.xorder .oh-export-head-btn>i:first-child{font-size:13px}.xorder .oh-export-head-btn .oh-dropdown-arrow{font-size:11px}.xorder .oh-export-head-btn:hover:not(:disabled),.xorder .oh-export-head-btn.is-open{color:var(--primary);border-color:var(--primary);background:rgba(var(--primary-rgb),.08)}.xorder .oh-service-title{display:block;width:100%;text-align:left}.xorder.oh-page{line-height:normal}.xorder .oh-results-pill{flex:0 0 auto}.xorder .oh-reply-box{gap:6px}.xorder .oh-export-head-btn:disabled{opacity:.45;cursor:not-allowed}.xorder .oh-service-meta{display:flex;align-items:center;margin-top:4px;white-space:nowrap}.xorder .oh-service-date{display:inline-flex;align-items:center;width:127px;min-width:127px;color:var(--oh-muted);font-size:12px;font-weight:500}.xorder .oh-service-date i{margin-right:4px;font-size:12px}.xorder .oh-qty-badge{margin-left:8px;padding:1px 5px;border-radius:4px;border:1px solid rgba(var(--primary-rgb),.22);background:rgba(var(--primary-rgb),.12);color:var(--primary-text);font-size:9.5px;font-weight:600}.xorder .oh-price-free{color:var(--oh-success)}.xorder .oh-reply-empty{display:flex;align-items:center;justify-content:center;min-height:44px;color:var(--oh-muted);font-size:15px;font-weight:600}.xorder .oh-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:48px 16px;color:var(--oh-muted);text-align:center;white-space:normal}.xorder .oh-empty i{font-size:32px}.xorder .oh-empty strong{color:var(--text);font-size:14px}.xorder .oh-empty span{font-size:12px}.xorder .oh-pagination-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;border-top:1px solid var(--card-border);font-size:12px;color:var(--text-muted);flex-wrap:wrap;gap:8px 12px;position:sticky;bottom:0;background:var(--card-bg);z-index:100;box-shadow:0 -4px 16px #0000001f;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.xorder .oh-results-pill{background:var(--input-bg);border:1px solid var(--card-border);padding:4px 10px;border-radius:6px;display:inline-flex;align-items:center;gap:6px;font-weight:500;color:var(--text);font-size:12px;white-space:nowrap}.xorder .oh-results-pill i{color:#10b981;font-size:14px}.xorder .oh-results-pill strong{font-weight:600}.xorder .oh-pagination-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.xorder .oh-per-page{display:flex;align-items:center;gap:6px;white-space:nowrap}.xorder .oh-perpage-select{background:var(--input-bg);background-image:none;-moz-appearance:auto;-webkit-appearance:auto;appearance:auto;border:1px solid var(--card-border);color:var(--text);padding:3px 6px;border-radius:5px;font-size:12px;line-height:normal;outline:none;cursor:pointer}.xorder .oh-perpage-select:focus{border-color:var(--card-border);box-shadow:none;outline:none}.xorder .oh-perpage-select option{background:var(--card-bg);color:var(--text)}.xorder .oh-pg-sep{width:1px;height:14px;background:var(--card-border);opacity:.8}.xorder .oh-page-btns{display:flex;align-items:center;gap:4px}.xorder.oh-page .order-workspace.style-3{display:block;grid-template-columns:1fr;overflow:visible}.xorder.oh-layer .oh-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.xorder.oh-layer .oh-refresh-menu{position:fixed;display:block;z-index:999999}.xorder .oh-dropdown-btn.is-open{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.12)}.xorder .oh-dropdown-btn.is-open .oh-dropdown-arrow{transform:rotate(180deg)}.xorder .oh-export-menu{min-width:135px}.xorder .oh-tooltip{position:fixed;z-index:100002;width:-moz-max-content;width:max-content;max-width:min(370px,calc(100vw - 24px));padding:8px 12px;transform:translateY(-100%);background:var(--card-bg);color:var(--text);border:1px solid var(--card-border);border-radius:8px;box-shadow:0 5px 14px #0000001c;font-size:12px;font-weight:500;line-height:1.4;pointer-events:none;animation:ohTooltipIn .13s ease}.xorder .oh-tooltip:after{content:"";position:absolute;bottom:-5px;left:45px;width:9px;height:9px;background:var(--card-bg);border-right:1px solid var(--card-border);border-bottom:1px solid var(--card-border);transform:rotate(45deg)}.xorder .oh-media-placeholder{width:24px;height:24px;color:var(--oh-muted)}.xorder .oh-detail-link{color:var(--primary-text);text-decoration:underline}.xorder .oh-detail-reply-text{margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.xorder .oh-detail-live-paused{font-size:12px;font-weight:600}.xorder .oh-pagination-right{margin-left:0;row-gap:8px}@media (min-width: 1100px){.xorder .oh-detail-modal{padding-top:130px;padding-bottom:20px}.xorder .oh-detail-box{max-height:calc(100vh - 150px);max-height:calc(100dvh - 150px)}}.bc2c-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px;background:#090d14b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:bc2cFade .2s ease}.bc2c-root{--sidebar-bg: #181a20;--sidebar-darker: rgba(11, 14, 17, .6);--sidebar-text: #eaecef;--brand-yellow: #f0b90b;--brand-yellow-hover: #fcd535;--brand-green: #0ecb81;--main-bg: #f8fafc;--text-dark: #1e2329;--border-light: #e2e8f0;--border-dark: #2b3139;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .03);--m-bg: #ffffff;--m-bg-alt: #f5f5f5;--m-text: #1e2329;--m-text-muted: #707a8a;--m-border: #eaecef;position:relative;width:100%;max-width:1040px;height:min(86vh,760px);display:flex;background:var(--main-bg);color:var(--text-dark);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden;border-radius:10px;box-shadow:0 40px 100px #0000008c;animation:bc2cRise .28s cubic-bezier(.34,1.4,.64,1)}@keyframes bc2cFade{0%{opacity:0}to{opacity:1}}@keyframes bc2cRise{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}.bc2c-root *,.bc2c-root *:before,.bc2c-root *:after{box-sizing:border-box}.bc2c-close{position:absolute;top:14px;right:14px;z-index:60;width:34px;height:34px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000014}.bc2c-close:hover{background:#f1f5f9;color:#1e2329}.bc2c-sidebar{width:280px;min-width:280px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;border-right:1px solid var(--border-dark);z-index:10;height:100%;box-shadow:4px 0 24px #0000000a;overflow-y:auto;overflow-x:hidden;position:relative}.bc2c-sidebar-bg{position:absolute;left:0;right:0;bottom:0;height:42%;z-index:0;background:radial-gradient(ellipse at bottom,#0f1720,#030609);pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 48%);mask-image:linear-gradient(to bottom,transparent 0%,#000 48%)}.bc2c-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.15;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.bc2c-orb-1{width:350px;height:350px;background:#f3ba2f;top:-100px;right:-100px;animation:bc2cOrb1 9s infinite alternate}.bc2c-orb-2{width:250px;height:250px;background:#1d4258;opacity:.1;bottom:10%;left:-80px;animation:bc2cOrb2 11s infinite alternate}@keyframes bc2cOrb1{0%{transform:translate(0) scale(1)}to{transform:translate(40px,-40px) scale(1.1)}}@keyframes bc2cOrb2{0%{transform:translate(0) scale(1)}to{transform:translate(-30px,50px) scale(1.1)}}.bc2c-earth{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.7}.bc2c-particles{position:absolute;top:0;right:0;bottom:0;left:0}.bc2c-particle{position:absolute;width:2px;height:2px;background:#f3ba2f99;border-radius:50%;animation:bc2cFloatUp linear infinite}@keyframes bc2cFloatUp{0%{transform:translateY(0) translate(0) scale(1);opacity:0}10%{opacity:.9}90%{opacity:.6}to{transform:translateY(-100vh) translate(30px) scale(.2);opacity:0}}.bc2c-sidebar>*:not(.bc2c-sidebar-bg){position:relative;z-index:10}.bc2c-sidebar-header{background:var(--sidebar-darker);padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bc2c-merchant{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.bc2c-merchant-details{min-width:0}.bc2c-back{font-size:20px;color:#eaecef;cursor:pointer;padding:4px;background:none;border:none;transition:all .2s}.bc2c-back:hover{color:var(--brand-yellow);transform:scale(1.1)}.bc2c-merchant-details h2{font-size:15px;font-weight:700;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bc2c-merchant-details span{font-size:11px;color:var(--brand-green);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:4px;margin-top:2px}.bc2c-timer-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(240,185,11,.35);background:linear-gradient(135deg,#f0b90b2e,#0006);color:var(--brand-yellow);padding:8px 12px;border-radius:10px;font-size:14px;font-weight:700;flex-shrink:0;letter-spacing:.5px;font-variant-numeric:tabular-nums;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 12px #f0b90b24}.bc2c-invoice{padding:20px 22px;border-bottom:1px solid var(--border-dark);background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,transparent 100%)}.bc2c-invoice-head{display:flex;justify-content:space-between;color:var(--brand-yellow);font-size:12px;font-weight:700;margin-bottom:24px;letter-spacing:.5px}.bc2c-invoice-head span:last-child{background:#f0b90b1f;border:1px solid rgba(240,185,11,.3);padding:3px 10px;border-radius:10px;font-weight:600}.bc2c-total{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px}.bc2c-total .bc2c-cur{color:#fff9;font-size:16px;font-weight:500;margin-bottom:8px}.bc2c-total .bc2c-amt{font-size:38px;font-weight:800;color:#fff;line-height:1;letter-spacing:-1px;text-shadow:0 4px 12px rgba(0,0,0,.4)}.bc2c-breakdown{display:flex;flex-direction:column;gap:10px;font-size:13px;color:#fff9}.bc2c-brow{display:flex;justify-content:space-between}.bc2c-brow--total{color:#fff;font-weight:600;margin-top:6px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.bc2c-methods{padding:18px 22px;flex:0 0 auto}.bc2c-methods-title{font-size:12px;color:#fff9;margin-bottom:16px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.bc2c-method{display:flex;align-items:center;gap:12px;padding:10px 16px;border:1px solid var(--brand-green);border-radius:10px;background:#0ecb811a;box-shadow:0 0 0 1px #0ecb8173;width:100%;min-height:56px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bc2c-method-icon{width:36px;height:36px;min-width:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px #0000004d;background:#fff;overflow:hidden;padding:5px}.bc2c-method-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.bc2c-method-details{flex:1;min-width:0}.bc2c-method-details h3{font-size:13px;font-weight:700;color:#fff;margin:0 0 5px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bc2c-badges{display:flex;gap:6px;align-items:center}.bc2c-badge{border:1px solid rgba(255,255,255,.2);font-size:11px;padding:3px 8px;border-radius:4px;color:#fffc;font-weight:500;display:inline-flex;align-items:center}.bc2c-badge img{width:12px;height:12px;-o-object-fit:contain;object-fit:contain;margin-right:4px}.bc2c-fee{font-size:11px;font-weight:600;color:var(--brand-green);display:inline-flex;align-items:center}.bc2c-method-status{margin-left:auto;font-size:22px;color:var(--brand-green);display:flex;align-items:center}.bc2c-sidebar-footer{margin-top:auto;padding:16px;font-size:12px;color:#fff6;text-align:center;border-top:1px solid rgba(255,255,255,.06);background:linear-gradient(to bottom,#0b0e1126,#0504038c);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bc2c-secure{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.bc2c-secure>i{font-size:16px;color:var(--brand-yellow)}.bc2c-secure strong{font-size:12px;font-weight:800;letter-spacing:.8px;color:#eaecef}.bc2c-secure span{font-size:10px;letter-spacing:.5px;color:#ffffff73;font-weight:600}.bc2c-sf-link{color:#f0b90b;font-weight:700;text-decoration:none;transition:color .2s,text-shadow .2s}.bc2c-sf-link:hover{color:#fcd535;text-shadow:0 0 8px rgba(240,185,11,.5)}.bc2c-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;overflow-x:hidden;background:var(--main-bg)}.bc2c-card{width:100%;display:flex;flex-direction:column;flex-shrink:0}.bc2c-tabs{width:100%;display:flex;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:center;box-shadow:0 1px 6px #00000008;margin-bottom:20px;align-items:center}.bc2c-tab{flex:1;background:transparent;border:none;padding:14px 20px;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;position:relative;outline:none;color:#64748b}.bc2c-tab img{width:20px;height:20px}.bc2c-tab.is-active{background:#26a17b0f;color:#26a17b}.bc2c-tab.is-active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;border-radius:3px 3px 0 0;background:#26a17b}.bc2c-body{padding:16px 24px;width:100%}.bc2c-top{display:flex;gap:24px;margin-bottom:12px;align-items:stretch}.bc2c-qr-box{flex-shrink:0;width:224px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border-light);border-radius:10px;padding:16px;box-shadow:0 2px 8px #00000005}.bc2c-qr{width:100%;aspect-ratio:1;margin-bottom:12px;position:relative;display:block}.bc2c-qr--live{cursor:pointer;border-radius:10px;transition:transform .15s ease,box-shadow .15s ease}.bc2c-qr--live:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f0b90b47}.bc2c-qr--live:focus-visible{outline:2px solid #f0b90b;outline-offset:3px}.bc2c-qr img{width:100%;height:100%;display:block;border-radius:8px;-o-object-fit:contain;object-fit:contain}.bc2c-qr-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20%;height:20%;background:#fff;border-radius:8px;padding:4px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.bc2c-qr-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.bc2c-qr-hint{font-size:12.5px;font-weight:600;color:#64748b;text-align:center;animation:bc2cPulseHint 2s infinite ease-in-out}@keyframes bc2cPulseHint{0%,to{opacity:.6;color:#64748b}50%{opacity:1;color:#1e2329}}.bc2c-actions{flex:1;display:flex;flex-direction:column;gap:8px;margin-left:auto;min-width:0}.bc2c-copy-row{display:flex;align-items:stretch;gap:10px;flex:1;min-height:0}.bc2c-copy-row>.bc2c-copy-box>.bc2c-cb-left{flex:1;justify-content:center}.bc2c-copy-row>.bc2c-copy-box{flex:1 1 0;min-width:0}.bc2c-copy-box{border:1px solid var(--border-light);border-radius:10px;padding:10px 12px;background:#fff;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 2px 6px #00000005}.bc2c-cb-left{display:flex;flex-direction:column;gap:5px;min-width:0}.bc2c-copy-box:hover{border-color:#cbd5e1;box-shadow:var(--shadow-sm)}.bc2c-cb-label{font-size:11px;font-weight:700;color:#64748b;display:inline-flex;align-items:center;gap:7px;letter-spacing:.5px;text-transform:uppercase;min-width:0}.bc2c-cb-hint{display:flex;align-items:center;gap:6px;margin:-2px 0 0;padding:0 2px;font-size:11.5px;font-weight:500;color:#64748b;line-height:1.35}.bc2c-cb-hint i{color:#f0b90b;font-size:12px}.bc2c-req{background:#ef4444;color:#fff;padding:3px 8px;border-radius:6px;font-size:9px;font-weight:800;letter-spacing:.5px;box-shadow:0 0 #ef4444b3;animation:bc2cPulseRed 1.5s infinite cubic-bezier(.66,0,0,1)}@keyframes bc2cPulseRed{to{box-shadow:0 0 0 10px #ef444400}}.bc2c-cb-val{font-weight:800;color:var(--text-dark);line-height:1;display:inline-flex;align-items:baseline;gap:6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bc2c-amount-val{font-size:27px}.bc2c-amount-val .bc2c-cur-sm{font-size:12px;color:#64748b;font-weight:700;letter-spacing:.5px}.bc2c-note-val{font-size:22px;letter-spacing:1.5px;font-variant-numeric:tabular-nums}.bc2c-copy-icon{width:34px;height:34px;border-radius:10px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;color:#475569;cursor:pointer;transition:all .2s;flex-shrink:0;font-size:15px}.bc2c-copy-icon:hover{background:#f0b90b;color:#000;border-color:#f0b90b}.bc2c-copy-icon:active{transform:scale(.95)}.bc2c-htp{background:linear-gradient(180deg,#fbfcfe,#f4f7fb);border-radius:10px;overflow:hidden;border:1px solid #e8edf3;box-shadow:0 2px 10px #00000005}.bc2c-htp-head{display:flex;align-items:center;gap:8px;padding:9px 18px;font-size:14px;font-weight:700;color:#64748b;border-bottom:1px solid var(--border-light);letter-spacing:.6px;text-transform:uppercase;background:#ffffff80}.bc2c-htp-head:before{content:"";width:3px;height:13px;background:var(--brand-yellow);border-radius:2px}.bc2c-htp-content{display:grid;grid-template-columns:1fr 190px;padding:12px 18px;gap:12px 24px;align-items:stretch;min-height:250px}.bc2c-steps{display:flex;flex-direction:column;gap:8px;position:relative;height:100%}.bc2c-steps:before{content:"";position:absolute;left:18px;top:30px;bottom:15%;width:2px;background:#e2e8f0;z-index:1}.bc2c-step{display:flex;gap:16px;position:relative;z-index:2;padding:14px;border-radius:10px;border:1px solid transparent;transition:all .3s ease;margin-left:-14px;width:calc(91% + 28px);align-items:flex-start;flex:1;cursor:pointer}.bc2c-step:hover,.bc2c-step.is-active{background:#fff;border-color:var(--border-light);box-shadow:var(--shadow-sm)}.bc2c-step-num{width:36px;height:36px;min-width:36px;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#64748b;transition:all .3s;margin-top:2px}.bc2c-step:hover .bc2c-step-num,.bc2c-step.is-active .bc2c-step-num{background:var(--brand-yellow);border-color:var(--brand-yellow);color:#000}.bc2c-step-text{width:100%}.bc2c-step-headrow{display:flex;justify-content:flex-start;align-items:center;gap:14px;width:100%;margin-bottom:6px}.bc2c-step-text h4{font-size:16px;font-weight:700;color:var(--text-dark);margin:0}.bc2c-step-text p{font-size:13px;color:#64748b;line-height:1.5;margin:0}.bc2c-step-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;padding:7px 14px;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-dark);border:1px solid #e2e8f0;box-shadow:0 2px 4px #00000005;cursor:pointer;transition:all .2s}.bc2c-step-badge i{color:#f0b90b;font-size:14px;transition:color .2s}.bc2c-step-badge:hover{background:#f0b90b;border-color:#f0b90b;color:#000}.bc2c-step-badge:hover i{color:#000}.bc2c-phone{background:var(--m-bg);border:4px solid #1e2329;border-radius:10px;box-shadow:0 10px 24px #0000001a;width:100%;max-width:190px;margin:0 auto;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:360px;align-self:start;position:relative;top:-14px}.bc2c-phone:before{content:"";position:absolute;top:7px;left:50%;transform:translate(-50%);width:60px;height:13px;background:#1e2329;border-radius:99px;z-index:50}.bc2c-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--m-bg);display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:10}.bc2c-screen.is-active{opacity:1;pointer-events:all;z-index:20}.bc2c-cursor{position:absolute;width:14px;height:14px;background:#0000001a;border:2px solid rgba(255,255,255,.9);border-radius:50%;box-shadow:0 2px 4px #0003;top:80%;left:50%;opacity:0;z-index:100;transition:all .5s cubic-bezier(.25,1,.5,1);pointer-events:none}.bc2c-cursor.is-shown{opacity:1}.bc2c-cursor.to-scan{top:25px;left:170px}.bc2c-cursor.is-click{transform:scale(.8);background:#0006;border-color:#f0b90b}.bc2c-ripple{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#f0b90b80;border-radius:50%;opacity:0;pointer-events:none;z-index:90}.bc2c-ripple.is-animating{animation:bc2cRipple .6s ease-out}@keyframes bc2cRipple{0%{width:10px;height:10px;opacity:1}to{width:60px;height:60px;opacity:0}}.bc2c-scr-home{padding:28px 10px 10px}.bc2c-home-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bc2c-home-search{background:var(--m-bg-alt);border-radius:8px;padding:6px 10px;font-size:9px;color:var(--m-text-muted);flex:1;margin-right:10px;display:flex;align-items:center;gap:6px}.bc2c-home-scan{color:var(--m-text);font-size:14px}.bc2c-home-balance{font-size:18px;font-weight:800;color:var(--m-text);margin-bottom:14px}.bc2c-home-balance span{font-size:9px;color:var(--m-text-muted);display:block;font-weight:500;margin-bottom:2px}.bc2c-home-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;text-align:center}.bc2c-hact{display:flex;flex-direction:column;align-items:center;gap:4px}.bc2c-hact .bc2c-hact-ic{width:28px;height:28px;background:var(--m-bg-alt);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--m-text);font-size:13px}.bc2c-hact span{font-size:8px;font-weight:600;color:var(--m-text)}.bc2c-scr-scan{background:#1e2329!important;color:#fff}.bc2c-scan-head{padding:28px 10px 10px;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600}.bc2c-scan-wrap{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}.bc2c-scan-frame{width:120px;height:120px;border:2px solid rgba(255,255,255,.3);border-radius:10px;position:relative;overflow:hidden}.bc2c-scan-laser{width:100%;height:2px;background:#22c55e;position:absolute;top:0;left:0;box-shadow:0 0 10px #22c55e;animation:bc2cLaser 1.5s infinite ease-in-out alternate}@keyframes bc2cLaser{0%{top:0}to{top:100%}}.bc2c-scan-corner{position:absolute;width:22px;height:22px;border:3px solid #f0b90b;z-index:3}.bc2c-scan-corner.tl{top:-1px;left:-1px;border-right:none;border-bottom:none;border-top-left-radius:10px}.bc2c-scan-corner.tr{top:-1px;right:-1px;border-left:none;border-bottom:none;border-top-right-radius:10px}.bc2c-scan-corner.bl{bottom:-1px;left:-1px;border-right:none;border-top:none;border-bottom-left-radius:10px}.bc2c-scan-corner.br{bottom:-1px;right:-1px;border-left:none;border-top:none;border-bottom-right-radius:10px}.bc2c-scan-qr{position:absolute;top:16px;right:16px;bottom:16px;left:16px;width:calc(100% - 32px);height:calc(100% - 32px);opacity:.25;filter:invert(1);z-index:1}.bc2c-scan-frame.is-detected{border-color:#22c55e;box-shadow:0 0 22px #22c55e99}.bc2c-scan-frame.is-detected .bc2c-scan-corner{border-color:#22c55e}.bc2c-scan-frame.is-detected .bc2c-scan-laser{opacity:0}.bc2c-scan-tick{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:42px;color:#22c55e;opacity:0;transform:scale(.4);transition:opacity .3s,transform .3s cubic-bezier(.34,1.56,.64,1);z-index:4}.bc2c-scan-frame.is-detected .bc2c-scan-tick{opacity:1;transform:scale(1)}.bc2c-scan-hint{font-size:9px;color:#fff9}.bc2c-scr-pay{padding:14px 10px 0}.bc2c-p-head{display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:700;color:var(--m-text);margin:16px 0 10px}.bc2c-p-head-l{display:flex;align-items:center;gap:6px}.bc2c-p-amt-wrap{text-align:center;margin-bottom:6px}.bc2c-p-coin{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:700;color:var(--m-text);margin-bottom:4px}.bc2c-p-coin img{width:14px;height:14px}.bc2c-p-amt{font-size:28px;font-weight:800;color:var(--m-text);line-height:1;min-height:28px}.bc2c-p-details{background:var(--m-bg-alt);border-radius:8px;padding:7px;margin-bottom:8px;border:1px solid var(--m-border)}.bc2c-pd-row{display:flex;justify-content:space-between;font-size:8px;margin-bottom:6px;color:var(--m-text-muted)}.bc2c-pd-row:last-child{margin-bottom:0}.bc2c-pd-row span:last-child{color:var(--m-text);font-weight:600}.bc2c-p-note{padding:6px;font-size:11px;color:#f0b90b;font-weight:600;text-align:center;margin:4px 0 6px;display:flex;align-items:center;justify-content:center;gap:6px}.bc2c-p-note.is-filled{color:var(--m-text);font-weight:700}.bc2c-p-btn{background:var(--brand-yellow);color:#000;text-align:center;padding:7px;border-radius:8px;font-size:12px;font-weight:700;margin-bottom:4px;transition:transform .2s}.bc2c-numpad{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--m-border);margin:auto -10px -10px;background:var(--m-bg);padding-bottom:12px}.bc2c-key{padding:7px 0;text-align:center;font-size:14px;font-weight:600;color:var(--m-text);border-right:1px solid var(--m-border);border-bottom:1px solid var(--m-border);transition:background .12s,transform .12s}.bc2c-key.is-pressed{background:var(--brand-yellow);color:#000;transform:scale(.9)}.bc2c-scr-note{padding:24px 10px 10px;background:var(--m-bg)}.bc2c-note-box{background:var(--m-bg-alt);border:1px solid var(--m-border);border-radius:8px;padding:10px;min-height:60px;font-size:11px;color:var(--m-text);text-align:left;position:relative;margin-bottom:10px}.bc2c-note-box.is-focused{border-color:#f0b90b;background:#f0b90b0d}.bc2c-charcount{position:absolute;bottom:6px;right:6px;font-size:8px;color:var(--m-text-muted)}.bc2c-note-confirm{background:var(--brand-yellow);color:#000;text-align:center;padding:10px;border-radius:8px;font-size:12px;font-weight:700;margin-bottom:auto}.bc2c-kb{background:#d1d5db;margin:0 -10px -10px;padding:8px 4px 12px;display:flex;flex-direction:column;gap:5px;border-top:1px solid var(--m-border)}.bc2c-krow{display:flex;justify-content:center;gap:4px}.bc2c-kkey{background:#fff;border-radius:4px;height:20px;flex:1;box-shadow:0 1px 1px #0003;display:flex;align-items:center;justify-content:center;color:#1e2329;font-size:9px;font-weight:600;transition:background .12s,transform .12s}.bc2c-kkey.is-pressed{background:var(--brand-yellow);color:#000;transform:scale(.88)}.bc2c-kkey.space{flex:4}.bc2c-kkey.func{background:#9ca3af;color:#fff}.bc2c-kkey.done{flex:2;background:#3b82f6;color:#fff;font-weight:700}.bc2c-scr-proc{align-items:center;justify-content:center;gap:14px}.bc2c-proc-spinner{width:46px;height:46px;border:4px solid var(--m-border);border-top-color:var(--brand-yellow);border-radius:50%;animation:bc2cSpin .8s linear infinite}@keyframes bc2cSpin{to{transform:rotate(360deg)}}.bc2c-proc-text{font-size:12px;font-weight:700;color:var(--m-text)}.bc2c-proc-sub{font-size:9px;color:var(--m-text-muted)}.bc2c-scr-succ{padding:32px 12px 12px;text-align:center;display:flex;flex-direction:column}.bc2c-succ-ic{width:40px;height:40px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;margin:0 auto 10px}.bc2c-scr-succ.is-active .bc2c-succ-ic{animation:bc2cSuccPop .5s cubic-bezier(.34,1.56,.64,1)}@keyframes bc2cSuccPop{0%{transform:scale(0)}60%{transform:scale(1.18)}to{transform:scale(1)}}.bc2c-succ-title{font-size:13px;font-weight:700;color:var(--m-text);margin-bottom:4px}.bc2c-succ-amount{font-size:22px;font-weight:800;color:var(--m-text);margin-bottom:20px}.bc2c-succ-box{background:var(--m-bg-alt);border-radius:8px;padding:10px;border:1px solid var(--m-border);margin-bottom:auto}.bc2c-sb-row{display:flex;justify-content:space-between;font-size:8px;margin-bottom:6px;color:var(--m-text-muted);text-align:left}.bc2c-sb-row span:last-child{color:var(--m-text);font-weight:600;text-align:right}.bc2c-succ-done{background:var(--brand-yellow);color:#000;padding:10px;border-radius:8px;font-size:12px;font-weight:700}.bc2c-verify-strip{display:flex;gap:16px;align-items:stretch;margin-top:16px}.bc2c-verify-btn{background:linear-gradient(135deg,#2a2f3a,#0b0e11);color:#fff;flex:0 0 250px;padding:13px;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #0000002e;display:flex;align-items:center;justify-content:center;gap:8px}.bc2c-verify-btn:disabled{opacity:.6;cursor:not-allowed}.bc2c-trx{flex:1;background:linear-gradient(135deg,#20252e,#0c0f13 45%,#1a1f27 70%,#0c0f13);background-size:220% 220%;animation:bc2cGrad 8s ease infinite;border:1px solid rgba(240,185,11,.28);border-radius:10px;overflow:hidden;box-shadow:0 8px 24px #0000002e}@keyframes bc2cGrad{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.bc2c-trx-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:none;padding:15px 18px;cursor:pointer;transition:background .2s}.bc2c-trx-head:hover{background:#f0b90b14}.bc2c-trx-head-l{display:flex;align-items:center;gap:9px;font-size:15px;font-weight:700;color:#eaecef}.bc2c-trx-head-l i{color:var(--brand-yellow);font-size:18px}.bc2c-trx-caret{color:var(--brand-yellow);font-size:13px;transition:transform .28s}.bc2c-trx.is-open .bc2c-trx-caret{transform:rotate(180deg)}.bc2c-trx-body{display:none;padding:14px 18px 16px;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.06)}.bc2c-trx.is-open .bc2c-trx-body{display:block;animation:bc2cTrxDown .25s ease}@keyframes bc2cTrxDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.bc2c-trx-desc{font-size:12.5px;line-height:1.55;color:#9ba3b4;margin:0 0 12px}.bc2c-trx-desc strong{font-weight:700;color:var(--brand-yellow)}.bc2c-trx-row{display:flex;gap:8px}.bc2c-trx-input-wrap{flex:1;min-width:0;position:relative}.bc2c-trx-input{width:100%;margin:0 0 8px;background:#2a2f3a;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:11px 14px;font-size:13px;color:#eaecef;outline:none}.bc2c-trx-input::-moz-placeholder{color:#6b7280}.bc2c-trx-input::placeholder{color:#6b7280}.bc2c-trx-input:focus{border-color:var(--brand-yellow)}.bc2c-trx-paste{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#6b7280;cursor:pointer;transition:color .2s}.bc2c-trx-paste:hover{color:var(--brand-yellow)}.bc2c-trx-verify{background:var(--brand-yellow);color:#1e2329;border:none;border-radius:10px;padding:0 22px;font-size:13px;font-weight:800;cursor:pointer;flex-shrink:0;box-shadow:0 4px 12px #f0b90b4d}.bc2c-trx-verify:hover{background:var(--brand-yellow-hover)}.bc2c-vfy-error{display:none;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:12.5px;line-height:1.5;padding:12px 14px;border-radius:10px;margin-top:12px}.bc2c-vfy-error.is-shown{display:block}.bc2c-status{border:1px solid #eaecef;padding:14px 18px 18px;background:linear-gradient(180deg,#fff,#f9fafc);display:flex;flex-direction:column;gap:11px;margin:0 24px 18px;border-radius:10px;box-shadow:0 4px 16px #0000000a}.bc2c-status-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.bc2c-status-left{display:flex;align-items:center;gap:10px;min-width:0}.bc2c-spinner{width:18px;height:18px;border:2.5px solid #fdefc4;border-top-color:var(--brand-yellow);border-radius:50%;animation:bc2cSpin .75s linear infinite;flex-shrink:0}.bc2c-status-title{font-size:14px;font-weight:700;color:#1e2329}.bc2c-status-timer{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#64748b;font-weight:600;background:#f0b90b1a;border:1px solid rgba(240,185,11,.3);padding:5px 12px;border-radius:10px;flex-shrink:0}.bc2c-status-timer i{color:var(--brand-yellow);font-size:12px}.bc2c-status-timer strong{color:#1e2329;font-variant-numeric:tabular-nums;font-size:13px;font-weight:800;margin-left:2px}.bc2c-progress{height:6px;background:#f0b90b29;border-radius:99px;position:relative;overflow:hidden}.bc2c-progress:after{content:"";position:absolute;top:0;left:0;height:100%;width:38%;background:linear-gradient(90deg,transparent,var(--brand-yellow),#fcd535,transparent);border-radius:99px;box-shadow:0 0 10px #f0b90bb3;animation:bc2cSweep 1.4s linear infinite}@keyframes bc2cSweep{0%{transform:translate(-110%)}to{transform:translate(360%)}}.bc2c-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d15208c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9500;display:flex;align-items:center;justify-content:center;padding:20px}.bc2c-init-card{background:#fff;border-radius:10px;padding:40px 32px 28px;width:100%;max-width:560px;box-shadow:0 20px 60px #00000029;text-align:center;animation:bc2cPop .3s}@keyframes bc2cPop{0%{opacity:0;transform:scale(.94) translateY(10px)}to{opacity:1;transform:none}}.bc2c-init-spinner{width:64px;height:64px;border:4px solid #e8ecf2;border-top-color:#1e2329;border-radius:50%;margin:0 auto 14px;animation:bc2cSpin .9s linear infinite}.bc2c-init-title{font-size:19px;font-weight:800;color:#1e2329;margin-bottom:4px}.bc2c-init-sub{font-size:13px;color:#64748b;margin-bottom:24px}.bc2c-init-step{display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;margin-bottom:10px;transition:opacity .3s}.bc2c-init-step.is-muted{opacity:.5}.bc2c-init-step-l{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#1e2329}.bc2c-init-step-ic{width:30px;height:30px;border-radius:50%;background:#1e2329;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}.bc2c-init-step.is-muted .bc2c-init-step-ic{background:#cbd5e1}.bc2c-init-badge{font-size:11px;font-weight:700;padding:4px 12px;border-radius:10px}.bc2c-init-badge.prog{background:#fef3c7;color:#b45309}.bc2c-init-badge.wait{background:#f1f5f9;color:#94a3b8}.bc2c-init-badge.done{background:#dcfce7;color:#15803d}.bc2c-init-footer{font-size:12px;color:#94a3b8;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:6px}.bc2c-succ-pop{background:#fff;border-radius:10px;padding:42px 36px 30px;max-width:420px;width:100%;text-align:center;box-shadow:0 30px 80px #0006;animation:bc2cPop .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.bc2c-succ-pop:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#22c55e,#16a34a)}.bc2c-succ-check{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:6px auto 20px;color:#fff;font-size:42px;box-shadow:0 12px 34px #22c55e73;animation:bc2cChk .5s cubic-bezier(.34,1.56,.64,1) both;position:relative}@keyframes bc2cChk{0%{transform:scale(0)}60%{transform:scale(1.15)}to{transform:scale(1)}}.bc2c-succ-check:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%;border:2px solid rgba(34,197,94,.45);animation:bc2cRing 1.6s ease-out infinite}@keyframes bc2cRing{0%{transform:scale(.9);opacity:.8}to{transform:scale(1.35);opacity:0}}.bc2c-succ-h{font-size:25px;font-weight:800;color:#1e2329;margin-bottom:8px}.bc2c-succ-p{font-size:14px;color:#64748b;line-height:1.55;margin-bottom:20px}.bc2c-succ-amt{display:inline-flex;align-items:center;gap:8px;background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d;font-weight:800;font-size:16px;padding:11px 22px;border-radius:10px}.bc2c-succ-redirect{font-size:12px;color:#94a3b8;margin-top:22px;display:flex;align-items:center;justify-content:center;gap:7px}.bc2c-cancel-box{background:#fff;border-radius:10px;width:90%;max-width:360px;padding:24px;text-align:center;box-shadow:0 10px 40px #0003;animation:bc2cPop .25s cubic-bezier(.34,1.56,.64,1)}.bc2c-cancel-ic{width:56px;height:56px;border-radius:50%;background:#fff1f2;color:#e11d48;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 16px}.bc2c-cancel-box h3{font-size:20px;font-weight:700;color:#1e2329;margin:0 0 8px}.bc2c-cancel-box p{font-size:14px;color:#64748b;line-height:1.5;margin:0 0 24px}.bc2c-cancel-actions{display:flex;gap:12px}.bc2c-cancel-btn{flex:1;padding:12px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;border:none}.bc2c-cancel-keep{background:#f1f5f9;color:#475569}.bc2c-cancel-keep:hover{background:#e2e8f0}.bc2c-cancel-yes{background:#ef4444;color:#fff}.bc2c-cancel-yes:hover{background:#dc2626}.bc2c-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(100px);background:#1e2329;color:#fff;padding:12px 24px;border-radius:10px;font-size:13px;font-weight:600;opacity:0;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);z-index:9600;box-shadow:0 8px 20px #00000026;display:flex;align-items:center;gap:8px}.bc2c-toast i{color:var(--brand-yellow);font-size:16px}.bc2c-toast.is-shown{transform:translate(-50%) translateY(0);opacity:1}.bc2c-boot{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#64748b}.bc2c-boot .bc2c-init-spinner{margin:0}.bc2c-boot-err{color:#be123c;font-weight:700}.bc2c-boot button{background:#1e2329;color:#fff;border:none;border-radius:10px;padding:10px 20px;font-weight:700;cursor:pointer}@media (max-width: 1024px){.bc2c-backdrop{padding:0}.bc2c-root{flex-direction:column;overflow-y:auto;height:100%;max-width:100%;border-radius:0}.bc2c-sidebar{width:100%;min-width:100%;height:auto;border-right:none;border-bottom:1px solid var(--border-dark);overflow:visible}.bc2c-main{overflow:visible}.bc2c-body{padding:16px}.bc2c-top{flex-direction:column;align-items:center}.bc2c-actions{width:100%;margin-left:0}.bc2c-copy-row{flex-direction:column}.bc2c-qr-box{width:100%;max-width:260px}.bc2c-htp-content{grid-template-columns:1fr;gap:32px;padding:20px}.bc2c-phone{margin:0 auto;top:0}.bc2c-verify-strip{flex-direction:column}.bc2c-verify-btn{flex:1 1 auto}.bc2c-status{margin:0 16px 16px}.bc2c-amount-val{font-size:24px}}@media (min-width: 1025px) and (max-width: 1440px){.bc2c-sidebar{width:300px;min-width:300px}.bc2c-sidebar-header{padding:20px 26px}.bc2c-invoice{padding:22px 26px}.bc2c-total .bc2c-amt{font-size:40px}.bc2c-methods{padding:20px 26px}.bc2c-body{padding:16px 26px}.bc2c-amount-val{font-size:26px}.bc2c-note-val{font-size:21px}}.bc2c-root{height:min(92vh,720px)}.bc2c-side-verify{padding:12px 22px 14px;border-top:1px solid var(--border-dark);display:flex;flex-direction:column;gap:8px}.bc2c-sv-title{font-size:12px;font-weight:700;color:var(--sidebar-text);display:flex;align-items:center;gap:7px}.bc2c-sv-title i{color:var(--brand-yellow)}.bc2c-sv-input{width:100%;background:#0e1015;border:1px solid var(--border-dark);border-radius:8px;padding:9px 11px;font-size:12px;color:var(--sidebar-text);outline:none}.bc2c-sv-input::-moz-placeholder{color:#5a6472}.bc2c-sv-input::placeholder{color:#5a6472}.bc2c-sv-input:focus{border-color:var(--brand-yellow)}.bc2c-sv-btn{width:100%;height:40px;background:var(--brand-yellow);color:#1e2329;border:none;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:filter .15s}.bc2c-sv-btn:hover:not(:disabled){filter:brightness(1.06)}.bc2c-sv-btn:disabled{opacity:.7;cursor:progress}.bc2c-sv-error{font-size:11.5px;line-height:1.45;color:#ff8f9a;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:7px;padding:8px 10px;display:flex;gap:7px;align-items:flex-start}.bc2c-sv-info{font-size:11.5px;line-height:1.45;color:#4ade80;background:#10b9811a;border:1px solid rgba(16,185,129,.28);border-radius:7px;padding:8px 10px;display:flex;gap:7px;align-items:flex-start}.bc2c-sv-error i,.bc2c-sv-info i{margin-top:1px;flex-shrink:0}.bc2c-sv-hint{font-size:10.5px;line-height:1.45;color:#6b7280}.bc2c-sidebar{overflow-y:auto}.bc2c-tabs{margin-bottom:10px}.bc2c-tab{font-size:15px;padding:10px 18px}.bc2c-tab img{width:16px;height:16px}.bc2c-body{padding:12px 22px 14px}.bc2c-top{gap:18px;margin-bottom:10px}.bc2c-qr-box{width:152px;padding:12px}.bc2c-qr{margin-bottom:10px}.bc2c-copy-box{padding:9px 12px;gap:10px}.bc2c-amount-val{font-size:21px}.bc2c-amount-val .bc2c-cur-sm{font-size:11px}.bc2c-note-val{font-size:18px;letter-spacing:1.2px}.bc2c-cb-label{font-size:10px;letter-spacing:.4px}.bc2c-htp-content{min-height:0;padding:10px 14px;gap:10px 18px;grid-template-columns:1fr 158px}.bc2c-steps{gap:6px}.bc2c-steps:before{top:26px}.bc2c-step{padding:9px 12px}.bc2c-step-num{width:28px;height:28px;min-width:28px;font-size:13px}.bc2c-step-headrow{margin-bottom:3px;gap:10px}.bc2c-step-text h4{font-size:13.5px}.bc2c-step-text p{font-size:11.5px;line-height:1.4}.bc2c-step-badge{padding:5px 10px;font-size:12px}.bc2c-step-badge i{font-size:12px}.bc2c-phone{min-height:292px;max-width:156px;top:-10px}.bc2c-status-title{font-size:12.5px}.bc2c-status-timer{font-size:11px}.bqr-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#eef2f7;background-image:radial-gradient(circle at 1px 1px,rgba(15,23,42,.045) 1px,transparent 0);background-size:22px 22px}.bqr-card{width:100%;max-width:460px;background:#fff;border-radius:10px;padding:18px;box-shadow:0 20px 60px #0f172a1f}.bqr-card--busy{display:flex;align-items:center;justify-content:center;min-height:320px}.bqr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px 16px;overflow-y:auto;overscroll-behavior:contain}.bqr-modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#080f1a9e;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:bqr-modal-in .18s ease-out}.bqr-modal-card{position:relative;width:100%;max-width:460px;margin:auto;animation:bqr-modal-rise .22s cubic-bezier(.22,1,.36,1)}@keyframes bqr-modal-in{0%{opacity:0}}@keyframes bqr-modal-rise{0%{opacity:0;transform:translateY(14px)}}@media (prefers-reduced-motion: reduce){.bqr-modal-scrim,.bqr-modal-card{animation:none}}.bqr-top{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #e6ebf2;border-radius:10px}.bqr-top-btn{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#64748b;background:#f4f7fb;text-decoration:none;transition:background .18s,color .18s}.bqr-top-btn:hover{background:#e6ebf2;color:#0f172a}.bqr-brand{font-size:12px;font-weight:900;letter-spacing:2px;color:#e2136e}.bqr-summary{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.bqr-merchant{display:flex;align-items:center;gap:10px;min-width:0;padding:14px 16px;border:1px solid #e6ebf2;border-radius:10px}.bqr-merchant-badge{width:34px;height:34px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#eef2ff;color:#4f46e5;font-size:15px}.bqr-merchant-name{font-size:14px;font-weight:700;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bqr-amount{display:inline-flex;align-items:center;gap:8px;padding:14px 18px;cursor:pointer;border:1px solid #e6ebf2;border-radius:10px;background:#fff;font-size:16px;font-weight:800;color:#334155;white-space:nowrap;transition:border-color .18s,color .18s}.bqr-amount:hover{border-color:#e2136e;color:#e2136e}.bqr-amount>i{font-size:12px;opacity:.5}.bqr-body{margin-top:10px;padding:20px 16px 16px;border:1px solid #e6ebf2;border-radius:10px;text-align:center}.bqr-title{font-size:18px;font-weight:800;color:#0f172a;margin:0}.bqr-steps{font-size:12.5px;color:#94a3b8;margin:6px 0 18px}.bqr-qr{position:relative;display:inline-block;padding:12px;border:1px solid #e6ebf2;border-radius:10px;background:#fff}.bqr-qr img{display:block;width:260px;max-width:100%;height:auto}.bqr-qr.is-spent img{filter:grayscale(1);opacity:.35}.bqr-qr-veil{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:34px;color:#94a3b8}.bqr-exact{font-size:12.5px;line-height:1.6;color:#64748b;margin:16px 4px 0}.bqr-exact>i{color:#4f46e5;margin-right:6px}.bqr-exact strong{color:#0f172a}.bqr-note{display:flex;align-items:center;gap:10px;text-align:left;margin-top:16px;padding:12px 14px;border-radius:10px;background:#f4f7fb;border:1px solid #e6ebf2;font-size:12.5px;line-height:1.5;color:#475569}.bqr-note--warn{background:#fffbeb;border-color:#fde68a;color:#b45309}.bqr-note-dot{width:8px;height:8px;border-radius:50%;background:#f59e0b;flex-shrink:0}.bqr-note-dot.is-live{background:#10b981;animation:bqrPulse 1.4s ease-in-out infinite}.bqr-note-time{margin-left:auto;text-align:center;font-size:11px;font-weight:700;color:#94a3b8;white-space:nowrap}@keyframes bqrPulse{0%,to{opacity:1}50%{opacity:.25}}.bqr-state{text-align:center;padding:36px 20px}.bqr-state>i{font-size:44px}.bqr-state--good>i{color:#10b981}.bqr-state--bad>i{color:#ef4444}.bqr-state h2{font-size:19px;font-weight:800;color:#0f172a;margin:14px 0 6px}.bqr-state p{font-size:13px;color:#64748b;margin:0 0 20px}.bqr-state .bqr-settled-note{font-size:12px;color:#94a3b8;margin:-12px 0 18px}.bqr-btn{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 26px;border-radius:10px;background:#e2136e;color:#fff;font-size:13px;font-weight:800;text-decoration:none;transition:filter .18s}.bqr-btn:hover{filter:brightness(1.08);color:#fff}@media (prefers-reduced-motion: reduce){.bqr-note-dot.is-live{animation:none}}@media (max-width: 420px){.bqr-summary{grid-template-columns:1fr}.bqr-amount{justify-content:center}}.bal-page-shell{max-width:100%!important;max-height:100%!important;width:100%!important;max-width:1550px!important;padding:24px 0 32px!important;margin:0 auto!important;box-sizing:border-box!important;height:100%!important;min-height:100%!important;overflow:hidden!important}.bal-app-window{width:100%!important;max-width:1550px!important;height:100%!important;flex:1 1 auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;border-radius:12px!important;border:1px solid var(--card-border, #1a222c)!important;background:var(--card-bg, #0d1217)!important;box-shadow:none!important;padding:0!important;margin:0 auto!important;gap:0!important}.inv-header-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:16px 28px!important;border-bottom:1px solid var(--card-border, #1a222c)!important;background:#00000014!important;box-sizing:border-box!important;margin:0!important}html[data-mode=light] .inv-header-bar{background:#fafbfc!important}.inv-status-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:4px 12px!important;border-radius:6px!important;background:#f59e0b1f!important;border:1px solid rgba(245,158,11,.28)!important;color:#f59e0b!important;font-size:11px!important;font-weight:800!important;letter-spacing:.8px!important;text-transform:uppercase!important;box-shadow:0 2px 8px #f59e0b1a!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;transition:all .2s ease!important}.inv-status-badge:hover{background:#f59e0b2e!important;border-color:#f59e0b6b!important}.inv-status-badge i{font-size:12.5px!important;line-height:1!important;opacity:.92!important}html[data-mode=light] .inv-status-badge{background:#f59e0b1a!important;border-color:#f59e0b47!important;color:#d97706!important;box-shadow:0 1px 4px #f59e0b14!important}.inv-main-card{width:100%!important;max-width:100%!important;flex:1 1 auto!important;display:grid!important;grid-template-columns:minmax(380px,480px) 1fr!important;border:none!important;border-radius:0!important;overflow:hidden!important;background:transparent!important}.inv-amount-input{flex:1!important;min-width:0!important;-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important}.inv-currency-tag{font-size:16px!important;font-weight:800!important;font-family:Rajdhani,Inter,sans-serif!important;color:var(--text-muted, #808e9d)!important;letter-spacing:.8px!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;flex-shrink:0!important;padding:0 4px!important;background:transparent!important;border:none!important;box-shadow:none!important;transition:all .2s ease!important}html[data-mode=light] .inv-currency-tag{background:transparent!important;border:none!important}.inv-amount-box.is-valid .inv-currency-tag{color:var(--theme-accent, var(--primary, #00c282))!important;background:transparent!important;border:none!important}.inv-gateway-grid{display:grid!important;grid-template-columns:1fr!important;gap:11px!important}.inv-gw-card{min-height:70px!important;padding:15px 18px!important;border:1.5px solid var(--card-border, #1a222c)!important;transform:none!important;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease!important}.inv-gw-card:hover{transform:none!important;border-color:var(--theme-accent, var(--primary, #00c282))!important;background:color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 8%,#0f151c)!important;box-shadow:0 4px 18px color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 12%,transparent)!important}html[data-mode=light] .inv-gw-card:hover{background:color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 6%,#ffffff)!important;border-color:var(--theme-accent, var(--primary, #00c282))!important}.inv-gw-card.active{transform:none!important;border-color:var(--theme-accent, var(--primary, #00c282))!important;background:color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 8%,#0f151c)!important;box-shadow:0 4px 18px color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 15%,transparent)!important}html[data-mode=light] .inv-gw-card.active{background:color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 6%,#ffffff)!important;border-color:var(--theme-accent, var(--primary, #00c282))!important}.inv-gw-card:hover .inv-gw-name,.inv-gw-card.active .inv-gw-name{color:var(--theme-accent, var(--primary, #00c282))!important}.inv-gw-check{position:absolute!important;top:50%!important;right:18px!important;transform:translateY(-50%)!important;width:24px!important;height:24px!important;border-radius:50%!important;background:var(--theme-accent, var(--primary, #00c282))!important;border:none!important;color:#fff!important;font-size:14px!important;font-weight:900!important;box-shadow:0 2px 8px color-mix(in srgb,var(--theme-accent, var(--primary, #00c282)) 40%,transparent)!important}.inv-gw-card:hover .inv-gw-check{display:grid!important;opacity:.65!important}.inv-gw-card.active .inv-gw-check{display:grid!important;opacity:1!important}.inv-mobile-ssl-footer{display:none!important}.inv-footer-actions{min-height:58px!important;gap:14px!important}.inv-total-box{min-height:58px!important;padding:16px 22px!important}.inv-total-value,.inv-bal-val--green{color:#00b87c!important}.inv-billed-section{background:#ffffff05!important;border:1px solid var(--card-border)!important;border-radius:10px!important;padding:16px 18px!important;margin-bottom:22px!important;display:flex!important;flex-direction:column!important;gap:13px!important}html[data-mode=light] .inv-billed-section{background:#f8fafc!important;border-color:#e2e8f0!important}.inv-billed-box{background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:13px!important;width:100%!important;box-sizing:border-box!important}html[data-mode=light] .inv-billed-box{background:transparent!important;border:none!important}.inv-billed-user-info{display:flex!important;flex-direction:column!important}.inv-billed-label{order:1!important}.inv-billed-name{order:2!important}.inv-balance-list{padding-top:13px!important;border-top:1px solid var(--card-border)!important}html[data-mode=light] .inv-balance-list{border-top-color:#e2e8f0!important}.inv-billed-name,.inv-bal-val{font-size:18px!important}.inv-bal-lbl{font-size:13px!important}.inv-tbl-header{font-size:11.5px!important;padding:0 18px 12px!important;background:transparent!important;border-top:none!important;border-left:none!important;border-right:none!important;border-bottom:1px solid var(--card-border)!important;border-radius:0!important}.inv-tbl-row{padding:15px 18px!important;background:transparent!important;border-top:none!important;border-left:none!important;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.05)!important;border-radius:0!important}html[data-mode=light] .inv-tbl-row{background:transparent!important;border-bottom:1px solid #f1f5f9!important}.inv-item-icon{width:40px!important;height:40px!important;font-size:19px!important;border-radius:9px!important}.inv-item-title{font-size:15px!important}.inv-item-sub{font-size:12.5px!important}.inv-item-amount{font-size:17px!important}.inv-payment-footer{margin-top:auto!important;padding-top:10px!important;display:flex!important;justify-content:center!important;align-items:center!important}.inv-ssl-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;font-size:12px!important;font-weight:500!important;color:var(--text-muted)!important;line-height:1!important}.inv-ssl-badge i{font-size:15px!important;color:#00b87c!important;flex-shrink:0!important}.inv-pay-btn{min-height:58px!important;padding:16px 24px!important;font-size:14px!important;background:#00b87c!important}.inv-pay-btn:hover{transform:none!important;background:#00a36d!important;box-shadow:0 6px 24px #00b87c59!important;filter:none!important}@media (max-width: 1050px){.bal-page-shell{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:8px 10px 20px!important;box-sizing:border-box!important}.bal-app-window{box-shadow:none!important;border:1px solid var(--card-border)!important;border-radius:10px!important;box-sizing:border-box!important}.inv-main-card{border:none!important;border-radius:0!important;box-shadow:none!important}.inv-payment-col{border-radius:0!important}.inv-main-card{grid-template-columns:1fr!important}.inv-payment-col{border-right:none!important;border-bottom:1px solid var(--card-border)!important;height:auto!important}.inv-summary-col{min-height:auto!important;height:auto!important}.inv-spacer{min-height:20px!important;flex:0 0 20px!important}}@media (max-width: 768px){.bal-page-shell{height:auto!important;min-height:auto!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:10px 10px 24px!important;display:block!important;box-sizing:border-box!important;overflow:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.bal-app-window{height:auto!important;width:100%!important;max-width:100%!important;border:1px solid var(--card-border)!important;border-radius:10px!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:none!important}.inv-header-bar{padding:6px 12px!important;box-sizing:border-box!important;width:100%!important}.xhome-balance .inv-title{font-size:12px!important;font-weight:700!important;line-height:1.1!important}.inv-number{font-size:9.5px!important;margin-top:1px!important}.inv-status-badge{font-size:8px!important;padding:1.5px 4.5px!important;border-radius:3.5px!important;gap:3px!important;line-height:1!important}.inv-status-badge i{font-size:8px!important}.inv-date{font-size:9.5px!important;margin-top:1px!important}.inv-main-card{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.inv-payment-col{padding:12px 10px!important;gap:10px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.inv-field-group{gap:4px!important}.inv-field-label{font-size:10.5px!important;margin-bottom:2px!important}.inv-amount-box{height:46px!important;padding:0 10px!important;width:100%!important;box-sizing:border-box!important}.inv-currency-symbol,.inv-amount-input{font-size:18px!important}.inv-currency-tag{font-size:11.5px!important}.inv-amount-limit{font-size:10px!important;margin-top:1px!important}.inv-gateway-grid{gap:6px!important}.inv-gw-card,.inv-gw-card.active{padding:8px 10px!important;min-height:48px!important;height:48px!important;gap:8px!important;width:100%!important;box-sizing:border-box!important;border-radius:8px!important;transform:none!important}.inv-gw-icon{width:47px!important;height:36px!important;border-radius:6px!important;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)!important;border:1px solid #252d36!important;color:var(--theme-accent, #6d28d9)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}html[data-mode=light] .inv-gw-icon{background:#f8fafc!important;border-color:#e2e8f0!important;color:var(--text-muted)!important}.inv-gw-icon svg.media-placeholder,.inv-gw-icon svg.image-placeholder{width:19px!important;height:19px!important;stroke:currentColor!important;color:var(--text-muted)!important;opacity:.75!important;transition:color .2s ease,stroke .2s ease,opacity .2s ease!important}.inv-gw-card:hover .inv-gw-icon svg.media-placeholder,.inv-gw-card:hover .inv-gw-icon svg.image-placeholder,.inv-gw-card.active .inv-gw-icon svg.media-placeholder,.inv-gw-card.active .inv-gw-icon svg.image-placeholder{color:var(--theme-accent, var(--primary))!important;stroke:var(--theme-accent, var(--primary))!important;opacity:1!important}.inv-gw-card:hover .inv-gw-icon,.inv-gw-card.active .inv-gw-icon{border-color:var(--theme-accent, var(--primary))!important}.inv-gw-name{font-size:12px!important}.inv-gw-charge{font-size:10px!important}.inv-gw-check{width:17px!important;height:17px!important;font-size:10px!important;right:10px!important}.inv-payment-footer{display:none!important}.inv-ssl-badge{font-size:10px!important;text-align:center!important;justify-content:center!important;width:100%!important}.inv-summary-col{padding:12px 10px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.inv-billed-section{background:#ffffff05!important;border:1px solid var(--card-border)!important;border-radius:8px!important;padding:8px 8px 5px!important;margin-bottom:5px!important;width:100%!important;box-sizing:border-box!important}html[data-mode=light] .inv-billed-section{background:#f8fafc!important;border-color:#e2e8f0!important}.inv-billed-box{background:#ffffff0a!important;border:1px solid var(--card-border)!important;border-radius:6px!important;padding:7px 10px 4px!important;display:flex!important;flex-direction:column!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}html[data-mode=light] .inv-billed-box{background:#fff!important;border-color:#e2e8f0!important}.inv-billed-header{gap:7px!important;align-items:center!important}.inv-billed-user-info{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;flex:1!important}.inv-billed-avatar{width:24px!important;height:24px!important;font-size:12px!important}.inv-billed-name{order:1!important;margin-left:0!important;font-size:12px!important;font-weight:700!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.inv-billed-label{order:2!important;margin-left:auto!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:.6px!important;text-transform:uppercase!important;color:var(--text-muted)!important;white-space:nowrap!important}.inv-client-badge{font-size:9px!important;padding:1.5px 3.5px!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;line-height:1!important}.inv-client-badge-text{display:none!important}.inv-balance-list{width:100%!important;box-sizing:border-box!important;gap:6px!important;padding-top:8px!important}.inv-bal-row{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:6px!important}.inv-bal-lbl{font-size:11px!important;white-space:nowrap!important}.inv-bal-val{font-size:13px!important;white-space:nowrap!important;flex-shrink:0!important}.inv-breakdown-table{width:100%!important;box-sizing:border-box!important}.inv-billed-section .inv-breakdown-table{margin-top:4px!important;padding-top:0!important;border-top:none!important}.inv-tbl-header{padding:0 11px 8px!important;font-size:10px!important;width:100%!important;box-sizing:border-box!important}.inv-tbl-row{padding:8px 11px!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}.inv-row-left{min-width:0!important;flex:1 1 auto!important;gap:8px!important}.inv-item-info{min-width:0!important;flex:1 1 auto!important;overflow:hidden!important}.inv-item-icon{width:28px!important;height:28px!important;font-size:14px!important;border-radius:6px!important}.inv-item-title{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.inv-item-sub{font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.inv-item-amount{font-size:13px!important;white-space:nowrap!important;flex-shrink:0!important}.inv-spacer,.inv-dashed-line{display:none!important}.inv-footer-actions{grid-template-columns:1fr!important;gap:8px!important;min-height:auto!important;width:100%!important;box-sizing:border-box!important}.inv-total-box{padding:8px 12px!important;min-height:42px!important;border-radius:8px!important;width:100%!important;box-sizing:border-box!important}.inv-total-label{font-size:11px!important}.inv-total-value{font-size:16px!important}.inv-pay-btn{padding:10px 14px!important;min-height:44px!important;font-size:13px!important;border-radius:8px!important;justify-content:center!important;width:100%!important}.inv-mobile-ssl-footer{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:12px!important;padding-bottom:2px!important}}@media (max-width: 480px){.inv-header-bar{padding:6px 10px!important}.inv-header-right .inv-date{font-size:9.5px!important;margin-top:1px!important}.inv-status-badge{font-size:8px!important;padding:1.5px 4.5px!important}.inv-status-badge i{font-size:8px!important}.inv-payment-col,.inv-summary-col{padding:14px 10px!important}}.xhome-balance{--primary: var(--theme-accent, #00c282);--primary-rgb: var(--theme-accent-rgb, 0, 194, 130);--page-bg: #070a0e;--card-bg: #0d1217;--card-border: #1a222c;--input-bg: #070b0f;--input-border: #1c2633;--text: #f8fafc;--text-muted: #808e9d;--text-dim: #505c6d;--danger: #ef4444;--danger-border: #7f1d1d;--btn-green: #00b87c;--btn-green-text: #ffffff;--btn-green-hover: #00a36d}html[data-mode=light] .xhome-balance{--page-bg: #f4f6f8;--card-bg: #ffffff;--card-border: #e2e8f0;--input-bg: #f8fafc;--input-border: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--text-dim: #94a3b8;--danger: #dc2626;--danger-border: #fca5a5;--btn-green: #00c282;--btn-green-text: #ffffff;--btn-green-hover: #00af75}.xhome-balance,.xhome-balance *,.xhome-balance *:before,.xhome-balance *:after{box-sizing:border-box;margin:0;padding:0}.xhome-balance{width:100%;height:100%;background:transparent;font-family:Inter,-apple-system,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}.bal-page-shell{width:100%;max-width:1550px;margin:0 auto;padding:24px 0 32px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:100%;overflow:hidden}.bal-app-window{width:100%;height:100%;flex:1 1 auto;background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;display:flex;flex-direction:column;overflow:hidden;box-shadow:none}.inv-header-bar{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;border-bottom:1px solid var(--card-border);background:#00000014;flex-shrink:0}html[data-mode=light] .inv-header-bar{background:#fafbfc}.inv-header-left .inv-title{font-size:20px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--text);font-family:Inter,sans-serif;line-height:1.2}.inv-header-left .inv-number{font-size:12px;font-weight:700;color:var(--text-muted);font-family:Inter,monospace;margin-top:4px;letter-spacing:.3px}.inv-header-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right}.inv-status-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:4px 12px;border-radius:6px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.28);color:#f59e0b;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;box-shadow:0 2px 8px #f59e0b1a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:all .2s ease}.inv-status-badge:hover{background:#f59e0b2e;border-color:#f59e0b6b}.inv-status-badge i{font-size:12.5px;line-height:1;opacity:.92}html[data-mode=light] .inv-status-badge{background:#f59e0b1a;border-color:#f59e0b47;color:#d97706;box-shadow:0 1px 4px #f59e0b14}.inv-header-right .inv-date{font-size:11.5px;font-weight:500;color:var(--text-muted);margin-top:5px}.inv-main-card{width:100%;flex:1 1 auto;background:transparent;border:none;border-radius:0;display:grid;grid-template-columns:minmax(380px,480px) 1fr;overflow:hidden}html[data-mode=light] .inv-main-card{background:transparent;border-color:#e2e8f0}.inv-payment-col{padding:24px 26px;border-right:1px solid var(--card-border);display:flex;flex-direction:column;gap:22px}.inv-sec-heading{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:800;letter-spacing:.7px;text-transform:uppercase;color:var(--text)}.inv-sec-heading i{color:var(--primary);font-size:16px}.inv-field-group{display:flex;flex-direction:column;gap:8px}.inv-field-label{font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--text-muted)}.inv-amount-box{width:100%;height:72px;background:var(--input-bg);border:1.5px solid var(--danger-border);border-radius:6px;padding:0 18px;display:flex;align-items:center;gap:10px;transition:all .2s ease}.inv-amount-box:focus-within{border-color:var(--danger);box-shadow:0 0 0 2px #ef444426}.inv-amount-box.is-valid{border-color:var(--primary)}.inv-amount-box.is-valid:focus-within{box-shadow:0 0 0 2px #00c28226}.inv-currency-symbol{font-size:26px;font-weight:700;color:var(--text-muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.inv-amount-input{flex:1;min-width:0;background:transparent;border:none;outline:none;font-size:32px;font-weight:800;font-family:Rajdhani,sans-serif;color:var(--text);line-height:1;-moz-appearance:textfield!important;-webkit-appearance:textfield!important;appearance:textfield!important}.inv-amount-input::-webkit-outer-spin-button,.inv-amount-input::-webkit-inner-spin-button{-webkit-appearance:none!important;margin:0!important}.inv-currency-tag{font-size:16px;font-weight:800;font-family:Rajdhani,Inter,sans-serif;color:var(--text-muted);letter-spacing:.8px;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;padding:0 4px;background:transparent;border:none;box-shadow:none;transition:all .2s ease}html[data-mode=light] .inv-currency-tag{background:transparent;border:none}.inv-amount-box.is-valid .inv-currency-tag{color:var(--theme-accent, var(--primary));background:transparent;border:none}.inv-amount-limit{font-size:11px;font-weight:600;color:var(--danger);margin-top:1px;letter-spacing:.2px}.inv-amount-limit.is-valid{color:var(--text-muted)}.inv-gateway-grid{display:grid;grid-template-columns:1fr;gap:11px}.inv-gw-card{background:#0f151c;border:1.5px solid var(--card-border);border-radius:8px;padding:15px 18px;min-height:70px;display:flex;align-items:center;gap:14px;cursor:pointer;position:relative;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;transform:none!important}html[data-mode=light] .inv-gw-card{background:#fff;border-color:#e2e8f0}.inv-gw-card:hover{border-color:var(--theme-accent, var(--primary));background:color-mix(in srgb,var(--theme-accent, var(--primary)) 8%,#0f151c);box-shadow:0 4px 18px color-mix(in srgb,var(--theme-accent, var(--primary)) 12%,transparent);transform:none!important}html[data-mode=light] .inv-gw-card:hover{background:color-mix(in srgb,var(--theme-accent, var(--primary)) 6%,#ffffff);border-color:var(--theme-accent, var(--primary))}.inv-gw-card.active{border-color:var(--theme-accent, var(--primary));background:color-mix(in srgb,var(--theme-accent, var(--primary)) 8%,#0f151c);box-shadow:0 4px 18px color-mix(in srgb,var(--theme-accent, var(--primary)) 15%,transparent);transform:none!important}html[data-mode=light] .inv-gw-card.active{background:color-mix(in srgb,var(--theme-accent, var(--primary)) 6%,#ffffff);border-color:var(--theme-accent, var(--primary))}.inv-gw-card:hover .inv-gw-name,.inv-gw-card.active .inv-gw-name{color:var(--theme-accent, var(--primary))}.inv-gw-icon{width:62px;height:48px;border-radius:8px;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14);border:1px solid #252d36;color:var(--theme-accent, #6d28d9);display:flex;align-items:center;justify-content:center;flex-shrink:0}html[data-mode=light] .inv-gw-icon{background:#f8fafc;border-color:#e2e8f0;color:var(--text-muted)}.inv-gw-icon svg.media-placeholder,.inv-gw-icon svg.image-placeholder{width:24px;height:24px;stroke:currentColor;color:var(--text-muted);opacity:.75;transition:color .2s ease,stroke .2s ease,opacity .2s ease}.inv-gw-card:hover .inv-gw-icon svg.media-placeholder,.inv-gw-card:hover .inv-gw-icon svg.image-placeholder,.inv-gw-card.active .inv-gw-icon svg.media-placeholder,.inv-gw-card.active .inv-gw-icon svg.image-placeholder{color:var(--theme-accent, var(--primary))!important;stroke:var(--theme-accent, var(--primary))!important;opacity:1!important}.inv-gw-card:hover .inv-gw-icon,.inv-gw-card.active .inv-gw-icon{border-color:var(--theme-accent, var(--primary))!important}.inv-gw-details{display:flex;flex-direction:column;gap:3px;min-width:0}.inv-gw-name{font-size:13px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.inv-gw-charge{font-size:11px;font-weight:500;color:var(--text-muted)}.inv-gw-check{position:absolute;top:50%;right:18px;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:var(--theme-accent, var(--primary));border:none;color:#fff;display:none;place-items:center;font-size:14px;font-weight:900;box-shadow:0 2px 8px color-mix(in srgb,var(--theme-accent, var(--primary)) 40%,transparent)}.inv-gw-card:hover .inv-gw-check{display:grid;opacity:.65}.inv-gw-card.active .inv-gw-check{display:grid;opacity:1}.inv-payment-footer{margin-top:auto;padding-top:10px;display:flex;justify-content:center;align-items:center}.inv-mobile-ssl-footer{display:none}.inv-ssl-badge{display:inline-flex;align-items:center;gap:6px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;font-size:12px;font-weight:500;color:var(--text-muted);line-height:1}.inv-ssl-badge i{font-size:15px;color:#00b87c;flex-shrink:0}.inv-summary-col{padding:24px 28px;display:flex;flex-direction:column;height:100%;min-height:480px}.inv-billed-section{background:#ffffff05;border:1px solid var(--card-border);border-radius:10px;padding:16px 18px;margin-bottom:22px;display:flex;flex-direction:column;gap:13px}html[data-mode=light] .inv-billed-section,html[data-mode=light] .xhome-balance .inv-billed-section{background:#f8fafc;border-color:#e2e8f0}.inv-billed-box{background:transparent;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;gap:13px;box-sizing:border-box;width:100%}html[data-mode=light] .inv-billed-box,html[data-mode=light] .xhome-balance .inv-billed-box{background:transparent;border:none}.inv-billed-header{display:flex;align-items:center;gap:14px}.inv-billed-avatar{width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid var(--card-border);display:grid;place-items:center;font-size:20px;color:var(--text-muted);flex-shrink:0}html[data-mode=light] .inv-billed-avatar{background:#fff;border-color:#e2e8f0;color:#475569}.inv-billed-user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.inv-billed-label{order:1;font-size:11px;font-weight:800;letter-spacing:.85px;text-transform:uppercase;color:var(--text-muted)}.inv-billed-name{order:2;font-size:18px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:9px;flex-wrap:wrap}.inv-client-badge{font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;background:#00b87c1f;color:#00b87c;border:1px solid rgba(0,184,124,.25);display:inline-flex;align-items:center;gap:4px;letter-spacing:.2px}.inv-balance-list{display:flex;flex-direction:column;gap:9px;padding-top:13px;border-top:1px solid var(--card-border)}html[data-mode=light] .inv-balance-list{border-top-color:#e2e8f0}.inv-bal-row{display:flex;align-items:center;justify-content:space-between;padding:2px 0}.inv-bal-lbl{font-size:13px;color:var(--text-muted);font-weight:600;display:flex;align-items:center;gap:6px}.inv-bal-lbl i{font-size:14px}.inv-bal-val{font-weight:800;color:var(--text);font-family:Rajdhani,sans-serif;font-size:18px;letter-spacing:.3px}.inv-bal-val--green{color:#00b87c!important}.inv-breakdown-table{display:flex;flex-direction:column;gap:0}.inv-tbl-header{display:flex;align-items:center;justify-content:space-between;font-size:11.5px;font-weight:800;letter-spacing:.85px;text-transform:uppercase;color:var(--text-muted);padding:0 18px 12px;border-bottom:1px solid var(--card-border);background:transparent!important;border-radius:0!important;margin-bottom:2px}html[data-mode=light] .inv-tbl-header{background:transparent!important;border-color:#e2e8f0}.inv-tbl-header span{display:inline-flex;align-items:center;gap:6px}.inv-tbl-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px;border-bottom:1px solid rgba(255,255,255,.05);background:transparent!important;border-radius:0!important;transition:background .15s ease}html[data-mode=light] .inv-tbl-row{background:transparent!important;border-bottom:1px solid #f1f5f9}.inv-row-left{display:flex;align-items:center;gap:14px;min-width:0}.inv-item-icon{width:40px;height:40px;border-radius:9px;display:grid;place-items:center;font-size:19px;flex-shrink:0}.inv-item-icon--deposit{background:#00b87c1f;color:#00b87c;border:1px solid rgba(0,184,124,.25)}.inv-item-icon--fee{background:#3b82f61f;color:#3b82f6;border:1px solid rgba(59,130,246,.25)}.inv-item-icon--shield{background:#a855f71f;color:#a855f7;border:1px solid rgba(168,85,247,.25)}.inv-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.inv-item-title{font-size:15px;font-weight:700;color:var(--text)}.inv-item-sub{font-size:12.5px;font-weight:500;color:var(--text-muted)}.inv-item-amount{font-size:17px;font-weight:800;color:var(--text);font-family:Rajdhani,sans-serif;white-space:nowrap;letter-spacing:.3px}.inv-item-amount--free{font-size:11px;font-weight:800;color:#00b87c;background:#00b87c1f;padding:3px 8px;border-radius:4px;border:1px solid rgba(0,184,124,.25);letter-spacing:.8px}.inv-spacer{flex:1;min-height:80px}.inv-dashed-line{border-top:1px dashed rgba(255,255,255,.1);margin-bottom:16px;width:100%}html[data-mode=light] .inv-dashed-line{border-top-color:#cbd5e1}.inv-footer-actions{display:grid;grid-template-columns:1.15fr 1fr;gap:14px;align-items:stretch;min-height:58px}.inv-total-box{background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px;padding:16px 22px;min-height:58px;display:flex;align-items:center;justify-content:space-between}.inv-total-label{font-size:13px;font-weight:800;letter-spacing:.6px;color:var(--text);text-transform:uppercase}.inv-total-value{font-size:24px;font-weight:800;color:var(--btn-green, var(--theme-accent, #00c282));font-family:Rajdhani,sans-serif;line-height:1}.inv-pay-btn{background:var(--btn-green);color:var(--btn-green-text);border:none;border-radius:8px;padding:16px 24px;min-height:58px;font-size:14px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}@keyframes payArrowPulse{0%{transform:translate(0)}to{transform:translate(7px)}}html body .inv-pay-btn,html body .inv-pay-btn *,html body .inv-pay-btn i,html body .inv-pay-btn span,html body .inv-pay-btn:hover,html body .inv-pay-btn:hover *,html body .inv-pay-btn:hover i,html body .inv-pay-btn:hover span,html body .inv-pay-btn:focus,html body .inv-pay-btn:active,html body .inv-pay-wallet-icon,html body .inv-pay-arrow{color:#fff!important;fill:#fff!important;stroke:#fff!important;-webkit-text-fill-color:#ffffff!important;opacity:1!important;filter:none!important}.inv-pay-btn:hover{transform:none!important;background:color-mix(in srgb,var(--btn-green, var(--theme-accent, #00c282)) 82%,#000000)!important;box-shadow:0 6px 24px color-mix(in srgb,var(--theme-accent, var(--primary)) 30%,transparent);filter:none!important}.inv-pay-wallet-icon,.inv-pay-btn i:first-child{font-size:19px!important;display:inline-flex!important;align-items:center!important}.inv-pay-btn .ti-arrow-right,.inv-pay-btn .inv-pay-arrow,.inv-pay-btn i:last-child{font-size:16px!important;display:inline-block!important;transition:transform .25s ease!important}.inv-pay-btn:hover .ti-arrow-right,.inv-pay-btn:hover .inv-pay-arrow,.inv-pay-btn:hover i:last-child{animation:payArrowPulse .55s ease-in-out infinite alternate!important}@media (max-width: 1050px){html::-webkit-scrollbar,body::-webkit-scrollbar,.bal-page-shell::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.bal-page-shell{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:10px 10px 0!important;box-sizing:border-box!important;overflow:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.bal-app-window{width:100%!important;max-width:100%!important;box-shadow:none!important;border:1px solid var(--card-border)!important;border-radius:10px!important;overflow:hidden!important;box-sizing:border-box!important;margin-bottom:0!important}.inv-main-card{grid-template-columns:1fr;border:none!important;border-radius:0!important}.inv-payment-col{border-right:none;border-bottom:1px solid var(--card-border);border-radius:0!important;height:auto}.inv-summary-col{min-height:auto;height:auto}.inv-spacer{min-height:20px;flex:0 0 20px}}@media (max-width: 768px){.bal-page-shell{height:auto!important;min-height:auto!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:10px 10px 0!important;display:block!important;box-sizing:border-box!important;overflow:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.bal-app-window{height:auto!important;width:100%!important;max-width:100%!important;border:1px solid var(--card-border)!important;border-radius:10px!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:none!important;margin-bottom:0!important}.inv-header-bar{padding:6px 12px!important;box-sizing:border-box!important;width:100%!important}.xhome-balance .inv-title{font-size:12px!important;font-weight:700!important;line-height:1.1!important}.inv-number{font-size:9.5px!important;margin-top:1px!important}.inv-status-badge{font-size:8px!important;padding:1.5px 4.5px!important;border-radius:3.5px!important;gap:3px!important;line-height:1!important}.inv-status-badge i{font-size:8px!important}.inv-date{font-size:9.5px!important;margin-top:1px!important}.inv-main-card{display:flex!important;flex-direction:column!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;border:none!important;border-radius:0!important}.inv-payment-col{padding:12px 10px!important;gap:10px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;border-radius:0!important}.inv-sec-heading{font-size:12px!important;margin-bottom:8px!important}.inv-field-group{gap:4px!important}.inv-field-label{font-size:10.5px!important;margin-bottom:2px!important}.inv-amount-box{height:46px!important;padding:0 10px!important;width:100%!important;box-sizing:border-box!important}.inv-amount-prefix,.inv-currency-symbol,.inv-amount-input{font-size:18px!important}.inv-currency-tag{font-size:11.5px!important}.inv-amount-limit{font-size:10px!important;margin-top:1px!important}.inv-gateway-grid{gap:6px!important}.inv-gw-card,.inv-gw-card.active{padding:8px 10px!important;min-height:48px!important;height:48px!important;gap:8px!important;width:100%!important;box-sizing:border-box!important;border-radius:8px!important;transform:none!important}.inv-gw-icon{width:47px!important;height:36px!important;border-radius:6px!important;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)!important;border:1px solid #252d36!important;color:var(--theme-accent, #6d28d9)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}html[data-mode=light] .inv-gw-icon{background:#f8fafc!important;border-color:#e2e8f0!important;color:var(--text-muted)!important}.inv-gw-icon svg.media-placeholder,.inv-gw-icon svg.image-placeholder{width:19px!important;height:19px!important;stroke:currentColor!important;color:var(--text-muted)!important;opacity:.75!important;transition:color .2s ease,stroke .2s ease,opacity .2s ease!important}.inv-gw-card:hover .inv-gw-icon svg.media-placeholder,.inv-gw-card:hover .inv-gw-icon svg.image-placeholder,.inv-gw-card.active .inv-gw-icon svg.media-placeholder,.inv-gw-card.active .inv-gw-icon svg.image-placeholder{color:var(--theme-accent, var(--primary))!important;stroke:var(--theme-accent, var(--primary))!important;opacity:1!important}.inv-gw-card:hover .inv-gw-icon,.inv-gw-card.active .inv-gw-icon{border-color:var(--theme-accent, var(--primary))!important}.inv-gw-name{font-size:12px!important}.inv-gw-charge{font-size:10px!important}.inv-gw-check{width:17px!important;height:17px!important;font-size:10px!important;right:10px!important}.inv-payment-footer{display:none!important}.inv-ssl-badge{font-size:10px!important;text-align:center!important;justify-content:center!important;width:100%!important}.inv-summary-col{padding:12px 10px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.inv-billed-section{background:#ffffff05!important;border:1px solid var(--card-border)!important;border-radius:8px!important;padding:8px 8px 5px!important;margin-bottom:5px!important;width:100%!important;box-sizing:border-box!important}html[data-mode=light] .inv-billed-section,html[data-mode=light] .xhome-balance .inv-billed-section{background:#f8fafc!important;border-color:#e2e8f0!important}.inv-billed-box{background:#ffffff0a!important;border:1px solid var(--card-border)!important;border-radius:6px!important;padding:7px 10px 4px!important;display:flex!important;flex-direction:column!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}html[data-mode=light] .inv-billed-box,html[data-mode=light] .xhome-balance .inv-billed-box{background:#fff!important;border-color:#e2e8f0!important}.inv-billed-header{gap:7px!important;align-items:center!important}.inv-billed-user-info{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;flex:1!important}.inv-billed-avatar{width:24px!important;height:24px!important;font-size:12px!important}.inv-billed-name{order:1!important;margin-left:0!important;font-size:12px!important;font-weight:700!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.inv-billed-label{order:2!important;margin-left:auto!important;font-size:9.5px!important;font-weight:700!important;letter-spacing:.6px!important;text-transform:uppercase!important;color:var(--text-muted)!important;white-space:nowrap!important}.inv-client-badge{font-size:9px!important;padding:1.5px 3.5px!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;line-height:1!important}.inv-client-badge-text{display:none!important}.inv-balance-list{width:100%!important;box-sizing:border-box!important;gap:6px!important;padding-top:8px!important}.inv-bal-row{width:100%!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:6px!important}.inv-bal-lbl{font-size:11px!important;white-space:nowrap!important}.inv-bal-val{font-size:13px!important;white-space:nowrap!important;flex-shrink:0!important}.inv-breakdown-table{width:100%!important;box-sizing:border-box!important}.inv-billed-section .inv-breakdown-table{margin-top:4px!important;padding-top:0!important;border-top:none!important}.inv-tbl-header{padding:0 11px 8px!important;font-size:10px!important;width:100%!important;box-sizing:border-box!important}.inv-tbl-row{padding:8px 11px!important;gap:6px!important;width:100%!important;box-sizing:border-box!important}.inv-row-left{min-width:0!important;flex:1 1 auto!important;gap:8px!important}.inv-item-info{min-width:0!important;flex:1 1 auto!important;overflow:hidden!important}.inv-item-icon{width:28px!important;height:28px!important;font-size:14px!important;border-radius:6px!important}.inv-item-title{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.inv-item-sub{font-size:10px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.inv-item-amount{font-size:13px!important;white-space:nowrap!important;flex-shrink:0!important}.inv-spacer,.inv-dashed-line{display:none!important}.inv-footer-actions{grid-template-columns:1fr!important;gap:8px!important;min-height:auto!important;width:100%!important;box-sizing:border-box!important}.inv-total-box{padding:8px 12px!important;min-height:42px!important;border-radius:8px!important;width:100%!important;box-sizing:border-box!important}.inv-total-label{font-size:11px!important}.inv-total-value{font-size:16px!important}.inv-pay-btn{padding:10px 14px!important;min-height:44px!important;font-size:13px!important;border-radius:8px!important;justify-content:center!important;width:100%!important}.inv-mobile-ssl-footer{display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important;margin-top:12px!important;padding-bottom:2px!important}}@media (max-width: 480px){.inv-header-bar{padding:12px!important}.inv-header-right .inv-date{font-size:10px!important}.inv-status-badge{font-size:9.5px!important;padding:3px 8px!important}.inv-payment-col,.inv-summary-col{padding:14px 10px!important}}body.addfund-active .balance-page{--xh-page-h: calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px));height:var(--xh-page-h);min-height:var(--xh-page-h);max-height:var(--xh-page-h);padding:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}@media (max-width: 1050px),(max-height: 640px){body.addfund-active .balance-page{height:auto;max-height:none;overflow:visible}}@media (max-height: 640px){.bal-page-shell,.bal-app-window,.inv-main-card{height:auto!important;max-height:none!important;overflow:visible!important}}.xhome-balance{line-height:normal}.xhome-balance :where(b,strong){font-weight:700}.xhome-balance .inv-amount-input:focus{box-shadow:none;outline:none}.xhome-balance .inv-gw-icon img{display:block;max-width:34px;max-height:22px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.xhome-balance .inv-gw-card{cursor:pointer}.xhome-balance .inv-gw-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.xhome-balance .inv-pay-btn:disabled{opacity:.55;cursor:not-allowed;filter:saturate(.6)}.xhome-balance .bal-error{margin:0 0 12px;padding:10px 14px;border-radius:8px;border:1px solid rgba(239,68,68,.35);background:#ef44441a;color:var(--danger);font-size:12.5px;font-weight:600}.xhome-balance .bal-disabled-notice{display:flex;align-items:center;gap:8px;margin:12px 28px 0;padding:12px 16px;border-radius:10px;border:1px solid rgba(245,158,11,.35);background:#f59e0b1a;color:#f59e0b;font-size:13px;font-weight:600}.xhome-balance .inv-main-card.is-disabled{opacity:.6;pointer-events:none}@media (min-width: 1051px){.xhome-balance .inv-payment-col{min-height:0}.xhome-balance .inv-payment-col>.inv-field-group:has(.inv-gateway-grid){flex:1 1 auto;min-height:0}.xhome-balance .inv-gateway-grid{overflow-y:auto;min-height:0;padding-right:4px;scrollbar-width:thin}}.xhome-addfund{--primary: var(--theme-accent, #7c3aed);--primary-hover: color-mix(in srgb, var(--primary) 85%, #000);--primary-glow: color-mix(in srgb, var(--primary) 40%, transparent);--nav-height: 68px;--secondary: #10b981;--secondary-glow: rgba(16, 185, 129, .4);--orange: #f59e0b;--orange-glow: rgba(245, 158, 11, .4);--bg-dark: #0a0e14;--bg-panel: #111827;--bg-card: rgba(31, 41, 55, .6);--text-main: #f3f4f6;--text-muted: #9ca3af;--border: rgba(255, 255, 255, .08);--radius: 10px;--radius-sm: 10px;--radius-md: 10px;--radius-lg: 10px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 8px 30px rgba(0, 0, 0, .28);--shadow-lg: 0 16px 48px rgba(0, 0, 0, .35);--transition: .22s cubic-bezier(.4, 0, .2, 1);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main)}html:not(.dark) .xhome-addfund{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: #ffffff;--text-main: #162033;--text-muted: #66758a;--border: #dce4ed}.addbalance-page{padding:24px;height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));min-height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));max-height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.addbalance-wrap{background:var(--bg-panel, #0f172a);border:1px solid var(--border);border-radius:10px;padding:30px;box-shadow:none!important;flex:1;min-height:0;height:100%;max-height:100%;display:flex;flex-direction:column}.addbalance-container{max-width:1550px;width:100%;margin:0 auto;flex:1;min-height:0;display:flex;flex-direction:column}.addbalance-title-area{display:flex;align-items:center;gap:16px}.addbalance-icon-wrap{width:48px;height:48px;background:color-mix(in srgb,var(--primary) 15%,transparent);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--primary)}.addbalance-title{font-family:Rajdhani,sans-serif;font-size:26px;font-weight:700;margin:0;color:var(--text-main, #fff);line-height:1.2}.addbalance-subtitle{font-size:14px;color:var(--text-muted, #94a3b8);margin:4px 0 0}.addbalance-highlight{color:#10b981;font-weight:700}.addbalance-header{margin-bottom:24px;flex-shrink:0}.ab-action-area{margin-top:30px;padding-top:0}.ab-submit-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;background:var(--primary, #3b82f6);color:#fff;border:none;border-radius:10px;font-family:Rajdhani,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.ab-secure-badge{text-align:center;margin-top:12px;font-size:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:6px}.ab-secure-badge i{color:#10b981}.invoice-wrap{border:none;background:transparent;border-radius:0;display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.invoice-status{padding:6px 12px;background:#10b9811a;color:#10b981;border-radius:6px;font-size:12px;font-weight:700;border:1px solid rgba(16,185,129,.2);text-transform:uppercase;letter-spacing:.5px}.invoice-body{padding:24px 24px 0;display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto}.ab-action-sticky{position:sticky;bottom:0;z-index:1;margin-top:auto;padding:16px 0 18px;background:var(--bg-panel, #0f172a);border-top:2px dashed color-mix(in srgb,var(--border) 60%,transparent)}.ab-action-sticky .ab-action-area{margin-top:0}.ab-pay-row{display:flex;align-items:stretch;gap:16px}.ab-pay-row .invoice-summary-row.total-row{flex:1 1 50%;min-width:0;margin:0;padding:12px 18px}.ab-pay-row .invoice-summary-row.total-row span.label{font-size:15px}.ab-pay-row .invoice-summary-row.total-row span.val{font-size:24px}.ab-pay-row .ab-action-area{flex:1 1 50%;min-width:0;margin-top:0;display:flex}.ab-pay-row .ab-action-area form{display:flex;width:100%}.ab-pay-row .ab-submit-btn{height:100%}.invoice-customer-info{margin-bottom:24px;padding:16px;background:#ffffff05;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:8px}.invoice-customer-info .info-label{font-size:11px;text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;margin-bottom:6px}.invoice-customer-info .info-name{font-size:18px;font-weight:700;color:var(--text-main);font-family:Rajdhani,sans-serif;margin-bottom:2px}.ab-billed-balances{margin-top:10px;padding-top:10px;border-top:1px solid color-mix(in srgb,var(--border) 60%,transparent);display:flex;flex-direction:column;gap:6px}.ab-billed-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:12px;color:var(--text-muted)}.ab-billed-row strong{font-family:Rajdhani,monospace;font-size:15px;font-weight:700;color:var(--text-main);white-space:nowrap}.ab-billed-row strong.is-after{color:var(--secondary, #10b981)}.invoice-customer-info .info-email{font-size:13px;color:var(--primary)}.invoice-table{width:100%;border-collapse:collapse}.invoice-table th{text-align:left;font-size:12px;text-transform:uppercase;color:var(--text-muted);font-weight:600;padding-bottom:12px;border-bottom:1px solid var(--border)}.invoice-table th.text-right{text-align:right}.invoice-table td{padding:16px 0;font-size:14px;color:var(--text-main);border-bottom:1px dashed color-mix(in srgb,var(--border) 50%,transparent)}.invoice-table td.text-right{text-align:right;font-family:Rajdhani,monospace;font-size:18px;font-weight:800}.invoice-item-name{font-weight:600;color:var(--text-main)}.invoice-item-desc{display:block;font-size:12px;color:var(--text-muted);margin-top:4px}.invoice-summary-area{margin-top:24px}.invoice-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px}.invoice-summary-row span.label{color:var(--text-muted)}.invoice-summary-row span.val{font-family:Rajdhani,monospace;font-weight:600;font-size:16px}.invoice-summary-row.total-row{margin-top:24px;padding:20px;background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:10px}.invoice-summary-row.total-row span.label{font-size:18px;font-weight:700;color:var(--text-main);text-transform:uppercase}.invoice-summary-row.total-row span.val{font-size:32px;color:#10b981;font-weight:800}.addbalance-header{padding-bottom:20px;margin-bottom:24px;border-bottom:1px dashed color-mix(in srgb,var(--border) 60%,transparent);display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.addbalance-header-invoice-left{min-width:0}.addbalance-header-invoice-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right}.addbalance-invoice-title{margin:0;font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;line-height:1.15;letter-spacing:.02em;text-transform:uppercase;color:var(--text-main)}.addbalance-header-invoice-right .invoice-date{margin:0;font-size:12px;color:var(--text-muted)}.addbalance-header-invoice-left .addbalance-invoice-no{margin:4px 0 0;font-family:Rajdhani,monospace;font-size:13px;font-weight:700;letter-spacing:.5px;color:var(--text-main)}@media (max-width: 760px){.addbalance-header{gap:14px}}.addbalance-layout{display:flex;justify-content:space-between;align-items:stretch;flex:1;overflow:hidden;min-height:0;gap:24px}.addbalance-layout>.addbalance-panel:first-child{width:calc(40% - 12px)}.addbalance-layout>.addbalance-panel:last-child{width:calc(60% - 12px)}.addbalance-panel{background:var(--bg-panel, #0f172a);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:none!important;display:flex;flex-direction:column;min-height:0}.addbalance-panel-head{padding:20px 24px;border-bottom:1px solid var(--border);background:#ffffff04}.addbalance-panel-head h2{font-family:Rajdhani,sans-serif;font-size:18px;font-weight:700;margin:0;display:flex;align-items:center;gap:10px;color:var(--text-main, #fff);text-transform:uppercase;letter-spacing:.5px}.addbalance-panel-head h2 i{color:var(--primary);font-size:20px}.addbalance-panel-body{padding:24px;flex:1;min-height:0;overflow-y:auto}.addbalance-field{margin-bottom:24px}.addbalance-field>label{display:block;font-size:12px;font-weight:700;color:var(--text-muted, #94a3b8);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.ab-amount-input-wrap{position:relative;display:flex;align-items:center;background:var(--bg-panel, #0f172a);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #0000001a inset}.ab-amount-input-wrap:focus-within{border-color:#10b981;background:#10b9810d}html:not(.dark) .ab-amount-input-wrap:focus-within{background:#10b98114}.ab-amount-input-wrap.ab-amount-invalid,.ab-amount-input-wrap.ab-amount-invalid:focus-within{border-color:#ef4444;background:#ef444412}html:not(.dark) .ab-amount-input-wrap.ab-amount-invalid,html:not(.dark) .ab-amount-input-wrap.ab-amount-invalid:focus-within{background:#ef444417}.ab-currency-symbol{padding:0 20px;font-size:24px;font-weight:800;color:var(--text-muted)}.ab-input{flex:1;background:transparent;border:none;padding:24px 24px 24px 0;color:var(--text-main, #fff);font-size:32px;font-weight:800;outline:none;font-family:Rajdhani,monospace;caret-color:var(--text-main, #fff)}.ab-input:focus{box-shadow:none}.ab-input::-webkit-outer-spin-button,.ab-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ab-input[type=number]{-moz-appearance:textfield}.ab-field-hint{font-size:12px;color:var(--text-muted);margin:6px 0 0}.ab-gateways{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media (max-width: 480px){.ab-gateways{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.ab-gateway-card{position:relative;cursor:pointer}.ab-gateway-radio{position:absolute;opacity:0;width:0;height:0}.ab-gateway-content{display:flex;align-items:center;gap:16px;padding:16px;background:#1e222b;border:1px solid var(--border);border-radius:10px;transition:all .2s ease}.ab-gateway-card:hover .ab-gateway-content{background:#ffffff0a}.ab-gateway-radio:checked+.ab-gateway-content{border-color:#10b981;background:#10b9810d}.ab-gw-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;background:#252a36}.ab-gw-icon.binance{color:#f3ba2f}.ab-gw-icon.tron{color:#00a478}.ab-gw-info{flex:1;display:flex;flex-direction:column;gap:4px}.ab-gw-name{font-size:15px;font-weight:600;color:var(--text-main, #fff)}.ab-gw-fee{font-size:12px;color:var(--text-muted)}html:not(.dark) .ab-gateway-content{background:#fff;border-color:#0f172a1f}html:not(.dark) .ab-gateway-card:hover .ab-gateway-content{background:#f8fafc}html:not(.dark) .ab-gateway-radio:checked+.ab-gateway-content{background:#10b98114;border-color:#10b981}html:not(.dark) .ab-gw-name{color:#0f172a}html:not(.dark) .ab-gw-fee{color:#64748b}.ab-gw-check{width:24px;height:24px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;opacity:0;transform:scale(.8);transition:all .2s}.ab-gateway-radio:checked+.ab-gateway-content .ab-gw-check{opacity:1;transform:scale(1)}.ab-summary-list{list-style:none;margin:0;padding:0}.ab-summary-list li{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.ab-sum-divider{height:1px;background:var(--border);margin:8px 0;padding:0!important}.ab-sum-label{font-size:13px;color:var(--text-muted)}.ab-sum-value{font-size:14px;font-weight:600;color:var(--text-main, #fff)}.text-bold{font-weight:700;font-size:15px}.text-red{color:#ef4444}.text-green{color:#10b981}.ab-action-area{margin-top:24px}.ab-submit-btn{width:100%;background:var(--primary);color:#fff;border:none;padding:12px 18px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;box-shadow:0 4px 14px color-mix(in srgb,var(--primary) 30%,transparent)}.ab-submit-btn:disabled{opacity:.55;cursor:not-allowed;filter:none;transform:none;box-shadow:none}.ab-secure-badge{text-align:center;margin-top:16px;font-size:12px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:6px}.ab-secure-badge i{color:#f59e0b}@media (max-width: 900px){.addbalance-page{height:auto;max-height:none;overflow:visible}.addbalance-wrap{height:auto;max-height:none;padding:16px}.addbalance-container{height:auto;flex:none}.addbalance-layout{flex-direction:column}.addbalance-layout>.addbalance-panel:first-child,.addbalance-layout>.addbalance-panel:last-child{width:100%;margin-bottom:24px}.addbalance-layout,.addbalance-panel-body,.invoice-body{overflow:visible}.invoice-body{padding:24px}.ab-action-sticky{position:static;margin-top:24px;padding:16px 0 0;background:transparent}}@media (max-width: 640px){.ab-pay-row{flex-direction:column}.ab-pay-row .ab-submit-btn{height:auto}}.xhome-installapp{--primary: var(--theme-accent, #7c3aed);--nav-height: 68px;--bg-dark: #0a0e14;--bg-panel: #111827;--bg-card: rgba(31,41,55,.6);--text-main: #f3f4f6;--text-muted: #9ca3af;--border: rgba(255,255,255,.08);--radius: 10px;--transition: .22s cubic-bezier(.4,0,.2,1);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main)}html:not(.dark) .xhome-installapp{--bg-dark:#eef3f8;--bg-panel:#ffffff;--bg-card:#ffffff;--text-main:#162033;--text-muted:#66758a;--border:#dce4ed}.installapp-page{padding:24px;display:flex;flex-direction:column;overflow:hidden;box-sizing:border-box}.app-hero{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:60px 40px;background-color:var(--bg-panel, #0f172a);background-image:radial-gradient(circle at 100% 0%,rgba(124,58,237,.15),transparent 50%),radial-gradient(circle at 0% 100%,rgba(56,189,248,.1),transparent 50%),linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:100% 100%,100% 100%,30px 30px,30px 30px;background-position:0 0,0 0,-1px -1px,-1px -1px;border:1px solid rgba(255,255,255,.05);border-radius:10px;position:relative;overflow:hidden;margin-bottom:40px}.app-hero:after{content:"";position:absolute;top:0;left:-150%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03),transparent);transform:skew(-20deg);animation:sweepGlass 8s infinite linear;pointer-events:none}@keyframes sweepGlass{0%{left:-150%}20%{left:150%}to{left:150%}}.app-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 1px #ffffff0d;border-radius:10px;pointer-events:none}.app-hero-content{flex:1;max-width:540px;z-index:2}.app-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;background:linear-gradient(90deg,#7c3aed33,#38bdf826);color:#c4b5fd;border-radius:10px;font-size:13px;font-weight:700;letter-spacing:.5px;margin-bottom:24px;border:1px solid rgba(124,58,237,.4);box-shadow:0 4px 12px #7c3aed33;text-transform:uppercase}.app-hero-title{font-size:48px;font-weight:800;line-height:1.15;color:#f8fafc;margin:0 0 20px;font-family:Rajdhani,sans-serif}.app-hero-highlight{background:linear-gradient(135deg,#a78bfa,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.app-hero-desc{font-size:16px;line-height:1.6;color:#94a3b8;margin:0 0 40px}.app-hero-actions{display:flex;gap:16px;margin-bottom:40px}.app-btn-store{display:inline-flex;align-items:center;gap:12px;padding:10px 20px;background:#0f172a;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:10px;color:#f8fafc;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.app-btn-store:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:.5s}.app-btn-store:hover:after{left:150%}.app-btn-store:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 20px #0006,0 0 15px #7c3aed66;border-color:#a78bfa}.app-btn-store i{font-size:32px}.app-btn-text{display:flex;flex-direction:column;line-height:1.1}.app-btn-sub{font-size:10px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.app-btn-main{font-size:16px;font-weight:600;font-family:Inter,sans-serif}.app-btn-apple i{color:#f8fafc}.app-btn-play i{color:#34d399}.app-hero-stats{display:flex;gap:32px;padding-top:32px;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.app-stat-item{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#cbd5e1}.app-stat-item i{font-size:20px;color:#a78bfa;margin-bottom:4px}.app-stat-item strong{font-size:18px;color:#f8fafc}.app-hero-visual{flex:1;position:relative;display:flex;justify-content:center;align-items:center;min-height:400px}.app-hero-visual:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:350px;height:350px;background:radial-gradient(circle,rgba(124,58,237,.4) 0%,transparent 70%);filter:blur(40px);z-index:1;animation:pulseGlow 4s ease-in-out infinite alternate}@keyframes pulseGlow{0%{transform:translate(-50%,-50%) scale(.9);opacity:.7}to{transform:translate(-50%,-50%) scale(1.1);opacity:1}}.app-mockup-wrapper{position:relative;width:100%;max-width:400px;aspect-ratio:4/5}@keyframes floatMain{0%{transform:translate(-50%,-50%) rotate(-5deg)}50%{transform:translate(-50%,-55%) rotate(-2deg)}to{transform:translate(-50%,-50%) rotate(-5deg)}}@keyframes floatLeft{0%{transform:translateY(-50%) rotate(-15deg)}50%{transform:translateY(-45%) rotate(-10deg)}to{transform:translateY(-50%) rotate(-15deg)}}@keyframes floatRight{0%{transform:translateY(-50%) rotate(15deg)}50%{transform:translateY(-55%) rotate(10deg)}to{transform:translateY(-50%) rotate(15deg)}}.app-mockup-img{position:absolute;border-radius:10px;box-shadow:0 30px 60px #00000080,0 0 40px #7c3aed33;border:2px solid rgba(255,255,255,.1);transition:transform .5s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.main-mockup{width:220px;height:auto;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-5deg);z-index:3;animation:floatMain 6s ease-in-out infinite}.app-mockup-wrapper:hover .main-mockup{animation-play-state:paused;transform:translate(-50%,-55%) rotate(0) scale(1.05)}.float-left{width:180px;left:0;top:60%;transform:translateY(-50%) rotate(-15deg);z-index:2;filter:blur(2px) brightness(.7);animation:floatLeft 7s ease-in-out infinite reverse}.float-right{width:180px;right:0;top:40%;transform:translateY(-50%) rotate(15deg);z-index:2;filter:blur(2px) brightness(.7);animation:floatRight 8s ease-in-out infinite}.app-features{margin-top:20px}.app-features-title{text-align:center;font-size:32px;font-family:Rajdhani,sans-serif;margin-bottom:40px;color:#f8fafc}.app-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.app-feature-card{background:linear-gradient(180deg,color-mix(in srgb,var(--bg-card) 60%,transparent),color-mix(in srgb,var(--bg-panel) 80%,transparent));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid color-mix(in srgb,var(--border) 40%,transparent);border-radius:10px;padding:32px;text-align:center;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.app-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.15),transparent 60%);opacity:0;transition:opacity .4s ease;pointer-events:none}.app-feature-card:hover:before{opacity:1}.app-feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000004d,0 0 20px #7c3aed26;border-color:color-mix(in srgb,#7c3aed 50%,transparent);z-index:10}.app-feature-icon{width:64px;height:64px;margin:0 auto 24px;background:color-mix(in srgb,#7c3aed 10%,transparent);color:#a78bfa;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:32px;box-shadow:inset 0 0 0 1px color-mix(in srgb,#7c3aed 20%,transparent)}.app-feature-title{font-size:20px;font-weight:600;margin-bottom:12px;color:#f8fafc}.app-feature-desc{font-size:14px;color:#94a3b8;line-height:1.5;margin-bottom:0}html[data-mode=light] .app-hero{background:radial-gradient(circle at 100% 0%,rgba(124,58,237,.08),transparent 50%),linear-gradient(145deg,#fff,#f8fafc);border-color:#e2e8f0}html[data-mode=light] .app-hero-title,html[data-mode=light] .app-feature-title,html[data-mode=light] .app-stat-item strong{color:#0f172a}html[data-mode=light] .app-hero-desc,html[data-mode=light] .app-feature-desc,html[data-mode=light] .app-stat-item{color:#64748b}html[data-mode=light] .app-btn-store{background:#fff;border-color:#cbd5e1;color:#0f172a}html[data-mode=light] .app-btn-apple i{color:#0f172a}html[data-mode=light] .app-btn-store:hover{box-shadow:0 8px 24px #7c3aed26}@media (max-width: 991px){.app-hero{flex-direction:column;padding:40px 20px;text-align:center}.app-hero-actions,.app-hero-stats{justify-content:center}.app-features-grid{grid-template-columns:1fr}}@media (max-width: 576px){.app-hero-actions{flex-direction:column}.app-btn-store{width:100%;justify-content:center}.app-hero-stats{flex-direction:column;gap:16px}.main-mockup{width:160px}.float-left,.float-right{width:120px}.app-hero-title{font-size:36px}}.installapp-container{max-width:1550px;width:100%;margin:0 auto}@media (max-width: 991px){.installapp-page{padding:12px!important}}.installapp-wrap{background:#1e293bbf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.installapp-wrap-header{padding:24px;border-bottom:1px dashed color-mix(in srgb,var(--border) 60%,transparent);margin-bottom:24px}.installapp-wrap-content{padding:0 24px 24px}@media (min-width: 769px){.ihistory-page,.iorder-page,.dashboard-page,.iprofile-page,.iinvoice-page,.istatement-page{padding:24px!important}}.app-feature-card:nth-child(1){background:linear-gradient(180deg,color-mix(in srgb,#3b82f6 8%,var(--bg-card)),color-mix(in srgb,var(--bg-panel) 80%,transparent));border-color:color-mix(in srgb,#3b82f6 30%,transparent)}.app-feature-card:nth-child(1):hover{border-color:color-mix(in srgb,#3b82f6 50%,transparent);box-shadow:0 20px 40px #0000004d,0 0 20px #3b82f626}.app-feature-card:nth-child(1):before{background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.15),transparent 60%)}.app-feature-card:nth-child(1) .app-feature-icon{background:color-mix(in srgb,#3b82f6 15%,transparent);color:#60a5fa;box-shadow:inset 0 0 0 1px color-mix(in srgb,#3b82f6 30%,transparent)}.app-feature-card:nth-child(2){background:linear-gradient(180deg,color-mix(in srgb,#a855f7 8%,var(--bg-card)),color-mix(in srgb,var(--bg-panel) 80%,transparent));border-color:color-mix(in srgb,#a855f7 30%,transparent)}.app-feature-card:nth-child(2):hover{border-color:color-mix(in srgb,#a855f7 50%,transparent);box-shadow:0 20px 40px #0000004d,0 0 20px #a855f726}.app-feature-card:nth-child(2):before{background:radial-gradient(circle at 50% 0%,rgba(168,85,247,.15),transparent 60%)}.app-feature-card:nth-child(2) .app-feature-icon{background:color-mix(in srgb,#a855f7 15%,transparent);color:#c084fc;box-shadow:inset 0 0 0 1px color-mix(in srgb,#a855f7 30%,transparent)}.app-feature-card:nth-child(3){background:linear-gradient(180deg,color-mix(in srgb,#10b981 8%,var(--bg-card)),color-mix(in srgb,var(--bg-panel) 80%,transparent));border-color:color-mix(in srgb,#10b981 30%,transparent)}.app-feature-card:nth-child(3):hover{border-color:color-mix(in srgb,#10b981 50%,transparent);box-shadow:0 20px 40px #0000004d,0 0 20px #10b98126}.app-feature-card:nth-child(3):before{background:radial-gradient(circle at 50% 0%,rgba(16,185,129,.15),transparent 60%)}.app-feature-card:nth-child(3) .app-feature-icon{background:color-mix(in srgb,#10b981 15%,transparent);color:#34d399;box-shadow:inset 0 0 0 1px color-mix(in srgb,#10b981 30%,transparent)}.dash-hero-unpaid-divider{border:0;height:1px;background:#ffffff26;margin:12px 0;width:100%}.dash-hero-overdue-inline{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.dash-hero-overdue-label{font-size:13px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.dash-hero-overdue-badge-new{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ecfdf5;background:#22c55e33;border:1px solid rgba(134,239,172,.5);box-shadow:0 4px 12px #22c55e33;animation:badgePulse 2s infinite}.dash-hero-overdue-badge-new i{font-size:16px}@keyframes badgePulse{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}html[data-mode=light] .dash-hero-unpaid-divider{background:#0000001a}html[data-mode=light] .dash-hero-overdue-label{color:#0f172a}.xstatement{--credit-color: #10b981;--credit-bg: rgba(16, 185, 129, .12);--credit-border: rgba(16, 185, 129, .28);--debit-color: #ef4444;--debit-bg: rgba(239, 68, 68, .12);--debit-border: rgba(239, 68, 68, .28)}html[data-mode=light] .xstatement{--credit-color: #059669;--credit-bg: #ecfdf5;--credit-border: #a7f3d0;--debit-color: #dc2626;--debit-bg: #fef2f2;--debit-border: #fecaca}.xstatement .stm-top-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding:12px 16px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;flex-shrink:0;box-sizing:border-box;box-shadow:0 4px 20px #00000026}.xstatement .stm-header-left{display:flex;align-items:center;gap:14px;min-width:220px}.xstatement .stm-icon-box{width:42px;height:42px;border-radius:8px;background:var(--credit-bg);border:1px solid var(--credit-border);color:var(--credit-color);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.xstatement .stm-title-group{display:flex;flex-direction:column;gap:2px}.xstatement .stm-title{margin:0;font-size:16px;font-weight:700;color:var(--text);letter-spacing:-.2px;line-height:1.2}.xstatement .stm-subtitle{margin:0;font-size:12px;color:var(--text-muted);font-weight:500;line-height:1.2}.xstatement .stm-header-right{display:flex;align-items:center;gap:10px;flex:1;max-width:680px;justify-content:flex-end}.xstatement .stm-search-box{flex:1 1 auto;min-width:0;height:42px;display:flex;align-items:center;background:var(--input-bg);border:1px solid var(--card-border);border-radius:6px;box-sizing:border-box;transition:border-color .2s ease}.xstatement .stm-search-box:focus-within{border-color:var(--primary)}.xstatement .stm-search-icon-box{position:relative;width:38px;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:14px;flex-shrink:0}.xstatement .stm-search-icon-box:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:20px;width:1px;background:var(--card-border)}.xstatement .stm-search-input-field{flex:1;min-width:0;height:100%;border:none;outline:none;box-shadow:none;background:transparent;padding:0 12px;color:var(--text);font-size:13px;font-weight:500;font-family:inherit}.xstatement .stm-search-input-field::-moz-placeholder{color:var(--text-muted);opacity:.8}.xstatement .stm-search-input-field::placeholder{color:var(--text-muted);opacity:.8}.xstatement .stm-search-actions{display:flex;align-items:center;gap:4px;padding-right:8px;flex-shrink:0}.xstatement .stm-search-paste-btn,.xstatement .stm-search-clear-btn{background:transparent;border:none;color:var(--text-muted);font-size:15px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px;cursor:pointer;transition:all .18s ease;padding:0}.xstatement .stm-search-paste-btn:hover{color:var(--primary);background:rgba(var(--primary-rgb),.1)}.xstatement .stm-search-clear-btn{color:#ef4444;font-size:13px}.xstatement .stm-search-clear-btn:hover{color:#991b1b;transform:scale(1.15)}.xorder.xstatement .stm-table th:nth-child(1),.xorder.xstatement .stm-table td:nth-child(1),.xorder.xstatement .stm-table th:nth-child(2),.xorder.xstatement .stm-table td:nth-child(2){width:1%;white-space:nowrap;padding-left:14px}.xorder.xstatement .stm-table th:nth-child(3),.xorder.xstatement .stm-table td:nth-child(3){width:auto;min-width:200px;text-align:left}.xorder.xstatement .stm-table th:nth-child(4),.xorder.xstatement .stm-table td:nth-child(4){width:1%;min-width:0;white-space:nowrap;padding:10px 42px 10px 14px;text-align:right}.xorder.xstatement .stm-table th:nth-child(5),.xorder.xstatement .stm-table td:nth-child(5){width:1%;min-width:0;white-space:nowrap;padding:10px 14px 10px 42px;text-align:right}.xorder.xstatement .stm-table th:nth-child(6),.xorder.xstatement .stm-table td:nth-child(6){width:1%;min-width:0;white-space:nowrap;padding:10px 14px;text-align:center}.xstatement .stm-date-val{font-weight:700;color:var(--text);font-size:13px;line-height:1.3}.xstatement .stm-time-val{font-size:11.5px;color:var(--text-muted);font-weight:500;margin-top:2px;line-height:1.2}.xstatement .stm-desc-title{font-size:14px;font-weight:500;color:var(--text);line-height:1.35;max-width:650px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.xstatement .stm-amount-val,.xstatement .stm-balance-val{display:inline-block;width:100%;font-weight:700;font-size:13px;text-align:right}.xstatement .stm-balance-val{color:var(--text)}.xstatement .stm-amount-val.credit,.xstatement .stm-tone-credit{color:var(--credit-color)}.xstatement .stm-amount-val.debit,.xstatement .stm-tone-debit{color:var(--debit-color)}.xstatement .stm-type-badge{display:inline-flex;align-items:center;justify-content:center;gap:4px;width:92px;min-width:92px;height:24px;box-sizing:border-box;padding:0 4px;border-radius:5px;font-size:11px;font-weight:700;letter-spacing:.2px;text-transform:uppercase;border:1px solid var(--card-border);color:var(--text-muted);line-height:1}.xstatement .stm-type-badge.credit{background:var(--credit-bg);color:var(--credit-color);border-color:var(--credit-border)}.xstatement .stm-type-badge.debit{background:var(--debit-bg);color:var(--debit-color);border-color:var(--debit-border)}.xstatement .stm-view-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--card-border);background:var(--input-bg);color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;transition:all .2s ease}.xstatement .stm-view-btn:hover{border-color:var(--primary);color:var(--primary);background:rgba(var(--primary-rgb),.08)}.xstatement .stm-state{text-align:center;padding:36px;color:var(--text-muted)}.xstatement .stm-state>i{display:block;margin-bottom:8px;font-size:32px}.xstatement .stm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px;box-sizing:border-box}.xstatement .stm-modal-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;width:100%;max-width:480px;box-shadow:0 16px 40px #0006;overflow:hidden;display:flex;flex-direction:column;animation:stmModalIn .25s ease}@keyframes stmModalIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.xstatement .stm-modal-header{padding:14px 18px;border-bottom:1px solid var(--card-border);display:flex;align-items:center;justify-content:space-between;background:#00000040}html[data-mode=light] .xstatement .stm-modal-header{background:#f8fafc}.xstatement .stm-modal-header h3{margin:0;font-size:15px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:8px}.xstatement .stm-modal-header h3 i{color:var(--primary)}.xstatement .stm-modal-close{background:transparent;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;transition:all .2s}.xstatement .stm-modal-close:hover{color:var(--debit-color);background:#ef44441a}.xstatement .stm-modal-body{padding:18px;display:flex;flex-direction:column;gap:12px}.xstatement .stm-detail-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:var(--input-bg);border:1px solid var(--card-border);border-radius:8px}.xstatement .stm-detail-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);flex-shrink:0}.xstatement .stm-detail-value{font-size:13px;font-weight:600;color:var(--text)}.xstatement .stm-detail-value--ref{color:var(--primary);font-weight:700}.xstatement .stm-detail-value--desc{max-width:260px;text-align:right}.xstatement .stm-detail-value--amount{font-size:14px;font-weight:700}.xstatement .stm-detail-value--strong{font-weight:700}@media (max-width: 768px){.xstatement .stm-top-bar{flex-wrap:wrap;gap:8px;padding:10px;margin-bottom:10px;box-shadow:none}.xstatement .stm-header-left{gap:10px;width:100%;min-width:0}.xstatement .stm-icon-box{width:34px;height:34px;font-size:18px;border-radius:6px}.xstatement .stm-title{font-size:14px}.xstatement .stm-subtitle{font-size:11px}.xstatement .stm-header-right{width:100%;max-width:100%}.xstatement .stm-search-box{width:100%;height:32px}.xstatement .stm-search-icon-box{width:28px;font-size:12px}.xstatement .stm-search-input-field{font-size:11.5px;padding:0 8px}.xstatement .stm-search-paste-btn,.xstatement .stm-search-clear-btn{width:24px;height:24px;font-size:13px}.xstatement .stm-date-val{font-size:11px}.xstatement .stm-time-val{font-size:10px}.xstatement .stm-desc-title,.xstatement .stm-amount-val,.xstatement .stm-balance-val{font-size:12.5px}.xstatement .stm-type-badge{width:76px;min-width:76px;height:21px;font-size:9.5px;font-weight:600;border-radius:4px}.xstatement .stm-view-btn{width:22px;height:22px;font-size:11.5px;border-radius:4px}}.xstatement .stm-detail-value.stm-tone-credit{color:var(--credit-color)}.xstatement .stm-detail-value.stm-tone-debit{color:var(--debit-color)}.xstatement .stm-detail-value--ref{color:var(--primary-text, var(--primary))}.xinvoices .stm-th-center{text-align:center}.xinvoices .stm-inv-badge,.xinvoices .stm-trx-badge{display:inline-flex;align-items:center;gap:3px;cursor:pointer;padding:2px 6px;border-radius:5px;background:transparent;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:700;font-size:13.5px;color:var(--primary-text, var(--primary));letter-spacing:.2px}.xinvoices .stm-trx-badge{color:#94a3b8}html[data-mode=light] .xinvoices .stm-trx-badge{color:#64748b}.xinvoices .stm-inv-badge:hover,.xinvoices .stm-trx-badge:hover{background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary-text, var(--primary))}.xinvoices .stm-hash-box{position:relative;display:inline-flex;align-items:center;justify-content:center;width:12px;height:14px}.xinvoices .stm-hash-char{display:inline-block;font-weight:700;color:var(--primary-text, var(--primary));transition:opacity .15s ease,transform .15s ease;line-height:1}.xinvoices .stm-check-char{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.6);opacity:0;font-size:13px;color:#10b981;transition:all .15s ease;pointer-events:none}.xinvoices .stm-inv-badge:hover .stm-hash-char{opacity:0;transform:scale(.5)}.xinvoices .stm-inv-badge:hover .stm-check-char{opacity:1;transform:translate(-50%,-50%) scale(1)}.xinvoices .stm-inv-badge.copied,.xinvoices .stm-trx-badge.copied{background:#10b9811f!important;color:#10b981!important}.xinvoices .stm-inv-badge.copied .stm-hash-char{opacity:0!important}.xinvoices .stm-inv-badge.copied .stm-check-char{opacity:1!important;transform:translate(-50%,-50%) scale(1.1)!important}.xinvoices .stm-inv-badge.copied .stm-inv-num,.xinvoices .stm-trx-badge.copied .stm-trx-num{color:#10b981!important}.xinvoices .stm-gateway-val{font-size:14px;font-weight:500;color:var(--text);line-height:1.35}.xinvoices .stm-type-badge{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:96px;min-width:96px;height:25px;box-sizing:border-box;padding:0 8px;border-radius:6px;font-size:11.5px;font-weight:700;letter-spacing:.2px;text-transform:capitalize;border:1px solid transparent;line-height:1}.xinvoices .stm-type-badge i{font-size:13.5px;display:inline-flex}.xinvoices .stm-type-badge.paid{background:#10b9811f;color:#10b981;border-color:#10b98147}.xinvoices .stm-type-badge.unpaid{background:#ef44441f;color:#ef4444;border-color:#ef444447}.xinvoices .stm-type-badge.pending{background:#f59e0b1f;color:#f59e0b;border-color:#f59e0b47}.xinvoices .stm-amount-val{color:var(--text)}.xinvoices .stm-detail-value.stm-inv-tone-paid{color:#10b981}.xinvoices .stm-detail-value.stm-inv-tone-unpaid{color:#ef4444}.xinvoices .stm-detail-value.stm-inv-tone-pending{color:#f59e0b}.xinvoices .stm-inv-modal-actions{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px 16px;border-top:1px solid var(--card-border, rgba(255, 255, 255, .08))}.xinvoices .stm-inv-action{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 14px;border-radius:8px;border:1px solid var(--card-border, rgba(255, 255, 255, .12));background:transparent;color:var(--text);font-size:13px;font-weight:700;cursor:pointer}.xinvoices .stm-inv-action:hover{border-color:var(--primary);color:var(--primary-text, var(--primary))}.xinvoices .stm-inv-action--primary{background:var(--primary);border-color:var(--primary);color:#fff}.xinvoices .stm-inv-action--primary:hover{filter:brightness(1.08);color:#fff}@media print{body.xinv-printing *{visibility:hidden!important}body.xinv-printing #invModal,body.xinv-printing #invModal *{visibility:visible!important}body.xinv-printing #invModal .stm-modal-overlay{position:absolute!important;inset:0 auto auto 0!important;background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.xinv-printing #invModal :is(.stm-modal-close,.stm-inv-modal-actions){display:none!important}}.xprofile{--primary: var(--theme-accent, #6d28d9);--primary-rgb: var(--theme-accent-rgb, 109, 40, 217);--page-bg: #070a0e;--card-bg: #0d1217;--card-border: #1a222c;--input-bg: #070b0f;--input-border: #1c2633;--text: #f8fafc;--text-muted: #808e9d;--text-dim: #505c6d}html[data-mode=light] .xprofile{--page-bg: #f4f6f8;--card-bg: #ffffff;--card-border: #e2e8f0;--input-bg: #f8fafc;--input-border: #cbd5e1;--text: #0f172a;--text-muted: #64748b;--text-dim: #94a3b8}.xprofile,.xprofile *,.xprofile *:before,.xprofile *:after{box-sizing:border-box;margin:0;padding:0}.xprofile{margin:0;padding:0;width:100%;background:transparent;font-family:Inter,-apple-system,sans-serif;color:var(--text)}.xprofile .profile-page-shell{width:100%;max-width:1550px;height:100%;min-height:100%;margin:0 auto;padding:24px 0 32px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.xprofile .pro-app-window{width:100%;max-width:1550px;height:100%;flex:1 1 auto;margin:0 auto;box-sizing:border-box;background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;display:grid;grid-template-columns:280px 1fr;overflow:hidden;box-shadow:none}.xprofile .pro-sidebar{border-right:1px solid var(--card-border);padding:20px 16px 16px;display:flex;flex-direction:column;gap:14px;background:#0000001f;overflow-y:auto}html[data-mode=light] .xprofile .pro-sidebar{background:#fafbfc}.xprofile .pro-avatar-wrap{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:4px 0 14px;border-bottom:1px solid var(--card-border)}.xprofile .pro-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);color:#fff;font-size:26px;font-weight:800;font-family:Rajdhani,sans-serif;display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 0 0 3px #8b5cf640,0 8px 22px #6366f159;transition:transform .2s ease,box-shadow .2s ease}.xprofile .pro-avatar:hover{transform:scale(1.03);box-shadow:0 0 0 4px #8b5cf659,0 10px 26px #6366f173}.xprofile .pro-avatar-dot{width:14px;height:14px;border-radius:50%;background:#10b981;border:2.5px solid var(--card-bg);position:absolute;bottom:2px;right:2px;box-shadow:0 0 8px #10b981cc}.xprofile .pro-user-meta{display:flex;flex-direction:column;align-items:center;gap:5px;width:100%}.xprofile .pro-name-row{display:flex;align-items:center;justify-content:center;gap:7px}.xprofile .pro-user-name{font-size:16.5px;font-weight:800;color:var(--text);letter-spacing:-.2px;line-height:1.2}.xprofile .pro-vip-badge{display:inline-flex;align-items:center;padding:1.5px 7px;border-radius:5px;background:linear-gradient(135deg,#f59e0b26,#eab30840);border:1px solid rgba(245,158,11,.45);font-size:9.5px;font-weight:800;letter-spacing:.8px;color:#f59e0b}.xprofile .pro-user-email{font-size:12px;color:var(--text-muted);font-weight:500;word-break:break-all;letter-spacing:.2px;background:transparent!important;border:none!important;padding:0!important;box-shadow:none!important;line-height:1.3}.xprofile .pro-sidebar-divider{width:100%;border:none;border-top:1.5px dashed rgba(255,255,255,.14);margin:4px 0 2px}html[data-mode=light] .xprofile .pro-sidebar-divider{border-top-color:#00000024}.xprofile .pro-balance-card{background:rgba(var(--primary-rgb),.08);border:1px solid rgba(var(--primary-rgb),.35);border-radius:8px;padding:10px 12px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--primary);font-size:16px;font-weight:800;font-family:Rajdhani,sans-serif;text-decoration:none;cursor:pointer;transition:all .2s ease}.xprofile .pro-balance-card:hover{background:rgba(var(--primary-rgb),.16);border-color:rgba(var(--primary-rgb),.5)}.xprofile .pro-menu{display:flex;flex-direction:column;gap:4px}.xprofile .pro-menu-item{display:flex;align-items:center;gap:12px;padding:6px 10px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--text-muted);text-decoration:none;border:1px solid transparent;transition:all .2s ease;cursor:pointer}.xprofile .pro-menu-item i{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;background:rgba(var(--primary-rgb),.08);border:none;color:var(--primary);transition:all .2s ease;flex-shrink:0}.xprofile .pro-menu-item:hover{color:var(--primary);background:rgba(var(--primary-rgb),.06);border-color:rgba(var(--primary-rgb),.2)}.xprofile .pro-menu-item:hover span{color:var(--primary)}.xprofile .pro-menu-item:hover i{background:rgba(var(--primary-rgb),.16);color:var(--primary);transform:scale(1.04)}.xprofile .pro-menu-item.active{color:var(--primary)!important;background:rgba(var(--primary-rgb),.1)!important;border-color:rgba(var(--primary-rgb),.3)!important}.xprofile .pro-menu-item.active span{color:var(--primary)!important;font-weight:700}.xprofile .pro-menu-item.active i{background:rgba(var(--primary-rgb),.2)!important;color:var(--primary)!important;box-shadow:0 0 10px rgba(var(--primary-rgb),.25)}.xprofile .pro-main-panel{display:flex;flex-direction:column;height:100%;min-width:0;overflow:hidden;background:var(--card-bg)}.xprofile .pro-header-box{padding:14px 22px;border-bottom:1px solid var(--card-border);display:flex;align-items:center;gap:14px;flex-shrink:0;background:#0000000f}.xprofile .pro-header-icon{width:40px;height:40px;border-radius:9px;background:rgba(var(--primary-rgb),.12);border:1px solid rgba(var(--primary-rgb),.28);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.xprofile .pro-header-text h2{font-size:17px;font-weight:800;color:var(--text);margin-bottom:2px}.xprofile .pro-header-text p{font-size:12px;color:var(--text-muted)}.xprofile .pro-content-body,.xprofile .pro-unified-card{flex:1;overflow-y:auto;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch;background:var(--card-bg)}.xprofile .pro-section-block{padding:18px 22px;border-bottom:1px solid var(--card-border);display:flex;flex-direction:column;gap:14px}.xprofile .pro-section-block:last-child{border-bottom:none}.xprofile .pro-sec-title{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--primary);display:flex;align-items:center;gap:8px}.xprofile .pro-sec-title i{font-size:14px}.xprofile .pro-form-row{display:grid;gap:14px}.xprofile .pro-form-row--2{grid-template-columns:1fr 1fr}.xprofile .pro-form-row--3{grid-template-columns:1fr 1fr 1fr}@media (max-width: 768px){.xprofile .pro-form-row--2:not(.pro-row-mobile-2col),.xprofile .pro-form-row--3{grid-template-columns:1fr}.xprofile .pro-row-mobile-2col{grid-template-columns:1fr 1fr!important;gap:10px!important}}.xprofile .pro-field-group{display:flex;flex-direction:column;gap:6px}.xprofile .pro-label{font-size:12.5px;font-weight:600!important;color:var(--text-muted);letter-spacing:.2px}.xprofile .pro-input-wrap{position:relative;width:100%;display:flex;align-items:center}.xprofile .pro-input,.xprofile .pro-input[readonly]{width:100%;height:42px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:0 14px;font-size:13.5px!important;font-weight:600!important;color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit;box-sizing:border-box;letter-spacing:.2px}.xprofile .pro-input::-moz-placeholder{font-weight:600!important;color:var(--text-muted);opacity:.7}.xprofile .pro-input::placeholder{font-weight:600!important;color:var(--text-muted);opacity:.7}.xprofile .pro-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.18)}.xprofile .pro-input--has-icon,.xprofile .pro-input--has-icon[readonly]{padding-left:40px!important}.xprofile .pro-input-icon{position:absolute;left:14px;color:var(--text-muted);font-size:16px;pointer-events:none;z-index:2}.xprofile .pro-copy-btn{position:absolute;right:10px;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:4px;font-size:15px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.xprofile .pro-copy-btn:hover{color:var(--primary)}.xprofile .pro-currency-box{width:100%;height:42px;background:var(--input-bg);border:1px solid rgba(234,179,8,.35);border-radius:8px;padding:0 14px;display:flex;align-items:center;gap:8px;font-weight:600!important;font-size:13.5px;color:var(--text);box-sizing:border-box}.xprofile .pro-currency-icon{color:#eab308;font-weight:800;font-size:15px}.xprofile .pro-select{width:100%;height:42px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:0 36px 0 14px;font-size:13.5px!important;font-weight:600!important;color:var(--text);outline:none;cursor:pointer;font-family:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-sizing:border-box;letter-spacing:.2px}.xprofile .pro-select option{font-weight:600!important;background:var(--card-bg);color:var(--text)}.xprofile .pro-select:focus{border-color:var(--primary)}.xprofile .pro-select-caret{position:absolute;right:14px;color:var(--text-muted);font-size:12px;pointer-events:none}.xprofile .pro-custom-select-wrap{position:relative;width:100%}.xprofile .pro-custom-select-trigger{width:100%;height:42px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:0 14px;font-size:13.5px!important;font-weight:600!important;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;box-sizing:border-box;letter-spacing:.2px}.xprofile .pro-custom-select-trigger:hover{border-color:rgba(var(--primary-rgb),.35)}.xprofile .pro-custom-select-wrap.open .pro-custom-select-trigger{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.18)}.xprofile .pro-select-val-box{display:flex;align-items:center;gap:9px;font-size:13.5px!important;font-weight:600!important}.xprofile .pro-select-val-box span{font-size:13.5px!important;font-weight:600!important}.xprofile .pro-select-val-flag{font-size:17px;line-height:1;display:inline-flex;align-items:center}.xprofile .pro-custom-select-trigger i.pro-arrow{font-size:13px;color:var(--text-muted);transition:transform .25s ease}.xprofile .pro-custom-select-wrap.open .pro-custom-select-trigger i.pro-arrow{transform:rotate(180deg);color:var(--primary)}.xprofile .pro-custom-dropdown-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;box-shadow:0 12px 32px #00000073;z-index:999;display:none;flex-direction:column;overflow:hidden;animation:proFadeSlideDown .18s cubic-bezier(.16,1,.3,1)}@keyframes proFadeSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.xprofile .pro-custom-select-wrap.open .pro-custom-dropdown-panel{display:flex}.xprofile .pro-dropdown-list{max-height:240px;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:3px}.xprofile .pro-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-radius:7px;font-size:13.5px!important;font-weight:600!important;color:var(--text);cursor:pointer;transition:all .15s ease}.xprofile .pro-dropdown-item span{font-weight:600!important}.xprofile .pro-dropdown-item-left{display:flex;align-items:center;gap:10px}.xprofile .pro-dropdown-item:hover{background:rgba(var(--primary-rgb),.08);color:var(--primary)}.xprofile .pro-dropdown-item.selected{background:rgba(var(--primary-rgb),.12);color:var(--primary);font-weight:600!important}.xprofile .pro-dropdown-item.selected .pro-item-check{display:inline-block;color:var(--primary);font-size:14px}.xprofile .pro-dropdown-item .pro-item-check{display:none}.xprofile .pro-item-native-name{font-size:11.5px;color:var(--text-muted);margin-left:4px}.xprofile .pro-dropdown-item:hover .pro-item-native-name{color:var(--primary);opacity:.8}.xprofile .pro-dropdown-search-wrap{position:relative;padding:8px 10px;border-bottom:1px solid var(--card-border);display:flex;align-items:center;background:var(--input-bg)}.xprofile .pro-dropdown-search-icon{position:absolute;left:20px;font-size:13px;color:var(--text-muted);pointer-events:none}.xprofile .pro-dropdown-search-input{width:100%;height:32px;background:var(--card-bg);border:1px solid var(--input-border);border-radius:6px;padding:0 10px 0 28px;font-size:12.5px;font-weight:500;color:var(--text);outline:none;box-sizing:border-box;transition:border-color .2s}.xprofile .pro-dropdown-search-input:focus{border-color:var(--primary)}.xprofile .pro-pass-strength-wrap.lvl-low #strSeg1{background:#ef4444}.xprofile .pro-pass-strength-wrap.lvl-low .pro-strength-text{color:#ef4444}.xprofile .pro-pass-strength-wrap.lvl-medium #strSeg1,.xprofile .pro-pass-strength-wrap.lvl-medium #strSeg2{background:#f59e0b}.xprofile .pro-pass-strength-wrap.lvl-medium .pro-strength-text{color:#f59e0b}.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg1,.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg2,.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg3,.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg4{background:#10b981}.xprofile .pro-pass-strength-wrap.lvl-strong .pro-strength-text{color:#10b981}.xprofile .pro-add-btn{height:40px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;color:var(--text);font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.xprofile .pro-add-btn:hover{border-color:var(--primary);color:var(--primary)}.xprofile .pro-badge-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;background:rgba(var(--primary-rgb),.1);border:1px solid rgba(var(--primary-rgb),.28);font-size:12px;font-weight:600;color:var(--text);align-self:flex-start}.xprofile .pro-badge-tag i.fa-whatsapp{color:#25d366;font-size:14px}.xprofile .pro-tag-remove{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:12px;padding:0;display:flex;align-items:center}.xprofile .pro-tag-remove:hover{color:#ef4444}.xprofile .pro-footer-action{padding:12px 22px;border-top:1px solid var(--card-border);background:#00000014;flex-shrink:0}html[data-mode=light] .xprofile .pro-header-box{background:#fff}html[data-mode=light] .xprofile .pro-footer-action{background:#fafbfc}html[data-mode=light] .xprofile .pro-vip-badge{background:#f1f5f9;border-color:#cbd5e1;color:#475569}html[data-mode=light] .xprofile .pro-menu-item:hover{color:var(--primary);background:rgba(var(--primary-rgb),.08);border-color:rgba(var(--primary-rgb),.22)}html[data-mode=light] .xprofile .pro-menu-item:hover span{color:var(--primary)}.xprofile .pro-submit-btn{width:100%;height:46px;background:var(--theme-btn-primary, var(--primary));color:var(--theme-btn-text, #ffffff);border:none;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 16px rgba(var(--primary-rgb),.35);transition:all .2s ease;letter-spacing:.3px}.xprofile .pro-submit-btn:hover{background:var(--theme-btn-hover, var(--primary));filter:none;transform:none!important}.xprofile .pro-submit-btn i,.xprofile .pro-submit-btn:hover i{color:#fff!important;opacity:1!important;filter:none!important}.xprofile .pro-tab-pane{display:none;flex-direction:column;width:100%}.xprofile .pro-tab-pane.active{display:flex}.xprofile .pro-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0}.xprofile .pro-toggle-info{display:flex;flex-direction:column;gap:3px}.xprofile .pro-toggle-title{font-size:13.5px;font-weight:700;color:var(--text)}.xprofile .pro-toggle-desc{font-size:12px;color:var(--text-muted)}.xprofile .pro-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0;cursor:pointer}.xprofile .pro-switch input{opacity:0;width:0;height:0;position:absolute}.xprofile .pro-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#334155;border:1px solid rgba(255,255,255,.1);transition:background-color .3s ease,border-color .3s ease;border-radius:26px}.xprofile .pro-switch-slider:before{position:absolute;content:"";height:20px;width:20px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;box-shadow:0 2px 5px #00000038;transition:transform .3s ease;will-change:transform}.xprofile input:checked+.pro-switch-slider{background-color:#10b981!important;border-color:#10b981!important}.xprofile input:checked+.pro-switch-slider:before{transform:translate(22px)}.xprofile .pro-card-box{background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.xprofile .pro-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px}.xprofile .pro-item-lead{display:flex;align-items:center;gap:12px}.xprofile .pro-item-lead-icon{width:36px;height:36px;border-radius:8px;background:rgba(var(--primary-rgb),.12);border:1px solid rgba(var(--primary-rgb),.25);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.xprofile .pro-badge-pill{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:12px;font-size:11px;font-weight:700}.xprofile .pro-badge-success{background:rgba(var(--primary-rgb),.14);color:var(--primary);border:1px solid rgba(var(--primary-rgb),.35)}.xprofile .pro-btn-secondary{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700;border:1px solid var(--input-border);background:#ffffff0a;color:var(--text-muted);cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.xprofile .pro-btn-secondary:hover{color:var(--text);border-color:#fff3;background:#ffffff14}.xprofile .pro-btn-danger{color:#ef4444!important;border-color:#ef44444d!important;background:#ef444414!important}.xprofile .pro-btn-danger:hover{background:#ef44442e!important;color:#f87171!important}.xprofile .pro-eye-btn{position:absolute;right:12px;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:4px;font-size:15px;display:flex;align-items:center}.xprofile .pro-eye-btn:hover{color:var(--primary)}.xprofile .pro-code-box{font-family:JetBrains Mono,monospace,Consolas,monospace;font-size:13px;font-weight:600;letter-spacing:.5px;padding:10px 14px;border-radius:8px;background:#0003;border:1px dashed var(--input-border);color:var(--primary)}@media (max-width: 1050px){.xprofile .pro-app-window{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;height:auto!important;min-height:auto!important;width:100%!important;max-width:100%!important;border:1px solid var(--card-border)!important;border-radius:10px!important;overflow:hidden!important}.xprofile .pro-sidebar{border-right:none!important;border-bottom:none!important;padding:8px 10px 0!important;gap:0!important;width:100%!important}.xprofile .pro-main-panel{width:100%!important;height:auto!important}.xprofile{overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:none!important;height:auto!important;min-height:100vh!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;-webkit-overflow-scrolling:touch}html .xprofile ::-webkit-scrollbar,body .xprofile ::-webkit-scrollbar,.xprofile .profile-page-shell::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.xprofile .profile-page-shell{height:auto!important;min-height:auto!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:10px 10px 0!important;display:block!important;box-sizing:border-box!important;overflow:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.xprofile .pro-app-window{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;height:auto!important;min-height:auto!important;width:100%!important;max-width:100%!important;border:1px solid var(--card-border)!important;border-radius:10px!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:none!important;margin-bottom:0!important}.xprofile .pro-sidebar{border-right:none!important;border-bottom:none!important;padding:8px 10px 0!important;gap:0!important;overflow:visible!important;background:var(--card-bg)!important}.xprofile .pro-avatar-wrap{flex-direction:row!important;align-items:center!important;text-align:left!important;gap:8px!important;padding:0 10px 8px!important;margin-left:-10px!important;margin-right:-10px!important;border-bottom:1px solid var(--card-border)!important;margin-bottom:4px!important}.xprofile .pro-avatar{width:28px!important;height:28px!important;font-size:11px!important;flex-shrink:0!important;position:relative!important}.xprofile .pro-avatar-dot{width:7px!important;height:7px!important;border:1.5px solid var(--card-bg)!important;bottom:-1px!important;right:-1px!important;box-shadow:0 0 3px #10b98199!important}.xprofile .pro-user-meta{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;min-width:0!important;flex:1!important;flex-wrap:wrap!important}.xprofile .pro-name-row{display:inline-flex!important;align-items:center!important;gap:5px!important}.xprofile .pro-user-name{font-size:12px!important;font-weight:700!important}.xprofile .pro-vip-badge{font-size:8.5px!important;padding:1px 5px!important;border-radius:3px!important;line-height:1.2!important}.xprofile .pro-user-email{font-size:10.5px!important;color:var(--text-muted)!important;margin-left:auto!important}.xprofile .pro-sidebar-divider{display:none!important}.xprofile .pro-menu{display:flex!important;flex-direction:row!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;gap:6px!important;padding:6px 10px!important;margin-left:-10px!important;margin-right:-10px!important;border-bottom:none!important;scrollbar-width:none!important;white-space:nowrap!important;width:auto!important;box-sizing:border-box!important}.xprofile .pro-menu::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.xprofile .pro-menu-scroll-track{display:block!important;position:relative!important;width:auto!important;height:2px!important;background:var(--card-border)!important;margin:0 -10px!important;overflow:hidden!important}.xprofile .pro-menu-scroll-thumb{position:absolute!important;top:0!important;left:0!important;height:100%!important;min-width:36px!important;background:var(--primary)!important;border-radius:99px!important;pointer-events:none!important}.xprofile .pro-menu-item{flex:0 0 auto!important;padding:5px 12px!important;border-radius:6px!important;font-size:11.5px!important;font-weight:600!important;height:30px!important;gap:6px!important;background:var(--input-bg)!important;border:1px solid var(--input-border)!important;color:var(--text-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.xprofile .pro-menu-item:hover{color:var(--text)!important;background:rgba(var(--primary-rgb),.08)!important;border-color:rgba(var(--primary-rgb),.3)!important}.xprofile .pro-menu-item.active{color:var(--primary)!important;background:rgba(var(--primary-rgb),.12)!important;border-color:var(--primary)!important}html[data-mode=light] .xprofile .pro-menu-item{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#475569!important}html[data-mode=light] .xprofile .pro-menu-item.active{background:rgba(var(--primary-rgb),.1)!important;border-color:var(--primary)!important;color:var(--primary)!important}.xprofile .pro-menu-item i{width:auto!important;height:auto!important;background:transparent!important;border:none!important;padding:0!important;font-size:13px!important;color:inherit!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.xprofile .pro-main-panel{height:auto!important;overflow:visible!important;display:flex!important;flex-direction:column!important}.xprofile .pro-header-box{display:none!important}.xprofile .pro-content-body{height:auto!important;max-height:none!important;overflow:visible!important;padding:10px 10px 16px!important;gap:10px!important}.xprofile .pro-section-block{padding:6px 0!important;gap:8px!important}.xprofile .pro-sec-title{font-size:11px!important;letter-spacing:.6px!important;gap:6px!important;margin-bottom:2px!important}.xprofile .pro-sec-title i{font-size:12px!important}.xprofile .pro-form-row{gap:8px!important}.xprofile .pro-field-group{gap:3px!important}.xprofile .pro-label{font-size:10.5px!important;font-weight:600!important;margin-bottom:1px!important}.xprofile .pro-input,.xprofile .pro-input[readonly],.xprofile .pro-select,.xprofile .pro-currency-box,.xprofile .pro-custom-select-trigger{height:36px!important;min-height:36px!important;font-size:12px!important;padding:0 10px!important;border-radius:6px!important}.xprofile .pro-input--has-icon,.xprofile .pro-input--has-icon[readonly]{padding-left:32px!important}.xprofile .pro-input-icon{left:10px!important;font-size:13px!important}.xprofile .pro-copy-btn{right:6px!important;font-size:12px!important}.xprofile .pro-currency-icon{font-size:13px!important}.xprofile .pro-select-val-box{font-size:12px!important;gap:6px!important}.xprofile .pro-select-val-flag{font-size:13px!important}.xprofile .pro-arrow,.xprofile .pro-select-caret{right:10px!important;font-size:11px!important}.xprofile .pro-grid-2col,.xprofile .pro-grid-3col,.xprofile .api-grid-2col,.xprofile .api-integrations-grid,.xprofile .api-doc-grid,.xprofile .login-sec-2col,.xprofile .tg-bot-body,.xprofile .mob-body-grid,.xprofile .mob-features-grid{grid-template-columns:1fr!important;gap:8px!important}.xprofile .pro-row-mobile-2col{grid-template-columns:1fr 1fr!important;gap:8px!important}.xprofile .sec-card-box,.xprofile .pro-card-box,.xprofile .tg-bot-card,.xprofile .mob-unified-card,.xprofile .login-sec-unified-box{padding:8px 10px!important;border-radius:8px!important;gap:8px!important}.xprofile .sec-card-header{padding:4px 6px!important;border-radius:6px!important;flex-wrap:nowrap!important;gap:8px!important}.xprofile .sec-card-icon{width:26px!important;height:26px!important;font-size:12px!important;border-radius:6px!important}.xprofile .sec-card-title{font-size:11.5px!important;font-weight:700!important}.xprofile .sec-card-desc{font-size:9.5px!important;line-height:1.3!important}.xprofile .pro-switch{width:36px!important;height:20px!important}.xprofile .pro-switch-slider{border-radius:20px!important}.xprofile .pro-switch-slider:before{width:14px!important;height:14px!important;left:3px!important;bottom:2px!important}.xprofile input:checked+.pro-switch-slider:before{transform:translate(16px)!important}.xprofile .api-field-group .pro-label{font-size:10.5px!important}.xprofile .api-field-input{height:36px!important;font-size:12px!important;padding:0 10px!important;border-radius:6px!important}.xprofile .api-copy-btn{height:36px!important;font-size:11px!important;padding:0 10px!important;border-radius:6px!important}.xprofile .api-actions-row{flex-direction:column!important;width:100%!important;gap:6px!important}.xprofile .api-action-btn,.xprofile .api-download-btn,.xprofile .tg-connect-btn,.xprofile .tg-send-code-btn{width:100%!important;height:36px!important;font-size:11.5px!important;border-radius:6px!important;font-weight:700!important;justify-content:center!important}.xprofile .sec-api-status{margin-left:0!important;width:100%!important;justify-content:space-between!important;box-sizing:border-box!important;font-size:10.5px!important;padding:4px 8px!important;border-radius:6px!important}.xprofile .tg-bot-qr-col{border-right:none!important;border-bottom:1px solid var(--card-border)!important;padding-bottom:12px!important;padding-right:0!important;width:100%!important}.xprofile .tg-bot-chat-col{padding-left:0!important;width:100%!important}.xprofile .tg-qr-box,.xprofile .mob-qr-frame{width:110px!important;height:110px!important;padding:5px!important}.xprofile .tg-qr-box img,.xprofile .mob-qr-img{width:100px!important;height:100px!important}.xprofile .mob-qr-col{border-right:none!important;border-bottom:1px solid var(--card-border)!important;padding-bottom:12px!important;padding-right:0!important;width:100%!important}.xprofile .mob-features-col{padding-left:0!important;width:100%!important}.xprofile .mob-feature-tile{padding:6px 8px!important;gap:8px!important}.xprofile .mob-tile-icon{width:26px!important;height:26px!important;font-size:12px!important}.xprofile .mob-tile-title{font-size:11px!important}.xprofile .mob-tile-desc{font-size:9.5px!important}.xprofile .pro-footer-action{position:sticky!important;bottom:0!important;z-index:99!important;background:var(--card-bg)!important;border-top:1px solid var(--card-border)!important;box-shadow:0 -4px 16px #00000040!important;padding:8px 10px!important;margin-top:auto!important}html[data-mode=light] .xprofile .pro-footer-action{background:#fff!important;box-shadow:0 -4px 16px #0000000f!important}.xprofile .pro-submit-btn{height:38px!important;font-size:12px!important;border-radius:6px!important;font-weight:700!important}}.xprofile .profile-page-shell{max-width:100%!important;max-height:100%!important;width:100%!important;max-width:1550px!important;padding:24px 0 32px!important;margin:0 auto!important;box-sizing:border-box!important;height:100%!important;min-height:100%!important;overflow:hidden!important}.xprofile .pro-app-window{width:100%!important;max-width:1550px!important;height:100%!important;display:grid!important;grid-template-columns:280px 1fr!important;overflow:hidden!important;border-radius:12px!important;border:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;background:var(--card-bg, #0d1217)!important;box-shadow:none!important;margin:0 auto!important;box-sizing:border-box!important}.xprofile .pro-sidebar{border-right:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;overflow-y:auto!important}.xprofile .pro-main-panel{display:flex!important;flex-direction:column!important;height:100%!important;min-width:0!important;overflow:hidden!important}.xprofile .pro-header-box{border-bottom:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;flex-shrink:0!important}.xprofile .pro-unified-card,.xprofile .pro-content-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important}.xprofile .pro-footer-action{border-top:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;flex-shrink:0!important}@media (max-width: 1050px){.xprofile .profile-page-shell{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:8px 10px 20px!important;box-sizing:border-box!important}}@media (max-width: 768px){.xprofile .profile-page-shell{height:auto!important;min-height:auto!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:10px 10px 24px!important;display:block!important;box-sizing:border-box!important;overflow:visible!important;overflow-y:visible!important;scrollbar-width:none!important}.xprofile .pro-app-window{height:auto!important;width:100%!important;max-width:100%!important;border:1px solid var(--card-border)!important;border-radius:10px!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:none!important}}.xprofile .pro-custom-select-wrap{position:relative!important}.xprofile .pro-custom-dropdown-panel{position:absolute!important;top:calc(100% + 6px)!important;left:0!important;right:0!important;background:var(--card-bg, #1e293b)!important;border:1px solid var(--card-border, rgba(255, 255, 255, .1))!important;border-radius:10px!important;box-shadow:0 14px 36px #00000059!important;z-index:9999!important;display:none!important;flex-direction:column!important;overflow:hidden!important}.xprofile .pro-custom-select-wrap.open .pro-custom-dropdown-panel{display:flex!important}.xprofile .pro-dropdown-search-wrap{position:relative!important;padding:8px 10px!important;border-bottom:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;display:flex!important;align-items:center!important;background:var(--input-bg, rgba(255, 255, 255, .04))!important;box-sizing:border-box!important}.xprofile .pro-dropdown-search-icon{position:absolute!important;left:18px!important;top:50%!important;transform:translateY(-50%)!important;font-size:14px!important;color:var(--text-muted, #94a3b8)!important;pointer-events:none!important}.xprofile .pro-dropdown-search-input{width:100%!important;height:32px!important;background:var(--card-bg, #0f172a)!important;border:1px solid var(--input-border, rgba(255, 255, 255, .15))!important;border-radius:6px!important;padding:0 10px 0 30px!important;font-size:12.5px!important;font-weight:500!important;color:var(--text, #fff)!important;outline:none!important;box-sizing:border-box!important;transition:border-color .2s!important}.xprofile .pro-dropdown-search-input:focus{border-color:var(--primary, #3b82f6)!important}.xprofile .pro-pass-strength-wrap{display:none;align-items:center;gap:10px;margin-top:8px}.xprofile .pro-pass-strength-bars{display:flex;gap:5px;flex:1;height:4px}.xprofile .pro-strength-seg{flex:1;height:100%;border-radius:4px;background:#ffffff1f;transition:background-color .25s ease}.xprofile .pro-strength-text{font-size:11px;font-weight:700;min-width:52px;text-align:right;letter-spacing:.3px;text-transform:uppercase;transition:color .25s ease}.xprofile .pro-pass-strength-wrap.lvl-low #strSeg1{background:#ef4444!important}.xprofile .pro-pass-strength-wrap.lvl-low .pro-strength-text{color:#ef4444!important}.xprofile .pro-pass-strength-wrap.lvl-medium #strSeg1,.xprofile .pro-pass-strength-wrap.lvl-medium #strSeg2{background:#f59e0b!important}.xprofile .pro-pass-strength-wrap.lvl-medium .pro-strength-text{color:#f59e0b!important}.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg1,.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg2,.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg3,.xprofile .pro-pass-strength-wrap.lvl-strong #strSeg4{background:#10b981!important}.xprofile .pro-pass-strength-wrap.lvl-strong .pro-strength-text{color:#10b981!important}.xprofile #tab-profile .pro-sec-title{display:flex!important}.xprofile #tab-password .pro-sec-title{display:none!important}.xprofile .sec-card-box{background:var(--input-bg, rgba(255, 255, 255, .03))!important;border:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;border-radius:10px!important;padding:12px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;transition:border-color .2s ease!important}.xprofile .sec-card-left{display:flex!important;align-items:center!important;gap:14px!important}.xprofile .sec-card-icon{width:40px!important;height:40px!important;border-radius:8px!important;background:rgba(var(--primary-rgb),.1)!important;border:1px solid rgba(var(--primary-rgb),.25)!important;color:var(--primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;flex-shrink:0!important}.xprofile .sec-card-title{font-size:14px!important;font-weight:700!important;color:var(--text, #fff)!important;margin-bottom:2px!important;line-height:1.3!important}.xprofile .sec-card-desc{font-size:12px!important;color:var(--text-muted, #94a3b8)!important;margin:0!important;line-height:1.3!important}.xprofile div.sec-card-box.sec-card-box--expandable,.xprofile .sec-card-box--expandable{flex-direction:column!important;align-items:stretch!important;padding:0!important;gap:0!important;overflow:hidden!important}.xprofile .sec-card-header{padding:8px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;box-sizing:border-box!important}.xprofile .sec-2fa-setup-box{background:transparent!important;border:none!important;border-top:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;border-radius:0!important;padding:24px 36px!important;display:none!important;grid-template-columns:1fr 1fr!important;gap:0!important;margin-top:0!important;box-sizing:border-box!important}.xprofile .sec-2fa-setup-box.active{display:grid!important}@media (max-width: 900px){.xprofile .sec-2fa-setup-box{grid-template-columns:1fr!important;padding:20px!important}}.xprofile .sec-stepper{display:flex!important;flex-direction:column!important;padding:0 36px 0 0!important;box-sizing:border-box!important}.xprofile .sec-step-item{display:flex!important;gap:16px!important;position:relative!important}.xprofile .sec-step-left{display:flex!important;flex-direction:column!important;align-items:center!important}.xprofile .sec-step-circle{width:28px!important;height:28px!important;border-radius:50%!important;border:2px solid #10b981!important;color:#10b981!important;background:#10b9811a!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:12.5px!important;font-weight:800!important;flex-shrink:0!important;z-index:2!important}.xprofile .sec-step-line{width:2px!important;flex:1!important;min-height:38px!important;background:#10b98159!important;margin:4px 0!important}.xprofile .sec-step-body{padding-bottom:22px!important;flex:1!important}.xprofile .sec-step-title{font-size:13.5px!important;font-weight:700!important;color:var(--text, #fff)!important;margin-bottom:3px!important}.xprofile .sec-step-desc{font-size:12px!important;color:var(--text-muted, #94a3b8)!important;margin-bottom:10px!important;line-height:1.4!important}.xprofile .sec-store-btns{display:flex!important;gap:10px!important;flex-wrap:wrap!important}.xprofile .sec-store-btn{display:inline-flex!important;align-items:center!important;gap:11px!important;padding:8px 16px!important;background:#0f172a!important;border:1px solid #334155!important;border-radius:8px!important;color:#fff!important;text-decoration:none!important;transition:background-color .2s ease,border-color .2s ease!important}.xprofile .sec-store-btn:hover{transform:none!important;border-color:var(--theme-accent, #6d28d9)!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 10%,#12171d)!important;box-shadow:none!important}.xprofile .sec-store-btn-text{display:flex!important;flex-direction:column!important;line-height:1.15!important}.xprofile .sec-store-btn-text span:first-child{font-size:9px!important;text-transform:uppercase!important;letter-spacing:.6px!important;color:#94a3b8!important;font-weight:600!important}.xprofile .sec-store-btn-text span:last-child{font-size:13px!important;font-weight:700!important;color:#fff!important;letter-spacing:-.2px!important}.xprofile .sec-qr-column{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;border-left:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;padding:0 0 0 36px!important;box-sizing:border-box!important;width:100%!important}@media (max-width: 900px){.xprofile .sec-qr-column{border-left:none!important;border-top:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;padding-left:0!important;padding-top:20px!important}}.xprofile .sec-qr-frame{padding:10px!important;border:1.5px dashed rgba(255,255,255,.22)!important;border-radius:10px!important;background:#00000026!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}.xprofile .sec-qr-img{width:170px!important;height:170px!important;border-radius:6px!important;display:block!important;background:#fff!important;-o-object-fit:contain!important;object-fit:contain!important;box-sizing:border-box!important}.xprofile .sec-qr-subtext{font-size:10px!important;font-weight:800!important;letter-spacing:.8px!important;text-transform:uppercase!important;color:var(--text-muted, #94a3b8)!important;margin:12px 0 16px!important;text-align:center!important}.xprofile .sec-verify-block{width:100%!important;max-width:100%!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:6px!important;box-sizing:border-box!important}.xprofile .sec-verify-label{font-size:11px!important;font-weight:600!important;color:var(--text-muted, #94a3b8)!important}.xprofile .sec-verify-row{display:flex!important;gap:12px!important;width:100%!important}.xprofile .sec-verify-input{flex:1!important;height:44px!important;background:var(--card-bg, #0b121b)!important;border:1px solid var(--input-border, rgba(255, 255, 255, .15))!important;border-radius:6px!important;padding:0 16px!important;color:var(--text, #fff)!important;font-family:Courier New,monospace!important;font-size:17px!important;font-weight:700!important;letter-spacing:8px!important;text-align:center!important;outline:none!important;box-sizing:border-box!important;transition:border-color .2s!important}.xprofile .sec-verify-input:focus{border-color:#10b981!important}.xprofile .sec-enable-btn{height:44px!important;padding:0 32px!important;background:#10b981!important;color:#fff!important;border:none!important;border-radius:6px!important;font-size:14px!important;font-weight:700!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;transition:all .2s ease!important}.xprofile .sec-enable-btn:hover{background:#059669!important;transform:translateY(-1px)!important}.xprofile #googleAuthToggle:checked+.pro-switch-slider{background-color:#10b981!important;border-color:#10b981!important}html[data-mode=light] .xprofile .sec-store-btn{background:#f8fafc!important;border-color:#cbd5e1!important;color:#0f172a!important;box-shadow:0 1px 2px #0000000a!important}html[data-mode=light] .xprofile .sec-store-btn:hover{transform:none!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 10%,#ffffff)!important;border-color:var(--theme-accent, #6d28d9)!important;box-shadow:none!important}html[data-mode=light] .xprofile .sec-store-btn .sec-store-btn-text span:first-child{color:#64748b!important}html[data-mode=light] .xprofile .sec-store-btn .sec-store-btn-text span:last-child{color:#0f172a!important}html[data-mode=light] .xprofile .sec-store-btn .ti-brand-apple{color:#0f172a!important}html[data-mode=light] .xprofile .sec-verify-input{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important}html[data-mode=light] .xprofile .sec-qr-frame{background:#f8fafc!important;border:1.5px dashed #94a3b8!important}html[data-mode=light] .xprofile .sec-qr-column{border-left-color:#e2e8f0!important}.xprofile .pro-switch{position:relative!important;display:inline-block!important;width:48px!important;height:26px!important;flex-shrink:0!important;cursor:pointer!important}.xprofile .pro-switch input{opacity:0!important;width:0!important;height:0!important;position:absolute!important}.xprofile .pro-switch-slider{position:absolute!important;cursor:pointer!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:#334155!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:26px!important;transition:background-color .3s ease,border-color .3s ease!important}html[data-mode=light] .xprofile .pro-switch-slider{background-color:#cbd5e1!important;border-color:#94a3b8!important}.xprofile .pro-switch-slider:before{position:absolute!important;content:""!important;height:20px!important;width:20px!important;left:2px!important;bottom:2px!important;background-color:#fff!important;border-radius:50%!important;box-shadow:0 2px 5px #00000038!important;transition:transform .3s ease!important;will-change:transform!important}.xprofile .pro-switch input:checked+.pro-switch-slider{background-color:#10b981!important;border-color:#10b981!important}.xprofile .pro-switch input:checked+.pro-switch-slider:before{transform:translate(22px)!important}.xprofile .pro-header-box{position:relative!important}.xprofile .pro-toast{position:fixed!important;top:36px!important;right:40px!important;bottom:auto!important;left:auto!important;z-index:99999!important;display:flex!important;align-items:center!important;gap:10px!important;padding:10px 18px!important;background:#0f2e24!important;border:1px solid rgba(16,185,129,.45)!important;border-radius:8px!important;color:#34d399!important;font-size:13px!important;font-weight:600!important;box-shadow:0 8px 24px #00000059!important;pointer-events:none!important;opacity:0;transform:translateY(-8px)!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.xprofile .pro-toast.show{opacity:1!important;transform:translateY(0)!important}.xprofile .pro-toast-icon{font-size:18px!important;color:#34d399!important;flex-shrink:0!important}html[data-mode=light] .xprofile .pro-toast{background:#ecfdf5!important;border-color:#a7f3d0!important;color:#059669!important;box-shadow:0 8px 24px #00000014!important}html[data-mode=light] .xprofile .pro-toast-icon{color:#059669!important}.xprofile .pro-toast.pro-toast--danger,.xprofile .pro-toast.pro-toast--error{background:#241417!important;border-color:#ef444466!important;color:#f87171!important}.xprofile .pro-toast.pro-toast--danger .pro-toast-icon,.xprofile .pro-toast.pro-toast--error .pro-toast-icon{color:#f87171!important}html[data-mode=light] .xprofile .pro-toast.pro-toast--danger{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}html[data-mode=light] .xprofile .pro-toast.pro-toast--danger .pro-toast-icon{color:#dc2626!important}.xprofile .api-grid-2col{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}@media (max-width: 768px){.xprofile .api-grid-2col{grid-template-columns:1fr!important}}.xprofile .api-input-action-row{display:flex!important;gap:10px!important;width:100%!important;align-items:center!important}.xprofile .api-action-btn{height:42px!important;padding:0 16px!important;border-radius:6px!important;font-size:13px!important;font-weight:600!important;background:transparent!important;border:1px solid var(--input-border, rgba(255, 255, 255, .15))!important;color:var(--text, #fff)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;cursor:pointer!important;width:155px!important;flex-shrink:0!important;transition:all .2s ease!important}.xprofile .api-action-btn:hover{border-color:var(--theme-accent, #6d28d9)!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 12%,transparent)!important;color:var(--theme-accent, #6d28d9)!important}.xprofile .api-feedback-msg{font-size:12px!important;font-weight:600!important;color:#10b981!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.xprofile .api-features-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;margin-bottom:20px!important}@media (max-width: 900px){.xprofile .api-features-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 480px){.xprofile .api-features-grid{grid-template-columns:1fr!important}}.xprofile .api-feature-item{background:color-mix(in srgb,var(--theme-accent, #6d28d9) 5%,transparent)!important;border:1px solid color-mix(in srgb,var(--theme-accent, #6d28d9) 16%,rgba(255,255,255,.08))!important;border-radius:8px!important;padding:10px 14px!important;display:flex!important;align-items:center!important;gap:10px!important;box-sizing:border-box!important}.xprofile .api-feature-icon{width:32px!important;height:32px!important;border-radius:6px!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 15%,transparent)!important;display:flex!important;align-items:center!important;justify-content:center!important;color:var(--theme-accent, #6d28d9)!important;font-size:17px!important;flex-shrink:0!important}.xprofile .api-feature-title{font-weight:600!important;font-size:12px!important;color:var(--text, #fff)!important;line-height:1.2!important;flex:1!important}.xprofile .api-feature-check{color:#10b981!important;font-size:18px!important;flex-shrink:0!important}.xprofile .api-docs-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;margin-bottom:20px!important}@media (max-width: 768px){.xprofile .api-docs-grid{grid-template-columns:1fr!important}}.xprofile .api-doc-card{display:flex!important;align-items:center!important;gap:14px!important;padding:16px 18px!important;border-radius:8px!important;background:var(--input-bg, rgba(255, 255, 255, .03))!important;border:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;text-decoration:none!important;color:inherit!important;transition:all .2s ease!important;cursor:pointer!important}.xprofile .api-doc-card:hover{border-color:var(--theme-accent, #6d28d9)!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 8%,var(--input-bg, #0d1217))!important;transform:translateY(-1px)!important}.xprofile .api-doc-icon{width:42px!important;height:42px!important;border-radius:8px!important;background:rgba(var(--primary-rgb),.12)!important;border:1px solid rgba(var(--primary-rgb),.25)!important;color:var(--theme-accent, #6d28d9)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;flex-shrink:0!important}.xprofile .api-doc-icon--github{background:#ffffff14!important;border-color:#ffffff26!important;color:var(--text, #fff)!important}.xprofile .api-doc-copy{display:flex!important;flex-direction:column!important;gap:2px!important;flex:1!important}.xprofile .api-doc-copy strong{font-size:13.5px!important;font-weight:700!important;color:var(--text, #fff)!important}.xprofile .api-doc-copy small{font-size:10.5px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:var(--theme-accent, #6d28d9)!important}.xprofile .api-doc-copy span{font-size:11.5px!important;color:var(--text-muted, #94a3b8)!important;line-height:1.35!important;margin-top:2px!important}.xprofile .api-doc-arrow{color:var(--text-muted, #94a3b8)!important;font-size:18px!important;transition:transform .2s ease,color .2s ease!important;flex-shrink:0!important}.xprofile .api-doc-card:hover .api-doc-arrow{transform:translate(3px)!important;color:var(--theme-accent, #6d28d9)!important}.xprofile .api-download-btn{width:100%!important;height:44px!important;border-radius:8px!important;background:var(--theme-accent, #6d28d9)!important;color:#fff!important;border:none!important;font-size:13.5px!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;transition:background .2s ease,opacity .2s ease!important}.xprofile .api-download-btn:hover,.xprofile .api-download-btn:active,.xprofile .api-download-btn:focus{filter:brightness(1.08)!important;transform:none!important;color:#fff!important}.xprofile .api-download-btn i,.xprofile .api-download-btn:hover i,.xprofile .api-download-btn:active i,.xprofile .api-download-btn:focus i{font-size:17px!important;color:inherit!important;opacity:1!important;filter:none!important;transition:none!important}.xprofile .api-download-btn span,.xprofile .api-download-btn:hover span{color:inherit!important;opacity:1!important}html[data-mode=light] .xprofile .api-action-btn{border-color:#cbd5e1!important;color:#0f172a!important;background:#f8fafc!important}html[data-mode=light] .xprofile .api-feature-item{background:#f8fafc!important;border-color:#e2e8f0!important}html[data-mode=light] .xprofile .api-feature-title{color:#0f172a!important}html[data-mode=light] .xprofile .api-doc-card{background:#fff!important;border-color:#e2e8f0!important}html[data-mode=light] .xprofile .api-doc-card:hover{border-color:var(--theme-accent, #6d28d9)!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 8%,#ffffff)!important}html[data-mode=light] .xprofile .api-doc-copy strong{color:#0f172a!important}html[data-mode=light] .xprofile .api-doc-icon--github{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#0f172a!important}.xprofile .sec-2fa-setup-box.sec-api-setup-box,.xprofile .sec-api-setup-box{background:transparent!important;border:none!important;border-top:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;border-radius:0!important;padding:24px 28px!important;display:none!important;flex-direction:column!important;gap:18px!important;margin-top:0!important;box-sizing:border-box!important;width:100%!important}.xprofile .sec-2fa-setup-box.sec-api-setup-box.active,.xprofile .sec-api-setup-box.active{display:flex!important}.xprofile .api-grid-2col{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important;width:100%!important}.xprofile .api-input-action-row{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important}.xprofile .api-action-btn{height:42px!important;padding:0 20px!important;background:#ffffff0a!important;border:1px solid var(--card-border, rgba(255, 255, 255, .12))!important;border-radius:8px!important;color:var(--text, #f1f5f9)!important;font-size:13.5px!important;font-weight:600!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;white-space:nowrap!important;transition:all .2s ease!important;box-sizing:border-box!important;font-family:inherit!important}.xprofile .api-action-btn:hover{background:color-mix(in srgb,var(--theme-accent, #6366f1) 12%,rgba(255,255,255,.08))!important;border-color:var(--theme-accent, #6366f1)!important;color:var(--theme-accent, #6366f1)!important}.xprofile .api-feedback-msg{color:#10b981!important;font-size:12.5px!important;font-weight:600!important;display:none;align-items:center!important;gap:4px!important;transition:opacity .2s ease!important}.xprofile .api-feedback-msg.show{display:inline-flex!important}.xprofile .api-feedback-msg i{font-size:14px!important;stroke-width:2.5px!important}html[data-mode=light] .xprofile .sec-api-setup-box{background:#fff!important;border-color:#e2e8f0!important}html[data-mode=light] .xprofile .api-action-btn{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important;box-shadow:0 1px 2px #0000000a!important}html[data-mode=light] .xprofile #tab-api .pro-input{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important}html[data-mode=light] .xprofile .api-action-btn:hover{background:#f8fafc!important;border-color:var(--theme-accent, #6d28d9)!important;color:var(--theme-accent, #6d28d9)!important}@media (max-width: 768px){.xprofile .api-grid-2col{grid-template-columns:1fr!important}.xprofile .api-input-action-row{flex-direction:column!important;align-items:stretch!important}.xprofile .api-action-btn{width:100%!important}}.xprofile .pro-main-panel:has(#tab-api.active) .pro-footer-action,.xprofile .profile-page-shell:has(#tab-api.active) .pro-footer-action,body[data-active-tab=api] .xprofile .pro-footer-action{display:none!important}.xprofile div.sec-card-box.api-integrations-box,.xprofile .sec-card-box.api-integrations-box,.xprofile .api-integrations-box{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;padding:20px 22px;gap:16px;width:100%!important;box-sizing:border-box!important}.xprofile div.sec-card-box.api-integrations-box .api-features-grid,.xprofile .sec-card-box.api-integrations-box .api-features-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px!important;width:100%!important;margin-bottom:0!important}.xprofile div.sec-card-box.api-integrations-box .api-docs-grid,.xprofile .sec-card-box.api-integrations-box .api-docs-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important;width:100%!important;margin-bottom:0!important}.xprofile div.sec-card-box.api-integrations-box .api-download-btn,.xprofile .sec-card-box.api-integrations-box .api-download-btn{width:100%!important;display:inline-flex!important}.xprofile #tab-api .pro-section-block{border-bottom:none!important}.xprofile .sec-card-box.login-sec-unified-box{display:block!important;padding:20px 22px!important;width:100%!important;box-sizing:border-box!important}.xprofile .login-sec-col .sec-card-header{padding:0 0 4px!important}.xprofile .login-sec-col .sec-card-icon{width:30px!important;height:30px!important;border-radius:6px!important;font-size:15px!important}.xprofile .login-sec-col .sec-card-left{gap:10px!important}.xprofile .login-sec-col .sec-card-title{font-size:13px!important;margin-bottom:1px!important;line-height:1.2!important}.xprofile .login-sec-col .sec-card-desc{font-size:11px!important;line-height:1.2!important}.xprofile .ip-range-textarea{width:100%!important;height:145px!important;background:#00000040!important;border:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;border-radius:8px!important;padding:12px 14px!important;font-family:JetBrains Mono,Consolas,monospace!important;font-size:13px!important;line-height:1.6!important;color:var(--text, #f1f5f9)!important;resize:none!important;box-sizing:border-box!important;outline:none!important;transition:border-color .2s ease!important}.xprofile .ip-range-textarea:focus{border-color:#10b981!important}.xprofile .ip-quick-add-row{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.xprofile .ip-quick-label{font-size:10.5px!important;font-weight:700!important;color:var(--text-muted, #94a3b8)!important;letter-spacing:.6px!important}.xprofile .ip-quick-pill{background:color-mix(in srgb,var(--theme-accent, var(--primary, #10b981)) 12%,transparent)!important;border:1px solid color-mix(in srgb,var(--theme-accent, var(--primary, #10b981)) 28%,transparent)!important;border-radius:16px!important;padding:4px 12px!important;font-size:11.5px!important;font-family:JetBrains Mono,Consolas,monospace!important;font-weight:600!important;color:var(--theme-accent, var(--primary, #10b981))!important;cursor:pointer!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease!important;transform:none!important}.xprofile .ip-quick-pill:hover{background:color-mix(in srgb,var(--theme-accent, var(--primary, #10b981)) 22%,transparent)!important;border-color:var(--theme-accent, var(--primary, #10b981))!important;color:#fff!important;transform:none!important}.xprofile .ip-footer-row{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-top:auto!important;padding-top:4px!important;font-size:11.5px!important;color:var(--text-muted, #94a3b8)!important;gap:10px!important}.xprofile .ip-formats-hint strong{color:var(--text, #f1f5f9)!important}.xprofile .ip-reset-link-btn{background:transparent!important;border:none!important;color:var(--text-muted, #94a3b8)!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:5px!important;font-size:11.5px!important;font-weight:600!important;padding:0!important;transition:color .2s ease!important}.xprofile .ip-reset-link-btn:hover{color:#10b981!important}html[data-mode=light] .xprofile .ip-range-textarea{background:#f8fafc!important;border-color:#e2e8f0!important;color:#0f172a!important}html[data-mode=light] .xprofile .ip-quick-pill{background:color-mix(in srgb,var(--theme-accent, var(--primary, #10b981)) 10%,#f8fafc)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--primary, #10b981)) 30%,#cbd5e1)!important;color:var(--theme-accent, var(--primary, #059669))!important;transform:none!important}html[data-mode=light] .xprofile .ip-quick-pill:hover{background:color-mix(in srgb,var(--theme-accent, var(--primary, #10b981)) 18%,#f8fafc)!important;border-color:var(--theme-accent, var(--primary, #059669))!important;color:var(--theme-accent, var(--primary, #059669))!important;transform:none!important}body[data-active-tab=telegram-bot] .xprofile .pro-footer-action,.xprofile .pro-main-panel:has(#tab-telegram-bot.active) .pro-footer-action{display:none!important}.xprofile .tg-bot-card{background:#080d12!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:24px 28px!important;box-sizing:border-box!important;margin-bottom:20px!important}.xprofile .tg-bot-header{display:grid!important;grid-template-columns:4fr 6fr!important;gap:32px!important;align-items:center!important;margin-bottom:24px!important;padding-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}@media (max-width: 860px){.xprofile .tg-bot-header{grid-template-columns:1fr!important;gap:16px!important}}.xprofile .tg-bot-header-left{display:flex!important;align-items:center!important;gap:14px!important}.xprofile .tg-bot-header-right{display:flex!important;align-items:center!important;justify-content:flex-end!important;width:100%!important;border-left:none!important;padding-left:0!important;box-sizing:border-box!important}@media (max-width: 860px){.xprofile .tg-bot-header-right{border-left:none!important;padding-left:0!important}}.xprofile .tg-bot-avatar{width:44px!important;height:44px!important;background:#0ea5e9!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:24px!important;box-shadow:0 0 16px #0ea5e959!important;flex-shrink:0!important}.xprofile .tg-bot-title{font-size:16.5px!important;font-weight:700!important;color:#fff!important;margin:0 0 3px!important;line-height:1.2!important}.xprofile .tg-bot-subtitle{font-size:12.5px!important;color:#64748b!important;margin:0!important;line-height:1.3!important;white-space:nowrap!important}.xprofile .tg-status-pill{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:6px 14px!important;border-radius:9999px!important;background:#0f172ab3!important;border:1px solid rgba(255,255,255,.12)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.8px!important;color:#94a3b8!important;white-space:nowrap!important}.xprofile .tg-status-pill i{font-size:14px!important;color:#64748b!important}.xprofile .tg-bot-body{display:grid!important;grid-template-columns:4fr 6fr!important;gap:32px!important;align-items:start!important}@media (max-width: 860px){.xprofile .tg-bot-body{grid-template-columns:1fr!important;gap:24px!important}}.xprofile .tg-col-qr{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding:0!important}.xprofile .tg-qr-wrapper{display:flex!important;justify-content:center!important;margin-bottom:16px!important}.xprofile .tg-qr-frame{padding:10px!important;border:1.5px dashed rgba(255,255,255,.22)!important;border-radius:10px!important;background:#00000026!important;display:inline-flex!important;justify-content:center!important;align-items:center!important;box-shadow:none!important;transform:none!important;transition:none!important}.xprofile .tg-qr-frame:hover{transform:none!important;box-shadow:none!important}.xprofile .tg-qr-img{width:170px!important;height:170px!important;border-radius:6px!important;display:block!important;background:#fff!important;-o-object-fit:contain!important;object-fit:contain!important;box-sizing:border-box!important}.xprofile .tg-connect-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:190px!important;height:40px!important;background:#0ea5e9!important;color:#fff!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;text-decoration:none!important;transition:all .2s ease!important;box-shadow:0 2px 10px #0ea5e94d!important}.xprofile .tg-connect-btn:hover{background:#0284c7!important;color:#fff!important}.xprofile .tg-col-chatid{display:flex!important;flex-direction:column!important;border-left:1px solid rgba(255,255,255,.08)!important;padding:4px 0 0 32px!important}@media (max-width: 860px){.xprofile .tg-col-chatid{border-left:none!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-left:0!important;padding-top:24px!important}}.xprofile .tg-or-divider{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:0!important}.xprofile .tg-or-line{flex:1!important;height:1px!important;background:#ffffff14!important}.xprofile .tg-or-text{font-size:11px!important;font-weight:700!important;letter-spacing:.8px!important;color:#64748b!important;white-space:nowrap!important;text-transform:uppercase!important}.xprofile .tg-chatid-form{margin-bottom:18px!important}.xprofile .tg-input-label{display:block!important;font-size:13px!important;font-weight:600!important;color:#fff!important;margin-bottom:8px!important}.xprofile .tg-input-group{display:flex!important;align-items:center!important;background:#060a0e!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;overflow:hidden!important;height:42px!important;margin-bottom:12px!important;transition:border-color .2s ease,box-shadow .2s ease!important}.xprofile .tg-input-group:focus-within{border-color:#0ea5e9!important;box-shadow:0 0 0 3px #0ea5e926!important}.xprofile .tg-input-prefix{width:42px!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:15px!important;font-weight:700!important;color:#0ea5e9!important;background:#0ea5e914!important;border-right:1px solid rgba(255,255,255,.08)!important;flex-shrink:0!important}.xprofile .tg-input-field{flex:1!important;height:100%!important;background:transparent!important;border:none!important;outline:none!important;padding:0 14px!important;font-size:13.5px!important;color:#fff!important}.xprofile .tg-input-field::-moz-placeholder{color:#475569!important}.xprofile .tg-input-field::placeholder{color:#475569!important}.xprofile .tg-send-code-btn{width:100%!important;height:42px!important;background:#0ea5e9!important;border:none!important;border-radius:8px!important;color:#fff!important;font-size:13.5px!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;cursor:pointer!important;transition:all .2s ease!important;box-shadow:0 2px 10px #0ea5e94d!important}.xprofile .tg-send-code-btn:hover{background:#0284c7!important}.xprofile .tg-guide-box{background:#0ea5e908!important;border:1px solid rgba(14,165,233,.18)!important;border-radius:8px!important;padding:14px 16px!important;box-sizing:border-box!important}.xprofile .tg-guide-header{display:flex!important;align-items:center!important;gap:8px!important;font-size:13px!important;font-weight:700!important;color:#38bdf8!important;margin-bottom:10px!important}.xprofile .tg-guide-header i{font-size:15px!important}.xprofile .tg-guide-content{font-size:12px!important;color:#94a3b8!important;line-height:1.6!important}.xprofile .tg-guide-content p{margin:0 0 6px!important}.xprofile .tg-guide-content p:last-child{margin-bottom:0!important}.xprofile .tg-mention-link{color:#38bdf8!important;text-decoration:none!important;font-weight:600!important}.xprofile .tg-mention-link:hover{text-decoration:underline!important}.xprofile .tg-guide-warning{display:flex!important;align-items:center!important;gap:6px!important;margin-top:10px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.06)!important;font-size:11.5px!important;color:#f59e0b!important}.xprofile .tg-guide-warning i{font-size:13px!important;flex-shrink:0!important}html[data-mode=light] .xprofile .tg-bot-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 2px 10px #00000008!important}html[data-mode=light] .xprofile .tg-bot-header{border-bottom-color:#e2e8f0!important}html[data-mode=light] .xprofile .tg-qr-frame{background:#f8fafc!important;border:1.5px dashed #cbd5e1!important}html[data-mode=light] .xprofile .tg-col-chatid{border-left-color:#e2e8f0!important}@media (max-width: 860px){html[data-mode=light] .xprofile .tg-col-chatid{border-top-color:#e2e8f0!important}}html[data-mode=light] .xprofile .tg-bot-title{color:#0f172a!important}html[data-mode=light] .xprofile .tg-status-pill{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#475569!important}html[data-mode=light] .xprofile .tg-input-label{color:#0f172a!important}html[data-mode=light] .xprofile .tg-input-group{background:#fff!important;border-color:#cbd5e1!important}html[data-mode=light] .xprofile .tg-input-prefix{background:#0ea5e90f!important;border-right-color:#e2e8f0!important;color:#0284c7!important}html[data-mode=light] .xprofile .tg-input-field{color:#0f172a!important}html[data-mode=light] .xprofile .tg-guide-box{background:#f0f9ff!important;border-color:#bae6fd!important}html[data-mode=light] .xprofile .tg-guide-header{color:#0284c7!important}html[data-mode=light] .xprofile .tg-guide-content{color:#334155!important}html[data-mode=light] .xprofile .tg-mention-link{color:#0284c7!important}html[data-mode=light] .xprofile .tg-guide-warning{border-top-color:#e0f2fe!important;color:#b45309!important}body[data-active-tab=mobile-app] .xprofile .pro-footer-action,.xprofile .pro-main-panel:has(#tab-mobile-app.active) .pro-footer-action{display:none!important}.xprofile .mob-header-row{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:20px!important}.xprofile .mob-avatar-icon{width:44px!important;height:44px!important;background:#10b98126!important;border:1px solid rgba(16,185,129,.35)!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#10b981!important;font-size:24px!important;box-shadow:0 0 16px #10b98140!important;flex-shrink:0!important}.xprofile .mob-header-title{font-size:17px!important;font-weight:800!important;color:#fff!important;margin:0 0 3px!important;line-height:1.2!important}.xprofile .mob-header-subtitle{font-size:12.5px!important;color:#64748b!important;margin:0!important;line-height:1.3!important}.xprofile .sec-card-box.mob-unified-card{display:block!important;background:#080d12!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;padding:24px 28px!important;box-sizing:border-box!important;width:100%!important;margin-bottom:20px!important}.xprofile .mob-conn-section{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}.xprofile .mob-sec-tag{color:#10b981!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.8px!important;display:flex!important;align-items:center!important;gap:8px!important}.xprofile .mob-sec-tag i{font-size:14px!important}.xprofile .mob-status-bar{background:linear-gradient(135deg,#ffffff09,#ffffff03)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:10px!important;padding:12px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important;box-sizing:border-box!important;box-shadow:0 4px 14px #00000026!important}.xprofile .mob-status-left{display:flex!important;align-items:center!important;gap:12px!important;min-width:0!important}.xprofile .mob-status-icon{width:36px!important;height:36px!important;border-radius:8px!important;background:#94a3b81a!important;border:1px solid rgba(148,163,184,.2)!important;color:#94a3b8!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;flex-shrink:0!important}.xprofile .mob-status-text{font-size:13.5px!important;color:var(--text, #ffffff)!important;font-weight:700!important;line-height:1.25!important}.xprofile .mob-status-sub{font-size:11.5px!important;color:#64748b!important;margin-top:2px!important;line-height:1.25!important}.xprofile .mob-disabled-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:5px 12px!important;border-radius:9999px!important;background:#64748b1f!important;border:1px solid rgba(100,116,139,.25)!important;font-size:10.5px!important;font-weight:800!important;letter-spacing:.8px!important;color:#94a3b8!important;white-space:nowrap!important;flex-shrink:0!important}.xprofile .mob-status-dot{width:6px!important;height:6px!important;border-radius:50%!important;background:#94a3b8!important;display:inline-block!important}.xprofile .mob-body-grid{display:grid!important;grid-template-columns:4fr 6fr!important;gap:32px!important;margin:0!important;align-items:stretch!important;width:100%!important}@media (max-width: 900px){.xprofile .mob-body-grid{grid-template-columns:1fr!important;gap:24px!important}}.xprofile .mob-qr-col{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:18px!important;padding:12px 0!important}.xprofile .mob-qr-frame{padding:10px!important;border:1.5px dashed rgba(255,255,255,.22)!important;border-radius:10px!important;background:#00000026!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.xprofile .mob-qr-img{width:170px!important;height:170px!important;border-radius:6px!important;display:block!important;background:#fff!important}.xprofile .mob-qr-caption{font-size:11.5px!important;font-weight:800!important;letter-spacing:.8px!important;color:#64748b!important;text-transform:uppercase!important}.xprofile .mob-features-col{border-left:1px solid rgba(255,255,255,.08)!important;padding-left:32px!important;display:flex!important;flex-direction:column!important}@media (max-width: 900px){.xprofile .mob-features-col{border-left:none!important;border-top:1px solid rgba(255,255,255,.08)!important;padding-left:0!important;padding-top:24px!important}}.xprofile .mob-features-header{border-bottom:1px solid rgba(255,255,255,.08)!important;padding-bottom:14px!important;margin-bottom:18px!important}.xprofile .mob-features-tag{color:#10b981!important;font-size:11px!important;font-weight:800!important;letter-spacing:.6px!important;display:flex!important;align-items:center!important;gap:6px!important;margin-bottom:6px!important;text-transform:uppercase!important}.xprofile .mob-features-tag i{font-size:13px!important}.xprofile .mob-features-title{font-size:18px!important;font-weight:800!important;color:#fff!important;margin:0 0 4px!important;line-height:1.2!important}.xprofile .mob-features-desc{font-size:12.5px!important;color:#64748b!important;margin:0!important;line-height:1.35!important}.xprofile .mob-features-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;width:100%!important}@media (max-width: 650px){.xprofile .mob-features-grid{grid-template-columns:1fr!important}}.xprofile .mob-feature-tile{background:#ffffff05!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:8px!important;padding:12px 14px!important;display:flex!important;align-items:flex-start!important;gap:12px!important;box-sizing:border-box!important;transition:all .2s ease!important}.xprofile .mob-feature-tile:hover{border-color:#10b9814d!important;background:#10b98108!important}.xprofile .mob-tile-icon{width:34px!important;height:34px!important;border-radius:8px!important;background:#10b9811f!important;border:1px solid rgba(16,185,129,.25)!important;color:#10b981!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:16px!important;flex-shrink:0!important}.xprofile .mob-tile-content{display:flex!important;flex-direction:column!important;gap:2px!important;flex:1!important}.xprofile .mob-tile-title{font-size:13px!important;font-weight:700!important;color:#fff!important;margin-bottom:2px!important;line-height:1.2!important}.xprofile .mob-tile-desc{font-size:11px!important;color:#64748b!important;line-height:1.35!important}html[data-mode=light] .xprofile .mob-header-title{color:#0f172a!important}html[data-mode=light] .xprofile .sec-card-box.mob-unified-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 4px 16px #0000000a!important}html[data-mode=light] .xprofile .mob-status-bar{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 2px 8px #0000000a!important}html[data-mode=light] .xprofile .mob-status-icon{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#475569!important}html[data-mode=light] .xprofile .mob-status-text{color:#0f172a!important}html[data-mode=light] .xprofile .mob-status-sub{color:#64748b!important}html[data-mode=light] .xprofile .mob-disabled-badge{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#475569!important}html[data-mode=light] .xprofile .mob-features-col{border-left-color:#e2e8f0!important;border-top-color:#e2e8f0!important}html[data-mode=light] .xprofile .mob-qr-frame,html[data-mode=light] .xprofile .tg-qr-frame,html[data-mode=light] .xprofile .sec-qr-frame{border-color:#cbd5e1!important;background:#fff!important}html[data-mode=light] .xprofile .mob-features-header{border-bottom-color:#e2e8f0!important}html[data-mode=light] .xprofile .mob-features-title{color:#0f172a!important}html[data-mode=light] .xprofile .mob-feature-tile{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000005!important}html[data-mode=light] .xprofile .mob-feature-tile:hover{background:#f0fdf4!important;border-color:#bbf7d0!important}html[data-mode=light] .xprofile .mob-tile-title{color:#0f172a!important}.xprofile .email-sec-group{display:flex!important;flex-direction:column!important;gap:12px!important;width:100%!important}.xprofile .email-sec-tag{color:#10b981!important;font-size:11px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.8px!important;display:flex!important;align-items:center!important;gap:8px!important}.xprofile .email-sec-tag i{font-size:14px!important}.xprofile .sec-card-box.email-alert-card{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 18px!important;background:#080d12!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;width:100%!important;box-sizing:border-box!important}.xprofile .email-alert-left{display:flex!important;align-items:center!important;gap:14px!important}.xprofile .email-alert-icon{width:42px!important;height:42px!important;border-radius:8px!important;background:rgba(var(--primary-rgb, 16, 185, 129),.12)!important;border:1px solid rgba(var(--primary-rgb, 16, 185, 129),.28)!important;color:var(--theme-accent, var(--primary, #10b981))!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:20px!important;flex-shrink:0!important}.xprofile .email-alert-title{font-size:14px!important;font-weight:700!important;color:#fff!important;margin-bottom:2px!important;line-height:1.25!important}.xprofile .email-alert-desc{font-size:12px!important;color:#64748b!important;line-height:1.35!important}.xprofile .sec-card-box.email-pref-card{display:flex!important;flex-direction:column!important;padding:14px 18px!important;background:#080d12!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;width:100%!important;box-sizing:border-box!important}.xprofile .email-pref-header-modern{display:flex!important;align-items:center!important;gap:14px!important;padding-bottom:14px!important;margin-bottom:0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;width:100%!important;text-align:left!important;justify-content:flex-start!important}.xprofile .email-pref-header-text{display:flex!important;flex-direction:column!important;gap:2px!important;text-align:left!important}.xprofile .email-pref-list{display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;margin:0!important;padding:0!important}.xprofile .email-pref-row:first-child{margin-top:0!important}.xprofile .email-pref-row:last-child{margin-bottom:0!important}.xprofile .email-pref-row{display:flex!important;align-items:center!important;gap:12px!important;padding:13px 16px!important;margin:0!important;background:#ffffff05!important;border:1px solid rgba(255,255,255,.06)!important;border-radius:6px!important;cursor:pointer!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;box-sizing:border-box!important;transition:all .2s ease!important}.xprofile .email-pref-row:hover{background:#ffffff0a!important;border-color:#ffffff1f!important}.xprofile .email-pref-input{position:absolute!important;opacity:0!important;pointer-events:none!important}.xprofile .email-pref-box{width:18px!important;height:18px!important;border-radius:4px!important;border:1.5px solid rgba(255,255,255,.3)!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:13px!important;transition:all .2s ease!important;flex-shrink:0!important;box-sizing:border-box!important}.xprofile .email-pref-box i{opacity:0!important;transform:scale(.6)!important;transition:all .15s ease!important}.xprofile .email-pref-input:checked+.email-pref-box{background:#2563eb!important;border-color:#2563eb!important}.xprofile .email-pref-input:checked+.email-pref-box i{opacity:1!important;transform:scale(1)!important}.xprofile .email-pref-text{font-size:13.5px!important;font-weight:500!important;color:#f1f5f9!important;line-height:1.25!important;margin:0!important;padding:0!important}.xprofile .email-save-btn{width:100%!important;height:46px!important;background:var(--theme-btn-primary, var(--primary, #10b981))!important;color:var(--theme-btn-text, #ffffff)!important;border:none!important;border-radius:8px!important;font-size:14px!important;font-weight:700!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:0 4px 16px rgba(var(--primary-rgb, 16, 185, 129),.35)!important;transition:all .2s ease!important;letter-spacing:.3px!important;margin-top:16px!important}.xprofile .email-save-btn:hover{background:var(--theme-btn-hover, var(--primary, #059669))!important;filter:brightness(1.08)!important;transform:translateY(-1px)!important}html[data-mode=light] .xprofile .sec-card-box.email-alert-card,html[data-mode=light] .xprofile .sec-card-box.email-pref-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 2px 10px #0000000a!important}html[data-mode=light] .xprofile .email-alert-title{color:#0f172a!important}html[data-mode=light] .xprofile .email-pref-row{background:#f8fafc!important;border-color:#e2e8f0!important}html[data-mode=light] .xprofile .email-pref-row:hover{background:#f1f5f9!important;border-color:#cbd5e1!important}html[data-mode=light] .xprofile .email-pref-text{color:#0f172a!important}html[data-mode=light] .xprofile .email-pref-box{border-color:#94a3b8!important}html[data-mode=light] .xprofile .email-alert-icon{background:rgba(var(--primary-rgb, 16, 185, 129),.12)!important;border-color:rgba(var(--primary-rgb, 16, 185, 129),.28)!important;color:var(--theme-accent, var(--primary, #10b981))!important}html[data-mode=light] .xprofile .email-pref-header-modern{border-bottom-color:#e2e8f0!important}html[data-mode=light] .xprofile .email-pref-input:checked+.email-pref-box{background:#2563eb!important;border-color:#2563eb!important}.xprofile .pro-submit-btn,.xprofile .pro-submit-btn:hover,.xprofile .pro-submit-btn:active,.xprofile .pro-submit-btn:focus{color:#fff!important}.xprofile .pro-submit-btn i,.xprofile .pro-submit-btn:hover i,.xprofile .pro-submit-btn:active i,.xprofile .pro-submit-btn:focus i{font-size:17px!important;margin-right:2px!important;display:inline-flex!important;align-items:center!important;color:inherit!important;opacity:1!important;filter:none!important;transition:none!important}.xprofile .pro-submit-btn span,.xprofile .pro-submit-btn:hover span{color:inherit!important;opacity:1!important}.xprofile .pro-submit-btn:hover,.xprofile .pro-submit-btn:active{transform:none!important;filter:none!important}.xprofile .pro-app-window{border-radius:8px!important}@media (max-width: 1050px){.xprofile .pro-app-window{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}.xprofile .pro-header-box{display:none!important}.xprofile .profile-page-shell{padding:10px 10px 0!important}.xprofile .pro-row-mobile-2col{grid-template-columns:1fr 1fr!important;gap:8px!important}.xprofile .pro-app-window{display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;border-radius:10px!important;border:1px solid var(--card-border)!important;width:100%!important;max-width:100%!important}.xprofile .pro-input,.xprofile .pro-input[readonly],.xprofile .pro-select,.xprofile .pro-currency-box,.xprofile .pro-custom-select-trigger{height:36px!important;min-height:36px!important;font-size:12px!important;border-radius:6px!important}.xprofile .pro-label{font-size:10.5px!important}.xprofile .pro-avatar-wrap{border-bottom:1px solid var(--card-border)!important;padding:0 10px 8px!important;margin-left:-10px!important;margin-right:-10px!important;margin-bottom:4px!important}.xprofile .pro-avatar{width:28px!important;height:28px!important;position:relative!important}.xprofile .pro-avatar-dot{width:7px!important;height:7px!important;border:1.5px solid var(--card-bg)!important;bottom:-1px!important;right:-1px!important;box-shadow:0 0 3px #10b98199!important}.xprofile .pro-sidebar{border-bottom:none!important;padding-bottom:0!important;gap:0!important}.xprofile .pro-menu{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:6px!important;padding:6px 10px!important;margin-left:-10px!important;margin-right:-10px!important;border-bottom:none!important;scrollbar-width:none!important}.xprofile .pro-menu::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.xprofile .pro-menu-scroll-track{display:block!important;position:relative!important;width:auto!important;height:2px!important;background:var(--card-border)!important;margin:0 -10px!important;overflow:hidden!important}.xprofile .pro-menu-scroll-thumb{position:absolute!important;top:0!important;left:0!important;height:100%!important;min-width:36px!important;background:var(--primary)!important;border-radius:99px!important;pointer-events:none!important}.xprofile .pro-menu-item{padding:5px 12px!important;border-radius:6px!important;font-size:11.5px!important;font-weight:600!important;height:30px!important;gap:6px!important;background:var(--input-bg)!important;border:1px solid var(--input-border)!important;color:var(--text-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.xprofile .pro-menu-item.active{color:var(--primary)!important;background:rgba(var(--primary-rgb),.12)!important;border-color:var(--primary)!important}.xprofile .pro-menu-item i{width:auto!important;height:auto!important;background:transparent!important;border:none!important;padding:0!important;font-size:13px!important;color:inherit!important;box-shadow:none!important}.xprofile #tab-api .sec-card-box{padding:8px!important;border:1px solid var(--card-border, #e2e8f0)!important;border-radius:10px!important;background:#fff!important}.xprofile #tab-api .sec-card-header{padding:2px 0 6px!important}.xprofile #tab-api .sec-card-title{font-size:12px!important;font-weight:700!important}.xprofile #tab-api .sec-card-desc{font-size:9.5px!important;margin-top:1px!important;line-height:1.2!important}.xprofile #tab-api .sec-card-icon{width:28px!important;height:28px!important;font-size:14px!important}.xprofile .sec-2fa-setup-box.sec-api-setup-box.active,.xprofile .sec-api-setup-box.active{padding:8px 0 0!important;gap:8px!important;margin-top:6px!important;background:#fff!important;border:none!important;border-top:1px solid var(--card-border, #e2e8f0)!important}.xprofile #tab-api .pro-field-group{gap:3px!important}.xprofile #tab-api .pro-label{font-size:10px!important;margin-bottom:2px!important;font-weight:600!important;gap:4px!important}.xprofile #tab-api .pro-label i{font-size:10.5px!important}.xprofile #tab-api .pro-input{height:32px!important;font-size:11px!important;padding:0 30px 0 8px!important;border-radius:5px!important}.xprofile #tab-api .pro-copy-btn{width:24px!important;height:24px!important;font-size:10.5px!important}.xprofile .api-grid-2col{grid-template-columns:1fr!important;gap:6px!important}.xprofile .api-input-action-row{flex-direction:column!important;align-items:stretch!important;gap:5px!important}.xprofile .api-input-action-row .pro-input-wrap{width:100%!important}.xprofile .api-input-action-row .api-action-btn{width:100%!important;height:30px!important;font-size:10.5px!important;border-radius:5px!important;justify-content:center!important;gap:5px!important}.xprofile .sec-card-box.api-integrations-box,.xprofile div.sec-card-box.api-integrations-box{padding:8px!important;gap:8px!important}.xprofile div.sec-card-box.api-integrations-box .api-features-grid,.xprofile .sec-card-box.api-integrations-box .api-features-grid,.xprofile .api-features-grid{grid-template-columns:1fr 1fr!important;gap:6px!important;margin:0!important;padding:0!important}.xprofile .api-feature-item{padding:5px 6px!important;gap:6px!important;min-height:32px!important;border-radius:5px!important;margin:0!important}.xprofile .api-feature-icon{width:22px!important;height:22px!important;font-size:10.5px!important;flex-shrink:0!important}.xprofile .api-feature-title{font-size:10px!important;font-weight:600!important;line-height:1.15!important}.xprofile .api-feature-check{font-size:11px!important;margin-left:auto!important}.xprofile div.sec-card-box.api-integrations-box .api-docs-grid,.xprofile .sec-card-box.api-integrations-box .api-docs-grid,.xprofile .api-docs-grid{grid-template-columns:1fr!important;gap:6px!important;margin:0!important;padding:0!important}.xprofile .api-doc-card{padding:8px!important;gap:8px!important;border-radius:6px!important;margin:0!important}.xprofile .api-doc-icon{width:28px!important;height:28px!important;font-size:13.5px!important}.xprofile .api-doc-copy strong{font-size:11.5px!important;font-weight:700!important}.xprofile .api-doc-copy small{font-size:8.5px!important;margin-top:1px!important;letter-spacing:.3px!important}.xprofile .api-doc-copy span{font-size:9.5px!important;line-height:1.25!important;margin-top:2px!important}.xprofile .api-doc-arrow{font-size:11px!important}.xprofile .api-download-btn{width:100%!important;height:32px!important;font-size:11px!important;font-weight:700!important;justify-content:center!important;border-radius:5px!important;gap:5px!important}.xprofile .api-download-btn i{font-size:13px!important}.xprofile .sec-card-header{display:flex!important;align-items:center!important;justify-content:space-between!important}.xprofile .sec-card-left{display:flex!important;align-items:center!important;gap:10px!important}.xprofile .sec-card-header .pro-switch,.xprofile .pro-switch{width:38px!important;height:22px!important;margin:0!important;align-self:center!important;position:relative!important;display:inline-block!important;flex-shrink:0!important}.xprofile .pro-switch-slider{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:22px!important;background-color:#cbd5e1!important;transition:background-color .25s ease!important;overflow:visible!important}.xprofile .pro-switch-slider:before{content:""!important;position:absolute!important;width:16px!important;height:16px!important;left:3px!important;top:50%!important;bottom:auto!important;border-radius:50%!important;background-color:#fff!important;box-shadow:0 1px 3px #00000040!important;transform:translateY(-50%)!important;transition:transform .25s cubic-bezier(.4,0,.2,1)!important}.xprofile .pro-switch input:checked+.pro-switch-slider,.xprofile input:checked+.pro-switch-slider{background-color:#10b981!important}.xprofile .pro-switch input:checked+.pro-switch-slider:before,.xprofile .sec-card-header .pro-switch input:checked+.pro-switch-slider:before,.xprofile input:checked+.pro-switch-slider:before{transform:translateY(-50%) translate(16px)!important}.xprofile p.api-doc-desc-desktop,.xprofile .api-doc-desc-desktop{display:none!important}.xprofile p.api-doc-desc-mobile,.xprofile .api-doc-desc-mobile{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;margin:2px 0 0!important;font-size:9.5px!important;line-height:1.25!important;color:var(--text-muted)!important}.xprofile #tab-security .pro-section-block{gap:8px!important;padding:8px 0!important}.xprofile #tab-security .sec-card-box{padding:0!important;border:1px solid var(--card-border, #e2e8f0)!important;border-radius:10px!important;background:#fff!important}.xprofile #tab-security .sec-card-header{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:8px 10px!important;gap:10px!important}.xprofile #tab-security .sec-card-left{display:flex!important;align-items:center!important;gap:10px!important;flex:1!important;min-width:0!important}.xprofile #tab-security .sec-card-icon{width:28px!important;height:28px!important;font-size:14px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.xprofile #tab-security .sec-card-title{font-size:12px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1px!important}.xprofile #tab-security .sec-card-desc{font-size:9.5px!important;line-height:1.25!important;color:var(--text-muted)!important;margin-top:1px!important}.xprofile #tab-security .pro-switch{flex-shrink:0!important;width:38px!important;height:22px!important}.xprofile #tab-login-security .pro-section-block{gap:8px!important;padding:8px 10px!important}.xprofile #tab-login-security .sec-card-box{padding:8px!important;border-radius:10px!important}.xprofile #tab-login-security .sec-card-header{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:2px 0 6px!important}.xprofile #tab-login-security .sec-card-left{display:flex!important;align-items:center!important;gap:10px!important}.xprofile #tab-login-security .sec-card-icon{width:28px!important;height:28px!important;font-size:14px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.xprofile #tab-login-security .sec-card-title,.xprofile #tab-login-security .login-sec-col .sec-card-title{font-size:12px!important;font-weight:700!important;margin-bottom:1px!important;line-height:1.2!important}.xprofile #tab-login-security .sec-card-desc,.xprofile #tab-login-security .login-sec-col .sec-card-desc{font-size:9.5px!important;font-weight:400!important;line-height:1.25!important;color:var(--text-muted)!important;margin-top:1px!important}.xprofile #tab-login-security .sec-card-box.login-sec-unified-box{padding:8px!important}.xprofile #tab-login-security .pro-sec-title{font-size:10px!important;font-weight:700!important;letter-spacing:.5px!important;gap:5px!important}.xprofile #tab-login-security .ip-range-textarea{height:80px!important;padding:8px!important;font-size:10.5px!important;border-radius:5px!important;line-height:1.35!important}.xprofile #tab-login-security .ip-quick-add-row{gap:4px!important;align-items:center!important}.xprofile #tab-login-security .ip-quick-label{font-size:9px!important;font-weight:700!important;letter-spacing:.5px!important}.xprofile #tab-login-security .ip-quick-pill{padding:2px 7px!important;font-size:9.5px!important;border-radius:12px!important}.xprofile #tab-login-security .ip-footer-row{font-size:9px!important;padding-top:2px!important}.xprofile #tab-login-security .ip-formats-hint,.xprofile #tab-login-security .ip-formats-hint strong{font-size:9px!important}.xprofile #tab-login-security .ip-reset-link-btn{font-size:9px!important;font-weight:600!important;gap:3px!important}.xprofile #tab-login-security .pro-custom-select-trigger{height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:10.5px!important;border-radius:5px!important}.xprofile #tab-login-security .pro-custom-select-trigger span,.xprofile #tab-login-security .pro-dropdown-item,.xprofile #tab-login-security .pro-dropdown-item span{font-size:10.5px!important}.xprofile #tab-login-security .pro-dropdown-search-input{font-size:10.5px!important;height:30px!important}.xprofile .pro-toast{position:fixed!important;bottom:24px!important;left:20px!important;top:auto!important;right:auto!important;z-index:99999!important;transform:translateY(12px)!important;opacity:0;transition:all .25s cubic-bezier(.4,0,.2,1)!important;max-width:calc(100vw - 40px)!important;box-shadow:0 10px 28px #00000059!important}.xprofile .pro-toast.show{opacity:1!important;transform:translateY(0)!important}}.xprofile p.api-doc-desc-mobile,.xprofile .api-doc-desc-mobile{display:none!important}.xprofile p.api-doc-desc-desktop,.xprofile .api-doc-desc-desktop{display:block!important;margin:2px 0 0!important;font-size:11.5px;line-height:1.35;color:var(--text-muted)}@media (max-width: 1050px){.xprofile p.api-doc-desc-desktop,.xprofile .api-doc-desc-desktop{display:none!important}.xprofile p.api-doc-desc-mobile,.xprofile .api-doc-desc-mobile{display:block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important;margin:2px 0 0!important;font-size:9.5px!important;line-height:1.25!important;color:var(--text-muted)!important}.xprofile #tab-api .sec-card-box{padding:8px!important;border:1px solid var(--card-border, #e2e8f0)!important;border-radius:10px!important;background:#fff!important}.xprofile #tab-api .sec-card-header{padding:2px 0 6px!important}.xprofile .sec-2fa-setup-box.sec-api-setup-box.active,.xprofile .sec-api-setup-box.active{padding:8px 0 0!important;gap:8px!important;margin-top:6px!important;background:#fff!important;border:none!important;border-top:1px solid var(--card-border, #e2e8f0)!important}.xprofile #tab-api .pro-field-group{gap:3px!important}.xprofile #tab-api .pro-label{font-size:10px!important;margin-bottom:2px!important}.xprofile #tab-api .pro-input{height:32px!important;font-size:11px!important;border-radius:5px!important}.xprofile #tab-api .api-action-btn{width:100%!important;height:30px!important;font-size:10.5px!important;border-radius:5px!important}.xprofile .pro-switch{width:38px!important;height:22px!important}.xprofile .pro-switch-slider{border-radius:22px!important;overflow:visible!important}.xprofile .pro-switch-slider:before{width:16px!important;height:16px!important;left:3px!important;top:50%!important;bottom:auto!important;border-radius:50%!important;transform:translateY(-50%)!important}.xprofile .pro-switch input:checked+.pro-switch-slider:before{transform:translateY(-50%) translate(16px)!important}.xprofile #tab-security .pro-section-block{gap:8px!important;padding:8px 0!important}.xprofile #tab-security .sec-card-box{padding:8px!important;border-radius:10px!important;background:#fff!important}.xprofile #tab-security .sec-card-header{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:2px 0 6px!important;gap:10px!important}.xprofile #tab-security .sec-card-left{display:flex!important;align-items:center!important;gap:10px!important;flex:1!important;min-width:0!important}.xprofile #tab-security .sec-card-icon{width:28px!important;height:28px!important;font-size:14px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.xprofile #tab-security .sec-card-title{font-size:12px!important;font-weight:700!important;line-height:1.2!important;margin-bottom:1px!important}.xprofile #tab-security .sec-card-desc{font-size:9.5px!important;line-height:1.25!important;color:var(--text-muted)!important;margin-top:1px!important}.xprofile #tab-login-security .pro-section-block{gap:8px!important;padding:8px 10px!important}.xprofile #tab-login-security .sec-card-box{padding:8px!important;border-radius:10px!important}.xprofile #tab-login-security .sec-card-header{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;padding:2px 0 6px!important}.xprofile #tab-login-security .sec-card-left{display:flex!important;align-items:center!important;gap:10px!important}.xprofile #tab-login-security .sec-card-icon{width:28px!important;height:28px!important;font-size:14px!important;border-radius:8px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.xprofile #tab-login-security .sec-card-title,.xprofile #tab-login-security .login-sec-col .sec-card-title{font-size:12px!important;font-weight:700!important;margin-bottom:1px!important}.xprofile #tab-login-security .sec-card-desc,.xprofile #tab-login-security .login-sec-col .sec-card-desc{font-size:9.5px!important;font-weight:400!important;line-height:1.25!important;color:var(--text-muted)!important}.xprofile #tab-login-security .sec-card-box.login-sec-unified-box{padding:8px!important}.xprofile #tab-login-security .pro-sec-title{font-size:10px!important;font-weight:700!important}.xprofile #tab-login-security .ip-range-textarea{height:80px!important;padding:8px!important;font-size:10.5px!important;border-radius:5px!important}.xprofile #tab-login-security .ip-quick-label{font-size:9px!important}.xprofile #tab-login-security .ip-quick-pill{padding:2px 7px!important;font-size:9.5px!important}.xprofile #tab-login-security .ip-footer-row,.xprofile #tab-login-security .ip-formats-hint,.xprofile #tab-login-security .ip-reset-link-btn{font-size:9px!important}.xprofile #tab-login-security .pro-custom-select-trigger{height:30px!important;min-height:30px!important;padding:0 8px!important;font-size:10.5px!important;border-radius:5px!important}}.xprofile .sec-card-box.api-integrations-box{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:16px!important;padding:20px 22px;width:100%!important;box-sizing:border-box!important}.xprofile .pro-avatar-wrap{border-bottom:1px solid var(--card-border)!important;padding-bottom:14px!important}@media (min-width: 1051px){.xprofile #tab-api .sec-card-box{padding:0!important}.xprofile #tab-api .sec-card-header{padding:14px 22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.xprofile #tab-api .sec-card-icon{width:40px!important;height:40px!important;font-size:20px!important}.xprofile #tab-api .sec-card-title{font-size:14px!important}.xprofile #tab-api .sec-card-desc{font-size:12px!important}.xprofile #tab-api .pro-switch{width:48px!important;height:26px!important}.xprofile #tab-api .pro-switch-slider{border-radius:26px!important}.xprofile #tab-api .pro-switch-slider:before{width:18px!important;height:18px!important;left:4px!important;top:4px!important;bottom:auto!important}.xprofile #tab-api input:checked+.pro-switch-slider:before{transform:translate(22px)!important}.xprofile #tab-api .sec-2fa-setup-box.sec-api-setup-box,.xprofile #tab-api .sec-api-setup-box{padding:24px 28px!important;gap:18px!important}.xprofile #tab-api .api-grid-2col{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.xprofile #tab-api .api-input-action-row{display:flex!important;flex-direction:row!important;align-items:center!important;gap:10px!important}.xprofile #tab-api .api-action-btn{width:155px!important;height:42px!important;font-size:13px!important;padding:0 16px!important}.xprofile #tab-api .pro-input{height:42px!important;font-size:13.5px!important;padding:0 14px!important}.xprofile #tab-login-security .sec-card-box{padding:12px 18px!important}.xprofile #tab-login-security .sec-card-box.login-sec-unified-box{padding:20px 22px!important}.xprofile #tab-login-security .ip-range-textarea{height:145px!important;font-size:13px!important}.xprofile #tab-login-security .pro-custom-select-trigger{height:42px!important;font-size:13px!important}.xprofile #tab-security .sec-card-box{padding:12px 18px!important}.xprofile #tab-security .sec-card-header{padding:14px 22px!important}}.xprofile .pro-app-window{border-radius:12px!important}.xprofile .pro-toast{padding-top:10px!important;padding-bottom:10px!important;box-sizing:border-box!important;line-height:1.4!important}@media (min-width: 1051px){.xprofile .pro-toast{top:30px!important}}html[data-mode=light] .xprofile #tab-api .pro-input,html[data-mode=light] .xprofile #tab-api .api-action-btn,html[data-mode=light] .xprofile #tab-login-security .sec-card-box,html[data-mode=light] .xprofile #tab-security .sec-card-box,html[data-mode=light] .xprofile #tab-login-security .ip-range-textarea,html[data-mode=light] .xprofile #tab-login-security .pro-custom-select-trigger{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important}@media (max-width: 1050px){.xprofile #tab-security .sec-2fa-setup-box{width:100%!important;padding:14px 12px!important;gap:0!important;margin-top:5px!important;overflow:hidden!important}.xprofile #tab-security .sec-stepper{width:100%!important;padding:0!important}.xprofile #tab-security .sec-step-item{gap:11px!important}.xprofile #tab-security .sec-step-circle{width:22px!important;height:22px!important;font-size:10.5px!important}.xprofile #tab-security .sec-step-line{min-height:30px!important}.xprofile #tab-security .sec-step-body{min-width:0!important;padding-bottom:17px!important}.xprofile #tab-security .sec-step-item:last-child .sec-step-body{padding-bottom:0!important}.xprofile #tab-security .sec-step-title{font-size:11.5px!important;line-height:1.3!important}.xprofile #tab-security .sec-step-desc{font-size:11px!important;line-height:1.35!important;margin-bottom:8px!important}.xprofile #tab-security .sec-store-btns{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;width:100%!important}.xprofile #tab-security .sec-store-btn{width:100%!important;min-width:0!important;min-height:42px!important;justify-content:center!important;gap:7px!important;padding:6px 7px!important;box-sizing:border-box!important}.xprofile #tab-security .sec-store-btn>i{font-size:18px!important;flex-shrink:0!important}.xprofile #tab-security .sec-store-btn-text{min-width:0!important}.xprofile #tab-security .sec-store-btn-text span:first-child{font-size:7.5px!important;letter-spacing:.35px!important;white-space:nowrap!important}.xprofile #tab-security .sec-store-btn-text span:last-child{font-size:11.5px!important;white-space:nowrap!important}.xprofile #tab-security .sec-qr-column{padding:16px 0 0!important}.xprofile #tab-security .sec-qr-frame{padding:8px!important;border-radius:9px!important}.xprofile #tab-security .sec-qr-img{width:150px!important;height:150px!important}.xprofile #tab-security .sec-qr-subtext{font-size:8.5px!important;letter-spacing:.55px!important;margin:9px 0 13px!important}.xprofile #tab-security .sec-verify-label{font-size:10.5px!important}.xprofile #tab-security .sec-verify-row{display:grid!important;grid-template-columns:minmax(0,1fr) 104px!important;gap:8px!important}.xprofile #tab-security .sec-verify-input{width:100%!important;min-width:0!important;height:42px!important;padding:0 8px!important;font-size:15px!important;letter-spacing:5px!important}.xprofile #tab-security .sec-enable-btn{width:104px!important;height:42px!important;padding:0 8px!important;font-size:12.5px!important}.xprofile #tab-login-security .pro-section-block{padding:8px 0!important;gap:8px!important}.xprofile #tab-login-security .sec-card-box,.xprofile #tab-login-security .sec-card-box.login-sec-unified-box{width:100%!important;padding:8px!important;box-sizing:border-box!important}.xprofile #tab-login-security .sec-card-header{width:100%!important;padding:3px 0 6px!important;gap:8px!important;box-sizing:border-box!important}.xprofile #tab-login-security .sec-card-left{min-width:0!important;gap:8px!important}.xprofile #tab-login-security .sec-card-icon{width:26px!important;height:26px!important;font-size:13px!important}.xprofile #tab-login-security .sec-card-title,.xprofile #tab-login-security .login-sec-col .sec-card-title{font-size:11.5px!important;line-height:1.25!important}.xprofile #tab-login-security .sec-card-desc,.xprofile #tab-login-security .login-sec-col .sec-card-desc{font-size:9.5px!important;line-height:1.3!important}.xprofile #tab-login-security .ip-range-textarea{width:100%!important;height:82px!important;min-width:0!important;padding:8px 9px!important;font-size:10.5px!important;box-sizing:border-box!important}.xprofile #tab-login-security .ip-quick-add-row{gap:5px!important}.xprofile #tab-login-security .ip-footer-row{align-items:flex-start!important;flex-wrap:wrap!important;gap:5px 10px!important}.xprofile #tab-login-security .ip-reset-link-btn{white-space:nowrap!important}.xprofile #tab-login-security .pro-custom-select-wrap{min-width:0!important}.xprofile #tab-login-security .pro-custom-select-trigger{width:100%!important;box-sizing:border-box!important}.xprofile #tab-login-security .pro-select-val-box{min-width:0!important;overflow:hidden!important}.xprofile #tab-login-security .pro-section-block{padding-left:0!important;padding-right:0!important}.xprofile #tab-telegram-bot .pro-section-block{padding:8px 0!important}.xprofile #tab-telegram-bot .tg-bot-card{width:100%!important;margin:0!important;padding:10px!important;border-radius:10px!important;box-sizing:border-box!important}.xprofile #tab-telegram-bot .tg-bot-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:12px!important;padding-bottom:9px!important}.xprofile #tab-telegram-bot .tg-bot-header-left{min-width:0!important;gap:8px!important}.xprofile #tab-telegram-bot .tg-bot-header-left>div:last-child{min-width:0!important}.xprofile #tab-telegram-bot .tg-bot-avatar{width:30px!important;height:30px!important;border-radius:7px!important;font-size:17px!important;box-shadow:none!important}.xprofile #tab-telegram-bot .tg-bot-title{font-size:12px!important;margin-bottom:1px!important}.xprofile #tab-telegram-bot .tg-bot-subtitle{max-width:100%!important;font-size:9.5px!important;line-height:1.25!important;white-space:normal!important}.xprofile #tab-telegram-bot .tg-bot-header-right{width:auto!important;flex-shrink:0!important}.xprofile #tab-telegram-bot .tg-status-pill{gap:4px!important;padding:4px 7px!important;font-size:8px!important;letter-spacing:.35px!important}.xprofile #tab-telegram-bot .tg-status-pill i{font-size:10px!important}.xprofile #tab-telegram-bot .tg-bot-body{display:flex!important;flex-direction:column!important;gap:14px!important}.xprofile #tab-telegram-bot .tg-input-label{font-size:10.5px!important;margin-bottom:6px!important}.xprofile #tab-telegram-bot .tg-col-qr .tg-input-label{margin-bottom:8px!important}.xprofile #tab-telegram-bot .tg-qr-wrapper{width:100%!important;margin-bottom:10px!important}.xprofile #tab-telegram-bot .tg-qr-frame{padding:8px!important;border-radius:9px!important}.xprofile #tab-telegram-bot .tg-qr-img{width:145px!important;height:145px!important}.xprofile #tab-telegram-bot .tg-connect-btn{width:180px!important;max-width:100%!important;height:34px!important;gap:6px!important;border-radius:6px!important;font-size:11px!important}.xprofile #tab-telegram-bot .tg-col-chatid{width:100%!important;padding:13px 0 0!important;box-sizing:border-box!important}.xprofile #tab-telegram-bot .tg-chatid-form{margin-bottom:11px!important}.xprofile #tab-telegram-bot .tg-input-group{width:100%!important;height:36px!important;margin-bottom:8px!important;border-radius:6px!important;box-sizing:border-box!important}.xprofile #tab-telegram-bot .tg-input-prefix{width:36px!important;font-size:13px!important}.xprofile #tab-telegram-bot .tg-input-field{min-width:0!important;padding:0 10px!important;font-size:11.5px!important}.xprofile #tab-telegram-bot .tg-send-code-btn{height:36px!important;gap:6px!important;border-radius:6px!important;font-size:11.5px!important}.xprofile #tab-telegram-bot .tg-guide-box{width:100%!important;padding:10px!important;border-radius:6px!important;box-sizing:border-box!important}.xprofile #tab-telegram-bot .tg-guide-header{gap:6px!important;margin-bottom:7px!important;font-size:11px!important}.xprofile #tab-telegram-bot .tg-guide-header i{font-size:13px!important}.xprofile #tab-telegram-bot .tg-guide-content{font-size:10px!important;line-height:1.45!important}.xprofile #tab-telegram-bot .tg-guide-content p{margin-bottom:5px!important}.xprofile #tab-telegram-bot .tg-guide-warning{align-items:flex-start!important;gap:5px!important;margin-top:7px!important;padding-top:7px!important;font-size:9.5px!important;line-height:1.35!important}}.xprofile #tab-telegram-bot .tg-qr-wrapper{display:flex!important;width:100%!important;justify-content:center!important}@media (max-width: 1050px){.xprofile #tab-telegram-bot .tg-qr-wrapper{display:flex!important;width:100%!important;justify-content:center!important}.xprofile #tab-telegram-bot .tg-bot-body{display:flex!important;flex-direction:column!important;width:100%!important}.xprofile #tab-telegram-bot .tg-col-qr{width:100%!important;align-items:center!important}}@media (min-width: 1051px){.xprofile #tab-api .sec-card-box.api-integrations-box{padding:14px!important}.xprofile #tab-api .api-feature-item{min-height:56px!important;padding:11px 15px!important;background:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 6%,var(--card-bg, #0b121b))!important;border-color:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 24%,var(--card-border, transparent))!important}.xprofile #tab-api .api-feature-icon{background:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 14%,transparent)!important;color:var(--theme-accent, var(--primary, #6d28d9))!important}html[data-mode=light] .xprofile #tab-api .api-feature-item{background:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 7%,#ffffff)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 26%,#e2e8f0)!important}}.xprofile #tab-api .api-feature-check{color:var(--theme-accent, var(--primary, #6d28d9))!important}.xprofile #tab-api .api-doc-icon--github{background:rgba(var(--primary-rgb),.12)!important;border-color:rgba(var(--primary-rgb),.25)!important;color:var(--theme-accent, var(--primary, #6d28d9))!important}.xprofile .login-otp-desc-mobile{display:none}@media (max-width: 1050px){.xprofile .login-otp-desc-desktop{display:none}.xprofile .login-otp-desc-mobile{display:inline}}@media (min-width: 1051px){.xprofile #tab-security .sec-card-box{padding:0!important;overflow:hidden!important}.xprofile #tab-security .sec-card-header,.xprofile #tab-login-security #sessionProtectionCard .sec-card-header{width:100%!important;padding:14px 22px!important;box-sizing:border-box!important}.xprofile #loginOtpCard .sec-card-header,.xprofile #googleAuthCard>.sec-card-header,.xprofile #sessionProtectionCard .sec-card-header{background:var(--input-bg, rgba(255, 255, 255, .03))!important}}.xprofile .pro-social-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.xprofile .pro-social-row{display:flex;align-items:center;gap:10px;padding:8px 12px;background:var(--input-bg);border:1px solid var(--input-border);border-radius:8px;font-size:13px;color:var(--text)}.xprofile .pro-social-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;font-size:16px}.xprofile .pro-social-value{flex:1;min-width:0;overflow-wrap:anywhere}.xprofile .pro-social-remove{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex-shrink:0;padding:0;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-muted);font-family:inherit;font-size:15px;cursor:pointer;transition:all .18s ease}.xprofile .pro-social-remove:hover{border-color:#ef444466;background:#ef44441f;color:#ef4444}.xprofile .pro-social-add-row{display:flex;align-items:center;gap:10px}.xprofile .pro-social-add-row .pro-field-group{flex:1;min-width:0}.xprofile .pro-social-picker{flex:0 0 170px}.xprofile .pro-menu-toggle{display:none;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;padding:0;border:1px solid var(--card-border);border-radius:8px;background:var(--input-bg);color:var(--text);font-family:inherit;font-size:18px;cursor:pointer}@media (max-width: 1050px){.xprofile .pro-menu-toggle{display:inline-flex}.xprofile .pro-sidebar{display:none!important}.xprofile .pro-sidebar.is-open{display:flex!important}}.xprofile .pro-toast.is-inline{position:static!important;inset:auto!important;display:flex!important;align-items:center;gap:10px;margin-bottom:16px;transform:none!important;animation:none!important}.xprofile .pro-toast--error{background:#ef44441f;border-color:#ef444459;color:#f87171}.xprofile .pro-app-window--single{grid-template-columns:minmax(0,1fr)!important}@media (max-width: 1050px){.xprofile #tab-api .api-feature-item{background:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 6%,var(--card-bg, #0b121b))!important;border-color:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 24%,var(--card-border, transparent))!important}.xprofile #tab-api .api-feature-icon{background:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 14%,transparent)!important;color:var(--theme-accent, var(--primary, #6d28d9))!important}.xprofile #tab-api .api-feature-item{background:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 7%,#ffffff)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--primary, #6d28d9)) 26%,#e2e8f0)!important}.xprofile #tab-mobile-app .pro-section-block{padding:8px 0!important}.xprofile #tab-mobile-app .mob-conn-section{width:100%!important;margin-bottom:8px!important}.xprofile #tab-mobile-app .mob-status-bar{width:100%!important;padding:8px 10px!important;gap:8px!important;border-radius:8px!important;box-sizing:border-box!important}.xprofile #tab-mobile-app .mob-status-left{min-width:0!important;gap:8px!important}.xprofile #tab-mobile-app .mob-status-icon{width:26px!important;height:26px!important;border-radius:6px!important;font-size:13px!important}.xprofile #tab-mobile-app .mob-status-text{font-size:11.5px!important;line-height:1.2!important}.xprofile #tab-mobile-app .mob-status-sub{font-size:9.5px!important;line-height:1.25!important;margin-top:1px!important}.xprofile #tab-mobile-app .mob-disabled-badge{gap:4px!important;padding:4px 7px!important;font-size:8px!important;letter-spacing:.35px!important}.xprofile #tab-mobile-app .mob-status-dot{width:5px!important;height:5px!important}.xprofile #tab-mobile-app .sec-card-box.mob-unified-card{width:100%!important;margin:0!important;padding:10px!important;border-radius:10px!important;box-sizing:border-box!important}.xprofile #tab-mobile-app .mob-body-grid{display:flex!important;flex-direction:column!important;width:100%!important;gap:12px!important}.xprofile #tab-mobile-app .mob-qr-col{width:100%!important;gap:8px!important;padding:4px 0 10px!important;box-sizing:border-box!important}.xprofile #tab-mobile-app .mob-qr-frame{width:auto!important;height:auto!important;padding:8px!important;border:1.5px dashed var(--card-border, #cbd5e1)!important;border-radius:9px!important;box-sizing:border-box!important}.xprofile #tab-mobile-app .mob-qr-img{width:145px!important;height:145px!important}.xprofile #tab-mobile-app .mob-qr-caption{display:block!important;position:static!important;width:100%!important;margin-top:0!important;font-size:8.5px!important;letter-spacing:.5px!important;line-height:1.3!important;text-align:center!important}.xprofile #tab-mobile-app .mob-features-col{width:100%!important;padding:12px 0 0!important;border-left:none!important;border-top:1px solid var(--card-border, rgba(255, 255, 255, .08))!important;box-sizing:border-box!important}.xprofile #tab-mobile-app .mob-features-header{padding-bottom:8px!important;margin-bottom:9px!important}.xprofile #tab-mobile-app .mob-features-title{font-size:12px!important;margin-bottom:2px!important}.xprofile #tab-mobile-app .mob-features-desc{font-size:9.5px!important;line-height:1.3!important}.xprofile #tab-mobile-app .mob-features-grid{display:grid!important;grid-template-columns:1fr!important;gap:6px!important}.xprofile #tab-mobile-app .mob-feature-tile{min-height:0!important;gap:8px!important;padding:8px 9px!important;border-radius:6px!important}.xprofile #tab-mobile-app .mob-tile-icon{width:26px!important;height:26px!important;border-radius:6px!important;font-size:13px!important}.xprofile #tab-mobile-app .mob-tile-title{font-size:11px!important;margin-bottom:0!important}.xprofile #tab-mobile-app .mob-tile-desc{font-size:9.5px!important;line-height:1.3!important}.xprofile #tab-email-notification .pro-section-block{padding:8px 0!important;gap:8px!important}.xprofile #tab-email-notification .email-sec-group{width:100%!important;gap:8px!important}.xprofile #tab-email-notification .sec-card-box.email-alert-card,.xprofile #tab-email-notification .sec-card-box.email-pref-card{width:100%!important;padding:8px!important;border-radius:10px!important;box-sizing:border-box!important}.xprofile #tab-email-notification .email-alert-card{gap:8px!important}.xprofile #tab-email-notification .email-alert-left,.xprofile #tab-email-notification .email-pref-header-modern{min-width:0!important;gap:8px!important}.xprofile #tab-email-notification .email-alert-icon{width:26px!important;height:26px!important;border-radius:6px!important;font-size:13px!important}.xprofile #tab-email-notification .email-alert-title{font-size:11.5px!important;line-height:1.25!important;margin-bottom:1px!important}.xprofile #tab-email-notification .email-alert-desc{font-size:9.5px!important;line-height:1.3!important}.xprofile #tab-email-notification .email-pref-header-modern{padding-bottom:8px!important;margin-bottom:8px!important}.xprofile #tab-email-notification .email-pref-header-text{min-width:0!important;gap:1px!important}.xprofile #tab-email-notification .email-pref-list{gap:6px!important}.xprofile #tab-email-notification .email-pref-row{width:100%!important;min-height:34px!important;gap:8px!important;padding:7px 9px!important;border-radius:6px!important;box-sizing:border-box!important}.xprofile #tab-email-notification .email-pref-box{width:15px!important;height:15px!important;border-radius:3px!important;font-size:10px!important}.xprofile #tab-email-notification .email-pref-text{min-width:0!important;font-size:10.5px!important;line-height:1.25!important}.xprofile #tab-email-notification .pro-switch{width:38px!important;height:22px!important;flex-shrink:0!important}.xprofile .pro-menu-item:hover i,.xprofile .pro-menu-item.active i{width:auto!important;height:auto!important;padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;transform:none!important}.xprofile .login-otp-desc-desktop{display:none}.xprofile .login-otp-desc-mobile{display:inline}}.xprofile #tab-mobile-app .mob-pass-row{display:flex;align-items:stretch;width:100%;max-width:280px;height:40px;margin-top:2px;border:1px solid var(--input-border);border-radius:8px;background:var(--input-bg);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.xprofile #tab-mobile-app .mob-pass-row:focus-within{border-color:rgba(var(--primary-rgb),.7);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.15)}.xprofile #tab-mobile-app .mob-pass-icon{display:flex;align-items:center;justify-content:center;flex:0 0 38px;color:var(--text-dim);font-size:16px}.xprofile #tab-mobile-app .mob-pass-input{flex:1 1 auto;min-width:0;height:100%;padding:0 10px 0 0;border:0;outline:0;background:transparent;color:var(--text);font:500 13px Inter,sans-serif;letter-spacing:.3px}.xprofile #tab-mobile-app .mob-pass-input::-moz-placeholder{color:var(--text-dim);letter-spacing:0}.xprofile #tab-mobile-app .mob-pass-input::placeholder{color:var(--text-dim);letter-spacing:0}.xprofile #tab-mobile-app .mob-pass-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;padding:0 14px;border:0;border-left:1px solid var(--input-border);background:var(--theme-btn-primary, var(--primary));color:var(--theme-btn-text, #ffffff);font:700 12.5px Inter,sans-serif;letter-spacing:.3px;cursor:pointer;transition:filter .2s ease,opacity .2s ease}.xprofile #tab-mobile-app .mob-pass-btn i{font-size:15px}.xprofile #tab-mobile-app .mob-pass-btn:hover:not(:disabled){filter:brightness(1.08)}.xprofile #tab-mobile-app .mob-pass-btn:disabled{opacity:.55;cursor:not-allowed}.xprofile #tab-mobile-app .mob-pass-row--danger .mob-pass-btn{background:#ef4444;color:#fff}.xprofile #tab-mobile-app .mob-pass-row--danger:focus-within{border-color:#ef4444b3;box-shadow:0 0 0 3px #ef444426}html[data-mode=light] .xprofile #tab-mobile-app .mob-pass-row{background:var(--input-bg);border-color:var(--input-border)}@media (max-width: 480px){.xprofile #tab-mobile-app .mob-pass-row{max-width:100%}}.xpage{--primary: var(--theme-accent, #7c3aed);--bg-dark: #06080d;--bg-panel: #0d1117;--text-main: #e8edf5;--text-muted: #8b95a8;--border: rgba(255, 255, 255, .07);font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main)}html:not(.dark) .xpage{--bg-dark: #eef3f8;--bg-panel: #ffffff;--text-main: #162033;--text-muted: #66758a;--border: #dce4ed}.xpage-page{padding:24px;min-height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));box-sizing:border-box}.xpage-container{max-width:1550px;width:100%;margin:0 auto}.xpage-wrap{padding:30px;border-radius:10px;border:1px solid var(--border);background:var(--bg-panel);box-shadow:0 16px 36px -12px #00000059}.xpage-header{padding-bottom:20px;margin-bottom:24px;border-bottom:1px dashed color-mix(in srgb,var(--border) 60%,transparent)}.xpage-title-area{display:flex;align-items:center;gap:16px}.xpage-icon-wrap{width:48px;height:48px;flex-shrink:0;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:24px;color:var(--primary);background:color-mix(in srgb,var(--primary) 15%,transparent);border:1px solid color-mix(in srgb,var(--primary) 25%,transparent)}.xpage-header-text{display:flex;flex-direction:column;gap:2px}.xpage-header-meta{display:flex;align-items:center;gap:8px;margin-bottom:2px}.xpage-legal-badge{font-size:9.5px;font-weight:800;letter-spacing:.08em;padding:2px 7px;border-radius:4px;background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);text-transform:uppercase}.xpage-site-name{font-size:11px;font-weight:600;color:var(--text-muted)}.xpage-title{margin:0;font-family:Rajdhani,sans-serif;font-size:26px;font-weight:700;line-height:1.2;color:var(--text-main)}.xpage-subtitle{margin:4px 0 0;font-size:14px;color:var(--text-muted)}.xpage-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:32px;align-items:start}.xpage-layout--solo{grid-template-columns:minmax(0,1fr)}.xpage-toc{position:sticky;top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px) + 20px);padding:16px;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 3%,transparent)}.xpage-toc-mobile-toggle{display:none;width:100%;padding:10px 14px;border-radius:8px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 4%,transparent);color:var(--text-main);font-size:12.5px;font-weight:700;cursor:pointer;align-items:center;justify-content:space-between;margin-bottom:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xpage-toc-mobile-toggle:hover{background:color-mix(in srgb,var(--primary) 10%,transparent);border-color:var(--primary)}.xpage-toc-label{display:flex;align-items:center;gap:6px;margin:0 0 12px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.xpage-toc-label i{color:var(--primary);font-size:14px}.xpage-toc-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}.xpage-toc-list a{display:block;padding:7px 10px;border-radius:7px;border-left:2px solid transparent;font-size:13px;font-weight:500;line-height:1.4;color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.xpage-toc-list a:hover{color:var(--text-main);border-left-color:var(--primary);background:color-mix(in srgb,var(--primary) 8%,transparent)}.xpage-article{max-width:none;font-size:15px;line-height:1.75;color:var(--text-muted);word-wrap:break-word;overflow-wrap:anywhere}.xpage-article>:first-child{margin-top:0}.xpage-article>:last-child{margin-bottom:0}.xpage-article h2{margin:36px 0 14px;padding-top:20px;border-top:1px solid var(--border);scroll-margin-top:calc(var(--topbar-height, 0px) + var(--nav-height, 68px) + 20px);font-size:19px;font-weight:800;line-height:1.3;letter-spacing:-.01em;color:var(--text-main)}.xpage-article h3{margin:26px 0 10px;font-size:16px;font-weight:700;color:var(--text-main)}.xpage-article p{margin:0 0 14px}.xpage-article ul,.xpage-article ol{margin:0 0 16px;padding-left:22px}.xpage-article ul{list-style:disc}.xpage-article ol{list-style:decimal}.xpage-article li{margin-bottom:8px}.xpage-article li::marker{color:var(--primary)}.xpage-article strong{color:var(--text-main);font-weight:700}.xpage-article a{color:var(--primary);font-weight:600;text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--primary) 40%,transparent)}.xpage-article a:hover{border-bottom-color:var(--primary)}.xpage-article>p:first-child>em:only-child{display:inline-block;padding:5px 12px;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 4%,transparent);font-size:12px;font-style:normal;font-weight:600;color:var(--text-muted)}.xpage-article blockquote{margin:0 0 16px;padding:12px 16px;border-left:3px solid var(--primary);border-radius:0 8px 8px 0;background:color-mix(in srgb,var(--primary) 6%,transparent)}.xpage-article table{width:100%;margin:0 0 16px;border-collapse:collapse;font-size:14px}.xpage-article th,.xpage-article td{padding:10px 12px;border:1px solid var(--border);text-align:left}.xpage-article th{background:color-mix(in srgb,var(--text-main) 4%,transparent);color:var(--text-main);font-weight:700}.xpage-article img{max-width:100%;height:auto;border-radius:10px}.xpage-article code{padding:2px 6px;border-radius:5px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 5%,transparent);font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:13px;color:var(--text-main)}.xpage-article pre{margin:0 0 16px;padding:14px 16px;border-radius:10px;border:1px solid var(--border);background:var(--bg-dark)}body.xh-scroll-below-nav .xpage-page{--xh-page-h: calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px));height:var(--xh-page-h);min-height:var(--xh-page-h);max-height:var(--xh-page-h);overflow:hidden;display:flex;flex-direction:column}body.xh-scroll-below-nav .xpage-page .xpage-container{flex:1 1 auto;min-height:0;display:flex}body.xh-scroll-below-nav .xpage-page .xpage-wrap{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}body.xh-scroll-below-nav .xpage-page .xpage-header{flex:0 0 auto}body.xh-scroll-below-nav .xpage-page .xpage-layout{flex:1 1 auto;min-height:0;align-items:stretch}body.xh-scroll-below-nav .xpage-page .xpage-toc,body.xh-scroll-below-nav .xpage-page .xpage-article{min-height:0;max-height:100%;overflow-y:auto;overflow-x:hidden}body.xh-scroll-below-nav .xpage-page .xpage-article{padding-right:10px}body.xh-scroll-below-nav .xpage-page .xpage-article :is(h2,h3){scroll-margin-top:12px}@media (max-width: 900px){.xpage-layout{grid-template-columns:1fr;gap:20px}.xpage-toc{position:static;top:auto;padding:10px 12px;border-radius:10px;background:color-mix(in srgb,var(--text-main) 3%,transparent)}.xpage-toc-label{display:none}.xpage-toc-mobile-toggle{display:flex}.xpage-toc .xpage-toc-list{display:none;margin-top:10px;padding-top:10px;border-top:1px dashed var(--border)}.xpage-toc.toc-expanded .xpage-toc-list{display:flex}}@media (max-width: 768px){body.xh-scroll-below-nav .xpage-page,body.xh-scroll-below-nav .xpage-page .xpage-wrap{height:auto;min-height:0;max-height:none;overflow:visible}body.xh-scroll-below-nav .xpage-page .xpage-toc,body.xh-scroll-below-nav .xpage-page .xpage-article{max-height:none;overflow:visible}.xpage-page{padding:12px 10px}.xpage-wrap{padding:18px 14px;border-radius:10px}.xpage-header{padding-bottom:14px;margin-bottom:16px}.xpage-title-area{gap:12px}.xpage-icon-wrap{width:40px;height:40px;font-size:20px;border-radius:10px}.xpage-title{font-size:21px}.xpage-subtitle{font-size:12.5px}.xpage-article{font-size:14px;line-height:1.65}.xpage-article h2{font-size:17px;margin:22px 0 10px;padding-top:14px}.xpage-article h3{font-size:15px;margin:16px 0 8px}.xpage-article p,.xpage-article li{font-size:13.5px;line-height:1.65;word-break:break-word;overflow-wrap:anywhere}.xpage-article table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px;font-size:12.5px}.xpage-article th,.xpage-article td{padding:8px 10px;white-space:nowrap}.xpage-article pre{padding:10px 12px;border-radius:8px;font-size:12px;overflow-x:auto;max-width:100%;white-space:pre-wrap;word-break:break-all}.xpage-article blockquote{padding:10px 12px;font-size:13px}}.xpage--lp .xpage-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.xpage--lp .xpage-title-area{min-width:0;flex:1 1 260px}.xlp-header-cta{display:inline-flex;align-items:center;gap:14px;flex-shrink:0;padding:9px 9px 9px 16px;border-radius:10px;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--border));background:color-mix(in srgb,var(--primary) 8%,transparent);text-decoration:none;transition:border-color .2s ease,background .2s ease}.xlp-header-cta:hover{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 14%,transparent)}.xlp-header-cta-price{font-size:17px;font-weight:800;color:var(--text-main);white-space:nowrap}.xlp-header-cta-price em{font-style:normal;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.xlp-header-cta-go{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;background:var(--primary);color:var(--theme-accent-contrast, #fff);font-size:12.5px;font-weight:700;white-space:nowrap}.xlp-buy{margin:-4px 0 18px;padding-bottom:18px;border-bottom:1px solid var(--border);text-align:center}.xlp-buy-media{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;margin-bottom:12px;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 4%,transparent);overflow:hidden;font-size:30px;color:var(--text-muted)}.xlp-buy-media img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.xlp-buy-name{margin:0;font-size:14px;font-weight:700;line-height:1.35;color:var(--text-main)}.xlp-buy-cat{margin:3px 0 0;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.xlp-buy-price{margin:10px 0 12px;font-size:20px;font-weight:800;color:var(--text-main)}.xlp-buy-price em{font-style:normal;font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.xlp-buy-btn{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px 14px;border-radius:10px;background:var(--primary);color:var(--theme-accent-contrast, #fff);font-size:13px;font-weight:700;text-decoration:none;transition:filter .2s ease}.xlp-buy-btn:hover{filter:brightness(1.08)}.xlp-buy-track{display:inline-block;margin-top:10px;font-size:11.5px;font-weight:600;color:var(--text-muted);text-decoration:none}.xlp-buy-track:hover{color:var(--primary)}.xpage-empty-link{display:inline-flex;align-items:center;gap:7px;margin-top:22px;padding:10px 18px;border-radius:10px;border:1px solid color-mix(in srgb,var(--primary) 30%,var(--border));color:var(--primary);font-size:13px;font-weight:700;text-decoration:none}.xpage-empty-link:hover{background:color-mix(in srgb,var(--primary) 10%,transparent)}@media (max-width: 640px){.xlp-header-cta{width:100%;justify-content:space-between}}.xcontact{--primary: var(--theme-accent, #7c3aed);--primary-glow: color-mix(in srgb, var(--primary) 25%, transparent);--bg-dark: #06080d;--bg-panel: #0d1117;--bg-card: rgba(18, 24, 38, .65);--text-main: #e8edf5;--text-muted: #8b95a8;--border: rgba(255, 255, 255, .08);--border-hover: color-mix(in srgb, var(--primary) 40%, rgba(255, 255, 255, .15));font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main);position:relative}html:not(.dark) .xcontact{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: rgba(255, 255, 255, .85);--text-main: #111827;--text-muted: #64748b;--border: rgba(0, 0, 0, .08);--border-hover: color-mix(in srgb, var(--primary) 50%, rgba(0, 0, 0, .2))}.xcontact-page{padding:24px;min-height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));box-sizing:border-box}.xcontact-container{max-width:1440px;width:100%;margin:0 auto}.xcontact-ambient-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:450px;background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--primary) 18%,transparent) 0%,transparent 70%);pointer-events:none;z-index:0}.xcontact-hero{position:relative;z-index:1;text-align:left;margin-bottom:24px;padding:28px 32px;background:linear-gradient(135deg,#0d1117e6,#141b27bf);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 16px 36px -12px #0006}html:not(.dark) .xcontact-hero{background:linear-gradient(135deg,#fffffff2,#f3f6fbd9);box-shadow:0 10px 30px -10px #0000000d}.xcontact-hero-glow-accent{position:absolute;top:-50px;right:-50px;width:220px;height:220px;background:radial-gradient(circle,color-mix(in srgb,var(--primary) 25%,transparent) 0%,transparent 70%);pointer-events:none}.xcontact-badge-strip{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.xcontact-micro-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);padding:4px 10px;border-radius:6px;border:1px solid color-mix(in srgb,var(--primary) 25%,transparent)}.xcontact-status-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:10px;font-size:11px;font-weight:700;letter-spacing:.05em;background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.25)}.xcontact-status-dot{width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981;animation:xcontact-pulse 2s infinite}@keyframes xcontact-pulse{0%{transform:scale(.95);box-shadow:0 0 #10b981b3}70%{transform:scale(1);box-shadow:0 0 0 8px #10b98100}to{transform:scale(.95);box-shadow:0 0 #10b98100}}.xcontact-title{font-family:Rajdhani,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px;color:var(--text-main);line-height:1.15}.xcontact-title-highlight{background:linear-gradient(135deg,var(--text-main) 30%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.xcontact-subtitle{font-size:14px;line-height:1.5;color:var(--text-muted);max-width:700px;margin:0}.xcontact-channels-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px;position:relative;z-index:1}@media (max-width: 840px){.xcontact-channels-grid{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 580px){.xcontact-channels-grid{grid-template-columns:repeat(3,1fr);gap:8px}}.xcontact-channel-card{position:relative;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:22px 14px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;cursor:pointer;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);overflow:hidden;box-shadow:0 4px 14px #00000040}.xcontact-channel-card:hover{transform:translateY(-4px);border-color:var(--card-accent, var(--primary));box-shadow:0 12px 28px -6px color-mix(in srgb,var(--card-accent, var(--primary)) 30%,rgba(0,0,0,.4));background:linear-gradient(180deg,color-mix(in srgb,var(--card-accent, var(--primary)) 8%,var(--bg-card)) 0%,var(--bg-card) 100%)}.xcontact-channel-card:active{transform:translateY(0) scale(.98)}.xcontact-channel-badge{position:absolute;top:10px;right:10px;font-size:8.5px;font-weight:800;letter-spacing:.08em;padding:2px 6px;border-radius:4px;text-transform:uppercase;background:color-mix(in srgb,var(--card-accent, var(--primary)) 15%,transparent);color:var(--card-accent, var(--primary));border:1px solid color-mix(in srgb,var(--card-accent, var(--primary)) 30%,transparent)}.xcontact-channel-logo-bare{font-size:40px;color:var(--card-accent, var(--primary));display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 0 12px color-mix(in srgb,var(--card-accent, var(--primary)) 40%,transparent));transition:transform .3s cubic-bezier(.175,.885,.32,1.275),filter .3s ease;margin-top:4px}.xcontact-channel-card:hover .xcontact-channel-logo-bare{transform:scale(1.18);filter:drop-shadow(0 0 18px var(--card-accent, var(--primary)))}.xcontact-channel-content{display:flex;flex-direction:column;gap:3px;width:100%;align-items:center}.xcontact-channel-name{font-size:13.5px;font-weight:700;color:var(--text-main);letter-spacing:.02em}.xcontact-channel-val{font-size:11px;font-weight:500;color:var(--text-muted);word-break:break-all;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 580px){.xcontact-channel-card{padding:14px 8px 12px;border-radius:10px}.xcontact-channel-logo-bare{font-size:30px}.xcontact-channel-name{font-size:11px}.xcontact-channel-val{font-size:9.5px}.xcontact-channel-badge{top:6px;right:6px;font-size:7.5px;padding:1px 4px}}.xcontact-main-layout{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:28px;position:relative;z-index:1}@media (max-width: 1024px){.xcontact-main-layout{grid-template-columns:1fr}}.xcontact-form-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:28px;box-shadow:0 20px 40px -15px #0006}.xcontact-card-title-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px dashed var(--border)}.xcontact-card-title-icon{width:38px;height:38px;border-radius:10px;background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:18px}.xcontact-card-h2{font-family:Rajdhani,sans-serif;font-size:20px;font-weight:700;margin:0;color:var(--text-main)}.xcontact-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 640px){.xcontact-form-grid{grid-template-columns:1fr}}.xcontact-field-full{grid-column:1 / -1}.xcontact-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--text-muted);margin-bottom:6px}.xcontact-input-wrap{position:relative}.xcontact-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:16px;color:var(--text-muted);pointer-events:none;transition:color .2s ease}.xcontact-textarea-wrap .xcontact-input-icon{top:14px;transform:none}.xcontact-input,.xcontact-select,.xcontact-textarea{width:100%;box-sizing:border-box;padding:10px 14px 10px 40px;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--bg-dark) 80%,transparent);color:var(--text-main);font-size:13.5px;font-family:inherit;outline:none;transition:all .2s ease}.xcontact-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;cursor:pointer}.xcontact-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:15px;color:var(--text-muted);pointer-events:none}.xcontact-textarea{resize:vertical;min-height:110px}.xcontact-input:focus,.xcontact-select:focus,.xcontact-textarea:focus{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 5%,var(--bg-dark));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 20%,transparent)}.xcontact-input:focus+.xcontact-input-icon,.xcontact-select:focus+.xcontact-input-icon,.xcontact-textarea:focus+.xcontact-input-icon{color:var(--primary)}.xcontact-priority-pills{display:flex;gap:8px}.xcontact-priority-pill{flex:1;padding:8px;border-radius:8px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 4%,transparent);color:var(--text-muted);font-size:11.5px;font-weight:600;cursor:pointer;text-align:center;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.xcontact-priority-pill:hover{background:color-mix(in srgb,var(--text-main) 8%,transparent)}.xcontact-priority-pill.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--text-main);box-shadow:0 0 12px var(--primary-glow)}.xcontact-submit-btn{width:100%;padding:12px;border-radius:10px;background:linear-gradient(135deg,var(--primary) 0%,color-mix(in srgb,var(--primary) 80%,#000) 100%);color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 8px 24px var(--primary-glow);margin-top:8px}.xcontact-submit-btn:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.15);box-shadow:0 12px 30px var(--primary-glow)}.xcontact-submit-btn:disabled{opacity:.7;cursor:not-allowed}.xcontact-success-banner{background:#10b9811f;border:1px solid rgba(16,185,129,.3);color:#10b981;padding:14px 18px;border-radius:10px;display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:600;margin-bottom:20px;animation:xcontact-fade-in .3s ease-out}@keyframes xcontact-fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.xcontact-side-col{display:flex;flex-direction:column;gap:20px}.xcontact-side-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:22px;box-shadow:0 16px 32px -10px #0000004d}.xcontact-telemetry-list{display:flex;flex-direction:column;gap:12px}.xcontact-telemetry-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;background:color-mix(in srgb,var(--text-main) 3%,transparent);border:1px solid var(--border)}.xcontact-telemetry-icon{width:34px;height:34px;border-radius:8px;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.xcontact-telemetry-info{display:flex;flex-direction:column;gap:1px}.xcontact-telemetry-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.xcontact-telemetry-val{font-size:13px;font-weight:600;color:var(--text-main)}.xcontact-live-prompt{background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 20%,#000),#0d1117cc);border:1px solid color-mix(in srgb,var(--primary) 35%,transparent);border-radius:10px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.xcontact-live-prompt-text h4{margin:0 0 2px;font-size:14px;font-weight:700;color:#fff}.xcontact-live-prompt-text p{margin:0;font-size:11.5px;color:#ffffffb3}.xcontact-faq-list{display:flex;flex-direction:column;gap:8px}.xcontact-faq-item{border:1px solid var(--border);border-radius:10px;background:color-mix(in srgb,var(--text-main) 3%,transparent);overflow:hidden;transition:border-color .2s ease}.xcontact-faq-item.open{border-color:var(--border-hover)}.xcontact-faq-header{padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:13px;font-weight:600;color:var(--text-main);transition:background .2s ease}.xcontact-faq-header:hover{background:color-mix(in srgb,var(--primary) 6%,transparent)}.xcontact-faq-icon{font-size:15px;color:var(--text-muted);transition:transform .25s ease}.xcontact-faq-item.open .xcontact-faq-icon{transform:rotate(180deg);color:var(--primary)}.xcontact-faq-body{padding:8px 14px 12px;font-size:12px;line-height:1.5;color:var(--text-muted);border-top:1px dashed var(--border)}body.xh-scroll-below-nav .xcontact-page{--xh-page-h: calc(100dvh - var(--topbar-height, 0px) - var(--nav-height, 68px) - var(--xh-eyebar-h, 0px));height:var(--xh-page-h);min-height:var(--xh-page-h);max-height:var(--xh-page-h);overflow-y:auto}.xcookie{--primary: var(--theme-accent, #7c3aed);--primary-glow: color-mix(in srgb, var(--primary) 25%, transparent);--bg-dark: #06080d;--bg-panel: #0d1117;--bg-card: rgba(18, 24, 38, .65);--text-main: #e8edf5;--text-muted: #8b95a8;--border: rgba(255, 255, 255, .08);--border-hover: color-mix(in srgb, var(--primary) 40%, rgba(255, 255, 255, .15));font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main);position:relative}html:not(.dark) .xcookie{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: rgba(255, 255, 255, .85);--text-main: #111827;--text-muted: #64748b;--border: rgba(0, 0, 0, .08);--border-hover: color-mix(in srgb, var(--primary) 50%, rgba(0, 0, 0, .2))}.xcookie-page{padding:24px;min-height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));box-sizing:border-box}.xcookie-container{max-width:1440px;width:100%;margin:0 auto}.xcookie-ambient-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:450px;background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--primary) 18%,transparent) 0%,transparent 70%);pointer-events:none;z-index:0}.xcookie-hero{position:relative;z-index:1;text-align:left;margin-bottom:24px;padding:28px 32px;background:linear-gradient(135deg,#0d1117e6,#141b27bf);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 16px 36px -12px #0006}html:not(.dark) .xcookie-hero{background:linear-gradient(135deg,#fffffff2,#f3f6fbd9);box-shadow:0 10px 30px -10px #0000000d}.xcookie-badge-strip{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.xcookie-micro-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);padding:4px 10px;border-radius:6px;border:1px solid color-mix(in srgb,var(--primary) 25%,transparent)}.xcookie-status-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:10px;font-size:11px;font-weight:700;letter-spacing:.05em;background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.25)}.xcookie-title{font-family:Rajdhani,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.02em;margin:0 0 6px;color:var(--text-main);line-height:1.15}.xcookie-title-highlight{background:linear-gradient(135deg,var(--text-main) 30%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.xcookie-subtitle{font-size:14px;line-height:1.5;color:var(--text-muted);max-width:760px;margin:0}.xcookie-manager-card{position:relative;z-index:1;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:24px 28px;margin-bottom:28px;box-shadow:0 16px 32px -10px #00000059}.xcookie-manager-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:16px;margin-bottom:20px;border-bottom:1px dashed var(--border);flex-wrap:wrap}.xcookie-manager-title{display:flex;align-items:center;gap:12px}.xcookie-manager-icon{width:42px;height:42px;border-radius:10px;background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:22px;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent)}.xcookie-manager-h2{font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;margin:0;color:var(--text-main)}.xcookie-toggles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}@media (max-width: 900px){.xcookie-toggles-grid{grid-template-columns:1fr}}.xcookie-toggle-item{padding:16px;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 3%,transparent);display:flex;flex-direction:column;justify-content:space-between;gap:12px;transition:all .2s ease}.xcookie-toggle-item:hover{border-color:var(--border-hover);background:color-mix(in srgb,var(--primary) 4%,transparent)}.xcookie-toggle-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.xcookie-toggle-label{font-size:14px;font-weight:700;color:var(--text-main)}.xcookie-toggle-desc{font-size:12px;color:var(--text-muted);line-height:1.5;margin:0}.xcookie-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.xcookie-switch input{opacity:0;width:0;height:0}.xcookie-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:color-mix(in srgb,var(--text-muted) 30%,transparent);transition:.3s cubic-bezier(.16,1,.3,1);border-radius:10px;border:1px solid var(--border)}.xcookie-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background-color:#fff;transition:.3s cubic-bezier(.16,1,.3,1);border-radius:50%;box-shadow:0 2px 4px #0000004d}input:checked+.xcookie-slider{background-color:var(--primary);border-color:var(--primary)}input:checked+.xcookie-slider:before{transform:translate(20px)}input:disabled+.xcookie-slider{opacity:.6;cursor:not-allowed}.xcookie-actions-row{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.xcookie-btn-save{padding:10px 20px;border-radius:10px;border:none;background:var(--primary);color:#fff;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 16px var(--primary-glow)}.xcookie-btn-save:hover{transform:translateY(-1px);filter:brightness(1.1)}.xcookie-btn-accept{padding:10px 20px;border-radius:10px;border:1px solid var(--border);background:color-mix(in srgb,var(--text-main) 6%,transparent);color:var(--text-main);font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.xcookie-btn-accept:hover{background:color-mix(in srgb,var(--primary) 12%,transparent);border-color:var(--primary)}.xcookie-toast-banner{background:#10b9811f;border:1px solid rgba(16,185,129,.3);color:#10b981;padding:10px 16px;border-radius:10px;font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:8px;animation:xcookie-slide .3s ease-out}@keyframes xcookie-slide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.xcookie-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px;position:relative;z-index:1}@media (max-width: 900px){.xcookie-cards-grid{grid-template-columns:1fr}}.xcookie-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:22px;box-shadow:0 12px 24px -8px #0000004d}.xcookie-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.xcookie-card-icon{width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.xcookie-card-title{font-family:Rajdhani,sans-serif;font-size:18px;font-weight:700;color:var(--text-main);margin:0}.xcookie-card-body{font-size:13px;line-height:1.6;color:var(--text-muted);margin:0 0 12px}.xcookie-card-pills{display:flex;flex-wrap:wrap;gap:6px}.xcookie-pill{font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:6px;background:color-mix(in srgb,var(--text-main) 5%,transparent);color:var(--text-muted);border:1px solid var(--border)}.xcookie-table-card{position:relative;z-index:1;background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:24px;box-shadow:0 16px 32px -10px #00000059;margin-bottom:28px}.xcookie-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px;border:1px solid var(--border)}.xcookie-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.xcookie-table th{background:color-mix(in srgb,var(--text-main) 6%,transparent);color:var(--text-main);font-weight:700;padding:12px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.xcookie-table td{padding:12px 14px;border-bottom:1px solid var(--border);color:var(--text-muted);white-space:nowrap}.xcookie-table tr:last-child td{border-bottom:none}.xcookie-table tr:hover td{background:color-mix(in srgb,var(--primary) 4%,transparent)}.xcookie-code-tag{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:11.5px;padding:2px 6px;border-radius:4px;background:color-mix(in srgb,var(--primary) 12%,transparent);color:var(--primary);font-weight:700}@media (max-width: 768px){.xcookie-page{padding:12px 10px}.xcookie-hero{padding:20px 16px;border-radius:10px}.xcookie-title{font-size:24px}.xcookie-manager-card,.xcookie-table-card,.xcookie-card{padding:16px;border-radius:10px}.xcookie-manager-h2{font-size:18px}.xcookie-table th,.xcookie-table td{padding:8px 10px;font-size:12px}}.xabout{--primary: var(--theme-accent, #7c3aed);--primary-glow: color-mix(in srgb, var(--primary) 25%, transparent);--bg-dark: #06080d;--bg-panel: #0d1117;--bg-card: rgba(18, 24, 38, .65);--text-main: #e8edf5;--text-muted: #8b95a8;--border: rgba(255, 255, 255, .08);--border-hover: color-mix(in srgb, var(--primary) 40%, rgba(255, 255, 255, .15));font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-main);position:relative}html:not(.dark) .xabout{--bg-dark: #eef3f8;--bg-panel: #ffffff;--bg-card: rgba(255, 255, 255, .85);--text-main: #111827;--text-muted: #64748b;--border: rgba(0, 0, 0, .08);--border-hover: color-mix(in srgb, var(--primary) 50%, rgba(0, 0, 0, .2))}.xabout-page{padding:24px;min-height:calc(100vh - var(--topbar-height, 0px) - var(--nav-height, 68px));box-sizing:border-box}.xabout-container{max-width:1440px;width:100%;margin:0 auto}.xabout-ambient-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;max-width:1200px;height:450px;background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--primary) 18%,transparent) 0%,transparent 70%);pointer-events:none;z-index:0}.xabout-hero{position:relative;z-index:1;text-align:left;margin-bottom:24px;padding:32px;background:linear-gradient(135deg,#0d1117e6,#141b27bf);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:10px;overflow:hidden;box-shadow:0 16px 36px -12px #0006}html:not(.dark) .xabout-hero{background:linear-gradient(135deg,#fffffff2,#f3f6fbd9);box-shadow:0 10px 30px -10px #0000000d}.xabout-badge-strip{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.xabout-micro-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700;letter-spacing:.12em;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);padding:4px 10px;border-radius:6px;border:1px solid color-mix(in srgb,var(--primary) 25%,transparent)}.xabout-status-pill{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:10px;font-size:11px;font-weight:700;letter-spacing:.05em;background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.25)}.xabout-title{font-family:Rajdhani,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.02em;margin:0 0 8px;color:var(--text-main);line-height:1.15}.xabout-title-highlight{background:linear-gradient(135deg,var(--text-main) 30%,var(--primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.xabout-subtitle{font-size:14.5px;line-height:1.6;color:var(--text-muted);max-width:780px;margin:0}.xabout-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;position:relative;z-index:1}@media (max-width: 900px){.xabout-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 500px){.xabout-stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.xabout-stat-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:18px 16px;display:flex;align-items:center;gap:14px;transition:all .25s ease}.xabout-stat-card:hover{transform:translateY(-3px);border-color:var(--border-hover);box-shadow:0 12px 24px -6px #0000004d}.xabout-stat-icon{width:44px;height:44px;border-radius:10px;background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;border:1px solid color-mix(in srgb,var(--primary) 25%,transparent)}.xabout-stat-info{display:flex;flex-direction:column}.xabout-stat-num{font-family:Rajdhani,sans-serif;font-size:24px;font-weight:800;color:var(--text-main);line-height:1.1}.xabout-stat-label{font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.02em}.xabout-pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:24px;position:relative;z-index:1}.xabout-pillar-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:10px;padding:16px 14px;display:flex;flex-direction:column;gap:8px;transition:all .25s ease}.xabout-pillar-card:hover{transform:translateY(-3px);border-color:var(--primary);box-shadow:0 10px 24px -6px color-mix(in srgb,var(--primary) 25%,transparent)}.xabout-pillar-icon{width:32px;height:32px;border-radius:8px;background:color-mix(in srgb,var(--primary) 15%,transparent);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:16px;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);flex-shrink:0}.xabout-pillar-title{font-family:Rajdhani,sans-serif;font-size:15px;font-weight:700;color:var(--text-main);margin:0;line-height:1.25}.xabout-pillar-desc{font-size:12px;line-height:1.45;color:var(--text-muted);margin:0}.xabout-cta-card{position:relative;z-index:1;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 25%,#000),#0d1117f2);border:1px solid color-mix(in srgb,var(--primary) 35%,transparent);border-radius:10px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 20px 40px -15px #0006;flex-wrap:wrap}.xabout-cta-text h2{font-family:Rajdhani,sans-serif;font-size:24px;font-weight:800;color:#fff;margin:0 0 6px}.xabout-cta-text p{font-size:13.5px;color:#ffffffbf;margin:0;max-width:600px}.xabout-cta-btns{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.xabout-btn-primary{padding:10px 20px;border-radius:10px;background:var(--primary);color:#fff;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 16px var(--primary-glow)}.xabout-btn-primary:hover{transform:translateY(-1px);filter:brightness(1.1)}.xabout-btn-secondary{padding:10px 20px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:all .2s ease}.xabout-btn-secondary:hover{background:#ffffff26}@media (max-width: 768px){.xabout-page{padding:12px 10px}.xabout-hero{padding:20px 16px;border-radius:10px}.xabout-title{font-size:24px}.xabout-stat-card{padding:12px 10px;gap:10px}.xabout-stat-icon{width:36px;height:36px;font-size:18px}.xabout-stat-num{font-size:19px}.xabout-stat-label{font-size:10px}.xabout-pillars-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.xabout-pillar-card{padding:12px 10px;border-radius:10px;gap:6px}.xabout-pillar-icon{width:28px;height:28px;font-size:14px;border-radius:6px}.xabout-pillar-title{font-size:13px;line-height:1.2}.xabout-pillar-desc{font-size:10.5px;line-height:1.4}.xabout-cta-card{padding:20px 16px;border-radius:10px}.xabout-cta-text h2{font-size:20px}}.xauth-split.auth-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;overflow-y:auto;overscroll-behavior:contain;z-index:99999999;background:#0f172aa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif}.xauth-split .auth-modal{position:relative;width:100%;max-width:940px;max-height:calc(100dvh - 32px);min-height:min(432px,calc(100dvh - 32px));display:flex;flex-direction:row;align-items:stretch;padding:0;border-radius:24px;box-sizing:border-box;background:#0f172a;border:1px solid rgba(255,255,255,.08);box-shadow:0 32px 100px #00000059;outline:none;color:#f8fafc;margin:auto;text-align:left;transition:background-color .2s ease,color .2s ease;overflow:hidden}.xauth-split .auth-hero-banner{flex:0 0 40%;position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:18px;padding:28px 30px;text-align:left;background:radial-gradient(circle at 15% 15%,color-mix(in srgb,var(--theme-accent, #3b82f6) 80%,#ffffff) 0%,transparent 45%),radial-gradient(circle at 85% 85%,color-mix(in srgb,var(--theme-accent, #8b5cf6) 65%,#000000) 0%,transparent 55%),linear-gradient(135deg,var(--theme-accent, #2563eb) 0%,color-mix(in srgb,var(--theme-accent, #2563eb) 45%,#080c14) 100%);color:#fff;overflow:hidden}.xauth-split .auth-hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(255,255,255,.18) 1.5px,transparent 1.5px),radial-gradient(rgba(255,255,255,.1) 1.5px,transparent 1.5px);background-size:24px 24px;background-position:0 0,12px 12px;opacity:.22;pointer-events:none}.xauth-split .auth-hero-img{max-width:320px;width:95%;height:auto;-o-object-fit:contain;object-fit:contain;pointer-events:none;position:relative}@keyframes xauthFloatPhone{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes xauthFloatShield{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes xauthFloatBar{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes xauthTypeDot{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@keyframes xauthBlink{0%,to{opacity:1}50%{opacity:0}}.xauth-split .phone-group{animation:xauthFloatPhone 4s ease-in-out infinite}.xauth-split .shield-group{animation:xauthFloatShield 5s ease-in-out .5s infinite}.xauth-split .bar-group{animation:xauthFloatBar 4.5s ease-in-out infinite}.xauth-split .cursor{animation:xauthBlink 1s step-end infinite}.xauth-split .dot-1{animation:xauthTypeDot .3s ease-out .5s both}.xauth-split .dot-2{animation:xauthTypeDot .3s ease-out .8s both}.xauth-split .dot-3{animation:xauthTypeDot .3s ease-out 1.1s both}.xauth-split .dot-4{animation:xauthTypeDot .3s ease-out 1.4s both}.xauth-split .dot-5{animation:xauthTypeDot .3s ease-out 1.7s both}.xauth-split .dot-6{animation:xauthTypeDot .3s ease-out 2s both}.xauth-split .dot-7{animation:xauthTypeDot .3s ease-out 2.3s both}.xauth-split .dot-8{animation:xauthTypeDot .3s ease-out 2.6s both}@media (prefers-reduced-motion: reduce){.xauth-split .phone-group,.xauth-split .shield-group,.xauth-split .bar-group,.xauth-split .cursor,.xauth-split [class^=dot-]{animation:none}}.xauth-split .auth-form-container{flex:1 1 60%;min-width:0;padding:38px 36px 22px;position:relative;display:flex;flex-direction:column;justify-content:space-between;background:#0f172a;box-shadow:none;box-sizing:border-box;min-height:0;overscroll-behavior:contain;scrollbar-width:thin;overflow-y:auto}.xauth-split .auth-modal h2{font-size:28px;font-weight:700;margin:0 0 10px;color:inherit;letter-spacing:-.4px;line-height:1.2;padding-top:0}.xauth-split .auth-subtext{font-size:12.5px;color:#94a3b8;margin:0 0 20px;line-height:1.4}.xauth-split .auth-close-btn{position:absolute;top:14px;right:14px;width:36px;height:36px;border-radius:6px;background:transparent;border:none;color:#94a3b8;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease;padding:0;line-height:1;z-index:10;box-shadow:none}.xauth-split .auth-close-btn:hover{background:#ef44441f;color:#ef4444}.xauth-split .auth-input-group{margin-bottom:12px}.xauth-split .auth-input-group label{display:block;font-size:12px;font-weight:600;color:#cbd5e1;margin-bottom:6px;letter-spacing:-.1px}.xauth-split .auth-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.xauth-split .auth-label-row label{margin-bottom:0}.xauth-split .auth-input-wrap{position:relative;display:flex;align-items:center}.xauth-split .auth-input-wrap i:not(.auth-eye-btn){position:absolute;left:14px;font-size:16px;color:#94a3b8;pointer-events:none;transition:color .2s ease}.xauth-split .auth-input-wrap:focus-within i:not(.auth-eye-btn){color:var(--theme-accent, #6d28d9)}.xauth-split .auth-input-wrap .auth-eye-btn{position:absolute;right:4px;width:40px;height:40px;justify-content:center;font-size:16px;color:#94a3b8;cursor:pointer;background:none;border:none;padding:0;display:flex;align-items:center;transition:color .2s ease}.xauth-split .auth-input-wrap .auth-eye-btn:hover{color:#fff}.xauth-split .auth-modal input{width:100%;height:42px;padding-left:42px;padding-right:40px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:14px;box-sizing:border-box;outline:none;box-shadow:none;transition:border-color .2s ease,background-color .2s ease}.xauth-split .auth-modal input[type=email],.xauth-split .auth-modal input[type=text],.xauth-split .auth-modal input[type=tel]{padding-right:14px}.xauth-split .auth-modal input::-moz-placeholder{color:#ffffff59;opacity:1;font-weight:400}.xauth-split .auth-modal input::placeholder{color:#ffffff59;opacity:1;font-weight:400}.xauth-split .auth-modal input:focus{border-color:var(--theme-accent, #6d28d9);box-shadow:none}.xauth-split .auth-select-input{width:100%;height:42px;padding:0 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:#fff;font-size:13.5px;box-sizing:border-box;outline:none;cursor:pointer}.xauth-split .auth-select-input option{background:#0f172a;color:#fff}.xauth-split .auth-row-2col{display:flex;gap:12px}.xauth-split .auth-row-2col>*{flex:1 1 0;min-width:0}.xauth-split .auth-forgot-link{font-size:12px;font-weight:600;color:var(--theme-accent, #6d28d9);text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:color .2s ease}.xauth-split .auth-forgot-link:hover{text-decoration:underline;color:var(--theme-accent-hover, #5b21b6)}.xauth-split .auth-submit-btn{width:100%;height:42px;background:var(--theme-accent, #6d28d9);border:none;border-radius:8px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:none;margin-top:12px;transition:background-color .2s ease}.xauth-split .auth-submit-btn *{color:#fff}.xauth-split .auth-submit-btn:hover:not(:disabled){background:var(--theme-accent-hover, #5b21b6)}.xauth-split .auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.xauth-split .auth-btn-row{display:flex;gap:12px;align-items:stretch;margin-top:12px}.xauth-split .auth-btn-row .auth-submit-btn{margin-top:0}.xauth-split .auth-secondary-btn{height:42px;padding:0 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#cbd5e1;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s ease,color .2s ease}.xauth-split .auth-secondary-btn:hover{background:#ffffff14;color:#fff}.xauth-split .auth-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.xauth-split .auth-step-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;background:#ffffff14;color:#94a3b8;border:1px solid rgba(255,255,255,.1);white-space:nowrap;margin-top:2px}.xauth-split .auth-footer-text{text-align:center;margin-top:20px;padding-top:16px;border-top:1px solid rgba(148,163,184,.2);font-size:12.5px;color:#94a3b8}.xauth-split .auth-notice{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:8px;font-size:12.5px;line-height:1.45;margin-bottom:14px}.xauth-split .auth-notice--error{background:#ef44441f;border:1px solid rgba(239,68,68,.32);color:#fca5a5}.xauth-split .auth-notice--warn{background:#f59e0b1f;border:1px solid rgba(245,158,11,.32);color:#fcd34d}.xauth-split .auth-social{margin-top:16px}html[data-mode=light] .xauth-split .auth-modal,html[data-theme=light] .xauth-split .auth-modal{background:#fff;color:#0f172a;border:1px solid #e2e8f0}html[data-mode=light] .xauth-split .auth-form-container,html[data-theme=light] .xauth-split .auth-form-container{background:#fff}html[data-mode=light] .xauth-split .auth-subtext,html[data-theme=light] .xauth-split .auth-subtext,html[data-mode=light] .xauth-split .auth-footer-text,html[data-theme=light] .xauth-split .auth-footer-text,html[data-mode=light] .xauth-split .auth-close-btn,html[data-theme=light] .xauth-split .auth-close-btn{color:#64748b}html[data-mode=light] .xauth-split .auth-input-group label,html[data-theme=light] .xauth-split .auth-input-group label{color:#334155}html[data-mode=light] .xauth-split .auth-modal input,html[data-theme=light] .xauth-split .auth-modal input,html[data-mode=light] .xauth-split .auth-select-input,html[data-theme=light] .xauth-split .auth-select-input{background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a}html[data-mode=light] .xauth-split .auth-modal input::-moz-placeholder,html[data-theme=light] .xauth-split .auth-modal input::-moz-placeholder{color:#94a3b8}html[data-mode=light] .xauth-split .auth-modal input::placeholder,html[data-theme=light] .xauth-split .auth-modal input::placeholder{color:#94a3b8}html[data-mode=light] .xauth-split .auth-select-input option,html[data-theme=light] .xauth-split .auth-select-input option{background:#fff;color:#0f172a}html[data-mode=light] .xauth-split .auth-step-badge,html[data-theme=light] .xauth-split .auth-step-badge{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}html[data-mode=light] .xauth-split .auth-secondary-btn,html[data-theme=light] .xauth-split .auth-secondary-btn{background:#f8fafc;border:1px solid #e2e8f0;color:#334155}html[data-mode=light] .xauth-split .auth-secondary-btn:hover,html[data-theme=light] .xauth-split .auth-secondary-btn:hover{background:#f1f5f9;color:#0f172a}@media (max-width: 640px){.xauth-split .auth-modal{flex-direction:column;max-width:440px;min-height:0}.xauth-split .auth-hero-banner{padding:16px 24px;flex:0 0 auto}.xauth-split .auth-hero-img{max-width:180px}.xauth-split .auth-form-container{padding:22px 22px 18px;min-height:0}}.xauth-split .auth-social-chips{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:6px}.xauth-split .auth-social-chips li{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:5px 8px 5px 10px;border-radius:20px;font-size:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#cbd5e1}.xauth-split .auth-social-chips li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xauth-split .auth-social-chips li button{background:none;border:none;padding:0;cursor:pointer;color:#94a3b8;display:flex;align-items:center}.xauth-split .auth-social-chips li button:hover{color:#ef4444}.xauth-split .auth-terms{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:#94a3b8;margin-bottom:4px;cursor:pointer}.xauth-split .auth-terms input[type=checkbox]{width:15px;height:15px;margin:1px 0 0;padding:0;flex:0 0 auto;accent-color:var(--theme-accent, #6d28d9);cursor:pointer}html[data-mode=light] .xauth-split .auth-social-chips li,html[data-theme=light] .xauth-split .auth-social-chips li{background:#f1f5f9;border:1px solid #e2e8f0;color:#334155}html[data-mode=light] .xauth-split .auth-terms,html[data-theme=light] .xauth-split .auth-terms{color:#64748b}.xauth-split .auth-brand{display:flex;align-items:center;gap:10px;position:relative;font-size:18px;font-weight:800;letter-spacing:2px}.xauth-split .auth-brand i{font-size:28px}.xauth-split .auth-hero-copy{position:relative}.xauth-split .auth-eyebrow{display:block;font-size:10px;font-weight:700;letter-spacing:1.8px;line-height:1.6}.xauth-split .auth-hero-copy .auth-eyebrow{color:#dbeafe;margin-bottom:14px}.xauth-split .auth-hero-copy h3{font-size:30px;line-height:1.2;font-weight:700;letter-spacing:-1px;color:#fff;margin:0 0 16px}.xauth-split .auth-hero-copy p{font-size:13px;line-height:1.8;color:#e2e8f0;margin:0}.xauth-split .auth-hero-art{width:100%;max-width:216px;align-self:center}.xauth-split .auth-hero-caption{position:relative;display:flex;gap:8px;align-items:center;color:#e2e8f0;font-size:12px}.xauth-split .auth-form-eyebrow{color:#94a3b8;margin-bottom:8px}.xauth-split .auth-progress{display:flex;gap:16px;list-style:none;padding:0;margin:0 0 18px}.xauth-split .auth-progress li{display:flex;align-items:center;gap:8px;flex:1;padding-bottom:12px;border-bottom:2px solid #475569;color:#94a3b8;font-size:12px}.xauth-split .auth-progress li.is-active{border-color:var(--theme-accent, #6d28d9);color:inherit}.xauth-split .auth-progress li>span{display:grid;place-items:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:#94a3b826;font-size:11px;font-weight:700}.xauth-split .auth-progress li.is-active>span{background:var(--theme-accent, #6d28d9);color:#fff}.xauth-split .auth-field-help{margin:8px 0 0;font-size:12px;color:#94a3b8}.xauth-split .auth-input-wrap:has(.auth-eye-btn) input{padding-right:48px}.xauth-split #reg-social{padding-left:12px}.xauth-split :is(button,a,input,select):focus-visible{outline:2px solid var(--theme-accent, #8b5cf6);outline-offset:3px}html:is([data-mode=light],[data-theme=light]) .xauth-split :is(.auth-field-help,.auth-form-eyebrow){color:#64748b}html:is([data-mode=light],[data-theme=light]) .xauth-split .auth-eye-btn:hover{color:#0f172a}html:is([data-mode=light],[data-theme=light]) .xauth-split .auth-notice--error{color:#b91c1c}html:is([data-mode=light],[data-theme=light]) .xauth-split .auth-notice--warn{color:#92400e}@media (max-width: 640px){.xauth-split .auth-modal{max-height:calc(100dvh - 32px);border-radius:20px}.xauth-split .auth-hero-banner{gap:0}.xauth-split .auth-hero-copy,.xauth-split .auth-hero-art,.xauth-split .auth-hero-caption{display:none}.xauth-split .auth-close-btn{color:#fff;background:#0f172a4d}.xauth-split .auth-modal input:not([type=checkbox]),.xauth-split .auth-select-input{font-size:16px}.xauth-split .auth-modal h2{font-size:25px}.xauth-split .auth-step-badge{padding:4px 8px}}@media (max-width: 380px){.xauth-split .auth-form-container{padding:20px 16px 16px}.xauth-split .auth-row-2col{flex-wrap:wrap}.xauth-split .auth-row-2col>.auth-input-group{flex-basis:100%}}.lic-result{--lic-bg: #05070d;--lic-card: rgba(17, 24, 39, .55);--lic-border: rgba(255, 255, 255, .08);--lic-text: #f8fafc;--lic-muted: #94a3b8;--lic-ok: #22c55e;--lic-ok-soft: rgba(34, 197, 94, .14);--lic-err: #ef4444;--lic-err-soft: rgba(239, 68, 68, .14);position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;font-family:Inter,Figtree,system-ui,-apple-system,sans-serif;color:var(--lic-text);background:var(--lic-bg);overflow:hidden}.lic-result:before,.lic-result:after{content:"";position:absolute;width:60vmax;height:60vmax;border-radius:50%;filter:blur(120px);opacity:.45;z-index:0;animation:lic-drift 18s ease-in-out infinite alternate}.lic-result:before{top:-20vmax;left:-10vmax;background:radial-gradient(circle,var(--lic-glow-a, #16a34a) 0%,transparent 70%)}.lic-result:after{bottom:-20vmax;right:-10vmax;background:radial-gradient(circle,var(--lic-glow-b, #0ea5e9) 0%,transparent 70%);animation-delay:-6s}.lic-result[data-ok=false]{--lic-glow-a: #dc2626;--lic-glow-b: #7c3aed}@keyframes lic-drift{0%{transform:translate(0) scale(1)}to{transform:translate(6vmax,4vmax) scale(1.15)}}.lic-card{position:relative;z-index:1;width:100%;max-width:440px;padding:44px 36px 36px;text-align:center;background:var(--lic-card);border:1px solid var(--lic-border);border-radius:10px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 24px 60px -20px #0009,inset 0 1px #ffffff0f;animation:lic-rise .7s cubic-bezier(.22,1,.36,1) both}@keyframes lic-rise{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lic-badge{position:relative;width:104px;height:104px;margin:0 auto 26px;border-radius:50%;display:grid;place-items:center;background:var(--lic-ok-soft);animation:lic-pop .6s cubic-bezier(.34,1.56,.64,1) .15s both}.lic-result[data-ok=false] .lic-badge{background:var(--lic-err-soft)}.lic-badge:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--lic-ok);opacity:0;animation:lic-ring 1.8s ease-out .6s infinite}.lic-result[data-ok=false] .lic-badge:after{border-color:var(--lic-err)}@keyframes lic-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes lic-ring{0%{opacity:.55;transform:scale(.9)}to{opacity:0;transform:scale(1.35)}}.lic-badge svg{width:52px;height:52px}.lic-draw{stroke:var(--lic-ok);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:60;stroke-dashoffset:60;animation:lic-stroke .6s ease-out .5s forwards}.lic-result[data-ok=false] .lic-draw{stroke:var(--lic-err)}@keyframes lic-stroke{to{stroke-dashoffset:0}}.lic-title{font-size:26px;font-weight:800;letter-spacing:-.01em;margin:0 0 8px}.lic-msg{font-size:15px;line-height:1.55;color:var(--lic-muted);margin:0 auto 30px;max-width:340px}.lic-actions{display:flex;flex-direction:column;gap:12px}.lic-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 20px;font-size:15px;font-weight:700;border-radius:10px;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.lic-btn:active{transform:translateY(1px) scale(.99)}.lic-btn-primary{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 26px -8px #22c55e99}.lic-btn-primary:hover{box-shadow:0 14px 32px -8px #22c55ebf;transform:translateY(-1px)}.lic-result[data-ok=false] .lic-btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 10px 26px -8px #6366f199}.lic-result[data-ok=false] .lic-btn-primary:hover{box-shadow:0 14px 32px -8px #6366f1bf}.lic-btn-ghost{color:var(--lic-muted);background:#ffffff0a;border:1px solid var(--lic-border);font-weight:600}.lic-btn-ghost:hover{color:var(--lic-text);background:#ffffff14}.lic-foot{margin-top:26px;font-size:12px;letter-spacing:.02em;color:#94a3b899}@media (max-width: 480px){.lic-card{padding:36px 22px 28px;border-radius:10px}.lic-title{font-size:22px}}:where(:root){--accent: var(--theme-accent);--dynamic-theme: var(--theme-accent);--hero-accent: var(--theme-accent);--hero-accent-light: var(--theme-accent);--theme-btn-primary: var(--theme-accent);--theme-placeholder-1: var(--theme-accent);--theme-btn-hover: var(--theme-accent-hover);--theme-glow: rgba(var(--theme-accent-rgb), .34);--theme-blob-1: rgba(var(--theme-accent-rgb), .32);--theme-blob-2: rgba(var(--theme-accent-rgb), .26);--theme-footer-bg: color-mix(in srgb, var(--theme-accent) 60%, #000);--theme-footer-bar: color-mix(in srgb, var(--theme-accent) 35%, #000);--theme-footer-bottom: color-mix(in srgb, var(--theme-accent) 48%, #000);--theme-footer-card: color-mix(in srgb, var(--theme-accent) 65%, #000);--theme-nav-search-bg: color-mix(in srgb, var(--theme-accent) 85%, #000)}html[data-mode=light]{--theme-nav-search-bg: color-mix(in srgb, var(--theme-accent) 80%, #000)}html.theme-initializing,html.theme-initializing body,html.theme-initializing *,html.theme-initializing *:before,html.theme-initializing *:after{animation:none!important;transition:none!important}html[data-mode=light] body{--mode-panel: #ffffff;--mode-card: #ffffff;--mode-elevated: #f1f5f9;--mode-line: #d8dee6;--mode-text: #0f172a;--mode-muted: #64748b;--xh-page-bg: #f4f6f8;--bg-card: #ffffff;--bg-panel: #ffffff;--bg-dark: #f4f6f8;--text-main: #0f172a;--text-muted: #64748b;--border: #d8dee6;--tooltip-bg: #ffffff;--tooltip-text: #0f172a;--tooltip-border: #d8dee6}html[data-mode=dark] body{--mode-panel: #10151b;--mode-card: #12171d;--mode-elevated: #162035;--mode-line: #252d36;--mode-text: #f8fafc;--mode-muted: #94a3b8;--xh-page-bg: #0b0f14;--tooltip-bg: rgba(16, 21, 27, .95);--tooltip-text: #f8fafc;--tooltip-border: #252d36}html[data-mode] body #hero-section-3{--hero-accent: var(--theme-accent, var(--theme-accent));--hero-accent-light: var(--theme-accent, color-mix(in srgb, var(--theme-accent) 78%, #fff))}html[data-mode] body .offer-section{--bf-accent: var(--theme-accent, var(--theme-accent));--bf-accent-light: var(--theme-accent, color-mix(in srgb, var(--theme-accent) 78%, #fff))}html[data-mode=light],html[data-mode=light] body,html[data-mode=light] #app,html[data-mode=light] .xhome-shell,html[data-mode=light] .xhome-page-scroll,html[data-mode=light] main{background:#f4f6f8!important;color:#0f172a!important}html[data-mode=light] body #hero-section-3{border-bottom:none!important;--hero-surface: #ffffff;--hero-border: #d8dee6;--hero-text: #0f172a;--hero-muted: #475569}html body #hero-section-3 .hero-title-lead{display:none!important}html body #hero-section-3 .hero-title{margin:0 0 10px!important;line-height:1.08!important}html body #hero-section-3 #heroDynamicTitle{font-size:clamp(46px,5.4vw,74px)!important;font-weight:850!important;letter-spacing:-.04em!important;line-height:1.08!important;color:var(--theme-accent, var(--theme-accent))!important;-webkit-text-fill-color:var(--theme-accent, var(--theme-accent))!important;background:none!important}html body #hero-section-3 #heroDynamicTitle:after{background:var(--theme-accent, var(--theme-accent))!important}html body #hero-section-3 .hero-copy .hero-subtitle-line{margin-top:4px!important;margin-bottom:14px!important;min-height:auto!important;display:inline-flex!important;align-items:center!important;gap:9px!important}html body #hero-section-3 .hero-copy .hero-subtitle-rail,html body #hero-section-3 .hero-subtitle-rail,.hero-subtitle-rail{width:4.5px!important;height:22px!important;min-width:4.5px!important;max-width:4.5px!important;flex:0 0 4.5px!important;border-radius:3px!important;background:var(--theme-accent, var(--theme-accent))!important;background-image:none!important;display:inline-block!important;box-shadow:none!important;filter:none!important;clip-path:none!important;mask-image:none!important;-webkit-mask-image:none!important;transform:none!important;animation:heroRailColorPulse 2.4s ease-in-out infinite!important}html body #hero-section-3 .hero-copy .hero-subtitle-rail:before,html body #hero-section-3 .hero-copy .hero-subtitle-rail:after,html body #hero-section-3 .hero-subtitle-rail:before,html body #hero-section-3 .hero-subtitle-rail:after{content:none!important;display:none!important}@keyframes heroRailColorPulse{0%,to{background-color:var(--theme-accent, var(--theme-accent))}50%{background-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 55%,#ffffff)}}html body #hero-section-3 .hero-kicker-square{background:var(--theme-accent, var(--theme-accent))!important;border-radius:2px!important}html body #hero-section-3 .hero-copy .hero-subtitle,html body #hero-section-3 .hero-copy #heroDynamicSubtitle,html body #hero-section-3 :is(.hero-subtitle,#heroDynamicSubtitle){font-size:30px!important;font-weight:600!important;letter-spacing:-.02em!important;line-height:1.25!important;margin:0!important}html[data-mode=light] body #hero-section-3 .hero-copy .hero-subtitle,html[data-mode=light] body #hero-section-3 .hero-copy #heroDynamicSubtitle,html[data-mode=light] body #hero-section-3 :is(.hero-subtitle,#heroDynamicSubtitle){color:#334155!important}html body #hero-section-3 .hero-kicker-square{width:7px!important;height:7px!important;flex:0 0 7px!important;border-radius:50%!important;background:var(--theme-accent, var(--theme-accent))!important;display:inline-block!important;position:relative!important;animation:heroKickerDotPulse 2s cubic-bezier(.4,0,.6,1) infinite!important}@keyframes heroKickerDotPulse{0%{transform:scale(.95);box-shadow:0 0 color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 80%,transparent)}70%{transform:scale(1.05);box-shadow:0 0 0 6px transparent}to{transform:scale(.95);box-shadow:0 0 0 0 transparent}}html[data-mode=light] body #hero-section-3 :is(.hero-title,h1){color:#0f172a!important}html body #hero-section-3 :is(.hero-subtitle,#heroDynamicSubtitle){font-size:clamp(18px,1.6vw,23px)!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1.3!important;margin:0!important}html[data-mode=light] body #hero-section-3 :is(.hero-subtitle,#heroDynamicSubtitle){color:#0f172a!important}html[data-mode=dark] body #hero-section-3 :is(.hero-subtitle,#heroDynamicSubtitle){color:#f1f5f9!important}html body #hero-section-3 .hero-copy .hero-description,html body #hero-section-3 .hero-description,html body .hero-description{font-size:15px!important;line-height:1.72!important;max-width:530px!important;margin:0!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}html[data-mode=light] body #hero-section-3 .hero-description,html[data-mode=light] body #hero-section-3 .hero-description strong{color:#64748b!important;font-weight:450!important}html[data-mode=dark] body #hero-section-3 .hero-description,html[data-mode=dark] body #hero-section-3 .hero-description strong{color:#94a3b8!important;font-weight:450!important}html[data-mode=light] body #hero-section-3 .hero-kicker{background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 12%,#f1f5f9)!important;border:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 30%,transparent)!important}html[data-mode=light] body #hero-section-3 .hero-kicker-text{color:var(--theme-accent, var(--theme-accent))!important;font-weight:700!important}html body #hero-section-3 .hero-kicker,html[data-mode=dark] body #hero-section-3 .hero-kicker{background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 15%,#0d1219)!important;border:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 35%,transparent)!important;box-shadow:none!important;filter:none!important;text-shadow:none!important}html body #hero-section-3 .hero-kicker-text,html[data-mode=dark] body #hero-section-3 .hero-kicker-text{color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 80%,#ffffff)!important;font-weight:700!important}html body #hero-section-3 .hero-kicker-square,html[data-mode=dark] body #hero-section-3 .hero-kicker-square{background:var(--theme-accent, var(--theme-accent))!important;box-shadow:0 0 8px var(--theme-accent, var(--theme-accent))!important}html[data-mode=light] body #hero-section-3 .h-tool{background:#fff!important;border:1px solid #d8dee6!important;color:#0f172a!important}html[data-mode=light] body :is(.ihome-product-block__title h2,.section-header h2,.hot-services-section .section-header h2){color:#0f172a!important}html[data-mode=light] body .ihome-product-block__sub{color:#64748b!important}html[data-mode=light] body .service-tabs__header{border-bottom:1px solid #d8dee6!important}html[data-mode=light] body button.service-tabs__tab{color:#64748b!important}html[data-mode=light] body button.service-tabs__tab:hover{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html[data-mode=light] body button.service-tabs__tab[aria-selected=true]{color:#0f172a!important;font-weight:700!important}html[data-mode=light] body button.service-tabs__tab[aria-selected=true]:after{background:var(--theme-accent, var(--theme-accent))!important}html body #we-are-reseller{padding:15px!important}html[data-mode=light] body #we-are-reseller{background:#fff!important;border:1px solid #d8dee6!important;color:#0f172a!important}html[data-mode=light] body #we-are-reseller h2,html[data-mode=light] body #we-are-reseller #reseller-section-title{color:#0f172a!important}html[data-mode=light] body #we-are-reseller .reseller-section-icon{background:#f1f5f9!important;border:1px solid #d8dee6!important;color:var(--theme-accent, var(--theme-accent))!important}html[data-mode=light] body #we-are-reseller .reseller-control{background:#f8fafc!important;border:1px solid #d8dee6!important;color:#475569!important}html[data-mode=light] body #we-are-reseller .reseller-control:hover{background:var(--theme-accent, var(--theme-accent))!important;color:#fff!important;border-color:var(--theme-accent, var(--theme-accent))!important}html body #we-are-reseller .reseller-verified-badge,html body .reseller-verified-badge,.reseller-verified-badge{border-radius:50px!important;font-size:11px!important;padding:2.5px 8.5px 2.5px 6px!important;gap:4px!important;height:22px!important;display:inline-flex!important;align-items:center!important}html body #we-are-reseller .reseller-verified-badge svg,html body .reseller-verified-badge svg{width:12.5px!important;height:12.5px!important}html[data-mode=light] body .reseller-verified-badge{background:#10b9811f!important;color:#059669!important;border-color:#10b98159!important}html[data-mode=light] body .reseller-card{background:#fff!important;border:1px solid #d8dee6!important}html[data-mode=light] body .reseller-image,html[data-mode=light] body #we-are-reseller .reseller-image{background:#f8fafc!important;background-image:none!important;border-bottom:1px solid #e2e8f0!important}html[data-mode=light] body .reseller-image :is(svg,i,.media-placeholder,.image-placeholder){color:#64748b!important;opacity:.65!important}html[data-mode=light] body .reseller-name{background:#fff!important;color:#0f172a!important}html[data-mode=light] body :is(.product-card,.bf-offer-card,.hot-service-column,.updates-card,.os-textbar,.ih-metrics-panel,.ih-metrics-trust-box,.cta-banner--support,.cta-support-top,.cta-support-bottom,.ih3-act-card-shell,.ih3-card-surface,.ih3-card-info,.offer-section){background:#fff!important;border-color:#d8dee6!important;color:#0f172a!important}html[data-mode=light] body :is(.p-card-body,.bf-offer-body,.hot-service-list,a.hot-service-row){background:#fff!important}html[data-mode=light] body :is(.p-card-visual,.hot-service-visual,.hot-service-column__head,.ih3-act-card-visual,.bf-header__countdown-wrap,.cta-support-bottom,.ih-metrics-stat){background:#f8fafc!important;border-color:#e2e8f0!important}html[data-mode=light] body :is(.p-card-title,.p-card-price,.hot-service-name,.bf-title,.bf-title span,.bf-offer-name,.bf-offer-now,.updates-card h3,.updates-price,.os-textbar-intro__title,.cta-support-title,.cta-support-brand,.ih-metrics-trust-box-title,.ih-metrics-title,.ih-metrics-stat-num,.ih3-card-name,.hot-service-column__head h3,.bf-countdown__unit strong){color:#0f172a!important}html[data-mode=light] body :is(.os-textbar-intro__sub,.cta-support-sub,.cta-support-hours,.cta-support-label,.cta-support-row-label,.ih-metrics-trust-box-desc,.ih-metrics-trust-box-status,.ih-metrics-sub,.ih-metrics-stat-label,.bf-offer-desc,.ih3-card-subtitle,.updates-caption,.hot-service-column__head>span,.bf-countdown__label,.bf-countdown__unit span){color:#64748b!important}html[data-mode=light] body :is(.p-card-meta,.bf-offer-meta,.bf-offer-line,.hot-service-column__head,.hot-service-list>li+li,.bf-countdown__head,.os-textbar-intro,.cta-support-top,.reseller-header,.updates-card,.ih-metrics-trust-box-divider){border-color:#e2e8f0!important;background-color:transparent}html[data-mode=light] body :is(.m-item,.hot-service-price,.ih-metrics-trust-box-tag,.cta-join-link,.cta-contact-icon,.cta-support-icon-wrap){background:#f1f5f9!important;border-color:#d8dee6!important;color:#0f172a!important}html[data-mode=light] body .os-textbar .m-item{background:#f1f5f9!important;border:1px solid #d8dee6!important;color:#334155!important}html[data-mode=light] body .os-textbar .m-item:hover{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#f1f5f9)!important}html body :is(.updates-time,.p-card-time,.hot-service-time,.bf-offer-time),html body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.updates-time,.p-card-time,.hot-service-time,.bf-offer-time),html[data-mode] body :is(.updates-time,.p-card-time,.hot-service-time,.bf-offer-time),html[data-mode] body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.updates-time,.p-card-time,.hot-service-time,.bf-offer-time){color:#f0731d!important;font-weight:500!important}html body :is(.p-card-time-icon,.hot-service-time i,.bf-offer-time i,.updates-time i),html body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.p-card-time-icon,.hot-service-time i,.bf-offer-time i,.updates-time i),html[data-mode] body :is(.p-card-time-icon,.hot-service-time i,.bf-offer-time i,.updates-time i),html[data-mode] body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.p-card-time-icon,.hot-service-time i,.bf-offer-time i,.updates-time i){color:#f0731d!important}html body :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg,html body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg,html[data-mode] body :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg,html[data-mode] body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg{color:#f0731d!important}html body :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg :is(circle,path,rect,line),html body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg :is(circle,path,rect,line),html[data-mode] body :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg :is(circle,path,rect,line),html[data-mode] body :is(.product-card,.offer-section,.hot-service-row,.updates-card) :is(.p-card-time,.hot-service-time,.bf-offer-time,.updates-time) svg :is(circle,path,rect,line){stroke:#f0731d!important}html[data-mode=light] body :is(.updates-time,.p-card-time,.hot-service-time,.bf-offer-time){background:#fff7ed!important;color:#f0731d!important;border-color:#fed7aa!important}html[data-mode=light] body :is(.p-card-time-icon,.hot-service-time i,.bf-offer-time i,.updates-time i){color:#f0731d!important}html[data-mode=light] body .p-card-time svg :is(circle,path){stroke:#f0731d!important}html[data-mode=light] body .bf-countdown__live{color:#15803d!important;background:#22c55e1f!important;border:1px solid rgba(34,197,94,.25)!important}html[data-mode=light] body .bf-countdown__unit:nth-child(n+2):before{content:":"!important;color:#94a3b8!important}html[data-mode=light] body .announcement-bar{background:#fff!important;border-bottom:1px solid #e2e8f0!important}html[data-mode=light] body .announcement-bar :is(.announcement-label,.announcement-message,strong){color:#0f172a!important}html[data-mode=light] body .announcement-label{border-right-color:#d8dee6!important}html body :is(.nav-search.nav-search--bar,.navbar#main-navbar .nav-search.nav-search--bar,.nav-search--bar){background:var(--theme-nav-search-bg, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 85%, #000000 15%))!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:8px!important;box-shadow:none!important}html[data-mode=light] body :is(.nav-search.nav-search--bar,.navbar#main-navbar .nav-search.nav-search--bar,.nav-search--bar){background:var(--theme-nav-search-bg, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 80%, #000000 20%))!important;border:1px solid rgba(255,255,255,.2)!important}html body :is(.navbar#main-navbar .nav-search input,.nav-search input){background:transparent!important;border:none!important;color:#fff!important;box-shadow:none!important}html body :is(.navbar#main-navbar .nav-search input::-moz-placeholder,.nav-search input::-moz-placeholder){color:#ffffffb8!important}html body :is(.navbar#main-navbar .nav-search input::placeholder,.nav-search input::placeholder){color:#ffffffb8!important}html body :is(.nav-search-icon,.navbar#main-navbar .nav-search-icon){color:#ffffffbf!important}html body :is(.nav-search-kbd,.navbar#main-navbar .nav-search-kbd){background:#ffffff1f!important;border:1px solid rgba(255,255,255,.18)!important;color:#ffffffd9!important}html body :is(.ih-metrics,.ih-metrics-panel,[data-hb-key=metrics],section.ih-metrics){display:none!important}html body .mega-footer .mf-search{display:none!important}html body .mega-footer{width:100%!important;max-width:none!important;margin:48px 0 0!important;padding-left:0!important;padding-right:0!important;padding-bottom:0!important;position:relative!important;border-top:none!important;border-top-color:transparent!important;transition:background-color .22s ease,border-color .22s ease,color .22s ease!important}html body .mf-container,html body .mega-footer .mf-container{max-width:1550px!important;width:100%!important;margin:0 auto!important;padding:0 24px!important;box-sizing:border-box!important}html body .mf-compact-row{display:flex!important;align-items:stretch!important;justify-content:space-between!important;gap:20px!important;width:100%!important;margin:6px 0 0!important;padding-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.14)!important;box-sizing:border-box!important}html body .mf-compact-brand{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:8px!important;width:480px!important;max-width:480px!important;min-width:480px!important;flex:0 0 480px!important;margin:0!important;padding:0!important}html body .mf-brand-logo-row{display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}html body .mf-compact-logo{height:44px!important;width:auto!important;max-width:200px!important;-o-object-fit:contain!important;object-fit:contain!important;display:block!important}html body .mf-tp-short{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 12px!important;border-radius:6px!important;background:#00b67a!important;border:1px solid #00b67a!important;color:#fff!important;font-size:12px!important;font-weight:700!important;text-decoration:none!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important;line-height:1!important;box-shadow:none!important}html body .mf-tp-short:hover{transform:none!important;background:#00a36d!important;border-color:#00a36d!important;box-shadow:none!important;color:#fff!important}html body .mf-tp-short-brand{display:inline-flex!important;align-items:center!important;gap:5px!important;font-weight:800!important;letter-spacing:-.02em!important;color:#fff!important}html body .mf-tp-short-brand i{color:#fff!important;font-size:13px!important}html body .mf-tp-short-stars{display:inline-flex!important;align-items:center!important;gap:1.5px!important;color:#fff!important;font-size:10px!important}html body .mf-tp-short-score{font-weight:800!important;font-size:11.5px!important;color:#fff!important;margin-left:2px!important}html[data-mode=light] body .mf-tp-short-score{color:#fff!important}html body .mf-compact-line{display:none!important}html body .mf-compact-desc{margin:0!important;font-size:11.5px!important;line-height:1.5!important;color:#ffffffbf!important;font-weight:450!important;max-width:430px!important}html body .mf-compact-desc strong,html body .mf-compact-desc b{color:#fff!important;font-weight:700!important}html body .mf-compact-bar{display:flex!important;align-items:center!important;flex:1 1 auto!important;width:100%!important;max-width:none!important;margin:0!important;gap:20px!important;padding:14px 18px 14px 12px!important;background:var(--theme-footer-bar, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 55%, #000000 45%))!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;box-shadow:none!important;box-sizing:border-box!important}html body .mf-trust-features{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;width:100%!important}html body .mf-trust-item{display:flex!important;align-items:center!important;gap:10px!important;flex-shrink:0!important}html body .mf-trust-icon{width:32px!important;height:32px!important;border-radius:8px!important;background:#ffffff14!important;border:1px solid rgba(255,255,255,.16)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;color:#fff!important;box-shadow:none!important;transition:transform .16s ease,background .16s ease!important}html body .mf-trust-item:hover .mf-trust-icon{transform:none!important;background:#ffffff2e!important}html body .mf-trust-icon svg{width:16px!important;height:16px!important;stroke:currentColor!important}html body .mf-trust-text{display:flex!important;flex-direction:column!important;gap:1px!important}html body .mf-trust-title{margin:0!important;font-size:13px!important;font-weight:750!important;color:#fff!important;letter-spacing:-.01em!important;line-height:1.2!important;white-space:nowrap!important}html body .mf-trust-sub{margin:0!important;font-size:11px!important;color:#ffffffb8!important;line-height:1.32!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}@media (max-width: 1200px){html body .mf-compact-row{flex-direction:column!important;align-items:flex-start!important;gap:16px!important}html body .mf-compact-brand{max-width:100%!important}html body .mf-compact-bar{width:100%!important;max-width:100%!important;margin-left:0!important;padding:14px 18px!important}html body .mf-trust-features{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}}@media (max-width: 600px){html body .mf-trust-features{grid-template-columns:repeat(2,1fr)!important;gap:10px 8px!important}}html body .mf-status-pill{display:inline-flex!important;align-items:center!important;gap:7px!important;padding:5px 12px!important;border-radius:9999px!important;font-size:11px!important;font-weight:750!important;letter-spacing:.06em!important;text-transform:uppercase!important}html body .mf-status-dot{width:7px!important;height:7px!important;border-radius:50%!important;background:#10b981!important;box-shadow:0 0 8px #10b981!important;display:inline-block!important}html body .mf-compact-quicklinks{display:flex!important;align-items:center!important;gap:28px!important;flex-wrap:wrap!important}html body .mf-compact-quicklinks a{font-size:13.5px!important;font-weight:600!important;text-decoration:none!important;transition:color .16s ease!important}html body .mf-compact-right{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important}html body .mf-trustpilot-badge-always{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 12px!important;border-radius:6px!important;text-decoration:none!important;font-size:12px!important;font-weight:700!important;transition:transform .16s ease,border-color .16s ease!important}html body .mf-trustpilot-badge-always:hover{transform:translateY(-1px)!important}html body .mf-tp-star-icon{font-size:14px!important;color:#00b67a!important}html body .mf-tp-text{font-weight:700!important}html body .mf-tp-rating-num{font-weight:800!important;font-size:11.5px!important}html body .mf-ip-badge-mini{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:6px 12px!important;border-radius:6px!important;font-size:12px!important;font-weight:600!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important}html body .mf-ip-badge-mini i.ti-wifi{color:#06b6d4!important}html body .mf-copy-btn-mini{background:transparent!important;border:none!important;cursor:pointer!important;padding:2px!important;color:inherit!important;opacity:.7!important;display:inline-flex!important;align-items:center!important;transition:opacity .16s ease,color .16s ease!important}html body .mf-copy-btn-mini:hover{opacity:1!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body .mf-toggle-btn{display:none!important}html body .mega-footer .mf-drawer,html body .mega-footer.is-compact .mf-drawer{display:block!important;max-height:none!important;opacity:1!important;visibility:visible!important;overflow:visible!important;border-bottom:none!important}html body .mf-drawer-inner{padding:16px 0 30px!important;overflow:visible!important;width:100%!important;box-sizing:border-box!important}html body .mf-top{display:grid!important;grid-template-columns:480px repeat(4,1fr)!important;grid-template-rows:auto!important;gap:20px!important;align-items:start!important;width:100%!important;padding:0!important;margin-right:0!important;overflow:visible!important;min-width:0!important}html body .mf-col-brand{display:flex!important;flex-direction:column!important;justify-content:flex-start!important;height:auto!important;margin-bottom:0!important}html body .mf-app-btns,html body .mega-footer .mf-app-btns,html body .mega-footer .app-btn,html body .app-btn,html body a.app-btn,html body .app-btn:hover,html body .app-btn:focus,html body .app-btn:active,html body a.app-btn:hover,html body .app-btn:before,html body .app-btn:after,html body a.app-btn:before,html body a.app-btn:after{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;-webkit-filter:none!important;box-shadow:0 0 0 transparent!important}html body .mf-top>.mf-col:last-child{justify-self:end!important;padding-right:0!important;margin-right:0!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;text-align:left!important}html body .mf-top>.mf-col:last-child h4,html body .mf-top>.mf-col:last-child .mf-app-note{text-align:left!important;width:100%!important}@media (max-width: 1024px){html body .mf-top{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px 8px!important;width:100%!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box!important}html body .mf-col-brand{grid-column:1 / -1!important}html body .mf-links a{font-size:11.5px!important;white-space:nowrap!important;letter-spacing:-.02em!important}html body .mf-top>.mf-col:last-child{grid-column:1 / -1!important;display:flex!important;flex-direction:column!important;gap:8px!important;width:100%!important;margin-top:6px!important}html body .mf-top>.mf-col:last-child h4{width:100%!important;margin:0!important}html body .mf-top>.mf-col:last-child .mf-app-note{margin:0!important;max-width:none!important;font-size:12px!important;line-height:1.35!important}html body .mf-top>.mf-col:last-child .mf-app-btns{width:100%!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important}}html body .mf-help-title{font-size:14.5px!important;font-weight:750!important;line-height:1.35!important;letter-spacing:-.01em!important;margin:0 0 13px!important;color:#fff!important}html[data-mode=light] body .mf-help-title{color:#0f172a!important}html body .mf-help-box{display:flex!important;flex-direction:column!important;gap:8px!important;max-width:360px!important;width:100%!important}html body .mf-support-row{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important}html body .mf-btn-chat{flex:1 1 auto!important;min-width:0!important;justify-content:center!important}html body .mf-icon-group{display:flex!important;align-items:center!important;gap:6px!important;flex-shrink:0!important}html body .mf-icon-btn{width:38px!important;height:38px!important;border-radius:8px!important;background:#fff!important;border:1px solid rgba(255,255,255,.4)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;box-shadow:none!important;box-sizing:border-box!important;transition:transform .16s ease,border-color .16s ease,background .16s ease!important;cursor:pointer!important;flex-shrink:0!important}html body .mf-icon-btn i{font-size:18px!important;line-height:1!important}html body .mf-icon-btn svg{width:17px!important;height:17px!important}html body .mf-icon-btn{transition:border-color .16s ease,background .16s ease!important}html body .mf-icon-btn:hover{transform:none!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 12%,#ffffff)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 45%,#cbd5e1)!important}html body a.mf-icon-btn--wa,html body .mf-icon-btn--wa{display:inline-flex!important;visibility:visible!important;opacity:1!important;color:#25d366!important}html body a.mf-icon-btn--wa:hover,html body .mf-icon-btn--wa:hover{border-color:#25d366!important}html body .mf-icon-btn--tg{color:#08c!important}html body .mf-icon-btn--tg:hover{border-color:#08c!important}html body .mf-icon-btn--ms{color:#0084ff!important}html body .mf-icon-btn--ms:hover{border-color:#0084ff!important}html body .mf-community-section{display:flex!important;flex-direction:column!important;gap:10px!important;padding-top:10px!important;border-top:1px solid rgba(255,255,255,.12)!important}html[data-mode=light] body .mf-community-section{border-top-color:#cbd5e1!important}html body .mf-community-head{display:flex!important;align-items:center!important;gap:8px!important;margin-bottom:2px!important}html body .mf-community-badge{font-size:10px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;padding:3px 8px!important;border-radius:5px!important;background:var(--theme-accent, var(--primary, var(--theme-accent)))!important;color:var(--theme-accent-contrast, #ffffff)!important;line-height:1.2!important;box-shadow:none!important}html[data-mode=light] body .mf-community-badge{background:var(--theme-accent, var(--primary, var(--theme-accent)))!important;color:var(--theme-accent-contrast, #ffffff)!important}html body .mf-community-sub{font-family:Rajdhani,Inter,sans-serif!important;font-size:13px!important;color:#fff!important;opacity:1!important;font-weight:800!important;line-height:1.35!important;letter-spacing:.08em!important;text-transform:uppercase!important}html[data-mode=light] body .mf-community-sub{color:#fff!important;opacity:1!important}html body .mf-community-links{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important}@media (max-width: 420px){html body .mf-community-links{grid-template-columns:1fr!important}}html body .mf-help-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:9px 12px!important;height:38px!important;border-radius:8px!important;background:#fff!important;color:#0f172a!important;border:1px solid rgba(255,255,255,.4)!important;font-size:12.5px!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important;box-shadow:none!important;box-sizing:border-box!important;transition:border-color .16s ease,background .16s ease,color .16s ease!important;cursor:pointer!important}html body .mf-help-btn:hover{transform:none!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 12%,#ffffff)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 45%,#cbd5e1)!important;box-shadow:none!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html[data-mode=light] body .mf-help-btn,html[data-mode=light] body .mf-icon-btn{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important;box-shadow:none!important}html[data-mode=light] body .mf-help-btn:hover,html[data-mode=light] body .mf-icon-btn:hover{background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 12%,#ffffff)!important;border-color:var(--theme-accent, var(--theme-accent))!important;box-shadow:none!important;transform:none!important}html body .xnav #main-navbar .nav-auth-btn,html body :is(.navbar#main-navbar .nav-auth-btn,.nav-actions .nav-auth-btn,.nav-auth-btn,a.nav-auth-btn,button.nav-auth-btn){background:#fff!important;border:1px solid rgba(255,255,255,.6)!important;border-radius:8px!important;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease!important;cursor:pointer!important}html body .xnav #main-navbar .nav-auth-btn :is(*,span,i,.nav-auth-label,.nav-auth-btn__arrow),html body :is(.navbar#main-navbar .nav-auth-btn,.nav-actions .nav-auth-btn,.nav-auth-btn,a.nav-auth-btn,button.nav-auth-btn) :is(*,span,i,.nav-auth-label,.nav-auth-btn__arrow){color:#0f172a!important;transition:color .18s ease!important}html body .xnav #main-navbar .nav-auth-btn .nav-auth-divider,html body :is(.navbar#main-navbar .nav-auth-btn,.nav-actions .nav-auth-btn,.nav-auth-btn,a.nav-auth-btn,button.nav-auth-btn) .nav-auth-divider{color:#94a3b8!important;transition:color .18s ease!important}html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover:is(:hover,:focus-visible),html body .xnav #main-navbar .nav-auth-btn:is(:hover,:focus-visible,:active),html body :is(.navbar#main-navbar .nav-auth-btn,.nav-actions .nav-auth-btn,.nav-auth-btn,a.nav-auth-btn,button.nav-auth-btn):is(:hover,:focus-visible,:active){transform:none!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 20%,#ffffff)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 50%,#cbd5e1)!important;box-shadow:0 2px 8px color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 22%,transparent)!important;color:#0f172a!important}html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover:is(:hover,:focus-visible) :is(*,span,i,.nav-auth-label,.nav-auth-btn__arrow),html body :is(.navbar#main-navbar .nav-auth-btn,.nav-actions .nav-auth-btn,.nav-auth-btn,a.nav-auth-btn,button.nav-auth-btn):hover :is(*,span,i,.nav-auth-label,.nav-auth-btn__arrow){color:#0f172a!important}html body .mf-help-btn i{font-size:16px!important;line-height:1!important}html body .mf-help-btn .mf-icon-chat{color:#f97316!important}html body .mf-help-btn .mf-icon-fb{color:#1877f2!important}html body .mf-help-btn .mf-icon-tg{color:#08c!important}html body .mf-desc{display:none!important}html body .mf-cards{display:block!important}html body .mf-card-review{display:grid!important;grid-template-columns:1fr auto!important;grid-template-rows:auto auto!important;gap:8px 12px!important;padding:14px 18px!important;border-radius:8px!important;max-width:250px!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}html body .mf-card-review:hover{transform:translateY(-2px)!important;border-color:var(--theme-accent, var(--theme-accent))!important}html body .mf-card-side{display:contents!important}html body .mf-card-label{grid-column:1!important;grid-row:1!important;font-size:10px!important;font-weight:750!important;letter-spacing:.06em!important;text-transform:uppercase!important;align-self:center!important}html body .mf-stars{grid-column:2!important;grid-row:1!important;display:flex!important;align-items:center!important;gap:2px!important;color:#00b67a!important;font-size:12px!important;align-self:center!important;justify-self:end!important}html body .mf-trustpilot{grid-column:1!important;grid-row:2!important;display:inline-flex!important;align-items:center!important;gap:4px!important;color:#00b67a!important;font-size:14.5px!important;font-weight:800!important;letter-spacing:-.02em!important;align-self:center!important}html body .mf-rating{grid-column:2!important;grid-row:2!important;font-size:13px!important;font-weight:750!important;align-self:center!important;justify-self:end!important}html body :is(.mf-col h4,.mf-col-title){font-size:13px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important;margin:0 0 13px!important}html body .mf-links{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:11px!important}html body .mf-links li{margin:0!important;padding:0!important;line-height:1.4!important}html body .mf-links a{font-size:13px!important;font-weight:450!important;line-height:1.4!important;display:inline-block!important;padding:2px 0!important;letter-spacing:-.01em!important;text-decoration:none!important;transition:color .16s ease,transform .16s ease!important}html body .mf-links a:hover{transform:none!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}@media (max-width: 1024px){html body .mega-footer .mf-links,html body .mf-drawer .mf-links,html body .mf-links{gap:4px!important}html body .mega-footer .mf-links li,html body .mf-drawer .mf-links li,html body .mega-footer .mf-links a,html body .mf-drawer .mf-links a,html body .mf-links li,html body .mf-links a{line-height:1.2!important;padding:0!important}}html body .mf-app-note{font-size:13px!important;line-height:1.5!important;margin:0 0 16px!important;max-width:250px!important}html body .mf-app-btns{display:flex!important;flex-direction:row!important;align-items:stretch!important;justify-content:space-between!important;gap:8px!important;width:100%!important}html body .app-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:6px 8px!important;height:40px!important;box-sizing:border-box!important;border-radius:7px!important;max-width:none!important;flex:1 1 0!important;min-width:0!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}html body .app-btn:hover{transform:translateY(-2px)!important;border-color:var(--theme-accent, var(--theme-accent))!important}html body .app-btn svg{width:17px!important;height:17px!important;flex-shrink:0!important;fill:currentColor!important}html body .app-btn div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important}html body .app-btn span{font-size:7.5px!important;text-transform:uppercase!important;letter-spacing:.03em!important;display:block!important;line-height:1!important;white-space:nowrap!important}html body .app-btn strong{font-size:10.5px!important;font-weight:750!important;display:block!important;line-height:1.1!important;white-space:nowrap!important}html body .mf-bottom{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:wrap!important;gap:20px!important;width:100vw!important;max-width:100vw!important;position:relative!important;left:50%!important;right:50%!important;margin-left:-50vw!important;margin-right:-50vw!important;padding:12px max(24px,calc((100vw - 1550px)/2 + 24px))!important;margin-bottom:0!important;background:var(--theme-footer-bar, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 35%, #0d111a 65%))!important;border:none!important;border-top:none!important;box-shadow:none!important;box-sizing:border-box!important}@media (max-width: 1598px){html body .mf-bottom{padding:12px 24px!important}}html body .mf-copy{order:1!important;display:flex!important;flex-direction:column!important;gap:2px!important}html body .mf-copy-line{font-size:12.5px!important;margin-top:1px!important}html body .mf-powered{display:flex!important;align-items:center!important;gap:6px!important;font-size:12.5px!important;font-weight:600!important;color:#fff!important}html body .mf-powered-logo{display:inline-block!important;width:18px!important;height:18px!important;background:url(/assets/images/gsmeye-powered-logo.png) no-repeat center / contain!important;flex-shrink:0!important;order:1!important}html body .mf-powered a{color:var(--theme-accent, var(--theme-accent))!important;text-decoration:none!important;font-weight:750!important;order:2!important}html body .mf-powered a:is(:hover,:focus-visible),html[data-mode=light] body .mf-powered a:is(:hover,:focus-visible),html[data-mode=dark] body .mf-powered a:is(:hover,:focus-visible){text-decoration:none!important;color:#fff!important}html body .mf-payments{order:2!important;display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}html body .mf-pay-label{font-size:11px!important;font-weight:750!important;letter-spacing:.08em!important;text-transform:uppercase!important}html body .mf-pay-icons{display:flex!important;align-items:center!important;gap:8px!important}html body .pay-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:44px!important;height:28px!important;border-radius:5px!important;background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #00000014!important;overflow:hidden!important;transition:transform .16s ease,box-shadow .16s ease!important}@media (max-width: 768px){html body .mf-bottom{flex-direction:column-reverse!important;align-items:center!important;text-align:center!important;gap:14px!important;padding:16px 16px 70px!important}html body .mf-payments{order:1!important;flex-direction:column!important;align-items:center!important;gap:6px!important}html body .mf-copy{order:2!important;align-items:center!important;text-align:center!important}html body .mf-pay-icons{justify-content:center!important;flex-wrap:wrap!important}}html body .pay-chip:hover{transform:translateY(-1.5px)!important;box-shadow:0 3px 8px #00000026!important}html body .pay-mc{display:inline-flex!important;align-items:center!important;position:relative!important;width:28px!important;height:18px!important}html body .pay-mc-a{width:16px!important;height:16px!important;border-radius:50%!important;background:#eb001b!important;position:absolute!important;left:0!important}html body .pay-mc-b{width:16px!important;height:16px!important;border-radius:50%!important;background:#f79e1b!important;position:absolute!important;left:10px!important;opacity:.9!important}html body .pay-usdt{font-weight:800!important;font-size:16px!important;color:#26a17b!important}html body .pay-bnb{font-weight:800!important;font-size:14px!important;color:#f3ba2f!important}html[data-mode=light] body .mega-footer{background:var(--theme-footer-bg, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 60%, #000000 40%))!important;border-top:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 70%,#ffffff 30%)!important;color:#fff!important}html[data-mode=light] body .mf-compact-bar{background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 50%,#000000 50%)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important}html[data-mode=light] body .mf-compact-quicklinks a{color:#ffffffe6!important}html[data-mode=light] body .mf-compact-quicklinks a:hover{color:#fff!important;text-shadow:0 0 10px rgba(255,255,255,.4)!important}html[data-mode=light] body .mf-status-pill{background:#10b98133!important;border:1px solid rgba(16,185,129,.5)!important;color:#a7f3d0!important}html[data-mode=light] body .mf-trustpilot-badge-always{background:#00b67a33!important;border:1px solid rgba(0,182,122,.5)!important;color:#a7f3d0!important}html[data-mode=light] body :is(.mf-ip-badge-mini,.mf-toggle-btn){background:#00000047!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;box-shadow:0 2px 8px #00000059!important}html[data-mode=light] body .mf-drawer{background:var(--theme-footer-bg, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 60%, #000000 40%))!important;border-bottom:none!important}html[data-mode=light] body :is(.mf-col h4,.mf-col-title){color:#fff!important}html[data-mode=light] body :is(.mf-app-note,.mf-card-label,.mf-copy-line,.mf-pay-label){color:#ffffffc7!important}html[data-mode=light] body .mf-rating{color:#fff!important}html[data-mode=light] body .mf-card-review{background:var(--theme-footer-card, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 65%, #000000 35%))!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 4px 18px #00000059!important;color:#fff!important}html[data-mode=light] body .mf-card-review:hover{border-color:#fff!important;box-shadow:0 4px 22px #00000080!important}html[data-mode=light] body .mf-links a{color:#ffffffe0!important}html[data-mode=light] body .mf-links a:hover{color:#fff!important;text-shadow:0 0 8px rgba(255,255,255,.35)!important}html[data-mode=light] body .app-btn{background:var(--theme-footer-card, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 65%, #000000 35%))!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;box-shadow:none!important}html[data-mode=light] body .app-btn:hover{border-color:#fff!important;background:#ffffff26!important;box-shadow:none!important}html[data-mode=light] body .app-btn span{color:#ffffffc7!important}html[data-mode=light] body .app-btn strong{color:#fff!important}html[data-mode=light] body .mf-bottom{background:var(--theme-footer-bar, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 35%, #0d111a 65%))!important;border:none!important;border-top:none!important;box-shadow:none!important;color:#ffffffe6!important}html[data-mode=light] body .mf-powered a{color:var(--theme-accent, var(--theme-accent))!important;text-decoration:none!important}html[data-mode=light] body .pay-chip{background:#fff!important;border:1px solid rgba(255,255,255,.25)!important;box-shadow:0 2px 8px #00000059!important}html[data-mode=dark] body .mega-footer{background:var(--theme-footer-bg, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 60%, #000000 40%))!important;border-top:none!important;color:#fff!important}html[data-mode=dark] body .mf-compact-bar{background:var(--theme-footer-bar, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 55%, #000000 45%))!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:12px!important}html[data-mode=dark] body .mf-compact-quicklinks a{color:#ffffffe6!important}html[data-mode=dark] body .mf-compact-quicklinks a:hover{color:#fff!important;text-shadow:0 0 10px rgba(255,255,255,.4)!important}html[data-mode=dark] body .mf-status-pill{background:#10b98133!important;border:1px solid rgba(16,185,129,.5)!important;color:#a7f3d0!important}html[data-mode=dark] body .mf-trustpilot-badge-always{background:#00b67a33!important;border:1px solid rgba(0,182,122,.5)!important;color:#a7f3d0!important}html[data-mode=dark] body :is(.mf-ip-badge-mini,.mf-toggle-btn){background:#00000047!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;box-shadow:0 2px 8px #0006!important}html[data-mode=dark] body .mf-drawer{background:var(--theme-footer-bg, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 60%, #000000 40%))!important;border-bottom:none!important}html[data-mode=dark] body :is(.mf-col h4,.mf-col-title){color:#fff!important}html[data-mode=dark] body :is(.mf-app-note,.mf-card-label,.mf-copy-line,.mf-pay-label){color:#ffffffc7!important}html[data-mode=dark] body .mf-rating{color:#fff!important}html[data-mode=dark] body .mf-card-review{background:var(--theme-footer-card, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 65%, #000000 35%))!important;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 4px 16px #00000073!important;color:#fff!important}html[data-mode=dark] body .mf-card-review:hover{border-color:#fff!important;box-shadow:0 4px 22px #0000008c!important}html[data-mode=dark] body .mf-links a{color:#ffffffe0!important}html[data-mode=dark] body .mf-links a:hover{color:#fff!important;text-shadow:0 0 8px rgba(255,255,255,.35)!important}html[data-mode=dark] body .app-btn{background:var(--theme-footer-card, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 65%, #000000 35%))!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;box-shadow:none!important}html[data-mode=dark] body .app-btn:hover{border-color:#fff!important;background:#ffffff26!important;box-shadow:none!important}html[data-mode=dark] body .app-btn span{color:#94a3b8!important}html[data-mode=dark] body .app-btn strong{color:#f8fafc!important}html[data-mode=dark] body .mf-bottom{background:var(--theme-footer-bar, color-mix(in srgb, var(--theme-accent, var(--theme-accent)) 35%, #0d111a 65%))!important;border:none!important;border-top:none!important;box-shadow:none!important;width:100vw!important;max-width:100vw!important;position:relative!important;left:50%!important;right:50%!important;margin-left:-50vw!important;margin-right:-50vw!important;color:#94a3b8!important}html[data-mode=dark] body .mf-powered a{color:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff))!important;text-decoration:none!important}html[data-mode=dark] body .pay-chip{background:#fff!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:0 2px 8px #00000059!important}html[data-mode=light] body :is(#site-updates-dialog,dialog#helpline-chat-dialog,.injected-service-tooltip,.xnav #main-navbar .nav-dropdown,.nav-search-results){background:#fff!important;color:#0f172a!important;border:1px solid #d8dee6!important;box-shadow:0 16px 48px #0000001f!important}html[data-mode=light] body :is(#site-updates-dialog .updates-head,#helpline-chat-dialog .helpline-head){border-bottom:1px solid #e2e8f0!important}html[data-mode=light] body :is(#site-updates-dialog h2,#helpline-chat-dialog h2){color:#0f172a!important}html[data-mode=light] body :is(#site-updates-dialog .updates-close,#helpline-chat-dialog .helpline-close){border-color:transparent!important;color:#64748b!important}html[data-mode=light] body #helpline-chat-dialog .helpline-message{background:#f8fafc!important;border:1px solid #e2e8f0!important}html[data-mode=light] body #helpline-chat-dialog .helpline-message p{color:#0f172a!important}html[data-mode=light] body #helpline-chat-dialog .helpline-message p+p,html[data-mode=light] body #helpline-chat-dialog .helpline-hours{color:#64748b!important}html[data-mode=light] body .xnav #main-navbar :is(.order-dd-item,.nav-more-item){color:#0f172a!important}html[data-mode=light] body .xnav #main-navbar .order-dd-name{color:#0f172a!important}html[data-mode=light] body .xnav #main-navbar .order-dd-desc{color:#64748b!important}html[data-mode=light] body .xnav #main-navbar :is(.order-dd-item,.nav-more-item):is(:hover,:focus-visible){background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 8%,transparent)!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html[data-mode=light] body :is(.nav-search-results-title,.s3-combo-empty){color:#64748b!important}html[data-mode=dark] body,html[data-mode=dark] .xhome-shell{background:#0b0f14!important;color:#f8fafc!important}html[data-mode=dark] body #hero-section-3{background:#0b0f14!important;background-color:#0b0f14!important;border-bottom:none!important;--hero-surface: #10151b;--hero-border: #252d36;--hero-text: #f8fafc;--hero-muted: #94a3b8}html[data-mode=dark] body #hero-section-3 :is(.hero-title,.hero-title-lead){color:#f8fafc!important}html[data-mode=dark] body #hero-section-3 #heroDynamicTitle{color:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff))!important}html[data-mode=dark] body #hero-section-3 .hero-subtitle{color:#94a3b8!important}html[data-mode=dark] body #hero-section-3 .hero-description,html body #hero-section-3 .hero-description:before,html body #hero-section-3 .hero-description:after{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;color:#94a3b8!important}html[data-mode=dark] body #hero-section-3 .hero-description strong{color:#f8fafc!important}html[data-mode=dark] body #hero-section-3 .h-tool{background:#10151b!important;border:1px solid #252d36!important;color:#f8fafc!important}html[data-mode=dark] body #we-are-reseller{background:#0d1218!important;border:1px solid #252d36!important;color:#f8fafc!important}html[data-mode=dark] body #we-are-reseller h2,html[data-mode=dark] body #we-are-reseller #reseller-section-title{color:#f8fafc!important}html[data-mode=dark] body #we-are-reseller .reseller-card:not(:hover,:focus-visible){background:#12171d!important;border:1px solid #252d36!important}html[data-mode=dark] body #we-are-reseller .reseller-image:not(:hover,:focus-visible){background:#0d1217!important;border-bottom:1px solid #252d36!important}html[data-mode=dark] body #we-are-reseller .reseller-name{background:transparent!important;color:#e8edf5!important}html[data-mode=dark] body :is(.product-card,.bf-offer-card,.hot-service-column,.updates-card,.reseller-card){background:#12171d!important;border-color:#252d36!important;color:#f8fafc!important}html[data-mode=dark] body :is(.p-card-visual,.bf-offer-visual,.hot-service-visual,.hot-service-column__head,.reseller-image,.ih3-act-card-visual){background:#0d1217!important;border-color:#252d36!important}html body :is(.offer-section .bf-offer-visual,.bf-offer-visual):after,html body :is(.offer-section .bf-offer-visual,.bf-offer-visual):before,html[data-mode] body :is(.offer-section .bf-offer-visual,.bf-offer-visual):after,html[data-mode] body :is(.offer-section .bf-offer-visual,.bf-offer-visual):before{display:none!important;content:none!important;background:none!important;opacity:0!important;box-shadow:none!important}html body .offer-section,html[data-mode] body .offer-section{border-radius:16px!important;transition:background-color .25s ease,border-color .25s ease!important}html[data-mode=light] body .offer-section{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:none!important}html[data-mode=dark] body .offer-section{background:#0b1016!important;border:1px solid #252d36!important;box-shadow:none!important}html body .offer-section .bf-header,html[data-mode] body .offer-section .bf-header{border-bottom:1px solid rgba(255,255,255,.08)!important;padding-bottom:8px!important;margin-bottom:14px!important}html body .offer-section .bf-title{margin:0!important}html[data-mode=light] body .offer-section .bf-header{border-bottom:1px solid #e2e8f0!important}html[data-mode=dark] body .offer-section .bf-header{border-bottom:1px solid #252d36!important}html body .offer-section .bf-mini-label,html body .bf-mini-label,html[data-mode] body .offer-section .bf-mini-label{display:none!important}html body .offer-section .bf-mini-label:before,html[data-mode] body .offer-section .bf-mini-label:before{content:""!important;display:inline-block!important;width:6px!important;height:6px!important;border-radius:2px!important;background:var(--theme-accent, var(--theme-accent))!important;box-shadow:none!important;filter:none!important;flex-shrink:0!important}html[data-mode=light] body .offer-section .bf-title,html[data-mode=light] body .offer-section .bf-title>span:not(.bf-title__accent){color:#0f172a!important;text-shadow:none!important}html[data-mode=dark] body .offer-section .bf-title,html[data-mode=dark] body .offer-section .bf-title>span:not(.bf-title__accent){color:#f8fafc!important;text-shadow:none!important}html body .offer-section .bf-title .bf-title__accent,html[data-mode] body .offer-section .bf-title .bf-title__accent,html[data-mode=light] body .offer-section .bf-title .bf-title__accent,html[data-mode=dark] body .offer-section .bf-title .bf-title__accent{background:transparent!important;color:var(--theme-accent, var(--theme-accent))!important;-webkit-text-fill-color:var(--theme-accent, var(--theme-accent))!important;border:none!important;border-radius:0!important;padding:0!important;font-weight:800!important;box-shadow:none!important;text-shadow:none!important;filter:none!important}html body .offer-section .bf-title .bf-title__accent:after,html body .offer-section .bf-title__accent:after{content:none!important;display:none!important;box-shadow:none!important;filter:none!important}html[data-mode=light] body .offer-section .bf-header__countdown-wrap{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:7px!important;box-shadow:none!important;padding:3px 8px!important}html[data-mode=dark] body .offer-section .bf-header__countdown-wrap{background:#10151b!important;border:1px solid #252d36!important;border-radius:7px!important;box-shadow:none!important;padding:3px 8px!important}html[data-mode=light] body .offer-section .bf-countdown__unit strong{color:#0f172a!important}html[data-mode=light] body .offer-section .bf-countdown__label{color:#475569!important}html[data-mode=light] body .offer-section .bf-countdown__unit span{color:#94a3b8!important}html body .offer-section .bf-countdown__label svg{color:var(--theme-accent, var(--theme-accent))!important}html body .offer-section .bf-countdown__live,html[data-mode] body .offer-section .bf-countdown__live{display:none!important}html body .offer-section .bf-countdown__unit:nth-child(n+2):before,html[data-mode] body .offer-section .bf-countdown__unit:nth-child(n+2):before,html body .offer-section .bf-countdown__unit:nth-child(2):before,html[data-mode] body .offer-section .bf-countdown__unit:nth-child(2):before{content:":"!important;display:block!important;position:absolute!important;left:-5px!important;top:2px!important;transform:none!important;font-size:12px!important;font-weight:750!important;color:var(--text-muted, #94a3b8)!important;opacity:.75!important;line-height:1!important}html body :is(.offer-section .bf-offer-visual,.bf-offer-visual),html[data-mode] body :is(.offer-section .bf-offer-visual,.bf-offer-visual){box-shadow:none!important;overflow:hidden!important}@media (min-width: 861px){html body :is(.offer-section .bf-offer-visual,.bf-offer-visual),html[data-mode] body :is(.offer-section .bf-offer-visual,.bf-offer-visual){border-radius:10px 10px 0 0!important}}html[data-mode=light] body :is(.offer-section .bf-offer-visual,.bf-offer-visual){background:var(--bg-card, #ffffff)!important;background-color:var(--bg-card, #ffffff)!important;background-image:none!important;border-color:var(--border, #d8dee6)!important;border-bottom:1px solid var(--border, #d8dee6)!important}html[data-mode=dark] body :is(.offer-section .bf-offer-visual,.bf-offer-visual){background:#0d1217!important;background-color:#0d1217!important;background-image:none!important;border-color:#252d36!important;border-bottom:1px solid #252d36!important}html body :is(.p-card-title,.offer-section .bf-offer-name,.bf-offer-name,.hot-service-name){color:#e6ebf1!important;font-size:14px!important;line-height:1.42!important;font-weight:500!important}html[data-mode=dark] body :is(.p-card-title,.offer-section .bf-offer-name,.bf-offer-name,.hot-service-name){color:#e6ebf1!important}html body :is(.product-card,.p-card-visual,.p-card-body,.bf-offer-card,.bf-offer-visual,.hot-service-column,.hot-service-row,.hot-service-visual,.reseller-card,.reseller-image,.updates-card,.order-btn,.p-card-order-btn,.p-card-btn,.bf-offer-btn,.hero-order-btn,.bf-offer-off,.hot-badge):not(:hover):not(:focus-visible){box-shadow:none!important}html body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.m-item,.ih3-act-card-shell){transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease!important}html body :is(.product-card,.product-card.is-clickable,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.m-item,.ih3-act-card-shell):is(:hover,:focus-visible){border-color:var(--theme-accent, var(--theme-accent))!important;box-shadow:0 3px 10px #0000001f!important;transform:none!important}html.dark body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell):is(:hover,:focus-visible),html[data-mode=dark] body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell):is(:hover,:focus-visible),html.dark body .product-card:is(:hover,:focus-visible) .p-card-body,html[data-mode=dark] body .product-card:is(:hover,:focus-visible) .p-card-body,html.dark body .bf-offer-card:is(:hover,:focus-visible) .bf-offer-body,html[data-mode=dark] body .bf-offer-card:is(:hover,:focus-visible) .bf-offer-body{background:var(--box-hover-bg, #18202a)!important;box-shadow:0 3px 10px #0000002e!important}html[data-mode=light] body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell):is(:hover,:focus-visible),html[data-mode=light] body .product-card:is(:hover,:focus-visible) .p-card-body,html[data-mode=light] body .bf-offer-card:is(:hover,:focus-visible) .bf-offer-body{background:#f8fafc!important;box-shadow:0 2px 8px #0f172a0f!important}html body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell):is(:hover,:focus-visible) :is(.p-card-title,.bf-offer-name,.hot-service-name,.reseller-name,.updates-card h3,.ih-metrics-trust-box-title,.ih3-card-name){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;text-decoration-color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell,a.hot-service-row,.hot-service-list li,.trending-card):is(:hover,:focus-visible,:focus-within) :is(.p-card-visual,.bf-offer-visual,.hot-service-visual,.reseller-image,.ih3-act-card-visual,.ih-metrics-trust-box-mark,.trending-icon-badge,.hot-service-mark) :is(svg,i,.media-placeholder,.image-placeholder),html body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell,a.hot-service-row,.hot-service-list li,.trending-card):is(:hover,:focus-visible,:focus-within) :is(svg,i,.media-placeholder,.image-placeholder){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;opacity:1!important;text-shadow:none!important}html body :is(.product-card,.bf-offer-card,.hot-service-row,.reseller-card,.updates-card,.ih-metrics-trust-box,.ih3-act-card-shell,a.hot-service-row,.hot-service-list li,.trending-card):is(:hover,:focus-visible,:focus-within) :is(svg,.media-placeholder,.image-placeholder) :is(path,rect,circle,line,polyline,polygon,g){stroke:currentColor!important}html body :is(.bf-offer-btn,.p-card-order-btn,.order-now-action,.ih-featured-card__btn,.ih-latest-card__order,.ih-premium-card__order,.order-btn){background:var(--theme-accent, var(--theme-accent))!important;border:1px solid var(--theme-accent, var(--theme-accent))!important;border-color:var(--theme-accent, var(--theme-accent))!important;color:var(--theme-accent-contrast, #ffffff)!important;box-shadow:0 2px 7px color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 20%,transparent)!important;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease!important}html body :is(.bf-offer-btn,.p-card-order-btn,.order-now-action,.ih-featured-card__btn,.ih-latest-card__order,.ih-premium-card__order,.order-btn):is(:hover,:focus-visible),html body a:hover :is(.bf-offer-btn,.p-card-order-btn,.order-now-action),html body a:focus-visible :is(.bf-offer-btn,.p-card-order-btn,.order-now-action),html body .offer-section .bf-offer-card:hover .bf-offer-btn,html body .offer-section .bf-offer-card:focus-visible .bf-offer-btn{background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 78%,#000000)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 70%,#000000)!important;color:var(--theme-accent-contrast, #ffffff)!important;box-shadow:0 4px 12px #00000038,0 0 10px -2px color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 35%,transparent)!important;filter:brightness(.92)!important}html body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]){position:fixed;z-index:999999!important;border-radius:6px!important;font-size:12px!important;font-weight:500!important;line-height:1.5!important;padding:10px 12px!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;transition:opacity .13s ease,visibility .13s ease,transform .13s ease!important}html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]),html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]){background:#fff!important;background-color:#fff!important;border:1px solid #d8dee6!important;border-color:#d8dee6!important;color:#0f172a!important;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #00000014!important}html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip])>div,html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) .tooltip-arrow,html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]):before,html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]):after,html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip])>div,html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) .tooltip-arrow,html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]):before,html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]):after{background:#fff!important;background-color:#fff!important;border-right:1px solid #d8dee6!important;border-bottom:1px solid #d8dee6!important;border-right-color:#d8dee6!important;border-bottom-color:#d8dee6!important}html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) span,html[data-mode=light] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) *,html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) span,html:not([data-mode=dark]) body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) *{color:#0f172a!important}html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]){background:#10151bf2!important;background-color:#10151bf2!important;border:1px solid #252d36!important;border-color:#252d36!important;color:#f8fafc!important;box-shadow:0 5px 14px #00000059!important}html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip])>div,html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) .tooltip-arrow,html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]):before,html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]):after{background:#10151bf2!important;background-color:#10151bf2!important;border-right:1px solid #252d36!important;border-bottom:1px solid #252d36!important;border-right-color:#252d36!important;border-bottom-color:#252d36!important}html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) span,html[data-mode=dark] body :is(.injected-service-tooltip,#service-name-tooltip,.service-tooltip,[role=tooltip]) *{color:#f8fafc!important}@media (max-width: 768px){html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card:hover,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card:hover{border-color:inherit!important;box-shadow:none!important;outline:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .service-tabs__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:12px!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .service-tabs__list{display:flex!important;min-width:0!important;gap:16px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .service-tabs__tab{padding:5px 3px 13px!important;min-height:auto!important;font-size:12.5px!important;gap:6px!important;white-space:nowrap!important;flex-shrink:0!important;touch-action:manipulation;text-transform:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .service-tabs__view-all{font-size:11px!important;white-space:nowrap!important;flex-shrink:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) :is(.product-grid,.product-grid--six),:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) :is(.product-grid,.product-grid--six){display:grid!important;grid-template-columns:1fr!important;gap:10px!important}html[data-mode] body .ihome-product-showcase.ihome-block .product-card:nth-child(n+7){display:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:12px!important;padding:10px 12px!important;border-radius:12px!important;align-items:center!important;text-decoration:none!important;box-sizing:border-box!important;min-height:88px!important;overflow:hidden!important;box-shadow:0 1px 4px #0000000d!important}html[data-mode=light] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card{background:#fff!important;border:1px solid #e2e8f0!important}html[data-mode=dark] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .product-card{background:#12171d!important;border:1px solid #252d36!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual{width:78px!important;min-width:78px!important;max-width:78px!important;height:78px!important;min-height:78px!important;max-height:78px!important;border-radius:10px!important;border:1px solid var(--border, #d8dee6)!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;aspect-ratio:1 / 1!important;margin:0!important;padding:0!important;box-shadow:none!important}html[data-mode=light] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual{background:#f1f5f9!important;border-color:#e2e8f0!important}html[data-mode=dark] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual{background:#0d1217!important;border-color:#252d36!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual svg.image-placeholder,html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-visual i{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;opacity:.8!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-body,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-body{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:0!important;gap:6px!important;background:transparent!important;overflow:hidden!important;min-width:0!important;flex:1!important}html body :is(.p-card-title,.hot-service-name,.service-name,.bf-offer-name,.offer-section .bf-offer-name,.ih-featured-card__title,.ih-premium-card__name,.ih-latest-card__name,.os-reseller-card__name,.reseller-name,.eye-bar-name,.ih3-card-name,.updates-card h3,[class*=service-name],[class*=product-name]),:is(.xhome,.xhome-order) :is(.p-card-title,.hot-service-name,.service-name,.bf-offer-name,.offer-section .bf-offer-name,.ih-featured-card__title,.ih-premium-card__name,.ih-latest-card__name,.os-reseller-card__name,.reseller-name,.eye-bar-name,.ih3-card-name,.updates-card h3,[class*=service-name],[class*=product-name]){font-size:12.5px!important;line-height:1.32!important;font-weight:400!important;margin-top:0!important;padding-top:0!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-title,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-title{font-size:12px!important;line-height:1.32!important;font-weight:400!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;margin:0!important;padding-top:0!important;min-height:32px!important;max-height:32px!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-meta,:is(.xhome,.xhome-order) :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin:8px 0 0!important;padding:8px 0 2px!important;min-width:0!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-price{font-size:15px!important;font-weight:800!important;line-height:1!important;color:#0f172a!important;padding:0!important;background:transparent!important;white-space:nowrap!important;flex:0 0 auto!important}html[data-mode=dark] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-price{color:#f8fafc!important;background:transparent!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time,html[data-mode=light] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time,html[data-mode=dark] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time{padding:4px 8px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:6px!important;font-size:10px!important;line-height:1!important;font-weight:600!important;color:#f0731d!important;white-space:nowrap!important;flex:0 0 auto!important}html[data-mode=dark] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time{background:#181e25!important;border:1px solid rgba(255,255,255,.08)!important}html[data-mode=light] body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time{background:#fff7ed!important;border:1px solid #fed7aa!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time-icon{display:inline-flex!important;align-items:center!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block) .p-card-time svg{display:inline-block!important;width:12px!important;height:12px!important;stroke:#f0731d!important;color:#f0731d!important;stroke-width:1.8!important;flex-shrink:0!important}html[data-mode] body .ihome-product-showcase.ihome-block .product-card :is(.p-card-visual,.p-card-body,.p-card-meta){box-shadow:none!important}html[data-mode] body .ihome-product-showcase.ihome-block .product-card:is(:hover,:focus-visible,:active){border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 65%,var(--mode-line, #252d36))!important;box-shadow:0 3px 10px #0000002e!important;transform:none!important;position:relative;z-index:1}html[data-mode=light] body .ihome-product-showcase.ihome-block .product-card:is(:hover,:focus-visible,:active){box-shadow:0 3px 10px #0f172a1f!important}html body .ihome-product-showcase.ihome-block .product-card:not(:hover):not(:focus-visible){box-shadow:none!important}html body .ihome-product-showcase.ihome-block .product-card.product-card:focus-visible{outline:2px solid var(--theme-accent, var(--theme-accent))!important;outline-offset:3px!important}}@media (max-width: 480px){html body .ihome-product-showcase.ihome-block .p-card-time-icon{display:inline-flex!important}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){html body .ihome-product-showcase.ihome-block .product-card.product-card{transition:none!important}}@media (max-width: 960px){html[data-mode] body .product-card:hover,html[data-mode] body .product-card.is-clickable:hover{border-color:inherit!important;box-shadow:none!important;outline:none!important}}@media (max-width: 980px){html body #hero-section-3,html body .service-hero,html body .hero-section-3{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important;border-bottom:none!important;padding:16px 12px 0!important;margin:0 auto!important;box-sizing:border-box!important}html body #hero-section-3 .service-hero-inner,html body .service-hero .service-hero-inner,html body .service-hero-inner{width:100%!important;max-width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;flex-direction:column!important;align-items:center!important;grid-template-columns:1fr!important;padding:0!important;gap:8px!important;box-sizing:border-box!important}html body #hero-section-3 .hero-copy,html body .service-hero .hero-copy{width:100%!important;max-width:520px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;margin:0 auto!important;padding:0!important;box-sizing:border-box!important}html body #hero-section-3 .hero-kicker{margin:0 auto 12px!important;display:inline-flex!important;justify-content:center!important;align-items:center!important}html body #hero-section-3 .hero-title-box{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:auto!important;text-align:center!important;padding:0!important;margin:0 auto!important}html body #hero-section-3 .hero-title{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important;max-width:100%!important;margin:0 auto!important;gap:4px!important}html body #hero-section-3 .hero-title-lead{text-align:center!important;width:100%!important}html body #hero-section-3 #heroDynamicTitle{font-size:36px!important;display:inline-block!important;text-align:center!important;width:auto!important;max-width:100%!important;margin:0 auto!important;overflow:visible!important;white-space:normal!important}html body #hero-section-3 .hero-subtitle-line{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;margin:16px auto 0!important;gap:8px!important;min-height:auto!important;text-align:center!important}html body #hero-section-3 .hero-subtitle{text-align:center!important;margin:0!important;width:auto!important;max-width:100%!important}html body #hero-section-3 .hero-description{text-align:center!important;margin:16px auto 0!important;width:100%!important;max-width:400px!important}html body #hero-section-3 .hero-actions{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:460px!important;margin:16px auto!important;gap:8px!important;padding:0 4px!important;box-sizing:border-box!important}html body #hero-section-3 .hero-order-btn{width:auto!important;max-width:-moz-fit-content!important;max-width:fit-content!important;min-width:0!important;flex:0 0 auto!important;height:36px!important;min-height:36px!important;max-height:36px!important;padding:0 13px!important;margin:0!important;font-size:0!important;white-space:nowrap!important;border-radius:8px!important;box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;order:1!important}html body #hero-section-3 .hero-order-btn:after{content:"Explore"!important;order:1!important;font-size:12px!important;font-weight:600!important;color:inherit!important;letter-spacing:-.01em!important}html body #hero-section-3 .hero-order-btn .hero-order-arrow{order:2!important;width:12px!important;height:12px!important;flex-shrink:0!important;margin-left:2px!important}html body #hero-section-3 .hero-tools-scroller{flex:1 1 auto!important;min-width:0!important;max-width:none!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;overflow:hidden!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;order:2!important}html body #hero-section-3 .hero-tools-track{height:36px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;margin:0!important}html body #hero-section-3 .h-tool{width:36px!important;height:36px!important;min-height:36px!important;max-height:36px!important;flex:0 0 36px!important;border-radius:8px!important;box-sizing:border-box!important}html body #hero-section-3 .h-tool img{width:100%!important;height:100%!important;border-radius:7px!important;-o-object-fit:cover!important;object-fit:cover!important;display:block!important}html body #hero-section-3 .hero-carousel-area,html body .service-hero .hero-carousel-area{width:100%!important;max-width:100vw!important;margin:14px auto!important;display:flex!important;justify-content:center!important;align-items:center!important;overflow:visible!important;padding:0 8px!important;box-sizing:border-box!important}html body #hero-section-3 .ih3-hero-cards{--card-w: clamp(190px, 52vw, 220px) !important;--card-h: clamp(255px, 68vw, 290px) !important;--caption-h: clamp(96px, 26vw, 110px) !important;--visual-h: calc(var(--card-h) - var(--caption-h)) !important;--info-h: var(--caption-h) !important;--side-1: clamp(62px, 17vw, 80px) !important;--side-2: clamp(105px, 29vw, 135px) !important;width:100%!important;max-width:100%!important;height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important;margin:0 auto!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}html body #hero-section-3 .ih3-card-stage{width:100%!important;max-width:100%!important;height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important;margin:0 auto!important;overflow:visible!important}html body #hero-section-3 .ih3-act-card{width:var(--card-w)!important;height:var(--card-h)!important}html body #hero-section-3 .ih3-act-card-visual{height:var(--visual-h)!important}html body #hero-section-3 .ih3-card-info{top:var(--visual-h)!important;padding:24px 12px 10px!important;gap:4px!important;border-top:none!important;border-top-color:transparent!important}html body #hero-section-3 .ih3-card-name{font-size:14px!important;line-height:1.2!important;margin-top:4px!important}html body #hero-section-3 .ih3-card-subtitle{font-size:10.5px!important;line-height:1.35!important;-webkit-line-clamp:2!important}html body #hero-section-3 .ih3-card-badge{top:calc(var(--visual-h) - 10px)!important;left:8px!important}html body #hero-section-3 .ih3-card-badge-inner{min-height:20px!important;padding:2px 6px!important;font-size:8px!important}html body #hero-section-3 .ih3-act-card[data-pos="-1"],html body #hero-section-3 .ih3-act-card[data-pos="1"]{--scale: .88 !important}html body #hero-section-3 .ih3-act-card[data-pos="-2"],html body #hero-section-3 .ih3-act-card[data-pos="2"]{--scale: .74 !important}}@media (max-width: 650px){html body #hero-section-3,html body .service-hero{padding:12px 8px 0!important;border-bottom:none!important;margin-bottom:0!important}html body #hero-section-3 .hero-title,html body .service-hero .hero-title{font-size:clamp(23px,6.8vw,32px)!important;line-height:1.2!important}html body #hero-section-3 .hero-copy .hero-subtitle,html body #hero-section-3 .hero-copy #heroDynamicSubtitle,html body #hero-section-3 .hero-copy :is(.hero-subtitle,#heroDynamicSubtitle),html body #hero-section-3 :is(.hero-subtitle,#heroDynamicSubtitle){font-size:22px!important}html body #hero-section-3 .hero-copy .hero-description{font-size:13px!important;line-height:1.6!important}}@media (max-width: 480px){html body #hero-section-3,html body .service-hero{padding:12px 6px 0!important;margin-bottom:0!important}html body .ihome-block[data-hb-key=hero]{margin-bottom:0!important;padding-bottom:0!important}html body #hero-section-3 .ih3-hero-cards{--card-w: clamp(175px, 50vw, 200px) !important;--card-h: clamp(240px, 66vw, 270px) !important;--caption-h: 92px !important;--side-1: clamp(54px, 16vw, 68px) !important;--side-2: clamp(92px, 27vw, 116px) !important;height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important}html body #hero-section-3 .ih3-card-stage{height:var(--card-h)!important;min-height:var(--card-h)!important;max-height:var(--card-h)!important}}html body :is(.p-card-title,.offer-section .bf-offer-name,.bf-offer-name,.hot-service-name){color:#e6ebf1!important;font-size:13px!important;line-height:1.42!important;font-weight:500!important}html[data-mode=light] body :is(.p-card-title,.offer-section .bf-offer-name,.bf-offer-name,.hot-service-name){color:var(--text-main)!important}html body :is(a.hot-service-row,.hot-service-column .hot-service-list a.hot-service-row){min-height:0!important;padding:8px 10px!important;gap:10px!important;box-sizing:border-box!important}html body :is(.hot-service-name,.hot-service-row .hot-service-name){display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;line-clamp:2!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:break-word!important;font-size:13px!important;line-height:1.34!important;height:35px!important;max-height:35px!important;min-height:35px!important;margin:0!important}html body .hot-service-content{min-width:0!important}html body .hot-service-content .hot-service-meta{margin-top:5px!important;gap:5px!important;display:flex!important;align-items:center!important;flex-wrap:wrap!important}html body :is(.hot-service-price,.hot-service-time){padding:2.5px 6px!important;font-size:10.5px!important;line-height:1.25!important;border-radius:4px!important}html body .hot-service-visual{width:66px!important;height:58px!important;min-height:58px!important;max-height:58px!important;align-self:center!important;flex-shrink:0!important}html body .hot-service-visual svg.media-placeholder{width:26px!important;height:26px!important}html body :is(.hot-services-section .hot-service-column__head,.hot-service-column__head){height:115px!important;min-height:115px!important;max-height:115px!important;padding:18px!important;box-sizing:border-box!important}html body .hot-service-column__head svg.media-placeholder{width:48px!important;height:48px!important}html body :is(.hot-service-column .hot-service-list,[aria-labelledby=hot-service-group-0].hot-service-list,.hot-service-column:first-child .hot-service-list){height:264px!important;max-height:264px!important;box-sizing:border-box!important;overflow-y:auto!important;overflow-x:hidden!important;padding-top:10px!important;padding-bottom:10px!important;gap:8px!important}@media (min-width: 901px){html body .hot-services-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}html body .hot-service-column .hot-service-list{--hot-service-side-padding: 10px !important;padding:10px var(--hot-service-side-padding)!important}html body .hot-service-column .hot-service-list a.hot-service-row{grid-template-columns:66px minmax(0,1fr)!important;gap:10px!important;padding:8px!important}}@media (max-width: 900px) and (min-width: 641px){html body .hot-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}html body .hot-service-column .hot-service-list{--hot-service-side-padding: 12px !important;padding:10px var(--hot-service-side-padding)!important}html body .hot-service-column .hot-service-list a.hot-service-row{grid-template-columns:66px minmax(0,1fr)!important;padding:8px 10px!important}}@media (max-width: 768px){html body .ihome-block[data-hb-key=ticker],html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar,html body .marquee-section.os-textbar{margin-bottom:10px!important}html body .ihome-page>[data-hb-key=resellers],html body #we-are-reseller{margin-top:0!important}html body .os-textbar-intro{display:none!important}}@media (max-width: 640px){html body .hot-services-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body :is(.hot-services-section .hot-service-column__head,.hot-service-column__head){height:100px!important;min-height:100px!important;max-height:100px!important;padding:12px!important}html body .hot-service-column__head svg.media-placeholder{width:40px!important;height:40px!important}html body .hot-services-section .hot-service-column .hot-service-list,html body .hot-services-grid .hot-service-column .hot-service-list,html body .hot-services-grid .hot-service-column:first-child .hot-service-list{--hot-service-side-padding: 8px !important;padding:8px!important;gap:7px!important;height:auto!important;max-height:235px!important;overflow-y:auto!important;overflow-x:hidden!important;box-sizing:border-box!important}html body .hot-service-column .hot-service-list a.hot-service-row{grid-template-columns:48px minmax(0,1fr)!important;gap:8px!important;padding:7px 8px!important}html body .hot-service-visual{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important}html body .hot-service-visual svg.media-placeholder{width:22px!important;height:22px!important}html body .hot-service-row .hot-service-name{font-size:11.5px!important;line-height:1.3!important;height:30px!important;min-height:30px!important;max-height:30px!important}html body .hot-service-content .hot-service-meta{margin-top:4px!important;gap:4px!important}html body :is(.hot-service-price,.hot-service-time){padding:2px 4px!important;font-size:9.5px!important;line-height:1.2!important}html body #we-are-reseller{--reseller-visible: 4 !important;--reseller-gap: 8px !important;padding:10px!important}#we-are-reseller .reseller-image .media-placeholder{width:28px!important;height:28px!important}#we-are-reseller .reseller-name{padding:6px 3px!important;font-size:10.5px!important;line-height:1.25!important}html body .ihome-block[data-hb-key=ticker]{margin:0 0 6px!important;padding:0!important;width:100%!important}html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar,html body .ihome-page .marquee-section.os-textbar,html body .marquee-section.os-textbar{display:flex!important;align-items:center!important;height:44px!important;min-height:44px!important;max-height:44px!important;padding:0 10px!important;margin:0 auto!important;border-radius:9px!important;gap:8px!important;background:#0d1219!important;border:1px solid #1f2734!important;box-shadow:0 1px 3px #00000040,inset 0 1px #ffffff0a!important;overflow:hidden!important;box-sizing:border-box!important}html body .ihome-page>[data-hb-key=resellers],html body #we-are-reseller{margin-top:0!important}html body .os-textbar-intro{display:none!important}html body .os-textbar-intro:before{content:"⚡";font-size:10px;line-height:1;display:inline-block}html body .os-textbar-intro__title{color:var(--theme-accent-text, color-mix(in srgb, var(--theme-accent) 38%, #fff))!important;font-size:9.5px!important;font-weight:750!important;text-transform:uppercase!important;letter-spacing:.4px!important;white-space:nowrap!important;line-height:1!important}html body .os-textbar-intro__sub{display:none!important}html body .os-textbar .marquee-container.os-reseller-container{flex:1!important;min-width:0!important;height:100%!important;padding:0!important;display:flex!important;align-items:center!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent 0%,#000 12px,#000 calc(100% - 12px),transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12px,#000 calc(100% - 12px),transparent 100%)!important}html body .os-textbar .os-textbar-track{display:flex!important;align-items:center!important;animation-duration:var(--os-marquee-speed, 24s)!important}html body .os-textbar .os-textbar-group{display:flex!important;align-items:center!important;gap:8px!important;padding-right:8px!important}html body .os-textbar .m-item{display:inline-flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;min-width:0!important;height:30px!important;min-height:30px!important;max-height:30px!important;padding:0 11px!important;gap:6px!important;border-radius:7px!important;font-size:12px!important;font-weight:700!important;letter-spacing:.01em!important;white-space:nowrap!important;background:#141a23!important;border:1px solid #242e3d!important;color:#c7d0dc!important;box-shadow:0 1px 2px #00000026!important;transition:all .15s ease!important}html body .os-textbar .m-item i{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:15px!important;height:15px!important;flex:0 0 15px!important;font-size:14px!important;line-height:1!important;color:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 78%, #fff))!important}html body .os-textbar .m-item:hover{color:#fff!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 20%,#141a23)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 55%,transparent)!important}html[data-mode=light] body .ihome-page .section-container.marquee-section.os-textbar,html[data-mode=light] body .section-container.marquee-section.os-textbar,html[data-mode=light] body .ihome-page .marquee-section.os-textbar,html[data-mode=light] body .marquee-section.os-textbar{background:#f8fafc!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #0000000a,inset 0 1px #fff!important}html[data-mode=light] body .os-textbar-intro{background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,transparent)!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 25%,transparent)!important}html[data-mode=light] body .os-textbar-intro__title{color:var(--theme-accent, var(--theme-accent))!important}html[data-mode=light] body .os-textbar .m-item{background:#fff!important;border:1px solid #e2e8f0!important;color:#334155!important;box-shadow:0 1px 2px #0000000a!important}html[data-mode=light] body .os-textbar .m-item:hover{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;background:#f1f5f9!important;border-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 45%,transparent)!important}}@media (max-width: 380px){html body .hot-services-grid{gap:8px!important}html body :is(.hot-service-column .hot-service-list,[aria-labelledby=hot-service-group-0].hot-service-list,.hot-service-column:first-child .hot-service-list){--hot-service-side-padding: 6px !important;padding:6px var(--hot-service-side-padding)!important;height:218px!important;max-height:218px!important}html body .hot-service-column .hot-service-list a.hot-service-row{grid-template-columns:42px minmax(0,1fr)!important;gap:6px!important;padding:6px!important}html body .hot-service-visual{width:42px!important;min-width:42px!important;height:42px!important;min-height:42px!important;max-height:42px!important}html body .hot-service-visual svg.media-placeholder{width:20px!important;height:20px!important}html body .hot-service-row .hot-service-name{font-size:11px!important}html body :is(.hot-service-price,.hot-service-time){font-size:9px!important;padding:1.5px 3.5px!important}html body #we-are-reseller{--reseller-visible: 4 !important;--reseller-gap: 6px !important;padding:8px!important}#we-are-reseller .reseller-image .media-placeholder{width:24px!important;height:24px!important}#we-are-reseller .reseller-name{padding:5px 2px!important;font-size:9.5px!important}html body .ihome-block[data-hb-key=ticker]{margin:0 0 5px!important}html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar,html body .ihome-page .marquee-section.os-textbar,html body .marquee-section.os-textbar{height:40px!important;min-height:40px!important;max-height:40px!important;padding:0 8px!important;gap:6px!important;margin-bottom:0!important}html body .os-textbar-intro{display:none!important}html body .os-textbar .os-textbar-group{gap:6px!important;padding-right:6px!important}html body .os-textbar .m-item{min-height:28px!important;height:28px!important;max-height:28px!important;padding:0 9px!important;gap:5px!important;font-size:11.5px!important;font-weight:700!important;border-radius:6px!important}html body .os-textbar .m-item i{width:14px!important;height:14px!important;flex:0 0 14px!important;font-size:13px!important}}html body #site-updates-dialog .updates-close,html body #helpline-chat-dialog .helpline-close{width:32px!important;height:32px!important;border-radius:8px!important;border:1px solid transparent!important;background:transparent!important;box-shadow:none!important;color:#94a3b8!important;transition:all .2s ease!important}html body #site-updates-dialog .updates-close:hover,html body #site-updates-dialog .updates-close:focus-visible,html[data-mode=light] body #site-updates-dialog .updates-close:hover,html[data-mode=light] body #site-updates-dialog .updates-close:focus-visible,html[data-mode=dark] body #site-updates-dialog .updates-close:hover,html[data-mode=dark] body #site-updates-dialog .updates-close:focus-visible,html body #helpline-chat-dialog .helpline-close:hover,html body #helpline-chat-dialog .helpline-close:focus-visible,html[data-mode=light] body #helpline-chat-dialog .helpline-close:hover,html[data-mode=light] body #helpline-chat-dialog .helpline-close:focus-visible,html[data-mode=dark] body #helpline-chat-dialog .helpline-close:hover,html[data-mode=dark] body #helpline-chat-dialog .helpline-close:focus-visible{color:#ef4444!important;background:#ef44441f!important;border-color:transparent!important;border-radius:8px!important;transform:scale(1.06)!important}html body :is(.p-card-body,.bf-offer-body),html[data-mode] body :is(.p-card-body,.bf-offer-body){padding:8px 12px 10px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}html body :is(.p-card-title,.bf-offer-name,h3.bf-offer-name,h3.p-card-title,.hot-service-name),html body .product-card .p-card-title,html body .bf-offer-card .bf-offer-name,html[data-mode] body :is(.p-card-title,.bf-offer-name,.hot-service-name){display:-webkit-box!important;-webkit-line-clamp:2!important;line-clamp:2!important;-webkit-box-orient:vertical!important;box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:12px!important;line-height:16px!important;height:32px!important;max-height:32px!important;min-height:32px!important;margin:0 0 8px!important;padding:0!important;font-weight:500!important;word-break:break-word!important}html body .hot-service-name,html[data-mode] body .hot-service-name{font-weight:500!important;margin:0 0 4px!important}html body .p-card-meta,html[data-mode] body .p-card-meta{margin-top:auto!important;padding-top:8px!important;border-top:1px solid rgba(255,255,255,.08)!important}html[data-mode=light] body .p-card-meta{border-top-color:#e2e8f0!important}html body .bf-offer-foot,html[data-mode] body .bf-offer-foot{border-top:none!important;padding-top:0!important;margin-top:auto!important}html body .bf-offer-line{margin:8px 0 10px!important;height:1px!important;background:#ffffff14!important}html[data-mode=light] body .bf-offer-line{background:#e2e8f0!important}html body .xnav #main-navbar :is(.nav-hamburger,.nav-search-btn),html body .xnav #main-navbar :is(.nav-hamburger,.nav-search-btn):is(:hover,:focus,:active),html[data-mode=light] body .xnav #main-navbar :is(.nav-hamburger,.nav-search-btn),html[data-mode=dark] body .xnav #main-navbar :is(.nav-hamburger,.nav-search-btn){background:transparent!important;background-color:transparent!important;border:none!important;border-color:transparent!important;box-shadow:none!important}html body .xnav #main-navbar :is(.nav-hamburger,.nav-search-btn) i{color:#fff!important;font-size:22px!important}@media (max-width: 768px){:root{--nav-height: 54px !important}html body .xnav #main-navbar,html body .navbar,html body .navbar#main-navbar{height:54px!important;min-height:54px!important;max-height:54px!important}html body .nav-container{height:54px!important;min-height:54px!important;max-height:54px!important;padding:0 10px!important}html body .xnav #main-navbar .nav-logo-img{height:32px!important}html body .xnav #main-navbar :is(.nav-hamburger,.nav-search-btn){width:36px!important;height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media (max-width: 860px){html body .offer-section .bf-header{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:6px!important;padding-bottom:6px!important;border-bottom:1px solid var(--border, rgba(255, 255, 255, .08))!important;width:100%!important}html body .offer-section .bf-header__main{flex:0 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important}html body .offer-section .bf-mini-label,html[data-mode] body .offer-section .bf-mini-label{color:var(--theme-accent, var(--theme-accent))!important;font-size:8px!important;padding:2.5px 6px!important;gap:4px!important;border-radius:8px!important;letter-spacing:.04em!important;margin:0!important;white-space:nowrap!important;line-height:1!important;box-shadow:none!important}html body .offer-section .bf-mini-label:before,html[data-mode] body .offer-section .bf-mini-label:before{background:var(--theme-accent, var(--theme-accent))!important;width:4.5px!important;height:4.5px!important;border-radius:1.5px!important;flex:0 0 4.5px!important;box-shadow:none!important}html body .offer-section .bf-title{display:flex!important;flex-direction:row!important;align-items:center!important;gap:5px!important;margin:0!important;flex-wrap:nowrap!important;white-space:nowrap!important;line-height:1!important}html body .offer-section .bf-title span:first-child{font-size:13px!important;font-weight:800!important;white-space:nowrap!important;line-height:1!important}html body .offer-section .bf-title .bf-title__accent{padding:0!important;font-size:11px!important;font-weight:800!important;border-radius:0!important;white-space:nowrap!important;line-height:1.2!important;color:var(--theme-accent, var(--theme-accent))!important;-webkit-text-fill-color:var(--theme-accent, var(--theme-accent))!important;background:transparent!important;border:none!important;box-shadow:none!important;text-shadow:none!important;filter:none!important}html body .offer-section .bf-header__countdown-wrap,html[data-mode] body .offer-section .bf-header__countdown-wrap,html[data-mode=light] body .offer-section .bf-header__countdown-wrap,html[data-mode=dark] body .offer-section .bf-header__countdown-wrap{flex:0 0 auto!important;width:auto!important;max-width:-moz-max-content!important;max-width:max-content!important;box-sizing:border-box!important;padding:2px 6px!important;border-radius:6px!important;box-shadow:none!important}html body .offer-section .bf-countdown{display:flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important}html body .offer-section .bf-countdown__head{flex:0 0 auto!important;padding-right:4px!important;margin:0!important;display:flex!important;flex-direction:row!important;align-items:center!important;gap:0!important;border-right:1px solid var(--border, #252d36)!important}html body .offer-section .bf-countdown__label{font-size:8.5px!important;letter-spacing:0!important;display:inline-flex!important;align-items:center!important;gap:2px!important;line-height:1!important;font-weight:700!important;color:var(--text-main)!important}html body .offer-section .bf-countdown__label svg{width:9.5px!important;height:9.5px!important;color:var(--theme-accent, var(--theme-accent))!important}html body .offer-section .bf-countdown__label:after{content:none!important;display:none!important}html body .offer-section .bf-countdown__live{display:none!important}html body .offer-section .bf-countdown__timer{flex:0 0 auto!important;display:flex!important;align-items:center!important;gap:1px!important}html body .offer-section .bf-countdown__unit{min-height:auto!important;height:auto!important;padding:0 1px!important;border:none!important;background:transparent!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-width:16px!important;position:relative!important}html body .offer-section .bf-countdown__unit:not(:first-child){margin-left:5px!important;margin-right:0!important}html body .offer-section .bf-countdown__unit:not(:first-child):before,html body .offer-section .bf-countdown__unit:nth-child(n+2):before{content:":"!important;display:block!important;position:absolute!important;left:-3.5px!important;top:1px!important;transform:none!important;font-size:10px!important;font-weight:750!important;color:var(--text-muted, #94a3b8)!important;opacity:.7!important;line-height:1!important}html body .offer-section .bf-countdown__unit:after{content:none!important;display:none!important}html body .offer-section .bf-countdown__unit strong{font-size:10.5px!important;line-height:1!important;font-weight:800!important}html body .offer-section .bf-countdown__unit span{font-size:6px!important;margin-top:1px!important;letter-spacing:.01em!important;line-height:1!important;opacity:.65!important;text-transform:uppercase!important}html body .offer-section .bf-offers-track{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:12px!important}html body .offer-section .bf-offer-card{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:9px!important;padding:6px 9px!important;border-radius:12px!important;align-items:center!important;text-decoration:none!important;box-sizing:border-box!important;min-height:80px!important;box-shadow:0 1px 4px #0000000d!important}html body .offer-section .bf-offer-card:nth-child(n+6){display:grid!important}html[data-mode=light] body .offer-section .bf-offer-card{background:#fff!important;border:1px solid #e2e8f0!important}html[data-mode=dark] body .offer-section .bf-offer-card{background:#12171d!important;border:1px solid #252d36!important}html body .offer-section .bf-offer-visual{width:64px!important;min-width:64px!important;max-width:64px!important;height:64px!important;min-height:64px!important;max-height:64px!important;border-radius:10px!important;border:1px solid var(--border, #d8dee6)!important;display:flex!important;align-items:center!important;justify-content:center!important;position:relative!important;overflow:hidden!important;aspect-ratio:1 / 1!important;box-shadow:none!important}html[data-mode=light] body .offer-section .bf-offer-visual{background:#f1f5f9!important;border-color:#e2e8f0!important}html[data-mode=dark] body .offer-section .bf-offer-visual{background:#0d1217!important;border-color:#252d36!important}html body .offer-section .bf-offer-visual svg.media-placeholder,html body .offer-section .bf-offer-visual svg.image-placeholder{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;opacity:.8!important}html body .offer-section .bf-offer-card .bf-offer-visual>.bf-offer-off{display:inline-flex!important;position:absolute!important;top:3px!important;right:3px!important;left:auto!important;width:auto!important;min-width:0!important;max-width:calc(100% - 6px)!important;height:14px!important;min-height:14px!important;max-height:14px!important;padding:1px 3px!important;font-size:6.5px!important;font-weight:800!important;border-radius:3px!important;line-height:1!important;white-space:nowrap!important;flex-wrap:nowrap!important;z-index:2!important}html body .offer-section .bf-offer-body{padding:0!important;min-height:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:0!important;background:transparent!important;overflow:hidden!important;min-width:0!important}html body .offer-section .bf-offer-name{font-size:13px!important;line-height:1.35!important;font-weight:700!important;margin:0!important;padding:0!important;height:auto!important;min-height:0!important;max-height:36px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important}html[data-mode=light] body .offer-section .bf-offer-name{color:#172033!important}html[data-mode=dark] body .offer-section .bf-offer-name{color:#e6ebf1!important}html body .offer-section .bf-offer-line{display:none!important}html body .offer-section .bf-offer-foot{margin:3px 0 0!important;padding:4px 0 0!important;border-top:1px solid rgba(255,255,255,.08)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;flex-direction:row!important;flex-wrap:nowrap!important;width:100%!important}html[data-mode=light] body .offer-section .bf-offer-foot{border-top-color:#e2e8f0!important}html body .offer-section .bf-offer-meta{display:flex!important;flex-direction:row!important;align-items:center!important;gap:6px!important;flex-wrap:nowrap!important;min-width:0!important;flex:1!important}html body .offer-section .bf-offer-prices{display:inline-flex!important;flex-direction:row!important;align-items:baseline!important;gap:5px!important;flex-shrink:0!important}html body .offer-section .bf-offer-now{font-size:14px!important;font-weight:800!important;line-height:1!important;color:#0f172a!important;padding:0!important;background:transparent!important;white-space:nowrap!important}html[data-mode=dark] body .offer-section .bf-offer-now{color:#f8fafc!important;background:transparent!important}html body .offer-section .bf-offer-was{display:inline-block!important;font-size:10.5px!important;font-weight:600!important;line-height:1!important;color:#ef4444!important;text-decoration:line-through!important;opacity:.85!important;background:transparent!important;border:none!important;padding:0!important;min-height:auto!important;white-space:nowrap!important}html body .offer-section .bf-offer-was:before{content:none!important}html body .offer-section .bf-offer-time,html[data-mode=light] body .offer-section .bf-offer-time,html[data-mode=dark] body .offer-section .bf-offer-time{padding:4px 8px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:6px!important;font-size:10px!important;line-height:1!important;font-weight:600!important;color:#f0731d!important;white-space:nowrap!important;flex:0 0 auto!important}html[data-mode=dark] body .offer-section .bf-offer-time{background:#181e25!important;border:1px solid rgba(255,255,255,.08)!important}html[data-mode=light] body .offer-section .bf-offer-time{background:#fff7ed!important;border:1px solid #fed7aa!important}html body .offer-section .bf-offer-time svg{display:inline-block!important;width:12px!important;height:12px!important;stroke:#f0731d!important;color:#f0731d!important;stroke-width:1.8!important;flex-shrink:0!important}html body .offer-section .bf-offer-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;padding:4px 10px!important;font-size:0!important;border-radius:6px!important;white-space:nowrap!important;flex-shrink:0!important;height:26px!important;min-height:26px!important;min-width:auto!important;width:auto!important;background:var(--theme-accent, var(--theme-accent))!important;color:#fff!important;border:1px solid var(--theme-accent, var(--theme-accent))!important;box-shadow:none!important}html body .offer-section .bf-offer-btn:before{content:"Order"!important;font-size:10px!important;font-weight:700!important;line-height:1!important;color:#fff!important}html body .offer-section .bf-offer-btn:hover{background:var(--theme-accent-hover, var(--theme-accent-hover))!important;border-color:var(--theme-accent-hover, var(--theme-accent-hover))!important}html body .offer-section .bf-offer-arrow{display:inline-block!important;width:10px!important;height:10px!important}html body .offer-section .bf-offer-visual:after,html body .offer-section .bf-offer-visual:before,html[data-mode] body .offer-section .bf-offer-visual:after,html[data-mode] body .offer-section .bf-offer-visual:before{display:none!important;content:none!important;background:none!important;box-shadow:none!important}}html body :is(.cta-banner,.cta-banner--support,[data-hb-key=support]){display:none!important}html body :is(.ihome-product-showcase,.ihome-product-showcase.ihome-block,[data-hb-key=products]){display:flex!important;flex-direction:column!important;gap:var(--home-section-gap, 30px)!important}html body :is(#hero-products,#hero-services){margin-bottom:0!important}html body :is(.service-tabs,#hero-products,#hero-services),html[data-mode] body :is(.service-tabs,#hero-products,#hero-services){padding:20px!important;border-radius:16px!important;transition:background-color .25s ease,border-color .25s ease!important;box-sizing:border-box!important;margin-bottom:0!important}html[data-mode=light] body :is(.service-tabs,#hero-products,#hero-services){background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:none!important}html[data-mode=dark] body :is(.service-tabs,#hero-products,#hero-services),html.dark body :is(.service-tabs,#hero-products,#hero-services){background:#0b1016!important;border:1px solid #252d36!important;box-shadow:none!important}@media (max-width: 860px){html body :is(.service-tabs,#hero-products,#hero-services),html[data-mode] body :is(.service-tabs,#hero-products,#hero-services){padding:13px 14px 16px!important;border-radius:16px!important}}@media (max-width: 480px){html body :is(.service-tabs,#hero-products,#hero-services),html[data-mode] body :is(.service-tabs,#hero-products,#hero-services){padding:11px 11px 14px!important;border-radius:14px!important}}html body .service-tabs__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin-bottom:18px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding-bottom:0!important;position:relative!important}html[data-mode=light] body .service-tabs__header{border-bottom:1px solid #e2e8f0!important}html[data-mode=dark] body .service-tabs__header{border-bottom:1px solid #252d36!important}html body .service-tabs__list{display:flex!important;align-items:center!important;gap:14px!important;min-width:0!important}html body button.service-tabs__tab{position:relative!important;flex-shrink:0!important;min-height:38px!important;padding:6px 2px 13px!important;margin-bottom:-1px!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#8994a3!important;font-family:inherit!important;font-size:14.5px!important;font-weight:700!important;line-height:1.3!important;white-space:nowrap!important;cursor:pointer!important;display:inline-flex!important;align-items:center!important;gap:5px!important;transition:color .22s ease!important}html body button.service-tabs__tab i{font-size:15px!important;opacity:.75!important;transition:color .22s ease,opacity .22s ease!important}html body button.service-tabs__tab:not([aria-selected=true]):hover{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body button.service-tabs__tab:not([aria-selected=true]):hover i{opacity:1!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body button.service-tabs__tab[aria-selected=true],html body button.service-tabs__tab[aria-selected=true]:hover,html[data-mode=dark] body button.service-tabs__tab[aria-selected=true],html[data-mode=dark] body button.service-tabs__tab[aria-selected=true]:hover{color:#f8fafc!important}html[data-mode=light] body button.service-tabs__tab[aria-selected=true],html[data-mode=light] body button.service-tabs__tab[aria-selected=true]:hover{color:#0f172a!important}html body button.service-tabs__tab[aria-selected=true] i,html body button.service-tabs__tab[aria-selected=true]:hover i{opacity:1!important;color:var(--theme-accent, var(--theme-accent))!important}html body button.service-tabs__tab:after{content:""!important;position:absolute!important;left:0!important;right:0!important;bottom:-1px!important;height:3.5px!important;border-radius:999px!important;background:var(--theme-accent, var(--theme-accent))!important;transform:scaleX(0)!important;transform-origin:center!important;opacity:0!important;transition:transform .22s ease,opacity .22s ease!important;box-shadow:none!important;pointer-events:none!important;z-index:2!important}html body button.service-tabs__tab:hover:after,html body button.service-tabs__tab[aria-selected=true]:after{transform:scaleX(1)!important;opacity:1!important;box-shadow:none!important}html body :is(.service-tabs__header,.service-tabs__list,button.service-tabs__tab,.service-tabs__view-all,a.view-all){box-shadow:none!important;text-shadow:none!important;filter:none!important}html body :is(.service-tabs__view-all,a.view-all){display:inline-flex!important;align-items:center!important;gap:5px!important;font-size:12.5px!important;font-weight:600!important;color:var(--mode-muted, #8994a3)!important;padding:2px 0!important;margin-bottom:3px!important;border-radius:0!important;border:none!important;background:transparent!important;box-shadow:none!important;text-decoration:none!important;white-space:nowrap!important;flex-shrink:0!important;transition:color .2s ease!important}html body :is(.service-tabs__view-all,a.view-all):hover{background:transparent!important;border:none!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body :is(.service-tabs__view-all,a.view-all) i{font-size:13px!important;display:inline-block!important;color:inherit!important;transition:transform .2s ease,color .2s ease!important}html body :is(.service-tabs__view-all,a.view-all):hover i{transform:translate(3px)!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}@media (max-width: 768px){html body .service-tabs__header{gap:12px!important;margin-bottom:14px!important;padding-bottom:0!important}html body .service-tabs__list{gap:16px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:1px!important}html body button.service-tabs__tab{font-size:12.5px!important;min-height:auto!important;padding:5px 0 13px!important;gap:4.5px!important}html body button.service-tabs__tab i{font-size:14px!important}html body :is(.service-tabs__view-all,a.view-all){font-size:11.5px!important;padding:2px 0!important;border-radius:0!important;border:none!important;background:transparent!important;gap:4px!important}}@media (min-width: 1025px){html body :is(.product-grid,.product-grid--six,.products-grid,.service-grid,.cards-container,.service-tabs .product-grid,.ihome-product-showcase .product-grid){display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:16px!important}html body .offer-section .bf-offers-track{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important}}@media (max-width: 768px){html body .mega-footer{margin-top:16px!important;padding-top:12px!important;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;width:100%!important}html body .mf-container,html body .mega-footer .mf-container{padding-top:0!important;padding-left:16px!important;padding-right:16px!important;box-sizing:border-box!important;max-width:100%!important;width:100%!important}html body .mf-compact-row{margin-top:0!important;padding-top:0!important;padding-bottom:12px!important;gap:12px!important;width:100%!important}html body .mf-compact-brand{width:100%!important;max-width:100%!important;min-width:0!important;flex:1 1 100%!important;gap:8px!important;margin:0!important;padding:0!important}html body .mf-bottom{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:12px!important;padding:12px 12px 16px!important;box-sizing:border-box!important}html body .mf-payments{order:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:6px!important}html body .mf-copy{order:2!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;font-size:12px!important}html body .mf-copy-rights{display:none!important}html body .mf-copy-line{font-size:12px!important;margin:0!important}html body .mf-copy-line:after{content:"."!important;margin-right:4px!important}html body .mf-powered{font-size:12px!important;margin-left:4px!important}html body .mf-brand-logo-row{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:8px!important;box-sizing:border-box!important}html body .mf-compact-logo{height:36px!important;max-height:36px!important;width:auto!important;max-width:160px!important;-o-object-fit:contain!important;object-fit:contain!important;flex-shrink:0!important}html body .mf-tp-short{display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:5px 8px!important;border-radius:6px!important;background:#00b67a!important;white-space:nowrap!important;flex-shrink:0!important;max-width:none!important;box-sizing:border-box!important}html body .mf-tp-short-head,html body .mf-tp-short-foot{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:5px!important;width:auto!important}html body .mf-tp-short-label{display:inline-block!important;font-size:7.5px!important;font-weight:700!important;letter-spacing:.02em!important}html body .mf-tp-short-stars{font-size:8.5px!important;gap:1px!important}html body .mf-tp-short-brand{font-size:9.5px!important;font-weight:800!important;white-space:nowrap!important}html body .mf-tp-short-score{font-size:9px!important;font-weight:800!important;margin-left:2px!important;white-space:nowrap!important}html body .mf-compact-bar{padding:14px 12px!important;width:100%!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;align-items:center!important}html body .mf-trust-features{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-items:center!important;justify-content:center!important;row-gap:16px!important;-moz-column-gap:10px!important;column-gap:10px!important;width:100%!important;margin:0 auto!important}html body .mf-trust-item{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important;width:100%!important;max-width:155px!important}html body .mf-trust-icon{width:26px!important;height:26px!important;font-size:13px!important;flex-shrink:0!important}html body .mf-trust-title{font-size:11px!important;line-height:1.2!important}html body .mf-trust-sub{font-size:9px!important;line-height:1.2!important}}html body .trending-box-section{background:#12171d!important;border:1px solid #252d36!important;border-radius:8px!important;padding:15px!important;margin:var(--home-section-gap, 30px) 0 0!important;box-sizing:border-box!important;width:100%!important}html[data-mode=light] body .trending-box-section{background:#fff!important;border:1px solid #d8dee6!important;box-shadow:none!important}html body .trending-box-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding-bottom:14px!important;margin-bottom:16px!important;border-bottom:1px solid #252d36!important}html[data-mode=light] body .trending-box-header{border-bottom-color:#e2e8f0!important}html body .trending-heading{display:flex!important;align-items:center!important;gap:10px!important}html body :is(.trending-section-icon,#we-are-reseller .reseller-section-icon,.offer-title-icon){display:grid!important;place-items:center!important;width:26px!important;height:26px!important;flex:0 0 26px!important;border:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 25%,transparent)!important;border-radius:6px!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,transparent)!important;color:var(--theme-accent, var(--theme-accent))!important}html body :is(.trending-section-icon,#we-are-reseller .reseller-section-icon,.offer-title-icon) svg{width:15px!important;height:15px!important}html[data-mode=light] body :is(.trending-section-icon,#we-are-reseller .reseller-section-icon,.offer-title-icon){background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 8%,transparent)!important;border:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 20%,transparent)!important;color:var(--theme-accent, var(--theme-accent))!important}html body .offer-section .bf-title{display:inline-flex!important;align-items:center!important;gap:10px!important}html body .trending-heading h2{margin:0!important;color:#fff!important;font-size:18px!important;font-weight:650!important;line-height:1.3!important;letter-spacing:-.02em!important;text-transform:uppercase!important}html[data-mode=light] body .trending-heading h2{color:#0f172a!important}html body .trending-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;width:100%!important}html body .trending-card{display:flex!important;align-items:center!important;gap:8px!important;padding:8px 10px!important;border-radius:10px!important;background:#12171d!important;border:1px solid #252d36!important;text-decoration:none!important;transition:border-color .18s ease,background .18s ease!important;box-sizing:border-box!important;min-width:0!important;box-shadow:none!important}html body .trending-card:before,html body .trending-card:after{display:none!important;content:none!important}html[data-mode=light] body .trending-card{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:none!important}html body .trending-card:is(:hover,:focus-visible){transform:none!important;border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#12171d)!important;box-shadow:none!important}html[data-mode=light] body .trending-card:is(:hover,:focus-visible){transform:none!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#ffffff)!important;border-color:var(--theme-accent, var(--theme-accent))!important;box-shadow:none!important}html body .trending-icon-badge{width:38px!important;height:38px!important;border-radius:8px!important;background:#0d1217!important;border:1px solid #252d36!important;color:var(--theme-accent, var(--theme-accent))!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}html[data-mode=light] body .trending-icon-badge{background:#f8fafc!important;border:1px solid #e2e8f0!important;color:var(--theme-accent, var(--theme-accent))!important}html body .trending-icon-badge svg.media-placeholder,html body .trending-icon-badge svg,html body .trending-card:is(:hover,:focus-visible) .trending-icon-badge svg.media-placeholder,html body .trending-card:is(:hover,:focus-visible) .trending-icon-badge svg{width:20px!important;height:20px!important;color:var(--theme-accent, var(--theme-accent))!important}html body .trending-info{display:flex!important;flex-direction:column!important;min-width:0!important;flex:1 1 auto!important;width:auto!important;margin-right:4px!important}html body .trending-name{font-size:13.5px!important;font-weight:750!important;color:#fff!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.25!important}html[data-mode=light] body .trending-name{color:#0f172a!important}html body .trending-sub{font-size:11px!important;color:#ffffffa6!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;line-height:1.3!important;margin-top:1px!important;letter-spacing:-.15px!important;width:100%!important}html[data-mode=light] body .trending-sub{color:#64748b!important}html body .trending-arrow{color:#fff6!important;flex-shrink:0!important;margin-left:auto!important;transition:transform .16s ease,color .16s ease!important}html[data-mode=light] body .trending-arrow{color:#94a3b8!important}html body .trending-card:hover .trending-arrow{transform:translate(2px)!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}@media (max-width: 1200px){html body .trending-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 768px){html body .trending-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}html body .trending-box-section{padding:14px 12px!important;margin:16px 0!important}}html[data-mode=dark] .xhome-shell:has(.ihome-page){--home-hover-accent: color-mix(in srgb, var(--theme-accent, #8b5cf6) 55%, #fff)}html body :is(.image-placeholder,.media-placeholder,.eye-bar-pic svg,.p-card-visual svg,.hot-service-visual svg,.reseller-image svg,.trending-icon-badge svg,.ih3-act-card-visual svg){color:var(--theme-accent, var(--theme-accent))!important;stroke:currentColor!important}html body :is(.image-placeholder,.media-placeholder,.eye-bar-pic svg,.p-card-visual svg,.hot-service-visual svg,.reseller-image svg,.trending-icon-badge svg,.ih3-act-card-visual svg) :is(path,rect,circle,line,polyline,polygon,g){stroke:currentColor!important}html body :is(a,button,[role=button],.product-card,.bf-offer-card,.reseller-card,.hot-service-row,.ih3-act-card-shell,a.hot-service-row,.hot-service-list li,.trending-card,.p-card-visual,.hot-service-visual,.product-image,.eye-bar-btn,.eye-bar-pic,.ih3-act-card,.ih3-act-card-visual):is(:hover,:focus-visible,:focus-within,.touch-active,[aria-expanded=true]) :is(svg,.media-placeholder,.image-placeholder,i,path,rect,circle){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;stroke:currentColor!important}html body :is(a,button,[role=button],.product-card,.bf-offer-card,.reseller-card,.hot-service-row,.ih3-act-card-shell,a.hot-service-row,.hot-service-list li,.trending-card,.p-card-visual,.hot-service-visual,.product-image,.eye-bar-btn,.eye-bar-pic,.ih3-act-card,.ih3-act-card-visual):is(:hover,:focus-visible,:focus-within,.touch-active,[aria-expanded=true]) :is(svg,.media-placeholder,.image-placeholder) :is(path,rect,circle,line,polyline,polygon,g){stroke:currentColor!important}html body :is(#we-are-reseller,.reseller-section) .reseller-card:is(:hover,:focus-visible),html body .reseller-card:is(:hover,:focus-visible){border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#12171d)!important;box-shadow:0 4px 14px #00000040!important;transform:none!important}html[data-mode=light] body :is(#we-are-reseller,.reseller-section) .reseller-card:is(:hover,:focus-visible),html[data-mode=light] body .reseller-card:is(:hover,:focus-visible){border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#ffffff)!important;box-shadow:0 4px 14px #0f172a14!important;transform:none!important}html body :is(#we-are-reseller,.reseller-section) .reseller-card:is(:hover,:focus-visible) :is(.media-placeholder,svg){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body aside.announcement-bar,html:not([data-mode=light]) body aside.announcement-bar,html[data-mode=dark] body aside.announcement-bar{background:var(--xh-page-bg, #0b0f14)!important;border-bottom:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 20%,#252d36)!important;color:var(--mode-text, #f8fafc)!important}html[data-mode=light] body aside.announcement-bar{background:var(--xh-page-bg, #f4f6f8)!important;border-bottom:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 20%,#d8dee6)!important;color:var(--mode-text, #0f172a)!important}html body aside.announcement-bar :is(.announcement-message,.announcement-message strong,span){color:inherit!important}html body aside.announcement-bar .announcement-label{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:var(--theme-accent, var(--theme-accent))!important;padding:0 4px!important}html body :is(.os-textbar,.marquee-section) .m-item :is(i,svg,span.m-item-icon){color:var(--theme-accent, var(--theme-accent))!important}html[data-mode=dark] body .os-textbar .m-item :is(i,svg,span.m-item-icon){color:color-mix(in srgb,var(--theme-accent, #8b5cf6) 55%,#fff)!important}html body :is(.os-textbar,.marquee-section) .m-item:is(:hover,:focus-visible){border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 15%,#12171d)!important}html[data-mode=light] body :is(.os-textbar,.marquee-section) .m-item:is(:hover,:focus-visible){background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 12%,#ffffff)!important}html body :is(.os-textbar,.marquee-section) .m-item:is(:hover,:focus-visible) :is(i,svg,span.m-item-icon,span.m-item-text,span){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) :is(.ih3-act-card-shell,.ih3-act-card-visual,.ih3-card-surface,.ih3-card-info,.ih3-card-outline){transition:border-color .2s ease,background .2s ease,stroke .2s ease,color .2s ease,box-shadow .2s ease!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) :is(.ih3-card-outline,.ih3-slot-outline){stroke:var(--theme-accent, var(--theme-accent))!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-act-card:is(:hover,:focus-visible,[data-pos="0"]) :is(.ih3-card-outline,.ih3-slot-outline){stroke:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-card-halo{display:none!important;filter:none!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-act-card-shell:is(:hover,:focus-visible,.active,[data-active=true]){border-color:var(--theme-accent, var(--theme-accent))!important;box-shadow:none!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell *,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell:before,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell:after,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell *:before,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell *:after{background-image:none!important;box-shadow:none!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge{--badge-fill: var(--theme-accent, #6d28d9);--badge-ink: var(--theme-accent-contrast, #ffffff);top:calc(var(--visual-h) - 18px)!important;left:0!important;width:220px;max-width:100%;height:34px;display:flex;align-items:center;gap:8px;padding:0 16px;box-sizing:border-box;border:0;border-radius:0!important;background:linear-gradient(90deg,var(--badge-fill) 0%,var(--badge-fill) 15%,color-mix(in srgb,var(--badge-fill) 96%,transparent) 27%,color-mix(in srgb,var(--badge-fill) 84%,transparent) 39%,color-mix(in srgb,var(--badge-fill) 66%,transparent) 51%,color-mix(in srgb,var(--badge-fill) 44%,transparent) 64%,color-mix(in srgb,var(--badge-fill) 23%,transparent) 76%,color-mix(in srgb,var(--badge-fill) 7%,transparent) 88%,transparent 100%)!important;color:var(--badge-ink)!important;filter:none!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge .ih3-card-badge-inner{display:inline-flex!important;align-items:center;justify-content:flex-start;gap:8px!important;min-height:0!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:800!important;line-height:1!important;box-sizing:border-box;border-radius:0!important;background:transparent!important;color:var(--badge-ink)!important;text-shadow:none!important;filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge:before,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge:after,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge-inner:before,html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge-inner:after{content:none!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge .ih3-card-badge-inner .ih3-card-badge-icon{width:16px;height:16px;flex:0 0 16px;stroke-width:2.2!important;margin:0!important;color:var(--badge-ink)!important;stroke:currentColor!important}@media (min-width: 769px){html body #hero-section-3 .hero-copy .hero-kicker{translate:0 -10px}}html body #hero-section-3 .ih3-act-card-shell .ih3-act-card-visual{height:calc(var(--visual-h) + 16px)!important}html body #hero-section-3 .ih3-act-card-shell .ih3-card-info{top:calc(var(--visual-h) + 16px)!important;padding-top:10px!important;gap:5px!important}html body #hero-section-3 .ih3-act-card-shell .ih3-card-name{margin-top:0!important;font-size:19px!important;line-height:1.2!important}html body #hero-section-3 .ih3-act-card-shell .ih3-card-subtitle{font-size:13px!important;line-height:1.4!important}@media (max-width: 768px){html body #hero-section-3 .hero-copy #heroDynamicSubtitle{font-size:20px!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge{top:var(--visual-h)!important;width:70%;height:22px;padding:0 12px}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge .ih3-card-badge-inner{font-size:7px!important;gap:6px!important}html body #hero-section-3 .ih3-act-card .ih3-act-card-shell .ih3-card-badge .ih3-card-badge-inner .ih3-card-badge-icon{display:block!important;position:static!important;width:12px!important;height:12px!important;flex:0 0 12px!important;opacity:1!important;visibility:visible!important;transform:none!important}html body #hero-section-3 .ih3-act-card-shell .ih3-act-card-visual{height:calc(var(--visual-h) + 22px)!important}html body #hero-section-3 .ih3-act-card-shell .ih3-card-info{top:calc(var(--visual-h) + 22px)!important;padding-top:8px!important}html body #hero-section-3 .ih3-act-card-shell .ih3-card-name{font-size:14px!important;font-weight:500!important}html body #hero-section-3 .ih3-act-card-shell .ih3-card-subtitle{font-size:10px!important}}html body #hero-section-3 .ih3-card-info,html[data-mode=dark] body #hero-section-3 .ih3-card-info{background:#12171d!important;border-top:1px solid #252d36!important}html[data-mode=light] body #hero-section-3 .ih3-card-info{background:#fff!important;border-top:1px solid #d8dee6!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-act-card:is(:hover,:focus-visible,[data-pos="0"]) .ih3-card-info{border-top-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 8%,#12171d)!important}html[data-mode=light] body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-act-card:is(:hover,:focus-visible,[data-pos="0"]) .ih3-card-info{border-top-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 8%,#ffffff)!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-act-card:is(:hover,:focus-visible) .ih3-card-name{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) :is(.ih3-badge,.ih3-card-tag,.ih3-hero-pill){background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 15%,transparent)!important;border:1px solid color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 35%,transparent)!important;color:var(--theme-accent, var(--theme-accent))!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) :is(.ih3-act-card-visual,.ih3-hero-tool,.ih3-act-card-visual--icon,.ih3-card-surface,.ih3-act-card-shell,.ih3-act-card) :is(svg,.media-placeholder,.image-placeholder,i){color:var(--theme-accent, var(--theme-accent))!important;stroke:currentColor!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) :is(.ih3-act-card-visual,.ih3-hero-tool,.ih3-act-card-visual--icon,.ih3-card-surface,.ih3-act-card-shell,.ih3-act-card) :is(svg,.media-placeholder,.image-placeholder) :is(path,rect,circle,line,polyline,polygon,g){stroke:currentColor!important}html body :is(#hero-section-3,.ih3-hero-section,.ihome-block[data-hb-key=hero]) .ih3-act-card:is(:hover,:focus-visible,[data-pos="0"]) :is(.ih3-act-card-visual,.ih3-hero-tool,.ih3-act-card-visual--icon,.ih3-card-surface,.ih3-act-card-shell,.ih3-act-card) :is(svg,.media-placeholder,.image-placeholder,i){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;stroke:currentColor!important}html body .hot-service-column:hover>.hot-service-column__head .media-placeholder,html body .hot-service-column:hover>.hot-service-column__head svg,html body .hot-service-column__head:hover .media-placeholder,html body .hot-service-column__head:hover svg{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;opacity:1!important}html body .hot-service-column:hover>.hot-service-column__head .hot-service-column__label,html body .hot-service-column__head:hover .hot-service-column__label{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body .reseller-viewport:before,html body .reseller-viewport:after{pointer-events:none!important}html body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone],[inert]),html body .reseller-card{pointer-events:auto!important;transition:border-color .18s ease,background .18s ease,color .18s ease!important}html body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible),html body :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible){transform:none!important;border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#12171d)!important;box-shadow:none!important}html[data-mode=light] body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible),html[data-mode=light] body :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible){transform:none!important;border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#ffffff)!important;box-shadow:none!important}html body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) .reseller-image,html body :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) .reseller-image{border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 18%,#0d1217)!important}html[data-mode=light] body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) .reseller-image,html[data-mode=light] body :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) .reseller-image{border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 14%,#f8fafc)!important}html body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) :is(.media-placeholder,.image-placeholder,svg,i),html body :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) :is(.media-placeholder,.image-placeholder,svg,i){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;opacity:1!important}html body :is(#we-are-reseller,.reseller-section,.reseller-track,.reseller-viewport) :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) :is(.reseller-name,.os-reseller-card__name),html body :is(.reseller-card,[data-reseller-clone]):is(:hover,:focus-visible) :is(.reseller-name,.os-reseller-card__name){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html body :is(.hot-service-row,a.hot-service-row){transition:border-color .18s ease,background .18s ease,color .18s ease!important}html body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible){transform:none!important;border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#12171d)!important;box-shadow:none!important}html[data-mode=light] body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible){transform:none!important;border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 10%,#ffffff)!important;box-shadow:none!important}html body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible) :is(.hot-service-visual,.hot-service-mark){border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 18%,#0d1217)!important}html[data-mode=light] body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible) :is(.hot-service-visual,.hot-service-mark){border-color:var(--theme-accent, var(--theme-accent))!important;background:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 14%,#f8fafc)!important}html body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible) :is(.media-placeholder,.image-placeholder,svg,i){color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;opacity:1!important}html body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible) .hot-service-name{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important}html[data-mode=dark] body :is(.hot-service-row,a.hot-service-row):is(:hover,:focus-visible) .hot-service-name{color:color-mix(in srgb,var(--theme-accent, #8b5cf6) 55%,#fff)!important;text-decoration-color:currentColor}html body :is(#we-are-reseller h2,#we-are-reseller #reseller-section-title,.trending-heading h2,.offer-section .bf-title span,button.service-tabs__tab,.service-tabs__tab){font-size:16px!important}@media (max-width: 768px){html body :is(#we-are-reseller h2,#we-are-reseller #reseller-section-title,.trending-heading h2,.offer-section .bf-title span,button.service-tabs__tab,.service-tabs__tab){font-size:12px!important}}html body :is(.reseller-header,.trending-box-header){min-height:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:18px!important;padding-bottom:0!important;box-sizing:border-box!important}@media (max-width: 768px){html body :is(.reseller-header,.trending-box-header){min-height:36px!important;height:36px!important;margin-bottom:14px!important;padding-bottom:0!important}}@media (max-width: 768px){html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-grid.product-grid--six{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:7px!important;width:100%!important;margin:0!important;padding:0!important}html[data-mode] body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card:nth-child(-n+6){display:flex!important}html[data-mode] body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card:nth-child(n+7){display:none!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card{grid-template-columns:none!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;width:100%!important;min-width:0!important;min-height:0!important;height:auto!important;padding:0!important;overflow:hidden!important;border-radius:8px!important;box-shadow:none!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-visual{flex:0 0 clamp(74px,23vw,104px)!important;width:100%!important;min-width:0!important;max-width:none!important;height:clamp(74px,23vw,104px)!important;min-height:74px!important;max-height:104px!important;margin:0!important;padding:0!important;border:0!important;border-bottom:1px solid var(--border, #d8dee6)!important;border-radius:0!important;aspect-ratio:auto!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-visual :is(svg.image-placeholder,.image-placeholder,i){width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;justify-content:space-between!important;gap:6px!important;width:100%!important;min-width:0!important;padding:7px!important;overflow:hidden!important;background:transparent!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-title{display:-webkit-box!important;min-height:32px!important;max-height:32px!important;margin:0!important;padding:0!important;overflow:hidden!important;color:var(--text-main, #e6ebf1)!important;font-size:12px!important;font-weight:500!important;line-height:1.3!important;letter-spacing:0!important;white-space:normal!important;text-overflow:ellipsis!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important;width:100%!important;min-width:0!important;margin:auto 0 0!important;padding:6px 0 0!important;border-top:1px solid var(--border, #d8dee6)!important;flex-flow:row nowrap!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-price{flex-shrink:0!important;padding:0!important;color:var(--text-main, #e6ebf1)!important;background:transparent!important;font-size:12px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;min-width:0!important;padding:3px 4px!important;overflow:hidden!important;border:1px solid rgba(240,115,29,.28)!important;border-radius:5px!important;color:#f0731d!important;background:#181e25!important;font-size:7.5px!important;font-weight:500!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time-icon,html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time-icon svg{display:inline-flex!important;flex:0 0 9px!important;width:9px!important;height:9px!important;color:#f0731d!important;stroke:#f0731d!important}html[data-mode=light] body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time{color:#f0731d!important;background:#fff7ed!important;border-color:#fed7aa!important}html[data-mode=dark] body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time{color:#f0731d!important;background:#181e25!important;border-color:#f0731d47!important}html[data-mode] body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time svg :is(circle,path,rect,line){stroke:#f0731d!important}}@media (max-width: 360px){html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-grid.product-grid--six{gap:5px!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-body{padding:6px!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-title{font-size:12px!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-price{font-size:11px!important}html body .ihome-product-showcase.ihome-block .service-tabs__panel .product-card .p-card-time{max-width:48px!important;padding-inline:3px!important;font-size:7px!important}}@media (max-width: 768px){html body .ihome-page{--home-section-gap: 10px !important;display:flex!important;flex-direction:column!important;gap:10px!important}html body .ihome-page>.ihome-block,html body .ihome-page>.section-container.section-container:not(.os-textbar):not(.marquee-section),html body .ihome-page>#we-are-reseller,html body .ihome-page>.trending-box-section,html body #app .xhome-shell .ihome-page.ihome-page>*{margin-top:0!important;margin-bottom:0!important}html body .ihome-page>.ihome-product-showcase.ihome-block{gap:10px!important}}html.theme-initializing *,html.theme-initializing *:before,html.theme-initializing *:after{animation:none!important;transition:none!important}html[data-mode=dark]{color-scheme:dark;--xh-page-bg: #0b0f14;--bg-dark: #0b0f14;--bg-panel: #10151a;--bg-card: #171c22;--bg-elevated: #20262e;--text-main: #e6e8eb;--text-muted: #8c95a1;--text-muted-2: #69717c;--border: #343c45;--box-hover-bg: #1b2128;--box-hover-border: #4a5562;--primary: var(--theme-accent, var(--theme-accent));--primary-hover: color-mix(in srgb, var(--primary) 85%, #000);--card-border: #2d3440}html[data-mode=light]{color-scheme:light;--xh-page-bg: #f4f6f8;--bg-dark: #f4f6f8;--bg-panel: #ffffff;--bg-card: #ffffff;--bg-elevated: #eef2f6;--text-main: #172033;--text-muted: #64748b;--text-muted-2: #94a3b8;--border: #d8dee6;--box-hover-bg: #f8fafc;--box-hover-border: #c4ccd7;--card-hover-border: color-mix(in srgb, var(--theme-accent) 62%, #cbd5e1);--primary: var(--theme-accent, var(--theme-accent));--primary-hover: color-mix(in srgb, var(--primary) 85%, white);--card-border: #e2e8f0}html[data-mode=light] :is(.p-card-visual,.bf-offer-visual,.hot-service-visual,.hot-service-column__head,.reseller-image){background:var(--bg-card, #ffffff)!important;border-color:var(--border)!important}html[data-mode=light] :is(.product-card:hover,.bf-offer-card:hover,.hot-service-row:hover,.reseller-card:hover){border-color:#d8dee6!important;box-shadow:0 8px 22px #1e293b14!important}html[data-mode=light] .product-grid--six{--pc-line: rgba(148, 163, 184, .1);--pc-info-bg: var(--bg-card, #ffffff)}html.theme-transitioning body,html.theme-transitioning .xhome-shell{transition:background-color .28s ease,border-color .28s ease,color .28s ease!important}html[data-mode=light] body,html[data-mode=light] .xhome-shell,html[data-mode=dark] body,html[data-mode=dark] .xhome-shell{background:var(--xh-page-bg)!important;color:var(--text-main)!important}html body .ih-latest-section .ih-latest-card:is(:hover,:focus-visible){border-color:var(--home-hover-accent, var(--theme-accent));background:var(--bg-card)}html body .ih-latest-section .ih-latest-card:is(:hover,:focus-visible) .ih-latest-card__name{color:var(--home-hover-accent, var(--theme-accent))!important}html body .ihome-product-block .ihome-product-block__icon{width:36px!important;height:36px!important;flex:0 0 36px!important;border-radius:8px!important;color:var(--theme-accent)!important;background:rgba(var(--theme-accent-rgb),.1)!important;border-color:rgba(var(--theme-accent-rgb),.24)!important}html body .ihome-product-block .ihome-product-block__icon i,html body .ihome-product-block .ihome-product-block__icon svg{width:18px!important;height:18px!important;font-size:18px!important}html body .offer-section{--bf-accent: var(--theme-accent);--bf-accent-light: var(--theme-accent);padding:20px;border:1px solid #252d36;border-radius:10px!important;background:#0b1016;box-shadow:none}html body .offer-section:before,html body .offer-section:after,html body .offer-section .bf-header__countdown-wrap:before,html body .offer-section .bf-header__countdown-wrap:after{display:none}html body .offer-section .bf-header{gap:18px;padding-bottom:0;border-bottom:0}html body .offer-section .bf-header__main{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;-moz-column-gap:10px;column-gap:10px;row-gap:5px}html body .offer-section .bf-mini-label{color:var(--theme-accent);font-size:9px;margin:0;letter-spacing:.08em}html body .offer-section .bf-mini-label:before{box-shadow:none}html body .offer-section .bf-title,html body .offer-section .bf-title span{color:#f8fafc;font-size:21px;line-height:1.2;font-weight:750;letter-spacing:-.45px}html body .offer-section .bf-title{display:flex;align-items:center;flex-wrap:wrap;gap:8px;text-transform:none}html body .offer-section .bf-title .bf-title__accent{position:relative;display:inline-flex;align-items:center;overflow:hidden;padding:0;border:none;border-radius:0!important;background:transparent;color:var(--theme-accent, var(--theme-accent));-webkit-text-fill-color:var(--theme-accent, var(--theme-accent));font-size:13px;font-weight:750;letter-spacing:.06em}html body .offer-section .bf-header__countdown-wrap{min-width:0;width:340px;max-width:100%;box-sizing:border-box;padding:8px 10px;background:#10151b;border:1px solid #252d36;border-radius:10px!important;box-shadow:none}html body .offer-section .bf-countdown{display:flex;flex-direction:row;align-items:center;gap:12px}html body .offer-section .bf-countdown__head{flex:0 0 auto;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;margin:0;padding-right:12px;border-right:1px solid #252d36}html body .offer-section .bf-countdown__timer{flex:1;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}html body .offer-section .bf-countdown__label{color:#e6ebf1;font-size:10px;text-transform:none;letter-spacing:.01em}html body .offer-section .bf-countdown__label svg{color:var(--theme-accent, var(--theme-accent))}html body .offer-section .bf-countdown__live,html body .offer-section .bf-countdown__unit span{color:#929ca7;font-size:9px;letter-spacing:.04em}html body .offer-section .bf-countdown__unit{min-height:38px;background:transparent;border:0;border-radius:0!important;overflow:visible}html body .offer-section .bf-countdown__unit:after{display:none}html body .offer-section .bf-countdown__unit:nth-child(n+3):before{content:":";position:absolute;left:-5px;top:1px;color:#929ca7;font-size:14px;font-weight:700;line-height:18px}html body .offer-section .bf-countdown__unit span{margin-top:4px;font-size:8px}html body .offer-section .bf-countdown__live{padding:3px 7px;color:#86efac;background:#22c55e14;border:1px solid rgba(34,197,94,.2);border-radius:5px!important;font-size:8px;line-height:1;letter-spacing:.06em}html body .offer-section .bf-countdown__live:before{background:#4ade80;box-shadow:none;animation:none}html body .offer-section .bf-countdown__unit strong{color:#f8fafc;font-size:18px;font-weight:780}html body .offer-section .bf-offers-track{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:18px;gap:16px}html body .offer-section .bf-offer-card:nth-child(n+6){display:none}html body .offer-section .bf-offer-card{background:#10151b;border:1px solid #252d36;border-radius:10px!important;box-shadow:0 2px 8px #0000001f;text-decoration:none;transition:border-color .18s ease,box-shadow .18s ease}html body .offer-section .bf-offer-card:hover,html body .offer-section .bf-offer-card:focus-visible{border-color:rgba(var(--theme-accent-rgb),.68);box-shadow:0 3px 10px #00000024}html body .offer-section .bf-offer-card:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}html body .offer-section .bf-offer-visual{height:195px;aspect-ratio:auto;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14);border-bottom:1px solid #232b34}html body .offer-section .bf-offer-off{min-height:24px!important;padding:0 8px!important;color:#fff;background:linear-gradient(135deg,#c2410c,#dc2626);border:1px solid rgba(251,146,60,.6);border-radius:6px!important;font-size:11px!important}html body .offer-section .bf-offer-body{padding:14px;background:transparent}html body .offer-section .bf-offer-name{color:#e6ebf1;font-size:15px;line-height:1.42;font-weight:680;letter-spacing:-.16px;min-height:43px;max-height:43px}html body .offer-section .bf-offer-card:hover .bf-offer-name{color:var(--home-hover-accent, var(--theme-accent))}html body .offer-section .bf-offer-name:hover{text-decoration:underline;text-decoration-color:var(--home-hover-accent, var(--theme-accent));text-underline-offset:4px}html body .offer-section .bf-offer-line{margin:13px 0 11px;background:#252d36}html body .offer-section .bf-offer-foot{flex-direction:column;align-items:stretch;gap:13px}html body .offer-section .bf-offer-prices{flex-direction:row;align-items:center;flex-wrap:wrap;gap:8px}html body .offer-section .bf-offer-meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}html body .offer-section .bf-offer-time{font-size:9px!important}html body .offer-section .bf-offer-now{color:#f8fafc;font-size:19px;line-height:1;font-weight:780;letter-spacing:-.5px;text-shadow:none}html body .offer-section .bf-offer-was{color:#fca5a5;background:#ef444417;border-color:#ef444440;border-radius:6px!important;font-size:11px;text-decoration:line-through;text-decoration-thickness:1px}html body .offer-section .bf-offer-was:before{content:none}html body .offer-section .bf-offer-was__value:after{background:#fca5a5}html body .offer-section .bf-offer-btn{width:100%;min-width:0;min-height:42px;gap:7px;background:var(--theme-accent, var(--theme-accent));color:var(--theme-accent-contrast, #ffffff);border:1px solid var(--theme-accent, var(--theme-accent));border-radius:8px!important;font-size:13.5px;font-weight:750;box-sizing:border-box;box-shadow:0 2px 7px rgba(var(--theme-accent-rgb),.11)}html body .offer-section .bf-offer-btn:hover,html body .offer-section .bf-offer-card:focus-visible .bf-offer-btn{background:var(--theme-accent-hover, var(--theme-accent-hover));border-color:var(--theme-accent-hover, var(--theme-accent-hover))}html body .offer-section .bf-offer-arrow{width:14px;height:14px}@media (max-width: 1100px){html body .offer-section .bf-offers-track{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 800px){html body .offer-section .bf-offers-track{grid-template-columns:repeat(2,minmax(0,1fr))}html body .offer-section .bf-header__countdown-wrap{width:100%;max-width:100%;box-sizing:border-box}}@media (max-width: 520px){html body .offer-section{padding:12px}html body .offer-section .bf-countdown__timer{gap:6px}html body .offer-section .bf-offers-track{gap:10px}html body .offer-section .bf-offer-body{padding:10px}html body .offer-section .bf-offer-visual{height:160px}html body .offer-section .bf-offer-name{font-size:13px;min-height:37px;max-height:37px}html body .offer-section .bf-offer-btn{font-size:12px}}html body .offer-section .bf-title__accent:after{content:"";position:absolute;inset:0 auto 0 0;width:45%;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);transform:translate(-200%) skew(-20deg);animation:offer-title-shine 3.2s ease-in-out infinite}@keyframes offer-title-shine{0%,60%{transform:translate(-200%) skew(-20deg)}to{transform:translate(350%) skew(-20deg)}}@media (max-width: 520px){html body .offer-section .bf-countdown{gap:8px}html body .offer-section .bf-countdown__head{padding-right:8px}html body .offer-section .bf-countdown__label{font-size:9px;gap:4px;white-space:nowrap}html body .offer-section .bf-countdown__label svg{width:11px;height:11px}html body .offer-section .bf-countdown__unit span{font-size:7px;letter-spacing:0}html body .offer-section .bf-countdown__timer{gap:4px}}@media (prefers-reduced-motion: reduce){html body .offer-section .bf-title__accent:after{animation:none}}html body svg.media-placeholder{display:block!important;width:64px!important;height:64px!important;flex:0 0 auto;max-width:100%;margin:auto;color:#525c68!important;opacity:.86!important;fill:none!important;stroke:currentColor!important;transition:color .16s ease,opacity .16s ease!important}html body :is(a,button,[role=button]):is(:hover,:focus-visible) svg.media-placeholder{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;opacity:1!important}html body .eye-bar-pic svg.media-placeholder{width:20px!important;height:20px!important}html body .ih3-hero-tool svg.media-placeholder{width:28px!important;height:28px!important}html body .os-reseller-card__img svg.media-placeholder{width:36px!important;height:36px!important}html body .hot-card-banner{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)}html body .order-now-action:is(.p-card-order-btn,.bf-offer-btn,.ih-featured-card__btn,.ih-latest-card__order,.ih-premium-card__order){position:relative;overflow:hidden;background:var(--theme-accent, var(--theme-accent))!important;color:var(--theme-accent-contrast, #ffffff)!important;border:1px solid var(--theme-accent, var(--theme-accent))!important;box-shadow:0 2px 7px rgba(var(--theme-accent-rgb),.11)!important;filter:none!important;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease!important}html body .order-now-action:is(.p-card-order-btn,.bf-offer-btn,.ih-featured-card__btn,.ih-latest-card__order,.ih-premium-card__order):hover,html body a:focus-visible .order-now-action{background:var(--theme-accent-hover, var(--theme-accent-hover))!important;border-color:var(--theme-accent-hover, var(--theme-accent-hover))!important;box-shadow:0 3px 8px rgba(var(--theme-accent-rgb),.14)!important}html body .order-now-action:before{content:"";position:absolute;top:-35%;left:-45%;width:24%;height:170%;transform:rotate(18deg);pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);opacity:0;transition:none}html body .order-now-action:hover:before{left:130%;opacity:1;transition:left .5s ease}html body .order-now-action>:is(svg,i){transform:none!important;animation:none!important}html body .order-now-action.p-card-order-btn:hover>svg{transform:none!important}html body .order-now-action:hover>:is(svg,i),html body a:focus-visible .order-now-action>:is(svg,i){animation:shared-order-arrow .65s ease-in-out infinite!important}@keyframes shared-order-arrow{0%,to{translate:0 0}50%{translate:4px 0}}html body .offer-section .bf-offer-off{overflow:hidden;transform-origin:center;animation:offer-badge-pulse 2.4s ease-in-out infinite}@keyframes offer-badge-pulse{0%,to{transform:scale(1);box-shadow:0 0 #ef444400}50%{transform:scale(1.05);box-shadow:0 0 0 4px #ef444421}}@media (prefers-reduced-motion: reduce){html body .order-now-action:before{display:none}html body .order-now-action:hover>:is(svg,i),html body a:focus-visible .order-now-action>:is(svg,i),html body .offer-section .bf-offer-off{animation:none!important}}html body .product-card .p-card-body{padding-bottom:16px!important}html body a:is(.product-card,.ih-featured-card,.ih-premium-card,.ih-latest-card):focus-visible{outline:2px solid var(--theme-accent)!important;outline-offset:3px}html body :is(.product-card,.offer-section) .p-card-time{padding:6px 8px!important;font-size:11px!important;color:#d76311!important;background:#f973161a!important}html body :is(.product-card,.offer-section) .p-card-time svg{width:13px!important;height:13px!important}html body :is(.product-card,.offer-section) .p-card-time :is(.p-card-time-icon,svg){color:inherit!important}html body :is(.product-card,.offer-section) .p-card-time svg,html body :is(.product-card,.offer-section) .p-card-time svg :is(circle,path){stroke:currentColor!important}html body a.view-all{display:inline-flex;align-items:center;flex-shrink:0;gap:8px;padding:0;border:0;border-radius:0!important;background:transparent;box-shadow:none;color:var(--text-muted);font-size:12px;font-weight:700;line-height:1.4;white-space:nowrap;text-decoration:none!important;transition:color .18s ease}html body a.view-all>:is(i,svg){flex-shrink:0;width:14px;height:14px;font-size:14px;line-height:1;transition:transform .18s ease}html body a.view-all:hover,html body a.view-all:focus-visible{color:var(--home-hover-accent, var(--theme-accent));background:transparent;border:0;box-shadow:none}html body a.view-all:hover>:is(i,svg),html body a.view-all:focus-visible>:is(i,svg){transform:translate(3px)}html body a.view-all:focus-visible{outline:none;text-decoration:underline!important;text-underline-offset:4px}html body a.view-all:active{color:var(--theme-accent)}@media (prefers-reduced-motion: reduce){html body a.view-all,html body a.view-all>:is(i,svg){transition:none}html body a.view-all:hover>:is(i,svg),html body a.view-all:focus-visible>:is(i,svg){transform:none}}html body .ih-metrics-panel{padding:22px;background:#0b1016;border:1px solid #252d36;border-radius:10px!important;box-shadow:none}html body .ih-metrics-panel:before,html body .ih-metrics-panel:after,html body .ih-metrics-head:after,html body .ih-metrics-trust-box:before,html body .ih-metrics-trust-box:after{display:none}html body .ih-metrics-head{max-width:none;margin:0 0 22px;padding:0;text-align:left}html body .ih-metrics-title{margin:0;color:#f8fafc;font-size:23px;font-weight:750;line-height:1.25;letter-spacing:-.5px}html body .ih-metrics-title span{color:var(--theme-accent)}html body .ih-metrics-sub{max-width:none;margin:7px 0 0;color:#929ca7;font-size:13px;line-height:1.6}html body .ih-metrics-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:0!important}html body .ih-metrics-trust-box{--accent: var(--theme-accent);--accent-rgb: 167, 139, 250;min-height:0!important;padding:16px!important;border:1px solid #252d36;border-radius:10px!important;background:#10151b;box-shadow:0 2px 8px #0000001f;animation:none;transition:border-color .2s ease,background-color .2s ease}html body .ih-metrics-trust-box:hover{border-color:rgba(var(--theme-accent-rgb),.55);background:#121720;box-shadow:0 2px 8px #0000001f}html body .ih-metrics-trust-box-mark{position:relative;inset:auto;display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:var(--theme-accent);background:rgba(var(--theme-accent-rgb),.1);border:1px solid rgba(var(--theme-accent-rgb),.24);border-radius:8px!important;box-sizing:border-box;opacity:1;transform:none}html body .ih-metrics-trust-box-mark svg{width:18px;height:18px;stroke-width:1.7}html body .ih-metrics-trust-box-tag{position:absolute;top:22px;right:16px;min-height:22px;padding:0 7px;color:#b2bbc7;border:1px solid #252d36;border-radius:5px!important;background:#181e25;font-size:10px;font-weight:600;letter-spacing:0;text-transform:none;-webkit-backdrop-filter:none;backdrop-filter:none}html body .ih-metrics-trust-box-tag:before{display:none}html body .ih-metrics-trust-box-body{margin-top:12px}html body .ih-metrics-trust-box-title{color:#e6ebf1;font-size:16px!important;line-height:1.35!important;font-weight:700;letter-spacing:-.2px}html body .ih-metrics-trust-box-desc{max-width:none;margin:6px 0 0!important;color:#929ca7;font-size:12px!important;line-height:1.55!important}html body .ih-metrics-trust-box-divider{margin:auto 0 10px;padding-top:12px;height:0;background:none;border-bottom:1px solid #252d36}html body .ih-metrics-trust-box-foot{min-height:18px}html body .ih-metrics-trust-box-status{gap:7px;color:#a8b2bf;font-size:11px;font-weight:500;line-height:1.4;letter-spacing:0;text-transform:none;white-space:normal}html body .ih-metrics-trust-box-dot{width:5px;height:5px;flex:0 0 5px;background:var(--theme-accent);box-shadow:none}@media (max-width: 1050px){html body .ih-metrics-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width: 620px){html body .ih-metrics-panel{padding:16px}html body .ih-metrics-head{margin-bottom:18px}html body .ih-metrics-title{font-size:21px}html body .ih-metrics-sub{font-size:12px}html body .ih-metrics-trust-grid{gap:12px!important}}@media (max-width: 520px){html body .ih-metrics-trust-grid{grid-template-columns:minmax(0,1fr)!important}html body .ih-metrics-trust-box{min-height:0!important;padding:16px!important}html body .ih-metrics-trust-box-tag{top:22px;right:16px}}@media (prefers-reduced-motion: reduce){html body .ih-metrics-trust-box{transition:none}}html body .ih-metrics-trust-box-desc>span{display:block}html body .ihome-page .cta-banner.cta-banner--support{padding:0!important;background:#0b1016!important;border:1px solid #252d36!important;border-radius:10px!important;box-shadow:none!important}html body .cta-banner--support:before,html body .cta-banner--support:after,html body .cta-banner--support .cta-support-bottom:before,html body .cta-banner--support .cta-support-status-dot{display:none}html body .cta-banner--support .cta-support-top{display:flex;flex-direction:row!important;align-items:center!important;gap:24px!important;padding:22px!important;background:transparent!important}html body .cta-banner--support .cta-support-left{align-items:flex-start!important;gap:12px!important;width:auto!important}html body .cta-banner--support .cta-support-icon{width:36px!important;height:36px!important;box-sizing:border-box;border:1px solid rgba(var(--theme-accent-rgb),.24)!important;border-radius:8px!important;color:var(--theme-accent);background:rgba(var(--theme-accent-rgb),.1)!important;box-shadow:none}html body .cta-banner--support .cta-support-icon i{font-size:18px!important}html body .cta-banner--support .cta-support-title-row{justify-content:flex-start!important;gap:10px!important;margin-bottom:7px!important}html body .cta-banner--support .cta-support-title{color:#f8fafc!important;font-size:21px!important;font-weight:750!important;line-height:1.3;letter-spacing:-.4px}html body .cta-banner--support .cta-support-badge{height:24px;padding:0 8px!important;border-radius:5px!important;font-size:10px!important;font-weight:600!important;letter-spacing:0;box-shadow:none}html body .cta-banner--support.is-offline .cta-support-badge{color:#fca5a5;background:#ef444414;border:1px solid rgba(239,68,68,.22)}html body .cta-banner--support .cta-support-badge i{font-size:6px}html body .cta-banner--support .cta-support-sub{max-width:none;color:#929ca7!important;font-size:12px!important;line-height:1.6!important}html body .cta-banner--support .cta-support-right{width:auto!important;align-items:flex-end!important;gap:8px!important;margin:0!important}html body .cta-banner--support .cta-support-btn{width:auto!important;min-height:40px!important;height:40px;padding:0 16px;background:var(--theme-accent)!important;color:#fff!important;border:1px solid var(--theme-accent);border-radius:8px!important;font-size:12px!important;font-weight:700!important;box-shadow:none!important;transition:background-color .18s ease,border-color .18s ease}html body .cta-banner--support .cta-support-btn:hover{background:var(--theme-accent-hover)!important;border-color:var(--theme-accent-hover);filter:none}html body .cta-banner--support .cta-support-hours{margin:0!important;color:#929ca7!important;font-size:10.5px!important;font-weight:500!important;text-align:right!important;line-height:1.5}html body .cta-banner--support .cta-support-bottom{flex-direction:row!important;align-items:center;gap:20px!important;padding:16px 22px!important;margin:0!important;border-top:1px solid #252d36!important;background:#10151b}html body .cta-banner--support .cta-support-row{flex-direction:row!important;align-items:center!important;width:auto!important;gap:12px!important}html body .cta-banner--support .cta-support-row-label{color:#929ca7;font-size:10px;font-weight:600;letter-spacing:.06em}html body .cta-banner--support .cta-join-links{display:flex!important;flex-wrap:wrap;width:auto!important;gap:8px!important}html body .cta-banner--support .cta-join-link,html body .cta-banner--support .cta-contact-icon{color:#b6bec9;background:#181e25;border:1px solid #252d36;border-radius:8px!important;box-shadow:none;transition:background-color .18s ease,border-color .18s ease,color .18s ease}html body .cta-banner--support .cta-join-link{min-height:36px;height:36px;padding:0 12px}html body .cta-banner--support .cta-contact-icon{width:36px;height:36px}html body .cta-banner--support .cta-contact-icon i{font-size:18px}html body .cta-banner--support .cta-contact-icons{flex-wrap:wrap;gap:8px}html body .cta-banner--support :is(.cta-join-link,.cta-contact-icon):hover{color:#fff;background:var(--theme-accent-hover, var(--theme-accent-hover));border-color:var(--theme-accent-hover, var(--theme-accent-hover));filter:none}html body .cta-banner--support a:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}@media (max-width: 860px){html body .cta-banner--support .cta-support-top{flex-direction:column!important;align-items:stretch!important;gap:18px!important}html body .cta-banner--support .cta-support-right{align-items:flex-start!important}html body .cta-banner--support .cta-support-hours{text-align:left!important}}@media (max-width: 620px){html body .cta-banner--support .cta-support-top{padding:16px!important}html body .cta-banner--support .cta-support-title{font-size:19px!important}html body .cta-banner--support .cta-support-right,html body .cta-banner--support .cta-support-btn{width:100%!important}html body .cta-banner--support .cta-support-bottom{padding:14px 16px!important;flex-direction:column!important;align-items:stretch;gap:14px!important}html body .cta-banner--support .cta-support-row{justify-content:space-between}}@media (max-width: 360px){html body .cta-banner--support .cta-support-row{flex-wrap:wrap;gap:8px!important}}@media (prefers-reduced-motion: reduce){html body .cta-banner--support :is(.cta-support-btn,.cta-join-link,.cta-contact-icon){transition:none}}html body .cta-banner--support #helpline-chat-trigger:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}html body dialog#helpline-chat-dialog{position:fixed;top:0;right:0;bottom:0;left:0;width:min(420px,calc(100vw - 32px));max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:auto;box-sizing:border-box;background:#10151b;color:#e6ebf1;border:1px solid #303844;border-radius:10px!important;box-shadow:0 20px 70px #00000073;font-family:inherit}html body #helpline-chat-dialog::backdrop{background:#05080db3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}html body #helpline-chat-dialog .helpline-head{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #252d36}html body #helpline-chat-dialog .helpline-icon{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;color:var(--theme-accent);background:rgba(var(--theme-accent-rgb),.1);border:1px solid rgba(var(--theme-accent-rgb),.24);border-radius:8px!important;font-size:18px}html body #helpline-chat-dialog h2{margin:0;color:#f8fafc;font-size:17px;font-weight:700;line-height:1.3}html body #helpline-chat-dialog .helpline-caption{margin:3px 0 0;color:#929ca7;font-size:11px}html body #helpline-chat-dialog .helpline-close{display:grid;place-items:center;flex:0 0 32px;height:32px;margin-left:auto;padding:0;color:#a8b2bf;background:transparent;border:1px solid transparent;border-radius:8px!important;cursor:pointer;font-size:18px}html body #helpline-chat-dialog .helpline-body{padding:20px}html body #helpline-chat-dialog .helpline-status{display:inline-flex;align-items:center;gap:6px;margin-bottom:12px;padding:4px 8px;color:#fca5a5;background:#ef444414;border:1px solid rgba(239,68,68,.22);border-radius:5px!important;font-size:10px}html body #helpline-chat-dialog .helpline-message{padding:14px;background:#181e25;border:1px solid #252d36;border-radius:8px!important}html body #helpline-chat-dialog .helpline-message p{margin:0;font-size:13px;line-height:1.6}html body #helpline-chat-dialog .helpline-message p+p{margin-top:8px;color:#929ca7;font-size:12px}html body #helpline-chat-dialog .helpline-hours{margin:14px 0;color:#929ca7;font-size:11px;line-height:1.6}html body #helpline-chat-dialog .helpline-support-link{display:flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 12px;background:var(--theme-accent);border:1px solid var(--theme-accent);border-radius:8px!important;color:#fff;text-decoration:none;font-size:12px;font-weight:700}html body #helpline-chat-dialog .helpline-support-link:hover{background:var(--theme-accent-hover)}html body #helpline-chat-dialog .helpline-close:hover{color:#fff;background:#252d36}html body #helpline-chat-dialog :is(button,a):focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}html body :is(button,a,span).ui-button-hover.ui-button-hover{position:relative;overflow:hidden;isolation:isolate;transition:background-color .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease!important}html body :is(button,a,span).ui-button-hover.ui-button-hover:not(:disabled):not([aria-disabled=true]):is(:hover,:focus-visible){background:var(--theme-accent-hover, var(--theme-accent-hover))!important;border-color:var(--theme-accent-hover, var(--theme-accent-hover))!important;color:#fff!important;box-shadow:0 3px 8px rgba(var(--theme-accent-rgb),.14)!important;filter:none!important;transform:none!important}html body :is(button,a,span).ui-button-hover.ui-button-hover:before{content:""!important;position:absolute!important;inset:-35% auto auto -45%!important;width:24%!important;height:170%!important;margin:0!important;border:0!important;border-radius:0!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent)!important;transform:rotate(18deg)!important;opacity:0!important;pointer-events:none!important;transition:none!important;animation:none!important}html body :is(button,a,span).ui-button-hover.ui-button-hover:not(:disabled):not([aria-disabled=true]):hover:before{left:130%!important;opacity:1!important;transition:left .5s ease!important}html body .ui-button-hover.ui-button-hover>:is(.bf-offer-arrow,.ih3-hero-cta-arrow,.ti-arrow-right,.ui-button-arrow){transform:none!important;animation:none!important}html body .ui-button-hover.ui-button-hover:not(:disabled):is(:hover,:focus-visible)>:is(.bf-offer-arrow,.ih3-hero-cta-arrow,.ti-arrow-right,.ui-button-arrow){animation:shared-order-arrow .65s ease-in-out infinite!important}html body .ui-button-arrow{width:14px;height:14px;flex-shrink:0}html body :is(button,a).ui-button-hover:focus-visible{outline:2px solid var(--theme-accent);outline-offset:3px}@media (prefers-reduced-motion: reduce){html body :is(button,a,span).ui-button-hover.ui-button-hover:before{display:none!important}html body .ui-button-hover.ui-button-hover:not(:disabled):is(:hover,:focus-visible)>:is(.bf-offer-arrow,.ih3-hero-cta-arrow,.ti-arrow-right,.ui-button-arrow){animation:none!important}}html body .xnav .nav-settings .nav-icon-btn.ui-button-hover.ui-button-hover:not(:disabled):not([aria-disabled=true]):is(:hover,:focus-visible),html body .xnav .nav-settings .nav-icon-btn.is-open{background:color-mix(in srgb,var(--nav-on-bar, #ffffff) 14%,transparent)!important;border-color:transparent!important;color:var(--nav-on-bar, #ffffff)!important;box-shadow:none!important}html body .xnav .nav-settings .nav-icon-btn:is(:hover,:focus-visible,.is-open)>i{color:inherit!important}html body .service-tabs__header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px;border-bottom:1px solid #252d36}html body .service-tabs__list{display:flex;align-items:stretch;gap:28px;min-width:0}html body button.service-tabs__tab{position:relative;flex-shrink:0;min-height:46px;padding:12px 0 14px;background:transparent;border:0;border-radius:0!important;box-shadow:none;color:#929ca7;font-family:inherit;font-size:14px;font-weight:700;line-height:1.3;white-space:nowrap;cursor:pointer;transition:color .18s ease}html body button.service-tabs__tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:var(--theme-accent);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}html body button.service-tabs__tab:hover{color:var(--home-hover-accent, var(--theme-accent))}html.dark body button.service-tabs__tab[aria-selected=true]{color:#f8fafc}html body button.service-tabs__tab[aria-selected=true]:after{transform:scaleX(1)}html body button.service-tabs__tab:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-3px}html body .service-tabs__panel[hidden]{display:none!important}html body .service-tabs__panel:focus-visible{outline:2px solid var(--theme-accent);outline-offset:4px}@media (max-width: 620px){html body .service-tabs__header{gap:12px}html body .service-tabs__list{gap:18px}html body button.service-tabs__tab{font-size:12px}html body .service-tabs__label-detail{display:none}}@media (prefers-reduced-motion: reduce){html body button.service-tabs__tab,html body button.service-tabs__tab:after{transition:none}}html.dark body .hot-services-section .section-header h2,html[data-mode=dark] body .hot-services-section .section-header h2{display:flex;align-items:center;gap:12px;margin:0;color:#f8fafc;font-size:21px;font-weight:750;line-height:1.2;letter-spacing:-.45px}html body .hot-services-section .section-header h2>i{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:0 0 36px;color:var(--theme-accent)!important;background:rgba(var(--theme-accent-rgb),.1);border:1px solid rgba(var(--theme-accent-rgb),.24);border-radius:8px!important;box-sizing:border-box;font-size:18px}html body .hot-services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}html body .hot-service-column{min-width:0;overflow:hidden;background:#10151b;border:1px solid #252d36;border-radius:10px!important}html body .hot-service-column__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;background:#131922;border-bottom:1px solid #252d36}html body .hot-service-column__head h3{margin:0;color:#e6ebf1;font-size:15px;line-height:1.4;font-weight:700}html body .hot-service-column__head>span{color:#929ca7;font-size:10px;white-space:nowrap}html body .hot-service-list{list-style:none;margin:0;padding:0 20px}html body .hot-service-list>li+li{border-top:1px solid #252d36}html body a.hot-service-row{display:flex;flex-direction:column;justify-content:center;gap:10px;min-height:116px;padding:18px 0;box-sizing:border-box;text-decoration:none}html body .hot-service-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;color:#e6ebf1;font-size:14px;font-weight:600;line-height:1.5;min-height:42px;transition:color .18s ease}html body .hot-service-row:hover .hot-service-name,html body .hot-service-row:focus-visible .hot-service-name{color:var(--home-hover-accent, var(--theme-accent))}html body .hot-service-name:hover{text-decoration:underline;text-decoration-color:var(--home-hover-accent, var(--theme-accent));text-underline-offset:4px}html body .hot-service-row:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-2px}html body .hot-service-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px}html body .hot-service-price,html body .hot-service-time{display:inline-flex;align-items:center;padding:4px 7px;border-radius:5px!important;font-size:11px;line-height:1.3;font-weight:600}html body .hot-service-price{color:#f8fafc;background:#252d36}html body .hot-service-time{color:#d76311!important;background:#f973161a!important}@media (max-width: 900px){html body .hot-services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}html body .hot-service-column__head{padding:16px}html body .hot-service-list{padding:0 16px}html body a.hot-service-row{min-height:106px;padding:14px 0}}@media (prefers-reduced-motion: reduce){html body .hot-service-name{transition:none}}html body .hot-services-section .hot-service-column__head{position:relative;display:flex;align-items:center;justify-content:center;height:115px;padding:18px;box-sizing:border-box;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14);border-bottom:1px solid #252d36}html body .hot-services-section .hot-service-column__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}html body .hot-service-column:hover>.hot-service-column__head .media-placeholder{color:var(--home-hover-accent, var(--theme-accent))!important;opacity:1!important}html body .hot-service-list a.hot-service-row{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:14px}html body .hot-service-visual{display:flex;align-items:center;justify-content:center;width:88px;height:100%;min-height:0;align-self:stretch;box-sizing:border-box;overflow:hidden;border:1px solid #252d36;border-radius:8px!important;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)}html body .hot-service-visual svg.media-placeholder{width:34px!important;height:34px!important}html body .hot-service-content{min-width:0}html body .hot-service-content .hot-service-meta{margin-top:8px}html body .hot-service-row:is(:hover,:focus-visible) .hot-service-visual .media-placeholder{color:var(--home-hover-accent, var(--theme-accent))!important;opacity:1!important}@media (max-width: 1100px){html body .hot-service-list a.hot-service-row{grid-template-columns:72px minmax(0,1fr);gap:12px}html body .hot-service-visual{width:72px;height:100%}}html body .hot-service-column .hot-service-list{display:grid;gap:10px;--hot-service-side-padding: 16px;padding:12px var(--hot-service-side-padding)}html body .hot-service-column .hot-service-list>li{min-width:0;border:0}html body .hot-service-column .hot-service-list a.hot-service-row{min-height:0;padding:12px;background:var(--bg-card, #171c22);border:1px solid var(--border, #343c45);border-radius:8px!important;box-shadow:0 2px 8px #0000001f;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}html body .hot-service-column .hot-service-list a.hot-service-row:is(:hover,:focus-visible){background:var(--box-hover-bg, #1b2128);border-color:rgba(var(--theme-accent-rgb),.68);box-shadow:0 3px 10px #00000024}html body .hot-service-row .hot-service-name{color:var(--text-main, #e6e8eb)}@media (prefers-reduced-motion: reduce){html body .hot-service-column .hot-service-list a.hot-service-row{transition:none}}html body .hot-service-column .hot-service-list{height:264px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;align-content:start;scrollbar-width:thin;scrollbar-color:var(--text-muted, #8c95a1) transparent}html body .hot-service-list::-webkit-scrollbar{width:4px}html body .hot-service-list::-webkit-scrollbar-track{background:transparent}html body .hot-service-list::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--text-muted, #8c95a1) 65%,transparent);border-radius:999px}html body .hot-service-list::-webkit-scrollbar-thumb:hover{background:var(--theme-accent, #6d28d9)}html body .hot-service-list::-webkit-scrollbar-button{display:none;width:0;height:0}html body .hot-service-column:first-child .hot-service-list{padding-inline-end:max(0px,calc(var(--hot-service-side-padding) - var(--hot-service-scrollbar-width, 0px)))}html body .hot-service-column .hot-service-list:focus-visible{outline:2px solid var(--theme-accent);outline-offset:-3px}html body .ihome-page .marquee-section.os-textbar{background:#10151b;border:1px solid #252d36;border-radius:10px!important;box-shadow:none}html body .os-textbar .marquee-container.os-reseller-container{min-width:0;padding:10px 0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent)}html body .os-textbar .os-textbar-track{display:flex;width:-moz-max-content;width:max-content;gap:0;animation:tool-marquee-scroll var(--os-marquee-speed, 30s) linear infinite}html body .os-textbar-group{display:flex;flex:0 0 auto;align-items:center}html body .os-textbar .m-item{display:inline-flex;align-items:center;justify-content:center;flex:0 0 160px;width:160px;min-height:32px;padding:0 18px;box-sizing:border-box;gap:10px;color:#b6bec9;border-right:1px solid #252d36;font-family:inherit;font-size:13px;font-weight:650;letter-spacing:0;line-height:1.4;transition:color .18s ease}html body .os-textbar .m-item i{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;color:var(--theme-accent);background:rgba(var(--theme-accent-rgb),.1);border:1px solid rgba(var(--theme-accent-rgb),.18);border-radius:6px!important;font-size:15px;line-height:1}html body .os-textbar .m-item:hover{color:#f8fafc}html body .os-textbar .os-reseller-container:is(:hover,:focus-within) .os-textbar-track{animation-play-state:paused}html body .os-textbar .os-reseller-container:focus-visible{outline:2px solid var(--theme-accent, var(--theme-accent));outline-offset:-3px}@keyframes tool-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){html body .os-textbar .marquee-container.os-reseller-container{mask-image:none;-webkit-mask-image:none}html body .os-textbar .os-textbar-track{width:100%;animation:none}html body .os-textbar .os-textbar-group{width:100%;flex-wrap:wrap;justify-content:center;row-gap:8px}html body .os-textbar [aria-hidden=true].os-textbar-group,html body .os-textbar .m-item[aria-hidden=true]{display:none}html body .os-textbar .m-item{flex-basis:150px;width:150px;padding:0 10px;border:0;transition:none}}html body .announcement-bar{position:relative;display:flex;align-items:center;gap:14px;min-height:38px;padding:0 20px;box-sizing:border-box;color:color-mix(in srgb,var(--theme-accent) 14%,#fff);background:#2e1065;border-bottom:1px solid rgba(var(--theme-accent-rgb),.22)}html body .announcement-label{display:inline-flex;align-items:center;flex-shrink:0;gap:7px;padding-right:14px;color:#fff;border-right:1px solid rgba(221,214,254,.25);font-size:11px;font-weight:700}html body .announcement-label i{font-size:16px}html body .announcement-viewport{flex:1;min-width:0;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12px,#000 calc(100% - 12px),transparent)}html body .announcement-track{display:flex;width:-moz-max-content;width:max-content;animation:announcement-scroll 85s linear infinite}html body .announcement-message{flex:0 0 auto;margin:0;padding:8px 48px 8px 0;color:color-mix(in srgb,var(--theme-accent) 14%,#fff);font-size:12px;font-weight:500;line-height:1.6;white-space:nowrap}html body .announcement-message strong{color:#fff;font-weight:800}html body .announcement-viewport:is(:hover,:focus) .announcement-track{animation-play-state:paused}html body .announcement-viewport:focus-visible{outline:1px solid color-mix(in srgb,var(--theme-accent) 24%,#fff);outline-offset:-1px}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}html body .ihome-page .marquee-section.os-textbar{padding:10px 14px!important;gap:16px;background:#10151b;border-color:#2a303c}html body .os-textbar-intro{display:none!important}html body .os-textbar-intro__title{color:#e6ebf1;font-size:13px;font-weight:700}html body .os-textbar-intro__sub{color:#929ca7;font-size:10px}html body .os-textbar .marquee-container.os-reseller-container{padding:0}html body .os-textbar .os-textbar-group{gap:10px;padding-right:10px}html body .os-textbar .m-item{min-height:38px;background:#181d27;border:1px solid #2a303c;border-radius:8px!important;color:#cbd2dc;gap:8px;transition:background-color .18s ease,border-color .18s ease,color .18s ease}html body .os-textbar .m-item i{width:24px;height:24px;flex-basis:24px;background:transparent;border:0;font-size:16px}html body .os-textbar .m-item:hover{color:color-mix(in srgb,var(--theme-accent) 14%,#fff);background:rgba(var(--theme-accent-rgb),.12);border-color:rgba(var(--theme-accent-rgb),.45)}@media (max-width: 768px){html body .os-textbar-intro{display:none!important}}@media (max-width: 620px){html body .announcement-bar{gap:8px;padding:0 10px;min-height:36px}html body .announcement-label{padding-right:8px}html body .announcement-label>span{display:none}html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar{margin-bottom:10px!important}html body .ihome-page>[data-hb-key=resellers],html body #we-are-reseller{margin-top:0!important}}@media (prefers-reduced-motion: reduce){html body .announcement-track{animation:none}html body .announcement-message[aria-hidden=true]{display:none}html body .announcement-viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}html body .os-textbar .os-textbar-group{box-sizing:border-box;padding:0;gap:8px}html body .os-textbar .m-item{flex:0 1 150px;min-width:0;transition:none}}html body .ti.ti-x{background:transparent!important;border:0!important;box-shadow:none!important}html body :is(button,a):has(.ti.ti-x),html body :is(button,a).ui-button-hover.ui-button-hover:has(.ti.ti-x):is(:hover,:focus-visible){background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}html body :is(button,a):has(.ti.ti-x):hover,html body :is(button,a).ui-button-hover.ui-button-hover:has(.ti.ti-x):hover{color:#ef4444!important}html body :is(button,a):has(.ti.ti-x):not(:hover),html body :is(button,a).ui-button-hover.ui-button-hover:has(.ti.ti-x):not(:hover){color:#a8b2bf!important}html body :is(button,a):has(.ti.ti-x):focus-visible{outline:none!important}html body :is(button,a):has(.ti.ti-x),html body .ti.ti-x{text-decoration:none!important}html body :is(button,a).ui-button-hover.ui-button-hover:has(.ti.ti-x):before,html body :is(button,a).ui-button-hover.ui-button-hover:has(.ti.ti-x):after{content:none!important}html body .announcement-bar .announcement-label[aria-controls],html body .announcement-bar .announcement-label[aria-controls]:is(:hover,:focus-visible,:active){background:transparent!important;border:0!important;box-shadow:none!important;color:#fff!important;text-decoration:none!important;transform:none!important}html body .announcement-bar .announcement-label[aria-controls]:before,html body .announcement-bar .announcement-label[aria-controls]:after{content:none!important}html body .announcement-bar .announcement-label[aria-controls]:focus-visible{outline:none!important}html[data-mode=light] body .announcement-bar .announcement-label[aria-controls],html[data-mode=light] body .announcement-bar .announcement-label[aria-controls]:is(:hover,:focus-visible,:active),html[data-mode=light] body .announcement-bar .announcement-label[aria-controls] i{color:#0f172a!important}html body .xnav #main-navbar{background:var(--theme-accent, var(--theme-accent))!important;background-image:none!important;border-bottom:1px solid rgba(255,255,255,.12)!important;color:#fff;box-shadow:0 2px 8px rgba(var(--theme-accent-rgb, 109, 40, 217),.12)!important}html body .xnav #main-navbar :is(.nav-search,.nav-auth-btn,.nav-hamburger,.nav-search-btn,.nav-search-back){border:1px solid rgba(255,255,255,.14)!important;border-radius:8px!important;box-shadow:none;color:#fff}html body .xnav #main-navbar .nav-search{background:#ffffff14!important}html body .xnav #main-navbar .nav-search:focus-within{border-color:#ffffff61!important}html body .xnav #main-navbar .nav-search input{color:#fff!important;background:transparent!important;border:0!important;box-shadow:none!important}html body .xnav #main-navbar .nav-search input::-moz-placeholder{color:color-mix(in srgb,var(--theme-accent) 14%,#fff)!important;opacity:.85}html body .xnav #main-navbar .nav-search input::placeholder{color:color-mix(in srgb,var(--theme-accent) 14%,#fff)!important;opacity:.85}html body .xnav #main-navbar :is(.nav-search-icon,.nav-tab-link){color:#f5f3ff}html body .xnav #main-navbar .nav-search-kbd{border:0!important;border-radius:4px!important;background:#ffffff1a!important;box-shadow:none!important;color:color-mix(in srgb,var(--theme-accent) 14%,#fff)}html body .xnav #main-navbar :is(.nav-auth-btn__ic,.nav-tab-icon){border:0!important;background:transparent!important;box-shadow:none!important}html body .xnav #main-navbar .nav-tab-link{border-color:#ffffff1a!important}html body .xnav #main-navbar .nav-rail-sep{background:#ffffff24!important}html body .xnav #main-navbar :is(.nav-dropdown,.nav-search-results){border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.2)!important;border-radius:8px!important}html body .xnav #main-navbar .nav-auth-btn:not(:hover):not(:focus-visible){background:#fff!important;background-image:none!important;color:#171322!important}html body .xnav #main-navbar #nav-links .nav-tab-link:before{content:none!important;animation:none!important}html body .xnav #main-navbar #nav-links .nav-tab-link{transition:background-color .18s ease,color .18s ease}html body .xnav #main-navbar #nav-links .nav-tab-link:is(:hover,:focus-visible,[aria-expanded=true]){background:var(--theme-accent-hover, var(--theme-accent-hover))!important;color:#fff!important}html body .xnav #main-navbar .nav-dropdown{background:#10151b!important;border:1px solid #30303e!important;padding:8px;border-radius:10px!important;box-shadow:0 10px 24px #0005!important;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}html body .xnav #main-navbar .order-dropdown{width:320px}html body .xnav #main-navbar .nav-more-dropdown{min-width:240px}html body .xnav #main-navbar .order-dd-item{gap:12px;padding:12px;min-height:68px;border-radius:8px!important;color:#e6ebf1}html body .xnav #main-navbar .order-dd-icon{width:40px;height:40px;font-size:20px;border:0;border-radius:6px!important;color:var(--theme-accent, var(--theme-accent))!important;background:rgba(var(--theme-accent-rgb, 109, 40, 217),.1)!important}html body .xnav #main-navbar .order-dd-info{min-width:0}html body .xnav #main-navbar .order-dd-name{display:block;font-size:14px;line-height:1.4;font-weight:600}html body .xnav #main-navbar .order-dd-desc{display:block;margin-top:4px;font-size:11px;line-height:1.45;color:#929ca7}html body .xnav #main-navbar .nav-more-item{padding:12px;border-radius:8px!important;font-size:13px;line-height:1.4;color:#e6ebf1}html body .xnav #main-navbar :is(.order-dd-item,.nav-more-item):is(:hover,:focus-visible){background:rgba(var(--theme-accent-rgb, 109, 40, 217),.12)!important;color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;outline:none}html body .xnav #main-navbar .order-dd-item:is(:hover,:focus-visible) .order-dd-name{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))}@media (min-width: 1100px){html body .xnav #main-navbar .nav-dd-wrap--tab:after{content:"";position:absolute;top:100%;left:0;width:100%;height:8px}html body .xnav #main-navbar .nav-dd-wrap--tab .nav-dropdown{top:calc(100% + 4px)}html body .xnav #main-navbar .nav-dd-wrap--hover .nav-dropdown:not(.open){opacity:0!important;visibility:hidden!important;pointer-events:none!important}}@media (max-width: 1099px){html body .xnav #main-navbar .nav-dd-wrap--tab .nav-dropdown{width:100%;min-width:0;margin-top:3px;box-shadow:none!important}}@media (prefers-reduced-motion: reduce){html body .xnav #main-navbar .nav-dropdown{transition:none}}html body .xnav #main-navbar .order-dd-item+.order-dd-item{margin-top:4px}html body .xnav #main-navbar .order-dd-go{margin-left:auto;flex-shrink:0;color:#929ca7;font-size:15px}html body .xnav #main-navbar .order-dd-item:is(:hover,:focus-visible) .order-dd-icon{background:rgba(var(--theme-accent-rgb, 109, 40, 217),.18)!important}html body .xnav #main-navbar .order-dd-item:is(:hover,:focus-visible) .order-dd-go{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))}@media (min-width: 1100px){html body .xnav #main-navbar .nav-more-dropdown{left:auto;right:0}}html body .xnav #main-navbar .nav-auth-btn{min-height:44px;gap:8px;padding:10px 12px;font-size:14px;font-weight:600}html body .xnav #main-navbar .nav-auth-label{display:inline-flex;align-items:center;gap:9px;white-space:nowrap;color:inherit}html body .xnav #main-navbar .nav-auth-divider{opacity:.45;font-weight:400}html body .xnav #main-navbar .nav-auth-btn__arrow{display:inline-block!important;opacity:1;color:inherit;font-size:16px}html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover,html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover:is(:hover,:focus-visible,:active){box-shadow:none!important}html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover:before,html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover:after{content:none!important;animation:none!important}html body .xnav #main-navbar .nav-auth-btn.ui-button-hover.ui-button-hover:is(:hover,:focus-visible){background:color-mix(in srgb,var(--theme-accent) 14%,#fff)!important;color:#171322!important;border-color:#ffffff24!important}html body .xnav #main-navbar .nav-auth-btn .nav-auth-btn__arrow{animation:none!important;translate:0}html body .xnav #main-navbar .nav-auth-btn:is(:hover,:focus-visible) .nav-auth-btn__arrow{animation:nav-auth-arrow .7s ease-in-out infinite!important}@keyframes nav-auth-arrow{0%,to{translate:0}50%{translate:3px}}@media (prefers-reduced-motion: reduce){html body .xnav #main-navbar .nav-auth-btn:is(:hover,:focus-visible) .nav-auth-btn__arrow{animation:none!important}}html body .xnav #main-navbar .nav-auth-btn__arrow{-webkit-text-stroke:.6px currentColor}.ihome-page,.nav-container,.eye-bar,.eye-bar-inner,.topbar-container,.section-container,.ihome-hero,.ih2-hero,.service-hero-inner{max-width:1530px!important}.xcontact-container,.xcookie-container,.xabout-container,.iorder-container,.footer-container,.site-container{max-width:1550px!important}html body #we-are-reseller{--reseller-visible: 8;--reseller-gap: 12px;width:100%;min-width:0;box-sizing:border-box;padding:18px;border:1px solid #252d36;border-radius:10px!important;background:#0d1218}#we-are-reseller *{box-sizing:border-box}#we-are-reseller .reseller-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;margin-bottom:16px;border-bottom:1px solid #252d36}#we-are-reseller .reseller-heading{display:flex;align-items:center;gap:10px;min-width:0}#we-are-reseller .reseller-section-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(var(--theme-accent-rgb, 139, 92, 246),.25);border-radius:8px!important;background:rgba(var(--theme-accent-rgb, 109, 40, 217),.1);color:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff))}#we-are-reseller h2{margin:0;color:#f8fafc;font-size:18px;font-weight:650;line-height:1.3;letter-spacing:-.02em}#we-are-reseller .reseller-controls{display:flex;align-items:center;flex-shrink:0;gap:6px}#we-are-reseller .reseller-control{display:grid;place-items:center;width:30px;height:30px;padding:0;border:1px solid #303844;border-radius:6px!important;background:#181e28;color:#b8c1ce;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}#we-are-reseller .reseller-control:hover{border-color:var(--theme-accent-hover, color-mix(in srgb, var(--theme-accent) 78%, #fff));background:var(--theme-accent, var(--theme-accent));color:#fff}#we-are-reseller :is(.reseller-control,.reseller-viewport):focus-visible{outline:2px solid var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff));outline-offset:3px}#we-are-reseller .reseller-header svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#we-are-reseller .reseller-section-icon svg{width:20px;height:20px}#we-are-reseller .reseller-viewport{overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:2px;padding:2px;border-radius:0!important;scrollbar-width:none}#we-are-reseller .reseller-viewport::-webkit-scrollbar{display:none}#we-are-reseller .reseller-track{display:flex;gap:var(--reseller-gap);width:100%}#we-are-reseller .reseller-track:after{content:"";flex:0 0 2px}#we-are-reseller .reseller-card{flex:0 0 calc((100% - (var(--reseller-visible) - 1) * var(--reseller-gap)) / var(--reseller-visible));min-width:0;margin:0;overflow:hidden;scroll-snap-align:start;border:1px solid #252d36;border-radius:8px!important;background:#10151b;transition:border-color .2s ease}#we-are-reseller .reseller-card:hover{border-color:color-mix(in srgb,var(--theme-accent) 78%,#fff)}#we-are-reseller .reseller-image{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:1.12;margin:0;overflow:hidden;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14);border-bottom:1px solid #232b34}#we-are-reseller .reseller-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;padding:0;-o-object-fit:cover;object-fit:cover;opacity:0}#we-are-reseller .reseller-image--loaded img{opacity:1}#we-are-reseller .reseller-image--missing img{display:none}#we-are-reseller .reseller-image .media-placeholder{width:48px;height:48px;color:#46515e;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}#we-are-reseller .reseller-image--loaded .media-placeholder{display:none}#we-are-reseller .reseller-name{margin:0;padding:12px 10px;color:var(--theme-accent-contrast, #ffffff)!important;background:var(--theme-accent, var(--theme-accent))!important;transition:background-color .25s ease,color .25s ease;font-size:13px;font-weight:600;line-height:18px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1280px){html body #we-are-reseller{--reseller-visible: 5}}@media (max-width: 900px){html body #we-are-reseller{--reseller-visible: 4}}@media (max-width: 650px){html body #we-are-reseller{--reseller-visible: 4;--reseller-gap: 8px;padding:8px 10px 10px!important}#we-are-reseller .reseller-header{gap:6px!important;margin-bottom:8px!important;padding-bottom:8px!important;min-height:0!important}#we-are-reseller .reseller-heading{gap:6px!important}#we-are-reseller .reseller-section-icon{width:24px!important;height:24px!important;flex-basis:24px!important;border-radius:5px!important}#we-are-reseller .reseller-section-icon svg{width:14px!important;height:14px!important}#we-are-reseller h2{font-size:12px!important;line-height:1.2!important}#we-are-reseller .reseller-controls{gap:4px!important}#we-are-reseller .reseller-control{width:24px!important;height:24px!important;border-radius:5px!important}#we-are-reseller .reseller-control svg{width:13px!important;height:13px!important}#we-are-reseller .reseller-verified-badge{padding:1.5px 5px!important;font-size:9px!important;gap:3px!important}#we-are-reseller .reseller-verified-badge svg{width:10px!important;height:10px!important}#we-are-reseller .reseller-name{padding:9px 6px;font-size:11.5px}}@media (max-width: 360px){#we-are-reseller .reseller-section-icon{display:none}}@media (prefers-reduced-motion: reduce){#we-are-reseller :is(.reseller-card,.reseller-control){transition:none}}html body #we-are-reseller .reseller-name,html body #we-are-reseller .reseller-card:hover .reseller-name{color:var(--text-main, #e6e8eb)!important;background:var(--bg-card, #171c22)!important;transition:background-color .25s ease,color .25s ease!important}.reseller-card{box-shadow:0 2px 8px #0000001f!important;cursor:pointer!important;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease!important}.reseller-card:hover{border-color:rgba(var(--theme-accent-rgb, 109, 40, 217),.68)!important;box-shadow:0 3px 10px #00000024!important}.reseller-card .reseller-image,.reseller-card .reseller-image figure,.reseller-card .reseller-image .media-placeholder,.reseller-card .reseller-image .image-placeholder,.reseller-card .reseller-image svg,.reseller-card .reseller-image i{transition:color .22s ease,opacity .22s ease,transform .22s ease,filter .22s ease!important}.reseller-card:hover .reseller-image .media-placeholder,.reseller-card:hover .reseller-image .image-placeholder,.reseller-card:hover .reseller-image svg,.reseller-card:hover .reseller-image i{color:var(--home-hover-accent, var(--theme-accent, var(--theme-accent)))!important;opacity:1!important;text-shadow:0 0 20px color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 40%,transparent)!important}.reseller-card .reseller-image img{transition:transform .25s ease,opacity .25s ease!important}.reseller-card:hover .reseller-image img{transform:scale(1.06)!important}html body .ihome-page{--home-section-gap: 30px}html body .ihome-page>:is([data-hb-key=resellers],[data-hb-key=hot],[data-hb-key=blackfriday],[data-hb-key=products],[data-hb-key=metrics],[data-hb-key=support]){margin-top:var(--home-section-gap)!important}html body .ihome-page>:is([data-hb-key=ticker],[data-hb-key=resellers],[data-hb-key=hot],[data-hb-key=blackfriday],[data-hb-key=products],[data-hb-key=metrics]),html body .ihome-page>[data-hb-key=ticker]>.section-container,html body .ihome-page>[data-hb-key=hot]>.section-container,html body .ihome-page>[data-hb-key=products]>.section-container,html body .section-container.marquee-section.os-textbar{margin-bottom:0}html body .ihome-page>:is([data-hb-key=hot],[data-hb-key=products])>.section-container{margin-top:0}html body .ihome-page>[data-hb-key=products]{display:flex;flex-direction:column;gap:var(--home-section-gap)}@media (max-width: 768px){html body .ihome-block[data-hb-key=ticker],html body .ihome-page .section-container.marquee-section.os-textbar,html body .section-container.marquee-section.os-textbar,html body .marquee-section.os-textbar{margin-bottom:10px!important}html body .ihome-page>[data-hb-key=resellers],html body #we-are-reseller{margin-top:0!important}}@media (max-width: 650px){html body #site-updates-dialog{height:min(90dvh,720px)!important;max-height:calc(100dvh - 12px)!important}html body #site-updates-dialog .updates-head{padding:9px 12px!important;gap:8px!important;min-height:52px!important}html body #site-updates-dialog .updates-icon{flex:0 0 32px!important;height:32px!important;font-size:16px!important;border-radius:7px!important}html body #site-updates-dialog h2{font-size:14px!important;line-height:18px!important}html body #site-updates-dialog .updates-caption{font-size:9.5px!important;line-height:13px!important;max-width:160px!important}html body #site-updates-dialog .updates-close{flex:0 0 28px!important;height:28px!important;font-size:16px!important}html body #site-updates-dialog .updates-feed{padding:0 10px!important}html body #site-updates-dialog .updates-item{padding-left:0!important}html body #site-updates-dialog .updates-item:after{top:12px!important;width:7px!important;height:7px!important;box-shadow:0 0 0 3px var(--update-glow)!important}html body #site-updates-dialog .updates-item:not(:last-child):before{top:27px!important;bottom:-6px!important}html body #site-updates-dialog .updates-card{padding:7px 0!important}html body #site-updates-dialog .updates-meta{gap:4px!important;flex-wrap:nowrap!important;align-items:center!important}html body #site-updates-dialog .updates-type{font-size:9px!important;gap:3px!important;white-space:nowrap!important}html body #site-updates-dialog .updates-age{font-size:9px!important;flex-shrink:0!important}html body #site-updates-dialog h3{font-size:11px!important;line-height:1.3!important;margin:2px 0 0!important}html body #site-updates-dialog .updates-actions{margin-top:5px!important;gap:5px!important;flex-wrap:nowrap!important;align-items:center!important}html body #site-updates-dialog .updates-price{font-size:12.5px!important;white-space:nowrap!important}html body #site-updates-dialog .updates-time{font-size:9px!important;padding:2px 5px!important;gap:3px!important;white-space:nowrap!important}html body #site-updates-dialog .updates-order{margin-left:auto!important;min-height:24px!important;padding:3px 7px!important;font-size:9.5px!important;gap:4px!important;white-space:nowrap!important;flex-shrink:0!important}html body #site-updates-dialog .updates-footer{padding:5px 12px!important;min-height:36px!important}html body #site-updates-dialog .updates-preference{font-size:10px!important;gap:6px!important}html body #site-updates-dialog .updates-done{width:80px!important;min-height:26px!important;padding:3px 7px!important;font-size:10px!important}}html[data-mode=light] body #site-updates-dialog .updates-footer{background:var(--bg-elevated)!important;border-top-color:var(--border)!important}html[data-mode=light] body #site-updates-dialog .updates-preference{color:var(--text-muted)!important}html[data-mode=light] body #site-updates-dialog #updates-hide-again{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:16px!important;height:16px!important;border:1px solid var(--border)!important;background:var(--bg-panel)!important;box-shadow:none!important}html[data-mode=light] body #site-updates-dialog #updates-hide-again:checked{border-color:var(--theme-accent)!important;background-color:var(--theme-accent)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")!important;background-position:center!important;background-size:11px 11px!important;background-repeat:no-repeat!important}html[data-mode=light] body #site-updates-dialog #updates-hide-again:focus-visible{outline:none!important}html[data-mode=light] body #site-updates-dialog .updates-done{background:var(--bg-panel)!important;border:1px solid var(--border)!important;color:var(--text-main)!important}html[data-mode=light] body #site-updates-dialog .updates-done:is(:hover,:focus-visible){background:var(--theme-accent)!important;border-color:var(--theme-accent)!important;color:var(--theme-accent-contrast)!important}html body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):is(:hover,:focus,:focus-within),html[data-mode=light] body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):is(:hover,:focus,:focus-within),html[data-mode=dark] body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):is(:hover,:focus,:focus-within){background:transparent!important;background-color:transparent!important;box-shadow:none!important}html body #site-updates-dialog :is(.updates-item,.updates-card):hover h3,html[data-mode=light] body #site-updates-dialog :is(.updates-item,.updates-card):hover h3,html[data-mode=dark] body #site-updates-dialog :is(.updates-item,.updates-card):hover h3{color:var(--theme-accent, #6d28d9)!important}html body #site-updates-dialog{border-radius:16px!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 24px 70px -10px #00000080!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}html[data-mode=light] body #site-updates-dialog{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 24px 60px -10px #0f172a29!important}html body #site-updates-dialog .updates-head{padding:15px 20px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}html body #site-updates-dialog .updates-icon{border-radius:10px!important;width:38px!important;height:38px!important}html body #site-updates-dialog .updates-close:hover,html body #site-updates-dialog .updates-close:focus-visible,html[data-mode=light] body #site-updates-dialog .updates-close:hover,html[data-mode=light] body #site-updates-dialog .updates-close:focus-visible,html[data-mode=dark] body #site-updates-dialog .updates-close:hover,html[data-mode=dark] body #site-updates-dialog .updates-close:focus-visible{color:#ef4444!important;background:transparent!important;border-color:transparent!important;transform:scale(1.1)!important}html body #site-updates-dialog .updates-type{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:3px 10px 3px 8px!important;border-radius:9999px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.02em!important;line-height:1.3!important}html body #site-updates-dialog .updates-item--new .updates-type,html[data-mode=dark] body #site-updates-dialog .updates-item--new .updates-type{color:#34d399!important;background:#10b98124!important;border:1px solid rgba(16,185,129,.32)!important;box-shadow:0 0 10px #10b98126!important}html[data-mode=light] body #site-updates-dialog .updates-item--new .updates-type{color:#047857!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important;box-shadow:none!important}html body #site-updates-dialog .updates-item--price .updates-type,html[data-mode=dark] body #site-updates-dialog .updates-item--price .updates-type,html[data-mode=light] body #site-updates-dialog .updates-item--price .updates-type{color:#ea580c!important;background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important}html body #site-updates-dialog .updates-age{font-size:11.5px!important;color:#94a3b8!important;font-weight:500!important}html body #site-updates-dialog .updates-card h3{font-size:14px!important;font-weight:650!important;margin-top:8px!important;margin-bottom:0!important;transition:color .18s ease!important}html body #site-updates-dialog .updates-time,html[data-mode=dark] body #site-updates-dialog .updates-time{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;font-size:11.5px!important;font-weight:550!important;color:#94a3b8!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html body #site-updates-dialog .updates-time i,html[data-mode=dark] body #site-updates-dialog .updates-time i{font-size:12px!important;color:#64748b!important}html[data-mode=light] body #site-updates-dialog .updates-time{background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;color:#64748b!important}html[data-mode=light] body #site-updates-dialog .updates-time i{color:#94a3b8!important}html body #site-updates-dialog .updates-order{border-radius:8px!important;font-weight:650!important;font-size:11.5px!important;padding:6px 13px!important;transition:transform .18s ease,filter .18s ease!important}html body #site-updates-dialog .updates-order:hover{transform:translateY(-1px)!important;filter:brightness(1.08)!important}html body #site-updates-dialog .updates-footer{padding:12px 18px!important;border-top:1px solid rgba(255,255,255,.08)!important}html[data-mode=light] body #site-updates-dialog .updates-done{background:#fff!important;border:1px solid #cbd5e1!important;color:#1e293b!important;border-radius:8px!important}html[data-mode=light] body #site-updates-dialog .updates-done:is(:hover,:focus-visible){background:var(--theme-accent, #6d28d9)!important;border-color:var(--theme-accent, #6d28d9)!important;color:#fff!important}html body #site-updates-dialog .updates-feed::-webkit-scrollbar-thumb{background:#ffffff2e!important;border-radius:9999px!important;-webkit-transition:background-color .2s ease!important;transition:background-color .2s ease!important}html body #site-updates-dialog .updates-feed::-webkit-scrollbar-thumb:hover{background:#ffffff52!important}html[data-mode=light] body #site-updates-dialog .updates-feed::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),html body .updates-card:is(:hover,:focus-visible),html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),html[data-mode=light] body .updates-card:is(:hover,:focus-visible){transform:none!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 10%,#ffffff)!important;border-color:var(--theme-accent, #6d28d9)!important;box-shadow:none!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible) h3,html body .updates-card:is(:hover,:focus-visible) h3,html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible) h3,html[data-mode=light] body .updates-card:is(:hover,:focus-visible) h3{color:var(--theme-accent, #6d28d9)!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible):after,html body .updates-card:is(:hover,:focus-visible):after,html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible):after,html[data-mode=light] body .updates-card:is(:hover,:focus-visible):after{color:var(--theme-accent, #6d28d9)!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),html[data-mode=dark] body .updates-card:is(:hover,:focus-visible),html.dark body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),html.dark body .updates-card:is(:hover,:focus-visible),body.dark-mode #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),body.dark-mode .updates-card:is(:hover,:focus-visible){transform:none!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 18%,#1e293b)!important;border-color:var(--theme-accent, #818cf8)!important;box-shadow:none!important}html body #site-updates-dialog{border-radius:18px!important;box-shadow:0 25px 80px -15px #0006,0 0 0 1px #ffffff14!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}html[data-mode=light] body #site-updates-dialog{background:#fff!important;color:#0f172a!important;border:1px solid #e2e8f0!important;box-shadow:0 25px 70px -12px #0f172a2e,0 0 0 1px #0000000a!important}html body #site-updates-dialog::backdrop{background:#030712a6!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important}html body #site-updates-dialog .updates-head{padding:16px 20px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}html[data-mode=light] body #site-updates-dialog .updates-head{background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}html body #site-updates-dialog .updates-icon{width:40px!important;height:40px!important;border-radius:12px!important;background:color-mix(in srgb,var(--theme-accent, #e11d48) 14%,transparent)!important;border:1px solid color-mix(in srgb,var(--theme-accent, #e11d48) 30%,transparent)!important;color:var(--theme-accent, #e11d48)!important}html body #site-updates-dialog h2{font-size:17px!important;font-weight:750!important;letter-spacing:-.01em!important}html[data-mode=light] body #site-updates-dialog h2{color:#0f172a!important}html body #site-updates-dialog .updates-caption{font-size:12px!important;color:#94a3b8!important;margin-top:2px!important}html body #site-updates-dialog .updates-feed,html[data-mode] body #site-updates-dialog .updates-feed{padding:14px!important}html body #site-updates-dialog .updates-item,html[data-mode] body #site-updates-dialog .updates-item{padding-left:0!important;margin-left:0!important}html body #site-updates-dialog .updates-item:not(:last-child):before{left:7px!important;background:#ffffff14!important}html[data-mode=light] body #site-updates-dialog .updates-item:not(:last-child):before{background:#e2e8f0!important}html body #site-updates-dialog .updates-item:after{left:3px!important;top:18px!important;width:9px!important;height:9px!important}html body #site-updates-dialog .updates-card{padding:15px 0!important;border-bottom:1px solid rgba(255,255,255,.07)!important;background:transparent!important;transition:all .2s ease!important}html[data-mode=light] body #site-updates-dialog .updates-card{border-bottom:1px solid #edf2f7!important}html body #site-updates-dialog .updates-card h3{font-size:14.5px!important;font-weight:650!important;line-height:1.4!important;margin-top:9px!important;margin-bottom:0!important;color:#e2e8f0!important;transition:color .18s ease!important;cursor:pointer!important}html[data-mode=light] body #site-updates-dialog .updates-card h3{color:#1e293b!important}html body #site-updates-dialog .updates-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}html body #site-updates-dialog .updates-type{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:3px 9px 3px 7px!important;border-radius:9999px!important;font-size:10.5px!important;font-weight:700!important;letter-spacing:.02em!important;text-transform:capitalize!important;box-shadow:0 1px 2px #0000000d!important;line-height:1.4!important}html body #site-updates-dialog .updates-item--new .updates-type{color:#10b981!important;background:#10b9811f!important;border:1px solid rgba(16,185,129,.28)!important}html[data-mode=light] body #site-updates-dialog .updates-item--new .updates-type{color:#047857!important;background:#ecfdf5!important;border:1px solid #a7f3d0!important}html body #site-updates-dialog .updates-item--price .updates-type{color:#f97316!important;background:#f973161f!important;border:1px solid rgba(249,115,22,.28)!important}html[data-mode=light] body #site-updates-dialog .updates-item--price .updates-type{color:#c2410c!important;background:#fff7ed!important;border:1px solid #fed7aa!important}html body #site-updates-dialog .updates-type i{font-size:11px!important}html body #site-updates-dialog .updates-age{font-size:11.5px!important;font-weight:500!important;color:#64748b!important}html body #site-updates-dialog .updates-actions{display:flex!important;align-items:center!important;gap:10px!important;margin-top:11px!important;flex-wrap:wrap!important}html body #site-updates-dialog .updates-price{font-size:14.5px!important;font-weight:750!important;color:#f8fafc!important;letter-spacing:-.01em!important}html body #site-updates-dialog .updates-price small{font-size:10px!important;font-weight:600!important;color:#94a3b8!important;margin-left:2px!important}html[data-mode=light] body #site-updates-dialog .updates-price{color:#0f172a!important}html[data-mode=light] body #site-updates-dialog .updates-price small{color:#64748b!important}html body #site-updates-dialog .updates-time{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:0!important;border-radius:0!important;background:transparent!important;border:none!important;color:#94a3b8!important;font-size:11.5px!important;font-weight:550!important}html[data-mode=light] body #site-updates-dialog .updates-time{background:transparent!important;border:none!important;color:#64748b!important}html body #site-updates-dialog .updates-order{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:6px 14px!important;border-radius:8px!important;background:var(--theme-accent, #e11d48)!important;border:1px solid var(--theme-accent, #e11d48)!important;color:#fff!important;font-size:11.5px!important;font-weight:650!important;text-decoration:none!important;box-shadow:0 2px 8px color-mix(in srgb,var(--theme-accent, #e11d48) 32%,transparent)!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;margin-left:auto!important}html body #site-updates-dialog .updates-order:hover{transform:translateY(-1px)!important;filter:brightness(1.08)!important;box-shadow:0 4px 12px color-mix(in srgb,var(--theme-accent, #e11d48) 42%,transparent)!important}html body #site-updates-dialog .updates-order i{font-size:11px!important;transition:transform .2s ease!important}html body #site-updates-dialog .updates-order:hover i{transform:translate(2px)!important}html body #site-updates-dialog .updates-footer{padding:12px 20px!important;border-top:1px solid rgba(255,255,255,.08)!important;background:#080c11!important}html[data-mode=light] body #site-updates-dialog .updates-footer{background:#f8fafc!important;border-top:1px solid #e2e8f0!important}html body #site-updates-dialog .updates-preference{font-size:12px!important;font-weight:500!important;color:#94a3b8!important}html[data-mode=light] body #site-updates-dialog .updates-preference{color:#64748b!important}html body #site-updates-dialog .updates-done{padding:6px 16px!important;border-radius:8px!important;font-size:12px!important;font-weight:600!important;transition:all .2s ease!important}html[data-mode=light] body #site-updates-dialog .updates-done{background:#fff!important;border:1px solid #cbd5e1!important;color:#334155!important}html[data-mode=light] body #site-updates-dialog .updates-done:is(:hover,:focus-visible){background:var(--theme-accent, #e11d48)!important;border-color:var(--theme-accent, #e11d48)!important;color:#fff!important}html body #site-updates-dialog .updates-card:is(:hover,:focus-within),html[data-mode=light] body #site-updates-dialog .updates-card:is(:hover,:focus-within),html[data-mode=dark] body #site-updates-dialog .updates-card:is(:hover,:focus-within){background:transparent!important;background-color:transparent!important;border-bottom-color:var(--light-line-soft, #252d36)!important;box-shadow:none!important}html body #site-updates-dialog .updates-card:is(:hover,:focus-within) h3,html[data-mode=light] body #site-updates-dialog .updates-card:is(:hover,:focus-within) h3,html[data-mode=dark] body #site-updates-dialog .updates-card:is(:hover,:focus-within) h3{color:var(--theme-accent, #6d28d9)!important;transition:color .18s ease!important}html[data-mode=light] body #site-updates-dialog .updates-order:is(:hover,:focus-visible){background:var(--theme-accent-hover)!important;border-color:var(--theme-accent-hover)!important;color:var(--theme-accent-contrast)!important;filter:none!important}@media (max-width: 980px){#site-updates-dialog{width:92vw!important;max-width:480px!important;max-height:85vh!important;padding:16px!important;margin:auto!important;top:0!important;right:0!important;bottom:0!important;left:0!important;box-sizing:border-box!important;overflow-y:auto!important}}html body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):hover,html body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):focus,html body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):focus-within,html[data-mode] body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):hover,html[data-mode] body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):focus,html[data-mode] body #site-updates-dialog :is(.updates-item,.updates-card,.updates-feed li):focus-within{background:transparent!important;background-color:transparent!important;box-shadow:none!important}html body #site-updates-dialog .updates-card h3{transition:color .15s ease!important}html body #site-updates-dialog :is(.updates-item,.updates-card):hover h3,html[data-mode] body #site-updates-dialog :is(.updates-item,.updates-card):hover h3{color:var(--theme-accent, #e11d48)!important}html body #site-updates-dialog .updates-feed{scrollbar-width:thin!important;scrollbar-color:rgba(255,255,255,.18) transparent!important}html body #site-updates-dialog .updates-feed::-webkit-scrollbar{width:5px!important}html body #site-updates-dialog .updates-feed::-webkit-scrollbar-track{background:transparent!important;margin:6px 0!important}html body #site-updates-dialog .updates-feed::-webkit-scrollbar-thumb{background:#ffffff2e!important;border-radius:9999px!important}html[data-mode=light] body #site-updates-dialog .updates-feed{scrollbar-color:#cbd5e1 transparent!important}html[data-mode=light] body #site-updates-dialog .updates-feed::-webkit-scrollbar-thumb{background:#cbd5e1!important}html:has(#site-updates-dialog){scrollbar-gutter:stable}html.updates-modal-open{overflow:hidden!important}html body #site-updates-dialog.updates-dialog{--updates-bg: #ffffff;--updates-surface: #ffffff;--updates-border: #e2e8f0;--updates-text: #0f172a;--updates-muted: #94a3b8;--updates-green: #059669;--updates-orange: #ca8a04;position:fixed;top:0;right:0;bottom:0;left:0;transform:none;margin:auto;width:min(800px,calc(100% - 40px));height:min(850px,calc(100dvh - 64px));max-width:none;max-height:calc(100dvh - 64px)!important;padding:0;overflow:hidden!important;overflow-x:hidden!important;overflow-y:hidden!important;color:var(--updates-text)!important;background:var(--updates-bg)!important;border:1px solid var(--updates-border)!important;border-radius:16px!important;box-shadow:0 20px 50px -10px #00000026!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog,html.dark body #site-updates-dialog.updates-dialog,body.dark-mode #site-updates-dialog.updates-dialog{--updates-bg: #0f172a;--updates-surface: #0f172a;--updates-border: #1e293b;--updates-text: #f8fafc;--updates-muted: #64748b;--updates-green: #10b981;--updates-orange: #f59e0b;border-color:#1e293b!important}html body #site-updates-dialog.updates-dialog:not([open]){display:none!important}html body #site-updates-dialog.updates-dialog[open]{display:flex;flex-direction:column}html body #site-updates-dialog.updates-dialog::backdrop{background:#0f172a73!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}#site-updates-dialog.updates-dialog *{box-sizing:border-box}#site-updates-dialog.updates-dialog :is(button,input,a){font:inherit}html body #site-updates-dialog.updates-dialog .updates-head{display:flex!important;align-items:center!important;gap:12px!important;flex-shrink:0;padding:12px 16px!important;background:var(--updates-surface)!important;border-bottom:1px solid var(--updates-border)!important}html body #site-updates-dialog.updates-dialog .updates-icon{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 34px;width:34px!important;height:34px!important;border-radius:9px!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 12%,transparent)!important;border:none!important;color:var(--theme-accent, #6d28d9)!important;font-size:16px!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-icon,html.dark body #site-updates-dialog.updates-dialog .updates-icon,body.dark-mode #site-updates-dialog.updates-dialog .updates-icon{background:color-mix(in srgb,var(--theme-accent, #6d28d9) 20%,transparent)!important;color:var(--theme-accent, #818cf8)!important}#site-updates-dialog.updates-dialog .updates-heading{min-width:0;flex:1;display:flex!important;flex-direction:column!important;justify-content:center!important}html body #site-updates-dialog.updates-dialog h2{margin:0!important;color:var(--updates-text)!important;font-size:17px!important;font-weight:700!important;line-height:1.2!important}html body #site-updates-dialog.updates-dialog .updates-subtitle,html body #site-updates-dialog.updates-dialog .updates-subtext{display:block!important;margin:2px 0 0!important;font-size:11px!important;font-weight:500!important;color:#64748b!important;line-height:1.2!important}html body #site-updates-dialog.updates-dialog .updates-subtitle strong,html body #site-updates-dialog.updates-dialog .updates-subtitle b{font-weight:700!important;color:var(--theme-accent, #6d28d9)!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-subtitle strong,html.dark body #site-updates-dialog.updates-dialog .updates-subtitle strong,body.dark-mode #site-updates-dialog.updates-dialog .updates-subtitle strong{color:var(--theme-accent, #818cf8)!important}html body #site-updates-dialog.updates-dialog .updates-caption{display:none!important}html body #site-updates-dialog.updates-dialog .updates-close{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 32px;width:32px!important;height:32px!important;margin-left:auto;padding:0;border:0!important;border-radius:8px!important;background:transparent!important;color:var(--updates-muted, #94a3b8)!important;font-size:24px!important;line-height:1!important;cursor:pointer;box-shadow:none!important;outline:none!important;transition:color .2s ease,transform .15s ease!important}html body #site-updates-dialog.updates-dialog .updates-close:hover{background:transparent!important;color:#ef4444!important;transform:scale(1.1)!important}html body #site-updates-dialog.updates-dialog .updates-toolbar{padding:8px 16px 4px!important}html body #site-updates-dialog.updates-dialog .updates-filters{display:flex!important;gap:6px!important}html body #site-updates-dialog.updates-dialog .updates-filter{padding:5px 12px!important;border-radius:8px!important;font-size:12px!important;font-weight:500!important;color:var(--updates-muted)!important;background:transparent!important;border:1px solid transparent!important;cursor:pointer!important;transition:all .2s ease!important;display:inline-flex!important;align-items:center!important;gap:5px!important}html body #site-updates-dialog.updates-dialog .updates-filter[aria-pressed=true]{background:var(--updates-card-bg)!important;color:var(--updates-text)!important;border-color:var(--updates-border)!important;font-weight:600!important}html body #site-updates-dialog.updates-dialog .updates-filter-count{font-size:10px!important;padding:1px 6px!important;border-radius:10px!important;background:#0000000d!important}html body #site-updates-dialog.updates-dialog .updates-feed{padding:8px 16px 12px!important;display:flex!important;flex-direction:column!important;gap:8px!important;list-style:none!important;margin:0!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:rgba(148,163,184,.4) transparent!important}html body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar{width:5px!important}html body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-track{background:transparent!important;margin:6px 0!important}html body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb{background:#94a3b866!important;border-radius:9999px!important;-webkit-transition:background-color .2s ease!important;transition:background-color .2s ease!important}html body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb:hover{background:#64748b99!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-feed,html.dark body #site-updates-dialog.updates-dialog .updates-feed,body.dark-mode #site-updates-dialog.updates-dialog .updates-feed{scrollbar-color:rgba(255,255,255,.18) transparent!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb,html.dark body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb,body.dark-mode #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb{background:#ffffff2e!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb:hover,html.dark body #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb:hover,body.dark-mode #site-updates-dialog.updates-dialog .updates-feed::-webkit-scrollbar-thumb:hover{background:#ffffff52!important}html body #site-updates-dialog.updates-dialog .updates-item{padding-left:0!important;margin:0!important}html body #site-updates-dialog.updates-dialog .updates-item:after,html body #site-updates-dialog.updates-dialog .updates-item:before{content:none!important;display:none!important}html body #site-updates-dialog.updates-dialog .updates-card{position:relative!important;display:flex!important;flex-direction:column!important;gap:3px!important;width:100%!important;padding:7px 12px!important;border:1px solid var(--updates-border)!important;border-radius:9px!important;background:#fff!important;box-shadow:0 1px 3px #0000000a!important;cursor:pointer!important;transition:all .22s cubic-bezier(.16,1,.3,1)!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible){transform:none!important;border-color:var(--theme-accent, #6d28d9)!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 10%,#12171d)!important;box-shadow:none!important}html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible){transform:none!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 10%,#ffffff)!important;border-color:var(--theme-accent, #6d28d9)!important;box-shadow:none!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible) h3{color:var(--theme-accent, #6d28d9)!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-card,html.dark body #site-updates-dialog.updates-dialog .updates-card,body.dark-mode #site-updates-dialog.updates-dialog .updates-card{background:#1e293b!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),html.dark body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible),body.dark-mode #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible){transform:none!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 12%,#1e293b)!important;border-color:var(--theme-accent, #818cf8)!important;box-shadow:none!important}html body #site-updates-dialog.updates-dialog .updates-card:after{content:"›"!important;position:absolute!important;right:14px!important;top:50%!important;transform:translateY(-50%)!important;font-size:22px!important;font-weight:400!important;color:#cbd5e1!important;pointer-events:none!important;transition:transform .25s cubic-bezier(.16,1,.3,1),color .25s ease!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible):after{color:var(--theme-accent, #6d28d9)!important;transform:translateY(-50%) translate(5px)!important;font-weight:700!important}html body #site-updates-dialog.updates-dialog .updates-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;margin:0!important}html body #site-updates-dialog.updates-dialog .updates-item--price .updates-type,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-item--price .updates-type,html.dark body #site-updates-dialog.updates-dialog .updates-item--price .updates-type,body.dark-mode #site-updates-dialog.updates-dialog .updates-item--price .updates-type,html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-item--price .updates-type,html body #site-updates-dialog.updates-dialog .updates-type--price,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-type--price,html.dark body #site-updates-dialog.updates-dialog .updates-type--price{background:transparent!important;background-color:transparent!important;border:none!important;box-shadow:none!important;color:#ea580c!important;font-size:10px!important;line-height:1!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.2px!important;padding:0!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html body #site-updates-dialog.updates-dialog .updates-item--new .updates-type,html body #site-updates-dialog.updates-dialog .updates-type--new{background:#ecfdf5!important;border:none!important;border-radius:10px!important;color:#059669!important;font-size:10px!important;line-height:1!important;font-weight:700!important;text-transform:uppercase!important;padding:1.5px 6px!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html body #site-updates-dialog.updates-dialog .updates-item--discount .updates-type,html body #site-updates-dialog.updates-dialog .updates-type--discount{background:#fff1f2!important;border:none!important;border-radius:12px!important;color:#e11d48!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;padding:2px 8px!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html body #site-updates-dialog.updates-dialog .updates-type{background:#eff6ff!important;border:none!important;border-radius:12px!important;color:#2563eb!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;padding:2px 8px!important;display:inline-flex!important;align-items:center!important;gap:4px!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-item--new .updates-type,html.dark body #site-updates-dialog.updates-dialog .updates-item--new .updates-type,body.dark-mode #site-updates-dialog.updates-dialog .updates-item--new .updates-type{background:#10b98126!important;color:#34d399!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-type,html.dark body #site-updates-dialog.updates-dialog .updates-type,body.dark-mode #site-updates-dialog.updates-dialog .updates-type{background:#2563eb26!important;color:#60a5fa!important}@keyframes badgeDotPulse{0%{transform:scale(.85);opacity:.7;box-shadow:0 0 #d9770699}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 0 5px #d9770600}to{transform:scale(.85);opacity:.7;box-shadow:0 0 #d9770600}}@keyframes badgeGreenDotPulse{0%{transform:scale(.85);opacity:.7;box-shadow:0 0 #05966999}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 0 5px #05966900}to{transform:scale(.85);opacity:.7;box-shadow:0 0 #05966900}}html body #site-updates-dialog.updates-dialog .updates-type:before{content:""!important;display:inline-block!important;width:6px!important;height:6px!important;border-radius:50%!important;margin-right:5px!important;background:currentColor!important;animation:badgeDotPulse 1.8s infinite ease-in-out!important;flex-shrink:0!important}html body #site-updates-dialog.updates-dialog .updates-item--new .updates-type:before,html body #site-updates-dialog.updates-dialog .updates-type--new:before{animation:badgeGreenDotPulse 1.8s infinite ease-in-out!important}html body #site-updates-dialog.updates-dialog .updates-item--price .updates-type{background:transparent!important}html body #site-updates-dialog.updates-dialog .updates-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin:0!important}html body #site-updates-dialog.updates-dialog .updates-age{color:#94a3b8!important;font-size:11px!important;font-weight:500!important;margin-left:auto!important;flex-shrink:0!important}html body #site-updates-dialog.updates-dialog .updates-card h3{margin:1px 0 0!important;padding-right:20px!important;color:var(--updates-text)!important;font-size:13px!important;line-height:1.35!important;font-weight:600!important;letter-spacing:-.1px!important;word-break:break-word!important;overflow-wrap:break-word!important}html body #site-updates-dialog.updates-dialog .updates-actions{display:flex!important;align-items:center!important;gap:8px!important;margin-top:4px!important}html body #site-updates-dialog.updates-dialog .updates-price{font-size:14px!important;font-weight:800!important;color:var(--updates-text)!important}html body #site-updates-dialog.updates-dialog .updates-time,html[data-mode] body #site-updates-dialog.updates-dialog .updates-time,html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-time,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-time{display:inline-flex!important;align-items:center!important;gap:4.5px!important;height:20px!important;padding:0 7px!important;border-radius:6px!important;font-size:11px!important;font-weight:600!important;color:#e57200!important;background:#ffa2001f!important;border:none!important;box-sizing:border-box!important}html body #site-updates-dialog.updates-dialog .updates-time i{color:#e57200!important;font-size:11px!important}html body #site-updates-dialog.updates-dialog .updates-order{display:none!important}html body #site-updates-dialog.updates-dialog .updates-footer{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;flex-shrink:0;padding:8px 20px!important;border-top:1px solid var(--updates-border)!important;background:var(--updates-surface)!important}html body #site-updates-dialog.updates-dialog .updates-preference{display:flex!important;align-items:center!important;gap:8px!important;color:#64748b!important;font-size:12px!important;cursor:pointer}@keyframes checkboxPop{0%{transform:scale(.85);opacity:.7}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}html body #site-updates-dialog.updates-dialog #updates-hide-again{-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;width:16px!important;height:16px!important;margin:0!important;border:1.5px solid #cbd5e1!important;border-radius:4px!important;background-color:#fff!important;cursor:pointer!important;transition:transform .2s cubic-bezier(.16,1,.3,1),background-color .2s ease,border-color .2s ease!important;flex-shrink:0!important;outline:none!important;box-shadow:none!important}html body #site-updates-dialog.updates-dialog #updates-hide-again:is(:hover,:focus,:focus-visible){border-color:var(--theme-accent, #6d28d9)!important;outline:none!important;box-shadow:none!important}html body #site-updates-dialog.updates-dialog #updates-hide-again:checked{border-color:var(--theme-accent, #6d28d9)!important;background-color:var(--theme-accent, #6d28d9)!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E")!important;background-position:center!important;background-size:11px 11px!important;background-repeat:no-repeat!important;animation:checkboxPop .22s cubic-bezier(.16,1,.3,1)!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog #updates-hide-again,html.dark body #site-updates-dialog.updates-dialog #updates-hide-again,body.dark-mode #site-updates-dialog.updates-dialog #updates-hide-again{border-color:#475569!important;background-color:#1e293b!important}html[data-mode=dark] body #site-updates-dialog.updates-dialog #updates-hide-again:checked,html.dark body #site-updates-dialog.updates-dialog #updates-hide-again:checked,body.dark-mode #site-updates-dialog.updates-dialog #updates-hide-again:checked{border-color:var(--theme-accent, #6d28d9)!important;background-color:var(--theme-accent, #6d28d9)!important}html body #site-updates-dialog.updates-dialog .updates-done{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:7px 18px!important;border:1px solid var(--theme-accent, #6d28d9)!important;border-radius:8px!important;background:var(--theme-accent, #6d28d9)!important;color:#fff!important;font-size:12px!important;font-weight:600!important;cursor:pointer!important;width:auto!important;transition:all .2s ease!important}html body #site-updates-dialog.updates-dialog .updates-done:hover{background:var(--theme-accent, #6d28d9)!important;box-shadow:0 4px 12px #6d28d940!important;opacity:.9!important}html body #site-updates-dialog.updates-dialog :is(.updates-done,.updates-close,.updates-filter,.updates-order){max-height:none!important}html body #site-updates-dialog.updates-dialog :is(button,a,input,.updates-feed):focus-visible{outline:2px solid var(--theme-accent, #6d28d9)!important;outline-offset:3px!important}html body #site-updates-dialog.updates-dialog .updates-close,html body #site-updates-dialog.updates-dialog .updates-close:hover,html body #site-updates-dialog.updates-dialog .updates-close:focus,html body #site-updates-dialog.updates-dialog .updates-close:focus-visible,html body #site-updates-dialog.updates-dialog .updates-close:active{border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important}html body #site-updates-dialog.updates-dialog .updates-feed:focus-visible{outline-offset:-3px!important}html body .announcement-bar .announcement-label[aria-controls=site-updates-dialog]:focus-visible{outline:2px solid white!important;outline-offset:3px!important}@media (max-width: 540px){html body #site-updates-dialog.updates-dialog{width:calc(100% - 20px);height:min(850px,calc(100dvh - 24px));max-height:calc(100dvh - 24px)!important;border-radius:10px!important}html body #site-updates-dialog.updates-dialog .updates-head{padding:6px 14px!important;gap:9px}html body #site-updates-dialog.updates-dialog h2{font-size:15px!important;font-weight:700}html body #site-updates-dialog.updates-dialog .updates-icon{flex-basis:34px;width:34px!important;height:34px!important}html body #site-updates-dialog.updates-dialog .updates-caption{font-size:11px!important}#site-updates-dialog.updates-dialog .updates-toolbar{padding:10px 12px}#site-updates-dialog.updates-dialog .updates-filters{flex:1;gap:4px}#site-updates-dialog.updates-dialog .updates-filter{flex:1;padding:6px 7px;min-height:44px;font-size:11px;gap:4px;white-space:nowrap}#site-updates-dialog.updates-dialog .updates-result{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}html body #site-updates-dialog.updates-dialog .updates-feed{padding:6px 16px 0!important}html body #site-updates-dialog.updates-dialog .updates-item{padding-left:0!important}html body #site-updates-dialog.updates-dialog .updates-type{font-size:8.5px!important;padding:0!important}html body #site-updates-dialog.updates-dialog .updates-age{font-size:10px!important}html body #site-updates-dialog.updates-dialog .updates-card h3{font-size:12.5px!important;line-height:1.35!important}html body #site-updates-dialog.updates-dialog .updates-actions{gap:8px}html body #site-updates-dialog.updates-dialog .updates-price,html body #site-updates-dialog.updates-dialog .updates-price small{font-size:13px!important}html body #site-updates-dialog.updates-dialog .updates-order{gap:0!important;min-height:25px!important;padding:2px 9px!important;font-size:0!important}html body #site-updates-dialog.updates-dialog .updates-order:before{content:"Order"!important;font-size:10px!important;line-height:1!important}html body #site-updates-dialog.updates-dialog .updates-order i{display:none!important}html body #site-updates-dialog.updates-dialog .updates-close{flex-basis:38px;height:38px!important;min-height:38px!important}html body #site-updates-dialog.updates-dialog .updates-footer{padding:5px 16px!important}html body #site-updates-dialog.updates-dialog .updates-done{min-height:28px!important;width:82px;padding:3px 9px;font-size:11px}}@media (max-width: 360px){#site-updates-dialog.updates-dialog .updates-filter-count{display:none}#site-updates-dialog.updates-dialog .updates-filter{font-size:10px}}@media (prefers-reduced-motion: no-preference){#site-updates-dialog.updates-dialog[open]{animation:updates-enter .18s ease-out}@keyframes updates-enter{0%{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}}html body #site-updates-dialog.updates-dialog .updates-item .updates-type,html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-item .updates-type,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-item .updates-type{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;outline:0!important;text-decoration:none!important}html body #site-updates-dialog.updates-dialog .updates-item .updates-type i,html[data-mode] body #site-updates-dialog.updates-dialog .updates-item .updates-type i{display:none!important}html body #site-updates-dialog.updates-dialog :is(.updates-heading,h2,.updates-feed,.updates-card,.updates-type,.updates-age,h3,.updates-price,.updates-price small,.updates-time,.updates-order,.updates-footer,.updates-preference,.updates-done,.updates-close){font-family:Inter,ui-sans-serif,system-ui,sans-serif!important}@media (min-width: 541px){html body #site-updates-dialog.updates-dialog .updates-done{width:90px!important;min-height:28px!important;padding:3px 10px!important;font-size:11px!important}html body #site-updates-dialog.updates-dialog .updates-done:is(:hover,:focus-visible){color:var(--theme-accent-contrast, #ffffff)!important;background:var(--theme-accent, #6d28d9)!important;border-color:var(--theme-accent, #6d28d9)!important;box-shadow:none!important;transform:none!important}}@media (max-width: 650px){html body #site-updates-dialog.updates-dialog{width:calc(100% - 16px)!important;max-height:calc(100dvh - 32px)!important;border-radius:14px!important}html body #site-updates-dialog.updates-dialog .updates-feed{padding:10px!important;gap:7px!important}html body #site-updates-dialog.updates-dialog .updates-card{padding:7px 28px 7px 10px!important;gap:2px!important;border-radius:9px!important}html body #site-updates-dialog.updates-dialog .updates-head{padding:12px 16px!important}html body #site-updates-dialog.updates-dialog .updates-footer{padding:10px 14px!important}html body #site-updates-dialog.updates-dialog .updates-card h3{font-size:12px!important;font-weight:500!important;line-height:1.35!important}html body #site-updates-dialog.updates-dialog .updates-price,html body #site-updates-dialog.updates-dialog .updates-price small{font-size:12px!important;font-weight:700!important}html body #site-updates-dialog.updates-dialog .updates-time,html[data-mode] body #site-updates-dialog.updates-dialog .updates-time,html[data-mode=light] body #site-updates-dialog.updates-dialog .updates-time,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-time{font-size:10px!important;font-weight:400!important}html body #site-updates-dialog.updates-dialog .updates-type{font-size:9.5px!important}}html body #site-updates-dialog.updates-dialog{--updates-ink-accent: var(--theme-accent, #6d28d9)}html:not([data-mode=light]) body #site-updates-dialog.updates-dialog{--updates-ink-accent: color-mix(in srgb, var(--theme-accent, #6d28d9) 55%, var(--updates-text))}@supports (color: oklch(from red l c h)){html:not([data-mode=light]) body #site-updates-dialog.updates-dialog{--updates-ink-accent: oklch(from var(--theme-accent, #6d28d9) max(l, .72) c h)}}html body #site-updates-dialog.updates-dialog .updates-icon,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-icon,html.dark body #site-updates-dialog.updates-dialog .updates-icon,body.dark-mode #site-updates-dialog.updates-dialog .updates-icon,html body #site-updates-dialog.updates-dialog .updates-subtitle strong,html body #site-updates-dialog.updates-dialog .updates-subtitle b,html[data-mode=dark] body #site-updates-dialog.updates-dialog .updates-subtitle strong,html.dark body #site-updates-dialog.updates-dialog .updates-subtitle strong,body.dark-mode #site-updates-dialog.updates-dialog .updates-subtitle strong{color:var(--updates-ink-accent)!important}html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible) h3,html body #site-updates-dialog.updates-dialog .updates-card:is(:hover,:focus-visible):after{color:var(--updates-ink-accent)!important}.service-hero,.hero-section-3{--blue:#168fe0;--blue-light:#6bc5ff;--mint:#77e5d1;position:relative;width:100%;height:500px;min-height:500px;max-height:500px;padding-top:0;padding-bottom:0;overflow:hidden;isolation:isolate;background:transparent!important;background-image:none!important;background-color:transparent!important}.service-hero:before,.hero-section-3:before{display:none!important;content:""!important;background:none!important}.service-hero:after,.hero-section-3:after{display:none!important;content:""!important;background:none!important}.service-hero-inner{position:relative;z-index:2;width:100%;max-width:1530px!important;height:500px!important;min-height:500px!important;max-height:500px!important;margin:0 auto;padding:0;display:grid;grid-template-columns:minmax(450px,.86fr) minmax(620px,1.14fr);align-items:center;gap:44px;box-sizing:border-box}.hero-copy{position:relative;width:100%;max-width:680px;overflow:visible}.hero-kicker{min-height:20px;margin-bottom:18px;display:inline-flex;align-items:center;gap:10px}.hero-kicker-square{width:8px;height:8px;flex:0 0 8px;background:#5cbcff;box-shadow:0 0 0 1px #5cbcff29,0 0 10px #5cbcff6b;animation:kickerSquareBlink 1.15s ease-in-out infinite}@keyframes kickerSquareBlink{0%,to{opacity:.25;box-shadow:0 0 0 1px #5cbcff1a,0 0 3px #5cbcff1f}50%{opacity:1;box-shadow:0 0 0 1px #5cbcff4d,0 0 13px #5cbcffa6}}.hero-kicker-text{color:#70c2f8e0;font-size:9px;line-height:1;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.hero-title-box{position:relative;min-height:112px;display:flex;align-items:center;overflow:visible;padding:3px 0 10px}.hero-title-box:before{display:none!important;content:""!important;background:none!important}.hero-title{position:relative;margin:0;max-width:100%;display:inline-block;overflow:visible;padding:0 0 .09em;color:transparent;font-size:clamp(51px,4.8vw,76px);line-height:1.05;font-weight:900;letter-spacing:-.062em;background:linear-gradient(90deg,#168edb,#31a7ed 52%,#76cafa);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 8px 24px rgba(18,136,211,.11))}.hero-title-cursor{display:inline-block;width:4px;height:.86em;margin-left:7px;vertical-align:-.03em;background:#29a9f3;box-shadow:0 0 12px #29a9f361;animation:heroCursorBlink .82s steps(1) infinite}@keyframes heroCursorBlink{0%,48%{opacity:1}49%,to{opacity:.08}}.hero-subtitle-line{position:relative;margin-top:5px;display:flex;align-items:center;gap:13px}.hero-subtitle-rail{position:relative;width:3px;height:42px;flex:0 0 3px;overflow:hidden;background:#57dbc621}.hero-subtitle-rail:before{content:"";position:absolute;left:0;top:-45%;width:100%;height:46%;background:linear-gradient(180deg,transparent,#77e5d1,transparent);box-shadow:0 0 9px #77e5d166;animation:subtitleRailMove 2.4s linear infinite}@keyframes subtitleRailMove{0%{top:-45%}to{top:120%}}.hero-subtitle{margin:0;color:#77e5d1;font-size:clamp(21px,1.75vw,27px);line-height:1.15;font-weight:730;letter-spacing:-.025em;text-shadow:0 0 20px rgba(119,229,209,.07);transition:opacity .23s ease,transform .23s ease,filter .23s ease}.hero-subtitle.is-changing{opacity:0;transform:translateY(6px);filter:blur(3px)}.hero-description{position:relative;width:94%;max-width:515px;margin-top:24px;padding:17px 20px 17px 56px;overflow:hidden;isolation:isolate;color:#d7e4f0c7;font-size:13px;line-height:1.72;font-weight:520;letter-spacing:-.004em;border:1px solid rgba(102,190,245,.14);border-radius:16px;background:radial-gradient(circle at 8% 50%,rgba(52,174,245,.13),transparent 31%),radial-gradient(circle at 96% 0%,rgba(119,229,209,.055),transparent 35%),linear-gradient(135deg,#121d29b8,#080e158f 58%,#050a1066);-webkit-backdrop-filter:blur(14px) saturate(125%);backdrop-filter:blur(14px) saturate(125%);box-shadow:inset 0 1px #ffffff0b,inset 0 -1px #51b4f006,0 16px 38px #00000029;transition:border-color .28s ease,background .28s ease,box-shadow .28s ease}.hero-description:before{content:"";position:absolute;left:17px;top:50%;width:25px;height:25px;transform:translateY(-50%);border:1px solid rgba(106,201,255,.24);border-radius:8px;background:radial-gradient(circle at 50% 50%,#79e7d2 0 2px,rgba(121,231,210,.22) 3px 5px,transparent 6px),linear-gradient(145deg,#4bb9f724,#77e5d10e);box-shadow:inset 0 1px #ffffff12,0 0 0 4px #43a9eb09,0 0 18px #49bbf71f}.hero-description:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 1px #75d3ff1a,inset 1px 0 #75d3ff06}@media (hover:hover){.hero-description:hover{border-color:#69c6fb38;background:radial-gradient(circle at 8% 50%,rgba(52,174,245,.16),transparent 32%),radial-gradient(circle at 96% 0%,rgba(119,229,209,.075),transparent 36%),linear-gradient(135deg,#131f2cc2,#080f1799 58%,#050a106e);box-shadow:inset 0 1px #ffffff0e,0 18px 42px #0000002e,0 0 26px #31a0e60e}}.hero-actions{position:relative;width:100%;margin-top:29px;display:flex;align-items:center;gap:13px;overflow:visible}.hero-order-btn{position:relative;flex:0 0 250px;min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 23px;overflow:hidden;text-decoration:none;color:#fff;font-size:14px;line-height:1;font-weight:850;letter-spacing:-.015em;background:linear-gradient(135deg,#5fb6ef,#2296de 55%,#168bd5);border:1px solid rgba(255,255,255,.19);box-shadow:0 14px 30px #198fda29,inset 0 1px #ffffff1f;transition:background .22s ease,border-color .22s ease}.hero-order-btn:hover{background:linear-gradient(135deg,#72c3f6,#2aa2e8 55%,#148ddb);border-color:#ffffff45;box-shadow:none}.hero-order-btn:before{content:"";position:absolute;top:-35%;left:-45%;width:25%;height:170%;transform:rotate(17deg);pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .55s ease}.hero-order-btn:hover:before{left:130%}.hero-order-arrow{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.hero-order-btn:hover .hero-order-arrow{animation:exploreArrowMove .72s ease-in-out infinite}@keyframes exploreArrowMove{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.hero-tools-scroller{position:relative;flex:1;min-width:0;height:54px;margin-right:20%;display:flex;align-items:center;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 8%,#000 90%,transparent 100%)}.hero-tools-scroller:before{content:"";position:absolute;left:15%;right:15%;top:50%;height:20px;transform:translateY(-50%);pointer-events:none;background:#46a3ec12;filter:blur(20px)}.hero-tools-track{position:relative;z-index:2;width:-moz-max-content;width:max-content;display:flex;align-items:center;gap:9px;padding:0 7px;animation:toolsScroll 18s linear infinite;will-change:transform}.hero-tools-scroller:hover .hero-tools-track{animation-play-state:paused}@keyframes toolsScroll{0%{transform:translate(0)}to{transform:translate(calc(-50% - 4.5px))}}.h-tool{position:relative;width:46px;height:46px;flex:0 0 46px;aspect-ratio:1 / 1;overflow:hidden;border-radius:0;background:linear-gradient(145deg,#131a23,#0a0f15);border:1px solid rgba(111,178,230,.3);box-shadow:0 7px 18px #0000004d,inset 0 0 0 1px #ffffff06;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.h-tool:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent 30%,transparent 70%,rgba(54,160,231,.05))}.h-tool:after{content:"";position:absolute;left:0;bottom:0;z-index:3;width:20px;height:1px;pointer-events:none;background:linear-gradient(90deg,#56b7f7,transparent);opacity:.65}.h-tool:hover{transform:scale(1.06);border-color:#69bef89e;box-shadow:0 9px 22px #00000057,0 0 15px #4caef71f}.h-tool img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.hero-carousel-area{position:relative;width:100%;min-width:0}.ih3-hero-cards{--card-w: clamp( 245px, 18vw, 300px );--info-h:111px;--card-h: calc( var(--card-w) + var(--info-h) );--side-1: clamp( 112px, 9.5vw, 145px );--side-2: clamp( 205px, 17vw, 265px );position:relative;width:100%;min-height:calc(var(--card-h) + 12px);display:flex;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.ih3-hero-cards:before{display:none!important;content:""!important;background:none!important}.ih3-card-stage{position:relative;width:100%;max-width:830px;height:var(--card-h);margin:0 auto;perspective:1750px;perspective-origin:50% 46%;transform-style:preserve-3d;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y}.ih3-card-stage:before{display:none!important;content:""!important;background:none!important}@keyframes ih3StageAura{0%,to{opacity:.48;transform:scale(.92)}50%{opacity:.78;transform:scale(1.04)}}.ih3-act-card{--accent:#29d3ff;--x:0px;--z:0px;--rotate-y:0deg;--scale:1;--card-opacity:1;--card-brightness:1;--card-saturation:1;position:absolute;left:50%;top:50%;width:var(--card-w);height:var(--card-h);cursor:pointer;outline:none;opacity:var(--card-opacity);filter:brightness(var(--card-brightness)) saturate(var(--card-saturation));transform:translate3d(calc(-50% + var(--x)),-50%,var(--z)) rotateY(var(--rotate-y)) scale(var(--scale));transform-origin:center;transform-style:preserve-3d;backface-visibility:hidden;transition:transform .92s cubic-bezier(.18,.82,.18,1),opacity .68s cubic-bezier(.22,.72,.2,1),filter .68s ease;will-change:transform,opacity,filter}.ih3-act-card:nth-child(1){--accent:#ffb326}.ih3-act-card:nth-child(2){--accent:#b946ff}.ih3-act-card:nth-child(3){--accent:#28d4ff}.ih3-act-card:nth-child(4){--accent:#ff4967}.ih3-act-card:nth-child(5){--accent:#00e0ad}.ih3-act-card[data-pos="0"]{--x:0px;--z:72px;--rotate-y:0deg;--scale:1;--card-opacity:1;--card-brightness:1;--card-saturation:1;z-index:50}.ih3-act-card[data-pos="-1"]{--x: calc( 0px - var(--side-1) );--z:0px;--rotate-y:7deg;--scale:.9;--card-opacity:.68;--card-brightness:.82;--card-saturation:.82;z-index:35}.ih3-act-card[data-pos="1"]{--x:var(--side-1);--z:0px;--rotate-y:-7deg;--scale:.9;--card-opacity:.68;--card-brightness:.82;--card-saturation:.82;z-index:35}.ih3-act-card[data-pos="-2"]{--x: calc( 0px - var(--side-2) );--z:-95px;--rotate-y:11deg;--scale:.77;--card-opacity:.32;--card-brightness:.68;--card-saturation:.62;z-index:20}.ih3-act-card[data-pos="2"]{--x:var(--side-2);--z:-95px;--rotate-y:-11deg;--scale:.77;--card-opacity:.32;--card-brightness:.68;--card-saturation:.62;z-index:20}.ih3-act-card:not([data-pos="0"]) .ih3-card-surface{background:linear-gradient(155deg,#131d29c7,#090f17ad 56%,#05090e99);-webkit-backdrop-filter:blur(12px) saturate(118%);backdrop-filter:blur(12px) saturate(118%)}.ih3-act-card[data-pos="-2"] .ih3-card-surface,.ih3-act-card[data-pos="2"] .ih3-card-surface{background:linear-gradient(155deg,#111b27a3,#080e158a 58%,#04080d7a)}.ih3-act-card-shell{position:relative;width:100%;height:100%;overflow:hidden;clip-path:polygon(14px 0,calc(100% - 32px) 0,100% 32px,100% calc(100% - 18px),calc(100% - 18px) 100%,18px 100%,0 calc(100% - 18px),0 14px);background:linear-gradient(145deg,color-mix(in srgb,var(--accent),#fff 42%),var(--accent) 15%,color-mix(in srgb,var(--accent),transparent 72%) 36%,rgba(255,255,255,.08) 53%,var(--accent) 80%,color-mix(in srgb,var(--accent),#fff 34%));filter:drop-shadow(0 26px 38px rgba(0,0,0,.62)) drop-shadow(0 0 5px color-mix(in srgb,var(--accent),transparent 15%));transition:filter .28s ease}.ih3-card-surface{position:absolute;top:2px;right:2px;bottom:2px;left:2px;overflow:hidden;clip-path:polygon(12px 0,calc(100% - 30px) 0,100% 30px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px),0 12px);background:linear-gradient(180deg,#111923,#090e15 55%,#05080d)}.ih3-card-surface:before{content:"";position:absolute;z-index:70;top:0;right:38px;width:34%;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,var(--accent),#fff,var(--accent),transparent);box-shadow:0 0 7px var(--accent),0 0 15px var(--accent)}.ih3-card-surface:after{content:"";position:absolute;z-index:70;left:0;top:64px;width:1px;height:48px;pointer-events:none;background:linear-gradient(180deg,transparent,var(--accent),transparent);box-shadow:0 0 7px var(--accent)}.ih3-act-card-visual{position:absolute;z-index:2;top:0;left:0;right:0;height:calc(var(--card-w) - 4px);overflow:hidden;background:#080d13;clip-path:polygon(12px 0,calc(100% - 30px) 0,100% 30px,100% 100%,0 100%,0 12px)}.ih3-act-card-visual img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;opacity:1!important;filter:none!important;transform:scale(1.001);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.ih3-card-shine{position:absolute;z-index:60;top:-42%;left:-80%;width:42%;height:185%;pointer-events:none;opacity:0;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.02),color-mix(in srgb,var(--accent),transparent 77%),rgba(255,255,255,.48),color-mix(in srgb,var(--accent),transparent 76%),transparent)}.ih3-act-card[data-pos="0"] .ih3-card-shine{opacity:.36;animation:centerCardShine 4.8s ease infinite}.ih3-act-card:hover .ih3-card-shine{animation:hoverCardShine 1.1s ease 1}@keyframes centerCardShine{0%,58%{left:-80%}82%,to{left:135%}}@keyframes hoverCardShine{0%{left:-80%;opacity:0}15%{opacity:.44}80%{opacity:.44}to{left:135%;opacity:0}}.ih3-card-info{position:absolute;z-index:15;top:calc(var(--card-w) - 4px);left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:21px 20px 13px 24px;overflow:hidden;border-top:1px solid color-mix(in srgb,var(--accent),transparent 36%);background:radial-gradient(circle at 0% 25%,color-mix(in srgb,var(--accent),transparent 82%),transparent 45%),linear-gradient(135deg,#121b27fe,#080d14fe 50%,#04080d);clip-path:polygon(0 0,100% 0,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px))}.ih3-card-info:after{content:"";position:absolute;left:10px;bottom:18px;width:3px;height:34px;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent),transparent 75%));box-shadow:0 0 8px var(--accent)}.ih3-card-badge{position:absolute;z-index:75;top:calc(var(--card-w) - 20px);left:14px;padding:1.5px;overflow:hidden;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,0 100%);background:var(--accent);box-shadow:0 7px 17px #0006,0 0 10px color-mix(in srgb,var(--accent),transparent 45%)}.ih3-card-badge-inner{position:relative;min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:6px 13px 6px 10px;color:#fff;font-size:9px;line-height:1;font-weight:850;letter-spacing:.095em;text-transform:uppercase;white-space:nowrap;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,0 100%);background:color-mix(in srgb,var(--accent),#091017 88%)}.ih3-card-badge-inner:before{content:none!important;display:none!important}.ih3-card-badge-dot{width:6px;height:6px;flex:0 0 6px;border-radius:50%;background:var(--accent);box-shadow:0 0 7px var(--accent)}.ih3-card-name{display:block;width:100%;color:#fff;font-size:clamp(16px,1.25vw,20px);line-height:1.1;font-weight:800;letter-spacing:-.025em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ih3-card-subtitle{display:-webkit-box;width:100%;margin-top:5px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#e2edf8b3;font-size:clamp(9px,.7vw,11px);line-height:1.45}.ih3-act-card[data-pos="0"] .ih3-act-card-shell{filter:drop-shadow(0 30px 46px rgba(0,0,0,.7)) drop-shadow(0 0 7px var(--accent)) drop-shadow(0 0 24px color-mix(in srgb,var(--accent),transparent 46%))}@media (max-width:1280px){.service-hero-inner{grid-template-columns:minmax(400px,.86fr) minmax(520px,1.14fr);gap:28px}.hero-tools-scroller{margin-right:12%}.ih3-hero-cards{--card-w: clamp( 230px, 19vw, 280px );--side-1: clamp( 100px, 9vw, 135px );--side-2: clamp( 180px, 16vw, 240px )}}@media (max-width:980px){.service-hero{min-height:auto}.service-hero-inner{min-height:0;grid-template-columns:1fr;padding:20px;gap:28px}.hero-copy{max-width:700px;margin:0 auto}.hero-carousel-area{width:100%;margin:0;overflow:hidden}.ih3-hero-cards{--card-w: min( 38vw, 270px );--side-1:19vw;--side-2:34vw;min-height:480px}}@media (max-width:650px){.service-hero-inner{padding:10px 14px 8px;gap:18px}.hero-copy{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-kicker{min-height:16px;margin:0 auto 12px;justify-content:center;gap:7px}.hero-kicker-square{width:6px;height:6px;flex:0 0 6px}.hero-kicker-text{font-size:7px;letter-spacing:.12em}.hero-title-box{width:100%;min-height:68px;padding:2px 0 8px;justify-content:center;overflow:visible}.hero-title-box:before{left:50%;top:50%;width:145px;height:90px;transform:translate(-50%,-50%);filter:blur(40px)}.hero-title{max-width:calc(100vw - 28px);margin:0 auto;padding-bottom:.12em;font-size:clamp(30px,8.5vw,38px);line-height:1.12;letter-spacing:-.048em;white-space:nowrap;text-align:center}.hero-title-cursor{width:2px;height:.82em;margin-left:4px}.hero-subtitle-line{width:100%;min-height:36px;margin-top:0;justify-content:center;gap:8px}.hero-subtitle-rail{width:2px;height:29px;flex:0 0 2px}.hero-subtitle{font-size:clamp(15px,4.2vw,18px);line-height:1.2;text-align:center}.hero-description{width:min(320px,92%);max-width:320px;margin:17px auto 0;padding:13px 14px 13px 46px;color:#d2e0edc4;font-size:10.5px;line-height:1.62;text-align:left;border-radius:14px}.hero-description:before{left:13px;top:50%;width:22px;height:22px;transform:translateY(-50%);border-radius:7px}.hero-description:after{top:0;right:0;bottom:0;left:0;width:auto;height:auto;transform:none}.hero-actions{width:100%;margin-top:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.hero-order-btn{width:min(260px,82vw);flex:none;min-height:46px;padding:0 18px;font-size:12px}.hero-order-arrow{width:15px;height:15px}.hero-tools-scroller{width:min(330px,90vw);height:44px;flex:none;margin:0 auto;align-self:center}.hero-tools-track{gap:7px;padding:0 5px;animation-duration:17s}.h-tool{width:38px;height:38px;flex:0 0 38px}.hero-carousel-area{width:100%;margin:8px auto 0;overflow:hidden}.ih3-hero-cards{--card-w: min( 52vw, 205px );--info-h:82px;--card-h: calc( var(--card-w) + var(--info-h) );--side-1: clamp( 72px, 20vw, 92px );--side-2: clamp( 125px, 35vw, 158px );width:100%;min-height:calc(var(--card-h) + 48px);align-items:center;justify-content:center}.ih3-card-stage{width:100%;max-width:100%;height:var(--card-h);margin:0 auto}.ih3-act-card[data-pos="0"]{--scale:1}.ih3-act-card[data-pos="-1"],.ih3-act-card[data-pos="1"]{--scale:.78}.ih3-act-card[data-pos="-2"],.ih3-act-card[data-pos="2"]{--scale:.6}.ih3-card-info{padding:15px 11px 9px 17px}.ih3-card-info:after{left:7px;bottom:13px;width:2px;height:25px}.ih3-card-name{font-size:12px}.ih3-card-subtitle{margin-top:3px;font-size:7.5px;line-height:1.35}.ih3-card-badge{top:calc(var(--card-w) - 14px);left:9px;padding:1px}.ih3-card-badge-inner{min-height:21px;gap:4px;padding:4px 7px 4px 6px;font-size:6px;letter-spacing:.07em}.ih3-card-badge-dot{width:4px;height:4px;flex:0 0 4px}}@media (max-width:480px){.service-hero-inner{padding:9px 12px 6px}.hero-kicker{margin-bottom:11px}.hero-kicker-text{font-size:6.5px;letter-spacing:.1em}.hero-title-box{min-height:64px}.hero-title{max-width:calc(100vw - 24px);font-size:clamp(29px,8.4vw,36px);line-height:1.13}.hero-subtitle{font-size:clamp(14px,4vw,17px)}.hero-description{width:min(290px,90%);margin-top:15px;font-size:10px;line-height:1.6}.hero-actions{margin-top:18px}.hero-order-btn{width:min(245px,84vw);min-height:44px;font-size:11.5px}.hero-tools-scroller{width:min(315px,90vw);height:42px}.h-tool{width:36px;height:36px;flex-basis:36px}.ih3-hero-cards{--card-w: min( 50vw, 195px );--info-h:78px;--side-1: clamp( 68px, 19vw, 86px );--side-2: clamp( 118px, 34vw, 145px );min-height:calc(var(--card-h) + 44px)}.ih3-card-name{font-size:11.5px}.ih3-card-subtitle{font-size:7px}}@media (max-width:390px){.service-hero-inner{padding:8px 10px 6px}.hero-title{max-width:calc(100vw - 20px);font-size:clamp(27px,8.1vw,32px)}.hero-subtitle{font-size:14px}.hero-description{width:min(268px,90%);font-size:9.5px}.hero-order-btn{width:min(230px,86vw);min-height:42px;font-size:11px}.hero-tools-scroller{width:min(290px,90vw);height:40px}.h-tool{width:34px;height:34px;flex-basis:34px}.ih3-hero-cards{--card-w: min( 51vw, 188px );--info-h:76px;--side-1: clamp( 64px, 19vw, 78px );--side-2: clamp( 108px, 33vw, 132px );min-height:calc(var(--card-h) + 40px)}.ih3-act-card[data-pos="-2"],.ih3-act-card[data-pos="2"]{opacity:0;pointer-events:none}}@media (prefers-reduced-motion:reduce){.hero-kicker-square,.hero-title-cursor,.hero-subtitle-rail:before,.hero-tools-track,.hero-order-btn:hover .hero-order-arrow,.ih3-card-stage:before{animation:none!important}.ih3-act-card{transition-duration:.01ms!important}.ih3-card-shine{display:none!important;animation:none!important}}#hero-section-3{--hero-accent: var(--theme-accent);--hero-accent-light: color-mix(in srgb, var(--theme-accent) 55%, #fff);--hero-surface: #10151b;--hero-border: #252d36;--hero-text: #f8fafc;--hero-muted: #929ca7}#hero-section-3 .hero-copy{min-width:0}#hero-section-3 .hero-kicker-text{color:var(--hero-accent-light);font-size:10px;font-weight:700;letter-spacing:.12em}#hero-section-3 .hero-kicker-square{background:var(--hero-accent-light);border-radius:2px!important;box-shadow:none;animation:none}#hero-section-3 .hero-title{color:var(--hero-text);background:none;filter:none;font-weight:800;letter-spacing:-.045em}#hero-section-3 .hero-title-cursor{background:var(--hero-accent-light);box-shadow:none}#hero-section-3 .hero-subtitle{color:var(--hero-accent-light);font-weight:600;text-shadow:none}#hero-section-3 .hero-subtitle-rail{background:var(--hero-accent);border-radius:2px!important}#hero-section-3 .hero-subtitle-rail:before{content:none}#hero-section-3 .hero-description,#hero-section-3 .hero-description:hover{padding:15px 18px;color:var(--hero-muted);background:var(--hero-surface);border:1px solid var(--hero-border);border-radius:10px!important;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;font-weight:400}#hero-section-3 .hero-description:before,#hero-section-3 .hero-description:after{content:none}#hero-section-3 .hero-order-btn{color:#fff;background:var(--hero-accent);border:1px solid var(--hero-accent);border-radius:8px!important;min-height:48px;font-weight:600;box-shadow:none}#hero-section-3 .hero-order-btn:hover{background:var(--theme-accent-hover);border-color:var(--theme-accent-hover)}#hero-section-3 .hero-tools-scroller{--hero-tool-trim: 56px;margin-right:var(--hero-tool-trim)}#hero-section-3 .hero-tools-scroller:before,#hero-section-3 .h-tool:before,#hero-section-3 .h-tool:after{content:none}#hero-section-3 .h-tool{background:var(--hero-surface);border:1px solid var(--hero-border);border-radius:8px!important;box-shadow:none}#hero-section-3 .h-tool:hover{border-color:var(--hero-accent-light);box-shadow:none}#hero-section-3 .ih3-card-stage{perspective:none;transform-style:flat}#hero-section-3 .ih3-act-card{--accent: color-mix(in srgb, var(--theme-accent) 78%, #fff);left:calc((100% - var(--card-w)) / 2);top:calc((100% - var(--card-h)) / 2);opacity:1;filter:none;transform:translate(var(--x)) scale(var(--scale));transform-style:flat;backface-visibility:visible;will-change:auto;transition:transform .7s cubic-bezier(.18,.82,.18,1)}#hero-section-3 .ih3-act-card[data-pos="0"]{transform:none;filter:none;opacity:1}#hero-section-3 .ih3-act-card-shell{box-sizing:border-box;clip-path:url(#hero-rounded-card-clip);border:0;border-radius:0!important;background:var(--hero-surface);filter:none;box-shadow:none;transform:none}#hero-section-3 .ih3-act-card[data-pos="0"] .ih3-act-card-shell{filter:none}#hero-section-3 .ih3-card-halo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none;fill:none;stroke:color-mix(in srgb,var(--theme-accent) 55%,#fff);stroke-width:1;filter:drop-shadow(0 2px 9px color-mix(in srgb,var(--theme-accent) 78%,#fff)80) drop-shadow(0 5px 18px var(--theme-accent)40);opacity:0;transition:opacity .28s ease}#hero-section-3 .ih3-act-card:focus-visible .ih3-card-halo{opacity:.85}@media (hover: hover){#hero-section-3 .ih3-act-card:hover .ih3-card-halo{opacity:.85}}@media (prefers-reduced-motion: reduce){#hero-section-3 .ih3-card-halo{transition:none}}#hero-section-3 .ih3-card-surface{top:0;right:0;bottom:0;left:0;border-radius:0!important;clip-path:none;background:var(--hero-surface);backdrop-filter:none;-webkit-backdrop-filter:none;filter:none;transform:none}#hero-section-3 .ih3-card-surface:before,#hero-section-3 .ih3-card-surface:after,#hero-section-3 .ih3-card-info:after{content:none}#hero-section-3 .ih3-card-outline{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;z-index:90;overflow:visible;pointer-events:none;fill:none;stroke:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 78%, #fff));stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round;transition:stroke .24s ease}#hero-section-3 .ih3-act-card[data-pos="0"] .ih3-card-outline{stroke:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff))}#hero-section-3 .ih3-slot-outline{stroke:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff));stroke-width:1.25}#hero-section-3 .ih3-act-card:focus-visible .ih3-card-outline{stroke:var(--home-hover-accent, var(--theme-accent, color-mix(in srgb, var(--theme-accent) 24%, #fff)))}@media (hover: hover){#hero-section-3 .ih3-act-card:hover .ih3-card-outline{stroke:var(--home-hover-accent, var(--theme-accent, color-mix(in srgb, var(--theme-accent) 38%, #fff)))}}#hero-section-3 .ih3-act-card-visual{height:var(--visual-h);clip-path:none;background:#0b1016}#hero-section-3 .ih3-act-card-visual img{transform:none}#hero-section-3 .ih3-card-shine{display:block;top:0;left:-55%;width:26%;height:var(--visual-h);z-index:5;opacity:0;background:#fff;transform:skew(-18deg);pointer-events:none;animation:none}#hero-section-3 .ih3-act-card[data-pos="0"] .ih3-card-shine{animation:hero-card-reflection 4.2s ease-in-out infinite}#hero-section-3 .ih3-act-card:not([data-pos="0"]):hover .ih3-card-shine{animation:none}@keyframes hero-card-reflection{0%,12%{left:-55%;opacity:0}18%{opacity:.09}45%{left:130%;opacity:.09}46%,to{left:130%;opacity:0}}#hero-section-3 .ih3-hero-cards{--info-h: 124px;--caption-h: 112px;--visual-h: calc(var(--card-h) - var(--caption-h))}#hero-section-3 .ih3-card-info{top:var(--visual-h);padding:22px 18px 12px;border-top:1px solid #303547;background:#121722;clip-path:none;filter:none;transform:none;align-items:flex-start;justify-content:flex-start;gap:5px;text-align:left;transition:background-color .24s ease,border-color .24s ease}#hero-section-3 .ih3-card-name{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:0;color:#f4f5fa;font-size:17px;font-weight:600;line-height:1.2;letter-spacing:-.015em;white-space:normal;overflow-wrap:anywhere;filter:none;text-shadow:none}#hero-section-3 .ih3-card-subtitle{max-width:100%;margin:0;color:#9aa8bb;font-size:11.5px;line-height:1.45;font-weight:400;letter-spacing:0;filter:none;text-shadow:none}#hero-section-3 .ih3-card-badge{top:calc(var(--visual-h) - 14px);left:14px;max-width:calc(100% - 28px);padding:0;clip-path:none;border:1px solid var(--badge-fill, color-mix(in srgb, var(--theme-accent) 38%, #fff));border-radius:6px!important;background:var(--badge-fill, color-mix(in srgb, var(--theme-accent) 38%, #fff));box-shadow:0 2px 5px #0003;pointer-events:none}#hero-section-3 .ih3-card-badge-inner{min-height:27px;padding:5px 9px;gap:6px;clip-path:none;background:transparent;color:var(--badge-ink, #261747);font-size:9px;font-weight:600;letter-spacing:.045em}#hero-section-3 .ih3-card-badge-icon{display:block;width:13px;height:13px;flex:0 0 13px;color:inherit;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}#hero-section-3 .ih3-card-badge[data-badge=hot]{--badge-fill: #fbbf24;--badge-ink: #422006}#hero-section-3 .ih3-card-badge[data-badge=promo]{--badge-fill: #67e8f9;--badge-ink: #083344}#hero-section-3 .ih3-card-badge[data-badge=offer]{--badge-fill: #fda4af;--badge-ink: #4c0519}#hero-section-3 .ih3-card-badge[data-badge=best-price]{--badge-fill: #6ee7b7;--badge-ink: #052e22}#hero-section-3 .ih3-card-badge[data-badge=trending]{--badge-fill: #93c5fd;--badge-ink: #172554}#hero-section-3 .ih3-act-card[data-pos="0"] .ih3-card-info{border-top-color:color-mix(in srgb,var(--theme-accent, var(--theme-accent)) 50%,transparent)}#hero-section-3 .ih3-act-card:focus-visible .ih3-card-info{background:#171d2b}@media (hover: hover){#hero-section-3 .ih3-act-card:hover .ih3-card-info{background:#171d2b;border-top-color:var(--theme-accent, color-mix(in srgb, var(--theme-accent) 55%, #fff))}}@media (prefers-reduced-motion: reduce){#hero-section-3 .ih3-act-card{transition:none}#hero-section-3 .ih3-card-shine{display:none;animation:none}#hero-section-3 .ih3-card-outline{transition:none}}@media (min-width: 981px){#hero-section-3 .service-hero-inner{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)}#hero-section-3 .hero-title{font-size:clamp(42px,4.6vw,72px)}}@media (max-width: 980px){#hero-section-3,#hero-section-3 .service-hero-inner{height:auto;min-height:0;max-height:none}#hero-section-3 .service-hero-inner{padding:32px 20px 16px}}@media (max-width: 650px){#hero-section-3 .service-hero-inner{padding:28px 14px 12px;gap:16px}#hero-section-3 .hero-kicker-text{font-size:9px}#hero-section-3 .hero-description{width:min(360px,100%);max-width:360px;padding:12px 14px;font-size:12px}#hero-section-3 .hero-order-btn{min-height:44px;font-size:12px}#hero-section-3 .hero-tools-scroller{--hero-tool-trim: 48px;--hero-tools-width: min(330px, 90vw);width:calc(var(--hero-tools-width) - var(--hero-tool-trim));margin-left:calc((100% - var(--hero-tools-width)) / 2);margin-right:calc((100% - var(--hero-tools-width)) / 2 + var(--hero-tool-trim))}#hero-section-3 .ih3-hero-cards{--caption-h: 124px}#hero-section-3 .ih3-card-info{padding:19px 14px 10px;gap:4px}#hero-section-3 .ih3-card-name{font-size:13.5px;line-height:1.2}#hero-section-3 .ih3-card-subtitle{font-size:10.5px;line-height:1.35;-webkit-line-clamp:3}#hero-section-3 .ih3-card-badge{left:10px;top:calc(var(--visual-h) - 12px);border-radius:6px!important}#hero-section-3 .ih3-card-badge-inner{min-height:24px;padding:4px 7px;gap:5px;font-size:8px}}@media (max-width: 480px){#hero-section-3 .hero-tools-scroller{--hero-tool-trim: 46px;--hero-tools-width: min(315px, 90vw)}}@media (max-width: 390px){#hero-section-3 .hero-tools-scroller{--hero-tool-trim: 44px;--hero-tools-width: min(290px, 90vw)}}#hero-section-3 .hero-copy{max-width:600px;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}#hero-section-3 .hero-copy .hero-kicker{min-height:28px;width:-moz-max-content;width:max-content;max-width:100%;margin:0 0 18px;padding:6px 10px;gap:8px;border:1px solid color-mix(in srgb,var(--theme-accent) 78%,#fff)4d;border-radius:6px!important;background:#1c142b}#hero-section-3 .hero-copy .hero-kicker-text{color:color-mix(in srgb,var(--theme-accent) 38%,#fff);font-size:10px;font-weight:600;letter-spacing:.09em}#hero-section-3 .hero-copy .hero-kicker-square{width:6px;height:6px;flex-basis:6px;background:color-mix(in srgb,var(--theme-accent) 55%,#fff)}#hero-section-3 .hero-copy .hero-title-box{min-height:112px;padding:0;align-items:flex-start}#hero-section-3 .hero-copy .hero-title{display:flex;flex-direction:column;gap:7px;width:100%;max-width:100%;margin:0;padding:0;color:#f8fafc;background:none;filter:none;font-size:clamp(36px,4.3vw,64px);line-height:1.14;letter-spacing:-.045em;font-weight:750;white-space:normal}#hero-section-3 .hero-title-lead{display:block;color:#e4e7ee;font-size:clamp(23px,2.15vw,32px);line-height:1.2;font-weight:500;letter-spacing:-.035em}#hero-section-3 #heroDynamicTitle{display:block;min-height:1.14em;white-space:nowrap;color:transparent;background:linear-gradient(100deg,var(--theme-accent) 0%,color-mix(in srgb,var(--theme-accent) 78%,#fff) 48%,color-mix(in srgb,var(--theme-accent) 38%,#fff) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#hero-section-3 #heroDynamicTitle:after{content:"";display:inline-block;width:3px;height:.78em;margin-left:6px;vertical-align:-.025em;background:color-mix(in srgb,var(--theme-accent) 38%,#fff);border-radius:1px!important;animation:hero-typing-caret .9s steps(1) infinite}@keyframes hero-typing-caret{0%,48%{opacity:1}49%,to{opacity:0}}@media (max-width: 650px){#hero-section-3 #heroDynamicTitle:after{width:2px;margin-left:4px}}@media (prefers-reduced-motion: reduce){#hero-section-3 #heroDynamicTitle:after{display:none;animation:none}}#hero-section-3 .hero-copy .hero-subtitle-line{margin-top:10px;min-height:44px;gap:10px}#hero-section-3 .hero-copy .hero-subtitle-rail{width:4.5px;height:26px;flex-basis:4.5px;border-radius:3px!important;background:var(--theme-accent, var(--theme-accent))}#hero-section-3 .hero-copy .hero-subtitle{color:#d4d9e3;font-size:30px!important;line-height:1.25;font-weight:750;letter-spacing:-.025em;filter:none;text-shadow:none}#hero-section-3 .hero-copy .hero-description,#hero-section-3 .hero-copy .hero-description:hover{width:100%;max-width:515px;margin:12px 0 0;padding:0;border:0;border-radius:0!important;background:transparent;box-shadow:none;color:#96a1b0;font-size:14px;line-height:1.8;font-weight:400;text-align:left}#hero-section-3 .hero-description strong{color:#d9dee7;font-weight:500}#hero-section-3 .hero-copy .hero-actions{margin-top:24px}#hero-section-3 .hero-copy .hero-order-btn{font-size:13px;font-weight:600;letter-spacing:0;box-shadow:0 5px 14px var(--theme-accent) 29}#hero-section-3 .hero-copy :is(.hero-kicker,.hero-title-lead,.hero-description,.hero-actions){animation:hero-copy-enter .6s cubic-bezier(.2,.7,.2,1) both}#hero-section-3 .hero-copy .hero-title-lead{animation-delay:.06s}#hero-section-3 .hero-copy .hero-description{animation-delay:.12s}#hero-section-3 .hero-copy .hero-actions{animation-delay:.18s}@keyframes hero-copy-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}#hero-services{scroll-margin-top:110px}@media (max-width: 650px){#hero-section-3 .hero-copy .hero-kicker{margin:0 auto 16px;min-height:26px;padding:5px 9px}#hero-section-3 .hero-copy .hero-kicker-text{font-size:9px}#hero-section-3 .hero-copy .hero-title-box{min-height:98px}#hero-section-3 .hero-copy .hero-title{font-size:clamp(27px,8.1vw,42px);gap:6px;text-align:center}#hero-section-3 .hero-title-lead{font-size:23px}#hero-section-3 .hero-copy .hero-subtitle-line{margin-top:2px;min-height:44px}#hero-section-3 .hero-copy .hero-subtitle{max-width:310px;font-size:15px;line-height:1.4}#hero-section-3 .hero-copy .hero-description{max-width:360px;margin-top:10px;font-size:12.5px;line-height:1.75;text-align:center}#hero-section-3 .hero-copy .hero-actions{margin-top:22px}#hero-section-3 .hero-copy .hero-order-btn{font-size:12px}}@media (prefers-reduced-motion: reduce){#hero-section-3 .hero-copy :is(.hero-kicker,.hero-title-lead,.hero-description,.hero-actions){animation:none}}#hero-section-3 .ih3-act-card-visual--icon{display:grid;place-items:center}#hero-section-3 .ih3-act-card-visual .media-placeholder{width:64px;height:64px;color:#46515e;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}html body{background-color:#10151b!important}html body .product-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(265px,1fr))!important;gap:17px!important;width:100%!important;margin:0!important;padding:0!important}html body .product-card{background:#10151b!important;border:1px solid #252d36!important;border-radius:10px!important;box-shadow:0 2px 8px #0000001f!important;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;width:auto!important;text-decoration:none!important;outline:none!important;margin:0!important}html body .product-card:hover{border-color:rgba(var(--theme-accent-rgb),.68)!important;box-shadow:0 3px 10px #00000024!important}html body .p-card-visual{height:195px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;background:radial-gradient(circle at 50% 43%,#111821,#0d1218 52%,#0a0f14)!important;border-bottom:1px solid #232b34!important;border-radius:10px 10px 0 0!important}html body .image-placeholder{width:64px!important;height:64px!important;color:#525c68!important;opacity:.86!important;transition:color .16s ease,opacity .16s ease!important;fill:none!important;stroke:currentColor!important}html body .product-card:hover .image-placeholder{color:var(--home-hover-accent, var(--theme-accent))!important;opacity:1!important}html body .p-card-body{flex:1!important;display:flex!important;flex-direction:column!important;padding:14px!important;background:transparent!important}html body .p-card-title{color:#e6ebf1!important;font-size:15px!important;line-height:1.42!important;font-weight:680!important;letter-spacing:-.16px!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;overflow:hidden!important;min-height:43px!important;max-height:43px!important;text-decoration-line:underline!important;text-decoration-color:transparent!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important;transition:color .16s ease,text-decoration-color .16s ease!important;margin:0 0 13px!important;background:transparent!important}html body .p-card-title:hover{color:var(--home-hover-accent, var(--theme-accent))!important;text-decoration-color:var(--home-hover-accent, var(--theme-accent))!important}html body .p-card-meta{margin-top:auto!important;padding:11px 0 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;border-top:1px solid #252d36!important;border-bottom:none!important;border-left:none!important;border-right:none!important}html body .p-card-price{color:#f8fafc!important;font-size:19px!important;line-height:1!important;font-weight:780!important;letter-spacing:-.5px!important}html body .p-card-time{padding:5px 7px!important;display:inline-flex!important;align-items:center!important;gap:5px!important;border-radius:6px!important;background:#181e25!important;color:#d76311!important;font-size:9.5px!important;line-height:1!important;font-weight:600!important;white-space:nowrap!important}html body .p-card-time svg{width:12px!important;height:12px!important;flex-shrink:0!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important}html body .p-card-action{width:100%!important;margin-top:13px!important}html body .p-card-order-btn{width:100%!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;background:var(--theme-accent, var(--theme-accent))!important;color:var(--theme-accent-contrast, #ffffff)!important;border:1px solid var(--theme-accent, var(--theme-accent))!important;border-radius:8px!important;text-decoration:none!important;font-size:13.5px!important;font-weight:750!important;box-shadow:0 2px 7px rgba(var(--theme-accent-rgb),.11)!important;transition:box-shadow .16s ease,border-color .16s ease,background .16s ease!important}html body .p-card-order-btn:hover{background:var(--theme-accent-hover, var(--theme-accent-hover))!important;border-color:var(--theme-accent-hover, var(--theme-accent-hover))!important;box-shadow:0 3px 8px rgba(var(--theme-accent-rgb),.14)!important}html body .p-card-order-btn svg{width:14px!important;height:14px!important;transition:transform .16s ease!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}html body .p-card-order-btn:hover svg{transform:translate(3px)!important}html body .p-card-time svg circle,html body .p-card-time svg path{stroke:currentColor!important;fill:none!important}html body a.product-card,html body a.product-card:hover,html body a.product-card *{text-decoration:none!important}html body .p-card-title{text-decoration-line:underline!important;text-decoration-color:transparent!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important;border:none!important}html body .p-card-action{border:none!important;border-top:none!important;border-bottom:none!important}html body .p-card-order-btn{font-size:13.5px!important}html body .section-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:18px!important}html body .ihome-product-block__title{display:flex!important;align-items:center!important;gap:12px!important}html body .ihome-product-block__icon{width:45px!important;height:45px!important;flex:0 0 45px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#ff554a!important;background:#ff4d421a!important;border:1px solid rgba(255,77,66,.18)!important;border-radius:10px!important}html body .ihome-product-block__icon svg,html body .ihome-product-block__icon i{width:21px!important;height:21px!important;font-size:21px!important}html.dark body .ihome-product-block__title h2,html[data-mode=dark] body .ihome-product-block__title h2{color:#f8fafc!important;font-size:21px!important;line-height:1.2!important;font-weight:750!important;letter-spacing:-.45px!important;margin:0 0 4px!important;font-family:inherit!important}html body .ihome-product-block__sub{color:#818b97!important;font-size:13.5px!important;margin:0!important}html body .cta-join-link--whatsapp,html body .cta-contact-icon--whatsapp,html body a[href*="wa.me"]{display:none!important}html body .product-card:hover .p-card-title{color:var(--home-hover-accent, var(--theme-accent))!important}html body .p-card-title{text-decoration:none!important}html body .p-card-title:hover{text-decoration-line:underline!important;text-decoration-color:var(--home-hover-accent, var(--theme-accent))!important;text-decoration-thickness:1px!important;text-underline-offset:4px!important}html body .injected-service-tooltip{border-radius:12px!important}html body .p-card-time-icon{opacity:1!important;color:#929ca7!important}html body .p-card-time svg circle,html body .p-card-time svg path{stroke:#929ca7!important;fill:none!important;opacity:1!important;visibility:visible!important}@media (min-width: 1100px){html body .xnav #main-navbar .nav-container{padding:0!important;margin:0 auto!important;width:min(1550px,calc(100% - 40px))!important;max-width:1550px!important}html body .xnav #main-navbar .nav-rail-sep--after-logo{height:24px!important;margin:0!important;background:#ffffff80!important}html body .xnav .navbar#main-navbar .nav-search.nav-search--bar.nav-search--bar{width:260px!important;min-width:260px!important;max-width:260px!important;height:40px!important;padding:0 12px!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 60%,#000000 40%)!important;border:1px solid rgba(255,255,255,.22)!important}html body .xnav #main-navbar .nav-search--bar input{font-size:13px!important}html body .xnav #main-navbar .nav-search--bar .nav-search-icon{width:20px!important;height:20px!important;font-size:20px!important;line-height:20px!important;color:#fffc!important}html body .xnav #main-navbar .nav-search-kbd{padding:2px 6px!important;font-size:11px!important;line-height:11px!important;letter-spacing:.02em!important;background:#ffffff1f!important}html body .xnav #main-navbar #nav-links{gap:2px!important}html body .xnav #main-navbar #nav-links .nav-tab-link{padding:0 7px!important;font-size:14px!important;font-weight:600!important;line-height:21px!important;color:#ffffffe6!important}html body .xnav #main-navbar #nav-links .nav-tab-label{font-size:14px!important;line-height:15.4px!important;color:inherit!important}html body .xnav #main-navbar #nav-links .nav-tab-icon,html body .xnav #main-navbar #nav-links .nav-tab-icon i{width:17px!important;height:17px!important;font-size:17px!important;line-height:17px!important}html body .xnav #main-navbar #nav-links .nav-tab-icon{color:#ffffffe6!important}html body .xnav #main-navbar #nav-links .nav-tab-icon i{color:#fff!important}html body .xnav #main-navbar #nav-links .nav-tab-caret{width:14px!important;height:14px!important;font-size:14px!important;line-height:14px!important;color:inherit!important}html body .xnav #main-navbar .nav-actions{gap:12px!important}html body .xnav #main-navbar .nav-actions .nav-auth-btn{padding:0 16px!important;font-size:13px!important;font-weight:700!important;line-height:19.5px!important;letter-spacing:.01em!important;border:1px solid rgba(255,255,255,.2)!important}html body .xnav #main-navbar .nav-actions .nav-auth-label{font-size:13px!important;font-weight:700!important;line-height:19.5px!important}html body .xnav #main-navbar .nav-actions .nav-auth-divider{font-weight:400!important}html body .xnav #main-navbar .nav-actions .nav-auth-btn__arrow{font-size:14px!important;line-height:14px!important}html body .xnav #main-navbar .nav-search-wrap--header{margin-left:2px!important}}@media (min-width: 1100px){html body .xnav #main-navbar .nav-dd-wrap--tab .nav-dropdown.order-dropdown{width:260px!important;min-width:260px!important;box-shadow:0 12px 32px #00000080!important}html body .xnav #main-navbar .order-dropdown .order-dd-item{min-height:48px!important;padding:8px 10px!important;gap:10px!important}html body .xnav #main-navbar .order-dropdown .order-dd-icon{width:32px!important;height:32px!important;min-width:32px!important;font-size:16px!important;line-height:24px!important}html body .xnav #main-navbar .order-dropdown .order-dd-icon i{font-size:16px!important;line-height:16px!important}html body .xnav #main-navbar .order-dropdown .order-dd-name{font-size:13px!important;line-height:1.2!important}html body .xnav #main-navbar .order-dropdown .order-dd-desc{margin-top:1px!important;line-height:1.2!important}html body .xnav #main-navbar .nav-dropdown{box-shadow:0 12px 32px #00000080!important}html body .xnav #main-navbar #nav-links .nav-tab-link.is-open .nav-tab-caret{color:var(--theme-accent, #6d28d9)!important;opacity:.8!important}html body .xnav #main-navbar #nav-links{min-height:68px!important}}html body .xnav #main-navbar .nav-dash-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;min-width:40px!important;border-radius:8px!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 60%,#000000 40%)!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important;text-decoration:none!important;cursor:pointer!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;padding:0!important;box-sizing:border-box!important;flex-shrink:0!important;margin:0!important;align-self:center!important;position:relative!important;top:auto!important;transform:none!important}html[data-mode=light] body .xnav #main-navbar .nav-dash-btn{background:color-mix(in srgb,var(--theme-accent, #6d28d9) 20%,#000000 30%)!important}html body .xnav #main-navbar .nav-dash-btn:hover,html body .xnav #main-navbar .nav-dash-btn:focus-visible{background:color-mix(in srgb,var(--theme-accent, #6d28d9) 50%,#000000 50%)!important;border-color:#ffffff73!important;color:#fff!important;box-shadow:none!important}html body .xnav #main-navbar .nav-dash-btn:before,html body .xnav #main-navbar .nav-dash-btn:after{content:none!important;display:none!important;animation:none!important}html body .xnav #main-navbar .nav-dash-btn svg{display:block!important;width:22px!important;height:22px!important;color:#fff!important}html body .xnav #main-navbar .nav-dash-btn:hover svg{color:#fffc!important}@media (max-width: 1099px){html body .xnav #main-navbar .nav-brand-group>.nav-dash-btn{display:none!important}html body .xnav #main-navbar .nike-menu-bars .nike-bar{height:3px!important;min-height:3px!important;flex:0 0 3px!important}}@media (min-width: 1100px){html body .xnav #main-navbar #nav-links .nav-account-panel{align-self:center!important;height:auto!important;min-height:48px!important;max-height:none!important;display:inline-flex!important;align-items:center!important;gap:10px!important;padding:7px 14px 7px 8px!important;margin:0 0 0 10px!important;border-radius:10px!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 50%,#000000 50%)!important;border:1px solid rgba(255,255,255,.7)!important;box-shadow:none!important;color:#fff!important;box-sizing:border-box!important;transition:border-color .22s cubic-bezier(.16,1,.3,1)!important}html body .xnav #main-navbar #nav-links .nav-account-panel:before,html body .xnav #main-navbar #nav-links .nav-account-panel:after{content:none!important;display:none!important}html body .xnav #main-navbar #nav-links .nav-account-panel:hover,html body .xnav #main-navbar #nav-links .nav-account-panel.is-account-active{border-color:#fff!important}html body .xnav #main-navbar #nav-links .nav-account-panel :is(.nav-account-dd,.nav-account-dd-trigger){height:auto!important;min-height:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;display:flex!important;align-items:center!important;gap:10px!important}html body .xnav #main-navbar #nav-links .nav-account-avatar{position:relative!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;margin:0!important;border:0!important;border-radius:15%!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}html body .xnav #main-navbar #nav-links .nav-account-avatar-img{width:34px!important;height:34px!important;border-radius:15%!important;-o-object-fit:cover!important;object-fit:cover!important;border:0!important}html body .xnav #main-navbar #nav-links .nav-account-avatar-dot{width:8px!important;height:8px!important;right:0!important;bottom:0!important;border:2px solid #0f172a!important;background:#10b981!important}html body .xnav #main-navbar #nav-links .nav-account-meta{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;line-height:1.15!important}html body .xnav #main-navbar #nav-links .nav-account-name{font-size:13px!important;font-weight:700!important;color:#fff!important;letter-spacing:-.01em!important}html body .xnav #main-navbar #nav-links .nav-account-role{font-size:8px!important;font-weight:900!important;padding:1.5px 6px!important;border-radius:9999px!important;background:color-mix(in srgb,var(--theme-accent, #6d28d9) 24%,#ffffff)!important;color:#000!important;border:0!important;letter-spacing:.6px!important;line-height:1.1!important}html body .xnav #main-navbar #nav-links .nav-account-sep{display:block!important;width:1px!important;height:22px!important;margin:0!important;background:#ffffff38!important}html body .xnav #main-navbar #nav-links .nav-account-actions{display:flex!important;align-items:center!important;gap:6px!important}html body .xnav #main-navbar #nav-links .nav-add-balance{display:flex!important;align-items:center!important;gap:6px!important;padding:0 4px!important;height:auto!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#fff!important}html body .xnav #main-navbar #nav-links .nav-add-balance i{font-size:13px!important;color:#fff!important}html body .xnav #main-navbar #nav-links .nav-account-amount{font-size:12px!important;font-weight:800!important;color:#fff!important;font-family:ui-monospace,SFMono-Regular,monospace!important;letter-spacing:-.01em!important}html body .xnav #main-navbar #nav-links .nav-account-menu-indicator{width:auto!important;height:auto!important;background:transparent!important;border:0!important;padding:0!important}html body .xnav #main-navbar #nav-links .nav-account-caret{font-size:11px!important;opacity:.85!important;color:#fff!important;margin-left:2px!important;transition:transform .22s cubic-bezier(.16,1,.3,1)!important}html body .xnav #main-navbar #nav-links .nav-account-dd-trigger.is-open .nav-account-caret{transform:rotate(180deg)!important}html body .xnav #main-navbar #nav-links .nav-account-panel .user-dropdown{top:calc(100% + 14px)!important}}@media (min-width: 1100px){html body .xnav #main-navbar #nav-links .nav-account-avatar{margin-bottom:2px!important}html body .xnav #main-navbar #nav-links .nav-account-panel{position:relative!important;overflow:visible!important}html body .xnav #main-navbar #nav-links .nav-account-panel.is-account-active:not(.is-dash-active):after,html body .xnav #main-navbar #nav-links .nav-account-panel:hover:after,html body .xnav #main-navbar #nav-links .nav-account-panel:has(.nav-account-dd-trigger.is-open):after{content:""!important;display:block!important;position:absolute!important;left:0!important;right:0!important;bottom:calc((100% - var(--nav-height, 68px)) / 2 - 1px)!important;top:auto!important;height:3px!important;background:#fff!important;border-radius:0!important;z-index:1001!important;pointer-events:none!important}html body .xnav #main-navbar #nav-links .nav-tab-link:is(:hover,:focus-visible,.active,.is-open),html body .xnav #main-navbar #nav-links .nav-dd-wrap--tab:is(:hover,:has(.nav-tab-link.active),:has(.nav-dropdown.open)) .nav-tab-link{background:#ffffff1f!important;color:#fff!important}}@media (min-width: 1100px){html body .xnav #main-navbar #nav-links .nav-account-panel{height:50px!important;min-height:50px!important;max-height:50px!important}html body .xnav #main-navbar #nav-links .nav-account-panel>*,html body .xnav #main-navbar #nav-links .nav-account-panel :is(.nav-account-dd,.nav-account-dd-trigger,.nav-account-meta,.nav-account-actions){height:auto!important;min-height:0!important;max-height:36px!important;align-self:center!important}html body .xnav #main-navbar #nav-links .nav-account-panel .nav-account-avatar{margin-bottom:0!important}}@media (min-width: 1100px){html body .xnav #main-navbar #nav-links .nav-account-panel .nav-account-avatar{position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:15%!important;background:linear-gradient(135deg,var(--theme-accent, #6d28d9) 0%,#6366f1 100%)!important;overflow:visible!important}html body .xnav #main-navbar #nav-links .nav-account-panel .nav-account-avatar-img{width:34px!important;height:34px!important;border-radius:15%!important;clip-path:none!important;-o-object-fit:cover!important;object-fit:cover!important}html body .xnav #main-navbar #nav-links .nav-account-panel .nav-account-avatar-dot{position:absolute!important;right:0!important;bottom:0!important;left:auto!important;top:auto!important;width:8px!important;height:8px!important;transform:translate(35%,35%)!important;border:2px solid #0f172a!important;border-radius:50%!important;background:#10b981!important;z-index:2!important}}
