:root{--primary:#0f766e;--secondary:#0f172a;--accent:#f59e0b;--surface:#fff;--soft:#f8fafc;--border:#e2e8f0;--muted:#64748b;--danger:#b91c1c;--success:#047857;--radius:14px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:#0f172a;background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}.store-header{position:sticky;top:0;z-index:30;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:24px;min-height:72px;padding:0 4vw;background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}.brand img{width:38px;height:38px;object-fit:contain}.store-nav{display:flex;gap:22px;font-size:.95rem;font-weight:600}.store-nav a:hover,.store-actions a:hover{color:var(--primary)}.store-actions{display:flex;justify-content:flex-end;align-items:center;gap:15px;font-size:.92rem}.cart-link{padding:10px 16px;border-radius:999px;background:var(--secondary);color:#fff}.site-main{min-height:calc(100vh - 160px)}.site-footer{display:flex;justify-content:space-between;gap:32px;padding:36px 5vw;background:#0f172a;color:#e2e8f0}.site-footer div{display:flex;flex-direction:column;gap:5px}.hero{min-height:590px;display:grid;place-items:center;padding:72px 5vw;background:linear-gradient(135deg,#f8fafc,#eefcf9 55%,#fff8e7);overflow:hidden}.hero-inner{width:min(1180px,100%);display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}.eyebrow{display:inline-flex;color:var(--primary);text-transform:uppercase;letter-spacing:.14em;font-size:.76rem;font-weight:800}.hero h1{margin:12px 0 20px;max-width:760px;font-size:clamp(2.6rem,6vw,5.6rem);line-height:.98;letter-spacing:-.055em}.hero p{max-width:660px;color:#475569;font-size:1.15rem}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-card{min-height:390px;border-radius:34px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;background:var(--secondary);color:#fff;box-shadow:0 24px 60px rgba(15,23,42,.18)}.hero-card .big-type{font-size:clamp(3rem,7vw,7rem);font-weight:900;line-height:.85;opacity:.12}.section{width:min(1240px,92vw);margin:0 auto;padding:70px 0}.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.section-head h2{margin:0;font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.035em}.section-head p{margin:6px 0 0;color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 18px;border:1px solid transparent;border-radius:10px;background:var(--primary);color:#fff;font-weight:700}.btn:hover{filter:brightness(.95)}.btn-secondary{background:var(--secondary)}.btn-outline{background:#fff;color:var(--secondary);border-color:var(--border)}.btn-danger{background:var(--danger)}.btn-small{min-height:36px;padding:7px 11px;font-size:.86rem}.link-button{padding:0;border:0;background:none;color:inherit}.icon-button{border:1px solid var(--border);border-radius:8px;background:#fff;padding:7px 10px}.inline-form{display:inline}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.product-card{border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff;transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(15,23,42,.08)}.product-image{aspect-ratio:4/4.5;display:grid;place-items:center;background:#f1f5f9;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{width:56%;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;background:#fff;color:#94a3b8;font-weight:800}.product-info{padding:16px}.product-info .meta{color:var(--muted);font-size:.82rem}.product-info h3{margin:5px 0;font-size:1.02rem}.price{font-weight:800;color:var(--secondary)}.stock-out{color:#94a3b8}.shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px}.filters{position:sticky;top:96px;align-self:start;border:1px solid var(--border);border-radius:var(--radius);padding:18px}.filter-group{margin-bottom:16px}.filter-group label,.field label{display:block;margin-bottom:6px;font-size:.82rem;font-weight:700}.field{margin-bottom:16px}.input,.field input,.field select,.field textarea,select.input,input.input,textarea.input{width:100%;min-height:43px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#0f172a;outline:none}.field textarea,textarea.input{min-height:110px;resize:vertical}.input:focus,.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(15,118,110,.12)}.field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field-row-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.help{color:var(--muted);font-size:.8rem}.validation-summary-errors{color:var(--danger);background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:12px 16px;margin-bottom:16px}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);gap:48px}.product-gallery{min-height:580px;border-radius:22px;overflow:hidden;background:#f1f5f9;display:grid;place-items:center}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-panel h1{margin:8px 0;font-size:clamp(2rem,4vw,3.3rem);letter-spacing:-.045em}.product-panel .price{font-size:1.5rem}.print-config{margin-top:22px;padding:18px;border-radius:14px;background:#f8fafc;border:1px solid var(--border)}.cart-table,.data-table{width:100%;border-collapse:collapse;background:#fff}.cart-table th,.cart-table td,.data-table th,.data-table td{padding:12px 14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.cart-table th,.data-table th{font-size:.74rem;color:#64748b;text-transform:uppercase;letter-spacing:.06em;background:#f8fafc}.cart-summary{margin-left:auto;width:min(420px,100%);padding:22px;border:1px solid var(--border);border-radius:14px;background:#fff}.summary-row{display:flex;justify-content:space-between;gap:24px;padding:7px 0}.summary-row.total{border-top:1px solid var(--border);margin-top:8px;padding-top:14px;font-size:1.15rem;font-weight:800}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:32px}.checkout-summary{position:sticky;top:95px;align-self:start}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:20px}.card+.card{margin-top:16px}.card h2,.card h3{margin-top:0}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice{display:flex;align-items:center;gap:9px;padding:14px;border:1px solid var(--border);border-radius:10px}.auth-shell{min-height:70vh;display:grid;place-items:center;padding:50px 16px;background:#f8fafc}.auth-card{width:min(520px,100%);padding:28px;border-radius:18px;border:1px solid var(--border);background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.08)}.auth-card h1{margin-top:0}.toast{position:fixed;right:22px;top:88px;z-index:100;max-width:460px;padding:13px 18px;border-radius:10px;color:#fff;box-shadow:0 15px 35px rgba(15,23,42,.18);transition:opacity .2s,transform .2s}.toast-success{background:#047857}.toast-error{background:#b91c1c}.toast-hide{opacity:0;transform:translateY(-10px);pointer-events:none}.empty-state{padding:50px 24px;text-align:center;color:var(--muted);border:1px dashed #cbd5e1;border-radius:14px}.badge{display:inline-flex;align-items:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:.75rem;font-weight:700;background:#e2e8f0}.badge-success{color:#065f46;background:#d1fae5}.badge-warning{color:#92400e;background:#fef3c7}.badge-danger{color:#991b1b;background:#fee2e2}@media(max-width:1000px){.store-header{grid-template-columns:1fr auto}.store-nav{display:none}.hero-inner,.product-detail,.checkout-layout{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-layout{grid-template-columns:1fr}.filters,.checkout-summary{position:static}}@media(max-width:620px){.store-header{padding:0 16px;min-height:64px}.brand span{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-actions>a:not(.cart-link){display:none}.section{width:calc(100% - 28px);padding:44px 0}.hero{padding:44px 18px;min-height:auto}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-info{padding:12px}.field-row,.field-row-3,.choice-grid{grid-template-columns:1fr}.site-footer{flex-direction:column}.data-table-wrap{overflow-x:auto}}
.auth-divider { display:flex; align-items:center; gap:12px; margin:18px 0; color:#64748b; font-size:.85rem; }
.auth-divider::before, .auth-divider::after { content:""; height:1px; flex:1; background:#e2e8f0; }
.btn-google { width:100%; text-align:center; justify-content:center; }
.row-actions { display:flex; gap:6px; flex-wrap:wrap; }
.alert-info { background:#eff6ff; border:1px solid #bfdbfe; color:#1e3a8a; }
