.bw-home{--ink:#111;--blue:#0271e4;color:var(--ink);background:#e0f2ef;overflow-x:clip}.bw-home *,.bw-catalog *{box-sizing:border-box}.bw-home button,.bw-catalog button{font:inherit;cursor:pointer}.bw-home button:focus-visible,.bw-home a:focus-visible,.bw-catalog button:focus-visible,.bw-catalog summary:focus-visible{outline-offset:5px;outline:3px solid #3189ef}.bw-home-header{z-index:5;justify-content:space-between;align-items:center;gap:24px;width:100%;height:108px;padding:0 clamp(24px,5.2vw,100px);display:flex;position:absolute;top:0;left:0}.bw-home-logo{align-items:center;display:inline-flex}.bw-home-logo img{width:142px;height:auto;display:block}.bw-home-header nav{align-items:center;gap:32px;display:flex}.bw-home-nav-link{color:#111;background:0 0;border:0;padding:10px 0;font-size:15px}.bw-home-login{color:#fff;background:#111;border:1px solid #111;border-radius:8px;align-items:center;gap:22px;padding:12px 20px;font-size:14px;display:inline-flex}.bw-home-login:hover{background:#333}.bw-home-hero{--hero-x:-9999px;--hero-y:-9999px;background:radial-gradient(120% 90% at 50% 12%,#d9efff,#eef7ff 32%,#bbe0fc 68%,#76c1fd);justify-content:center;align-items:flex-start;min-height:clamp(620px,51.4vw,987px);display:flex;position:relative;overflow:hidden}.bw-home-hero:before{content:"";pointer-events:none;mix-blend-mode:screen;background:linear-gradient(#fff3,#76c1fd14),radial-gradient(40vw at 50% 24%,#ffffff52,#0000 68%);position:absolute;inset:0}.bw-home-flow,.bw-home-glow{pointer-events:none;opacity:0;transition:opacity .24s;position:absolute;inset:0}.bw-home-flow{-webkit-mask-image:radial-gradient(circle 24vw at var(--hero-x) var(--hero-y), #000 0%, #000 40%, transparent 78%);mask-image:radial-gradient(circle 24vw at var(--hero-x) var(--hero-y), #000 0%, #000 40%, transparent 78%);-webkit-mask-image:radial-gradient(circle 24vw at var(--hero-x) var(--hero-y), #000 0%, #000 40%, transparent 78%);justify-content:center;align-items:center;display:flex}.bw-home-flow img{opacity:.42;object-fit:contain;mix-blend-mode:screen;flex:none;width:190vmin;max-width:none;height:190vmin}.bw-home-glow{background:radial-gradient(circle 18vw at var(--hero-x) var(--hero-y), #ffffff6b, #fafdff3d 30%, #e1f4ff1f 56%, transparent 84%);filter:blur(20px);mix-blend-mode:screen}.bw-home-hero:hover .bw-home-flow,.bw-home-hero:hover .bw-home-glow{opacity:1}.bw-home-mobile-mark{display:none}.bw-home-hero-content{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1180px;padding:clamp(195px,14.74vw,283px) 24px 110px;animation:.65s both bw-home-enter;display:flex;position:relative}.bw-home-hero h1{letter-spacing:0;margin:0;font-size:clamp(30px,2vw,42px);font-weight:400;line-height:1.15}.bw-home-products{white-space:nowrap;align-items:baseline;margin:18px 0 0;font-size:clamp(36px,2.5vw,52px);font-weight:700;line-height:1.12;display:flex}.bw-home-product-divider{white-space:pre}.bw-home-product-icons{width:clamp(160px,10.6vw,218px);height:auto;margin-top:22px;display:block}.bw-home-start{background:var(--blue);color:#fff;border:1px solid #0360c0;border-radius:7px;width:176px;height:48px;margin-top:clamp(40px,3.125vw,60px);font-size:17px;font-weight:500;transition:background .18s,transform .18s}.bw-home-start:hover{background:#0567cd;transform:translateY(-2px)}.bw-home-start:active{transform:translateY(0)}.bw-home-services{color:#fff;background:#000;padding:92px 32px}.bw-home-services-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:48px;width:100%;max-width:1400px;margin:auto;display:grid}.bw-home-services article{text-align:center;padding:16px 0}.bw-home-services svg{stroke:currentColor;stroke-width:4.2px;stroke-linecap:round;stroke-linejoin:round;width:80px;height:80px;margin-bottom:22px}.bw-home-services h2{margin:0 0 16px;font-size:24px;font-weight:700;line-height:1.4}.bw-home-services p{color:#9ca3af;margin:0;font-size:17px;line-height:1.9}.bw-home-footer{background:#e0f2ef;padding:84px clamp(24px,5.2vw,100px) 36px}.bw-home-footer-inner{max-width:1400px;margin:auto}.bw-home-footer img{width:142px;height:auto}.bw-home-footer p{color:#5c6b6b;margin:22px 0 48px;font-size:14px}.bw-home-footer-bottom{color:#5c6b6b;border-top:1px solid #b8d1cd;justify-content:space-between;align-items:center;gap:24px;padding-top:26px;font-size:14px;display:flex}.bw-home-footer-bottom button{color:#0f1a1a;background:0 0;border:0;padding:4px 0}.bw-home-footer-bottom button span{margin-left:14px}@keyframes bw-home-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bw-catalog{--ink:#111;--muted:#979797;--blue:#3189ef;--line:#e5e7eb;width:100%;max-width:none;color:var(--ink);margin:0 auto}.bw-catalog-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.bw-catalog-tabs{border-bottom:1px solid var(--line);scrollbar-width:none;gap:0;width:100%;display:flex;overflow-x:auto}.bw-catalog-tabs::-webkit-scrollbar{display:none}.bw-catalog-tabs button{color:#7b7b7b;background:0 0;border:0;flex:1;min-width:max-content;padding:23px 24px 20px;font-size:17px;line-height:1.5;position:relative}.bw-catalog-tabs button[aria-selected=true]{color:#111;font-weight:700}.bw-catalog-tabs button[aria-selected=true]:after{content:"";background:var(--brand-primary);border-radius:2px;height:3px;position:absolute;bottom:0;left:24px;right:24px}.bw-catalog-tabs button:hover{color:#111}.bw-catalog-tabs button:focus-visible{outline-offset:-5px}.bw-catalog-panel{padding:0 20px 48px}@media (width<=1100px){.bw-catalog-panel{padding-inline:12px}}.bw-catalog-grid,.bw-catalog-plan-grid{grid-template-columns:repeat(auto-fill,minmax(min(100%,max(260px,25% - 15px)),1fr));align-items:start;gap:20px;width:100%;margin:0;padding:28px 0 24px;display:grid}.bw-product-card{aspect-ratio:280/388;color:#25272b;background:#fff;border:1px solid #e3e5e8;border-radius:14px;flex-direction:column;width:100%;min-width:0;height:auto;min-height:0;padding:clamp(18px,7.85%,32px);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;transition:border-color .18s;display:flex;container-type:inline-size}.bw-product-card:hover:not(.is-unavailable){border-color:#b9bec6}.bw-product-heading{flex:none;min-width:0;min-height:clamp(112px,54.7cqw,160px)}.bw-product-icon{align-items:center;width:clamp(46px,22.22cqw,64px);height:clamp(46px,22.22cqw,64px);margin-bottom:clamp(12px,6cqw,18px);display:flex}.bw-product-icon img{object-fit:contain;width:100%;height:100%}.bw-catalog-letter{color:#45494f;font-size:40px;font-weight:600}.bw-product-heading h3{-webkit-line-clamp:2;letter-spacing:-.3px;overflow-wrap:anywhere;-webkit-box-orient:vertical;margin:0;font-family:inherit;font-size:clamp(18px,8.55cqw,24px);font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.bw-product-subtitle{color:#69707a;margin:5px 0 0;font-size:13px;line-height:20px}.bw-product-details{flex-shrink:0;min-height:0;margin-top:8px}.bw-product-spec{color:#454b54;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:19px}.bw-product-spec+.bw-product-facts{margin-top:7px}.bw-product-facts{gap:7px;margin:0;font-size:12px;line-height:19px;display:grid}.bw-product-facts>div{grid-template-columns:32px minmax(0,1fr);gap:10px;display:grid}.bw-product-facts dt{color:#747a83}.bw-product-facts dd{color:#454b54;overflow-wrap:anywhere;margin:0}.bw-product-description{-webkit-line-clamp:2;color:#69707a;-webkit-box-orient:vertical;margin:8px 0 0;font-size:12px;line-height:19px;display:-webkit-box;overflow:hidden}.bw-product-footer{border-top:1px solid #eef0f2;flex-shrink:0;margin-top:auto;padding-top:clamp(14px,7.27cqw,22px)}.bw-product-pricing{min-width:0}.bw-product-price{color:#25272b;align-items:baseline;gap:6px;display:flex}.bw-product-price strong{font-variant-numeric:tabular-nums;letter-spacing:-.8px;overflow-wrap:anywhere;font-family:inherit;font-size:clamp(26px,11.97cqw,34px);font-weight:600;line-height:1.22}.bw-product-price>span{color:#69707a;letter-spacing:0;font-size:12px}.bw-product-price .bw-product-no-price{letter-spacing:0;font-size:20px}.bw-product-price-note{color:#69707a;min-height:19px;margin:3px 0 0;font-size:12px;line-height:19px}.bw-product-buy{color:#fff;white-space:nowrap;background:#25272b;border:1px solid #25272b;border-radius:7px;width:100%;height:40px;margin-top:clamp(12px,6.41cqw,20px);padding:0 14px;font-family:inherit;font-size:13px;font-weight:500;line-height:20px;transition:background .18s}.bw-product-buy:hover:not(:disabled){background:#41454c}.bw-product-card.is-unavailable .bw-product-price{color:#737983}.bw-product-buy:disabled{color:#747a83;opacity:1;cursor:not-allowed;background:#f3f4f6;border-color:#e8eaed}.bw-catalog-primary{border:1px solid var(--blue);background:var(--blue);color:#fff;border-radius:11px;justify-content:center;align-items:center;min-width:184px;min-height:48px;padding:12px 28px;font-size:16px;font-weight:500;transition:background .18s;display:inline-flex}.bw-catalog-primary:hover:not(:disabled){background:#247bdd}.bw-catalog-primary:disabled{cursor:not-allowed;color:#777;background:#e5e7eb;border-color:#e5e7eb}.bw-catalog-secondary{color:#111;background:#fff;border:1px solid #ddd;border-radius:10px;min-height:44px;padding:10px 24px}.bw-catalog-help{color:#0a0a0a;width:100%;max-width:62.5vw;margin:16px auto 0;padding:0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.bw-catalog-help-item{border-top:1px solid #eee}.bw-catalog-help-item:last-child{border-bottom:1px solid #eee}.bw-catalog-help .bw-catalog-help-toggle{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;padding:16px 0;font-size:clamp(14px,2vw,16px);font-weight:400;line-height:1.5;display:flex}.bw-catalog-help-chevron{flex:none;width:16px;height:16px}.bw-catalog-help-answer{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .25s ease-in-out,opacity .25s ease-in-out;display:grid}.bw-catalog-help-answer.is-open{opacity:1;grid-template-rows:1fr}.bw-catalog-help-answer>div{min-height:0;overflow:hidden}.bw-catalog-help-answer p{color:#979797;margin:0;padding:0 0 8px;font-size:clamp(12px,1.5vw,14px);line-height:1.625}@media (width<=1100px){.bw-catalog-help{max-width:none}}@media (width>=1536px){.bw-catalog-help-answer p{font-size:clamp(14px,2vw,16px)}}@media (width>=1800px){.bw-catalog-help .bw-catalog-help-toggle,.bw-catalog-help-answer p{font-size:clamp(16px,2.5vw,20px)}}.bw-catalog-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:330px;padding:70px 24px;display:flex}.bw-catalog-state h1,.bw-catalog-state h2{margin:0;font-size:23px;font-weight:600}.bw-catalog-state p{color:#737373;overflow-wrap:anywhere;margin:0 0 7px;font-size:14px;line-height:1.8}.bw-catalog-empty-symbol{color:#9ca3af;font-size:40px;line-height:1}.bw-catalog-spinner{border:2px solid #e5e7eb;border-top-color:#3189ef;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite bw-catalog-spin;display:block}@keyframes bw-catalog-spin{to{transform:rotate(360deg)}}.bw-catalog-warning{color:#76521b;background:#fff9ed;border:1px solid #f0dfbf;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;padding:14px 18px;font-size:14px;display:flex}.bw-catalog-warning button{color:#76521b;white-space:nowrap;background:0 0;border:0;text-decoration:underline}.bw-catalog-plan-heading{padding:26px 0 0}.bw-catalog-back{color:#6b7280;background:0 0;border:0;align-items:center;gap:10px;padding:6px 0;font-size:14px;display:inline-flex}.bw-catalog-plan-heading h2{margin:23px 0 9px;font-size:27px;line-height:1.4}.bw-catalog-plan-heading p{color:#777;margin:0;font-size:14px;line-height:1.8}@media (width<=767px){.bw-home-header{gap:16px;height:80px;padding:0 22px}.bw-home-logo img{width:118px}.bw-home-header nav{gap:16px}.bw-home-nav-link{display:none}.bw-home-login{border-radius:7px;gap:12px;padding:9px 13px;font-size:12px}.bw-home-hero{background:url(/assets/bewild/landing-bac-h5-C6XIRC9u.png) 50%/cover no-repeat;min-height:100svh}.bw-home-flow,.bw-home-glow{display:none}.bw-home-mobile-mark{opacity:.36;pointer-events:none;width:118vw;max-width:none;height:auto;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.bw-home-hero-content{justify-content:center;min-height:100svh;padding:100px 24px 130px}.bw-home-hero h1{max-width:80vw;font-size:7vw;line-height:1.22}.bw-home-products{flex-direction:column;align-items:center;gap:4px;max-width:100%;margin-top:8.7vw;font-size:9.5vw;line-height:1.13}.bw-home-product-divider{display:none}.bw-home-product-icons{width:31.8vw;margin-top:4vw}.bw-home-start{border-radius:8px;width:144px;height:45px;margin-top:12vw;font-size:16px}.bw-home-services{padding:64px 24px}.bw-home-services-inner{grid-template-columns:1fr;gap:38px}.bw-home-services svg{width:64px;height:64px;margin-bottom:18px}.bw-home-services h2{margin-bottom:13px;font-size:21px}.bw-home-services p{font-size:16px}.bw-home-footer{padding:52px 24px 30px}.bw-home-footer img{width:126px}.bw-home-footer p{margin:20px 0 36px}.bw-home-footer-bottom{align-items:flex-start;gap:20px;font-size:12px}.bw-catalog-tabs button{padding:20px 16px 18px;font-size:16px}.bw-catalog-tabs button[aria-selected=true]:after{left:16px;right:16px}.bw-catalog-panel{padding:0 12px 96px}}@media (prefers-reduced-motion:reduce){.bw-home-hero-content{animation:none}.bw-home *,.bw-catalog *{transition:none!important}.bw-catalog-spinner{animation-duration:2s}}@font-face{font-family:Ubuntu;src:url(/assets/bewild/ubuntu-DPnfExfK.woff2)format("woff2");font-display:swap;font-weight:400}@font-face{font-family:Ubuntu;src:url(/assets/bewild/UbuntuB-Cp9bKsgt.ttf)format("truetype");font-display:swap;font-weight:700}:root{color:#1b1d23;font-synthesis:none;--brand-primary:#0875ed;--blue:var(--brand-primary);--muted:#777d8b;--line:#e9ecf1;background:#fafbfc;font-family:Ubuntu,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;line-height:1.6}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}button:focus-visible,a:focus-visible{outline-offset:3px;outline:3px solid #8cc3ff}h1,h2,h3,p{margin-top:0}h1{font-size:28px;line-height:1.35}h2{font-size:19px;line-height:1.45}h3{font-size:15px}p{overflow-wrap:anywhere}img{max-width:100%}button{border:0}input,select,textarea{color:#262a35;background:#fff;border:1px solid #dfe3eb;border-radius:8px;outline:0;width:100%;min-height:44px;padding:11px 13px}textarea{resize:vertical;min-height:110px}input:focus,select:focus,textarea:focus{border-color:#4998f1;box-shadow:0 0 0 3px #0875ed12}input[type=checkbox],input[type=radio]{width:17px;height:17px;min-height:17px;accent-color:var(--blue);flex-shrink:0;padding:0}label{font-weight:500;display:block}label>input,label>select,label>textarea{margin-top:7px}fieldset{border:0;min-width:0;margin:0;padding:0}legend{margin-bottom:10px}dl{margin:0}dt{color:var(--muted)}dd{text-align:right;overflow-wrap:anywhere;margin:0}hr{border:0;border-top:1px solid var(--line);margin:24px 0}.button{white-space:normal;text-align:center;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 20px;font-weight:500;line-height:1.4;transition:background .15s;display:inline-flex}.button:hover{text-decoration:none}.button.primary{color:#fff;background:var(--blue)}.button.primary:hover{background:#0667d4}.button.secondary,.button.subtle{color:#3a4453;background:#fff;border-color:#dfe4ec}.button.subtle:hover{background:#f2f5fa}.button.danger{color:#b7372c;background:#fff4f2;border-color:#ffd1c9}.button.small{min-height:34px;padding:7px 12px;font-size:13px}.full{width:100%}.actions,.field-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.field-row input{flex:1;min-width:100px}.icon-button{color:#657083;background:0 0;border-radius:6px;padding:8px;font-size:26px;line-height:1}.check{align-items:flex-start;gap:9px;font-size:13px;font-weight:400;line-height:1.7;display:flex}.check input{margin-top:3px}.muted,.fine-print{color:var(--muted)}.fine-print{text-align:center;margin:0;font-size:12px}.eyebrow{letter-spacing:2px;color:#7b899a;font-size:11px;font-weight:700}.brand-button{background:0 0;align-items:center;padding:0;display:flex}.brand-button img{width:128px;height:auto;display:block}.app-header .brand-button img{width:120px}.badge{color:#646b79;background:#f1f4f8;border-radius:5px;align-items:center;width:fit-content;padding:3px 9px;font-size:12px;font-weight:400;display:inline-flex}.badge.paid,.badge.delivered,.badge.completed,.badge.active,.badge.success{color:#087452;background:#e9f8f1}.badge.pending,.badge.processing{color:#b27413;background:#fff6df}.badge.cancelled,.badge.refunded,.badge.expired,.badge.used{color:#7d818b;background:#eef0f3}.notice{color:#b43c2c;overflow-wrap:anywhere;background:#fff4f2;border:1px solid #ffdcd7;border-radius:8px;margin:0;padding:12px 14px;font-size:13px}.notice.info{color:#346294;background:#edf5ff;border-color:#d4e7ff}.notice.success{color:#217a56;background:#edf9f3;border-color:#cbeadc}.app-header{border-bottom:1px solid var(--line);z-index:20;background:#fff;justify-content:space-between;align-items:center;gap:16px;height:80px;padding:0 38px;display:flex;position:fixed;inset:0 0 auto}.header-actions{align-items:center;gap:24px;display:flex}.header-link{color:#7b8191;background:0 0;padding:8px 0;font-size:13px}.account-button{color:#414754;background:0 0;align-items:center;gap:9px;max-width:250px;padding:0;display:flex}.account-button>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.avatar{color:#3888df;background:#e4f0ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.sidebar{border-right:1px solid var(--line);background:#fff;flex-direction:column;justify-content:space-between;width:218px;padding:26px 18px 24px;display:flex;position:fixed;top:80px;bottom:0;left:0}.sidebar nav{gap:8px;display:grid}.sidebar nav button{color:#6a7182;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:13px;padding:12px 19px;display:flex}.sidebar nav button:hover{background:#f5f5f5}.sidebar nav button.active{color:#0a0a0a;background:#f4f3f0}.nav-icon{text-align:center;width:23px;font-size:21px;font-weight:400;line-height:24px}.sidebar-bottom{color:#adb3bd;padding:10px 12px;font-size:10px}.sidebar-bottom button{color:#6d7788;border-bottom:1px solid var(--line);background:0 0;justify-content:space-between;width:100%;margin-bottom:12px;padding:12px 0;font-size:12px;display:flex}.sidebar-bottom p{margin-bottom:5px}.sidebar-bottom a{color:#939baa}.workspace{min-height:100vh;margin-left:218px;padding-top:80px}.page-content{max-width:1280px;margin:auto;padding:38px 44px 76px}.catalog-content{max-width:none;margin:auto}.page-title{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px;display:flex}.page-title h1{margin:0 0 8px;font-size:24px}.page-title p{color:var(--muted);margin:0;font-size:13px}.panel{border:1px solid var(--line);background:#fff;border-radius:12px;min-width:0;padding:28px}.panel h2{margin-bottom:8px}.stack{flex-direction:column;gap:20px;display:flex}.stack>p,.stack>h2{margin:0}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.metric{border:1px solid var(--line);background:#fff;border-radius:10px;flex-direction:column;gap:8px;padding:22px;display:flex}.metric strong{font-size:27px}.metric span{color:var(--muted);font-size:13px}.form{flex-direction:column;gap:20px;max-width:600px;display:flex}.field{flex-direction:column;gap:6px;display:flex}.details-grid{grid-template-columns:auto minmax(0,1fr);gap:14px 24px;font-size:13px;display:grid}.empty{text-align:center;padding:75px 20px}.empty-icon{color:#b6ccdf;margin-bottom:25px;font-size:58px;line-height:1;display:block}.empty h2{font-size:20px}.empty p{color:var(--muted);max-width:440px;margin:12px auto 26px}.loading{color:#8a96a6;justify-content:center;align-items:center;gap:12px;padding:65px 0;display:flex}.loading span{border:2px solid #d9e9fa;border-top-color:#4f9aea;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.dialog{border:1px solid var(--line);color:#252c36;border-radius:16px;width:min(600px,100vw - 32px);max-height:85dvh;padding:26px;box-shadow:0 30px 100px #14253630}.dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0b20335c}.dialog>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;display:flex}.dialog>header h2{margin:0;font-size:20px}.dialog .loading{padding:20px}.contact-channels{margin-top:22px}.prose{max-width:820px;line-height:1.9}.prose h1{margin:18px 0 30px}.prose h2{margin:28px 0 12px}.prose p{color:#697487}.fatal{text-align:center;padding:80px 24px}.checkout-grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,1fr);align-items:start;gap:28px;display:grid}.checkout-selection{min-width:0}.selection-card{border-color:#e5e7eb;border-radius:16px;padding:30px}.selection-kicker{color:#858992;letter-spacing:.16em;margin-bottom:22px;font-size:10px;font-weight:700;display:block}.selection-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px 24px;display:flex}.selection-product{flex:180px;min-width:0}.selection-product h2{letter-spacing:-.025em;overflow-wrap:anywhere;margin:0 0 10px;font-size:24px;line-height:1.25}.selection-spec{color:#777b84;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.7}.selection-price{text-align:right;flex:none;margin:0}.selection-price dt{color:#858992;margin-bottom:4px;font-size:11px}.selection-price dd{color:#1b1d23;font-variant-numeric:tabular-nums;letter-spacing:-.04em;margin:0;font-size:29px;font-weight:700;line-height:1.2}.selection-card>.product-description{margin:16px 0 0;font-size:13px}.selection-facts{border-top:1px solid #f0f1f3;grid-template-columns:minmax(48px,.65fr) minmax(60px,.8fr) minmax(0,2fr);gap:16px;margin:24px 0 0;padding:18px 0 0;display:grid}.selection-facts dt{color:#858992;margin-bottom:5px;font-size:11px}.selection-facts dd{text-align:left;color:#42454c;overflow-wrap:anywhere;margin:0;font-size:13px;line-height:1.7}.selection-limits{grid-column:1/-1}.product-details{border-top:1px solid var(--line);min-width:0;margin-top:24px;padding-top:22px}.product-details>h3{margin:0 0 14px;font-size:14px;font-weight:700;line-height:1.5}.product-details-content{overflow-wrap:anywhere;color:#656972;white-space:pre-line;font-size:14px;line-height:1.85;overflow-x:auto}.product-details-content>:first-child{margin-top:0}.product-details-content>:last-child{margin-bottom:0}.product-details-content p,.product-details-content ul,.product-details-content ol,.product-details-content figure{margin:0 0 12px}.product-details-content p:empty{display:none}.product-details-content :is(h1,h2,h3,h4,h5,h6){color:#252a32;margin:24px 0 10px;font-size:15px;line-height:1.6}.product-details-content ul,.product-details-content ol{padding-left:22px}.product-details-content li+li{margin-top:5px}.product-details-content img{border-radius:6px;max-width:100%;height:auto;display:block}.product-details-content a{text-underline-offset:3px;text-decoration:underline}.product-details-content blockquote{border-left:2px solid #dfe4eb;margin:16px 0;padding:2px 0 2px 16px}.product-details-content pre{white-space:pre;background:#f6f7f9;border-radius:6px;max-width:100%;padding:12px;overflow-x:auto}.product-details-content code{font-size:.9em}.product-details-content table{border-collapse:collapse;width:100%;margin:16px 0}.product-details-content :is(th,td){white-space:normal;border:1px solid #e4e7ec;padding:8px 10px}.checkout-total{color:#0875ed;font-size:30px;font-weight:700;line-height:1.35}.invoice-option{border:1px solid var(--line);cursor:pointer;background:#fafbfc;border-radius:8px;margin:0;padding:14px;font-size:13px}.invoice-option.is-selected{background:#f5f8fd;border-color:#b7c9e2}.product-description{white-space:pre-line;color:#687383;line-height:1.9}.payment-methods{flex-direction:column;gap:10px;display:flex}.payment-option{border:1px solid #dfe5ee;border-radius:8px;align-items:center;gap:10px;padding:12px;font-weight:400;display:flex}.payment-option:has(input:checked){background:#f4f9ff;border-color:#78b4f8}.payment-option input{margin:0}.checkout-created{text-align:center;max-width:650px;margin:0 auto}.checkout-created .actions{justify-content:center;margin-top:28px}.success-mark{color:#13a775;background:#e7f8f0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:12px 0 24px;font-size:27px;display:inline-flex}.auth-page{background:radial-gradient(at 50% 0,#deefff,#0000 68%),#f9fbfe;flex-direction:column;align-items:center;min-height:100dvh;padding:48px 20px 24px;display:flex}.auth-page>.brand-button{margin-bottom:38px}.auth-card{background:#fff;border:1px solid #e8eef5;border-radius:16px;width:100%;max-width:460px;padding:38px;box-shadow:0 18px 65px #547fba0b}.auth-card h1{margin:12px 0;font-size:28px}.auth-card>p{color:var(--muted);margin-bottom:27px;font-size:13px}.auth-card form{gap:19px;margin-top:22px;display:grid}.auth-card label{font-size:13px}.auth-card .auth-switch{text-align:center;margin:23px 0 0}.auth-switch button{color:var(--blue);background:0 0;font-size:13px}.auth-footer{color:#9ca5b2;letter-spacing:1px;margin-top:30px;font-size:11px}.table-wrap{max-width:100%;overflow:auto}table{border-collapse:collapse;text-align:left;width:100%;font-size:13px}th{color:#8993a2;white-space:nowrap;background:#f9fafc;font-weight:400}td,th{border-bottom:1px solid var(--line);padding:15px 14px}td{overflow-wrap:anywhere}.order-list{flex-direction:column;gap:14px;display:flex}.order-row{border:1px solid var(--line);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:24px;padding:22px;display:flex}.order-row h2,.order-row h3{margin:0 0 8px}.order-row p{margin:4px 0}.delivery-content{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;border:1px solid var(--line);background:#f5f8fc;border-radius:8px;max-height:380px;padding:18px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:13px;line-height:1.8;overflow:auto}.filters{flex-wrap:wrap;gap:8px;margin-bottom:22px;display:flex}.filters button{color:#8a929f;background:0 0;border-radius:6px;padding:8px 13px}.filters button.active{color:#167ce7;background:#eaf4ff}.field-help{color:var(--muted);font-size:12px}.coupon-card{position:relative}.coupon-amount{color:var(--blue);font-size:30px;font-weight:700}.account-secret{word-break:break-all}.upload-preview{flex-wrap:wrap;gap:8px;display:flex}.upload-preview img{object-fit:cover;border-radius:6px;width:76px;height:76px}@media (width<=1100px){.page-content{padding:30px 28px 72px}.checkout-grid{grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:20px}.sidebar{width:190px;padding-inline:12px}.workspace{margin-left:190px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:23px}}@media (width<=760px){.app-header{height:65px;padding:0 19px}.brand-button img{width:110px}.app-header .brand-button img{width:100px}.header-actions{gap:14px}.header-link{font-size:12px}.account-button>span:last-child{display:none}.sidebar{border:0;border-top:1px solid var(--line);z-index:25;background:#fffffff5;width:100%;height:67px;padding:0 8px;inset:auto 0 0}.sidebar nav{grid-template-columns:repeat(5,1fr);gap:0;height:100%;display:grid}.sidebar nav button{border-radius:0;flex-direction:column;justify-content:center;gap:1px;padding:5px 0;font-size:10px;display:flex}.sidebar nav button.active{color:#18181b;background:0 0}.nav-icon{font-size:22px}.sidebar-bottom{display:none}.workspace{margin:0;padding-top:65px}.page-content{padding:25px 18px 95px}.page-title{gap:12px;margin-bottom:24px}.page-title h1{font-size:22px}.page-title .button{min-height:36px;padding:8px 12px;font-size:12px}.page-title p{font-size:12px}.grid-2,.checkout-grid{grid-template-columns:1fr}.panel{padding:22px 19px}.selection-product{flex-basis:150px}.selection-product h2{font-size:22px}.selection-price dd{font-size:27px}.selection-heading{column-gap:16px}.metric-grid{gap:12px}.metric{padding:18px 14px}.metric strong{font-size:23px}.dialog{max-height:88dvh;padding:22px 18px}.auth-page{padding-top:32px}.auth-card{padding:28px 24px}.order-row{padding:18px;display:block}.order-row>.actions{margin-top:16px}.details-grid{gap:12px 16px}.checkout-total{font-size:27px}body:has(#panda-preview-banner) .sidebar{bottom:28px}body:has(#panda-preview-banner) .page-content{padding-bottom:123px}body:has(#panda-preview-banner) .bw-catalog{padding-bottom:123px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
