:root{--navy:#07152f;--navy-2:#0b2045;--blue:#075bff;--blue-2:#0449d8;--soft:#edf4ff;--bg:#f5f7fb;--text:#101c34;--muted:#667085;--line:#dce3ef;--green:#169b52;--red:#f5222d;--orange:#f59e0b;--white:#fff;--shadow:0 12px 36px rgba(21,57,105,.09);--radius:12px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;font-size:15px;line-height:1.65}body.gpt-page{min-width:320px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.gpt-site{min-height:100vh;display:flex;flex-direction:column}.gpt-main{flex:1;padding:18px 0 32px}.gpt-container{width:min(1240px,calc(100% - 40px));margin:0 auto}.gpt-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.gpt-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.gpt-header{position:relative;z-index:50;background:#fff}.gpt-header-main{height:68px;background:linear-gradient(110deg,var(--navy),#052454)}.gpt-header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:28px}.gpt-brand{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:22px;font-weight:800;white-space:nowrap}.gpt-brand-mark{position:relative;width:37px;height:30px;border-radius:14px 14px 14px 4px;background:linear-gradient(145deg,#fff,#57b8ff);display:flex;align-items:center;justify-content:center;gap:3px;box-shadow:0 4px 14px rgba(58,155,255,.35)}.gpt-brand-mark:after{content:"";position:absolute;left:3px;bottom:-4px;border-width:5px 5px 0 0;border-style:solid;border-color:#62b7ff transparent transparent transparent}.gpt-brand-mark i{width:4px;height:4px;background:#075bff;border-radius:50%}.gpt-desktop-nav{display:flex;align-items:center;height:100%;gap:38px;margin-left:auto}.gpt-desktop-nav a{position:relative;height:100%;display:flex;align-items:center;color:#fff;font-weight:600}.gpt-desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:0;height:3px;background:#3a91ff;transition:.25s}.gpt-desktop-nav a:hover:after,.gpt-desktop-nav a.active:after{left:0;right:0}.gpt-header-actions{display:flex;align-items:center;gap:12px}.gpt-icon-btn,.gpt-menu-btn{width:42px;height:38px;border:1px solid rgba(255,255,255,.48);border-radius:7px;background:transparent;color:#fff;display:grid;place-items:center}.gpt-support-btn{height:38px;padding:0 18px;background:transparent;border:1px solid rgba(255,255,255,.58);border-radius:7px;color:#fff;font-weight:700}.gpt-menu-btn{display:none}.gpt-assurance{border-bottom:1px solid #e6ebf4;background:#fff}.gpt-assurance .gpt-container{height:42px;display:flex;justify-content:center;align-items:center;gap:17px;color:#253858;font-size:14px}.gpt-assurance span{display:flex;align-items:center;gap:7px}.gpt-assurance .gpt-icon{width:17px;color:var(--blue)}.gpt-assurance i{font-style:normal;color:#91a0b6}.gpt-site-search,.gpt-mobile-menu{display:none;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 20px rgba(7,21,47,.08)}.gpt-site-search.open,.gpt-mobile-menu.open{display:block}.gpt-search-inner{height:58px;display:flex;align-items:center;gap:10px}.gpt-search-inner input{flex:1;border:0;outline:0;font-size:16px}.gpt-search-inner button{border:0;background:none;font-size:28px;color:var(--muted)}
.gpt-breadcrumb{display:flex;align-items:center;gap:9px;color:#697995;font-size:13px;margin:0 0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gpt-breadcrumb a:hover{color:var(--blue)}.gpt-page-heading{margin:12px 0 20px}.gpt-page-heading h1{font-size:30px;line-height:1.25;margin:0 0 4px}.gpt-page-heading p{margin:0;color:var(--muted)}.gpt-heading-actions,.gpt-section-head-row{display:flex;align-items:end;justify-content:space-between;gap:20px}.gpt-select,.gpt-input{width:100%;height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 13px;color:var(--text);outline:none}.gpt-input:focus,.gpt-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(7,91,255,.1)}
.gpt-btn{min-height:42px;padding:9px 20px;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:700;transition:.2s}.gpt-btn:hover{transform:translateY(-1px)}.gpt-btn-primary{background:linear-gradient(135deg,var(--blue),#0875ff);color:#fff;box-shadow:0 8px 18px rgba(7,91,255,.2)}.gpt-btn-outline{background:#fff;border-color:var(--blue);color:var(--blue)}.gpt-btn-ghost{background:transparent;color:var(--blue)}.gpt-btn-light{background:#fff;color:var(--blue)}.gpt-btn-outline-light{background:transparent;border-color:rgba(255,255,255,.75);color:#fff}.gpt-btn-disabled{background:#cbd3df;color:#fff}.gpt-btn-block{width:100%}.gpt-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#e8f1ff;color:var(--blue);font-size:12px;font-weight:700}.gpt-badge.green{background:#e9f9f0;color:var(--green)}.gpt-alert{padding:10px 13px;border-radius:7px;display:flex;align-items:center;gap:8px;margin-top:10px;font-size:13px}.gpt-alert.info{background:#edf5ff;color:#1260da;border:1px solid #d4e6ff}.gpt-alert.warning{background:#fff7e9;color:#d77900;border:1px solid #ffd69a}.gpt-alert.success{background:#ecfaf2;color:#128344;border:1px solid #c7efd7}
.gpt-hero{min-height:360px;margin:-18px calc((100vw - min(1240px,calc(100vw - 40px)))/-2) 0;padding:44px max(20px,calc((100vw - 1240px)/2));display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:46px;background:radial-gradient(circle at 85% 18%,#b5ddff 0,transparent 25%),linear-gradient(125deg,#f7fbff,#deefff);overflow:hidden}.gpt-kicker{color:var(--blue);font-weight:800;letter-spacing:2px}.gpt-hero h1{font-size:46px;line-height:1.2;margin:10px 0 5px}.gpt-hero h1 em{color:var(--blue);font-style:normal}.gpt-hero h2{font-size:22px;margin:0 0 10px}.gpt-hero p{color:#526785;margin:0 0 20px}.gpt-hero-actions{display:flex;gap:14px}.gpt-hero-proof{margin-top:18px;display:flex;align-items:center;gap:7px;color:#50627e}.gpt-hero-proof strong{color:var(--blue)}.gpt-hero-art{height:255px;position:relative}.gpt-browser-card{position:absolute;left:8%;top:15%;width:76%;height:205px;border:1px solid rgba(255,255,255,.9);background:rgba(255,255,255,.8);border-radius:14px;box-shadow:0 25px 50px rgba(35,90,150,.18);backdrop-filter:blur(8px);padding:22px}.gpt-window-dots{color:#ff7569;letter-spacing:4px}.gpt-chat-row{display:flex;gap:10px;margin-top:18px;align-items:center}.gpt-chat-row i{background:#eaf2ff;border-radius:6px;padding:6px;font-style:normal;color:var(--blue);font-weight:800}.gpt-chat-row span{background:#eef3fa;border-radius:7px;padding:9px 14px}.gpt-chat-row.answer{justify-content:flex-end}.gpt-chat-row.answer span{background:var(--blue);color:#fff}.gpt-hero-art>b{position:absolute;right:0;padding:10px 14px;background:#fff;border-radius:6px;box-shadow:var(--shadow);transform:rotate(-4deg);font-size:13px}.gpt-hero-art .tag-one{top:20px}.gpt-hero-art .tag-two{top:90px}.gpt-hero-art .tag-three{top:160px}.gpt-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:20px 0 34px}.gpt-benefits>div,.gpt-note-grid>div{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px}.gpt-benefits .gpt-icon,.gpt-note-grid .gpt-icon{width:38px;height:38px;padding:8px;border-radius:50%;background:var(--soft);color:var(--blue)}.gpt-benefits span,.gpt-note-grid span{display:flex;flex-direction:column}.gpt-benefits small,.gpt-note-grid small{color:var(--muted)}.gpt-section{margin:42px 0}.gpt-section-head{text-align:center;margin-bottom:22px}.gpt-section-head h2{font-size:28px;margin:0}.gpt-section-head p{margin:2px 0 0;color:var(--muted)}.gpt-section-head-row{text-align:left}.gpt-section-head-row>a{display:flex;align-items:center;gap:5px;color:var(--blue);font-weight:700}.gpt-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:18px;max-width:1050px;margin:auto}.gpt-steps>div{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:18px 24px}.gpt-steps i{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff;font-style:normal;font-weight:800}.gpt-steps span{display:flex;flex-direction:column}.gpt-steps small{color:var(--muted)}.gpt-steps>b{font-size:26px;color:#6d89ad}.gpt-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gpt-product-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}.gpt-product-image{height:150px;background:linear-gradient(135deg,#e9f4ff,#cfe6ff);overflow:hidden;display:block}.gpt-product-image img{width:100%;height:100%;object-fit:cover}.gpt-product-body{padding:18px;display:flex;flex:1;flex-direction:column}.gpt-product-body h3{font-size:21px;margin:0 0 5px}.gpt-product-body p{color:var(--muted);margin:0 0 12px}.gpt-product-body ul{list-style:none;padding:0;margin:0 0 15px;color:#556b86}.gpt-product-body li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}.gpt-product-price{display:flex;align-items:end;justify-content:space-between;margin-top:auto;margin-bottom:12px}.gpt-product-price strong{font-size:28px;color:var(--red)}.gpt-product-price span{font-size:12px;color:var(--muted)}.gpt-product-card.sold-out{opacity:.65}.gpt-empty{text-align:center;padding:50px;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:12px;grid-column:1/-1}.gpt-review-window{overflow:hidden;margin:0 -5px}.gpt-review-track{display:flex;gap:14px;width:max-content;animation:gptReviews 38s linear infinite}.gpt-review-track:hover{animation-play-state:paused}.gpt-review-track article{width:275px;display:flex;gap:12px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:14px}.gpt-avatar{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#dcecff,#8bc6ff);color:var(--navy);font-weight:800}.gpt-review-track p{margin:2px 0 0;color:var(--muted);font-size:13px}.gpt-stars{color:#ffad0d;font-size:12px;letter-spacing:1px}@keyframes gptReviews{to{transform:translateX(calc(-50% - 7px))}}.gpt-news-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gpt-news-preview article{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.gpt-news-cover{height:145px;display:grid;place-items:center;background:linear-gradient(135deg,#0067ff,#7dc8ff);overflow:hidden}.gpt-news-cover img{width:100%;height:100%;object-fit:cover}.gpt-news-cover span{font-size:54px;font-weight:900;color:#fff}.gpt-news-preview article>div{padding:14px}.gpt-news-preview h3{margin:8px 0 4px;font-size:18px}.gpt-news-preview p{margin:0 0 8px;color:var(--muted);font-size:13px}.gpt-news-preview small{color:#8190a5}.gpt-faq-layout{display:grid;grid-template-columns:1.8fr 1fr;gap:22px}.gpt-faq-list{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.gpt-faq-list details{border-bottom:1px solid var(--line);padding:0 18px}.gpt-faq-list details:last-child{border:0}.gpt-faq-list summary{padding:14px 0;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.gpt-faq-list p{margin:-5px 0 14px;color:var(--muted)}.gpt-faq-layout aside,.gpt-news-support{background:linear-gradient(145deg,#0c3c7f,var(--navy));color:#fff;border-radius:12px;padding:28px}.gpt-faq-layout aside h3{font-size:25px;margin:12px 0 6px}.gpt-faq-layout aside p{color:#c4d3e9}.gpt-support-orb{width:58px;height:58px;border-radius:50%;background:var(--blue);display:grid;place-items:center}.gpt-support-orb .gpt-icon{width:30px}.gpt-final-cta,.gpt-info-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(120deg,#0875ff,#075bff 65%,#3ba3ff);color:#fff;border-radius:12px;padding:28px 42px;margin:42px 0 10px}.gpt-final-cta h2,.gpt-info-strip h3{font-size:27px;margin:0}.gpt-final-cta p,.gpt-info-strip p{margin:2px 0 0;color:#e7f2ff}.gpt-final-cta>div:last-child{display:flex;gap:10px}
.gpt-buy-layout,.gpt-checkout-layout,.gpt-query-layout,.gpt-news-layout,.gpt-article-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(310px,1fr);gap:22px;align-items:start}.gpt-buy-content{display:flex;flex-direction:column;gap:18px}.gpt-buy-hero{padding:22px;display:grid;grid-template-columns:220px 1fr;gap:22px}.gpt-buy-image{border-radius:10px;overflow:hidden;background:var(--soft);aspect-ratio:1.2}.gpt-buy-image img,.gpt-form-product img,.gpt-order-product img{width:100%;height:100%;object-fit:cover}.gpt-buy-summary h1{font-size:29px;line-height:1.35;margin:12px 0 6px}.gpt-buy-summary p{color:var(--muted);margin:0}.gpt-badges{display:flex;gap:8px}.gpt-buy-price{display:flex;align-items:center;gap:14px;margin:16px 0 3px}.gpt-buy-price strong,.gpt-summary-price strong,.gpt-data-rows .total strong,.gpt-price-lg{color:var(--red);font-size:31px}.gpt-buy-price del{color:#98a2b3}.gpt-stock{color:var(--muted)}.gpt-product-description,.gpt-buy-content>.gpt-card:not(.gpt-buy-hero){padding:22px}.gpt-product-description h2,.gpt-buy-content>.gpt-card h2{margin:0 0 14px}.gpt-richtext{overflow-wrap:anywhere}.gpt-richtext img{max-width:100%;height:auto}.gpt-richtext table{width:100%;border-collapse:collapse}.gpt-richtext td,.gpt-richtext th{border:1px solid var(--line);padding:9px}.gpt-note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gpt-order-form-card{position:sticky;top:16px;padding:22px}.gpt-order-form-card h2{margin:0 0 14px}.gpt-form-product{display:flex;align-items:center;gap:12px;padding:12px;background:var(--soft);border-radius:9px;margin-bottom:17px}.gpt-form-product img{width:58px;height:58px;border-radius:7px}.gpt-form-product span{display:flex;flex-direction:column}.gpt-form-product small{color:var(--red);font-weight:800}.gpt-field{margin:0 0 14px}.gpt-field label{display:block;font-weight:700;margin-bottom:6px}.gpt-field em{color:var(--red);font-style:normal}.gpt-qty{display:grid;grid-template-columns:44px 1fr 44px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.gpt-qty button,.gpt-qty input{height:42px;border:0;background:#fff;text-align:center}.gpt-qty button{font-size:20px;background:#f4f7fb}.gpt-captcha{display:grid;grid-template-columns:1fr 120px;gap:8px}.gpt-captcha img{width:120px;height:44px;object-fit:cover}.gpt-payways{display:grid;gap:8px}.gpt-payway{position:relative;height:46px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left;padding:0 14px;display:flex;align-items:center;gap:8px}.gpt-payway.active{border-color:var(--blue);color:var(--blue);box-shadow:0 0 0 2px rgba(7,91,255,.08)}.gpt-payway i{margin-left:auto;display:none}.gpt-payway.active i{display:block}.gpt-summary-price{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.gpt-mobile-buybar{display:none}
.gpt-order-steps{display:flex;align-items:center;justify-content:center;max-width:860px;margin:18px auto 20px}.gpt-order-step{display:flex;align-items:center;gap:8px;color:#7f8ba0;white-space:nowrap}.gpt-order-step>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;border:1px solid #c8d1df;background:#fff;font-weight:800}.gpt-order-step.active,.gpt-order-step.completed{color:var(--text)}.gpt-order-step.active>span,.gpt-order-step.completed>span{background:var(--blue);border-color:var(--blue);color:#fff}.gpt-order-steps>i{height:1px;flex:1;max-width:118px;background:#b9c5d7;margin:0 14px}.gpt-order-steps>i:has(+.completed),.gpt-order-step.completed+ i{background:var(--blue)}.gpt-order-card,.gpt-payment-summary,.gpt-qr-card,.gpt-delivery-card,.gpt-query-card,.gpt-help-card{padding:22px}.gpt-order-head{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding-bottom:13px}.gpt-order-head h2,.gpt-order-head strong{margin:0}.gpt-order-head>span:last-child{margin-left:auto}.gpt-order-head button,.gpt-order-sn button{border:0;background:none;color:var(--blue);padding:4px}.gpt-order-product{display:grid;grid-template-columns:150px 1fr auto;align-items:center;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.gpt-order-product img{width:150px;height:98px;border-radius:8px}.gpt-order-product h2{margin:0 0 10px;font-size:20px}.gpt-data-rows>div,.gpt-order-sn{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 0;border-bottom:1px solid #e9edf4}.gpt-data-rows h3{margin:14px 0 3px}.gpt-data-rows span{color:#53647f}.gpt-order-card>.gpt-btn{margin-top:12px}.gpt-payment-summary h2{font-size:24px;margin:0}.gpt-secure{color:#65748c;display:flex;align-items:center;gap:6px}.gpt-secure .gpt-icon{color:var(--blue)}.gpt-payment-summary>span,.gpt-payment-summary>label:not(.gpt-check){display:block;font-weight:700;margin-top:18px}.gpt-price-lg{display:block!important;margin:5px 0 13px}.gpt-selected-pay{margin-top:6px;border:1px solid var(--blue);border-radius:8px;padding:13px;display:flex;justify-content:space-between;font-weight:700}.gpt-selected-pay i{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:#fff}.gpt-check{display:flex;align-items:center;gap:8px;margin:17px 0}.gpt-payment-summary>small{display:block;text-align:center;color:var(--muted);margin:8px 0 16px}.gpt-qr-card{text-align:center}.gpt-qr-status{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:13px}.gpt-qr-status strong{color:var(--blue);font-size:20px}.gpt-qr-box{width:290px;height:290px;margin:15px auto;background:#fff;border:12px solid #fff;box-shadow:0 3px 18px rgba(7,21,47,.12)}.gpt-qr-box img{width:100%;height:100%}.gpt-waiting{color:var(--blue);font-weight:700}.gpt-qr-actions{display:flex;justify-content:center;gap:9px;margin-top:14px}.gpt-success-heading{display:flex;align-items:center;justify-content:center;gap:18px;margin:18px 0}.gpt-success-heading>span{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff}.gpt-success-heading .gpt-icon{width:38px}.gpt-success-heading h1{margin:0;font-size:29px}.gpt-success-heading p{margin:2px 0;color:var(--muted)}.gpt-key-box{background:linear-gradient(135deg,#edf5ff,#e1efff);border:1px solid #cde0ff;border-radius:10px;padding:17px;margin-top:16px}.gpt-key-box>div:first-child{display:flex;align-items:center;gap:10px}.gpt-key-row{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#fff;border-radius:8px;padding:13px 14px;margin-top:12px}.gpt-key-row>span{font-family:Consolas,Monaco,monospace;font-size:19px;font-weight:800;overflow-wrap:anywhere}.gpt-usage h3{margin-bottom:8px}.gpt-usage>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.gpt-usage span{display:flex;align-items:center;gap:7px;color:#4f6280}.gpt-usage i{width:27px;height:27px;border:1px solid #bfd0e7;border-radius:50%;display:grid;place-items:center;font-style:normal}.gpt-usage b{color:#7190b6}.gpt-query-layout{grid-template-columns:1.65fr 1fr;max-width:980px;margin:auto}.gpt-tabs{display:flex;border-bottom:1px solid var(--line);margin:-5px 0 20px}.gpt-tabs button{flex:1;border:0;background:none;padding:13px;font-weight:700;color:var(--muted);border-bottom:3px solid transparent}.gpt-tabs button.active{color:var(--blue);border-color:var(--blue)}.gpt-tab-panel{display:none}.gpt-tab-panel.active{display:block}.gpt-help-card{text-align:center}.gpt-help-card ol{text-align:left;line-height:2.2}.gpt-modal-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--blue);margin:auto}.gpt-modal-icon .gpt-icon{width:30px}.gpt-error-card{max-width:720px;margin:38px auto;text-align:center;padding:45px}.gpt-error-icon{width:68px;height:68px;margin:auto;border-radius:50%;display:grid;place-items:center;background:#fff1e1;color:var(--orange);font-size:42px;font-weight:800}.gpt-error-card>div:last-child{display:flex;justify-content:center;gap:9px;margin-top:20px}
.gpt-news-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#eaf5ff,#ddecff);border-radius:12px;padding:28px 32px;display:grid;grid-template-columns:1fr 1fr 130px;gap:24px;align-items:center}.gpt-news-hero>div>span{color:var(--blue);font-weight:800;letter-spacing:1px}.gpt-news-hero h1{font-size:34px;margin:3px 0}.gpt-news-hero p{margin:0;color:#526783}.gpt-news-hero form>div{display:flex;background:#fff;border:1px solid #d5e3f5;border-radius:9px;padding-left:12px;align-items:center}.gpt-news-hero input{height:46px;flex:1;border:0;outline:0;min-width:0}.gpt-news-hero .gpt-btn{border-radius:0 8px 8px 0}.gpt-news-art{width:94px;height:94px!important;border-radius:20px;background:linear-gradient(145deg,#49a4ff,var(--blue));color:#fff!important;font-size:34px;display:grid;place-items:center;font-weight:900;transform:rotate(7deg);box-shadow:0 16px 30px rgba(7,91,255,.25)}.gpt-news-filters{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 22px}.gpt-news-filters a{padding:8px 20px;background:#fff;border:1px solid var(--line);border-radius:7px}.gpt-news-filters a.active,.gpt-news-filters a:hover{background:var(--blue);color:#fff;border-color:var(--blue)}.gpt-news-featured{margin-bottom:22px}.gpt-news-featured>header h2,.gpt-block-title h2{border-left:4px solid var(--blue);padding-left:10px}.gpt-featured-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-template-rows:1fr 1fr;gap:12px}.gpt-featured-grid article{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;display:grid;grid-template-columns:185px 1fr}.gpt-featured-grid article.primary{grid-row:1/3;grid-template-columns:1fr}.gpt-featured-grid .gpt-article-cover{min-height:100px}.gpt-featured-grid .primary .gpt-article-cover{height:200px}.gpt-article-cover,.gpt-list-cover{background:linear-gradient(135deg,#0065ff,#72c6ff);display:grid;place-items:center;overflow:hidden}.gpt-article-cover img,.gpt-list-cover img{width:100%;height:100%;object-fit:cover}.gpt-article-cover span,.gpt-list-cover span{font-size:45px;color:#fff;font-weight:900}.gpt-featured-grid article>div{padding:14px}.gpt-featured-grid h3{margin:6px 0;font-size:18px}.gpt-featured-grid p{margin:0;color:var(--muted);font-size:13px}.gpt-featured-grid small{color:#8390a4}.gpt-news-layout{grid-template-columns:minmax(0,2.25fr) minmax(280px,.75fr)}.gpt-block-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.gpt-block-title h2,.gpt-block-title h3{margin:0}.gpt-block-title span{color:var(--muted)}.gpt-article-list{display:flex;flex-direction:column;gap:11px}.gpt-article-list article{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:12px;box-shadow:none}.gpt-list-cover{height:112px;border-radius:8px}.gpt-article-list h3{font-size:18px;margin:4px 0}.gpt-article-list p{font-size:13px;color:var(--muted);margin:0 0 5px}.gpt-article-list small{color:#8390a4;display:flex;align-items:center;gap:5px}.gpt-article-list small .gpt-icon{width:14px}.gpt-news-sidebar{display:flex;flex-direction:column;gap:12px}.gpt-news-sidebar>.gpt-card{padding:16px}.gpt-hot-list{list-style:none;padding:0;margin:0}.gpt-hot-list li{display:grid;grid-template-columns:27px 1fr auto;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #edf0f5}.gpt-hot-list li:last-child{border:0}.gpt-hot-list i{font-style:normal;font-weight:800;color:var(--blue)}.gpt-hot-list a{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gpt-hot-list small{color:#8190a5}.gpt-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gpt-topic-grid a{background:var(--soft);color:var(--blue);text-align:center;padding:11px 5px;border-radius:7px;font-weight:700}.gpt-news-support{padding:20px}.gpt-news-support h3{margin:0;font-size:20px}.gpt-news-support p{margin:2px 0 12px;color:#c9d9ed}.gpt-info-strip{margin-top:22px;padding:20px 32px}.gpt-info-strip>span{width:48px;height:48px;display:grid;place-items:center;background:rgba(255,255,255,.15);border-radius:10px}.gpt-info-strip h3{font-size:20px}.gpt-pagination nav{display:flex;justify-content:center;margin:20px 0}.gpt-pagination nav>div:first-child{display:none}.gpt-pagination nav>div:last-child{display:flex;align-items:center;gap:12px}.gpt-pagination nav span,.gpt-pagination nav a{padding:5px 9px}.gpt-article-layout{grid-template-columns:minmax(0,2.2fr) minmax(280px,.8fr)}.gpt-article{padding:22px}.gpt-article h1{font-size:31px;line-height:1.35;margin:8px 0}.gpt-article-summary{font-size:16px;color:#62728a;margin:0}.gpt-article-meta{display:flex;align-items:center;gap:20px;color:#697891;font-size:13px;margin:12px 0}.gpt-article-meta span{display:flex;align-items:center;gap:5px}.gpt-article-meta .gpt-icon{width:16px}.gpt-article-hero,.gpt-article-placeholder{width:100%;height:285px;border-radius:9px;margin:4px 0 14px;object-fit:cover}.gpt-article-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#0065ff,#72c6ff);color:#fff;font-size:80px;font-weight:900}.gpt-article-guide{background:var(--soft);border-radius:8px;padding:13px 16px;margin:0 0 16px}.gpt-article-guide strong{color:var(--blue)}.gpt-article-guide p{margin:2px 0}.gpt-article-content{font-size:16px;line-height:1.9}.gpt-article-content h2{font-size:24px;border-left:4px solid var(--blue);padding-left:10px;margin-top:26px}.gpt-article-content h3{font-size:20px}.gpt-article-content blockquote{margin:16px 0;padding:12px 16px;background:#fff7e9;border:1px solid #ffd69a;border-radius:8px;color:#b96b00}.gpt-article-cta{display:flex;align-items:center;justify-content:space-between;gap:15px;background:linear-gradient(120deg,#0875ff,#075bff);border-radius:10px;color:#fff;padding:18px 22px;margin-top:24px}.gpt-article-cta h2{margin:0;font-size:21px}.gpt-article-cta p{margin:0;color:#e8f2ff}.gpt-article-cta>div:last-child{display:flex;gap:8px}.gpt-article-nav{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:14px;margin-top:16px}.gpt-article-nav a{color:var(--blue);max-width:48%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gpt-related-list>a{display:flex;gap:10px;padding:10px 0;border-bottom:1px solid var(--line)}.gpt-related-list>a:last-child{border:0}.gpt-related-list img,.gpt-related-list>a>span{width:84px;height:55px;border-radius:6px;object-fit:cover;background:linear-gradient(135deg,#0065ff,#72c6ff);color:#fff;display:grid;place-items:center;font-weight:800}.gpt-related-list div{display:flex;flex-direction:column;min-width:0}.gpt-related-list strong{font-size:13px;line-height:1.4}.gpt-related-list small{color:var(--muted)}.gpt-recommend{margin-top:20px}.gpt-recommend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gpt-recommend-grid article{padding:15px;box-shadow:none}.gpt-recommend-grid h3{margin:8px 0}.gpt-recommend-grid small{color:var(--muted)}
.gpt-trust{background:#fff;padding:18px 0;border-top:1px solid var(--line)}.gpt-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.gpt-trust-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--line)}.gpt-trust-grid>div:last-child{border:0}.gpt-trust-grid .gpt-icon{width:36px;height:36px;padding:7px;border-radius:50%;background:var(--soft);color:var(--blue)}.gpt-trust-grid span{display:flex;flex-direction:column}.gpt-trust-grid small{color:var(--muted)}.gpt-footer{background:linear-gradient(115deg,var(--navy),#052657);color:#fff;padding:32px 0 18px}.gpt-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:42px}.gpt-footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.gpt-footer p,.gpt-footer-grid a,.gpt-footer-grid button,.gpt-footer-grid span{color:#b9c8dc}.gpt-footer-grid button{background:none;border:0;padding:0}.gpt-footer-grid strong{margin-bottom:7px}.gpt-copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:25px;padding-top:14px;color:#9fb0c8;font-size:12px}.gpt-bottom-nav{display:none}.gpt-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}.gpt-modal.open{display:flex}.gpt-modal-backdrop{position:absolute;inset:0;background:rgba(2,12,30,.65)}.gpt-modal-dialog{position:relative;width:min(420px,100%);background:#fff;border-radius:14px;padding:28px;text-align:center;box-shadow:0 25px 70px rgba(0,0,0,.25)}.gpt-modal-close{position:absolute;right:12px;top:8px;border:0;background:none;font-size:28px;color:var(--muted)}.gpt-contact-row{display:flex;justify-content:space-between;background:var(--soft);padding:12px;margin:18px 0;border-radius:8px}.gpt-toast-stack{position:fixed;right:20px;top:20px;z-index:2000;display:flex;flex-direction:column;gap:8px}.gpt-toast{padding:11px 16px;background:var(--navy);color:#fff;border-radius:8px;box-shadow:var(--shadow)}.gpt-toast.success{background:var(--green)}.gpt-toast.warning{background:var(--orange)}.gpt-loader{text-align:center;color:var(--muted);padding:20px}.gpt-loader .gpt-btn{margin-left:10px}
@media(max-width:767px){
    body{font-size:14px;padding-bottom:64px}.gpt-buy-page{padding-bottom:122px}.gpt-container{width:100%;padding-left:16px;padding-right:16px}.gpt-main{padding:14px 0 28px}.gpt-header-main,.gpt-header-inner{height:58px}.gpt-brand{font-size:18px;gap:8px}.gpt-brand-mark{width:32px;height:26px}.gpt-desktop-nav,.gpt-header-actions>.gpt-icon-btn,.gpt-support-btn{display:none}.gpt-menu-btn{display:grid}.gpt-mobile-menu .gpt-container{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;padding-top:8px;padding-bottom:8px}.gpt-mobile-menu a{padding:11px 8px;border-bottom:1px solid #edf0f5}.gpt-assurance .gpt-container{height:38px;justify-content:space-between;gap:3px;font-size:11px;overflow:hidden}.gpt-assurance i{display:none}.gpt-assurance span{gap:3px;white-space:nowrap}.gpt-assurance .gpt-icon{width:14px}.gpt-breadcrumb{margin-bottom:10px}.gpt-page-heading{margin:16px 0 22px}.gpt-page-heading h1{font-size:25px}.gpt-heading-actions{align-items:flex-start}.gpt-heading-actions .gpt-select{width:130px}.gpt-card{border-radius:10px;box-shadow:0 8px 22px rgba(21,57,105,.07)}
    .gpt-hero{min-height:0;margin:-14px -16px 0;padding:34px 16px 38px;display:block;text-align:left}.gpt-hero h1{font-size:35px}.gpt-hero h2{font-size:18px}.gpt-hero-actions{display:grid;grid-template-columns:1fr 1fr}.gpt-hero-actions .gpt-btn{padding-left:10px;padding-right:10px}.gpt-hero-art{height:230px;margin-top:25px}.gpt-browser-card{left:0;width:88%;height:190px}.gpt-hero-art>b{font-size:11px;padding:8px;right:0}.gpt-benefits{grid-template-columns:1fr 1fr;gap:10px;margin:16px 0 40px}.gpt-benefits>div{padding:12px 10px;align-items:flex-start}.gpt-benefits .gpt-icon{width:32px;height:32px}.gpt-benefits small{font-size:11px}.gpt-section{margin:48px 0}.gpt-section-head{margin-bottom:18px}.gpt-section-head h2{font-size:25px}.gpt-section-head-row{align-items:flex-end;text-align:left}.gpt-section-head-row>a{font-size:12px}.gpt-steps{display:flex;flex-direction:column;gap:10px}.gpt-steps>div{width:100%;padding:16px}.gpt-steps>b{transform:rotate(90deg);height:20px}.gpt-products-grid{grid-template-columns:1fr;gap:18px}.gpt-product-image{height:auto;aspect-ratio:16/8}.gpt-product-body{padding:18px}.gpt-review-window{margin:0 -16px;padding-left:16px}.gpt-review-track article{width:260px}.gpt-news-preview{grid-template-columns:1fr;gap:16px}.gpt-news-cover{height:auto;aspect-ratio:16/8}.gpt-faq-layout{grid-template-columns:1fr;gap:18px}.gpt-faq-layout aside{padding:24px}.gpt-final-cta,.gpt-info-strip{margin:48px 0 0;padding:24px 20px;align-items:flex-start;flex-direction:column}.gpt-final-cta h2{font-size:25px}.gpt-final-cta>div:last-child{width:100%}.gpt-final-cta .gpt-btn{flex:1}
    .gpt-buy-layout,.gpt-checkout-layout,.gpt-query-layout,.gpt-news-layout,.gpt-article-layout{grid-template-columns:1fr;gap:20px}.gpt-buy-content{gap:20px}.gpt-buy-hero{grid-template-columns:1fr;padding:16px}.gpt-buy-image{aspect-ratio:16/10}.gpt-buy-summary h1{font-size:25px}.gpt-note-grid{grid-template-columns:1fr;gap:10px}.gpt-order-form-card{position:static;padding:18px}.gpt-mobile-buybar{position:fixed;left:0;right:0;bottom:60px;z-index:80;background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 25px rgba(7,21,47,.1);padding:9px 16px;display:flex;align-items:center;justify-content:space-between}.gpt-mobile-buybar strong{color:var(--red);font-size:20px}.gpt-order-steps{justify-content:space-between;margin:14px 0 22px}.gpt-order-step{flex-direction:column;gap:3px;font-size:10px;text-align:center}.gpt-order-step>span{width:25px;height:25px}.gpt-order-steps>i{margin:0 3px;min-width:8px}.gpt-order-card,.gpt-payment-summary,.gpt-qr-card,.gpt-delivery-card,.gpt-query-card,.gpt-help-card{padding:16px}.gpt-order-product{grid-template-columns:82px 1fr;gap:12px}.gpt-order-product img{width:82px;height:72px}.gpt-order-product>strong{grid-column:2}.gpt-order-product h2{font-size:17px}.gpt-data-rows>div{align-items:flex-start}.gpt-data-rows strong{text-align:right;overflow-wrap:anywhere;max-width:62%}.gpt-payment-summary{order:2}.gpt-qr-status{align-items:flex-start;gap:10px}.gpt-qr-box{width:min(270px,100%);height:auto;aspect-ratio:1}.gpt-qr-actions{flex-direction:column}.gpt-success-heading{align-items:flex-start;justify-content:flex-start;margin:16px 0 24px}.gpt-success-heading>span{width:50px;height:50px;flex:0 0 50px}.gpt-success-heading h1{font-size:23px}.gpt-key-row{align-items:stretch;flex-direction:column}.gpt-key-row>span{font-size:17px}.gpt-usage>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gpt-usage b{display:none}.gpt-query-layout{max-width:none}.gpt-error-card{padding:28px 16px}.gpt-error-card>div:last-child{flex-direction:column}
    .gpt-news-hero{padding:24px 18px;display:block}.gpt-news-hero h1{font-size:28px}.gpt-news-hero form{margin-top:18px}.gpt-news-hero .gpt-news-art{display:none}.gpt-news-filters{flex-wrap:nowrap;overflow-x:auto;margin:14px -16px 26px;padding:0 16px 5px}.gpt-news-filters a{white-space:nowrap;padding:7px 16px}.gpt-featured-grid{display:flex;overflow-x:auto;margin:0 -16px;padding:0 16px 6px;gap:14px}.gpt-featured-grid article,.gpt-featured-grid article.primary{flex:0 0 100%;display:block}.gpt-featured-grid .gpt-article-cover,.gpt-featured-grid .primary .gpt-article-cover{height:auto;aspect-ratio:16/8}.gpt-article-list{gap:18px}.gpt-article-list article{grid-template-columns:1fr;padding:12px;gap:12px}.gpt-list-cover{width:100%;height:auto;aspect-ratio:16/8}.gpt-article-list h3{font-size:18px;line-height:1.4;margin:5px 0}.gpt-article-list p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gpt-article-list small{font-size:12px;flex-wrap:wrap}.gpt-news-sidebar{gap:18px}.gpt-info-strip .gpt-btn{width:100%}.gpt-article{padding:16px}.gpt-article h1{font-size:26px}.gpt-article-meta{gap:8px;flex-wrap:wrap}.gpt-article-hero,.gpt-article-placeholder{height:auto;aspect-ratio:16/9}.gpt-article-content{font-size:15px}.gpt-article-content h2{font-size:21px}.gpt-article-cta{align-items:flex-start;flex-direction:column}.gpt-article-cta>div:last-child{width:100%;display:grid}.gpt-article-nav{flex-direction:column}.gpt-article-nav a{max-width:100%}.gpt-recommend{margin-top:32px}.gpt-recommend-grid{grid-template-columns:1fr;gap:14px}.gpt-topic-grid{grid-template-columns:1fr 1fr 1fr}
    .gpt-trust{padding:16px 0}.gpt-trust-grid{grid-template-columns:1fr 1fr;gap:14px}.gpt-trust-grid>div{justify-content:flex-start;border:0}.gpt-trust-grid .gpt-icon{width:30px;height:30px}.gpt-trust-grid small{font-size:11px}.gpt-footer{padding:28px 0 20px}.gpt-footer-grid{grid-template-columns:1fr 1fr;gap:26px 18px}.gpt-footer-grid>div:first-child{grid-column:1/-1}.gpt-copyright{margin-top:22px}.gpt-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:61px;z-index:90;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 18px rgba(7,21,47,.08)}.gpt-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#64748b;font-size:11px}.gpt-bottom-nav .gpt-icon{width:21px}.gpt-modal-dialog{padding:25px 18px}.gpt-toast-stack{left:16px;right:16px;top:12px}.gpt-toast{text-align:center}
}
.gpt-ai-console{position:absolute;inset:8px 20px 8px 4px;display:grid;grid-template-columns:190px minmax(0,1fr);overflow:hidden;border:1px solid rgba(135,161,198,.36);border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 25px 60px rgba(26,74,133,.18);backdrop-filter:blur(12px)}.gpt-ai-account{padding:14px;background:linear-gradient(180deg,#fff,#f8faff);border-right:1px solid #e8edf5}.gpt-ai-profile{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:8px;padding-bottom:10px;border-bottom:1px solid #edf0f5}.gpt-ai-profile>span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#ff9e42,#ed6f27);color:#fff;font-size:11px;font-weight:900}.gpt-ai-profile>div{display:flex;flex-direction:column;min-width:0;line-height:1.3}.gpt-ai-profile strong{font-size:12px;white-space:nowrap}.gpt-ai-profile small{color:#8a94a5;font-size:10px}.gpt-ai-profile>i{padding:2px 6px;border-radius:999px;background:#e9f8ef;color:#148448;font-size:9px;font-style:normal;font-weight:800;white-space:nowrap}.gpt-ai-usage-title{display:flex;align-items:center;justify-content:space-between;margin:10px 0 7px}.gpt-ai-usage-title span{font-size:12px;font-weight:800}.gpt-ai-usage-title small{color:#8a94a5;font-size:9px}.gpt-ai-usage{margin:8px 0}.gpt-ai-usage>div{display:flex;align-items:center;justify-content:space-between;font-size:10px}.gpt-ai-usage>div span{color:#758197}.gpt-ai-usage>i{height:4px;display:block;margin:5px 0 3px;overflow:hidden;border-radius:9px;background:#e7edf6}.gpt-ai-usage>i b{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#1584ff,#765dff)}.gpt-ai-usage>small{display:block;color:#9aa3b2;font-size:8px}.gpt-ai-feature{display:flex;align-items:center;gap:8px;margin-top:11px;padding:8px;border:1px solid #dfe9f8;border-radius:9px;background:#f3f7ff}.gpt-ai-feature>span{width:22px;height:22px;display:grid;place-items:center;border-radius:6px;background:var(--blue);color:#fff;font-weight:900}.gpt-ai-feature>div{display:flex;flex-direction:column;line-height:1.3}.gpt-ai-feature strong{font-size:10px}.gpt-ai-feature small{color:#7d899c;font-size:8px}.gpt-ai-workspace{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfcff)}.gpt-ai-grid{position:absolute;inset:0;background-image:radial-gradient(circle,#dae3f0 1px,transparent 1px);background-size:18px 18px;opacity:.48;mask-image:linear-gradient(to bottom,rgba(0,0,0,.25),transparent 66%)}.gpt-ai-workspace:before{content:"ChatGPT  /  Codex";position:absolute;top:18px;left:20px;color:#9ba6b7;font-size:11px;font-weight:800;letter-spacing:.8px}.gpt-ai-workspace:after{content:"更强大的 AI，随时为你工作";position:absolute;top:58px;left:50%;width:90%;transform:translateX(-50%);text-align:center;color:#1d2a42;font-size:16px;font-weight:800}.gpt-ai-prompt{position:absolute;left:18px;right:18px;bottom:16px;padding:12px;border:1px solid #dfe5ed;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(34,60,98,.1)}.gpt-ai-prompt>span{display:block;color:#a0a8b4;font-size:11px}.gpt-ai-prompt>div{display:flex;align-items:center;margin-top:11px;gap:8px}.gpt-ai-prompt button{width:25px;height:25px;padding:0;border:0;border-radius:50%;background:#eff4fb;color:#25324a;font-size:18px;line-height:1}.gpt-ai-prompt small{color:#748196;font-size:10px}.gpt-ai-prompt strong{margin-left:auto;color:#334057;font-size:10px}.gpt-ai-prompt i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#438eff,var(--blue));color:#fff;font-size:10px;font-style:normal}.gpt-ai-float{position:absolute;z-index:2;display:flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(210,224,243,.85);border-radius:9px;background:rgba(255,255,255,.95);box-shadow:0 12px 25px rgba(26,74,133,.13);font-size:10px;color:#32425d}.gpt-ai-float span{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#eaf3ff;color:var(--blue);font-size:11px}.gpt-ai-float-one{right:0;top:18px}.gpt-ai-float-two{right:3px;bottom:1px}.gpt-ai-float-two span{background:#fff0e7;color:#ee762d;font-weight:900}
@media(max-width:767px){.gpt-hero h1 em{display:inline}.gpt-hero-art{height:270px;margin-top:28px}.gpt-ai-console{inset:0;grid-template-columns:132px minmax(0,1fr);border-radius:14px}.gpt-ai-account{padding:10px}.gpt-ai-profile{grid-template-columns:26px 1fr;gap:6px}.gpt-ai-profile>span{width:26px;height:26px}.gpt-ai-profile>i{display:none}.gpt-ai-usage-title{margin-top:9px}.gpt-ai-usage-title small,.gpt-ai-usage>small{display:none}.gpt-ai-feature{padding:7px 6px;margin-top:10px}.gpt-ai-feature small{display:none}.gpt-ai-workspace:before{top:13px;left:12px;font-size:9px}.gpt-ai-workspace:after{top:54px;font-size:13px;line-height:1.4}.gpt-ai-prompt{left:10px;right:10px;bottom:12px;padding:10px}.gpt-ai-prompt>span{font-size:9px}.gpt-ai-prompt small{display:none}.gpt-ai-prompt strong{font-size:8px}.gpt-ai-float{display:none}}
.gpt-price-unit{margin-left:3px;font-size:.48em;font-weight:700;white-space:nowrap}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.gpt-review-track{animation:none}}
