:root{--bg-main:#f7f2ea;--bg-main-2:#fbf7f1;--card-bg:#fffffff2;--card-strong:#fff;--line:#eadfce;--text:#201c19;--muted:#74695d;--shadow:0 18px 48px #503e2814;--shadow-soft:0 12px 30px #55402d0f;--accent:#a56a43;--accent-soft:#f5ede4;--danger:#d74a3d;--danger-soft:#fff3f1;--danger-line:#f2c7c2;--video-bg:#111;--dark-btn:#2f2a26}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0;padding:0}body{color:var(--text);background:radial-gradient(circle at top, #ffffff8c 0%, #fff0 42%), linear-gradient(180deg, var(--bg-main-2) 0%, var(--bg-main) 100%);font-family:Noto Sans KR,Apple SD Gothic Neo,Malgun Gothic,sans-serif}body.has-stage-expanded{overflow:hidden}button,input,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:0}img{max-width:100%;display:block}#app{min-height:100vh}.page-bg{width:100%}.page-shell{width:min(1200px,100% - 32px);margin:0 auto;padding:18px 0 40px}.utility-bar{justify-content:flex-end;margin-bottom:14px;display:flex}.utility-menu{flex-wrap:wrap;gap:8px;display:flex}.utility-btn{height:36px;color:var(--text);letter-spacing:-.02em;background:#ffffffe6;border:1px solid #7d624624;border-radius:999px;padding:0 14px;font-size:12px;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s;box-shadow:0 8px 18px #46341e0a}.utility-btn:hover{background:#fff;transform:translateY(-1px);box-shadow:0 12px 22px #46341e14}.hero-card{background:var(--card-bg);min-height:142px;box-shadow:var(--shadow);border:1px solid #dccdb7b8;border-radius:32px;grid-template-columns:108px minmax(0,1fr) 108px;align-items:center;gap:18px;padding:22px 28px;display:grid}.hero-logo-wrap{justify-content:center;align-items:center;display:flex}.hero-logo-frame{background:linear-gradient(#fff6ee 0%,#f5e5d4 100%);border:1px solid #ad856129;border-radius:28px;width:96px;height:96px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb3}.hero-logo-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .2s}.hero-logo-image.is-visible{opacity:1}.hero-logo-placeholder{color:#8c6b4f;letter-spacing:.06em;justify-content:center;align-items:center;font-size:18px;font-weight:800;display:flex;position:absolute;inset:0}.hero-logo-placeholder.is-hidden{display:none}.hero-main{text-align:center;justify-content:center;align-items:center;min-width:0;display:flex}.hero-main h1{color:var(--text);letter-spacing:-.06em;margin:0;font-size:clamp(34px,4.2vw,54px);font-weight:900;line-height:1.04}.hero-balance-space{width:108px;height:1px}.cart-alert-banner{border:1px solid var(--danger-line);background:linear-gradient(180deg, snow 0%, var(--danger-soft) 100%);box-shadow:var(--shadow-soft);border-radius:22px;align-items:center;gap:12px;margin-top:14px;padding:16px 18px;display:flex}.cart-alert-icon{background:var(--danger);border-radius:50%;flex:none;width:16px;height:16px;box-shadow:0 0 0 6px #d74a3d1f}.cart-alert-copy{min-width:0}.cart-alert-copy p{color:#7b2d24;letter-spacing:-.02em;margin:0;font-size:15px;font-weight:700;line-height:1.5}.cart-alert-copy strong{font-weight:900}.live-commerce-section{margin-top:20px}.video-panel{background:var(--card-strong);max-width:560px;box-shadow:var(--shadow);border:1px solid #dccdb7b8;border-radius:32px;margin:0 auto;padding:22px}.section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.section-head-actions{align-items:center;gap:8px;display:flex}.section-status-badge{color:#36433f;letter-spacing:-.03em;background:linear-gradient(#fffdfb 0%,#f8f3ec 100%);border:1px solid #e4d8c9;border-radius:999px;align-items:center;gap:10px;min-height:46px;padding:0 18px 0 14px;font-size:15px;font-weight:900;display:inline-flex;box-shadow:0 6px 14px #4a3c2b0d}.section-status-dot{background:#43a37a;border-radius:50%;flex:none;width:14px;height:14px;box-shadow:0 0 0 10px #43a37a24}.stage-control-btn{color:#2f2a26;letter-spacing:-.02em;background:#fff;border:1px solid #eadfce;border-radius:999px;min-width:92px;height:46px;padding:0 16px;font-size:12px;font-weight:900;transition:background .18s,color .18s,transform .18s;box-shadow:0 8px 16px #4a3a2a0f}.stage-control-btn:hover{transform:translateY(-1px)}.stage-control-btn.is-active{color:#fff;background:#2f2a26;border-color:#2f2a26}.live-stage-shell{border-radius:28px;position:relative}.live-stage-viewport{position:relative}.video-frame-outer{background:#fff;border:1px solid #efe6db;border-radius:28px;padding:14px;box-shadow:inset 0 1px #ffffffb3}.video-frame{background:var(--video-bg);border-radius:24px;width:100%;overflow:hidden}.video-frame--shorts{aspect-ratio:9/16}.video-frame iframe{border:0;width:100%;height:100%;display:block}.video-fallback{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;min-height:420px;padding:20px;font-size:15px;font-weight:700;display:flex}:is(.live-stage-shell.is-fallback-expanded,.live-stage-shell:fullscreen){width:100vw;height:100dvh;padding:max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));z-index:9999;background:#000;border-radius:0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.live-stage-shell:fullscreen::backdrop{background:#000}:is(.live-stage-shell.is-fallback-expanded .live-stage-viewport,.live-stage-shell:fullscreen .live-stage-viewport){width:min(calc((100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 16px) * 9 / 16), calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 16px));max-width:100%}:is(.live-stage-shell.is-fallback-expanded .video-frame-outer,.live-stage-shell:fullscreen .video-frame-outer){box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}:is(.live-stage-shell.is-fallback-expanded .video-frame,.live-stage-shell:fullscreen .video-frame){border-radius:24px;box-shadow:0 24px 48px #00000057}.floating-product-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;z-index:18;background:#fffdfaeb;border:1px solid #ede0d1f2;border-radius:20px;align-items:center;gap:12px;padding:10px 12px;display:flex;position:absolute;bottom:18px;left:18px;right:18px;box-shadow:0 18px 28px #1f18122e}.floating-product-thumb{background:#fff;border:1px solid #eee4d8;border-radius:16px;flex:none;width:58px;height:58px;overflow:hidden}.floating-product-thumb img{object-fit:cover;width:100%;height:100%}.floating-product-copy{flex-direction:column;gap:4px;min-width:0;display:flex}.floating-product-badge{color:#956945;letter-spacing:.04em;background:#f4ece3;border-radius:999px;align-self:flex-start;align-items:center;min-height:22px;padding:0 8px;font-size:10px;font-weight:900;display:inline-flex}.floating-product-copy strong{color:#241f1b;letter-spacing:-.03em;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:900;line-height:1.25;overflow:hidden}.floating-product-copy span{color:#6f6153;font-size:12px;font-weight:800;line-height:1.2}.purchase-sheet-layer{z-index:30;pointer-events:none;position:absolute;inset:0}.purchase-sheet-backdrop{pointer-events:auto;background:linear-gradient(#14110f00 0%,#14110f38 100%);position:absolute;inset:0}.purchase-sheet{pointer-events:auto;background:#fffcf8fa;border:1px solid #e7dccdf5;border-radius:28px;max-height:calc(100% - 24px);padding:14px 14px 16px;position:absolute;bottom:12px;left:12px;right:12px;overflow:auto;box-shadow:0 28px 58px #261e1638}.purchase-sheet-handle{background:#ddd2c4;border-radius:999px;width:56px;height:6px;margin:0 auto 12px}.purchase-sheet-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.purchase-sheet-title-wrap{min-width:0}.purchase-sheet-badge{color:#956945;letter-spacing:.04em;background:#f4ece3;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:10px;font-weight:900;display:inline-flex}.purchase-sheet-title{color:var(--text);letter-spacing:-.04em;margin:10px 0 6px;font-size:clamp(20px,2.2vw,24px);font-weight:900;line-height:1.2}.purchase-sheet-price{color:#2f2a26;margin:0;font-size:18px;font-weight:900;line-height:1.2}.purchase-sheet-close{color:#2f2a26;background:#fff;border:1px solid #eadfce;border-radius:999px;flex:none;height:38px;padding:0 14px;font-size:12px;font-weight:900;box-shadow:0 8px 16px #4a3a2a0f}.purchase-sheet-body{grid-template-columns:132px minmax(0,1fr);gap:14px;margin-top:14px;display:grid}.purchase-sheet-image-box{aspect-ratio:1;background:#fff;border:1px solid #eee4d8;border-radius:20px;width:132px;overflow:hidden}.purchase-sheet-image{object-fit:cover;width:100%;height:100%}.purchase-sheet-content{gap:12px;min-width:0;display:grid}.purchase-field-group{gap:8px;display:grid}.purchase-field-label{color:#7f6954;letter-spacing:-.02em;font-size:12px;font-weight:900;line-height:1.2}.purchase-field-note{color:var(--muted);background:#fffc;border:1px solid #eee4d8;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.45}.purchase-option-list{flex-wrap:wrap;gap:8px;display:flex}.purchase-option-btn{color:#6f6153;letter-spacing:-.02em;background:#fff;border:1px solid #eadfce;border-radius:999px;min-height:38px;padding:0 14px;font-size:13px;font-weight:800;transition:background .18s,color .18s,border-color .18s}.purchase-option-btn.is-active{color:#fff;background:#2f2a26;border-color:#2f2a26}.purchase-qty-box{background:#fff;border:1px solid #eadfce;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;padding:6px;display:inline-flex}.purchase-qty-btn{color:#2f2a26;background:#f5eee6;border-radius:50%;width:34px;height:34px;font-size:18px;font-weight:900}.purchase-qty-value{text-align:center;color:#2f2a26;min-width:28px;font-size:15px;font-weight:900}.purchase-sheet-footer{grid-template-columns:120px minmax(0,1fr);gap:10px;margin-top:16px;display:grid}.purchase-secondary-btn,.purchase-primary-btn{letter-spacing:-.02em;border-radius:16px;height:52px;font-size:14px;font-weight:900}.purchase-secondary-btn{color:#2f2a26;background:#fff;border:1px solid #eadfce}.purchase-primary-btn{background:var(--dark-btn);color:#fff;box-shadow:0 12px 22px #2f2a2629}.purchase-sheet-summary{gap:12px;margin-top:14px;display:grid}.purchase-summary-box{background:#ffffffd9;border:1px solid #eee4d8;border-radius:18px;gap:10px;padding:14px;display:grid}.purchase-summary-row{color:#5f5247;justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:700;display:flex}.purchase-summary-row strong{color:#201c19;font-weight:900}.purchase-summary-row.is-total{border-top:1px solid #eee4d8;padding-top:10px}.purchase-summary-row.is-total span,.purchase-summary-row.is-total strong{color:#2f2a26;font-size:15px}.purchase-sheet-note{color:#74695d;background:#f8f2ea;border:1px solid #eee4d8;border-radius:14px;padding:12px 14px;font-size:13px;font-weight:700;line-height:1.5}.feedback-toast{left:50%;bottom:calc(env(safe-area-inset-bottom,0px) + 18px);z-index:10000;color:#fff;letter-spacing:-.02em;text-align:center;background:#2f2a26f0;border-radius:999px;min-width:220px;max-width:calc(100% - 32px);padding:14px 18px;font-size:13px;font-weight:800;line-height:1.4;position:fixed;transform:translate(-50%);box-shadow:0 16px 28px #1e181338}.feedback-toast.is-raised{bottom:calc(env(safe-area-inset-bottom,0px) + 330px)}@media (width<=900px){.page-shell{width:min(100%,100% - 24px);padding:14px 0 28px}.hero-card{border-radius:28px;grid-template-columns:90px minmax(0,1fr) 90px;min-height:126px;padding:18px 22px}.hero-logo-frame{border-radius:24px;width:82px;height:82px}.hero-balance-space{width:90px}.hero-main h1{font-size:clamp(28px,5vw,42px)}.video-panel{border-radius:28px;max-width:520px;padding:18px}.video-frame-outer{border-radius:24px;padding:12px}.video-frame{border-radius:20px}.purchase-sheet{border-radius:24px}}@media (width<=640px){.page-shell{width:min(100%,100% - 18px);padding:10px 0 24px}.utility-bar{margin-bottom:10px}.utility-menu{justify-content:flex-end;gap:6px}.utility-btn{height:32px;padding:0 11px;font-size:11px}.hero-card{border-radius:24px;grid-template-columns:76px minmax(0,1fr) 76px;gap:10px;min-height:112px;padding:14px 16px}.hero-logo-frame{border-radius:20px;width:70px;height:70px}.hero-balance-space{width:76px}.hero-main h1{font-size:clamp(24px,6vw,32px)}.cart-alert-banner{border-radius:18px;gap:10px;margin-top:12px;padding:13px 14px}.cart-alert-icon{width:14px;height:14px;box-shadow:0 0 0 5px #d74a3d1f}.cart-alert-copy p{font-size:13px;line-height:1.45}.live-commerce-section{margin-top:16px}.video-panel{border-radius:24px;max-width:none;padding:12px}.section-head{gap:8px;margin-bottom:10px}.section-status-badge{gap:8px;min-height:38px;padding:0 14px 0 11px;font-size:13px}.section-status-dot{width:11px;height:11px;box-shadow:0 0 0 7px #43a37a24}.stage-control-btn{min-width:78px;height:38px;padding:0 12px;font-size:11px}.video-frame-outer{border-radius:18px;padding:8px}.video-frame{border-radius:16px}:is(.live-stage-shell.is-fallback-expanded,.live-stage-shell:fullscreen){padding:max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left))}:is(.live-stage-shell.is-fallback-expanded .live-stage-viewport,.live-stage-shell:fullscreen .live-stage-viewport){width:min(calc((100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom) - 16px) * 9 / 16), calc(100vw - env(safe-area-inset-left) - env(safe-area-inset-right) - 16px))}.floating-product-card{border-radius:16px;gap:10px;padding:8px 10px;bottom:12px;left:12px;right:12px}.floating-product-thumb{border-radius:12px;width:50px;height:50px}.floating-product-badge{min-height:18px;padding:0 6px;font-size:8px}.floating-product-copy strong{font-size:12px}.floating-product-copy span{font-size:11px}.purchase-sheet{border-radius:22px;max-height:calc(100% - 16px);padding:10px 10px 12px;bottom:8px;left:8px;right:8px}.purchase-sheet-handle{width:46px;height:5px;margin-bottom:10px}.purchase-sheet-header{gap:8px}.purchase-sheet-badge{min-height:20px;padding:0 8px;font-size:8px}.purchase-sheet-title{margin-top:8px;font-size:16px;line-height:1.25}.purchase-sheet-price{font-size:15px}.purchase-sheet-close{height:32px;padding:0 11px;font-size:10px}.purchase-sheet-body{grid-template-columns:88px minmax(0,1fr);gap:10px;margin-top:12px}.purchase-sheet-image-box{border-radius:14px;width:88px}.purchase-sheet-content{gap:10px}.purchase-field-group{gap:6px}.purchase-field-label{font-size:10px}.purchase-field-note{border-radius:10px;padding:9px 10px;font-size:11px;line-height:1.4}.purchase-option-list{gap:6px}.purchase-option-btn{min-height:32px;padding:0 11px;font-size:11px}.purchase-qty-box{gap:6px;padding:4px}.purchase-qty-btn{width:30px;height:30px;font-size:16px}.purchase-qty-value{min-width:22px;font-size:13px}.purchase-sheet-footer{grid-template-columns:88px minmax(0,1fr);gap:8px;margin-top:12px}.purchase-secondary-btn,.purchase-primary-btn{border-radius:12px;height:42px;font-size:12px}.purchase-summary-box{border-radius:14px;gap:8px;padding:12px}.purchase-summary-row{font-size:12px}.purchase-summary-row.is-total span,.purchase-summary-row.is-total strong{font-size:13px}.purchase-sheet-note{border-radius:10px;padding:10px 11px;font-size:11px;line-height:1.45}.feedback-toast{bottom:calc(env(safe-area-inset-bottom,0px) + 12px);padding:12px 16px;font-size:12px}.feedback-toast.is-raised{bottom:calc(env(safe-area-inset-bottom,0px) + 260px)}}
