:root{color:#18202b;background:#eef1ee;font-family:Noto Sans KR,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--app-bg: #f8faf6;--surface: #ffffff;--surface-soft: #fff5d8;--surface-warm: #fffcf4;--line: #e7dfd0;--line-strong: #e6d3a8;--text: #18202b;--muted: #677170;--primary: #f4c430;--primary-strong: #7e6100;--primary-ink: #231800;--primary-shadow: rgba(244, 196, 48, .24);--accent-night: #263655;--accent-night-soft: #eef2f7;--danger: #c94a5f;--danger-soft: #fff0f3;--shadow: 0 18px 40px rgba(34, 45, 58, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#eef1ee}button,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.64}#root{min-height:100vh}.app-shell{display:grid;grid-template-rows:auto 1fr auto;height:100vh;height:100dvh;min-height:100vh;max-width:390px;margin:0 auto;overflow:hidden;background:var(--app-bg);box-shadow:var(--shadow)}.app-shell--splash{grid-template-rows:1fr;overflow:hidden;background:#fff8e9}.splash-screen{position:relative;width:100%;min-height:100vh;min-height:100dvh;overflow:hidden;background:#fff8e9;color:var(--text)}.splash-image,.splash-scrim{position:absolute;inset:0;width:100%;height:100%}.splash-image{object-fit:cover}.splash-scrim{pointer-events:none;z-index:1}.splash-scrim-top{height:31%;background:linear-gradient(180deg,#fffdf6c7,#fff8e800)}.splash-scrim-bottom{top:auto;height:24%;background:linear-gradient(180deg,#fff6dc00,#fff2c6a3)}.splash-copy{position:relative;z-index:2;display:grid;justify-items:center;text-align:center}.splash-copy p{margin:0}.splash-copy-top{padding-top:70px;gap:9px}.splash-brand{color:#202535;font-size:32px;font-weight:800;line-height:1.2}.splash-helper{color:#555044;font-size:15px;font-weight:500;line-height:1.5}.splash-copy-bottom{position:absolute;right:0;bottom:52px;left:0;gap:12px}.splash-caption{color:#6a604f;font-size:13px;font-weight:500;line-height:1.45}.splash-loading-dots{display:flex;gap:7px;align-items:center;justify-content:center}.splash-loading-dots span{width:7px;height:7px;border-radius:50%;background:var(--primary);opacity:.34;animation:splash-dot-pulse 1.2s ease-in-out infinite}.splash-loading-dots span:nth-child(2){animation-delay:.16s}.splash-loading-dots span:nth-child(3){animation-delay:.32s}@keyframes splash-dot-pulse{0%,80%,to{opacity:.34;transform:scale(.88)}40%{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.splash-loading-dots span{animation:none;opacity:.72;transform:none}}.top-bar{position:relative;display:flex;justify-content:center;align-items:flex-start;min-height:74px;padding:18px 24px 12px;background:var(--app-bg)}.top-bar h1,.top-bar p,.stack h2,.stack p{margin:0}.top-bar h1{color:var(--text);font-size:18px;font-weight:800;line-height:1.45}.top-brand{min-width:0;width:min(198px,calc(100% - 168px));text-align:center}.top-brand h1,.top-brand p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eyebrow{color:var(--muted);font-size:12px;font-weight:500;line-height:1.5}.mascot-avatar{display:block;flex:0 0 auto;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface-warm);object-fit:cover}.mascot-avatar.sm{width:36px;height:36px}.mascot-avatar.md{width:52px;height:52px}.mascot-avatar.lg{width:92px;height:92px}.screen-area{min-height:0;overflow:auto;padding:24px 18px 22px;background:var(--app-bg);-ms-overflow-style:none;scrollbar-width:none}.screen-area::-webkit-scrollbar{width:0;height:0}.stack,.home-screen{display:grid;gap:20px}.stack>p{color:var(--muted);font-size:14px;line-height:1.58}.small-copy{color:var(--muted);font-size:13px}.minimal-home{align-content:center;gap:18px;min-height:100%;padding:14px 6px 8px}.minimal-home-hero{display:grid;justify-items:center;gap:15px;padding:42px 8px 34px;text-align:center}.minimal-home-mascot-frame{position:relative;display:grid;place-items:center;width:112px;height:112px;isolation:isolate}.minimal-home-mascot-frame:before{position:absolute;inset:-52px;z-index:0;border-radius:50%;background:radial-gradient(circle,#ecca7a1a,#ecca7a0e 44%,#ecca7a00 74%);content:"";filter:blur(16px);pointer-events:none}.minimal-home-hero .mascot-avatar.lg{position:relative;z-index:1;width:112px;height:112px;box-shadow:0 10px 30px #ecca7a17}.minimal-home-hero h2,.minimal-home-hero p{margin:0}.minimal-home-hero h2{color:var(--text);font-size:27px;font-weight:700;line-height:1.4}.minimal-home-hero p{color:var(--muted);font-size:14px;line-height:1.58}.minimal-home-primary,.minimal-home-link{border-radius:8px;font-weight:800}.minimal-home-primary{width:100%;min-height:54px;border:0;background:var(--primary);box-shadow:0 9px 18px var(--primary-shadow);color:var(--primary-ink);font-size:15px}.minimal-home-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.minimal-home-link{min-height:44px;border:1px solid var(--line);background:var(--surface);color:var(--text);font-size:13px}.web-home-status-strip{display:grid;gap:10px;padding:14px 16px;border-top:1px solid rgba(231,223,208,.68);border-bottom:1px solid rgba(231,223,208,.68);background:#fffcf4e0}.web-home-status-pills{display:flex;flex-wrap:wrap;gap:8px}.web-home-status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(230,211,168,.72);border-radius:999px;background:#fffffff0;color:var(--primary-strong);font-size:11px;font-weight:800;line-height:1}.web-home-status-pill.primary{background:#fff5d8f5}.web-home-status-strip p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.list-row,.summary-band{width:100%;border:1px solid var(--line);background:var(--surface);color:var(--text)}.list-row small{color:var(--muted);font-size:13px;line-height:1.54}.list{display:grid;gap:10px}.list-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;min-height:64px;padding:12px 20px;border-radius:14px;text-align:left}.list-row span{display:grid;gap:4px}.notice{display:grid;gap:6px;padding:12px 14px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-warm)}.notice p{margin:0;color:#6f675c;font-size:11px;line-height:1.55}.notice strong{color:var(--text);font-size:12px;line-height:1.5}.notice.danger{border-color:#efb8c1;background:var(--danger-soft)}.notice.danger strong{color:var(--danger)}.notice.danger p{color:#70404b}.primary-button,.ghost-button,.credit-badge,.tab,.ghost-link-button{font-weight:800}.primary-button{min-height:36px;border:0;border-radius:18px;background:var(--primary);color:var(--primary-ink);padding:0 14px;font-size:10px}.composer-actions .primary-button{box-shadow:0 5px 12px #f4c4302e}.profile-actions .primary-button,.error-actions .primary-button,.purchase-button{box-shadow:0 9px 18px #f4c4303b}.ghost-button{min-height:32px;border:0;background:transparent;color:var(--muted);padding:0;text-align:left}.credit-badge{position:absolute;top:24px;right:24px;min-width:80px;min-height:32px;border:1px solid var(--line);border-radius:16px;background:var(--surface-warm);color:var(--primary-strong);font-size:12px}.ghost-link-button{min-height:38px;border:0;background:transparent;color:var(--muted);font-size:12px}.chat-layout{display:grid;grid-template-rows:1fr auto auto;gap:18px;min-height:100%}.chat-empty-flow{display:grid;align-content:center;gap:22px;min-height:520px}.chat-empty-open{display:grid;justify-items:center;gap:14px;padding:24px 4px 6px;text-align:center}.chat-empty-mascot-frame{position:relative;display:grid;place-items:center;width:72px;height:72px;margin-bottom:4px;isolation:isolate}.chat-empty-mascot-frame:before{position:absolute;inset:-34px;z-index:0;border-radius:50%;background:radial-gradient(circle,#ecca7a1f,#ecca7a0f 46%,#ecca7a00 76%);content:"";filter:blur(13px);pointer-events:none}.chat-empty-mascot-frame .mascot-avatar.md{position:relative;z-index:1;width:56px;height:56px;box-shadow:0 8px 24px #ecca7a1a}.chat-empty-open h2,.chat-empty-open p{margin:0}.chat-empty-open h2{color:var(--text);font-size:27px;font-weight:700;line-height:1.4}.chat-empty-open p{color:var(--muted);font-size:14px;line-height:1.58}.follow-up-row,.chat-action-row{display:flex;flex-wrap:wrap;gap:10px}.intent-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;width:100%;padding-top:34px}.intent-chip{display:flex;align-items:center;gap:12px;min-height:52px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:0 16px;font-size:14px;font-weight:800;box-shadow:0 8px 18px #222d3a09;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.intent-chip:focus-visible,.intent-chip:hover:not(:disabled){border-color:var(--line-strong);box-shadow:0 10px 20px #f4c4301a;transform:translateY(-1px)}.intent-chip span{width:16px;height:16px;border-radius:50%;background:var(--primary)}.intent-chip:nth-child(2) span{background:var(--danger)}.intent-chip:nth-child(3) span{background:#5d73d6}.intent-chip:nth-child(4) span{background:#4a8a6a}.quiet-safety-line{align-self:end;margin:0;color:var(--primary-strong);font-size:11px;font-weight:600;line-height:1.55;text-align:center}.follow-up-row button,.chat-action-row button,.safe-rewrite-card button,.inline-link-button{border:1px solid var(--line);background:var(--surface);color:var(--text);font-weight:700}.follow-up-row button{min-height:34px;border-radius:17px;padding:0 16px;font-size:12px}.chat-action-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:min(100%,334px);padding-top:12px}.chat-action-row button{min-height:38px;border-radius:8px;padding:0 10px;color:var(--text);font-size:12px}.message-list{display:grid;align-content:start;gap:16px;min-height:520px}.message-row{display:flex;align-items:flex-start;gap:8px}.message-row.user{justify-content:flex-end}.message-stack{display:grid;gap:7px;justify-items:start}.assistant-meta{display:flex;align-items:center;gap:8px;color:var(--primary-strong);font-size:12px;font-weight:800}.assistant-meta .mascot-avatar.sm{width:30px;height:30px}.message-bubble{max-width:328px;border-radius:18px;padding:16px;font-size:13px;line-height:1.55;white-space:pre-line}.message-bubble.assistant{background:var(--surface);color:var(--text);border:1px solid var(--line)}.message-bubble.user{max-width:288px;background:var(--accent-night);color:#fff8e6}.message-bubble.blocked{background:var(--danger-soft);color:var(--danger)}.charge-meta{margin:-2px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.pending{opacity:.92}.loading-bubble{display:block;min-width:min(306px,100%)}.status-hint{min-width:164px;margin:4px 0 0;padding:10px 18px;border-radius:8px;background:var(--surface-soft);color:var(--primary-strong);font-size:12px;font-weight:800;line-height:1.45;text-align:center}.follow-up-row{max-width:328px;padding-top:2px}.follow-up-row button{color:var(--primary-strong)}.blocked-panel{display:grid;gap:12px}.safe-rewrite-card{display:grid;gap:10px;padding:16px;border:1px solid var(--line);border-radius:14px;background:var(--surface)}.safe-rewrite-card strong{color:var(--text);font-size:13px;line-height:1.5}.safe-rewrite-card button{border:0;background:transparent;color:var(--primary-strong);padding:0;text-align:left;font-size:13px;line-height:1.55}.inline-link-button{justify-self:start;min-height:30px;border-radius:15px;padding:0 12px;color:var(--primary-strong);font-size:12px}.composer{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;min-height:62px;padding:12px 14px 12px 22px;border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 8px 18px #ecca7a12}.composer:focus-within{border-color:var(--line-strong);box-shadow:0 0 0 3px #f4c4301f,0 8px 18px #ecca7a14}.composer label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.composer textarea{width:100%;resize:none;min-height:24px;max-height:72px;border:0;background:transparent;color:var(--text);padding:0}.composer textarea::placeholder{color:var(--muted)}.composer textarea:focus{outline:0}.composer textarea:disabled{color:var(--muted)}.composer.loading{background:var(--surface)}.composer-actions{display:contents}.composer-actions .primary-button{width:36px;min-width:36px;height:36px;padding:0}.summary-band{display:grid;grid-template-columns:1fr auto;gap:8px 12px;align-items:center;padding:16px;border-radius:8px}.credits-screen{gap:16px}.credits-screen .summary-band{border-color:var(--line-strong);background:var(--surface-warm);box-shadow:0 9px 18px #f4c43014}.summary-band strong{grid-column:1;font-size:34px;line-height:1}.summary-band span{grid-column:1 / -1;color:var(--muted);font-size:13px}.summary-band small{grid-column:2;grid-row:1;justify-self:end;color:var(--primary-strong);font-size:12px;font-weight:800}.summary-band button{align-self:stretch;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--primary-strong);font-weight:700;padding:0 12px}.credits-screen .list{gap:12px}.credit-pack-row{min-height:66px;border-radius:8px;box-shadow:0 8px 18px #222d3a09;transition:background .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.credit-pack-row>span:last-child{color:var(--primary-strong);font-size:14px;font-weight:800}.credit-pack-row.featured{border-color:var(--line-strong);background:linear-gradient(180deg,var(--surface-warm) 0%,var(--surface) 100%);box-shadow:0 10px 22px #f4c4301f}.credit-pack-row:focus-visible,.credit-pack-row:hover:not(:disabled){border-color:var(--line-strong);background:linear-gradient(180deg,#fffdf9fa,#fff);box-shadow:0 10px 22px #222d3a0d,inset 0 0 0 1px #e6d3a82e;transform:translateY(-1px)}.credit-pack-row:focus-visible>span:last-child,.credit-pack-row:hover:not(:disabled)>span:last-child{color:#705200}.static-row{cursor:default}.credit-policy-note{margin:0;padding:14px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-warm);color:var(--primary-strong);font-size:11px;font-weight:600;line-height:1.55}.credit-pricing-note{margin:0;color:var(--muted);font-size:10px;line-height:1.5;text-align:center}.profile-screen{gap:18px}.profile-session-card{display:grid;gap:18px;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 10px 24px #b38b2d0b}.profile-session-card.expanded{border-color:var(--line-strong);box-shadow:0 12px 28px #f4c4301c}.profile-session-title{display:grid;gap:5px;min-width:0}.profile-session-title h2,.profile-session-title p{margin:0}.profile-session-title h2{color:var(--text);font-size:17px;font-weight:800;line-height:1.45}.profile-session-title p:not(.eyebrow){color:#6f675c;font-size:12px;line-height:1.55}.profile-summary-button{display:grid;grid-template-columns:max-content minmax(0,1fr) auto;gap:12px;align-items:center;min-height:58px;width:100%;border:0;border-top:1px solid rgba(231,223,208,.74);background:transparent;color:var(--text);padding:14px 0 0;text-align:left}.profile-summary-button span:first-child,.profile-summary-button strong{font-size:13px;line-height:1.45}.profile-summary-button span:first-child{font-weight:800}.profile-summary-button strong{justify-self:end;max-width:min(192px,100%);overflow:hidden;border-radius:8px;background:#f4c4301c;color:var(--primary-strong);font-weight:800;padding:3px 9px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.profile-summary-chevron{display:grid;place-items:center;width:22px;height:22px;color:var(--line-strong);font-size:18px;font-weight:800;line-height:1;transition:color .14s ease,transform .14s ease}.profile-summary-button[aria-expanded=true] .profile-summary-chevron{transform:rotate(90deg)}.profile-summary-button:focus-visible{outline:0;box-shadow:0 3px #f4c43047}.profile-summary-button:hover:not(:disabled) .profile-summary-chevron{color:var(--primary-strong);transform:translate(2px)}.profile-summary-button[aria-expanded=true]:hover:not(:disabled) .profile-summary-chevron{transform:rotate(90deg) translate(2px)}.profile-scope-card{display:grid;gap:16px;padding:18px 20px;border:1px solid rgba(231,223,208,.68);border-radius:8px;background:#fffcf494}.profile-scope-copy{display:grid;gap:5px}.profile-scope-copy h2,.profile-scope-copy p,.profile-scope-list{margin:0}.profile-scope-copy h2{color:var(--text);font-size:15px;font-weight:800;line-height:1.45}.profile-scope-copy p:not(.eyebrow){color:#6f675c;font-size:11px;line-height:1.55}.profile-scope-list{display:grid;gap:12px;border-top:0}.profile-scope-list div{display:grid;grid-template-columns:minmax(86px,1fr) minmax(0,1.4fr);gap:12px;align-items:center;min-height:30px}.profile-scope-list dt,.profile-scope-list dd{margin:0;font-size:12px;line-height:1.45}.profile-scope-list dt{color:var(--text);font-weight:800}.profile-scope-list dd{color:var(--primary-strong);justify-self:end;font-weight:700;max-width:100%;padding:4px 10px;border-radius:8px;background:#f4c4301f;text-align:right}.profile-form{display:grid;gap:14px;padding-top:2px;border-top:0}.profile-field{display:grid;gap:6px}.profile-field label{color:var(--text);font-size:12px;font-weight:800;line-height:1.5}.profile-field input,.profile-field select{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;background:var(--surface-warm);color:var(--text);padding:0 12px;font:inherit;font-size:14px}.profile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:4px}.profile-actions .primary-button,.profile-actions .ghost-link-button{min-height:46px;border-radius:8px;font-size:13px}.profile-actions .ghost-link-button{border:1px solid var(--line);background:var(--surface);color:var(--text)}.policy-link-section{display:grid;gap:14px;padding:18px 20px;border:1px solid rgba(231,223,208,.68);border-radius:8px;background:#fffcf494}.policy-link-header{display:grid;gap:5px}.policy-link-header h2,.policy-link-header p{margin:0}.policy-link-header h2{color:var(--text);font-size:15px;font-weight:800;line-height:1.45}.policy-link-header p:not(.eyebrow){color:#6f675c;font-size:11px;line-height:1.55}.policy-link-list{display:grid}.policy-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:54px;padding:12px 0;color:inherit;text-decoration:none}.policy-link-row+.policy-link-row{border-top:1px solid rgba(231,223,208,.72)}.policy-link-copy{display:grid;gap:3px;min-width:0}.policy-link-copy strong{color:var(--text);font-size:13px;line-height:1.45}.policy-link-copy small{color:var(--muted);font-size:11px;line-height:1.5}.policy-link-chevron{display:grid;place-items:center;width:20px;height:20px;color:var(--line-strong);transition:color .14s ease,transform .14s ease}.policy-link-chevron svg{display:block;width:12px;height:12px;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;fill:none}.policy-link-row:hover .policy-link-chevron,.policy-link-row:focus-visible .policy-link-chevron{color:var(--primary-strong);transform:translate(2px)}.policy-link-row:focus-visible{outline:0;box-shadow:inset 0 -2px #f4c4302e}.screen-heading{display:grid;gap:6px}.screen-heading h2{color:var(--text);font-size:24px;font-weight:800;line-height:1.36}.screen-heading p:not(.eyebrow){color:var(--muted);font-size:13px;line-height:1.54}.purchase-summary{display:grid;gap:8px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.purchase-summary strong{color:var(--text);font-size:26px;line-height:1.2}.purchase-summary span{color:var(--muted);font-size:13px;line-height:1.54}.purchase-summary dl{display:grid;gap:8px;margin:8px 0 0}.purchase-summary dl div{display:flex;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid var(--line)}.purchase-summary dt,.purchase-summary dd{margin:0;font-size:13px;line-height:1.5}.purchase-summary dt{color:var(--muted)}.purchase-summary dd{color:var(--text);font-weight:800}.payment-method-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.payment-method-card span{color:var(--muted);font-size:13px;line-height:1.5}.payment-method-card strong{color:var(--text);font-size:14px;font-weight:800;line-height:1.5}.error-screen{align-content:start;gap:18px;min-height:100%}.error-illustration{display:grid;grid-template-columns:repeat(2,28px);grid-template-rows:28px 34px;place-content:center;gap:26px 48px;min-height:184px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.error-dot{width:28px;height:28px;border-radius:50%}.error-dot.danger{background:var(--danger)}.error-dot.gold{background:var(--primary)}.error-line{grid-column:1 / -1;justify-self:center;width:126px;height:4px;background:var(--line)}.error-copy{display:grid;gap:14px;text-align:center}.error-copy h2,.error-copy p{margin:0}.error-copy h2{color:var(--text);font-size:24px;font-weight:800;line-height:1.42}.error-copy p{color:var(--muted);font-size:14px;line-height:1.58}.error-status-card{display:grid;gap:10px;padding:16px 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.error-status-card span{color:var(--muted);font-size:13px;line-height:1.4}.error-status-card strong{color:var(--text);font-size:15px;line-height:1.46}.error-actions{display:grid;gap:10px}.error-actions .primary-button,.error-actions .ghost-link-button{min-height:52px;border-radius:8px;font-size:15px}.error-actions .ghost-link-button{background:var(--surface);color:var(--primary-strong)}.purchase-button{min-height:52px;border-radius:8px;font-size:14px}.purchase-cancel{justify-self:center;padding:0 12px}.bottom-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:8px 18px 12px;border-top:1px solid var(--line);background:var(--surface)}.tab{display:grid;justify-items:center;align-content:center;gap:4px;min-height:58px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:11px;line-height:1.25}.tab.active{color:var(--primary-strong)}.tab-icon-shell{display:grid;place-items:center;width:54px;height:30px;border-radius:15px}.tab.active .tab-icon-shell{background:var(--surface-soft)}.tab-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tab-icon path:last-child{stroke-width:1.6}.tab-icon .tab-fill{fill:currentColor;stroke:none}@media(max-width:380px){.top-bar{min-height:72px;padding:16px 18px 10px}.top-brand{width:min(190px,calc(100% - 150px))}.credit-badge{top:18px;right:18px;min-width:76px}.screen-area{padding:22px 18px 20px}.bottom-tabs{gap:4px;padding:10px 10px 12px}}:root{background:#eef1ee}body{background:#eef1ee}#root{display:flex;min-height:100vh;min-height:100dvh;justify-content:center}.web-app-frame{width:100%;min-width:320px;min-height:100vh;min-height:100dvh}.web-app-frame .app-shell{width:100%;box-shadow:none}@media(min-width:431px){#root{align-items:stretch;padding:0}.web-app-frame{width:390px;border-right:1px solid rgba(231,223,208,.84);border-left:1px solid rgba(231,223,208,.84);background:var(--app-bg);box-shadow:0 18px 44px #222d3a1f}}
