@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
:root{--bg:#f2f6ff;--bg-deep:#dbe7fb;--surface:#fdfefe;--surface-2:#f4f8ff;--ink:#18223d;--muted:#56627e;--line:#d8e2f4;--accent:#2877e3;--accent-dark:#1e5fc4;--highlight:#2d5bff;--shadow:0 14px 36px #1f21371f}*{box-sizing:border-box}body{color:var(--ink);background:radial-gradient(circle at 10% 8%,#deecff 0%,transparent 34%),radial-gradient(circle at 88% 16%,#e4f0ff 0%,transparent 32%),radial-gradient(circle at 14% 86%,#d4e4ff 0%,transparent 34%),var(--bg);min-height:100vh;margin:0;font-family:Space Grotesk,Segoe UI,sans-serif}.container{width:min(1080px,92vw);margin:0 auto}.top-strip{color:#fff;text-align:center;letter-spacing:.02em;background:linear-gradient(90deg,#18316f,#245fc4);padding:8px 12px;font-size:.82rem}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#f2f6ffd1;position:sticky;top:0}.nav-wrap{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;min-height:64px;display:flex}.brand{letter-spacing:.03em;color:var(--ink);text-transform:uppercase;align-items:center;gap:10px;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo{object-fit:cover;border-radius:4px;width:46px;height:30px}nav{flex-wrap:wrap;gap:18px;display:flex}nav a,.btn-link{color:var(--ink);border:1px solid #0000;border-radius:999px;padding:8px 12px;font-weight:500;text-decoration:none;transition:border-color .2s,background-color .2s}.cart-link{align-items:center;gap:8px;display:inline-flex}.cart-count{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.75rem;font-weight:700;line-height:1;display:inline-grid}nav a:hover,.btn-link:hover{border-color:var(--line);background:#fff9}main{padding:30px 0 54px}.stack{gap:22px;display:grid}.eyebrow{color:var(--highlight);text-transform:uppercase;letter-spacing:.04em;border:1px solid #2d5bff40;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:600;display:inline-flex}.hero{box-shadow:var(--shadow);background:linear-gradient(135deg,#ffffffe6,#ffffff8f),linear-gradient(142deg,#edf5ff,#f5f9ff);border:1px solid #2d5bff24;border-radius:20px;padding:22px}.hero h1{max-width:920px;margin:0 0 8px;font-size:clamp(1.68rem,3.8vw,2.55rem);line-height:1.08}.hero p{color:var(--muted);max-width:680px;margin:0;font-size:.98rem}.hero-points{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.hero-points span{border:1px solid var(--line);background:#fffc;border-radius:999px;padding:5px 10px;font-size:.78rem}.panel{background:linear-gradient(180deg,#fffffff0,#f4f8fff5),var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px}.grid-3,.grid-4{gap:12px;display:grid}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}label{color:var(--muted);gap:6px;font-weight:500;display:grid}select,input,textarea,button{font:inherit;border:1px solid var(--line);border-radius:12px;padding:10px 12px}select:focus,input:focus,textarea:focus{outline-offset:1px;border-color:#2d5bff59;outline:2px solid #2d5bff40}button{background:linear-gradient(120deg,var(--accent),#4e8ff1);color:#fff;cursor:pointer;letter-spacing:.01em;border:0;font-weight:600;transition:transform .18s,box-shadow .18s}button:hover{background:linear-gradient(120deg,var(--accent-dark),#2f7ae6);transform:translateY(-1px);box-shadow:0 10px 24px #e1503247}button.ghost{border:1px solid var(--line);color:var(--ink);background:#ffffffa6}.place-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:14px;display:grid}.list-header{justify-content:space-between;align-items:center;display:flex}.list-header h2{margin:0}.list-header p{color:var(--muted);margin:0}.cart-progress{background:linear-gradient(115deg,#edf5ff,#f4f8ff);border:1px solid #cad9f3;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.cart-progress p{margin:0;font-weight:600}.cart-progress-actions{align-items:center;gap:10px;display:flex}.cart-progress-primary{background:var(--ink);color:#fff;border-radius:999px;padding:8px 12px;font-weight:600;text-decoration:none}.cart-progress-hint{color:var(--muted);font-size:.88rem}.results-shell{border:1px solid var(--line);background:linear-gradient(180deg,#fffffff0,#f4f8fff5),var(--surface);min-height:160px;box-shadow:var(--shadow);border-radius:18px;position:relative}.results-head{background:#ffffffb8;border-bottom:1px solid #e8d8c8a6;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.results-head h2{margin:0}.results-head p{color:var(--muted);margin:0}.results-count-badge{border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 10px;font-size:.88rem}.results-scroll{padding:16px;position:relative;overflow:visible}.loading-overlay{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--muted);background:#f7faffc2;border-radius:16px;place-content:center;justify-items:center;gap:8px;font-size:.92rem;display:grid;position:absolute;inset:0}.spinner{border:3px solid #d9e5fb;border-top-color:var(--accent);border-radius:50%;width:26px;height:26px;animation:.8s linear infinite spin}.scroll-sentinel{width:100%;height:24px}.inline-loader{text-align:center;color:var(--muted);border:1px solid var(--line);background:#ffffffb8;border-radius:999px;width:fit-content;margin:10px auto 0;padding:6px 12px;font-size:.88rem}@keyframes spin{to{transform:rotate(360deg)}}.card{border:1px solid var(--line);background:linear-gradient(160deg,#fff,#fff9f3),#fff;border-radius:18px;padding:17px;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 24px #1f213714}.card-media{object-fit:cover;border:1px solid #2d5bff2e;border-radius:12px;width:100%;height:108px;margin-bottom:10px}.card-badges{gap:6px;margin-bottom:10px;display:flex}.badge{text-transform:uppercase;letter-spacing:.04em;color:var(--accent-dark);background:#fff3ee;border-radius:999px;padding:4px 9px;font-size:.72rem;font-weight:600;display:inline-flex}.badge-soft{color:#3351c8;background:#edf2ff}.card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #1f21371f}.card h3{margin-top:0;margin-bottom:8px}.meta{color:var(--muted);font-size:.92rem}.price-row,.checkout-bar,.cart-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.place-cart-btn{white-space:nowrap;padding:8px 10px;font-size:.84rem}.place-cta-group{align-items:center;gap:8px;display:flex}.place-go-cart-btn{border:1px solid var(--line);background:#fff}.checkout-bar{background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:14px}.checkout-bar-actions{align-items:center;gap:8px;display:flex}.cart-checkout-cta{background:linear-gradient(120deg,var(--accent),#4e8ff1);color:#fff;border:0;border-radius:999px;padding:10px 14px;font-weight:600;text-decoration:none}.cart-checkout-cta:hover{filter:brightness(.97)}.summary-label{color:var(--muted);margin:0;font-size:.82rem}.cart-page{max-width:960px}.cart-panel h2{margin:0 0 10px}.cart-row{border-bottom:1px solid #e8d8c8b3;padding:12px 0}.cart-row:last-child{border-bottom:0}.cart-item-meta strong{display:block}.cart-qty{color:var(--muted);margin:6px 0 0}.cart-item-actions{align-items:center;gap:12px;display:flex}.cart-item-actions strong{white-space:nowrap}.form{gap:10px;display:grid}.checkout-page{max-width:980px}.checkout-alert{background:#f6f8fc;border:2px solid #2b73e2;border-top:4px solid #7da821;border-radius:6px;align-items:center;gap:10px;padding:14px 16px;display:flex}.checkout-alert-icon{color:#7da821;font-weight:700}.checkout-form{gap:14px;display:grid}.name-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.checkout-form label{color:#222;display:block}.req{color:#b00020}.checkout-form input{width:100%;margin-top:8px;display:block}.order-table{background:#fff;border:1px solid #d9d9d9;border-radius:8px;overflow:hidden}.order-row{border-bottom:1px solid #e6e6e6;grid-template-columns:1.5fr .7fr;gap:14px;padding:12px 14px;display:grid}.order-head{background:#f7f7f7}.order-total{background:#fcfcfc}.order-table .order-row:last-child{border-bottom:0}.payment-block{padding:4px 2px}.payment-block p{color:#222;margin:0 0 6px}.place-order-btn{background:#2b73e2;width:fit-content;min-width:150px}.place-order-btn:hover{background:#1f62ca}.download-list{gap:8px;margin:0;padding-left:0;list-style:none;display:grid}.download-hint{color:var(--muted);margin:0 0 10px}.download-list li{background:#ffffffb3;border:1px dashed #d3c3b2;border-radius:12px;justify-content:space-between;padding:10px 12px;display:flex}.download-list a{color:var(--highlight);font-weight:600;text-decoration:none}.empty{color:var(--muted)}.site-footer{margin-top:34px}.footer-about-wrap{background:#0000000a;border-top:1px solid #00000014}.footer-about{color:#2f3441;padding:24px 14px}.footer-about p{margin:0 0 14px;line-height:1.45}.footer-about p:last-child{margin-bottom:0}.footer-bar{color:#fff;background:#2b73e2}.footer-grid{grid-template-columns:1fr 1fr;gap:24px;padding:18px 14px;display:grid}.footer-left p,.footer-right p{margin:0 0 10px}.footer-left p:last-child,.footer-right p:last-child{margin-bottom:0}.view-count{font-weight:700}.footer-left a{color:#fff;font-weight:700;text-decoration:none}.legal-page{max-width:980px}.legal-page h1{margin:0 0 16px}.legal-section{margin-bottom:20px}.legal-section h2{margin:0 0 8px;font-size:1.05rem}.legal-section p{color:#2f3441;margin:0 0 10px;line-height:1.55}.contact-page{max-width:1080px}.contact-page h1{margin:0 0 14px}.contact-grid{grid-template-columns:1fr 360px;align-items:start;gap:26px;display:grid}.contact-form{gap:12px;display:grid}.contact-form label{color:#252a37;display:block}.contact-form input,.contact-form textarea{width:100%;margin-top:8px;display:block}.contact-submit{background:#2b73e2;width:fit-content;min-width:96px}.contact-submit:hover{background:#1f62ca}.contact-success,.contact-error{margin:0;font-size:.92rem}.contact-success{color:#0f7a2e}.contact-error{color:#b00020}.contact-info iframe{border:1px solid var(--line);border-radius:10px;width:100%;height:420px}.contact-info h3{margin:14px 0 8px}.contact-info p{margin:0 0 6px}.admin-shell{justify-content:center;width:100%;min-height:100vh;padding:42px 0 54px;display:flex}.admin-page{width:100%;margin:0 auto}.admin-panel{background:linear-gradient(145deg,#fffffff2,#ebf5ffb3);border:0;border-radius:36px;flex-direction:column;gap:20px;height:auto;min-height:calc(100vh - 84px);max-height:none;padding:32px;display:flex;position:relative;overflow:visible;box-shadow:0 38px 70px #1215312e}.admin-panel-inner{flex-direction:column;gap:18px;height:100%;min-height:0;padding-right:0;display:flex;overflow:visible}.admin-body{flex-direction:column;flex:1;gap:20px;display:flex}.admin-body>section{flex:1}.admin-section{background:#fffffff2;border:1px solid #18316f14;border-radius:24px;flex-direction:column;justify-content:flex-start;gap:18px;height:100%;min-height:640px;padding:28px;display:flex;box-shadow:0 16px 32px #14213f14}.admin-section-shell{justify-content:center;width:100%;height:640px;min-height:640px;display:flex;overflow:hidden}.section-scroll{flex-direction:column;flex:1;gap:18px;padding-right:6px;display:flex;overflow:auto}.section-content{flex-direction:column;gap:18px;width:min(1100px,100%);margin:0 auto;display:flex}.section-scroll::-webkit-scrollbar{width:6px}.section-scroll::-webkit-scrollbar-thumb{background:#18316f40;border-radius:999px}.admin-overview{min-height:220px}.admin-auth-status{justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.admin-change-password{gap:8px;max-width:520px;margin-top:12px;display:grid}.customer-toolbar{border:1px solid var(--line);background:#f7f8fa;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:12px;display:grid}.admin-panel:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffffff80;position:absolute;inset:0}.admin-hero{color:#fff;background:linear-gradient(135deg,#2548ffd9,#26b9ff59);border-radius:28px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin:-18px -18px 22px;padding:28px 30px;display:grid;box-shadow:inset 0 0 0 1px #fff3}.admin-hero .eyebrow{color:#fffffff2;border-color:#ffffff59}.admin-hero-text h1{margin:4px 0 6px;font-size:clamp(1.8rem,3vw,2.4rem)}.admin-hero-subtitle{color:#ffffffe6;max-width:420px;margin:0;font-size:.95rem}.admin-hero-status{color:#ffffffd9;letter-spacing:.02em;margin-top:12px;font-size:.88rem;font-weight:500}.admin-hero-stats{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;display:grid}.admin-hero-stat{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border:1px solid #fff3;border-radius:14px;min-height:64px;padding:12px 14px}.admin-hero-stat span{letter-spacing:.04em;text-transform:uppercase;color:#fffc;font-size:.75rem}.admin-hero-stat strong{margin-top:4px;font-size:1.35rem;display:block}.admin-menu-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-auto-rows:1fr;gap:12px;margin:0 0 8px;display:grid}.admin-menu-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.admin-menu-card{text-align:left;color:var(--ink);cursor:pointer;background:linear-gradient(135deg,#fffffff2,#e1eaffcc);border:1px solid #2d5bff4d;border-radius:18px;align-items:center;gap:14px;min-height:120px;padding:18px;font-size:.95rem;transition:transform .3s,box-shadow .3s,background .3s;display:flex;box-shadow:0 10px 24px #10143524}.admin-menu-card .admin-menu-icon{background:linear-gradient(135deg,var(--highlight),var(--accent));color:#fff;border-radius:14px;flex-shrink:0;place-items:center;width:42px;height:42px;font-size:1.4rem;display:grid}.admin-menu-card p{margin:0;font-weight:600}.admin-menu-card small{color:#4f5677;letter-spacing:.02em;margin-top:2px;font-size:.78rem;display:block}.admin-menu-card.active{color:#fff;background:linear-gradient(135deg,#3057ffe6,#3f9effcc);border-color:#0000;transform:translateY(-2px);box-shadow:0 18px 32px #0f184d4d}.admin-menu-card:not(.active):hover{background:#ffffffd9;box-shadow:0 14px 24px #1014351f}.admin-menu-card.active .admin-menu-icon{background:#ffffff40}.admin-menu-heading{text-transform:uppercase;letter-spacing:.16em;color:#18316fd9;margin:0;font-size:.75rem}.admin-block{flex-direction:column;gap:14px;display:flex}.admin-tab-panel{display:none}.admin-tab-panel.is-active{display:flex}.admin-change-password h3,.product-form h3{margin:0;font-size:1.15rem}.customer-shell{gap:16px}.customer-show-row{justify-content:flex-end;gap:10px;display:flex}.customer-show-row label{min-width:220px}.customer-search,.customer-search input{width:100%}.order-shell{gap:18px}.order-status-tabs{flex-wrap:wrap;align-items:center;gap:6px;font-size:.92rem;display:flex}.link-button{color:#1f62ca;letter-spacing:.03em;background:0 0;border:0;border-radius:999px;padding:6px 12px;font-weight:600;transition:background .2s,color .2s}.link-button.active{color:#16255a;background:#2d5bff26;border-radius:12px}.link-button:hover{background:#2d5bff1f}.order-toolbar{background:#ffffffe0;border:1px solid #2130591a;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;display:flex;box-shadow:0 12px 20px #16204214}.order-search{flex:1;min-width:260px}.admin-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.page-buttons{flex-wrap:wrap;gap:6px;display:inline-flex}.table-wrap{background:linear-gradient(#ffffffeb,#ebf4fff2);border:none;border-radius:24px;padding:12px 14px 16px;overflow:auto;box-shadow:0 24px 40px #0f184d2e}.table-wrap table{border-collapse:collapse;border-spacing:0 14px;width:100%;min-width:720px}.table-wrap th,.table-wrap td{text-align:left;background:0 0;padding:16px 18px;font-size:.92rem}.table-wrap th{color:#223053;letter-spacing:.08em;text-transform:uppercase;opacity:.9;border-bottom:0;padding-bottom:12px;font-size:.7rem}.table-wrap tbody tr{background:#ffffffd9;border-radius:18px;transition:transform .2s,box-shadow .2s;box-shadow:inset 0 0 0 1px #18316f14}.table-wrap tbody tr:hover{transform:translateY(-2px);box-shadow:inset 0 0 0 1px #18316f26,0 16px 30px #0f184d1f}.table-wrap tbody td{border-bottom:none}.report-shell{gap:16px}.report-topbar{background:#ffffffe6;border-radius:20px;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:12px;display:flex;box-shadow:0 10px 24px #18316f14}.report-range-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.report-range-tabs button{color:#1f2137;letter-spacing:.01em;background:#eef1f5;border:1px solid #ced6df;border-radius:10px;padding:8px 14px;font-weight:600}.report-range-tabs button.active{color:#145ea4;background:#dfe9f6;border-color:#9ebee1}.report-custom-range{flex-wrap:wrap;align-items:center;gap:8px;margin-left:8px;display:inline-flex}.report-custom-range input{border-radius:10px;min-width:150px}.report-content{border:1px solid var(--line);background:#fff;border-radius:20px;grid-template-columns:280px 1fr;display:grid;overflow:hidden}.report-metrics{background:#f7f8fa;border-right:1px solid #e1e7ee}.report-metrics>div{border-bottom:1px solid #e1e7ee;padding:14px}.report-metrics p{margin:0;font-size:1.85rem;line-height:1.1}.report-metrics span{color:#6f7380;font-size:.95rem}.report-chart{min-height:420px;padding:14px}.report-chart-grid{background:repeating-linear-gradient(0deg,#eef2f6 0 1px,#0000 1px 64px);border-bottom:1px solid #edf0f4;border-left:1px solid #edf0f4;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));align-items:end;gap:14px;height:100%;min-height:390px;padding:14px 12px 0;display:grid}.report-point{justify-items:center;gap:6px;display:grid}.report-bar{background:#cfd6dd;border-radius:4px 4px 0 0;width:42px}.report-line-dot{color:#fff;background:#2f8fd8;border-radius:999px;place-items:center;min-width:28px;height:28px;font-size:.8rem;font-weight:600;display:inline-grid}.report-point span{color:#6f7380;font-size:.77rem}.admin-auth{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.admin-auth label{min-width:340px}.product-shell{gap:12px}.product-form{border:1px solid var(--line);background:#fff9f3;border-radius:12px;gap:10px;padding:14px;display:grid}.product-form h3{margin:0}.small-btn{padding:6px 10px;font-size:.84rem}.searchable-select{position:relative}.searchable-options{z-index:25;border:1px solid var(--line);background:#fff;border-radius:12px;max-height:220px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 12px 22px #1f213724}.searchable-option{text-align:left;width:100%;margin-bottom:6px}.searchable-option:last-child{margin-bottom:0}.searchable-option.active{background:#e9f2fb;border-color:#9ebee1}.searchable-empty{color:var(--muted);padding:8px 10px;font-size:.9rem}@media (max-width:768px){.hero{border-radius:18px;padding:18px 16px}.list-header,.results-head{flex-direction:column;align-items:flex-start;gap:4px}.grid-3,.grid-4{grid-template-columns:1fr}.results-scroll{max-height:62vh}.checkout-bar,.price-row,.cart-row{flex-direction:column;align-items:flex-start}.checkout-bar-actions,.place-cta-group,.cart-progress,.cart-progress-actions{flex-direction:column;align-items:flex-start;width:100%}.name-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:10px}.contact-grid{grid-template-columns:1fr}.contact-info iframe{height:320px}.admin-summary-grid{grid-template-columns:1fr}.order-search{min-width:100%}.customer-toolbar,.report-content{grid-template-columns:1fr}.report-metrics{border-bottom:1px solid #e1e7ee;border-right:0}}@media (max-width:1024px){.container{width:94vw}main{padding:22px 0 44px}.place-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.admin-auth label{min-width:260px}.order-search{min-width:240px}.customer-show-row label{min-width:220px}.report-custom-range input{min-width:120px}}@media (max-width:768px){.top-strip{padding:7px 10px;font-size:.74rem}.nav-wrap{justify-content:center;min-height:auto;padding:8px 0}.brand{justify-content:center;width:100%;font-size:.88rem}.brand-logo{width:40px;height:26px}nav{justify-content:center;gap:8px;width:100%}nav a,.btn-link{padding:7px 10px;font-size:.85rem}.results-scroll{max-height:58vh;padding:14px}.admin-auth{display:grid}.admin-auth label{min-width:100%}.admin-auth button{width:100%}.admin-auth-status{flex-direction:column;align-items:flex-start}.admin-panel{height:auto;padding:22px}.admin-body{min-height:0}.admin-hero{margin:0 -12px 16px}.admin-menu-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.admin-section{min-height:auto}.admin-actions label,.admin-actions select,.admin-actions input{width:100%}.page-buttons{flex-wrap:wrap;width:100%}.table-wrap table{min-width:640px}.customer-show-row label{min-width:100%}.report-topbar{padding:8px}.report-range-tabs{gap:6px;width:100%}.report-range-tabs>button{flex:46%}.report-custom-range{flex-wrap:wrap;width:100%;margin-left:0}.report-custom-range input{width:calc(50% - 16px);min-width:0}.report-custom-range .ghost{width:100%}.report-metrics p{font-size:1.45rem}.report-chart{min-height:320px;padding:10px}.report-chart-grid{gap:8px;min-height:280px}.report-bar{width:30px}.product-form button{width:100%}}@media (max-width:480px){.panel{border-radius:14px;padding:14px}.hero h1{font-size:clamp(1.55rem,8vw,2rem)}.hero p{font-size:.93rem}.place-grid{grid-template-columns:1fr}.card{padding:14px}.checkout-alert{flex-direction:column;align-items:flex-start}.place-order-btn,.contact-submit{width:100%;min-width:0}.report-range-tabs>button{flex:100%}.report-custom-range input{width:100%}.table-wrap table{min-width:560px}}
