:root{--paper:#f5f3ed;--paper-deep:#e9e6dc;--white:#fffdf8;--ink:#11231c;--muted:#6f7870;--line:#d9d9cf;--lime:#c9e66f;--lime-dark:#7a9f31;--coral:#ed6d4b;--peach:#f4c1ac;--sand:#e3cf91;--blue:#b9d4d4;--serif:Georgia, "Songti SC", "STSong", serif;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #ed6d4b59}img{max-width:100%;display:block}.responsive-picture{display:contents}.site-shell{min-height:100vh;overflow:hidden}.site-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;width:min(1280px,100% - 64px);height:86px;margin:0 auto;display:flex}.logo-button{color:inherit;background:0 0;border:0;padding:0}.brand-mark{white-space:nowrap;align-items:center;gap:10px;display:flex}.brand-mark img{object-fit:contain;width:34px;height:30px}.brand-mark span{font-family:var(--serif);letter-spacing:.02em;font-size:18px}.main-nav{align-items:center;gap:27px;margin-left:auto;display:flex}.main-nav button,.header-account{color:var(--muted);background:0 0;border:0;padding:8px 0;font-size:12px}.main-nav button:hover,.header-account:hover{color:var(--ink)}.header-actions{align-items:center;gap:14px;display:flex}.header-account{border:1px solid var(--ink);color:var(--ink);border-radius:99px;align-items:center;gap:9px;padding:10px 15px;display:flex}.header-account span{font-size:15px}.notice-bar{z-index:10;background:var(--ink);width:min(600px,100% - 40px);color:var(--white);border:1px solid #11231c1f;border-radius:12px;justify-content:space-between;align-items:center;gap:20px;padding:13px 16px;font-size:12px;display:flex;position:fixed;top:95px;left:50%;transform:translate(-50%);box-shadow:0 14px 35px #11231c2e}.notice-bar button{color:var(--white);background:0 0;border:0;font-size:20px;line-height:1}.eyebrow{color:var(--coral);letter-spacing:.15em;text-transform:uppercase;margin:0 0 16px;font-size:10px;font-weight:800}h1,h2,h3,p{margin-top:0}h1,h2{letter-spacing:-.045em}em{color:var(--coral);font-family:var(--serif);font-style:normal;font-weight:500}.button{border:1px solid #0000;border-radius:99px;justify-content:center;align-items:center;gap:12px;min-height:45px;padding:12px 19px;font-size:12px;font-weight:800;transition:transform .2s,background .2s,color .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button span{font-size:15px;line-height:1}.button-dark{background:var(--ink);color:var(--white)}.button-dark:hover{background:#263d32}.button-light{background:var(--white);color:var(--ink)}.button-light:hover{background:var(--lime)}.button-outline{border-color:var(--ink);color:var(--ink);background:0 0}.button-outline:hover{background:var(--ink);color:var(--white)}.text-button,.back-link{color:var(--ink);background:0 0;border:0;padding:0;font-size:12px}.text-button:hover,.back-link:hover{color:var(--coral)}.arrow-link{color:var(--ink);background:0 0;border:0;padding:0;font-size:11px;font-weight:800}.arrow-link:hover{color:var(--coral)}.operations-hero{border-bottom:1px solid var(--line);grid-template-columns:1.05fr .95fr;align-items:center;gap:90px;width:min(1280px,100% - 64px);margin:0 auto;padding:82px 0 72px;display:grid}.operations-hero h1{max-width:700px;margin-bottom:24px;font-size:clamp(53px,7vw,92px);font-weight:800;line-height:.98}.hero-lead{max-width:520px;color:var(--muted);margin-bottom:29px;font-size:15px;line-height:1.9}.hero-actions{flex-wrap:wrap;align-items:center;gap:11px;display:flex}.operation-board{border:1px solid var(--line);background:var(--white);border-radius:26px;padding:31px;box-shadow:20px 24px #c9e66f8c}.board-head{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding-bottom:22px;display:flex}.board-head span{color:var(--muted);font-size:11px}.board-head strong{font-family:var(--serif);font-size:22px;font-weight:500}.board-flow{justify-content:space-between;align-items:center;gap:8px;padding:25px 0;display:flex}.board-flow div{min-width:42px;color:var(--muted);flex-direction:column;align-items:center;gap:7px;display:flex}.board-flow div.active{color:var(--ink)}.board-flow div span{border:1px solid var(--line);border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;display:grid}.board-flow div.active span{border-color:var(--lime);background:var(--lime);color:var(--ink)}.board-flow div b{white-space:nowrap;font-size:10px;font-weight:500}.board-flow i{background:var(--line);flex:1;height:1px}.board-product{text-align:left;width:100%;color:var(--ink);border:0;border-radius:18px;grid-template-columns:84px 1fr auto;align-items:center;gap:16px;padding:15px;display:grid}.board-product.peach,.board-product.lime,.board-product.sand{background:var(--paper-deep)}.board-product:hover{filter:saturate(1.08)}.board-product-image{background:0 0;border-radius:13px;place-items:center;height:83px;display:grid;overflow:hidden}.board-product-image img{object-fit:contain;width:84%;height:84%}.board-product>div:nth-child(2){flex-direction:column;gap:7px;display:flex}.board-product span,.board-product small{color:#11231c9e;font-size:10px}.board-product strong{font-family:var(--serif);font-size:22px;font-weight:500}.board-product>b{font-size:22px;font-weight:400}.board-rule{color:var(--muted);grid-template-columns:auto auto 1fr;align-items:baseline;gap:12px;padding-top:24px;font-size:11px;display:grid}.board-rule strong{color:var(--ink)}.board-rule small{text-align:right;font-size:10px}.section{width:min(1280px,100% - 64px);margin:0 auto;padding:86px 0}.section-head{border-bottom:1px solid var(--line);grid-template-columns:1fr .62fr;align-items:end;gap:80px;margin-bottom:31px;padding-bottom:24px;display:grid}.section-name{letter-spacing:-.04em;margin:0;font-size:clamp(29px,3.5vw,45px);font-weight:800;line-height:1.08;display:block}.section-head>p{max-width:430px;color:var(--muted);margin:0;font-size:13px;line-height:1.8}.group-stats{gap:34px;margin-bottom:28px;display:flex}.group-stats div{align-items:baseline;gap:8px;display:flex}.group-stats strong{font-family:var(--serif);font-size:28px;font-weight:500}.group-stats span{color:var(--muted);font-size:10px}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{border:1px solid var(--line);background:var(--white);width:100%;color:var(--ink);text-align:left;border-radius:22px;padding:0;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.product-card:hover{transform:translateY(-5px);box-shadow:0 17px 30px #11231c17}.product-image{border-bottom:1px solid var(--line);background:var(--white);place-items:center;height:274px;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:contain;z-index:1;width:75%;height:75%;position:relative}.product-tag{z-index:2;background:var(--ink);color:var(--white);border-radius:99px;padding:7px 10px;font-size:10px;position:absolute;top:17px;left:17px}.product-card-body{padding:21px}.product-meta{color:var(--muted);justify-content:space-between;gap:10px;margin-bottom:11px;font-size:10px;display:flex}.product-meta span:last-child{color:var(--lime-dark)}.product-card h3{font-family:var(--serif);margin:0 0 7px;font-size:26px;font-weight:500}.product-card p{min-height:38px;color:var(--muted);margin:0;font-size:11px;line-height:1.7}.product-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:end;gap:14px;margin-top:24px;padding-top:18px;display:flex}.product-bottom>div:first-child{flex-direction:column;gap:5px;display:flex}.product-bottom span{color:var(--muted);font-size:10px}.product-bottom strong{color:var(--coral);font-family:var(--serif);font-size:29px;font-weight:500}.product-progress{width:135px}.product-progress>div:first-child{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.product-progress strong{color:var(--ink);font-family:var(--sans);font-size:16px}.meter{background:#11231c1c;border-radius:99px;height:5px;overflow:hidden}.meter span{border-radius:inherit;background:var(--coral);height:100%;display:block}.operations-section{padding-top:22px;padding-bottom:112px}.operations-panel{border:1px solid var(--line);background:var(--white);border-radius:22px;padding:26px}.operations-panel-head{border-bottom:1px solid var(--line);grid-template-columns:1fr .65fr;align-items:end;gap:60px;padding-bottom:19px;display:grid}.operations-panel-head>p{max-width:390px;color:var(--muted);margin:0;font-size:12px;line-height:1.8}.operations-content{grid-template-columns:1.25fr .75fr;gap:18px;padding-top:20px;display:grid}.operation-steps{border:1px solid var(--line);border-radius:15px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.operation-step{border:0;border-right:1px solid var(--line);min-height:145px;color:var(--ink);text-align:left;background:0 0;flex-direction:column;align-items:flex-start;padding:18px;display:flex}.operation-step:last-child{border-right:0}.operation-step:hover{background:var(--paper)}.operation-step>span{color:var(--coral);font-family:var(--serif);font-size:22px}.operation-step strong{margin-top:27px;font-size:14px}.operation-step small{color:var(--muted);margin-top:6px;font-size:10px}.operation-step b{color:var(--coral);align-self:flex-end;margin-top:auto;font-size:14px;font-weight:400}.entry-actions{gap:10px;display:grid}.entry-action{border-radius:15px;justify-content:space-between;align-items:center;gap:14px;min-height:68px;padding:15px 17px;display:flex}.entry-action>div{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.entry-action .eyebrow{margin:0;font-size:8px}.entry-action strong{font-family:var(--serif);font-size:20px;font-weight:500}.entry-action small{font-size:10px}.entry-action .button{white-space:nowrap;min-height:34px;padding:8px 12px;font-size:10px}.user-entry{background:var(--ink);color:var(--white)}.user-entry .eyebrow{color:#fffdf894}.user-entry p:not(.eyebrow){color:#fffdf8b8}.merchant-entry{background:var(--lime)}.merchant-entry .eyebrow{color:#11231c91}.merchant-entry p:not(.eyebrow){color:#11231cad}.page-frame{width:min(1280px,100% - 64px);min-height:calc(100vh - 86px);margin:0 auto;padding:43px 0 135px}.page-heading{border-bottom:1px solid var(--line);margin-bottom:48px;padding-bottom:31px}.page-heading .back-link{color:var(--muted);margin-bottom:38px;display:block}.page-heading .back-link:hover{color:var(--coral)}.page-heading h1{margin:0;font-size:clamp(48px,6vw,79px);line-height:.98}.product-detail{grid-template-columns:.9fr 1.1fr;align-items:start;gap:75px;display:grid}.detail-image{border:1px solid var(--line);background:var(--white);border-radius:26px;place-items:center;min-height:550px;display:grid;position:relative;overflow:hidden}.detail-image img{z-index:1;object-fit:contain;width:78%;height:78%;position:relative}.detail-content{padding:18px 0}.detail-content h2{margin:0 0 11px;font-size:clamp(45px,5vw,73px);line-height:.98}.detail-subtitle{color:var(--muted);margin-bottom:31px;font-size:14px}.price-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:20px;padding-bottom:23px;display:flex}.price-row span:first-child,.price-row div>span{color:var(--muted);font-size:10px;display:block}.price-row strong{color:var(--coral);font-family:var(--serif);margin-top:5px;font-size:43px;font-weight:500;display:block}.stock-badge{color:var(--lime-dark);border:1px solid #7a9f3159;border-radius:99px;padding:7px 11px;font-size:10px}.progress-block{border-bottom:1px solid var(--line);padding:24px 0}.progress-block>div:first-child{color:var(--muted);justify-content:space-between;margin-bottom:11px;font-size:12px;display:flex}.progress-block strong{color:var(--ink)}.progress-block small{color:var(--muted);margin-top:11px;font-size:11px;line-height:1.8;display:block}.detail-list{padding:15px 0 21px}.detail-list>div{grid-template-columns:54px 1fr;gap:13px;padding:9px 0;font-size:12px;display:grid}.detail-list span{color:var(--muted)}.detail-list strong{font-weight:500}.wide-button{width:100%}.detail-content .back-link{color:var(--muted);margin-top:18px;display:block}.checkout-layout{grid-template-columns:1.35fr .65fr;align-items:start;gap:20px;display:grid}.checkout-main{flex-direction:column;gap:20px;display:flex}.checkout-card,.form-card,.account-panel{border:1px solid var(--line);background:var(--white);border-radius:21px;padding:27px}.card-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:15px;padding-bottom:18px;font-size:14px;font-weight:800;display:flex}.card-title small{color:var(--muted);font-size:10px;font-weight:400}.checkout-product{grid-template-columns:74px 1fr auto;align-items:center;gap:15px;padding:20px 0;display:grid}.checkout-product img{object-fit:contain;background:0 0;border-radius:13px;width:74px;height:74px}.checkout-product div{flex-direction:column;gap:5px;display:flex}.checkout-product strong{font-family:var(--serif);font-size:21px;font-weight:500}.checkout-product span,.checkout-product small{color:var(--muted);font-size:11px}.checkout-product b{font-family:var(--serif);font-size:21px;font-weight:500}.quantity-row{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:18px;font-size:12px;display:flex}.quantity-control{align-items:center;gap:18px;display:flex}.quantity-control button{border:1px solid var(--line);background:0 0;border-radius:50%;width:27px;height:27px;font-size:17px;line-height:1}.quantity-control strong{font-size:13px}.field-label{color:var(--muted);flex-direction:column;gap:8px;font-size:11px;display:flex}.field-label input,.field-label select,.field-label textarea{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);resize:vertical;border-radius:10px;outline:none;padding:12px 13px;font-size:13px}.field-label input:focus,.field-label select:focus,.field-label textarea:focus{border-color:var(--coral);box-shadow:0 0 0 3px #ed6d4b1a}.field-tip,.form-footnote{color:var(--muted);margin:15px 0 0;font-size:11px;line-height:1.7}.agreement-check{color:var(--muted);align-items:center;gap:6px;margin:8px 0 15px;font-size:11px;line-height:1.6;display:flex}.agreement-check input{accent-color:var(--coral)}.agreement-check button{color:var(--coral);background:0 0;border:0;padding:0}.checkout-summary{background:var(--lime);border-radius:21px;padding:30px;position:sticky;top:24px}.checkout-summary h2{margin-bottom:34px;font-size:38px}.summary-line,.summary-total{justify-content:space-between;align-items:center;gap:15px;padding:12px 0;font-size:12px;display:flex}.summary-line{color:#11231ca6}.summary-total{border-top:1px solid #11231c3b;margin-top:15px;padding:22px 0;font-weight:800}.summary-total strong{font-family:var(--serif);font-size:27px;font-weight:500}.auth-layout,.merchant-layout,.complaint-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:90px;display:grid}.auth-intro,.merchant-intro,.complaint-intro{padding:25px 0}.auth-intro h2,.merchant-intro h2,.complaint-intro h2{margin-bottom:26px;font-size:clamp(42px,5vw,70px);line-height:1.02}.auth-intro>p:not(.eyebrow),.merchant-intro>p:not(.eyebrow),.complaint-intro>p:not(.eyebrow){max-width:410px;color:var(--muted);font-size:14px;line-height:1.9}.auth-points{border-top:1px solid var(--line);max-width:260px;color:var(--muted);flex-direction:column;gap:11px;margin-top:35px;padding-top:18px;font-size:11px;display:flex}.fake-account-card{border:1px solid var(--line);background:var(--white);border-radius:15px;flex-direction:column;gap:7px;max-width:280px;margin-top:22px;padding:17px;display:flex}.fake-account-card span,.fake-account-card small{color:var(--muted);font-size:10px}.fake-account-card strong{font-family:var(--serif);font-size:24px;font-weight:500}.fake-account-card button{color:var(--coral);background:0 0;border:0;align-self:flex-start;margin-top:6px;padding:0;font-size:11px;font-weight:800}.fake-account-card button span{color:inherit;font-size:14px}.form-card{flex-direction:column;gap:18px;display:flex}.mode-switch{border-bottom:1px solid var(--line);gap:25px;padding-bottom:14px;display:flex}.mode-switch button{color:var(--muted);background:0 0;border:0;padding:0;font-size:13px;font-weight:800}.mode-switch button.active{color:var(--ink);position:relative}.mode-switch button.active:after{content:"";background:var(--coral);height:2px;position:absolute;bottom:-15px;left:0;right:0}.form-card-header{border-bottom:1px solid var(--line);padding-bottom:18px}.form-card-header .eyebrow{margin-bottom:10px}.form-card-header h3{font-family:var(--serif);margin:0;font-size:29px;font-weight:500}.form-two-col{grid-template-columns:repeat(2,1fr);gap:15px;display:grid}.full-width{grid-column:1/-1}.merchant-steps{border-top:1px solid var(--line);max-width:350px;margin-top:42px}.merchant-steps>div{border-bottom:1px solid var(--line);align-items:center;gap:18px;padding:15px 0;display:flex}.merchant-steps span{color:var(--coral);font-family:var(--serif);font-size:20px}.merchant-steps strong{font-size:12px}.merchant-login-link{margin-top:22px}.submitted-card{border:1px solid var(--line);background:var(--white);border-radius:24px;max-width:720px;padding:55px}.success-mark{background:var(--lime);border-radius:50%;place-items:center;width:52px;height:52px;margin-bottom:30px;font-size:23px;font-weight:800;display:grid}.submitted-card h2{margin-bottom:20px;font-size:clamp(39px,5vw,63px);line-height:1.05}.submitted-card>p:not(.eyebrow),.submitted-form p{color:var(--muted);font-size:14px;line-height:1.9}.submitted-actions{align-items:center;gap:25px;margin-top:32px;display:flex}.application-status{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px;padding-top:18px;display:grid}.application-status span{color:var(--muted);font-size:11px}.application-status span:before{content:"○";margin-right:7px}.application-status .done,.application-status .active{color:var(--lime-dark)}.application-status .done:before{content:"✓"}.application-status .active:before{content:"●"}.merchant-auth-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:90px;display:grid}.merchant-console{max-width:980px}.console-top{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:25px;padding-bottom:28px;display:flex}.console-top h2{margin:0 0 8px;font-size:clamp(38px,4.5vw,62px)}.console-top p:not(.eyebrow){color:var(--muted);margin:0;font-size:12px}.console-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:25px;display:grid}.console-grid button{border:1px solid var(--line);background:var(--white);min-height:160px;color:var(--ink);text-align:left;border-radius:17px;flex-direction:column;align-items:flex-start;padding:20px;display:flex}.console-grid button:hover{border-color:var(--coral);transform:translateY(-3px)}.console-grid span,.console-grid small{color:var(--muted);font-size:10px}.console-grid strong{font-family:var(--serif);margin:auto 0 6px;font-size:26px;font-weight:500}.console-list{border-top:1px solid var(--line);margin-top:20px}.console-list>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:16px 0;font-size:12px;display:flex}.console-list span{color:var(--muted)}.console-list button{color:var(--coral);background:0 0;border:0;padding:0;font-size:11px}.account-layout{grid-template-columns:240px 1fr;align-items:start;gap:20px;display:grid}.account-sidebar{background:var(--ink);min-height:330px;color:var(--white);border-radius:21px;flex-direction:column;align-items:flex-start;gap:7px;padding:27px;display:flex}.account-avatar{background:var(--lime);width:55px;height:55px;color:var(--ink);font-family:var(--serif);border-radius:50%;place-items:center;margin-bottom:20px;font-size:26px;display:grid}.account-sidebar strong{font-family:var(--serif);font-size:23px;font-weight:500}.account-sidebar>span{color:#fffdf88c;font-size:11px}.account-stats{border-top:1px solid #fffdf833;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;margin-top:24px;padding-top:18px;display:grid}.account-stats div{flex-direction:column;gap:5px;display:flex}.account-stats strong{color:var(--lime);font-family:var(--serif);font-size:25px}.account-stats span{color:#fffdf88c;font-size:10px}.outline-button{color:var(--white);background:0 0;border:1px solid #fffdf859;border-radius:99px;margin-top:auto;padding:8px 14px;font-size:11px}.account-main{flex-direction:column;gap:20px;display:flex}.account-welcome{background:var(--lime);border-radius:21px;justify-content:space-between;align-items:center;gap:20px;padding:30px;display:flex}.account-welcome h2{margin:0 0 8px;font-size:37px}.account-welcome p:not(.eyebrow){color:#11231ca3;margin:0;font-size:12px}.account-welcome .eyebrow{color:#11231c8a;margin-bottom:12px}.account-grid{grid-template-columns:1.3fr .7fr;gap:20px;display:grid}.account-panel{min-height:250px}.empty-state{min-height:170px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:18px;font-size:12px;display:flex}.order-list{flex-direction:column;display:flex}.order-item{border-bottom:1px solid var(--line);grid-template-columns:55px 1fr auto;align-items:center;gap:14px;padding:17px 0;display:grid}.order-item:last-child{border-bottom:0}.order-item img{object-fit:contain;background:0 0;border-radius:12px;width:55px;height:55px}.order-item div{flex-direction:column;gap:5px;display:flex}.order-item strong{font-family:var(--serif);font-size:17px;font-weight:500}.order-item span,.order-item small{color:var(--muted);font-size:10px}.order-item small{color:var(--lime-dark)}.order-item b{color:var(--coral);font-family:var(--serif);font-size:18px;font-weight:500}.quick-panel{flex-direction:column;display:flex}.quick-panel button{border:0;border-bottom:1px solid var(--line);color:var(--ink);text-align:left;background:0 0;justify-content:space-between;padding:16px 0;font-size:11px;display:flex}.quick-panel button:hover{color:var(--coral)}.agreement-layout{grid-template-columns:240px 1fr;align-items:start;gap:55px;display:grid}.agreement-sidebar{border-top:1px solid var(--line);flex-direction:column;display:flex}.agreement-sidebar button{border:0;border-bottom:1px solid var(--line);color:var(--muted);text-align:left;background:0 0;justify-content:space-between;padding:17px 0;font-size:12px;display:flex}.agreement-sidebar button.active,.agreement-sidebar button:hover{color:var(--ink);font-weight:800}.agreement-paper{border:1px solid var(--line);background:var(--white);border-radius:23px;max-width:790px;padding:42px 48px}.agreement-paper h2{margin-bottom:19px;font-size:53px}.agreement-intro{border-bottom:1px solid var(--line);color:var(--muted);padding-bottom:28px;font-size:14px;line-height:1.9}.agreement-paper section{border-bottom:1px solid var(--line);padding:25px 0}.agreement-paper section h3{font-family:var(--serif);margin-bottom:12px;font-size:25px;font-weight:500}.agreement-paper section p{color:var(--muted);margin:0;font-size:13px;line-height:2}.agreement-date{color:var(--muted);padding-top:25px;font-size:10px}.hotline{border-left:3px solid var(--coral);background:var(--paper-deep);flex-direction:column;gap:7px;max-width:280px;margin:35px 0;padding:20px;display:flex}.hotline span,.hotline small{color:var(--muted);font-size:10px}.hotline strong{font-family:var(--serif);font-size:28px;font-weight:500}.submitted-form{justify-content:center;min-height:380px}.submitted-form h3{font-family:var(--serif);font-size:31px;font-weight:500}.about-layout{grid-template-columns:.9fr 1.1fr;align-items:start;gap:90px;display:grid}.about-lead h2{margin-bottom:25px;font-size:clamp(42px,5vw,69px);line-height:1.03}.about-lead>p:not(.eyebrow){max-width:440px;color:var(--muted);font-size:14px;line-height:1.9}.about-points{grid-template-columns:repeat(3,1fr);gap:13px;display:grid}.about-points article{border:1px solid var(--line);background:var(--white);border-radius:18px;min-height:240px;padding:22px}.about-points span{color:var(--coral);font-family:var(--serif);font-size:23px}.about-points h3{font-family:var(--serif);margin:43px 0 9px;font-size:22px;font-weight:500}.about-points p{color:var(--muted);margin:0;font-size:11px;line-height:1.8}.site-footer{background:var(--ink);color:var(--white);padding:58px max(32px,50% - 640px) 22px}.site-footer .brand-mark span{color:var(--white)}.footer-main{grid-template-columns:1.15fr 1.55fr .75fr;align-items:start;gap:65px;padding-bottom:57px;display:grid}.footer-main>div:first-child p{color:#fffdf894;max-width:260px;margin:17px 0 0;font-size:12px;line-height:1.8}.footer-links{grid-template-columns:repeat(3,1fr);gap:25px;display:grid}.footer-links div{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-links span{color:var(--lime);letter-spacing:.08em;margin-bottom:8px;font-size:10px}.footer-links button{color:#fffdf8b3;background:0 0;border:0;padding:0;font-size:11px}.footer-links button:hover{color:var(--lime)}.footer-contact{flex-direction:column;gap:8px;display:flex}.footer-contact span,.footer-contact small{color:#fffdf880;font-size:10px}.footer-contact strong{font-family:var(--serif);font-size:25px;font-weight:500}.footer-bottom{color:#fffdf86e;border-top:1px solid #fffdf829;justify-content:space-between;gap:18px;padding-top:19px;font-size:10px;display:flex}.footer-bottom a{color:var(--white);text-decoration:none}.footer-bottom button{color:inherit;background:0 0;border:0;padding:0}.footer-bottom a:hover,.footer-bottom button:hover{color:var(--lime)}@media (width<=1050px){.operations-hero{gap:45px}.main-nav{gap:15px}.footer-main{grid-template-columns:1fr 1.5fr}.footer-contact{grid-column:1/-1}}@media (width<=900px){.site-header,.operations-hero,.section,.page-frame{width:min(100% - 40px,680px)}.site-header{height:76px}.main-nav{display:none}.operations-hero{grid-template-columns:1fr;padding-top:58px}.operation-board{box-shadow:12px 14px #c9e66f8c}.section-head,.operations-panel-head,.operations-content,.about-layout{grid-template-columns:1fr;gap:23px}.product-detail,.checkout-layout,.auth-layout,.merchant-layout,.merchant-auth-layout,.complaint-layout{grid-template-columns:1fr;gap:38px}.checkout-summary{position:static}.account-layout,.agreement-layout{grid-template-columns:1fr;gap:25px}.account-sidebar{min-height:auto}.account-stats{max-width:260px}.agreement-sidebar{grid-template-columns:repeat(2,1fr);column-gap:20px;display:grid}.agreement-paper{padding:31px}.about-points{grid-template-columns:repeat(3,1fr)}.console-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.site-header,.operations-hero,.section,.page-frame{width:min(100% - 28px,500px)}.header-account{padding:9px 11px;font-size:11px}.brand-mark span{font-size:16px}.operations-hero{padding-top:45px;padding-bottom:51px}.operations-hero h1{font-size:49px}.hero-lead{font-size:13px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.operation-board{padding:20px}.board-flow{gap:3px}.board-flow div b{font-size:9px}.board-product{grid-template-columns:65px 1fr auto;gap:10px;padding:11px}.board-product-image{height:65px}.board-product strong{font-size:17px}.board-rule{grid-template-columns:1fr 1fr;gap:5px}.board-rule small{text-align:left;grid-column:1/-1}.section{padding:62px 0}.section-head .section-name{font-size:36px}.group-stats{gap:22px}.product-grid{grid-template-columns:1fr}.operation-steps{grid-template-columns:repeat(2,1fr)}.operation-step:nth-child(2){border-right:0}.operation-step:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-image{height:245px}.page-frame{padding-top:32px;padding-bottom:90px}.page-heading{margin-bottom:34px}.page-heading h1{font-size:48px}.detail-image{min-height:370px}.detail-content h2{font-size:48px}.checkout-product{grid-template-columns:60px 1fr auto;gap:10px}.checkout-product img{width:60px;height:60px}.checkout-product strong{font-size:17px}.form-two-col{grid-template-columns:1fr}.full-width{grid-column:auto}.submitted-card,.agreement-paper{padding:27px 22px}.submitted-actions{flex-direction:column;align-items:flex-start;gap:17px}.agreement-sidebar{grid-template-columns:1fr}.agreement-paper h2{font-size:43px}.about-points{grid-template-columns:1fr}.about-points article{min-height:auto}.about-points h3{margin-top:24px}.footer-main{grid-template-columns:1fr;gap:35px}.footer-links{grid-template-columns:repeat(2,1fr);row-gap:30px}.footer-contact{grid-column:auto}.footer-bottom{flex-direction:column;align-items:flex-start}.site-footer{padding-left:20px;padding-right:20px}.console-top{flex-direction:column;align-items:flex-start}.console-grid{grid-template-columns:1fr 1fr}.application-status{grid-template-columns:1fr;gap:9px}}
