:root{--bg:#f6f7fb;--surface:#fff;--surface2:#f0f2f7;--text:#101114;--muted:#6d7280;--line:#e6e8ee;--accent:#4f46e5;--accent2:#6d5dfc;--red:#f04452;--green:#16a26a;--amber:#e69324;--radius:20px;--shadow:0 18px 50px rgba(18,24,40,.08);font-family:Pretendard,"Noto Sans KR",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:21px;letter-spacing:-.04em}.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,var(--accent),#8b5cf6);display:grid;place-items:center;color:#fff;font-size:18px;box-shadow:0 8px 20px rgba(79,70,229,.26)}.nav{display:flex;align-items:center;gap:10px}.btn{border:0;border-radius:14px;padding:12px 16px;font-weight:750;cursor:pointer;transition:.18s ease;background:var(--surface2);color:var(--text)}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--accent);color:#fff;box-shadow:0 9px 24px rgba(79,70,229,.22)}.btn.ghost{background:transparent;border:1px solid var(--line)}.btn.danger{background:#fff0f1;color:#c82e3b}.hero{padding:90px 0 74px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:56px}.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#eeedff;color:var(--accent);font-size:13px;font-weight:800}.hero h1{font-size:62px;line-height:1.05;letter-spacing:-.06em;margin:18px 0 22px}.hero p{font-size:19px;line-height:1.75;color:var(--muted);margin:0 0 30px}.hero-card{background:var(--surface);border:1px solid var(--line);border-radius:30px;padding:22px;box-shadow:var(--shadow)}.mock-live{aspect-ratio:9/15;border-radius:24px;background:#15161b;color:#fff;padding:18px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;position:relative}.mock-live:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 15%,rgba(139,92,246,.42),transparent 30%),radial-gradient(circle at 90% 70%,rgba(79,70,229,.35),transparent 35%)}.mock-live>*{position:relative}.live-pill{display:inline-flex;align-items:center;gap:7px;background:#ff3b4e;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.product-float{background:rgba(255,255,255,.96);color:#15161b;border-radius:20px;padding:16px}.product-float strong{display:block;font-size:17px}.section{padding:72px 0}.section h2{font-size:42px;letter-spacing:-.05em;margin:0 0 14px}.section-lead{color:var(--muted);font-size:18px;line-height:1.7;max-width:720px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:0 7px 24px rgba(18,24,40,.04)}.card h3{margin:10px 0 8px;letter-spacing:-.03em}.card p{margin:0;color:var(--muted);line-height:1.65}.icon{width:44px;height:44px;border-radius:14px;background:#eeedff;color:var(--accent);display:grid;place-items:center;font-weight:900}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{padding:22px 16px;background:#111217;color:#fff;position:sticky;top:0;height:100vh}.sidebar .brand{padding:6px 8px 24px}.side-nav{display:flex;flex-direction:column;gap:6px}.side-nav button{border:0;background:transparent;color:#aeb2bf;text-align:left;padding:12px 13px;border-radius:12px;cursor:pointer;font-weight:700}.side-nav button.active,.side-nav button:hover{background:#24262e;color:#fff}.main{padding:30px}.page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:24px}.page-head h1{font-size:32px;letter-spacing:-.05em;margin:0 0 8px}.muted{color:var(--muted)}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:20px}.kpi small{color:var(--muted);font-weight:700}.kpi strong{display:block;font-size:27px;letter-spacing:-.04em;margin-top:8px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:20px;margin-top:18px;overflow:hidden}.panel-head{padding:18px 20px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.panel-head h3{margin:0}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:720px}.table th,.table td{padding:14px 18px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.table th{font-size:12px;text-transform:uppercase;color:var(--muted);letter-spacing:.04em;background:#fafbfc}.badge{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#eef0f5;color:#5f6470;font-size:12px;font-weight:800}.badge.live{background:#fff0f1;color:#d92d42}.badge.good{background:#eaf8f1;color:#0a7d51}.badge.warn{background:#fff7e8;color:#a76510}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:13px;font-weight:800;color:#505461}.field input,.field select,.field textarea{border:1px solid var(--line);border-radius:13px;padding:12px 13px;background:#fff;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:#aaa5ff;box-shadow:0 0 0 3px #efeeff}.modal{position:fixed;inset:0;background:rgba(13,16,24,.42);display:none;align-items:flex-end;justify-content:center;z-index:50}.modal.open{display:flex}.sheet{width:min(620px,100%);background:#fff;border-radius:26px 26px 0 0;padding:22px;max-height:86vh;overflow:auto}.toast{position:fixed;right:20px;bottom:20px;padding:13px 16px;border-radius:13px;background:#111217;color:#fff;display:none;z-index:100}.toast.show{display:block}.mobile-app{max-width:520px;margin:0 auto;min-height:100vh;background:#fff;border-left:1px solid var(--line);border-right:1px solid var(--line)}.mobile-head{position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20;padding:14px 16px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.video{background:#101114;aspect-ratio:16/9}.video iframe{width:100%;height:100%;border:0}.live-body{padding:16px 16px 110px}.current-card{border:1px solid var(--line);border-radius:22px;padding:16px;margin:14px 0;background:#fff;box-shadow:0 12px 30px rgba(18,24,40,.06)}.product-row{display:grid;grid-template-columns:72px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.thumb{width:72px;height:72px;border-radius:15px;background:#f0f2f7;object-fit:cover}.sticky-cart{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);width:min(488px,calc(100% - 32px));background:#111217;color:#fff;border-radius:18px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 18px 50px rgba(17,18,23,.24);z-index:25}.tabs{display:flex;gap:8px;overflow:auto}.tabs button{white-space:nowrap}.empty{padding:44px 20px;text-align:center;color:var(--muted)}.skeleton{background:linear-gradient(90deg,#f0f1f4 25%,#fafafa 40%,#f0f1f4 65%);background-size:300% 100%;animation:shimmer 1.3s infinite;border-radius:12px}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:0 0}}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero h1{font-size:46px}.cards{grid-template-columns:1fr}.shell{display:block}.sidebar{height:auto;position:static}.side-nav{flex-direction:row;overflow:auto}.main{padding:20px}.kpis{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.wrap{padding:0 16px}.nav .hide-mobile{display:none}.hero{padding:58px 0}.hero h1{font-size:40px}.hero p{font-size:16px}.section h2{font-size:34px}.kpis{grid-template-columns:1fr 1fr}.form-grid{grid-template-columns:1fr}.page-head{flex-direction:column}.main{padding:16px}}
.live-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.live-product-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:6px}.live-product-card small{color:var(--muted);line-height:1.5}.live-product-card b{color:var(--accent);font-size:12px}.live-product-card.active{border-color:var(--accent);background:#f4f2ff;box-shadow:0 0 0 2px rgba(79,70,229,.08)}@media(max-width:560px){.live-product-grid{grid-template-columns:1fr}}
.customer-bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(520px,100%);height:68px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);z-index:24;padding-bottom:env(safe-area-inset-bottom)}.customer-bottom-nav button{border:0;background:transparent;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:12px;cursor:pointer}.customer-bottom-nav button span{font-size:18px}.customer-bottom-nav button.active{color:var(--accent)}.sticky-cart{bottom:82px}.account-view{padding:22px 16px 100px}.section-title h2{margin:0 0 6px;font-size:28px;letter-spacing:-.04em}.order-cards{display:grid;gap:12px}.order-card{border:1px solid var(--line);border-radius:20px;background:#fff;padding:17px}.order-card-head,.order-card-foot{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.order-card-head b{display:block;margin-top:4px}.order-items{padding:14px 0;margin:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;gap:8px}.order-items>div{display:flex;justify-content:space-between;gap:12px;font-size:14px}.order-card-foot{flex-direction:column}.profile-card{display:grid;grid-template-columns:100px 1fr;gap:12px}.price-row{display:flex;justify-content:space-between;margin-top:8px}.price-row.total{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);font-size:20px}
.portal-live-card{transition:.18s ease}.portal-live-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}

/* SAJA LIVE customer-first public website */
.site-body{background:#fff;color:var(--text)}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(230,232,238,.9)}.site-header-inner{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-nav{display:flex;align-items:center;gap:24px;font-size:14px;font-weight:800;color:#434753}.site-nav a:hover,.site-text-link:hover{color:var(--accent)}.site-actions{display:flex;align-items:center;gap:10px}.site-text-link{font-size:14px;font-weight:800;color:#555a67}.site-lang{padding:10px 12px}.site-hero{padding:68px 0 74px;background:radial-gradient(circle at 15% 10%,#f0efff 0,transparent 34%),radial-gradient(circle at 95% 30%,#f8eefe 0,transparent 30%),linear-gradient(180deg,#fff,#fafaff)}.site-hero-grid{display:grid;grid-template-columns:1fr .88fr;gap:58px;align-items:center}.site-hero-copy h1{font-size:68px;line-height:1.02;letter-spacing:-.065em;margin:18px 0 22px;max-width:640px}.site-hero-copy>p{font-size:19px;line-height:1.75;color:var(--muted);max-width:650px;margin:0}.site-hero-actions{display:flex;gap:10px;margin-top:30px}.site-cta{padding:14px 19px}.site-hero-points{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:28px;color:#6a6f7c;font-size:13px;font-weight:750}.site-hero-points span:first-child{color:var(--red);font-weight:900}.site-hero-stage{min-height:560px;border-radius:34px;overflow:hidden;background:#111217;box-shadow:0 32px 80px rgba(37,35,76,.18)}.site-hero-stage.skeleton{border-radius:34px}.site-hero-live{display:block;height:100%;min-height:560px;color:#fff}.site-hero-cover{height:100%;min-height:560px;position:relative;overflow:hidden;background:linear-gradient(145deg,#1a1b21,#322e59)}.site-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.site-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,14,18,.06) 20%,rgba(13,14,18,.82) 100%)}.site-live-badge{display:inline-flex;align-items:center;width:max-content;padding:7px 10px;border-radius:999px;background:#ff3448;color:#fff;font-size:12px;font-weight:900;box-shadow:0 7px 18px rgba(240,68,82,.24)}.site-live-badge.compact{padding:5px 8px;font-size:10px}.hero-badge{position:absolute;top:20px;left:20px}.site-hero-live-copy{position:absolute;left:26px;right:26px;bottom:26px;display:grid;gap:8px}.site-hero-live-copy small{color:rgba(255,255,255,.76);font-weight:750}.site-hero-live-copy h3{font-size:27px;line-height:1.25;margin:0;letter-spacing:-.04em}.site-hero-live-copy b{font-size:24px}.site-hero-live-copy>span:last-child{margin-top:6px;font-weight:900}.site-hero-empty{min-height:560px;padding:38px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(109,93,252,.34),transparent 34%),#111217;color:#fff}.site-hero-empty h3{font-size:28px;margin:22px 0 10px}.site-hero-empty p{max-width:360px;color:#b8bdc9;line-height:1.7}.site-hero-empty strong{font-size:22px;margin-top:14px}.site-orbit{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);font-weight:950;letter-spacing:.08em;box-shadow:0 0 0 18px rgba(109,93,252,.08),0 0 0 38px rgba(109,93,252,.04)}
.site-section{padding:82px 0}.site-section-soft{background:#f7f8fb}.site-section-dark{background:#111217;color:#fff}.site-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.site-section-head h2{font-size:42px;letter-spacing:-.055em;margin:12px 0 10px}.site-section-head p{margin:0;color:var(--muted);font-size:17px;line-height:1.7}.site-section-head-light p{color:#aeb3c0}.eyebrow.dark{background:#252731;color:#c9c5ff}.site-live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-card{border:1px solid var(--line);border-radius:24px;background:#fff;overflow:hidden;min-height:340px;box-shadow:0 12px 34px rgba(20,24,36,.06);transition:.2s ease}.site-card:hover,.site-product-card:hover,.site-replay-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(20,24,36,.11)}.site-card-media{height:220px;position:relative;background:#eff1f5;overflow:hidden}.site-card-image,.site-product-image,.site-replay-image{width:100%;height:100%;object-fit:cover}.site-card-media .site-live-badge{position:absolute;top:14px;left:14px}.site-card-body{padding:20px}.site-card-body small{color:var(--muted);font-weight:750}.site-card-body h3{font-size:20px;line-height:1.35;letter-spacing:-.035em;margin:7px 0}.site-card-body p{color:var(--muted);margin:0 0 18px}.site-card-meta{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:16px}.site-card-meta span{color:var(--muted);font-size:13px}.site-card-meta b{font-size:15px;color:var(--accent)}.site-image-placeholder{display:grid;place-items:center;background:linear-gradient(145deg,#ecebfd,#f8f7ff);color:var(--accent);font-size:38px;font-weight:950}.site-schedule-list{display:grid;gap:10px}.site-schedule-row{display:grid;grid-template-columns:180px 1fr 30px;align-items:center;gap:20px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px 22px;min-height:92px;transition:.18s ease}.site-schedule-row:hover{border-color:#c7c3ff;transform:translateX(3px)}.site-schedule-row time{font-size:14px;font-weight:850;color:var(--accent)}.site-schedule-main{display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:4px 10px}.site-schedule-main b{font-size:17px}.site-schedule-main small{grid-column:2;color:var(--muted)}.site-schedule-arrow{font-size:24px;color:#8a8f9b}.site-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.site-product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.2s ease}.site-product-image{height:230px;background:#f0f2f7}.site-product-body{padding:17px}.site-product-body h3{font-size:17px;line-height:1.35;margin:10px 0 6px;letter-spacing:-.03em}.site-product-body>small{color:var(--muted)}.site-product-price{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:14px}.site-product-price b{font-size:18px}.site-product-price span{font-size:12px;color:var(--muted)}.site-seller-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.site-seller-card{display:grid;grid-template-columns:64px 1fr 24px;align-items:center;gap:15px;padding:20px;border:1px solid #2d3038;border-radius:22px;background:#1b1d24;color:#fff;min-height:130px;transition:.18s ease}.site-seller-card:hover{border-color:#6860d8;background:#20222a}.site-seller-avatar{width:64px;height:64px;border-radius:20px;background:linear-gradient(145deg,var(--accent),#8b5cf6);display:grid;place-items:center;font-size:26px;font-weight:950}.site-seller-card h3{margin:7px 0 3px}.site-seller-card p,.site-seller-card small{margin:0;color:#aeb3c0}.site-seller-arrow{font-size:24px;color:#8e94a2}.site-replay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.site-replay-card{border:1px solid var(--line);border-radius:23px;overflow:hidden;background:#fff;transition:.2s ease}.site-replay-media{height:210px;position:relative;background:#eff1f5;overflow:hidden}.site-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(17,18,23,.84);color:#fff;padding-left:3px}.site-benefit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.site-benefit{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px}.site-benefit>span{color:var(--accent);font-size:13px;font-weight:900}.site-benefit h3{font-size:19px;margin:13px 0 8px}.site-benefit p{margin:0;color:var(--muted);line-height:1.7}.site-partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.site-partner-card{border-radius:28px;padding:32px;min-height:280px;display:flex;flex-direction:column;align-items:flex-start}.site-partner-card.seller{background:linear-gradient(145deg,#171821,#292454);color:#fff}.site-partner-card.supplier{background:#f3f4f8;border:1px solid var(--line)}.site-partner-icon{display:inline-flex;padding:8px 11px;border-radius:999px;background:rgba(109,93,252,.16);color:#a9a2ff;font-size:12px;font-weight:950;letter-spacing:.05em}.site-partner-card.supplier .site-partner-icon{background:#e5e4ff;color:var(--accent)}.site-partner-card h3{font-size:28px;letter-spacing:-.04em;margin:24px 0 10px}.site-partner-card p{line-height:1.75;max-width:500px;margin:0 0 26px;color:#b9bdca}.site-partner-card.supplier p{color:var(--muted)}.site-partner-card .btn{margin-top:auto}.site-footer{background:#0d0e12;color:#fff;padding:48px 0 26px}.site-footer-grid{display:flex;justify-content:space-between;gap:30px}.site-footer p{color:#969ba8}.site-footer-links{display:flex;flex-wrap:wrap;gap:10px 20px;color:#b9bdc7;font-size:14px}.site-footer-copy{padding-top:28px;margin-top:28px;border-top:1px solid #24262c;color:#737987;font-size:12px}.site-empty{grid-column:1/-1;min-height:190px;border:1px dashed #d8dbe3;border-radius:22px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.6);color:var(--muted)}.site-empty>span{width:42px;height:42px;border-radius:14px;background:#eeedff;color:var(--accent);display:grid;place-items:center;font-weight:950}.site-empty h3{color:var(--text);margin:13px 0 5px}.site-empty p{margin:0;line-height:1.6}.site-section-dark .site-empty{background:#191b21;border-color:#343740;color:#9fa4b1}.site-section-dark .site-empty h3{color:#fff}.dark-skeleton{background:linear-gradient(90deg,#1d2026 25%,#2a2c34 40%,#1d2026 65%);background-size:300% 100%}
@media(max-width:980px){.site-nav{display:none}.site-hero-grid{grid-template-columns:1fr;gap:38px}.site-hero-copy h1{font-size:56px}.site-hero-stage,.site-hero-live,.site-hero-cover,.site-hero-empty{min-height:500px}.site-live-grid,.site-seller-grid,.site-replay-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-product-grid,.site-benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.site-header-inner{height:66px}.site-actions{gap:6px}.site-lang{max-width:110px}.hide-small{display:none!important}.site-hero{padding:48px 0 54px}.site-hero-copy h1{font-size:46px}.site-hero-copy>p{font-size:16px}.site-hero-actions{flex-direction:column}.site-hero-actions .btn{text-align:center}.site-hero-points{gap:7px 13px}.site-hero-stage,.site-hero-live,.site-hero-cover,.site-hero-empty{min-height:460px}.site-section{padding:60px 0}.site-section-head h2{font-size:34px}.site-section-head p{font-size:15px}.site-live-grid,.site-product-grid,.site-seller-grid,.site-replay-grid,.site-benefit-grid,.site-partner-grid{grid-template-columns:1fr}.site-card-media,.site-product-image,.site-replay-media{height:220px}.site-schedule-row{grid-template-columns:1fr 24px;gap:10px;padding:17px}.site-schedule-row time{grid-column:1}.site-schedule-main{grid-column:1}.site-schedule-arrow{grid-column:2;grid-row:1/3}.site-partner-card{min-height:250px;padding:26px}.site-footer-grid{flex-direction:column}.site-footer-links{flex-direction:column}}

.fixed-setting{min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface2);display:flex;flex-direction:column;gap:2px}.fixed-setting small{color:var(--muted)}

/* SAJA LIVE PWA / device notification UX */
[hidden]{display:none!important}.pwa-head-install{padding:9px 10px!important;white-space:nowrap}.site-install-button{white-space:nowrap}.pwa-settings-card{margin-top:18px;display:grid;gap:16px}.pwa-settings-head{display:flex;align-items:center;gap:14px}.pwa-settings-head img{width:54px;height:54px;border-radius:14px;border:1px solid var(--line);background:#fff}.pwa-settings-head h3{margin:0 0 4px}.pwa-settings-head p{margin:0}.pwa-setting-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 0;border-top:1px solid var(--line)}.pwa-setting-copy{min-width:0;display:grid;gap:3px}.pwa-setting-copy b{font-size:15px}.pwa-setting-copy small{color:var(--muted);line-height:1.45}.pwa-status{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800;padding:5px 9px;border-radius:999px;background:var(--surface2);color:var(--muted);white-space:nowrap}.pwa-status.on{background:#eaf8ef;color:#167340}.pwa-status.warn{background:#fff4dd;color:#8c5a00}.pwa-status.blocked{background:#fff0f0;color:#a32929}.pwa-row-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pwa-help-overlay{position:fixed;inset:0;z-index:5000;background:rgba(9,15,25,.58);display:none;align-items:flex-end;justify-content:center;padding:20px}.pwa-help-overlay.open{display:flex}.pwa-help-card{width:min(440px,100%);border-radius:24px;background:#fff;padding:28px 24px calc(24px + env(safe-area-inset-bottom));text-align:center;box-shadow:0 24px 80px rgba(0,0,0,.24)}.pwa-help-card img{width:72px;height:72px;border-radius:18px;border:1px solid #e5e7eb}.pwa-help-card h2{margin:16px 0 8px}.pwa-help-card p{color:#626976;white-space:pre-line;line-height:1.6}.pwa-help-card .btn{width:100%;margin-top:10px}.pwa-onboarding-overlay{position:fixed;inset:0;z-index:4900;background:rgba(9,15,25,.55);display:flex;align-items:flex-end;justify-content:center;padding:20px}.pwa-onboarding-card{width:min(440px,100%);border-radius:24px;background:#fff;padding:26px 22px calc(22px + env(safe-area-inset-bottom));box-shadow:0 24px 80px rgba(0,0,0,.22)}.pwa-onboarding-card img{width:56px;height:56px;border-radius:14px}.pwa-onboarding-card h2{margin:14px 0 7px}.pwa-onboarding-card p{margin:0;color:#626976;line-height:1.55}.pwa-onboarding-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:8px;margin-top:18px}.pwa-onboarding-actions .btn{width:100%}@media(max-width:560px){.pwa-setting-row{align-items:flex-start;flex-direction:column}.pwa-row-actions{width:100%;justify-content:stretch}.pwa-row-actions .btn{flex:1}.pwa-head-install{font-size:12px;padding:8px!important}.site-install-button{font-size:12px;padding:8px 10px}}
@media(max-width:640px){.site-header .brand>span:last-child{display:none}.site-header .brand{gap:0}.site-install-button{font-size:12px;padding:8px 9px}.site-lang{max-width:94px}}
@media(max-width:380px){.pwa-head-install{display:none!important}.mobile-head .brand{font-size:17px}.mobile-head .brand>span:last-child{max-width:86px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}
