:root{--ink:#18251f;--muted:#627067;--surface:#fffdf8;--surface-soft:#f4f0e5;--line:#d7d8cd;--brand:#1f6a50;--brand-dark:#124532;--accent:#124532;--danger:#a73d32;--danger-soft:#fff0ed;--shadow:0 18px 45px #23342a17}*{box-sizing:border-box}html{color:var(--ink);background:#f7f4ec}body{min-width:320px;color:var(--ink);background:radial-gradient(circle at 10% 5%,#e3a63f21,#0000 28rem),linear-gradient(#fffdf8 0,#f7f4ec 28rem);margin:0;font-family:Arial,Noto Sans KR,sans-serif}a{color:inherit}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.skip-link{z-index:100;background:var(--brand-dark);color:#fff;border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8f0;border-bottom:1px solid #1f6a5026;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1.5rem;width:min(1180px,100% - 2rem);min-height:76px;margin:0 auto;display:flex}.brand{align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.brand-mark{background:var(--brand);color:#fff;border-radius:14px 14px 18px 18px;place-items:center;width:42px;height:42px;font-weight:800;display:grid;box-shadow:0 8px 18px #1f6a5040}.brand span:last-child{display:grid}.brand strong{letter-spacing:-.02em}.brand small{color:var(--muted);margin-top:.15rem;font-size:.72rem}.main-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.main-nav a,.main-nav button{min-height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.7rem .95rem;text-decoration:none}.main-nav a:hover,.main-nav button:hover{background:var(--surface-soft)}.main-nav button:disabled{cursor:wait;opacity:.65}.main-nav .nav-status{color:var(--muted);padding:.7rem .95rem}.header-notice{text-align:center;background:#fff4cf;margin:0;padding:.45rem 1rem;font-size:.9rem}.page-shell{width:min(1180px,100% - 2rem);margin:0 auto;padding:3.5rem 0 5rem}.page-heading{max-width:760px;margin-bottom:2rem}.page-heading h1{letter-spacing:-.055em;margin:.25rem 0 .75rem;font-size:clamp(2rem,6vw,4.4rem);line-height:1.04}.page-heading p{color:var(--muted);font-size:1.05rem;line-height:1.75}.eyebrow{color:var(--brand);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.section-card,.state-panel,.product-card,.subscription-card,.review-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fffdf8f0;border-radius:22px}.section-card,.review-panel,.state-panel{padding:clamp(1.25rem,4vw,2rem)}.state-panel{align-content:center;justify-items:start;gap:.75rem;min-height:180px;display:grid}.state-panel h1,.state-panel h2,.state-panel p{margin:0}.state-panel-error{background:var(--danger-soft);border-color:#efb7af}.loading-dot{background:var(--brand);border-radius:50%;width:12px;height:12px;animation:1.1s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.35;transform:scale(.72)}}.product-grid,.subscription-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.product-card,.subscription-card{flex-direction:column;min-width:0;padding:1.25rem;display:flex}.product-card h2,.subscription-card h2{margin:.7rem 0 .4rem;font-size:1.35rem}.product-card p,.subscription-card p{color:var(--muted);line-height:1.6}.card-meta{flex-wrap:wrap;gap:.45rem;display:flex}.tag{background:var(--surface-soft);min-height:30px;color:var(--brand-dark);border-radius:999px;align-items:center;padding:.25rem .65rem;font-size:.82rem;font-weight:700;display:inline-flex}.tag-positive{background:#e2f2e8}.tag-muted{color:var(--muted)}.price-list{margin:.6rem 0 1rem;padding-left:1.1rem}.card-actions{margin-top:auto;padding-top:1rem}.button-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.button{border:1px solid var(--brand);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:.72rem 1.1rem;font-weight:750;text-decoration:none;display:inline-flex}.button-primary{background:var(--brand);color:#fff}.button-primary:hover{background:var(--brand-dark)}.button-secondary{color:var(--brand-dark);background:0 0}.button:disabled{opacity:.6;cursor:not-allowed}.detail-layout{grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);align-items:start;gap:1.25rem;display:grid}.detail-stack{gap:1rem;display:grid}.breadcrumb{color:var(--brand);margin-bottom:1rem;font-weight:700;display:inline-flex}.description{color:var(--muted);white-space:pre-line;line-height:1.8}.image-link{color:var(--brand);margin-top:.75rem;font-weight:700;display:inline-flex}.form-section{border:0;margin:0 0 1.5rem;padding:0}.form-section legend,.field-label{margin-bottom:.75rem;font-weight:800;display:block}.field-help{color:var(--muted);margin:.45rem 0;font-size:.9rem}.field-error{color:var(--danger);margin:.45rem 0;font-size:.9rem;font-weight:700}.radio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.radio-card{border:1px solid var(--line);cursor:pointer;border-radius:16px;min-height:88px;padding:.9rem;display:block;position:relative}.radio-card:has(input:checked){border:2px solid var(--brand);background:#edf7f1}.radio-card:has(input:disabled){cursor:not-allowed;opacity:.58;background:#efeee9}.radio-card input{margin-right:.5rem}.radio-card strong{margin:.35rem 0;display:block}.input{border:1px solid var(--line);background:#fff;border-radius:12px;width:min(220px,100%);min-height:48px;padding:.7rem .8rem}.input[aria-invalid=true]{border:2px solid var(--danger)}.cycle-row{flex-wrap:wrap;gap:.55rem;display:flex}.cycle-option{border:1px solid var(--line);cursor:pointer;border-radius:999px;align-items:center;gap:.4rem;min-height:46px;padding:.7rem .9rem;display:inline-flex}.cycle-option:has(input:checked){border:2px solid var(--brand);background:#edf7f1}.cycle-option:has(input:disabled){opacity:.6;cursor:not-allowed}.error-summary{border-left:5px solid var(--danger);background:var(--danger-soft);border-radius:12px;margin-bottom:1rem;padding:1rem}.error-summary h2{margin:0 0 .5rem;font-size:1rem}.error-summary ul{margin:0;padding-left:1.25rem}.review-list,.detail-list{grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);gap:.65rem 1rem;display:grid}.review-list dt,.detail-list dt{color:var(--muted)}.review-list dd,.detail-list dd{overflow-wrap:anywhere;margin:0;font-weight:700}.notice-success{color:var(--brand-dark);background:#e8f6ed;border:1px solid #90c9a6;border-radius:16px;padding:1rem;font-weight:800}.empty-state{text-align:left}.login-card{width:min(520px,100%);margin:0 auto}.login-card form{gap:1rem;display:grid}.login-card .input{width:100%}.form-field{gap:.35rem;display:grid}@media (max-width:900px){.product-grid,.subscription-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-layout{grid-template-columns:1fr}}@media (max-width:640px){.header-inner{align-items:flex-start;width:min(100% - 1rem,1180px);padding:.75rem 0}.brand small{display:none}.brand-mark{width:38px;height:38px}.main-nav{gap:0}.main-nav a,.main-nav button{padding-inline:.62rem;font-size:.88rem}.page-shell{width:min(100% - 1.25rem,1180px);padding-top:2rem}.product-grid,.subscription-grid,.radio-grid{grid-template-columns:1fr}.review-list,.detail-list{grid-template-columns:1fr;gap:.2rem}.review-list dd,.detail-list dd{margin-bottom:.75rem}.button-row,.button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
