@import "https://fonts.googleapis.com/css2?family=Genos:wght@500;600;700;800&family=Montserrat:wght@400;500;600;700;800&display=swap";
:root{--ink:#07133f;--blue:#2f66ff;--sky:#59c9f7;--muted:#63708f;--line:#e5eaf5;--soft:#f4f7fc;--font-body:"Montserrat", ui-sans-serif, system-ui, sans-serif;--font-display:"Genos", "Montserrat", ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-color:#2f66ff #fff;scrollbar-width:thin}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:linear-gradient(#2f66ff 0%,#2d8df5 56%,#59c9f7 100%);border:3px solid #fff;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#174de2 0%,#187add 56%,#31b7ee 100%)}body{color:var(--ink);font-family:var(--font-body);background:#fff;margin:0;font-size:16px}body.complaint-book-open{overflow:hidden}button,a{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer}h1,h2,h3{font-family:var(--font-display)}.announcement{color:#fff;letter-spacing:.02em;background:#081644;justify-content:center;align-items:center;gap:clamp(34px,7vw,92px);min-height:38px;padding:8px 24px;font-size:12px;display:flex}.announcement>span:before{content:"✓";color:#61ccfa;margin-right:7px;font-weight:800}.announcement-led{isolation:isolate;background-color:#06163d;background-image:linear-gradient(90deg,#081644f2,#103d8cf0 50%,#081644f2),radial-gradient(circle,#5dccfa2e 1px,#0000 1.25px);background-size:auto,5px 5px;border-top:1px solid #5dccfa33;border-bottom:1px solid #5dccfa57;justify-content:flex-start;gap:0;min-height:44px;padding:0;position:relative;overflow:hidden;box-shadow:inset 0 0 22px #2485f640,0 3px 14px #05194824}.announcement-led:before,.announcement-led:after{content:"";z-index:2;pointer-events:none;width:clamp(22px,6vw,90px);position:absolute;top:0;bottom:0}.announcement-led:before{background:linear-gradient(90deg,#06163d,#0000);left:0}.announcement-led:after{background:linear-gradient(270deg,#06163d,#0000);right:0}.announcement-led-track{width:max-content;animation:tecnired-led-scroll var(--announcement-duration,30s) linear infinite;will-change:transform;align-items:center;display:flex}.announcement-led:hover .announcement-led-track{animation-play-state:paused}.announcement-led-group{white-space:nowrap;align-items:center;gap:clamp(28px,4vw,58px);padding-right:clamp(28px,4vw,58px);display:flex}.announcement-led-group>span{color:#f6fbff;letter-spacing:.035em;text-shadow:0 0 9px #59c9f76b;font-size:11px;font-weight:700}.announcement-led-group>span:before{content:"◆";color:#59c9f7;text-shadow:0 0 9px #59c9f7;margin-right:11px;font-size:7px}.flash-offer-label{color:#fff;letter-spacing:.11em;text-transform:uppercase;background:linear-gradient(135deg,#2f66ff,#258fe8);border:1px solid #6fd6ff94;border-radius:999px;align-items:center;gap:7px;padding:6px 12px;font-size:9px;font-weight:900;display:inline-flex;box-shadow:0 0 18px #47a7ff66,inset 0 1px #fff3}.flash-offer-label i{color:#d9f6ff;filter:drop-shadow(0 0 5px #8be3ff);font-style:normal}@keyframes tecnired-led-scroll{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.announcement-led{overflow-x:auto}.announcement-led-track{animation:none}.announcement-led-group[aria-hidden=true]{display:none}}.site-header{z-index:90;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-bottom:1px solid #dae1f0e6;width:100%;position:sticky;top:0;box-shadow:0 9px 30px #091f520e}.site-header-inner{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;min-width:0;max-width:1320px;height:74px;margin:auto;padding:0 20px;display:flex}.brand{flex:0 160px;min-width:0}.brand img{width:160px;max-width:100%;height:auto;display:block}.desktop-nav{align-items:center;gap:3px;margin-left:auto;margin-right:17px;font-size:11px;font-weight:750;display:flex}.desktop-nav a{border-radius:10px;align-items:center;gap:5px;min-height:36px;padding:0 8px;transition:color .2s,background .2s,transform .2s;display:inline-flex;position:relative}.desktop-nav a i{color:#5570b4;background:#f1f5ff;border-radius:7px;place-items:center;width:20px;height:20px;font-size:12px;font-style:normal;transition:color .22s,background .22s,transform .22s;display:grid}.desktop-nav a:after{content:"";background:linear-gradient(90deg, var(--blue), var(--sky));border-radius:2px;height:2px;transition:left .22s,right .22s;position:absolute;bottom:-1px;left:50%;right:50%}.desktop-nav a:hover{color:var(--blue);background:#f7f9ff;transform:translateY(-1px)}.desktop-nav a:hover i{color:#fff;background:linear-gradient(135deg, var(--blue), #238cdf);transform:translateY(-2px)rotate(-4deg)}.desktop-nav a:hover:after,.desktop-nav a.active:after{left:9px;right:9px}.desktop-nav a.active{color:var(--blue)}.desktop-nav a.active i{color:#fff;background:linear-gradient(135deg, var(--blue), #238cdf);box-shadow:0 6px 13px #2f66ff38}.header-actions{align-items:center;gap:6px;display:flex}.mobile-menu-toggle{width:43px;height:43px;color:var(--ink);background:#f7f9fe;border:1px solid #dce4f3;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:5px;padding:0;display:none}.mobile-menu-toggle span{background:currentColor;border-radius:99px;width:19px;height:2px;transition:transform .2s,opacity .2s}.site-header.menu-open .mobile-menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.site-header.menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}.site-header.menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:none}.icon-button,.account-button,.cart-button,.favorites-button{color:var(--ink);background:0 0;border:0;font-weight:700}.icon-button{border:1px solid var(--line);border-radius:50%;width:39px;height:39px;font-size:24px;line-height:1}.header-compact-action{color:#26365e;background:#fff;border:1px solid #e0e6f2;border-radius:10px;align-items:center;gap:5px;min-width:0;height:38px;padding:4px 7px;font-size:10px;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex;position:relative}.header-compact-action:hover{border-color:#bfd0f3;transform:translateY(-2px);box-shadow:0 9px 18px #1c3a7d1a}.header-action-icon{width:26px;height:26px;color:var(--blue);background:#edf3ff;border-radius:8px;place-items:center;font-size:14px;display:grid}.header-action-label{white-space:nowrap}.header-compact-action>b{background:var(--blue);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:8px;display:grid}.account-button{border:1px solid #e0e6f2;border-radius:10px;align-items:center;gap:5px;padding:4px 7px 4px 4px;display:inline-flex}.account-button:hover,.account-button.signed{color:var(--blue);background:#f6f9ff;border-color:#dce5f6}.account-avatar{width:28px;height:28px;color:var(--blue);background:#edf3ff;border-radius:8px;flex:none;place-items:center;font-size:12px;font-weight:900;display:grid}.account-button.signed .account-avatar{color:#fff;background:linear-gradient(135deg,#315eff,#2b85f6)}.cart-button{align-items:center;display:flex}.live-search{width:205px;position:relative}.live-search-control{background:#f7f9fe;border:1px solid #dfe6f2;border-radius:10px;align-items:center;gap:4px;height:38px;padding:0 7px;transition:width .25s,border-color .2s,box-shadow .2s,background .2s;display:flex}.live-search:focus-within{width:260px}.live-search:focus-within .live-search-control{background:#fff;border-color:#8eafff;box-shadow:0 0 0 3px #2f66ff17}.live-search-control button{width:25px;height:25px;color:var(--blue);background:0 0;border:0;border-radius:7px;flex:none;padding:0;font-size:17px}.live-search-control .search-clear{color:#8793aa;font-size:16px}.live-search-control input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:11px}.live-search-control input::placeholder{color:#8d98af}.live-search-results{z-index:120;background:#fff;border:1px solid #dfe6f2;border-radius:15px;min-width:360px;padding:10px;animation:.2s both search-results-in;position:absolute;top:calc(100% + 9px);left:0;right:0;overflow:hidden;box-shadow:0 24px 55px #09225c2e}@keyframes search-results-in{0%{opacity:0;transform:translateY(-7px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.live-search-results>span{color:#71809e;letter-spacing:.11em;padding:4px 7px 8px;font-size:8px;font-weight:900;display:block}.live-search-results>a:not(.search-all){border-radius:10px;grid-template-columns:43px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px;transition:background .18s,transform .18s;display:grid}.live-search-results>a:not(.search-all):hover{background:#f2f6ff;transform:translate(2px)}.live-search-results a>i{border-radius:10px;place-items:center;width:43px;height:43px;font-style:normal;font-weight:900;display:grid;overflow:hidden}.live-search-results a>i img{object-fit:contain;width:86%;height:86%}.live-search-results p,.live-search-results strong,.live-search-results small{min-width:0;margin:0;display:block}.live-search-results p strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.live-search-results p small{color:var(--muted);margin-top:3px;font-size:8px}.live-search-results a>b{color:#193a81;font-size:10px}.live-search-results .search-all{color:var(--blue);background:linear-gradient(135deg,#eef3ff,#edf9ff);border-radius:9px;justify-content:space-between;align-items:center;margin-top:7px;padding:10px 11px;font-size:9px;font-weight:850;display:flex}.search-empty{text-align:center;padding:17px 10px}.search-empty b,.search-empty small{display:block}.search-empty b{font-size:11px}.search-empty small{color:var(--muted);margin-top:4px;font-size:9px}.mobile-live-search{display:none}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:56px;max-width:1240px;min-height:545px;margin:auto;padding:56px 24px 62px;display:grid}.hero-copy{padding-left:8px}.eyebrow{color:#2b55d9;letter-spacing:.055em;text-transform:uppercase;background:#f6f8ff;border:1px solid #dbe4ff;border-radius:999px;align-items:center;gap:9px;padding:7px 12px;font-size:11px;font-weight:800;display:inline-flex}.eyebrow span{background:#3ec678;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #dff7e9}.hero h1{letter-spacing:-.055em;margin:18px 0 16px;font-size:clamp(47px,5vw,72px);font-weight:820;line-height:.98}.hero h1 em{color:var(--blue);font-style:normal}.hero-copy>p{max-width:575px;color:var(--muted);margin:0;font-size:18px;line-height:1.68}.hero-actions{gap:12px;margin-top:27px;display:flex}.primary-button,.secondary-button{border-radius:13px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-size:14px;font-weight:800;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg,#315eff,#2b85f6);gap:20px;box-shadow:0 13px 28px #2f66ff38}.primary-button b{font-size:18px}.secondary-button{border:1px solid var(--line);background:#fff}.hero-proof{align-items:center;gap:12px;margin-top:25px;display:flex}.avatars{display:flex}.avatars span{color:#244db8;background:#dce7ff;border:2px solid #fff;border-radius:50%;place-items:center;width:31px;height:31px;margin-left:-7px;font-size:9px;font-weight:900;display:grid}.avatars span:first-child{color:#864626;background:#f6d9c9;margin-left:0}.avatars span:last-child{color:#176d59;background:#c9f0e6}.hero-proof strong{font-size:13px;display:block}.hero-proof small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.promo-slider{color:#fff;isolation:isolate;border-radius:0;width:100%;max-width:none;height:400px;min-height:400px;margin:0;transition:background .45s;position:relative;overflow:hidden}.promo-slider:before,.promo-slider:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.promo-slider:before{border:95px solid #ffffff12;width:640px;height:640px;top:-210px;right:-170px}.promo-slider:after{background:#ffffff0e;width:510px;height:510px;bottom:-310px;left:44%}.promo-slider.office-bundle{background:radial-gradient(circle at 78% 35%,#1c65d7 0,#0b327f 36%,#071640 78%)}.promo-slider.security-bundle{background:radial-gradient(circle at 80% 38%,#18a7a2 0,#08766f 37%,#06433f 82%)}.promo-slider.business-bundle{background:radial-gradient(circle at 79% 36%,#5f5adc 0,#28358f 38%,#101745 82%)}.promo-slide{grid-template-columns:1.03fr .97fr;align-items:center;gap:42px;width:min(1240px,100%);height:400px;min-height:400px;margin:0 auto;padding:32px 24px 43px;animation:.5s both promo-enter;display:grid}@keyframes promo-enter{0%{opacity:.4;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.promo-copy{z-index:2;max-width:610px;position:relative}.promo-tag{color:#dceaff;letter-spacing:.11em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:8px;padding:7px 11px;font-size:11px;font-weight:900;display:inline-flex}.promo-tag span{background:#79e7ae;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #79e7ae24}.promo-copy>small{color:#a9c8ff;letter-spacing:.13em;text-transform:uppercase;margin-top:14px;font-size:11px;font-weight:850;display:block}.security-bundle .promo-copy>small{color:#92efe0}.business-bundle .promo-copy>small{color:#bebdff}.promo-copy h2{letter-spacing:-.05em;margin:6px 0 11px;font-size:clamp(39px,4.2vw,56px);line-height:.95}.promo-copy h2 em{color:#68d0fb;font-style:normal}.security-bundle .promo-copy h2 em{color:#79f0d1}.business-bundle .promo-copy h2 em{color:#c5c2ff}.promo-copy>p{color:#bfceed;max-width:570px;margin:0;font-size:14px;line-height:1.5}.security-bundle .promo-copy>p{color:#b7e6df}.promo-price{align-items:baseline;gap:10px;margin-top:11px;display:flex}.promo-price strong{letter-spacing:-.035em;font-size:26px}.promo-price del{color:#ffffff80;font-size:12px}.promo-price span{color:#8ceaba;background:#70e7aa24;border-radius:999px;padding:5px 8px;font-size:8px;font-weight:850}.promo-slider .hero-actions{margin-top:14px}.promo-slider .primary-button{color:#123c8b;background:#fff;box-shadow:0 13px 30px #00000029}.security-bundle .primary-button{color:#08615c}.business-bundle .primary-button{color:#303490}.promo-slider .secondary-button{color:#fff;background:#ffffff14;border-color:#ffffff3b}.promo-art{min-height:300px;position:relative}.bundle-orbit{border:1px solid #7ecdff33;border-radius:50%;position:absolute}.orbit-one{inset:14px 9px 24px 15px;transform:rotate(-12deg)}.orbit-two{border-color:#ffffff1f;inset:74px -24px -4px 65px;transform:rotate(17deg)}.software-box{color:#fff;border:1px solid #ffffff4d;border-radius:19px;flex-direction:column;width:175px;height:220px;padding:18px;display:flex;position:absolute;overflow:hidden;box-shadow:0 28px 48px #00000042}.software-box:after{content:"";border:32px solid #ffffff1a;border-radius:50%;width:170px;height:170px;position:absolute;bottom:-70px;right:-55px}.office-box{z-index:2;background:linear-gradient(145deg,#e55a31,#af2c20);top:42px;left:45px;transform:rotate(-8deg)}.windows-box{background:linear-gradient(145deg,#2383f0,#1241a2);top:25px;right:35px;transform:rotate(8deg)}.software-box>span{color:#e24f2c;background:#fffffff0;border-radius:13px;place-items:center;width:47px;height:47px;margin-bottom:auto;font-size:23px;font-weight:900;display:grid}.windows-box>span{color:#1672de}.software-box small{z-index:1;color:#ffffffb8;text-transform:uppercase;letter-spacing:.12em;font-size:9px;font-weight:800;position:relative}.software-box strong{z-index:1;letter-spacing:-.03em;margin-top:5px;font-size:19px;position:relative}.software-box em{z-index:1;margin-top:4px;font-size:9px;font-style:normal;position:relative}.bundle-plus{z-index:4;color:#1e58b0;background:#fff;border:6px solid #ffffff40;border-radius:50%;place-items:center;width:48px;height:48px;font-size:21px;font-weight:900;display:grid;position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 25px #00000038}.promo-sticker{z-index:4;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#051741d1;border:1px solid #ffffff38;border-radius:13px;padding:10px 14px;position:absolute;bottom:9px;right:18px;transform:rotate(-3deg);box-shadow:0 15px 30px #0000002e}.promo-sticker strong,.promo-sticker span{display:block}.promo-sticker strong{color:#72d3fb;font-size:16px}.promo-sticker span{color:#c3d2ee;margin-top:2px;font-size:8px}.security-rings{place-items:center;display:grid;position:absolute;inset:12px}.security-rings i{border:1px solid #89f4de38;border-radius:50%;position:absolute}.security-rings i:first-child{width:290px;height:290px}.security-rings i:nth-child(2){width:225px;height:225px}.security-rings i:nth-child(3){background:#ffffff0d;width:160px;height:160px}.security-shield{z-index:2;color:#067069;background:linear-gradient(160deg,#fffffff7,#c8fff1e0);border:1px solid #fff6;border-radius:70px 70px 88px 88px;flex-direction:column;justify-content:center;align-items:center;width:155px;height:185px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 32px 55px #00262647}.security-shield>span{color:#fff;background:#0aa39a;border-radius:50%;place-items:center;width:48px;height:48px;margin-bottom:14px;font-size:23px;font-weight:900;display:grid}.security-shield strong{letter-spacing:-.04em;font-size:28px}.security-shield small{text-transform:uppercase;letter-spacing:.15em;margin-top:3px;font-size:9px}.device-chip{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#033e3abf;border:1px solid #ffffff38;border-radius:12px;align-items:center;gap:8px;min-width:128px;padding:10px 12px;display:flex;position:absolute;box-shadow:0 13px 28px #00000029}.device-chip span{color:#89efd8;background:#7eefd326;border-radius:8px;place-items:center;width:27px;height:27px;display:grid}.device-chip b{font-size:8px}.device-one{top:76px;left:0}.device-two{top:135px;right:-4px}.device-three{bottom:50px;left:19px}.business-console{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#09113eb8;border:1px solid #ffffff3b;border-radius:22px;min-height:250px;padding:20px;position:absolute;top:18px;left:8px;right:3px;transform:rotate(2deg);box-shadow:0 32px 60px #00000040}.console-head{border-bottom:1px solid #ffffff1a;align-items:center;gap:9px;padding-bottom:16px;display:flex}.console-head img{width:31px}.console-head span{font-size:9px;font-weight:800}.console-head b{color:#78e3aa;margin-left:auto;font-size:7px}.console-metric{margin-top:22px}.console-metric small,.console-metric strong{display:block}.console-metric small{color:#aebbe5;font-size:8px}.console-metric strong{margin:3px 0;font-size:38px}.console-metric span{color:#7de0ae;background:#6fe0a81f;border-radius:999px;padding:4px 7px;font-size:7px;font-weight:800}.console-bars{align-items:end;gap:8px;height:65px;margin-top:17px;display:flex}.console-bars i{background:linear-gradient(#6ed0f8,#5268db);border-radius:5px 5px 2px 2px;flex:1}.console-bars i:first-child{height:35%}.console-bars i:nth-child(2){height:68%}.console-bars i:nth-child(3){height:48%}.console-bars i:nth-child(4){height:88%}.console-bars i:nth-child(5){height:75%}.console-users{margin-top:17px;display:flex}.console-users span{color:#2d3b9c;background:#dfe6ff;border:2px solid #18236e;border-radius:50%;place-items:center;width:29px;height:29px;margin-left:-5px;font-size:7px;font-weight:900;display:grid}.console-users span:first-child{color:#984f2b;background:#ffe1d0;margin-left:0}.console-users span:nth-child(3){color:#28735a;background:#d4f4e5}.support-chip{z-index:3;background:#17164ee6;border:1px solid #fff3;border-radius:13px;align-items:center;gap:10px;padding:11px 14px;display:flex;position:absolute;bottom:31px;right:-8px;box-shadow:0 15px 30px #0003}.support-chip>span{color:#cfceff;background:#c3c2ff26;border-radius:9px;place-items:center;width:33px;height:33px;display:grid}.support-chip small,.support-chip strong{display:block}.support-chip small{color:#aeb8df;font-size:7px}.support-chip strong{margin-top:3px;font-size:9px}.slider-controls{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0310344d;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;padding:4px 6px;display:flex;position:absolute;bottom:12px;right:16px;box-shadow:0 8px 22px #0000001f}.slider-controls>button{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:50%;width:29px;height:29px}.slider-controls>div{gap:5px;display:flex}.slider-controls>div button{background:0 0;border:0;place-items:center;width:25px;height:20px;padding:0;display:grid}.slider-controls>div button span{background:#ffffff54;border-radius:999px;width:16px;height:3px;transition:width .2s,background .2s}.slider-controls>div button.active span{background:#fff;width:25px}.featured-section{max-width:1240px;margin:0 auto;padding:38px 24px 32px}.featured-section .section-heading{align-items:center}.featured-section .section-heading p{max-width:560px;color:var(--muted);margin:9px 0 0;font-size:14px;line-height:1.65}.featured-section .section-heading>a{background:#fff;border:1px solid #dbe3f2;border-radius:10px;align-items:center;min-height:41px;padding:0 14px;display:inline-flex}.featured-product{position:relative;box-shadow:0 8px 28px #1b37760e}.featured-product:first-child{border-color:#becfff;box-shadow:0 13px 35px #2f66ff1f}.hero-visual{place-items:center;min-height:440px;display:grid;position:relative}.glow{background:radial-gradient(circle at 35% 30%,#cfe8ff,#edf5ff 56%,#fff 72%);border-radius:46% 54% 40% 60%;position:absolute;inset:25px 40px;transform:rotate(-4deg)}.license-card{z-index:2;color:#fff;background:linear-gradient(145deg,#061c55f5,#0e3e97ed);border:1px solid #ffffffd9;border-radius:25px;width:min(410px,84%);min-height:305px;padding:29px;position:relative;overflow:hidden;transform:rotate(-3deg);box-shadow:0 34px 70px #0e2d6f47}.license-card:after{content:"";border:52px solid #55c7fa1c;border-radius:50%;width:250px;height:250px;position:absolute;top:-60px;right:-70px}.card-head{justify-content:space-between;align-items:center;margin-bottom:38px;display:flex}.mini-logo{background:#ffffff21;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.mini-logo img{width:31px}.verified{color:#8df0c3;background:#62e4a921;border-radius:999px;padding:7px 10px;font-size:10px;font-weight:800}.license-card>small{color:#8eb8ff;letter-spacing:.16em;font-size:10px;font-weight:800}.license-card h2{letter-spacing:-.025em;margin:8px 0 21px;font-size:29px;line-height:1.05}.license-details{color:#b9cef4;gap:18px;font-size:11px;display:flex}.license-details span{align-items:center;gap:6px;display:flex}.license-details b{color:#fff;background:#ffffff1a;border-radius:5px;place-items:center;width:18px;height:18px;display:grid}.activation-row{z-index:1;background:#ffffff17;border-radius:12px;justify-content:space-between;align-items:center;margin-top:25px;padding:11px 11px 11px 14px;display:flex;position:relative}.activation-row span,.activation-row strong{display:block}.activation-row span{color:#8eb8ff;margin-bottom:3px;font-size:9px}.activation-row strong{letter-spacing:.08em;font-family:monospace;font-size:12px}.activation-row button{color:#174a9d;background:#fff;border:0;border-radius:9px;width:33px;height:33px}.floating-card{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #e0e8f6e6;border-radius:14px;align-items:center;gap:10px;min-width:185px;padding:11px 13px;display:flex;position:absolute;box-shadow:0 18px 36px #122a5824}.floating-card small,.floating-card strong{display:block}.floating-card small{color:var(--muted);font-size:9px}.floating-card strong{margin-top:2px;font-size:11px}.floating-card>span{color:#2860e9;background:#eaf2ff;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.payment-float{top:75px;right:1px}.payment-float>b{color:#25b86c;margin-left:auto}.payment-float .plin-dot{color:#fff;background:linear-gradient(135deg,#7028c7,#ff3ca5)}.delivery-float{bottom:52px;left:7px}.seo-home-intro{grid-template-columns:1.08fr .92fr;align-items:end;gap:48px;max-width:1192px;margin:30px auto 0;padding:0 3px;display:grid}.seo-home-intro h1{letter-spacing:-.04em;margin:7px 0 0;font-size:clamp(34px,3.7vw,50px);line-height:.98}.seo-home-intro p{color:var(--muted);margin:0 0 3px;font-size:14px;line-height:1.75}.trust-strip{border:1px solid var(--line);background:#fff;border-radius:17px;grid-template-columns:repeat(4,1fr);max-width:1192px;margin:18px auto 0;display:grid;box-shadow:0 14px 42px #1c356f17}.trust-strip>div{border-right:1px solid var(--line);align-items:center;gap:13px;padding:15px 19px;display:flex}.trust-strip>div:last-child{border:0}.trust-strip>div>span{color:#fff;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;font-size:20px;font-weight:900;display:grid;box-shadow:0 10px 22px #1f49b433}.trust-strip>div:first-child>span{background:linear-gradient(145deg,#ff9a3d,#ff6332);box-shadow:0 10px 22px #ff68313d}.trust-strip>div:nth-child(2)>span{background:linear-gradient(145deg,#547cff,#2f55e7)}.trust-strip>div:nth-child(3)>span{background:linear-gradient(145deg,#5f90ff,#6448e8)}.trust-strip>div:nth-child(4)>span{background:linear-gradient(145deg,#19b9e8,#1875e9)}.trust-strip p,.trust-strip strong,.trust-strip small{margin:0;display:block}.trust-strip strong{font-size:15px}.trust-strip small{color:var(--muted);margin-top:4px;font-size:11px}.catalog-section{max-width:1240px;margin:0 auto;padding:54px 24px 68px}.catalog-heading-actions{align-items:center;gap:16px;display:flex}.catalog-heading-actions>a{min-height:38px;color:var(--blue);border:1px solid #dbe3f2;border-radius:9px;align-items:center;padding:0 13px;font-size:11px;font-weight:850;display:inline-flex}.catalog-more{justify-content:center;margin-top:30px;display:flex}.section-heading{justify-content:space-between;align-items:end;margin-bottom:22px;display:flex}.kicker{color:var(--blue);letter-spacing:.16em;font-size:11px;font-weight:900}.section-heading h2{letter-spacing:-.035em;margin:8px 0 0;font-size:clamp(28px,3vw,40px)}.section-heading a{color:#315fdc;font-size:13px;font-weight:800}.product-grid{grid-template-columns:repeat(4,1fr);gap:17px;display:grid}.product-card{border:1px solid var(--line);transform-origin:50%;background:#fff;border-radius:18px;transition:transform .28s,border-color .28s,box-shadow .28s;position:relative;overflow:hidden}.product-card:hover{z-index:3;border-color:#cbdcf1;transform:translateY(-7px)scale(1.025);box-shadow:0 24px 52px #1b377624}.favorite-toggle,.favorite-detail-button{z-index:8;color:#667594;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #d2dceee6;border-radius:11px;place-items:center;width:36px;height:36px;padding:0;font-size:20px;transition:color .2s,transform .2s,background .2s,box-shadow .2s;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 8px 20px #12316e1a}.favorite-toggle:hover,.favorite-detail-button:hover{color:#ee4166;transform:scale(1.09)rotate(-5deg);box-shadow:0 11px 24px #ee416629}.favorite-toggle.active,.favorite-detail-button.active{color:#ee3159;background:#fff2f5;border-color:#ffd3dc;animation:.28s favorite-pop}@keyframes favorite-pop{50%{transform:scale(1.18)}}.favorite-detail-button{top:18px;right:18px}.product-art-link{display:block}.product-art{--product-color:#2f66ff;aspect-ratio:1;background:color-mix(in srgb, var(--product-color) 10%, white);place-items:center;width:100%;height:auto;display:grid;position:relative;overflow:hidden}.product-art:before,.product-art:after{content:"";border:1px solid color-mix(in srgb, var(--product-color) 25%, transparent);border-radius:34px;width:150px;height:150px;position:absolute;transform:rotate(25deg)}.product-art:after{width:100px;height:100px;transform:rotate(45deg)}.product-art.has-image:before,.product-art.has-image:after{display:none}.product-art.has-image{background:#f2fbfe}.product-art-image{width:var(--product-image-scale,88%);height:var(--product-image-scale,88%);object-fit:contain;object-position:center;transition:transform .32s;display:block}.product-card:hover .product-art-image{transform:none}.product-letter{z-index:1;background:var(--product-color);color:#fff;width:75px;height:75px;box-shadow:0 15px 30px color-mix(in srgb, var(--product-color) 30%, transparent);border-radius:21px;place-items:center;font-size:35px;font-weight:850;display:grid;position:relative}.product-badge{z-index:2;color:var(--ink);text-transform:uppercase;letter-spacing:.04em;background:#fff;border-radius:7px;padding:7px 9px;font-size:10px;font-weight:850;position:absolute;top:12px;left:12px;box-shadow:0 5px 14px #00000012}.product-info{padding:15px 18px 17px}.product-brand{color:var(--blue);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:900}.product-info h3{margin:5px 0 6px;font-size:18px;line-height:1.18}.product-info h3 a:hover{color:var(--blue)}.product-info p{color:var(--muted);margin:0;font-size:12px;line-height:1.3}.price-row{align-items:baseline;gap:8px;margin:10px 0 8px;display:flex}.price-row strong{letter-spacing:-.025em;font-size:24px}.price-row del{color:#9aa4bb;font-size:12px}.product-details-link{color:#315fdc;margin:0 0 10px;font-size:11px;font-weight:750;line-height:1.3;display:inline-flex}.product-details-link:hover{text-decoration:underline}.product-info button{color:#173274;background:#fff;border:1px solid #dbe3f4;border-radius:10px;justify-content:space-between;align-items:center;width:100%;min-height:40px;padding:0 13px;font-size:12px;font-weight:850;transition:all .2s;display:flex}.product-info button:hover{border-color:var(--blue);background:var(--blue);color:#fff}.product-info button span{font-size:16px}:is(body:has(.modal-shell),body:has(.checkout-overlay)){overflow:hidden}.site-header-inner{max-width:1320px}.desktop-nav{gap:24px;margin-right:24px}.search-box{border:1px solid var(--line);color:#75809b;background:#f8faff;border-radius:11px;align-items:center;gap:7px;width:165px;height:40px;padding:0 11px;display:flex}.search-box input,.mobile-search input{width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.search-box input::placeholder,.mobile-search input::placeholder{color:#929cb2}.account-button.signed{max-width:138px;color:var(--blue)}.account-button>span:last-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.catalog-section{max-width:1240px}.stock-note{color:#65718d;align-items:center;gap:7px;font-size:12px;font-weight:700;display:flex}.stock-note i{background:#34c678;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e0f7e9}.catalog-tools{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.category-tabs{scrollbar-width:none;gap:7px;display:flex;overflow-x:auto}.category-tabs button{border:1px solid var(--line);color:#65718d;white-space:nowrap;background:#fff;border-radius:999px;min-height:39px;padding:0 16px;font-size:12px;font-weight:800}.category-tabs button.active{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 8px 18px #2f66ff33}.mobile-search{display:none}.empty-search{color:var(--muted);text-align:center;border:1px dashed #d8dfed;border-radius:16px;padding:55px}.inner-page{background:#fff;min-height:100dvh}.catalog-page-hero{isolation:isolate;color:#fff;background:radial-gradient(circle at 88% 16%,#1f64c8 0,#103a82 26%,#081b4a 61%,#061438 100%);border-radius:29px;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);align-items:center;gap:68px;max-width:1192px;margin:44px auto 54px;padding:59px 60px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 65px #081d4e2e}.catalog-page-hero:before,.catalog-page-hero:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.catalog-page-hero:before{border:72px solid #59c9f714;width:470px;height:470px;top:-180px;right:-118px}.catalog-page-hero:after{background:#ffffff09;width:390px;height:390px;bottom:-235px;left:47%}.catalog-page-hero-copy{max-width:720px}.catalog-hero-badge{color:#80d6fb;letter-spacing:.12em;background:#50aef51a;border:1px solid #7fcfff38;border-radius:999px;align-items:center;gap:9px;padding:8px 11px;font-size:9px;font-weight:850;display:inline-flex}.catalog-hero-badge i{background:#6ce4ac;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #6ce4ac21}.catalog-page-hero h1{letter-spacing:-.045em;margin:18px 0 16px;font-size:clamp(45px,5.15vw,67px);line-height:.93}.catalog-page-hero h1 em{color:#6ed0f8;font-style:normal}.catalog-page-hero p{color:#bdcae8;max-width:660px;margin:0;font-size:14px;line-height:1.72}.catalog-hero-stats{border-top:1px solid #ffffff1f;grid-template-columns:repeat(3,1fr);gap:0;margin-top:30px;padding-top:25px;display:grid}.catalog-hero-stats>div{border-right:1px solid #ffffff1f;min-width:0;padding:0 21px}.catalog-hero-stats>div:first-child{padding-left:0}.catalog-hero-stats>div:last-child{border:0}.catalog-hero-stats strong,.catalog-hero-stats span{display:block}.catalog-hero-stats strong{color:#fff;font-family:var(--font-display);font-size:31px;line-height:.95}.catalog-hero-stats span{color:#91a7d3;margin-top:5px;font-size:9px;font-weight:700;line-height:1.35}.catalog-hero-card{z-index:1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff17;border:1px solid #ffffff29;border-radius:21px;padding:27px;position:relative;box-shadow:0 22px 45px #00000024}.catalog-hero-card>span{color:#72d1f9;letter-spacing:.14em;font-size:8px;font-weight:900}.catalog-hero-card h2{letter-spacing:-.03em;margin:10px 0 19px;font-size:27px;line-height:1.02}.catalog-hero-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.catalog-hero-card li{color:#d2dcf2;align-items:center;gap:9px;font-size:10px;display:flex}.catalog-hero-card li b{color:#72e0ae;background:#66e2aa21;border-radius:7px;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.catalog-hero-card>a{color:#164796;background:#fff;border-radius:11px;justify-content:space-between;align-items:center;min-height:42px;margin-top:22px;padding:0 13px;font-size:10px;font-weight:850;display:flex}.catalog-page-content{max-width:1240px;margin:0 auto;padding:0 24px 100px}.catalog-page-tools{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:28px;padding:22px 0;display:flex}.catalog-page-tools .category-tabs{flex:auto}.catalog-page-search{color:#687898;background:#f8faff;border:1px solid #dce3f1;border-radius:11px;flex:0 0 245px;align-items:center;gap:8px;height:43px;padding:0 13px;display:flex}.catalog-page-search input{width:100%;min-width:0;color:var(--ink);font-family:var(--font-body);background:0 0;border:0;outline:0;font-size:12px}.catalog-results-head{color:var(--muted);justify-content:space-between;align-items:center;padding:25px 0 17px;font-size:12px;display:flex}.catalog-results-head b{color:var(--ink)}.catalog-results-head small{align-items:center;gap:7px;display:flex}.catalog-results-head i{background:#31be70;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #e1f7e9}.catalog-full-grid{row-gap:25px}.contact-page{background:linear-gradient(#fff 0 15%,#f5f8fe 100%)}.contact-shell{grid-template-columns:.92fr 1.08fr;gap:78px;max-width:1192px;margin:0 auto;padding:78px 24px 96px;display:grid}.contact-copy{padding:20px 0}.contact-copy h1{letter-spacing:-.045em;max-width:560px;margin:12px 0 18px;font-size:clamp(43px,5vw,65px);line-height:.98}.contact-copy>p{max-width:535px;color:var(--muted);margin:0;font-size:15px;line-height:1.75}.contact-channels{gap:10px;margin-top:31px;display:grid}.contact-channels>a{background:#ffffffe6;border:1px solid #dfe6f3;border-radius:15px;grid-template-columns:47px 1fr auto;align-items:center;gap:13px;min-height:72px;padding:11px 16px 11px 12px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.contact-channels>a:hover{border-color:#b9ccff;transform:translate(3px);box-shadow:0 12px 26px #22479717}.contact-channels>a>span{width:47px;height:47px;color:var(--blue);background:linear-gradient(145deg,#edf3ff,#e4efff);border-radius:13px;place-items:center;font-size:20px;font-weight:850;display:grid}.contact-channels>a:first-child>span{color:#fff;background:linear-gradient(145deg,#21d881,#12a965);box-shadow:0 9px 20px #12a96533}.contact-channels small,.contact-channels strong{display:block}.contact-channels small{color:var(--muted);font-size:9px}.contact-channels strong{overflow-wrap:anywhere;margin-top:4px;font-size:12px}.contact-channels>a>b{color:var(--blue)}.contact-hours{color:var(--muted);align-items:center;gap:12px;margin-top:17px;display:flex}.contact-hours>span{width:37px;height:37px;color:var(--blue);background:#e8eefb;border-radius:11px;place-items:center;font-size:18px;display:grid}.contact-hours small,.contact-hours strong{display:block}.contact-hours small{font-size:9px}.contact-hours strong{color:var(--ink);margin-top:3px;font-size:11px}.contact-socials{border-top:1px solid #dde4f1;margin-top:25px;padding-top:24px}.contact-socials>div small,.contact-socials>div strong{display:block}.contact-socials>div small{color:var(--blue);letter-spacing:.14em;font-size:8px;font-weight:900}.contact-socials>div strong{font-family:var(--font-display);margin-top:5px;font-size:19px}.contact-socials nav{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px;display:grid}.contact-socials a{color:#26365e;background:#fff;border:1px solid #dee5f2;border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:7px 10px;font-size:9px;transition:transform .2s,box-shadow .2s;display:flex}.contact-socials a:hover{transform:translateY(-2px);box-shadow:0 10px 22px #1a387b17}.contact-socials a span{color:#fff;border-radius:9px;flex:none;place-items:center;width:29px;height:29px;font-size:16px;font-weight:900;display:grid}.contact-socials a.facebook span{background:#1877f2}.contact-socials a.instagram span{background:linear-gradient(135deg,#6f3bc0,#dc3277 56%,#ff9a35)}.contact-socials a.tiktok span{text-shadow:1px 1px #20d5ec,-1px -1px #ff3b5c;background:#11131c}.contact-form{background:#fff;border:1px solid #e0e6f2;border-radius:24px;align-self:start;padding:38px;box-shadow:0 24px 60px #1937781c}.contact-form h2{letter-spacing:-.03em;margin:9px 0;font-size:34px}.contact-form>p{color:var(--muted);margin:0 0 24px;font-size:12px;line-height:1.6}.contact-form-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.contact-form-grid label{color:#26365e;gap:7px;font-size:10px;font-weight:800;display:grid}.contact-form-grid .full{grid-column:1/-1}.contact-form-grid input,.contact-form-grid select,.contact-form-grid textarea{width:100%;color:var(--ink);font-family:var(--font-body);background:#fbfcff;border:1px solid #dce3f1;border-radius:11px;outline:0;font-size:12px;transition:border-color .2s,box-shadow .2s}.contact-form-grid input,.contact-form-grid select{height:44px;padding:0 12px}.contact-form-grid textarea{resize:vertical;min-height:125px;padding:12px;line-height:1.55}.contact-form-grid input:focus,.contact-form-grid select:focus,.contact-form-grid textarea:focus{border-color:#7ba0ff;box-shadow:0 0 0 3px #2f66ff17}.contact-form>.primary-button{border:0;width:100%;margin-top:19px}.contact-form>.primary-button:disabled{cursor:wait;opacity:.65}.contact-form>small{color:var(--muted);text-align:center;margin-top:11px;font-size:9px;display:block}.contact-success,.form-error{border-radius:10px;margin-top:16px;padding:11px 12px;font-size:10px;font-weight:700;line-height:1.5}.contact-success{color:#167442;background:#e9f9ef}.form-error{color:#a52b2b;background:#fff0f0}.steps-section{background:#f3f7ff;border-radius:28px;grid-template-columns:.85fr 1.15fr;gap:58px;max-width:1192px;margin:0 auto 58px;padding:52px;display:grid}.steps-copy h2{letter-spacing:-.045em;margin:10px 0 15px;font-size:clamp(34px,4vw,51px);line-height:1.04}.steps-copy p{max-width:430px;color:var(--muted);margin:0 0 24px;font-size:14px;line-height:1.7}.steps-list{grid-template-columns:1fr 1fr;gap:14px;display:grid}.steps-list article{background:#ffffffd9;border:1px solid #e3e9f5;border-radius:16px;gap:14px;padding:22px;display:flex}.steps-list article>span{width:36px;height:36px;color:var(--blue);background:#eaf0ff;border-radius:10px;flex:none;place-items:center;font-size:11px;font-weight:900;display:grid}.steps-list h3{margin:1px 0 5px;font-size:17px}.steps-list p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.business-section{color:#fff;background:linear-gradient(135deg,#071743,#123c89);border-radius:28px;grid-template-columns:1fr 1fr;align-items:center;gap:58px;max-width:1192px;margin:0 auto 60px;padding:50px 58px;display:grid;position:relative;overflow:hidden}.business-section:after{content:"";border:85px solid #54c7f917;border-radius:50%;width:520px;height:520px;position:absolute;top:-200px;right:-140px}.business-section>div{z-index:1;position:relative}.business-badge{color:#77d5fb;letter-spacing:.14em;background:#54c7f921;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900;display:inline-flex}.business-section h2{letter-spacing:-.045em;margin:15px 0;font-size:clamp(34px,4vw,50px);line-height:1.04}.business-section p{color:#b8c8eb;max-width:510px;font-size:15px;line-height:1.7}.business-section a{color:#72d2fa;margin-top:12px;font-size:13px;font-weight:900;display:inline-block}.business-stats{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.business-stats article{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:17px;min-height:150px;padding:20px}.business-stats strong,.business-stats span,.business-stats small{display:block}.business-stats strong{color:#6ed0f8;font-size:28px}.business-stats span{margin:3px 0 22px;font-size:11px;font-weight:800}.business-stats small{color:#aebfe4;font-size:9px}.faq-section{max-width:1192px;margin:0 auto;padding:0 0 64px}.faq-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.faq-grid details{border:1px solid var(--line);background:#fff;border-radius:15px;padding:0 21px}.faq-grid summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:64px;font-size:15px;font-weight:800;list-style:none;display:flex}.faq-grid summary:after{content:"+";color:var(--blue);font-size:21px;font-weight:400}.faq-grid details[open] summary:after{content:"−"}.faq-grid p{color:var(--muted);margin:-3px 0 20px;font-size:13px;line-height:1.65}footer{color:#fff;background:#07123a}.footer-main{grid-template-columns:1.7fr repeat(3,1fr);gap:60px;max-width:1192px;margin:auto;padding:65px 0 48px;display:grid}.footer-main>div:not(.footer-brand){flex-direction:column;gap:11px;display:flex}.footer-main strong{text-transform:uppercase;letter-spacing:.1em;margin-bottom:7px;font-size:11px}.footer-main a{color:#aebbdc;font-size:12px}.footer-main a:hover{color:#6ed0f8}.footer-brand img{filter:brightness(0)invert();width:190px}.footer-brand p{color:#aebbdc;max-width:310px;font-size:12px;line-height:1.65}.footer-bottom{color:#9aa7c8;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1192px;margin:auto;padding:20px 0 24px;font-size:11px;display:flex}.footer-link-button{color:#b9c8e7;background:0 0;border:0;padding:0;font-size:11px;font-weight:700;transition:color .2s}.footer-link-button:hover{color:#6ed0f8}.complaint-backdrop{z-index:140;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#030d2cb8;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.complaint-modal{background:#fff;border:1px solid #d5e0f6e6;border-radius:25px;flex-direction:column;width:min(920px,100%);max-height:calc(100dvh - 44px);display:flex;overflow:hidden;box-shadow:0 35px 90px #010c2b59}.complaint-head{border-bottom:1px solid var(--line);background:linear-gradient(115deg,#f4f8ff,#eefaff);flex:none;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.complaint-head span{color:var(--blue);letter-spacing:.14em;margin-bottom:3px;font-size:9px;font-weight:900;display:block}.complaint-head h2{margin:0;font-size:25px;line-height:1.05}.complaint-head>button{width:39px;height:39px;color:var(--ink);background:#fff;border:1px solid #dce5f5;border-radius:50%;flex:none;font-size:24px;line-height:1}.complaint-support-step,.complaint-success{text-align:center;flex-direction:column;align-items:center;padding:42px clamp(24px,7vw,70px) 34px;display:flex;overflow-y:auto}.complaint-support-icon,.complaint-success>span:first-child{width:66px;height:66px;color:var(--blue);background:linear-gradient(145deg,#eaf2ff,#e8fbff);border-radius:21px;place-items:center;margin-bottom:18px;font-size:30px;font-weight:900;display:grid;box-shadow:inset 0 0 0 1px #d8e7ff}.complaint-support-step h3,.complaint-success h3{margin:8px 0 10px;font-size:clamp(30px,4vw,42px);line-height:1}.complaint-support-step>p,.complaint-success p{max-width:680px;color:var(--muted);margin:0;font-size:14px;line-height:1.7}.complaint-support-actions{grid-template-columns:1fr 1fr;gap:13px;width:100%;margin:28px 0 24px;display:grid}.complaint-support-actions a{text-align:left;background:#fff;border:1px solid #dfe7f5;border-radius:16px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:15px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid;box-shadow:0 10px 24px #19418c12}.complaint-support-actions a:hover{border-color:#9ab5ff;transform:translateY(-3px);box-shadow:0 16px 32px #19418c1f}.complaint-support-actions a>span{border-radius:13px;place-items:center;width:44px;height:44px;font-size:20px;display:grid}.complaint-support-actions a div{min-width:0}.complaint-support-actions strong,.complaint-support-actions small{display:block}.complaint-support-actions strong{font-size:13px}.complaint-support-actions small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:10px;overflow:hidden}.complaint-support-actions a>b{color:var(--blue);font-size:18px}.support-whatsapp>span{color:#0b9c57;background:#e9fbf1}.support-email>span{color:var(--blue);background:#edf3ff}.complaint-divider{color:#8a96b1;text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:13px;width:100%;font-size:9px;font-weight:700;display:flex}.complaint-divider:before,.complaint-divider:after{content:"";background:var(--line);flex:1;height:1px}.complaint-continue{color:#fff;background:linear-gradient(135deg,#2f66ff,#2389ee);border:0;border-radius:13px;justify-content:center;align-items:center;gap:14px;width:min(410px,100%);min-height:51px;margin:20px 0 12px;font-size:12px;font-weight:900;display:flex;box-shadow:0 13px 25px #2f66ff38}.complaint-support-step>small{color:#8994ad;font-size:9px;line-height:1.5}.complaint-form{padding:25px 28px 30px;overflow-y:auto}.complaint-form-intro{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.complaint-form-intro button{color:var(--blue);background:0 0;border:0;padding:0;font-size:11px;font-weight:900}.complaint-form-intro p{color:var(--muted);margin:0;font-size:10px}.complaint-form fieldset{border:1px solid var(--line);background:#fbfcff;border-radius:16px;margin:0 0 15px;padding:18px}.complaint-form legend{color:var(--ink);font-family:var(--font-display);padding:0 8px;font-size:18px;font-weight:800}.complaint-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.complaint-grid label{color:#314064;flex-direction:column;gap:7px;font-size:10px;font-weight:800;display:flex}.complaint-grid .wide{grid-column:1/-1}.complaint-grid input,.complaint-grid select,.complaint-grid textarea{width:100%;min-height:43px;color:var(--ink);font-family:var(--font-body);resize:vertical;background:#fff;border:1px solid #d9e2f1;border-radius:10px;outline:none;padding:10px 12px;font-size:12px}.complaint-grid textarea{min-height:102px;line-height:1.55}.complaint-grid input:focus,.complaint-grid select:focus,.complaint-grid textarea:focus{border-color:#6f95ff;box-shadow:0 0 0 3px #2f66ff1a}.complaint-help{color:var(--muted);margin:12px 2px 0;font-size:9px;line-height:1.6}.complaint-confirm{color:var(--muted);align-items:flex-start;gap:9px;margin:18px 2px;font-size:9px;line-height:1.55;display:flex}.complaint-confirm input{accent-color:var(--blue);margin-top:2px}.complaint-form-actions{justify-content:flex-end;gap:10px;display:flex}.complaint-form-actions button{min-height:45px;color:var(--ink);background:#fff;border:1px solid #dce4f2;border-radius:11px;padding:0 22px;font-size:11px;font-weight:850}.complaint-form-actions .primary-button{color:#fff;background:linear-gradient(135deg,#2f66ff,#2389ee);border:0}.complaint-success{justify-content:center;min-height:430px}.complaint-success>span:first-child{color:#10a361;background:#e8fbf1}.complaint-success>strong{color:var(--blue);letter-spacing:.08em;background:#f1f6ff;border:1px dashed #87a9ff;border-radius:12px;margin:22px 0;padding:13px 22px;font-size:20px;display:block}.complaint-success .primary-button{min-width:200px}.toast{z-index:90;color:#fff;background:#071743;border-radius:13px;align-items:center;gap:10px;padding:13px 18px;font-size:11px;font-weight:800;display:flex;position:fixed;bottom:26px;left:50%;transform:translate(-50%);box-shadow:0 18px 40px #07174347}.toast b{background:#37c87a;border-radius:50%;place-items:center;width:23px;height:23px;display:grid}.drawer-backdrop{z-index:80;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#030c287a;transition:all .25s;position:fixed;inset:0}.drawer-backdrop.open{opacity:1;visibility:visible}.cart-drawer{z-index:81;background:#fff;flex-direction:column;width:min(465px,100%);height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(102%);box-shadow:-25px 0 60px #03123a2e}.cart-drawer.open{transform:translate(0)}.drawer-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:27px 25px 22px;display:flex}.drawer-head>div>span{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900}.drawer-head h2{margin:4px 0 0;font-size:24px}.drawer-head h2 small{color:var(--muted);margin-left:7px;font-size:12px;font-weight:600}.drawer-head>button,.modal-close,.checkout-head button{border:1px solid var(--line);width:37px;height:37px;color:var(--ink);background:#fff;border-radius:50%;font-size:23px}.cart-items{flex:1;padding:10px 25px;overflow-y:auto}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:56px 1fr auto;align-items:start;gap:13px;padding:16px 0;display:grid}.cart-thumb{border-radius:13px;place-items:center;width:56px;height:56px;font-size:22px;font-weight:900;display:grid}.cart-item-info strong,.cart-item-info small{display:block}.cart-item-info strong{max-width:210px;font-size:13px}.cart-item-info small{color:var(--muted);margin-top:4px;font-size:11px}.cart-item>b{margin-top:2px;font-size:13px}.quantity{border:1px solid var(--line);border-radius:8px;align-items:center;margin-top:9px;display:inline-flex;overflow:hidden}.quantity button{width:27px;height:26px;color:var(--ink);background:#f7f9fd;border:0}.quantity span{text-align:center;min-width:28px;font-size:10px}.empty-cart{text-align:center;place-items:center;min-height:58vh;padding:35px;display:grid}.empty-cart>span{width:65px;height:65px;color:var(--blue);background:#eff4ff;border-radius:20px;place-items:center;font-size:29px;display:grid}.empty-cart h3{margin:15px 0 5px;font-size:18px}.empty-cart p{max-width:260px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.empty-cart button{background:var(--blue);color:#fff;border:0;border-radius:10px;margin-top:17px;padding:10px 16px;font-size:11px;font-weight:800}.cart-summary{border-top:1px solid var(--line);background:#fbfcff;padding:22px 25px 25px}.cart-summary p{color:var(--muted);justify-content:space-between;margin:0 0 9px;font-size:12px;display:flex}.cart-summary p strong{color:var(--ink)}.cart-summary .discount strong{color:#20a962}.cart-summary .cart-total{border-top:1px solid var(--line);color:var(--ink);align-items:end;margin:16px 0;padding-top:16px;font-size:13px;font-weight:800}.cart-summary .cart-total strong{font-size:22px}.checkout-button{color:#fff;background:linear-gradient(135deg,#315eff,#2b85f6);border:0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-height:50px;padding:0 18px;font-size:12px;font-weight:850;display:flex;box-shadow:0 12px 25px #2f66ff33}.cart-summary>small{color:var(--muted);text-align:center;margin-top:11px;font-size:10px;display:block}.auth-backdrop,.customer-account-backdrop,.checkout-overlay{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#020a239e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}body.customer-auth-open{overflow:hidden}.modal-shell{background:#fff;border-radius:23px;grid-template-columns:.85fr 1.15fr;width:min(860px,100% - 34px);height:min(620px,100dvh - 34px);padding:0;display:grid;position:relative;overflow:hidden;box-shadow:0 35px 85px #00000045}.modal-close{z-index:2;position:absolute;top:17px;right:17px}.auth-visual{color:#fff;background:linear-gradient(145deg,#081541,#1551b4);flex-direction:column;justify-content:end;padding:42px;display:flex}.auth-visual img{width:82px;margin-bottom:auto}.auth-visual h2{letter-spacing:-.04em;margin:0 0 13px;font-size:34px;line-height:1.05}.auth-visual p{color:#b9c9ee;margin:0;font-size:14px;line-height:1.65}.auth-form{flex-direction:column;justify-content:center;padding:42px 54px;display:flex;overflow-y:auto}.auth-form h2{letter-spacing:-.035em;margin:9px 0 8px;font-size:28px}.auth-form>p{color:var(--muted);margin:0 0 17px;font-size:13px}.auth-form label,.form-grid label{color:#303d61;flex-direction:column;gap:6px;margin-bottom:12px;font-size:12px;font-weight:800;display:flex}.auth-form input,.form-grid input,.form-grid select{height:43px;color:var(--ink);background:#fbfcff;border:1px solid #dfe5f1;border-radius:10px;outline:0;padding:0 12px;font-size:12px}.auth-form input:focus,.form-grid input:focus,.form-grid select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2f66ff17}.auth-form .primary-button{border:0;margin-top:5px}.auth-form .primary-button:disabled{opacity:.58;cursor:wait}.auth-form>small{color:var(--muted);text-align:center;margin-top:15px;font-size:12px}.auth-form>small button{color:var(--blue);background:0 0;border:0;font-weight:800}.auth-tabs{background:#eef3fb;border-radius:11px;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 16px;padding:4px;display:grid}.auth-tabs button{color:#70809e;background:0 0;border:0;border-radius:8px;min-height:38px;font-size:11px;font-weight:850}.auth-tabs button.active{color:var(--blue);background:#fff;box-shadow:0 3px 12px #1d3f801a}.auth-register-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.forgot-password{color:var(--blue);background:0 0;border:0;align-self:flex-end;margin:-4px 0 9px;font-size:10px;font-weight:800}.forgot-password:disabled{opacity:.5}.demo-notice{color:#976908;text-align:center;background:#fff8e8;border-radius:8px;margin-top:12px;padding:8px;font-size:8px;font-style:normal;display:block}.form-error{color:#b72f2f;background:#fff0f0;border-radius:8px;margin:5px 0 10px;padding:9px 11px;font-size:9px}.form-success{color:#147b48;background:#eaf9f0;border-radius:8px;margin:5px 0 10px;padding:9px 11px;font-size:10px;font-weight:700}.customer-account-backdrop{z-index:105;place-items:start end;padding-top:106px}.customer-account-panel{background:#fff;border:1px solid #dfe6f2;border-radius:18px;width:min(390px,100%);overflow:hidden;box-shadow:0 28px 75px #02123a47}.customer-account-panel>header{background:#f7faff;border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;min-height:76px;padding:17px 20px;display:flex}.customer-account-panel>header span{color:var(--blue);letter-spacing:.12em;font-size:9px;font-weight:900}.customer-account-panel>header h2{margin:4px 0 0;font-size:22px}.customer-account-panel>header button{background:#fff;border:1px solid #dfe5ef;border-radius:50%;width:36px;height:36px;font-size:20px}.customer-profile{align-items:center;gap:14px;padding:22px 20px 16px;display:flex}.customer-profile>span{color:#fff;background:linear-gradient(135deg,#315eff,#2b85f6);border-radius:15px;flex:none;place-items:center;width:52px;height:52px;font-size:20px;font-weight:900;display:grid;box-shadow:0 10px 22px #2f66ff33}.customer-profile strong,.customer-profile small{display:block}.customer-profile strong{font-size:16px}.customer-profile small{max-width:265px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.customer-account-info{background:#f2fbf6;border:1px solid #dbe9e2;border-radius:12px;gap:10px;margin:0 20px 18px;padding:13px;display:flex}.customer-account-info>span{color:#fff;background:#23a965;border-radius:50%;flex:none;place-items:center;width:25px;height:25px;font-size:11px;font-weight:900;display:grid}.customer-account-info p{margin:0}.customer-account-info strong,.customer-account-info small{display:block}.customer-account-info strong{font-size:11px}.customer-account-info small{color:#628071;margin-top:3px;font-size:10px;line-height:1.5}.customer-signout{color:#b73434;background:#fff7f7;border:1px solid #f0caca;border-radius:11px;justify-content:space-between;align-items:center;width:calc(100% - 40px);min-height:46px;margin:0 20px 20px;padding:0 15px;font-size:12px;font-weight:850;display:flex}.customer-signout:hover{background:#ffeded}.customer-signout:disabled{opacity:.55}.favorites-backdrop{z-index:106;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#020a238a;place-items:start end;padding:92px 20px 20px;display:grid;position:fixed;inset:0}.favorites-panel{background:#fff;border:1px solid #dfe6f2;border-radius:19px;width:min(420px,100%);max-height:calc(100dvh - 112px);animation:.25s both favorites-panel-in;overflow:hidden;box-shadow:0 28px 75px #02123a47}@keyframes favorites-panel-in{0%{opacity:0;transform:translate(18px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}.favorites-panel>header{background:linear-gradient(135deg,#f7faff,#f2fbff);border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;min-height:76px;padding:17px 20px;display:flex}.favorites-panel>header span{color:var(--blue);letter-spacing:.12em;font-size:9px;font-weight:900}.favorites-panel>header h2{margin:4px 0 0;font-size:23px}.favorites-panel>header button{background:#fff;border:1px solid #dfe5ef;border-radius:50%;width:36px;height:36px;font-size:20px}.favorites-list{max-height:calc(100dvh - 188px);padding:11px;overflow-y:auto}.favorites-list article{border-bottom:1px solid #edf0f6;grid-template-columns:1fr 33px;align-items:center;gap:7px;padding:8px;display:grid}.favorite-product-link{grid-template-columns:50px minmax(0,1fr);align-items:center;gap:11px;min-width:0;display:grid}.favorite-product-link>i{border-radius:12px;place-items:center;width:50px;height:50px;font-style:normal;font-weight:900;display:grid;overflow:hidden}.favorite-product-link img{object-fit:contain;width:88%;height:88%}.favorite-product-link p,.favorite-product-link strong,.favorite-product-link small{min-width:0;margin:0;display:block}.favorite-product-link strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.favorite-product-link small{color:var(--muted);margin-top:4px;font-size:9px}.favorites-list article>button{color:#d0445e;background:#fff1f3;border:0;border-radius:8px;width:30px;height:30px;font-size:16px}.favorites-empty{text-align:center;padding:42px 24px}.favorites-empty>span{width:62px;height:62px;color:var(--blue);background:#eef4ff;border-radius:20px;place-items:center;margin:0 auto 16px;font-size:31px;display:grid}.favorites-empty h3{margin:0;font-size:23px}.favorites-empty p{color:var(--muted);margin:8px 0 18px;font-size:11px;line-height:1.6}.favorites-empty a{color:var(--blue);font-size:11px;font-weight:850}.whatsapp-chat{z-index:96;flex-direction:column;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:22px;right:22px}.whatsapp-chat-button{color:#fff;background:linear-gradient(145deg,#27d66b,#119c4d);border:0;border-radius:18px;justify-content:center;align-items:center;gap:8px;min-width:58px;height:58px;padding:0 13px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 16px 34px #0f91484d}.whatsapp-chat-button:hover{transform:translateY(-3px)scale(1.03);box-shadow:0 20px 40px #0f914861}.whatsapp-chat-button span{border:2px solid #ffffffe6;border-radius:50%;place-items:center;width:32px;height:32px;font-size:16px;font-weight:900;display:grid}.whatsapp-chat-button i{font-size:11px;font-style:normal;font-weight:850}.whatsapp-chat-panel{background:#fff;border:1px solid #dce7e0;border-radius:20px;width:min(350px,100vw - 32px);animation:.25s both whatsapp-panel-in;overflow:hidden;box-shadow:0 25px 65px #05231638}@keyframes whatsapp-panel-in{0%{opacity:0;transform:translateY(12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.whatsapp-chat-panel>header{color:#fff;background:linear-gradient(135deg,#0d8d49,#16af5c);grid-template-columns:43px 1fr 31px;align-items:center;gap:10px;padding:15px;display:grid}.whatsapp-chat-panel>header>span{border:2px solid #ffffffbf;border-radius:50%;place-items:center;width:43px;height:43px;font-weight:900;display:grid}.whatsapp-chat-panel>header strong,.whatsapp-chat-panel>header small{display:block}.whatsapp-chat-panel>header strong{font-size:12px}.whatsapp-chat-panel>header small{color:#d4f9e4;margin-top:4px;font-size:8px}.whatsapp-chat-panel>header small i{background:#8cffba;border-radius:50%;width:6px;height:6px;margin-right:4px;display:inline-block}.whatsapp-chat-panel>header button{color:#fff;background:#ffffff24;border:0;border-radius:9px;width:31px;height:31px;font-size:18px}.whatsapp-chat-panel>p{color:#35435f;margin:0;padding:16px 16px 8px;font-size:11px}.whatsapp-chat-panel>div{gap:7px;padding:7px 12px 12px;display:grid}.whatsapp-chat-panel>div a{border:1px solid #e1e9e4;border-radius:12px;grid-template-columns:39px 1fr auto;align-items:center;gap:10px;padding:10px;transition:border-color .2s,background .2s,transform .2s;display:grid}.whatsapp-chat-panel>div a:hover{background:#f2fcf6;border-color:#8ed8ae;transform:translate(3px)}.whatsapp-chat-panel>div a>i{color:#13894a;background:#e8f8ef;border-radius:11px;place-items:center;width:39px;height:39px;font-style:normal;font-weight:900;display:grid}.whatsapp-chat-panel>div a span strong,.whatsapp-chat-panel>div a span small{display:block}.whatsapp-chat-panel>div a span strong{font-size:11px}.whatsapp-chat-panel>div a span small{color:var(--muted);margin-top:3px;font-size:8px}.whatsapp-chat-panel>div a>b{color:#15914e}.whatsapp-chat-panel>small{color:#7c8b85;text-align:center;padding:0 16px 14px;font-size:8px;display:block}.checkout-overlay{overflow-y:auto}.checkout-modal{background:#fff;border-radius:24px;width:min(1000px,100%);max-height:calc(100dvh - 34px);overflow-y:auto;box-shadow:0 35px 90px #00000047}.checkout-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 23px;display:flex}.checkout-head>div{align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.checkout-head img{width:32px}.checkout-progress{background:#f8faff;justify-content:center;align-items:center;padding:17px 25px;display:flex}.checkout-progress>span{color:#8c96ab;background:#fff;border:1px solid #dbe2ef;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:9px;font-weight:900;display:flex}.checkout-progress>span b{color:#7e899f;white-space:nowrap;margin-top:48px;font-size:10px;position:absolute}.checkout-progress>span.active,.checkout-progress>span.done{border-color:var(--blue);background:var(--blue);color:#fff}.checkout-progress>span.active b,.checkout-progress>span.done b{color:var(--blue)}.checkout-progress i{background:#dbe2ef;width:95px;height:1px}.checkout-content{grid-template-columns:1.45fr .75fr;gap:28px;padding:47px 34px 32px;display:grid}.checkout-form-section h2,.plin-payment h2{letter-spacing:-.035em;margin:8px 0 22px;font-size:27px}.form-grid{grid-template-columns:1fr 1fr;gap:0 12px;display:grid}.form-grid .full{grid-column:1/-1}.full-submit{border:0;width:100%;margin-top:7px}.order-mini-summary{border:1px solid var(--line);background:#f9fbff;border-radius:16px;align-self:start;padding:22px}.mini-items{max-height:210px;margin:12px 0 15px;overflow-y:auto}.mini-items>div{border-bottom:1px solid var(--line);align-items:center;gap:9px;padding:9px 0;display:flex}.mini-art{border-radius:9px;flex:none;place-items:center;width:36px;height:36px;font-size:14px;font-weight:900;display:grid}.mini-items p,.mini-items strong,.mini-items small{margin:0;display:block}.mini-items strong{font-size:11px;line-height:1.35}.mini-items small{color:var(--muted);margin-top:3px;font-size:10px}.mini-totals{padding-top:4px}.mini-totals p{color:var(--muted);justify-content:space-between;margin:8px 0;font-size:11px;display:flex}.mini-totals p strong{color:var(--ink)}.mini-totals .discount strong{color:#22aa65}.mini-totals p:last-child{border-top:1px solid var(--line);color:var(--ink);margin-top:13px;padding-top:13px;font-size:12px;font-weight:800}.mini-totals p:last-child strong{font-size:18px}.secure-note{color:var(--muted);text-align:center;margin-top:15px;font-size:9px;display:block}.plin-payment>p{max-width:500px;color:var(--muted);margin:-13px 0 17px;font-size:13px;line-height:1.6}.plin-payment>p strong{color:var(--ink)}.qr-card{background:linear-gradient(145deg,#fbf7ff,#fff);border:1px solid #e5e8f1;border-radius:17px;place-items:center;width:215px;margin:0 auto 16px;padding:14px;display:grid;box-shadow:0 10px 25px #4e1f8414}.qr-card img{width:145px;height:145px;image-rendering:pixelated}.plin-label{color:#fff;background:linear-gradient(135deg,#6f27c5,#ef3ca3);border-radius:7px;place-self:start;padding:5px 8px;font-size:9px;font-weight:950}.qr-card>span{margin-top:7px;font-size:11px;font-weight:800}.qr-card>small{color:#9a6b16;text-align:center;margin-top:3px;font-size:9px}.upload-zone{cursor:pointer;background:#fbfcff;border:1px dashed #bcc8df;border-radius:13px;align-items:center;gap:12px;min-height:65px;padding:12px 15px;display:flex}.upload-zone input{display:none}.upload-zone>span{width:37px;height:37px;color:var(--blue);background:#eaf1ff;border-radius:10px;place-items:center;font-weight:900;display:grid}.upload-zone strong,.upload-zone small{display:block}.upload-zone strong{max-width:290px;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.upload-zone small{color:var(--muted);margin-top:4px;font-size:10px}.upload-zone.has-file{background:#f4fff8;border-color:#36bd76}.upload-zone.has-file>span{color:#1da65f;background:#dff8e9}.payment-actions{grid-template-columns:.55fr 1fr;gap:9px;margin-top:13px;display:grid}.payment-actions button{border:0}.payment-actions .secondary-button{border:1px solid var(--line)}.primary-button:disabled{cursor:wait;opacity:.65}.success-step{text-align:center;place-items:center;padding:65px 30px 70px;display:grid}.success-icon{color:#24ae65;background:#e2f9eb;border-radius:50%;place-items:center;width:71px;height:71px;margin-bottom:18px;font-size:34px;font-weight:900;display:grid;box-shadow:0 0 0 12px #f2fcf6}.success-step h2{letter-spacing:-.04em;margin:10px 0 9px;font-size:34px}.success-step>p{max-width:510px;color:var(--muted);margin:0;font-size:12px;line-height:1.65}.order-number{border:1px solid var(--line);background:#f8faff;border-radius:12px;margin:24px 0;padding:13px 27px}.order-number small,.order-number strong{display:block}.order-number small{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px;font-size:8px}.order-number strong{color:var(--blue);letter-spacing:.05em;font-size:16px}.success-actions{gap:9px;display:flex}.success-actions .primary-button{border:0}.product-page{background:linear-gradient(#fff 0 72%,#f7f9fd 100%);min-height:100dvh}.product-header{border-bottom-color:var(--line)}.product-detail-shell{max-width:1240px;margin:0 auto;padding:0 24px}.breadcrumbs{color:#7a859c;align-items:center;gap:9px;padding:24px 0 19px;font-size:12px;display:flex}.breadcrumbs a:hover{color:var(--blue)}.breadcrumbs strong{max-width:45vw;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.product-detail-hero{grid-template-columns:minmax(360px,.88fr) 1.12fr;align-items:center;gap:clamp(45px,7vw,90px);padding:23px 0 74px;display:grid}.product-detail-art{--product-color:#2f66ff;aspect-ratio:1;background:radial-gradient(circle at 50% 45%, color-mix(in srgb, var(--product-color) 19%, white), color-mix(in srgb, var(--product-color) 7%, white) 58%, white);width:100%;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--product-color) 13%, #e3e9f3), 0 28px 60px #112a5f17;border-radius:28px;place-items:center;display:grid;position:relative;overflow:hidden}.product-detail-art:before,.product-detail-art:after{content:"";border:1px solid color-mix(in srgb, var(--product-color) 24%, transparent);border-radius:28%;width:70%;height:70%;position:absolute;transform:rotate(24deg)}.product-detail-art:after{width:48%;height:48%;transform:rotate(48deg)}.product-detail-art.has-image:before,.product-detail-art.has-image:after{display:none}.product-detail-art.has-image{background:#f2fbfe;box-shadow:inset 0 0 0 1px #dceff5,0 28px 60px #112a5f17}.detail-product-image{width:var(--product-image-scale,88%);height:var(--product-image-scale,88%);object-fit:contain;object-position:center;display:block}.detail-art-ring{z-index:1;aspect-ratio:1;border:1px solid color-mix(in srgb, var(--product-color) 20%, white);width:42%;box-shadow:0 25px 55px color-mix(in srgb, var(--product-color) 16%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffad;border-radius:30%;place-items:center;display:grid;position:relative}.detail-art-ring span{aspect-ratio:1;background:var(--product-color);color:#fff;border-radius:25%;place-items:center;width:72%;font-size:clamp(62px,7vw,95px);font-weight:800;display:grid}.product-detail-art>small{z-index:2;color:color-mix(in srgb, var(--product-color) 78%, #07133f);letter-spacing:.18em;text-transform:uppercase;font-size:13px;font-weight:800;position:absolute;bottom:32px}.product-detail-copy h1{letter-spacing:-.04em;max-width:650px;margin:11px 0 13px;font-size:clamp(42px,4.5vw,63px);line-height:.98}.product-lead{max-width:650px;color:var(--muted);margin:0;font-size:16px;line-height:1.7}.detail-chips{flex-wrap:wrap;gap:7px;margin:20px 0;display:flex}.detail-chips span{color:#4c5a79;background:#f9fbff;border:1px solid #dfe6f2;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.bundle-detail-summary{background:linear-gradient(135deg,#f7faff,#eef8ff);border:1px solid #d8e5ff;border-radius:14px;margin:0 0 20px;padding:15px 17px}.bundle-detail-summary>strong{color:#12316f;margin-bottom:9px;font-size:12px;display:block}.bundle-detail-summary>div{flex-wrap:wrap;gap:7px;display:flex}.bundle-detail-summary span{color:#52607f;background:#fff;border-radius:8px;padding:7px 9px;font-size:11px;box-shadow:0 4px 12px #1546960f}.bundle-detail-summary b{color:var(--blue)}.detail-price{flex-wrap:wrap;align-items:baseline;gap:11px;margin:4px 0 22px;display:flex}.detail-price strong{letter-spacing:-.035em;font-size:40px}.detail-price del{color:#9aa4b8;font-size:15px}.detail-price em{color:#229c59;background:#e6f8ed;border-radius:999px;padding:6px 9px;font-size:10px;font-style:normal;font-weight:800}.detail-specs{border:1px solid var(--line);border-radius:14px;grid-template-columns:repeat(3,1fr);margin-bottom:22px;display:grid;overflow:hidden}.detail-specs>div{border-right:1px solid var(--line);background:#fbfcff;padding:14px 15px}.detail-specs>div:last-child{border:0}.detail-specs small,.detail-specs strong{display:block}.detail-specs small{color:#8791a7;font-size:10px}.detail-specs strong{margin-top:5px;font-size:13px}.product-buy-row{grid-template-columns:auto 1fr 1.15fr;gap:9px;display:grid}.detail-quantity{border:1px solid #dce3ef;border-radius:12px;align-items:center;display:flex;overflow:hidden}.detail-quantity button{width:38px;color:var(--ink);background:#f7f9fd;border:0;align-self:stretch;font-size:17px}.detail-quantity span{text-align:center;min-width:31px;font-size:13px;font-weight:800}.detail-add-button,.detail-buy-button{border-radius:12px;min-height:52px;padding:0 17px;font-size:13px;font-weight:800}.detail-add-button{color:#173274;background:#fff;border:1px solid #cfd9ec}.detail-buy-button{color:#fff;background:linear-gradient(135deg,#315eff,#2b85f6);border:0;box-shadow:0 13px 28px #2f66ff33}.detail-delivery-note{color:var(--muted);align-items:flex-start;gap:9px;margin:15px 0 0;font-size:11px;line-height:1.55;display:flex}.detail-delivery-note span{color:var(--blue);font-size:15px}.product-information{grid-template-columns:1fr 1fr .9fr;gap:15px;padding:0 0 79px;display:grid}.product-information article,.product-information aside{border:1px solid var(--line);background:#fff;border-radius:20px;min-height:330px;padding:30px}.product-information h2{letter-spacing:-.03em;margin:9px 0 18px;font-size:28px;line-height:1.08}.product-information ul{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.product-information li{color:#52607f;gap:10px;font-size:13px;line-height:1.55;display:flex}.product-information li span{width:22px;height:22px;color:var(--blue);background:#eaf1ff;border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:900;display:grid}.product-information aside{color:#fff;background:linear-gradient(145deg,#071743,#123c89);border:0}.product-information aside img{width:56px;margin-bottom:25px}.product-information aside .kicker{color:#73d3fb}.product-information aside p{color:#bac9e9;margin:0;font-size:13px;line-height:1.65}.product-information aside a{color:#73d3fb;margin-top:22px;font-size:12px;font-weight:800;display:inline-block}.related-section{padding:0 0 90px}.related-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.related-card{border:1px solid var(--line);background:#fff;border-radius:15px;grid-template-columns:68px 1fr auto;align-items:center;gap:15px;padding:15px;transition:transform .2s,box-shadow .2s;display:grid}.related-card:hover{transform:translateY(-2px);box-shadow:0 13px 30px #12306a14}.related-art{--product-color:#2f66ff;aspect-ratio:1;background:color-mix(in srgb, var(--product-color) 12%, white);width:68px;color:var(--product-color);border-radius:15px;place-items:center;font-size:27px;font-weight:800;display:grid}.related-art.has-image{background:#f2fbfe;overflow:hidden}.related-art img{width:var(--product-image-scale,88%);height:var(--product-image-scale,88%);object-fit:contain;object-position:center;display:block}.related-card small{color:var(--blue);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800}.related-card h3{margin:4px 0;font-size:16px}.related-card p{color:var(--muted);margin:0;font-size:11px}.related-card>strong{font-size:20px}.product-footer{margin-top:0}.not-found-page{text-align:center;align-content:center;place-items:center;min-height:100dvh;padding:30px;display:grid}.not-found-page img{width:200px;margin-bottom:45px}.not-found-page h1{margin:10px 0;font-size:45px}.not-found-page p{color:var(--muted);margin:0 0 25px}@media (max-width:1160px){.brand{flex-basis:145px}.brand img{width:145px}.desktop-nav{margin-right:10px}.desktop-nav a{padding:0 6px;font-size:10px}.live-search{width:175px}.live-search:focus-within{width:220px}.header-action-label,.account-button>span:last-child{display:none}.header-compact-action{padding:4px}}@media (max-width:980px){.desktop-nav,.live-search:not(.mobile-live-search){display:none}body.mobile-menu-open{overflow:hidden}.site-header-inner{height:72px;padding:0 20px}.header-actions{flex:none;gap:8px;margin-left:auto}.mobile-menu-toggle{display:flex}.mobile-menu:not([hidden]){background:#fffffffb;border-top:1px solid #e6ebf4;max-height:calc(100dvh - 72px);padding:18px 20px 23px;display:block;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 24px 44px #07194229}.mobile-menu nav{gap:5px;display:grid}.mobile-menu nav a{color:#22335d;border-radius:12px;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;min-height:50px;padding:0 11px;font-size:14px;font-weight:750;transition:background .2s,color .2s,transform .2s;display:grid}.mobile-menu nav a i{width:34px;height:34px;color:var(--blue);background:#eef3ff;border-radius:10px;place-items:center;font-style:normal;transition:transform .2s,background .2s,color .2s;display:grid}.mobile-menu nav a:hover,.mobile-menu nav a.active{color:var(--blue);background:#edf3ff}.mobile-menu nav a:hover{transform:translate(3px)}.mobile-menu nav a:hover i,.mobile-menu nav a.active i{background:var(--blue);color:#fff;transform:rotate(-4deg)}.mobile-menu nav a b{color:#8b99b5;font-size:17px}.mobile-live-search{width:100%;margin-bottom:12px;display:block}.mobile-live-search:focus-within{width:100%}.mobile-live-search .live-search-control{border-radius:12px;height:46px;padding:0 10px}.mobile-live-search .live-search-control input{font-size:13px}.mobile-live-search .live-search-results{min-width:0;margin-bottom:8px;position:relative;top:5px;box-shadow:0 14px 30px #09225c1f}.mobile-menu-shortcuts{border-top:1px solid #e5eaf4;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:12px;padding-top:12px;display:grid}.mobile-menu-shortcuts button,.mobile-menu-shortcuts a{color:#2c3c66;background:#f8faff;border:1px solid #dfe6f2;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:60px;padding:6px;font-size:9px;font-weight:800;display:flex;position:relative}.mobile-menu-shortcuts i{color:var(--blue);font-size:18px;font-style:normal}.mobile-menu-shortcuts b{background:var(--blue);color:#fff;border-radius:999px;place-items:center;min-width:17px;height:17px;padding:0 3px;font-size:7px;display:grid;position:absolute;top:6px;right:7px}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center;padding:0}.eyebrow,.hero-copy>p{margin:auto}.hero-actions,.hero-proof{justify-content:center}.hero-visual{min-height:420px}.trust-strip{grid-template-columns:repeat(2,1fr);margin:30px 24px 0}.trust-strip>div:nth-child(2){border-right:0}.trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid{grid-template-columns:repeat(2,1fr)}.promo-slider{margin:0}.promo-slide{grid-template-columns:1fr .8fr;gap:15px;padding:28px 32px 42px}.promo-copy h2{font-size:42px}.seo-home-intro{margin:38px 24px 0}.software-box{width:170px;height:235px;padding:18px}.office-box{left:0}.windows-box{right:-5px}.software-box>span{width:48px;height:48px}.software-box strong{font-size:18px}.business-console{left:0;right:-10px}.featured-section{padding-top:42px}.steps-section,.business-section{grid-template-columns:1fr;gap:30px;margin:0 24px 55px;padding:40px}.faq-section{padding:0 24px 55px}.footer-main,.footer-bottom{margin:0 24px}.footer-main{grid-template-columns:1.5fr 1fr 1fr}.footer-main>div:last-child{display:none}.product-detail-hero{grid-template-columns:.85fr 1.15fr;gap:35px}.product-information{grid-template-columns:1fr 1fr}.product-information aside{grid-column:1/-1;min-height:auto}.catalog-page-hero{grid-template-columns:1fr;gap:34px;margin:32px 24px 45px;padding:48px}.catalog-page-tools{display:block}.catalog-page-tools .category-tabs{margin-bottom:14px}.catalog-page-search{width:100%}.contact-shell{grid-template-columns:1fr;gap:36px;padding-top:55px}.contact-copy{padding:0}}@media (max-width:620px){.announcement{justify-content:center;min-height:31px}.announcement:not(.announcement-led)>span:not(:first-child){display:none}.announcement-led{justify-content:flex-start;min-height:39px}.announcement-led-group{gap:28px;padding-right:28px}.announcement-led-group>span{font-size:10px}.flash-offer-label{padding:5px 10px;font-size:8px}.site-header-inner{height:68px;padding:0 16px}.mobile-menu:not([hidden]){max-height:calc(100dvh - 68px);padding:14px 16px 20px}.brand{flex-basis:145px}.brand img{width:145px}.icon-button,.account-button,.favorites-button{display:none}.site-header-inner .cart-button{border-radius:11px;justify-content:center;width:42px;height:42px;padding:0;font-size:0}.site-header-inner .cart-button .header-action-icon{width:28px;height:28px;font-size:15px}.site-header-inner .cart-button>b{min-width:18px;height:18px;font-size:8px;position:absolute;top:-3px;right:-3px}.hero{min-height:auto;padding:45px 18px 28px;display:block}.hero h1{font-size:45px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-visual{min-height:380px;margin-top:32px}.license-card{width:92%;padding:23px;transform:rotate(-2deg)}.license-card h2{font-size:25px}.floating-card{min-width:170px}.payment-float{top:55px;right:-2px}.delivery-float{bottom:35px;left:-1px}.trust-strip{grid-template-columns:1fr;margin:19px 16px 0}.trust-strip>div{border-right:0;border-bottom:1px solid var(--line)}.trust-strip>div:nth-child(2){border-bottom:1px solid var(--line)}.catalog-section{padding:42px 16px 50px}.section-heading{display:block}.section-heading a{margin-top:14px;display:inline-block}.product-grid{grid-template-columns:1fr}.promo-slider{border-radius:0;height:400px;min-height:400px;margin:0}.promo-slide{height:400px;min-height:400px;padding:25px 20px 48px;display:block}.promo-copy>small{margin-top:17px}.promo-copy h2{margin-top:7px;font-size:35px}.promo-copy>p{font-size:13px}.promo-price{margin-top:14px}.promo-price strong{font-size:22px}.promo-slider .hero-actions{flex-direction:row}.promo-slider .primary-button,.promo-slider .secondary-button{min-height:44px;padding:0 14px;font-size:10px}.promo-art{display:none}.seo-home-intro{margin:26px 16px 0;padding:0;display:block}.seo-home-intro h1{font-size:36px}.seo-home-intro p{margin-top:15px;font-size:13px}.software-box{width:170px;height:220px}.office-box{top:38px;left:4px}.windows-box{top:23px;right:1px}.bundle-plus{top:44%}.promo-sticker{bottom:2px}.security-rings i:first-child{width:300px;height:300px}.security-rings i:nth-child(2){width:235px;height:235px}.business-console{min-height:270px;top:18px}.support-chip{bottom:-3px}.slider-controls{gap:3px;padding:3px 5px;inset:12px 12px auto auto;transform:none}.slider-controls>button{display:none}.slider-controls>div{gap:2px}.slider-controls>div button{width:20px}.slider-controls>div button span{width:12px}.slider-controls>div button.active span{width:20px}.featured-section{padding:36px 16px 25px}.featured-section .section-heading>a{margin-top:15px}.catalog-tools{display:block}.category-tabs{margin-bottom:13px}.mobile-search{border:1px solid var(--line);color:#75809b;background:#f8faff;border-radius:11px;align-items:center;gap:8px;height:42px;padding:0 12px;display:flex}.stock-note{display:none}.steps-section{margin:0 16px 42px;padding:30px 20px}.steps-list{grid-template-columns:1fr}.business-section{margin:0 16px 42px;padding:32px 22px}.business-stats{grid-template-columns:1fr 1fr}.business-stats article:last-child{display:none}.faq-section{padding:0 16px 44px}.favorites-backdrop{place-items:center;padding:10px}.favorites-panel{width:100%;max-height:calc(100dvh - 20px)}.favorites-list{max-height:calc(100dvh - 100px)}.whatsapp-chat{bottom:13px;right:13px}.whatsapp-chat-button{border-radius:17px;min-width:54px;height:54px;padding:0 11px}.whatsapp-chat-button i{display:none}.whatsapp-chat-panel{width:calc(100vw - 26px)}.faq-grid{grid-template-columns:1fr}.footer-main{grid-template-columns:1fr 1fr;gap:35px;margin:0 20px;padding:48px 0 35px}.footer-brand{grid-column:1/-1}.footer-main>div:last-child{display:none}.footer-bottom{margin:0 20px;line-height:2;display:block}.footer-bottom span{display:block}.footer-link-button{margin:8px 0;font-size:11px;display:block}.complaint-backdrop{padding:7px}.complaint-modal{border-radius:18px;max-height:calc(100dvh - 14px)}.complaint-head{padding:16px}.complaint-head h2{font-size:21px}.complaint-head>button{width:36px;height:36px}.complaint-support-step,.complaint-success{padding:28px 16px 24px}.complaint-support-step h3,.complaint-success h3{font-size:32px}.complaint-support-step>p,.complaint-success p{font-size:12px}.complaint-support-actions{grid-template-columns:1fr;margin:22px 0}.complaint-form{padding:19px 14px 24px}.complaint-form-intro{display:block}.complaint-form-intro p{margin-top:8px}.complaint-form fieldset{padding:14px 11px}.complaint-grid{grid-template-columns:1fr;gap:12px}.complaint-grid .wide{grid-column:auto}.complaint-form-actions{flex-direction:column-reverse}.complaint-form-actions button{width:100%}.auth-backdrop{padding:8px}.modal-shell{grid-template-columns:1fr;height:auto;max-height:calc(100dvh - 30px);overflow-y:auto}.auth-visual{display:none}.auth-form{justify-content:flex-start;padding:50px 22px 26px;overflow:visible}.auth-register-grid{grid-template-columns:1fr;gap:0}.customer-account-backdrop{place-items:center;padding:12px}.customer-account-panel{width:100%;max-width:390px}.checkout-overlay{padding:8px}.checkout-modal{border-radius:18px;max-height:calc(100dvh - 16px)}.checkout-progress i{width:42px}.checkout-progress>span b{display:none}.checkout-content{grid-template-columns:1fr;padding:35px 18px 22px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.order-mini-summary{display:none}.payment-actions{grid-template-columns:1fr}.success-actions{flex-direction:column;width:100%}.toast{justify-content:center;width:calc(100% - 32px)}.product-detail-shell{padding:0 16px}.breadcrumbs{font-size:10px}.breadcrumbs strong{max-width:42vw}.product-header .desktop-nav{display:none}.product-detail-hero{padding-bottom:54px;display:block}.product-detail-art{border-radius:22px;max-width:460px;margin:0 auto 35px}.product-detail-art>small{bottom:22px}.product-detail-copy h1{font-size:42px}.product-lead{font-size:14px}.detail-specs{grid-template-columns:1fr}.detail-specs>div{border-right:0;border-bottom:1px solid var(--line)}.product-buy-row{grid-template-columns:auto 1fr}.detail-buy-button{grid-column:1/-1}.product-information{grid-template-columns:1fr;padding-bottom:60px}.product-information aside{grid-column:auto}.related-grid{grid-template-columns:1fr}.related-card{grid-template-columns:58px 1fr auto}.related-art{width:58px}.related-card>strong{font-size:17px}.related-section{padding-bottom:60px}.catalog-heading-actions{align-items:flex-start;margin-top:14px}.catalog-page-hero{border-radius:22px;margin:20px 16px 36px;padding:35px 22px;display:block}.catalog-page-hero h1{font-size:43px}.catalog-page-hero p{font-size:14px}.catalog-hero-stats{grid-template-columns:1fr 1fr;row-gap:20px}.catalog-hero-stats>div{padding:0 12px}.catalog-hero-stats>div:nth-child(2){border-right:0}.catalog-hero-stats>div:last-child{grid-column:1/-1;padding:0}.catalog-hero-card{width:100%;margin-top:28px;padding:23px}.catalog-page-content{padding:0 16px 66px}.catalog-results-head{gap:18px}.catalog-results-head small{text-align:right}.contact-shell{padding:46px 16px 65px}.contact-copy h1{font-size:44px}.contact-form{border-radius:19px;padding:27px 20px}.contact-form-grid{grid-template-columns:1fr}.contact-form-grid .full{grid-column:auto}.contact-socials a{justify-content:center;padding:7px}.contact-socials a b{display:none}}@media (max-width:420px){.brand{flex-basis:132px}.brand img{width:132px}}#inicio,#destacados,#catalogo,#como-comprar,#empresas,#soporte{scroll-margin-top:92px}.admin-app{color:#0b1740;background:#f4f7fc;grid-template-columns:235px 1fr;min-height:100dvh;display:grid}.admin-sidebar{background:#fff;border-right:1px solid #e4e9f3;flex-direction:column;height:100dvh;padding:24px 15px 17px;display:flex;position:sticky;top:0}.admin-logo{border-bottom:1px solid #edf0f6;padding:0 10px 19px;display:block}.admin-logo img{width:155px;display:block}.admin-workspace{background:#f8faff;border:1px solid #e5eaf4;border-radius:12px;margin:16px 3px 13px;padding:12px}.admin-workspace span,.admin-workspace strong,.admin-workspace small{display:block}.admin-workspace span{color:#8a95aa;letter-spacing:.12em;text-transform:uppercase;font-size:7px;font-weight:900}.admin-workspace strong{margin:4px 0;font-size:11px}.admin-workspace small{color:#31a864;font-size:8px}.admin-sidebar nav{flex-direction:column;gap:4px;display:flex}.admin-sidebar nav button{color:#65718d;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:11px;min-height:41px;padding:0 12px;font-size:10px;font-weight:750;display:flex;position:relative}.admin-sidebar nav button>span{color:#7e8aa5;place-items:center;width:22px;font-size:16px;display:grid}.admin-sidebar nav button:hover{color:var(--ink);background:#f4f7fd}.admin-sidebar nav button.active{color:#2255da;background:#eaf1ff}.admin-sidebar nav button.active:before{content:"";background:var(--blue);border-radius:0 4px 4px 0;width:3px;height:24px;position:absolute;left:-15px}.admin-sidebar nav button.active>span{color:var(--blue)}.admin-sidebar nav button>b{color:#c76a23;background:#ffecdd;border-radius:999px;place-items:center;min-width:19px;height:19px;margin-left:auto;font-size:8px;display:grid}.admin-user{border-top:1px solid #edf0f6;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;margin-top:auto;padding:13px 8px 0;display:grid}.admin-user>span{color:#fff;background:linear-gradient(135deg,#315eff,#54c7f9);border-radius:10px;place-items:center;width:34px;height:34px;font-size:9px;font-weight:900;display:grid}.admin-user strong,.admin-user small{text-overflow:ellipsis;white-space:nowrap;max-width:115px;display:block;overflow:hidden}.admin-user small{color:#8a94a9;margin-top:3px;font-size:7px}.admin-user button{color:#78849d;background:0 0;border:0}.admin-main{min-width:0}.admin-topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffdb;border-bottom:1px solid #e5eaf3;justify-content:space-between;align-items:center;min-height:92px;padding:20px 36px;display:flex}.admin-topbar>div:first-child>span{color:#8792a8;letter-spacing:.12em;font-size:7px;font-weight:900}.admin-topbar h1{letter-spacing:-.035em;margin:5px 0 0;font-size:24px}.admin-topbar>div:last-child{align-items:center;gap:9px;display:flex}.admin-topbar a,.admin-topbar button{color:#32405f;background:#fff;border:1px solid #dfe5f0;border-radius:9px;align-items:center;min-height:37px;padding:0 13px;font-size:9px;font-weight:800;display:inline-flex}.admin-topbar button{border-color:var(--blue);background:var(--blue);color:#fff}.admin-content{padding:29px 36px 46px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.metric-grid article{background:#fff;border:1px solid #e1e7f1;border-radius:14px;align-items:center;gap:13px;padding:18px;display:flex;box-shadow:0 7px 22px #142e630a}.metric-icon{border-radius:11px;flex:none;place-items:center;width:40px;height:40px;font-size:11px;font-weight:900;display:grid}.metric-icon.blue{color:#2f66ff;background:#eaf1ff}.metric-icon.cyan{color:#1498c8;background:#e4f8ff}.metric-icon.amber{color:#c97b19;background:#fff2dd}.metric-icon.green{color:#25a65f;background:#e5f8ec}.metric-grid small,.metric-grid strong,.metric-grid em{display:block}.metric-grid small{color:#7a859c;font-size:8px;font-weight:700}.metric-grid strong{letter-spacing:-.03em;margin:5px 0 3px;font-size:20px}.metric-grid em{color:#42aa6c;font-size:7px;font-style:normal}.admin-split{grid-template-columns:minmax(0,1fr) 265px;gap:14px;margin-top:15px;display:grid}.admin-card{background:#fff;border:1px solid #e1e7f1;border-radius:14px;overflow:hidden;box-shadow:0 7px 22px #142e6309}.admin-card-head{border-bottom:1px solid #edf0f5;justify-content:space-between;align-items:center;min-height:68px;padding:15px 18px;display:flex}.admin-card-head span{color:#8a95aa;letter-spacing:.11em;font-size:7px;font-weight:900}.admin-card-head h2{margin:4px 0 0;font-size:15px}.admin-card-head button{color:var(--blue);background:0 0;border:0;font-size:8px;font-weight:800}.attention-card{padding-bottom:18px}.attention-count{margin:20px 19px 12px}.attention-count strong,.attention-count span{display:block}.attention-count strong{color:#d67c19;font-size:43px}.attention-count span{color:#6d7890;font-size:9px}.attention-card>p{color:#778299;margin:0 19px;font-size:9px;line-height:1.55}.attention-card>button{color:#bd6b18;background:#fff1df;border:0;border-radius:8px;margin:18px 19px 0;padding:9px 12px;font-size:8px;font-weight:850}.order-table{width:100%;overflow-x:auto}.table-row{width:100%;min-width:690px;color:var(--ink);text-align:left;background:#fff;border:0;border-bottom:1px solid #edf0f5;grid-template-columns:1.05fr 1.3fr 1.5fr .65fr .8fr 24px;align-items:center;gap:12px;padding:12px 17px;display:grid}button.table-row:hover{background:#f9fbff}.table-row>span>strong,.table-row>span>small{display:block}.table-row>span>strong{text-overflow:ellipsis;white-space:nowrap;max-width:175px;font-size:8px;overflow:hidden}.table-row>span>small{color:#8a95a9;text-overflow:ellipsis;white-space:nowrap;max-width:175px;margin-top:3px;font-size:7px;overflow:hidden}.table-head{color:#8490a7;text-transform:uppercase;letter-spacing:.06em;background:#f8faff;min-height:36px;padding-top:9px;padding-bottom:9px;font-size:7px;font-weight:850}.row-arrow{color:var(--blue);font-size:13px}.status{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:5px 7px;font-size:7px;font-style:normal;font-weight:850;display:inline-flex}.status i{background:currentColor;border-radius:50%;width:5px;height:5px}.status.payment_review{color:#bd711b;background:#fff3df}.status.paid{color:#2f66d5;background:#e9f2ff}.status.delivered{color:#229c59;background:#e6f8ed}.status.cancelled{color:#c74444;background:#fff0f0}.admin-empty{color:#8290aa;text-align:center;padding:45px;font-size:9px}.admin-filters{justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.admin-filters>div{gap:6px;display:flex}.admin-filters button{color:#6f7b93;background:#fff;border:1px solid #dfe5ef;border-radius:8px;min-height:34px;padding:0 12px;font-size:8px;font-weight:800}.admin-filters button.active{color:var(--blue);background:#eaf1ff;border-color:#bfd0fb}.admin-filters>span{color:#8490a7;font-size:8px}.section-intro{justify-content:space-between;align-items:end;margin-bottom:18px;display:flex}.section-intro span{color:var(--blue);letter-spacing:.13em;font-size:7px;font-weight:900}.section-intro h2{letter-spacing:-.035em;margin:6px 0;font-size:24px}.section-intro p{color:#78849b;margin:0;font-size:9px}.form-card{padding:20px}.admin-form{grid-template-columns:1fr 1.4fr 1fr auto;align-items:end;gap:12px;display:grid}.admin-form label{color:#61708e;flex-direction:column;gap:6px;font-size:8px;font-weight:800;display:flex}.admin-form input,.admin-form select{width:100%;height:39px;color:var(--ink);background:#fbfcff;border:1px solid #dfe5ef;border-radius:9px;outline:0;padding:0 10px;font-size:9px}.admin-form input:focus,.admin-form select:focus{border-color:var(--blue)}.admin-form>button{background:var(--blue);color:#fff;border:0;border-radius:9px;height:39px;padding:0 14px;font-size:8px;font-weight:850}.inventory-placeholder{text-align:center;background:#ffffff80;border:1px dashed #ced6e7;border-radius:14px;place-items:center;margin-top:15px;padding:58px 25px;display:grid}.inventory-placeholder>span{width:49px;height:49px;color:var(--blue);background:#eaf1ff;border-radius:14px;place-items:center;font-size:22px;display:grid}.inventory-placeholder h3{margin:13px 0 5px;font-size:13px}.inventory-placeholder p{color:#7d899f;margin:0;font-size:8px}.product-admin-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.product-admin-grid article{background:#fff;border:1px solid #e1e7f1;border-radius:12px;grid-template-columns:48px 1fr auto auto;align-items:center;gap:13px;padding:15px;display:grid}.product-admin-grid article>span{border-radius:12px;place-items:center;width:48px;height:48px;font-size:19px;font-weight:900;display:grid}.product-admin-grid small{color:#8c97aa;letter-spacing:.05em;font-size:6px}.product-admin-grid h3{margin:3px 0;font-size:10px}.product-admin-grid p{color:#7c879c;margin:0;font-size:7px}.product-admin-grid article>em{color:#239b59;background:#e6f8ed;border-radius:999px;padding:5px 7px;font-size:7px;font-style:normal;font-weight:800}.manager-toolbar{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.manager-toolbar>div:first-child>span{color:var(--blue);letter-spacing:.13em;font-size:9px;font-weight:900}.manager-toolbar h2{letter-spacing:-.035em;margin:6px 0;font-size:28px}.manager-toolbar p{color:#78849b;margin:0;font-size:11px}.manager-toolbar>div:last-child{gap:8px;display:flex}.manager-toolbar label{background:#fff;border:1px solid #dfe5ef;border-radius:9px;align-items:center;min-width:220px;height:39px;padding:0 11px;display:flex}.manager-toolbar label input{border:0;outline:0;width:100%;padding-left:8px;font-size:11px}.manager-toolbar button,.manager-toolbar>a{background:var(--blue);color:#fff;border:0;border-radius:9px;align-items:center;min-height:39px;padding:0 15px;font-size:10px;font-weight:850;display:inline-flex}.product-manager-grid article{grid-template-columns:58px minmax(0,1fr) auto auto;padding-bottom:53px;position:relative}.product-manager-grid article.is-inactive{opacity:.66}.admin-product-art{border-radius:12px;place-items:center;width:58px;height:58px;font-size:20px;font-weight:900;display:grid;overflow:hidden}.admin-product-art.has-image{background:#f2fbfe!important}.admin-product-art img{width:var(--product-image-scale,88%);height:var(--product-image-scale,88%);object-fit:contain;object-position:center;display:block}.product-manager-grid article>em.inactive{color:#6f7b91;background:#eef1f6}.product-admin-actions{gap:6px;display:flex;position:absolute;bottom:12px;left:84px;right:15px}.product-admin-actions button{color:#44516d;background:#fff;border:1px solid #dfe5ef;border-radius:7px;min-height:28px;padding:0 10px;font-size:8px;font-weight:800}.product-admin-actions button.danger{color:#bd4650;border-color:#f0d6d8;margin-left:auto}.product-editor-panel{z-index:130;background:#f7f9fd;width:min(760px,94vw);height:100dvh;position:fixed;top:0;right:0;overflow:auto;box-shadow:-24px 0 70px #0511312e}.product-editor-panel>header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #e4e9f3;justify-content:space-between;align-items:center;padding:21px 25px;display:flex;position:sticky;top:0}.product-editor-panel>header span{color:var(--blue);letter-spacing:.12em;font-size:8px;font-weight:900}.product-editor-panel>header h2{margin:5px 0 0;font-size:22px}.product-editor-panel>header button{background:#fff;border:1px solid #dfe5ef;border-radius:9px;width:36px;height:36px;font-size:20px}.product-editor-panel form{padding:23px 25px 95px}.editor-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.editor-grid label{color:#5e6c88;flex-direction:column;gap:6px;font-size:9px;font-weight:800;display:flex}.editor-grid label.wide{grid-column:span 2}.editor-grid label.full{grid-column:1/-1}.editor-grid input,.editor-grid textarea,.editor-grid select{width:100%;min-height:40px;color:var(--ink);font:inherit;background:#fff;border:1px solid #dfe5ef;border-radius:9px;outline:0;padding:9px 10px;font-weight:500}.editor-grid textarea{resize:vertical;min-height:82px;line-height:1.5}.editor-grid input:focus,.editor-grid textarea:focus,.editor-grid select:focus{border-color:var(--blue)}.editor-grid .check-field{flex-direction:row;align-items:center;min-height:40px}.editor-grid .check-field input{width:17px;min-height:17px}.bundle-builder{background:#f2f7ff;border:1px solid #d8e5ff;border-radius:14px;padding:16px}.bundle-builder-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;display:flex}.bundle-builder-head strong,.bundle-builder-head small{display:block}.bundle-builder-head strong{color:#15316a;font-size:13px}.bundle-builder-head small{color:#687896;margin-top:4px;font-size:10px;line-height:1.45}.bundle-builder-head button{background:var(--blue);color:#fff;border:0;border-radius:9px;min-height:36px;padding:0 12px;font-size:10px;font-weight:850}.bundle-builder-head button:disabled{opacity:.45}.bundle-builder-list{flex-direction:column;gap:9px;display:flex}.bundle-builder-row{background:#fff;border:1px solid #e0e8f6;border-radius:11px;grid-template-columns:minmax(0,1fr) 100px 36px;align-items:end;gap:9px;padding:10px;display:grid}.bundle-builder-row .bundle-remove{color:#c83838;background:#fff4f4;border:1px solid #ffd9d9;border-radius:9px;width:36px;height:40px;font-size:18px}.product-editor-panel form>footer{z-index:3;background:#fff;border-top:1px solid #dfe5ef;justify-content:flex-end;gap:8px;width:min(760px,94vw);padding:14px 25px;display:flex;position:fixed;bottom:0;right:0}.product-editor-panel form>footer button{color:#52607a;background:#fff;border:1px solid #d9e1ee;border-radius:9px;min-height:40px;padding:0 17px;font-size:10px;font-weight:850}.product-editor-panel form>footer button.save{border-color:var(--blue);background:var(--blue);color:#fff}.cms-toolbar>a{color:var(--blue);background:#fff;border:1px solid #cfdafa}.cms-tabs{gap:6px;margin-bottom:14px;display:flex}.cms-tabs button{color:#69758d;background:#fff;border:1px solid #dfe5ef;border-radius:8px;min-height:36px;padding:0 14px;font-size:10px;font-weight:800}.cms-tabs button.active{color:var(--blue);background:#eaf1ff;border-color:#bdd0fb}.cms-form{padding-bottom:74px}.cms-card-grid{grid-template-columns:1fr 1fr;align-items:start;gap:13px;display:grid}.slider-editor-grid{grid-template-columns:repeat(3,1fr)}.cms-card{background:#fff;border:1px solid #e1e7f1;border-radius:14px;overflow:hidden;box-shadow:0 7px 22px #142e6309}.cms-card>header{background:#fbfcff;border-bottom:1px solid #edf0f5;padding:17px 19px}.cms-card>header h3{margin:0;font-size:16px}.cms-card>header p{color:#7d899e;margin:5px 0 0;font-size:9px;line-height:1.5}.cms-card>div{flex-direction:column;gap:12px;padding:18px 19px;display:flex}.cms-field{flex-direction:column;gap:6px;display:flex}.cms-field>span{color:#5f6d88;font-size:9px;font-weight:800}.cms-field input,.cms-field textarea,.cms-field select{width:100%;min-height:39px;color:var(--ink);background:#fbfcff;border:1px solid #dfe5ef;border-radius:8px;outline:0;padding:9px 10px;font:500 10px/1.5 Montserrat,sans-serif}.cms-field textarea{resize:vertical;min-height:74px}.cms-field input:focus,.cms-field textarea:focus,.cms-field select:focus{border-color:var(--blue);background:#fff}.cms-inline,.cms-pair{grid-template-columns:1fr 1fr;gap:9px;display:grid}.cms-pair{background:#f9fbff;border:1px solid #edf0f5;border-radius:10px;padding:11px}.faq-editor,.announcement-editor{background:#f9fbff;border:1px solid #e7ebf3;border-radius:10px;padding:13px}.faq-editor .cms-field+.cms-field{margin-top:10px}.faq-editor>button,.announcement-editor>button{color:#bd4650;background:0 0;border:0;margin-top:9px;font-size:8px;font-weight:800}.add-faq,.add-announcement{min-height:38px;color:var(--blue);background:#f7faff;border:1px dashed #b9c8e5;border-radius:8px;font-size:9px;font-weight:850}.add-announcement:disabled{cursor:not-allowed;opacity:.5}.seo-counter{flex-wrap:wrap;gap:7px;display:flex}.seo-counter span{color:#45618f;background:#eef4ff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:750}.seo-keyword-hints{background:#f8faff;border:1px solid #e2e9f5;border-radius:10px;flex-wrap:wrap;gap:6px;padding:12px;display:flex}.seo-keyword-hints strong{color:#314064;width:100%;margin-bottom:3px;font-size:12px}.seo-keyword-hints span{color:#4163a8;background:#fff;border:1px solid #d9e4fb;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.seo-help{border-left:3px solid var(--blue);color:#63708f;background:#f1f6ff;border-radius:8px;margin:0;padding:11px 12px;font-size:11px;line-height:1.6}.cms-savebar{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-top:1px solid #dfe5ef;justify-content:space-between;align-items:center;padding:13px 36px;display:flex;position:fixed;bottom:0;left:235px;right:0;box-shadow:0 -8px 24px #102a5e0f}.cms-savebar span{color:#748098;font-size:9px}.cms-savebar button{background:var(--blue);color:#fff;border:0;border-radius:9px;min-height:40px;padding:0 17px;font-size:10px;font-weight:850}.customer-list{overflow-x:auto}.customer-row{border-bottom:1px solid #edf0f5;grid-template-columns:1.5fr 1fr .6fr 1.3fr;align-items:center;min-width:710px;padding:13px 17px;font-size:8px;display:grid}.customer-row>span:first-child{align-items:center;gap:10px;display:flex}.customer-row i{width:33px;height:33px;color:var(--blue);background:#eaf1ff;border-radius:9px;place-items:center;font-size:8px;font-style:normal;font-weight:900;display:grid}.customer-row p,.customer-row strong,.customer-row small{margin:0;display:block}.customer-row small{color:#8a95aa;margin-top:3px;font-size:7px}.customer-head{color:#8490a7;text-transform:uppercase;background:#f8faff;min-height:36px;font-size:7px;font-weight:850}.admin-grant{grid-template-columns:1.2fr 1fr auto}.settings-card{grid-template-columns:1fr 200px;gap:35px;padding:25px;display:grid}.settings-card .admin-form{grid-template-columns:1fr 1fr}.settings-card .admin-form>button,.admin-upload{grid-column:1/-1}.admin-upload input{display:none}.admin-upload span{height:48px;color:var(--blue);background:#f8faff;border:1px dashed #bdc8dc;border-radius:9px;place-items:center;font-size:8px;display:grid}.settings-card aside{text-align:center;background:#faf8ff;border:1px solid #e2e7f0;border-radius:13px;place-items:center;padding:15px;display:grid}.settings-card aside img{width:125px}.settings-card aside strong{margin-top:7px;font-size:9px}.settings-card aside small{color:#818da4;margin-top:4px;font-size:7px;line-height:1.5}.admin-notice{z-index:140;color:#fff;background:#0b1c4b;border-radius:10px;padding:12px 16px;font-size:9px;font-weight:800;position:fixed;bottom:24px;right:24px;box-shadow:0 15px 35px #0003}.admin-panel-backdrop{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#040d2961;position:fixed;inset:0}.order-panel{z-index:121;background:#fff;flex-direction:column;width:min(430px,100%);height:100dvh;display:flex;position:fixed;top:0;right:0;box-shadow:-25px 0 60px #0003}.order-panel header{border-bottom:1px solid #e8ecf3;justify-content:space-between;align-items:center;padding:22px;display:flex}.order-panel header span{color:var(--blue);letter-spacing:.1em;font-size:7px;font-weight:900}.order-panel header h2{margin:4px 0 0;font-size:20px}.order-panel header button{background:#fff;border:1px solid #e1e6ef;border-radius:50%;width:35px;height:35px;font-size:20px}.order-panel>section{flex:1;padding:20px 22px;overflow-y:auto}.panel-status{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.panel-status>span{color:#8490a6;font-size:7px}.order-panel h3{color:#7b869d;text-transform:uppercase;letter-spacing:.1em;margin:20px 0 9px;font-size:7px}.panel-customer{background:#f9fbff;border:1px solid #e4e9f2;border-radius:10px;padding:13px}.panel-customer strong,.panel-customer span{display:block}.panel-customer span{color:#79849b;margin-top:4px;font-size:8px}.panel-item{border-bottom:1px solid #edf0f5;grid-template-columns:37px 1fr auto;align-items:center;gap:10px;padding:11px 0;display:grid}.panel-item>span{width:37px;height:37px;color:var(--blue);background:#eaf1ff;border-radius:9px;place-items:center;font-size:14px;font-weight:900;display:grid}.panel-item p,.panel-item strong,.panel-item small{margin:0;display:block}.panel-item strong{font-size:9px}.panel-item small{color:#8b96aa;margin-top:3px;font-size:7px}.panel-item>b{font-size:9px}.panel-bundle-items{flex-direction:column;gap:3px;margin-top:7px;display:flex}.panel-bundle-items em{color:#31578f;background:#eef4ff;border-radius:5px;width:fit-content;padding:3px 6px;font-size:8px;font-style:normal;font-weight:700}.panel-total{justify-content:space-between;align-items:end;padding:13px 0;display:flex}.panel-total span{font-size:9px;font-weight:800}.panel-total strong{font-size:18px}.receipt-link{width:100%;color:var(--blue);text-align:center;background:#edf4ff;border:0;border-radius:8px;padding:10px;font-size:8px;font-weight:800;display:block}.license-input{color:#6b7891;flex-direction:column;gap:6px;font-size:8px;font-weight:800;display:flex}.license-input textarea{resize:vertical;width:100%;min-height:122px;font-family:var(--font-body);background:#fbfcff;border:1px solid #dfe5ef;border-radius:9px;outline:0;padding:11px;font-size:11px;line-height:1.55}.license-input textarea:focus{border-color:var(--blue);background:#fff}.order-panel footer{background:#fbfcff;border-top:1px solid #e8ecf3;grid-template-columns:auto 1fr 1.2fr;gap:7px;padding:15px 20px;display:grid}.order-panel footer button{background:#fff;border:1px solid #dfe5ef;border-radius:9px;min-height:40px;padding:0 10px;font-size:8px;font-weight:850}.order-panel .cancel-order{color:#be3e3e}.order-panel .paid-order{color:#285dd5;border-color:#bcd0ff}.order-panel .deliver-order{border-color:var(--blue);background:var(--blue);color:#fff}.order-panel .deliver-order:disabled{opacity:.45}.admin-dialog-backdrop{z-index:150;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#040d29a8;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.admin-dialog{background:#fff;border:1px solid #dfe5f0;border-radius:18px;width:min(720px,100%);max-height:calc(100dvh - 44px);overflow:hidden;box-shadow:0 30px 80px #00000047}.admin-dialog>header{background:#f8faff;border-bottom:1px solid #e7ebf2;justify-content:space-between;align-items:center;min-height:78px;padding:18px 22px;display:flex}.admin-dialog>header span{color:var(--blue);letter-spacing:.12em;font-size:10px;font-weight:900}.admin-dialog>header h2{margin:5px 0 0;font-size:25px}.admin-dialog>header button{width:38px;height:38px;color:var(--ink);background:#fff;border:1px solid #dfe5ef;border-radius:50%;font-size:22px}.new-order-form{grid-template-columns:1fr 1fr;gap:15px;max-height:calc(100dvh - 150px);padding:24px;display:grid;overflow-y:auto}.new-order-form label{color:#61708e;flex-direction:column;gap:7px;font-size:12px;font-weight:800;display:flex}.new-order-form label.wide{grid-column:1/-1}.new-order-form input,.new-order-form select{width:100%;height:45px;color:var(--ink);background:#fbfcff;border:1px solid #dfe5ef;border-radius:9px;outline:0;padding:0 12px;font-size:13px}.new-order-form input:focus,.new-order-form select:focus{border-color:var(--blue);background:#fff}.new-order-form footer{grid-column:1/-1;justify-content:flex-end;gap:9px;padding-top:5px;display:flex}.new-order-form footer button{color:#53617d;background:#fff;border:1px solid #dfe5ef;border-radius:9px;min-height:44px;padding:0 18px;font-size:12px;font-weight:850}.new-order-form footer button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.new-order-form footer button:disabled{opacity:.5}.receipt-preview-dialog{flex-direction:column;width:min(920px,100%);height:min(760px,100dvh - 44px);display:flex}.receipt-preview-dialog iframe{background:#edf1f7;border:0;flex:1;width:100%;min-height:0}.admin-login-page{background:radial-gradient(circle at 20% 20%,#e8f1ff,#f7f9fd 42%,#fff);place-items:center;min-height:100dvh;padding:30px;display:grid}.admin-back{color:#5e6b86;font-size:10px;font-weight:800;position:fixed;top:23px;left:25px}.admin-login-card{background:#fff;border:1px solid #e1e7f2;border-radius:20px;width:min(430px,100%);overflow:hidden;box-shadow:0 25px 70px #0f2c6421}.admin-login-brand{background:#f8faff;border-bottom:1px solid #e8ecf3;justify-content:space-between;align-items:center;padding:22px 25px;display:flex}.admin-login-brand img{width:150px}.admin-login-brand span{color:#73809a;font-size:8px;font-weight:850}.admin-login-card form,.admin-denied{padding:35px}.admin-login-card h1{letter-spacing:-.035em;margin:0 0 7px;font-size:25px}.admin-login-card form>p,.admin-denied>p{color:#77839a;margin:0 0 22px;font-size:9px;line-height:1.6}.admin-login-card label{color:#61708b;flex-direction:column;gap:6px;margin-bottom:12px;font-size:8px;font-weight:800;display:flex}.admin-login-card input{border:1px solid #dfe5ef;border-radius:9px;outline:0;height:42px;padding:0 11px}.admin-login-card form>button,.admin-denied button{background:var(--blue);color:#fff;border:0;border-radius:9px;width:100%;height:43px;font-size:9px;font-weight:850}.admin-denied{text-align:center}.admin-denied>span{color:#ca771c;background:#fff1df;border-radius:50%;place-items:center;width:55px;height:55px;margin:0 auto 16px;font-size:25px;font-weight:900;display:grid}.admin-denied h1{margin-bottom:8px}.admin-loading{color:#64718b;place-items:center;min-height:100dvh;font-size:11px;display:grid}.admin-sidebar nav button{font-size:12px}.admin-topbar a,.admin-topbar button{font-size:11px}.attention-count span,.attention-card>p,.table-row>span>strong{font-size:11px}.admin-form input,.admin-form select{font-size:11px}.admin-form>button{font-size:10px}.customer-row{font-size:10px}.receipt-link,.license-input,.order-panel footer button,.admin-login-brand span,.admin-login-card label{font-size:10px}.admin-login-card form>p,.admin-denied>p,.admin-login-card form>button,.admin-denied button{font-size:11px}.admin-app{font-size:15px;line-height:1.45}.admin-workspace span,.admin-topbar>div:first-child>span,.admin-card-head span,.section-intro span{font-size:10px}.admin-workspace strong{font-size:14px}.admin-workspace small,.admin-user small,.metric-grid em{font-size:11px}.admin-sidebar nav button{min-height:46px;font-size:13px}.admin-user strong{font-size:13px}.admin-user small{font-size:11px}.admin-topbar h1{font-size:32px}.admin-topbar a,.admin-topbar button{min-height:42px;font-size:12px}.metric-grid small{font-size:12px}.metric-grid strong{font-size:27px}.metric-grid em{font-size:11px}.admin-card-head h2{font-size:21px}.admin-card-head button,.attention-card>button{font-size:12px}.attention-count span,.attention-card>p,.table-row>span>strong{font-size:13px}.table-row>span>small,.status,.table-head{font-size:11px}.admin-empty{font-size:13px}.admin-filters button,.admin-filters>span{font-size:12px}.section-intro h2{font-size:32px}.section-intro p{font-size:13px}.admin-form label{font-size:12px}.admin-form input,.admin-form select{height:44px;font-size:13px}.admin-form>button{height:44px;font-size:12px}.inventory-placeholder h3{font-size:18px}.inventory-placeholder p{font-size:12px}.product-admin-grid small{font-size:10px}.product-admin-grid h3{font-size:16px}.product-admin-grid p{font-size:11px}.product-admin-grid article>strong{font-size:14px}.product-admin-grid article>em{font-size:11px}.manager-toolbar>div:first-child>span{font-size:10px}.manager-toolbar h2{font-size:32px}.manager-toolbar p,.manager-toolbar label input{font-size:13px}.manager-toolbar button,.manager-toolbar>a{min-height:44px;font-size:12px}.product-admin-actions button{min-height:34px;font-size:11px}.product-editor-panel>header span{font-size:10px}.product-editor-panel>header h2{font-size:26px}.editor-grid label{font-size:12px}.editor-grid input,.editor-grid textarea,.editor-grid select{font-size:13px}.product-editor-panel form>footer button{min-height:44px;font-size:12px}.cms-tabs button{min-height:42px;font-size:12px}.cms-card>header h3{font-size:19px}.cms-card>header p,.cms-field>span{font-size:12px}.cms-field input,.cms-field textarea,.cms-field select{font-size:13px}.faq-editor>button,.announcement-editor>button,.add-faq,.add-announcement{font-size:11px}.cms-savebar span,.cms-savebar button,.customer-row{font-size:12px}.customer-row small,.customer-head{font-size:11px}.admin-upload span{font-size:12px}.settings-card aside strong{font-size:13px}.settings-card aside small{font-size:11px}.admin-notice{font-size:13px}.order-panel header span,.panel-status>span,.order-panel h3{font-size:11px}.panel-customer strong{font-size:14px}.panel-customer span{font-size:12px}.panel-item strong,.panel-item>b,.panel-total span{font-size:13px}.panel-item small{font-size:11px}.receipt-link,.license-input,.order-panel footer button{font-size:12px}.license-input textarea{font-size:13px}.admin-login-brand span,.admin-login-card label{font-size:12px}.admin-login-card form>p,.admin-denied>p,.admin-login-card form>button,.admin-denied button{font-size:13px}@media (max-width:1050px){.admin-app{grid-template-columns:76px 1fr}.cms-savebar{left:76px}.slider-editor-grid{grid-template-columns:1fr}.admin-sidebar{padding-left:10px;padding-right:10px}.admin-logo img{object-fit:cover;object-position:left;width:45px;height:34px}.admin-workspace,.admin-sidebar nav button:not(.active):after,.admin-sidebar nav button{font-size:0}.admin-sidebar nav button{justify-content:center;padding:0}.admin-sidebar nav button>span{font-size:17px}.admin-sidebar nav button>b{font-size:7px;position:absolute;top:4px;right:5px}.admin-user{grid-template-columns:34px;justify-content:center}.admin-user>div,.admin-user>button{display:none}.metric-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.admin-app{padding-bottom:66px;display:block}.admin-sidebar{z-index:110;border-top:1px solid #e1e7f1;border-right:0;width:100%;height:66px;padding:7px 8px;display:block;position:fixed;inset:auto 0 0}.admin-logo,.admin-workspace,.admin-user{display:none}.admin-sidebar nav{grid-template-columns:repeat(5,1fr);display:grid}.admin-sidebar nav button{flex-direction:column;gap:2px;min-height:51px;font-size:8px}.admin-sidebar nav button:nth-child(n+6){display:none}.admin-sidebar nav button.active:before{border-radius:0 0 4px 4px;width:23px;height:3px;top:-7px;left:50%;transform:translate(-50%)}.admin-sidebar nav button>span{font-size:15px}.admin-topbar{min-height:76px;padding:15px 17px}.admin-topbar h1{font-size:22px}.admin-topbar a{display:none}.admin-content{padding:18px 14px 30px}.metric-grid{grid-template-columns:1fr 1fr;gap:8px}.metric-grid article{padding:13px}.metric-icon{width:34px;height:34px}.metric-grid strong{font-size:16px}.admin-split{grid-template-columns:1fr}.attention-card{display:none}.table-row{min-width:650px}.product-admin-grid{grid-template-columns:1fr}.product-admin-grid article{grid-template-columns:43px 1fr auto}.product-admin-grid article>em{display:none}.product-manager-grid article{grid-template-columns:52px minmax(0,1fr) auto}.manager-toolbar{display:block}.manager-toolbar>div:last-child{margin-top:14px}.manager-toolbar label{flex:1;min-width:0}.cms-card-grid,.cms-inline,.cms-pair{grid-template-columns:1fr}.cms-savebar{padding:10px 14px;bottom:66px;left:0}.cms-savebar span{display:none}.editor-grid{grid-template-columns:1fr 1fr}.editor-grid label.wide,.editor-grid label.full{grid-column:1/-1}.bundle-builder-head{flex-direction:column;align-items:flex-start}.bundle-builder-row{grid-template-columns:minmax(0,1fr) 82px 36px}.admin-form,.admin-grant,.settings-card,.settings-card .admin-form{grid-template-columns:1fr}.settings-card aside{display:none}.admin-filters{display:block;overflow-x:auto}.admin-filters>span{margin-top:9px;display:block}.section-intro h2{font-size:20px}.order-panel footer{grid-template-columns:1fr 1fr}.order-panel .deliver-order{grid-column:1/-1}.admin-dialog-backdrop{padding:10px}.admin-dialog{border-radius:14px;max-height:calc(100dvh - 20px)}.admin-dialog>header{min-height:68px;padding:14px 16px}.admin-dialog>header h2{font-size:21px}.new-order-form{grid-template-columns:1fr;max-height:calc(100dvh - 98px);padding:17px}.new-order-form label.wide,.new-order-form footer{grid-column:auto}.receipt-preview-dialog{height:calc(100dvh - 20px)}}
