:root{--forest:#143f34;--forest-deep:#0d2f27;--cream:#f7f3e9;--paper:#fff;--saffron:#ef9b1a;--saffron-soft:#fff1cf;--ink:#17231f;--muted:#6a746e;--line:#dfe4df;--danger:#ae2f2f;--success:#168755;--shadow:0 24px 70px rgba(20,63,52,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);-webkit-font-smoothing:antialiased}
a{color:inherit}button,input,select,textarea{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header,.admin-header{height:82px;padding:0 clamp(22px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(20,63,52,.1);position:relative;z-index:20}
.brand{display:inline-flex;align-items:center;text-decoration:none;color:var(--forest)}
.brand>img{display:block;width:auto;height:42px;object-fit:contain}
.brand span{font-weight:900;letter-spacing:-.05em;font-size:26px}.brand small{font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px;color:var(--saffron)}
.secure-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750;color:var(--forest)}
.secure-label span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e3f6ea;color:var(--success)}
.checkout-hero{min-height:480px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);align-items:center;gap:48px;padding:70px max(5vw,calc((100vw - 1250px)/2));overflow:hidden;background:radial-gradient(circle at 74% 47%,#ffefbb 0 17%,transparent 39%),linear-gradient(135deg,#f9f6ee 0%,#f5edda 100%)}
.eyebrow{margin:0 0 12px;color:#a35f08;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:850}
.checkout-hero h1{font-size:clamp(48px,6vw,86px);line-height:.91;letter-spacing:-.07em;margin:0;max-width:700px;color:var(--forest-deep)}
.checkout-hero h1 span{color:var(--saffron)}
.checkout-hero>div:first-child>p:not(.eyebrow){max-width:650px;font-size:18px;line-height:1.65;color:var(--muted);margin:28px 0}
.hero-points{display:flex;gap:14px;flex-wrap:wrap}
.hero-points span{display:flex;align-items:center;gap:8px;font-weight:730;font-size:13px;background:rgba(255,255,255,.75);border:1px solid rgba(20,63,52,.12);padding:10px 13px;border-radius:999px}
.hero-points b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--forest);color:white;font-size:11px}
.product-orbit{min-height:350px;display:grid;place-items:center;position:relative}
.product-orbit .orbit-circle{position:absolute;width:min(34vw,390px);height:min(34vw,390px);border:1px solid rgba(20,63,52,.18);border-radius:50%;box-shadow:inset 0 0 0 55px rgba(255,255,255,.25)}
.product-orbit img{position:relative;width:auto;height:390px;object-fit:contain;filter:drop-shadow(0 28px 26px rgba(88,67,20,.22))}
.product-orbit>span{position:absolute;right:2%;top:12%;padding:12px 17px;border-radius:15px;background:#fff;font-weight:800;font-size:12px;line-height:1.35;color:var(--forest);box-shadow:var(--shadow)}
.checkout-shell{width:min(1260px,92vw);margin:70px auto 100px;display:grid;grid-template-columns:minmax(0,1fr) 365px;gap:42px;align-items:start}
.section-title h2,.form-section-heading h2,.order-summary h2{margin:0;font-size:clamp(25px,3vw,38px);letter-spacing:-.04em;color:var(--forest-deep)}
.kit-selector{border:0;padding:0;margin:24px 0 42px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.kit-card{position:relative;min-height:105px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:13px;padding:18px;border:1.5px solid var(--line);background:#fff;border-radius:20px;cursor:pointer;transition:.2s ease}
.kit-card:hover{transform:translateY(-2px);border-color:#aebdb5}.kit-card[data-selected=true]{border-color:var(--forest);box-shadow:0 14px 34px rgba(20,63,52,.1);background:linear-gradient(145deg,#fff,#f4faf6)}
.kit-card input{position:absolute;opacity:0;pointer-events:none}
.radio-mark{width:22px;height:22px;border-radius:50%;border:1.5px solid #bec8c1;background:white;display:grid;place-items:center}.kit-card[data-selected=true] .radio-mark{border:7px solid var(--forest)}
.kit-copy,.kit-price{display:flex;flex-direction:column;gap:5px}.kit-copy strong{font-size:17px}.kit-copy small,.kit-price small{color:var(--muted);font-size:12px}.kit-price{text-align:right}.kit-price strong{font-size:20px;color:var(--forest)}
.checkout-form{display:flex;flex-direction:column;gap:26px}
.form-section{padding:30px;border-radius:26px;background:var(--paper);border:1px solid var(--line);box-shadow:0 14px 44px rgba(20,63,52,.055)}
.form-section-heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:25px}.form-section-heading>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;background:var(--saffron-soft);color:#9b5b08;font-weight:900;font-size:12px}.form-section-heading h2{font-size:25px}.form-section-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}
.field-grid{display:grid;gap:17px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.field.full{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:7px}.field>span,.auth-form label>span,.action-form label>span{font-size:12px;font-weight:750;color:#435049}.field em{font-style:normal;font-weight:500;color:#89918c}
.field input,.field select,.auth-form input,.action-form input,.action-form textarea{width:100%;min-height:49px;border:1px solid #d5ddd7;border-radius:12px;padding:0 14px;color:var(--ink);background:#fbfcfb;outline:0;transition:.18s ease}.field select{appearance:auto}.field input:focus,.field select:focus,.auth-form input:focus,.action-form input:focus,.action-form textarea:focus{border-color:var(--forest);box-shadow:0 0 0 3px rgba(20,63,52,.1);background:white}.field small,.field-error{color:var(--danger);font-size:11px;margin:0}
.address-grid{grid-template-columns:1fr 2fr .7fr}.address-grid .complement{grid-column:1/3}.address-grid .district{grid-column:3}.address-grid .city{grid-column:1/3}
.contract-preview{padding:18px 20px;background:#f8f6ef;border:1px solid #e7e2d5;border-radius:16px;margin-bottom:18px}.contract-preview h3{font-size:14px;margin:0 0 9px}.contract-preview ul{margin:0;padding-left:18px;color:#59645e;font-size:13px;line-height:1.75}
.check-row{display:flex;align-items:flex-start;gap:11px;margin:13px 0;color:#445149;font-size:13px;line-height:1.5;cursor:pointer}.check-row input{width:19px;height:19px;accent-color:var(--forest);margin-top:1px;flex:0 0 auto}.inline-button{border:0;padding:0;background:none;color:var(--forest);font-weight:750;text-decoration:underline;cursor:pointer}
.submit-order{min-height:67px;border:0;border-radius:18px;background:linear-gradient(135deg,#173f34,#0b2f27);color:white;padding:12px 14px 12px 22px;display:grid;grid-template-columns:1fr 48px;align-items:center;text-align:left;box-shadow:0 20px 40px rgba(20,63,52,.2);cursor:pointer;transition:.2s ease}.submit-order:hover{transform:translateY(-2px);box-shadow:0 25px 48px rgba(20,63,52,.25)}.submit-order span,.submit-order small{grid-column:1;display:block}.submit-order span{font-size:17px;font-weight:850}.submit-order small{font-size:11px;color:rgba(255,255,255,.68);margin-top:2px}.submit-order b{grid-column:2;grid-row:1/3;display:grid;place-items:center;background:var(--saffron);color:var(--forest-deep);width:45px;height:45px;border-radius:14px;font-size:24px}
.form-legal{margin:0;text-align:center;color:var(--muted);font-size:11px;line-height:1.6}.mobile-order-total{display:none}
.order-summary{position:sticky;top:25px;padding:28px;border:1px solid var(--line);border-radius:28px;background:white;box-shadow:var(--shadow)}
.order-summary h2{font-size:30px}.summary-product{display:flex;align-items:center;gap:16px;padding:24px 0;border-bottom:1px solid var(--line)}.summary-product img{width:80px;height:115px;object-fit:contain;background:#fbf2db;border-radius:16px}.summary-product div{display:flex;flex-direction:column;gap:5px}.summary-product strong{font-size:17px}.summary-product span,.summary-product small{color:var(--muted);font-size:12px}
.summary-line,.summary-total{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 0;color:var(--muted);font-size:13px}.summary-line small{max-width:140px;text-align:right}.summary-total{border-top:1px solid var(--line);font-weight:800;color:var(--ink)}.summary-total strong{font-size:24px;color:var(--forest)}
.summary-mode{display:flex;align-items:center;gap:11px;background:#e8f7ee;border:1px solid #bce6ce;padding:14px;border-radius:15px;margin-top:10px}.summary-mode>span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--success);color:white;font-weight:900}.summary-mode div{display:flex;flex-direction:column;gap:3px}.summary-mode strong{font-size:13px;color:#155638}.summary-mode small{font-size:10px;color:#4e7761}.pay-now-link{display:block;text-align:center;margin-top:18px;color:var(--forest);font-size:12px;font-weight:730}
.simple-footer{padding:28px 5vw;background:var(--forest-deep);color:rgba(255,255,255,.58);display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.simple-footer p{margin:0}.simple-footer a{color:white;text-decoration:none;font-weight:750}
.terms-dialog{width:min(650px,calc(100vw - 30px));border:0;border-radius:24px;padding:0;box-shadow:0 30px 100px rgba(0,0,0,.28);color:var(--ink)}.terms-dialog::backdrop{background:rgba(6,25,20,.65);backdrop-filter:blur(4px)}.dialog-header{display:flex;align-items:center;justify-content:space-between;padding:22px 25px;border-bottom:1px solid var(--line)}.dialog-header h2{margin:0}.dialog-header button{border:0;background:#f0f3f1;width:36px;height:36px;border-radius:50%;font-size:23px;cursor:pointer}.dialog-copy{padding:10px 25px;color:#53615a;line-height:1.65}.dialog-confirm{margin:0 25px 25px;width:calc(100% - 50px);min-height:48px;border:0;border-radius:12px;background:var(--forest);color:white;font-weight:800;cursor:pointer}
.centered-flow{min-height:calc(100vh - 160px);display:grid;place-items:center;padding:60px 20px;background:radial-gradient(circle at 50% 20%,#fff5d8,transparent 35%)}.flow-card{width:min(560px,100%);background:white;border:1px solid var(--line);border-radius:28px;padding:clamp(28px,6vw,50px);box-shadow:var(--shadow);text-align:center}.flow-card h1{font-size:clamp(34px,6vw,54px);letter-spacing:-.055em;line-height:1;margin:12px 0 20px;color:var(--forest-deep)}.flow-card>p{color:var(--muted);line-height:1.65}.flow-icon{display:grid;place-items:center;margin:0 auto 20px;width:64px;height:64px;border-radius:20px;background:var(--saffron-soft);color:#965a0c;font-size:27px;font-weight:900}.manual-notice{display:flex;flex-direction:column;gap:5px;text-align:left;padding:15px;border-radius:14px;background:#eff7f2;margin:25px 0}.manual-notice strong{font-size:13px;color:var(--forest)}.manual-notice span{font-size:11px;color:var(--muted)}.form-alert{padding:13px 15px;border-radius:12px;background:#fff0f0;color:#8d2929;font-size:13px;margin:17px 0}.otp-form label,.auth-form label{display:flex;flex-direction:column;gap:7px;text-align:left}.otp-form label span{font-size:12px;font-weight:750}.otp-form input{width:100%;height:68px;border:1px solid #ced8d1;border-radius:14px;text-align:center;font-size:30px;letter-spacing:.3em;font-weight:850;color:var(--forest);outline:0}.otp-form .submit-order{width:100%;margin-top:14px}.support-line{font-size:12px!important}.support-line a{color:var(--forest);font-weight:800}
.status-page{width:min(1160px,92vw);margin:70px auto 100px}.status-heading{text-align:center;max-width:720px;margin:0 auto 50px}.status-heading h1{font-size:clamp(38px,6vw,72px);line-height:1;letter-spacing:-.06em;margin:10px 0;color:var(--forest-deep)}.status-heading>p:last-child{color:var(--muted)}.status-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.timeline-card,.status-order-card{background:white;border:1px solid var(--line);border-radius:27px;padding:30px;box-shadow:0 18px 55px rgba(20,63,52,.08)}.timeline-step{position:relative;display:grid;grid-template-columns:44px 1fr;gap:16px;padding-bottom:33px;opacity:.42}.timeline-step:last-child{padding-bottom:0}.timeline-step:before{content:"";position:absolute;left:21px;top:43px;bottom:1px;width:2px;background:#dfe4df}.timeline-step:last-child:before{display:none}.timeline-step>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:2px solid #d8dfda;background:white;font-weight:850}.timeline-step>div{display:flex;flex-direction:column;gap:5px;padding-top:3px}.timeline-step strong{font-size:15px}.timeline-step small{color:var(--muted)}.timeline-step.is-complete{opacity:1}.timeline-step.is-complete>span{background:var(--forest);border-color:var(--forest);color:white}.timeline-step.is-complete:before{background:var(--forest)}.timeline-step.is-current>div strong{color:var(--saffron)}.status-order-card h2{margin:0 0 22px}.status-order-card>div{display:flex;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid var(--line);font-size:13px}.status-order-card>div span{color:var(--muted)}.status-action,.contract-link{display:block;text-align:center;padding:14px 18px;border-radius:13px;background:var(--forest);color:white;text-decoration:none;font-weight:800;font-size:13px;margin-top:18px}.payment-action{background:var(--saffron);color:var(--forest-deep)}.contract-link{background:transparent;border:1px solid var(--forest);color:var(--forest);margin-top:9px}
.flash{max-width:1180px;margin:20px auto;padding:13px 17px;border-radius:12px;font-size:13px;font-weight:700}.flash-success{background:#e6f7ed;color:#16613d}
/* Admin */
.admin-body{background:#f3f5f3}.admin-header{position:sticky;top:0;box-shadow:0 3px 18px rgba(20,63,52,.06)}.admin-header nav{display:flex;align-items:center;gap:20px;font-size:13px}.admin-header nav>a{font-weight:800;text-decoration:none}.admin-header nav>span{color:var(--muted)}.admin-header form{margin:0}.admin-header button{border:0;background:none;color:var(--danger);font-weight:800;cursor:pointer}.admin-page{width:min(1240px,94vw);margin:50px auto 90px}.admin-heading{display:flex;align-items:end;justify-content:space-between;gap:25px}.admin-heading h1,.order-detail-heading h1{font-size:clamp(40px,6vw,68px);letter-spacing:-.06em;line-height:.95;margin:0;color:var(--forest-deep)}.admin-heading>p{max-width:420px;color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:35px 0}.stat-grid a{text-decoration:none;background:white;border:1px solid var(--line);border-radius:19px;padding:21px;display:flex;align-items:center;justify-content:space-between;transition:.18s ease}.stat-grid a:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(20,63,52,.08)}.stat-grid span{color:var(--muted);font-size:12px;font-weight:700}.stat-grid strong{font-size:29px;color:var(--forest)}.filter-row{display:flex;gap:8px;overflow-x:auto;padding:3px 0 13px}.filter-row a{white-space:nowrap;text-decoration:none;padding:9px 12px;border-radius:999px;background:white;border:1px solid var(--line);font-size:11px;font-weight:750;color:#58645e}.filter-row a.active{background:var(--forest);border-color:var(--forest);color:white}.orders-table-wrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:21px;box-shadow:0 15px 45px rgba(20,63,52,.06)}.orders-table{width:100%;border-collapse:collapse;min-width:920px}.orders-table th,.orders-table td{text-align:left;padding:16px 18px;border-bottom:1px solid #edf0ed;font-size:12px}.orders-table th{background:#fafbfa;color:#728078;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.orders-table td strong{color:var(--forest)}.status-pill{display:inline-block;padding:7px 10px;border-radius:999px;background:#eef1ef;color:#526159;font-size:10px;font-weight:800;white-space:nowrap}.status-pending_otp{background:#fff2d5;color:#8d590c}.status-pending_review{background:#e8efff;color:#285b9f}.status-approved,.status-ready_to_ship{background:#e4f5eb;color:#18704a}.status-shipped{background:#e1f5f7;color:#0c6971}.status-delivered{background:#fff0d7;color:#875009}.status-paid{background:#d9f4e2;color:#0d6b40}.status-rejected,.status-cancelled{background:#f6e4e4;color:#9a3333}.table-link{color:var(--forest);font-weight:850;text-decoration:none}.empty-cell{text-align:center!important;color:var(--muted);padding:40px!important}.back-link{display:inline-block;margin-bottom:25px;color:var(--forest);font-size:12px;font-weight:800;text-decoration:none}.order-detail-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;padding-bottom:28px;border-bottom:1px solid #dbe1dc}.order-detail-heading .status-pill{margin-top:14px}.order-value{text-align:right;display:flex;flex-direction:column}.order-value small,.order-value span{color:var(--muted);font-size:11px}.order-value strong{font-size:31px;color:var(--forest);margin:3px 0}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px;margin-top:25px;align-items:start}.detail-main,.detail-sidebar{display:flex;flex-direction:column;gap:18px}.panel-card{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 10px 35px rgba(20,63,52,.04)}.panel-card h2{margin:0 0 18px;font-size:20px;letter-spacing:-.025em}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-heading>span{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.priority-card{border-color:#edbd66;background:linear-gradient(145deg,#fff,#fff8e9)}.otp-code{font-size:28px!important;letter-spacing:.12em!important;color:var(--forest)!important}.priority-card>p{color:var(--muted);font-size:13px}.priority-card>small{display:block;margin-top:13px;color:var(--muted)}.admin-primary-action,.admin-secondary-action,.admin-danger-action,.admin-link-action{display:block;width:100%;border:0;border-radius:12px;min-height:46px;padding:12px 15px;text-align:center;text-decoration:none;font-size:12px;font-weight:850;cursor:pointer;margin-top:10px}.admin-primary-action{background:var(--forest);color:white}.admin-secondary-action{background:white;color:var(--forest);border:1px solid var(--forest)}.admin-danger-action{background:#fff0f0;color:var(--danger);border:1px solid #efc6c6}.admin-link-action{background:transparent;color:var(--danger);text-decoration:underline}.inline-form{margin:0}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin:0}.info-grid .full{grid-column:1/-1}.info-grid dt,.evidence-list dt{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:800}.info-grid dd,.evidence-list dd{margin:5px 0 0;font-size:13px;line-height:1.55}.evidence-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;margin:0}.hash-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px!important;word-break:break-all;color:#53615a}.event-list{display:flex;flex-direction:column}.event-list>div{display:grid;grid-template-columns:15px 1fr;gap:11px;padding-bottom:20px}.event-list>div>span{width:10px;height:10px;border-radius:50%;background:var(--saffron);margin-top:4px;box-shadow:0 0 0 4px #fff2d9}.event-list>div>div{display:flex;flex-direction:column;gap:5px}.event-list strong{text-transform:capitalize;font-size:12px}.event-list small{color:var(--muted);font-size:10px}.sticky-actions{position:sticky;top:105px}.action-form{display:flex;flex-direction:column;gap:11px}.action-form label{display:flex;flex-direction:column;gap:5px}.action-form textarea{padding:12px;resize:vertical}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:35px 20px;background:radial-gradient(circle at 50% 15%,#ffefbd,transparent 28%),var(--cream)}.auth-brand{text-align:center;margin-bottom:-50px;z-index:1}.auth-brand span{display:block;font-size:28px;font-weight:950;letter-spacing:-.055em;color:var(--forest)}.auth-brand small{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#9a610e}.auth-card{width:min(470px,100%);background:white;border:1px solid var(--line);border-radius:25px;padding:40px;box-shadow:var(--shadow)}.auth-card h1{font-size:38px;line-height:1;letter-spacing:-.05em;margin:10px 0 14px;color:var(--forest-deep)}.auth-card>p{color:var(--muted);font-size:13px;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:15px;margin-top:25px}.auth-form .submit-order{margin-top:5px;width:100%}
@media(max-width:900px){.checkout-hero{grid-template-columns:1fr;gap:15px;padding-top:55px}.checkout-hero>div:first-child{text-align:center}.checkout-hero>div:first-child>p:not(.eyebrow){margin-left:auto;margin-right:auto}.hero-points{justify-content:center}.product-orbit{min-height:330px}.product-orbit .orbit-circle{width:330px;height:330px}.product-orbit img{height:340px}.checkout-shell{grid-template-columns:1fr}.order-summary{position:static;grid-row:1}.status-grid,.detail-layout{grid-template-columns:1fr}.stat-grid{grid-template-columns:repeat(2,1fr)}.sticky-actions{position:static}}
@media(max-width:640px){.site-header,.admin-header{height:68px;padding:0 18px}.brand>img{height:34px}.brand span{font-size:22px}.secure-label{font-size:0}.secure-label span{font-size:13px}.checkout-hero{min-height:auto;padding:43px 20px 38px}.checkout-hero h1{font-size:50px}.checkout-hero>div:first-child>p:not(.eyebrow){font-size:15px;margin:20px 0}.hero-points{gap:7px}.hero-points span{font-size:10px;padding:8px}.product-orbit{min-height:300px}.product-orbit .orbit-circle{width:280px;height:280px;box-shadow:inset 0 0 0 40px rgba(255,255,255,.25)}.product-orbit img{height:305px}.product-orbit>span{right:0}.checkout-shell{width:min(100% - 24px,600px);margin:42px auto 70px;gap:22px}.order-summary{padding:20px;border-radius:22px}.summary-product{padding:17px 0}.summary-product img{height:90px}.kit-selector{grid-template-columns:1fr;margin-bottom:27px}.kit-card{min-height:82px;padding:13px 14px}.kit-price strong{font-size:18px}.form-section{padding:21px 17px;border-radius:20px}.form-section-heading h2{font-size:21px}.two-columns,.address-grid{grid-template-columns:1fr}.field.full,.address-grid .complement,.address-grid .district,.address-grid .city{grid-column:1}.mobile-order-total{display:flex;align-items:center;justify-content:space-between;padding:0 5px}.mobile-order-total span{font-size:12px;color:var(--muted)}.mobile-order-total strong{font-size:23px;color:var(--forest)}.simple-footer{flex-direction:column;text-align:center}.status-page{margin:45px auto 70px}.status-heading{margin-bottom:30px}.timeline-card,.status-order-card{padding:20px}.admin-header nav>span,.admin-header nav>a{display:none}.admin-page{margin-top:30px}.admin-heading,.order-detail-heading{align-items:flex-start;flex-direction:column}.admin-heading>p{margin:0}.stat-grid{gap:8px;margin:25px 0}.stat-grid a{padding:15px;align-items:flex-start;flex-direction:column}.order-value{text-align:left}.panel-card{padding:19px}.info-grid,.evidence-list{grid-template-columns:1fr}.info-grid .full{grid-column:1}.auth-card{padding:29px 21px}.auth-brand{margin-bottom:-25px}.otp-code{font-size:22px!important}.panel-heading{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
