: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;--tier-dot-free: #6f9f80;--tier-dot-brief: #d8b64f;--tier-dot-deep: #56637b;--tier-dot-precision: #b56d7f;--danger: #c94a5f;--danger-soft: #fff0f3;--shadow: 0 18px 40px rgba(34, 45, 58, .09);--message-meta-action-gap-x: 6px;--lumina-safe-top: env(safe-area-inset-top, 0px);--lumina-safe-right: env(safe-area-inset-right, 0px);--lumina-safe-bottom: env(safe-area-inset-bottom, 0px);--lumina-safe-left: env(safe-area-inset-left, 0px);--lumina-intoss-safe-top: 0px;--lumina-intoss-safe-right: 0px;--lumina-intoss-safe-bottom: 0px;--lumina-intoss-safe-left: 0px;--lumina-content-safe-top: var(--lumina-safe-top);--lumina-content-safe-bottom: var(--lumina-safe-bottom)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;background:#eef1ee;overscroll-behavior:none;touch-action:manipulation;-webkit-text-size-adjust:100%}button,textarea{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:default;opacity:.64}button[aria-disabled=true]{cursor:default}#root{min-height:100vh;min-height:100dvh}.app-shell{position:relative;display:grid;grid-template-rows:auto 1fr;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;width:min(100%,390px);max-width:390px;margin:0 auto;overflow:hidden;background:var(--app-bg);box-shadow:var(--shadow);user-select:none;-webkit-user-select:none}.app-shell--intoss{width:100%;max-width:none;box-shadow:none;--lumina-content-safe-top: 0px;--lumina-content-safe-bottom: max( var(--lumina-safe-bottom), var(--lumina-intoss-safe-bottom) )}.app-shell--web{--lumina-content-safe-top: var(--lumina-safe-top);--lumina-content-safe-bottom: var(--lumina-safe-bottom)}input,textarea,select,[contenteditable=true]{user-select:text;-webkit-user-select:text}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell--splash{grid-template-rows:1fr;overflow:hidden;background:#fff8e9}.app-shell--credits{grid-template-rows:1fr;background:var(--app-bg)}.app-shell--purchase{grid-template-rows:1fr;background:#f8faf6}.app-shell--payment-return{grid-template-rows:1fr;background:#fbfcf8}.splash-screen{position:relative;width:100%;height:100%;min-height:0;overflow:hidden;background:#fff8e9;color:var(--text);isolation:isolate}.splash-image,.splash-scrim{position:absolute;inset:0;width:100%;height:100%}.splash-image{object-fit:cover;object-position:center 50%}.splash-scrim{pointer-events:none;z-index:1}.splash-scrim-top{height:31%;background:linear-gradient(180deg,#fffdf6c7,#fff8e800)}.splash-scrim-bottom{top:auto;bottom:0;height:clamp(164px,30%,192px);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:max(44px,calc(var(--lumina-content-safe-bottom) + 28px));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,.typing-dots span,.composer-voice-status.listening:before{animation:none;opacity:.72;transform:none}}@media(max-height:700px){.splash-image{object-position:center 44%}.splash-scrim-top{height:176px}.splash-scrim-bottom{height:clamp(176px,30%,192px)}.splash-copy-top{padding-top:52px;gap:7px}.splash-brand{font-size:30px}.splash-helper{font-size:14px}.splash-copy-bottom{bottom:max(38px,calc(env(safe-area-inset-bottom) + 24px));gap:11px}.splash-caption{font-size:12px}}.top-bar{position:relative;display:flex;justify-content:center;align-items:flex-start;min-height:74px;padding:18px 24px 12px;background:var(--app-bg)}.app-shell--intoss .top-bar{min-height:60px;padding:12px 18px 8px}.app-shell--intoss .top-bar .top-back-button{display:none}.app-shell--intoss .top-brand,.app-shell--intoss .top-brand--switcher{width:min(220px,calc(100% - 116px))}.app-shell--intoss .credit-badge{top:14px;right:18px}.top-bar--conversation{padding-bottom:9px}.top-bar h1,.top-bar p,.stack h2,.stack p{margin:0}.top-bar h1{color:var(--text);font-size:18px;font-weight:600;line-height:26px}.top-brand{position:relative;min-width:0;width:min(198px,calc(100% - 168px));text-align:center}.top-brand-copy{display:grid;justify-items:center;gap:3px;padding-top:2px}.top-brand .eyebrow{font-size:11px;font-weight:500;line-height:15px}.top-brand--switcher{display:grid;justify-items:center;padding-top:2px;width:min(198px,calc(100% - 184px))}.top-brand--switcher-single{padding-top:6px}.top-brand--switcher .eyebrow{width:100%}.top-brand--switcher .top-conversation-switcher{margin-top:0}.top-brand-action{position:absolute;inset:-4px 0;z-index:1;border:0;background:transparent;color:inherit;padding:0}.top-brand-action:not(:disabled){cursor:pointer}.top-back-button{position:absolute;top:24px;left:24px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(231,211,168,.72);border-radius:50%;background:var(--surface-warm);color:var(--primary-strong);padding:0}.top-back-button:not(:disabled),.top-conversation-switcher:not(:disabled){cursor:pointer}.top-back-button:focus,.top-conversation-switcher:focus{outline:0}.top-back-button:focus-visible,.top-conversation-switcher:focus-visible{box-shadow:0 0 0 3px #d8b64f47}.top-back-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.top-conversation-switcher{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:0;min-height:32px;max-width:100%;border:0;border-radius:8px;background:transparent;color:var(--text);padding:0 8px;font-family:Noto Sans KR,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.top-conversation-switcher span{min-width:0;overflow:hidden;color:var(--text);font-size:18px;font-weight:600;line-height:26px;text-overflow:clip;white-space:nowrap}.top-conversation-chevron{flex:0 0 auto;width:16px;height:16px;fill:none;stroke:#6f675c;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.top-brand h1,.top-brand p{overflow:hidden;text-overflow:clip;white-space:nowrap}.app-menu-button{position:absolute;top:24px;left:24px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(231,211,168,.72);border-radius:50%;background:var(--surface-warm);color:var(--text)}.app-menu-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.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:30px;height:30px}.mascot-avatar.md{width:56px;height:56px}.mascot-avatar.lg{width:92px;height:92px}.person-avatar-icon{width:18px;height:18px;flex:none;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.screen-area{min-height:0;overflow:auto;padding:24px 18px max(22px,calc(var(--lumina-content-safe-bottom) + 18px));background:var(--app-bg);-ms-overflow-style:none;scrollbar-width:none;overscroll-behavior-y:contain}.screen-area::-webkit-scrollbar{width:0;height:0}.screen-area--chat{display:flex;flex-direction:column;overflow:hidden;overscroll-behavior:none}.screen-area.screen-area--chat{padding-top:12px;padding-bottom:0}.screen-area.screen-area--home{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0 18px max(0px,var(--lumina-content-safe-bottom))}.screen-area--credits{overflow-x:hidden;padding:0}.screen-area--purchase{overflow-x:hidden;padding:0;background:#f8faf6}.screen-area--payment-return{overflow-x:hidden;padding:0;background:#fbfcf8}.screen-area.screen-area--error{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto}.product-list-heading{display:grid;gap:4px}.product-list-heading h2,.product-list-heading p{margin:0}.product-list-heading h2{font-size:18px;line-height:1.42}.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{position:relative;display:flex;flex-direction:column;flex:1 0 auto;gap:18px;width:100%;min-height:724px;min-height:100%;min-height:max(100%,724px);padding:14px 6px 8px}.minimal-home-hero{display:grid;justify-items:center;gap:0;padding:44px 8px 36px;text-align:center}.minimal-home-mascot-frame{position:relative;display:grid;place-items:center;width:112px;height:112px;margin-bottom:24px;isolation:isolate}.minimal-home-mascot-frame:before{position:absolute;top:-48px;left:-52px;z-index:0;width:216px;height:216px;border-radius:50%;background:radial-gradient(circle,#ecca7a13,#ecca7a0a 44%,#ecca7a00 74%);content:"";filter:blur(52px);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);width:min(100%,306px);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:27px;font-weight:500;line-height:38px;margin-bottom:20px}.minimal-home-hero p{color:var(--muted);width:min(100%,274px);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:22px}.minimal-home-primary,.minimal-home-link{border-radius:8px;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-weight:600}.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;line-height:22px}.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;line-height:19px}.minimal-home>.notice{position:absolute;right:6px;bottom:74px;left:6px;align-items:center;height:48px;min-height:48px;margin-top:0;padding:7px 15px}.minimal-home>.notice p{color:var(--primary-strong);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:17px}.app-shell--intoss .minimal-home{gap:14px;min-height:100%;padding:8px 6px max(12px,calc(var(--lumina-content-safe-bottom) + 10px))}.app-shell--intoss .minimal-home-hero{padding:clamp(18px,5.4dvh,34px) 8px clamp(20px,5dvh,30px)}.app-shell--intoss .minimal-home-mascot-frame,.app-shell--intoss .minimal-home-hero .mascot-avatar.lg{width:96px;height:96px}.app-shell--intoss .minimal-home-mascot-frame{margin-bottom:18px}.app-shell--intoss .minimal-home-hero h2{margin-bottom:14px;font-size:25px;line-height:34px}.app-shell--intoss .minimal-home>.notice{position:static;right:auto;bottom:auto;left:auto;height:auto;min-height:0;margin-top:auto}.legal-footer{display:grid;justify-items:center;gap:0;width:100%;margin-top:auto;padding:0;border:0;background:transparent;box-shadow:none;color:#8a8f88;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;line-height:1.6;text-align:center}.legal-footer-links{display:grid;justify-items:center;gap:0;width:100%;padding-top:10px;border-top:1px solid rgba(238,230,216,.9);color:#646d66;font-size:clamp(9px,2.75vw,11px);font-weight:500;letter-spacing:-.01em;text-align:center}.legal-footer-link-row{display:flex;flex-wrap:nowrap;justify-content:center;gap:0 clamp(4px,1.15vw,7px);white-space:nowrap}.legal-footer-link-item{display:inline-flex;align-items:baseline;gap:clamp(4px,1.15vw,7px)}.legal-footer-separator{color:#8b928d;font-weight:400}.legal-footer-links a{color:inherit;font-weight:inherit;text-decoration:none}.legal-footer-links a:hover,.legal-footer-links a:focus-visible{text-decoration:underline}.screen-area--error .error-screen{flex:1 0 auto;min-height:0}.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}.feedback-toast{animation:feedback-toast-fade 4.8s ease both;will-change:opacity,transform}@keyframes feedback-toast-fade{0%{opacity:0;transform:translateY(-6px)}12%,76%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@media(prefers-reduced-motion:reduce){.feedback-toast{animation:none;will-change:auto}}.primary-button,.ghost-button,.credit-badge,.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;display:flex;align-items:center;justify-content:center;width:auto;min-width:68px;max-width:96px;height:32px;padding:0 14px;border:1px solid var(--line);border-radius:16px;background:var(--surface-warm);color:inherit;transition:border-color .14s ease,opacity .14s ease}.credit-badge.pending{border-color:#e7d3a8eb;opacity:.9}.credit-badge-label{display:block;min-width:0;overflow:hidden;color:var(--primary-strong);font-family:Noto Sans KR,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:700;line-height:18px;text-align:center;text-overflow:ellipsis;transition:color .14s ease,opacity .14s ease;white-space:nowrap}.credit-badge.pending .credit-badge-label{opacity:.78}.conversation-restore-toast{position:absolute;top:10px;left:50%;z-index:30;display:flex;align-items:center;justify-content:center;gap:8px;width:max-content;max-width:calc(100% - 18px);min-height:40px;padding:0 14px;border-radius:6px;background:#e02a27;color:#fff;font-family:Noto Sans KR,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:20px;box-shadow:0 8px 18px #8f121224;transform:translate(-50%);animation:conversation-restore-toast-enter .18s cubic-bezier(.2,0,.2,1) both}.conversation-restore-toast--exit{pointer-events:none;animation:conversation-restore-toast-exit .18s ease-in forwards}.conversation-restore-toast span:last-child{min-width:0;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-restore-toast-icon{flex:0 0 auto;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@keyframes conversation-restore-toast-enter{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@keyframes conversation-restore-toast-exit{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.conversation-restore-toast,.conversation-restore-toast--exit{animation-duration:1ms}}.answer-speech-mini-player{position:fixed;right:auto;bottom:max(18px,calc(env(safe-area-inset-bottom) + 14px));left:50%;z-index:28;display:flex;align-items:center;justify-content:space-between;gap:12px;width:min(calc(100vw - 48px),342px);min-height:48px;padding:9px 10px 9px 14px;border:1px solid #e7dfd0;border-radius:8px;background:#fffdf8;box-shadow:0 8px 20px -12px #1f272e1f,0 1px 4px #1f272e0d;transform:translate(-50%)}.answer-speech-mini-player-copy{display:grid;min-width:0;gap:1px}.answer-speech-mini-player-label{overflow:hidden;color:#8a6d17;font-size:12px;font-weight:600;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.answer-speech-mini-player-preview{overflow:hidden;color:var(--text);font-size:13px;font-weight:400;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.answer-speech-mini-player-stop{flex:0 0 auto;min-width:48px;min-height:30px;padding:0 12px;border:1px solid #e1d8c7;border-radius:8px;background:#fff;color:#5f4a05;font-size:13px;font-weight:600;line-height:18px}.answer-speech-mini-player-stop:focus-visible{outline:2px solid rgba(244,196,48,.48);outline-offset:2px}.app-menu-layer{position:absolute;inset:74px 0 82px;z-index:20;overflow:hidden}.app-menu-backdrop{position:absolute;inset:0;border:0;border-radius:0;background:#19171142}.app-menu-panel{position:relative;display:grid;grid-template-rows:auto auto 1fr;align-content:start;gap:24px;width:min(292px,78vw);height:100%;padding:28px 22px 26px 28px;border-left:4px solid #d8af28;background:var(--surface-warm);box-shadow:18px 0 36px #1f190c1f;overflow-y:auto}.app-menu-close{position:absolute;top:16px;right:16px;display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:24px;line-height:1}.app-menu-header{display:grid;gap:8px;padding-right:38px}.app-menu-header p,.app-menu-header h2,.app-menu-header span,.app-menu-note{margin:0}.app-menu-header p{color:var(--muted);font-size:12px;line-height:1.4}.app-menu-header h2{color:var(--text);font-size:22px;font-weight:800;line-height:1.35}.app-menu-header span,.app-menu-note{color:var(--muted);font-size:12px;line-height:1.6}.app-menu-list{display:grid;gap:10px}.app-menu-link{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:8px 4px 8px 0;border-radius:8px;color:var(--text);text-decoration:none}.app-menu-link:hover,.app-menu-link:focus-visible{background:#fff5d8b3;text-decoration:none}.app-menu-link span:first-child{display:grid;gap:4px}.app-menu-link strong,.app-menu-link small{display:block}.app-menu-link strong{font-size:15px;font-weight:800;line-height:1.35}.app-menu-link small{color:var(--muted);font-size:11px;line-height:1.45}.app-menu-chevron{color:#c5a34c;font-size:18px;font-weight:800}.conversation-switcher-layer{position:absolute;inset:0;z-index:24;overflow:hidden}.conversation-switcher-backdrop{position:absolute;inset:68px 0 0;background:#f8faf6ad;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.conversation-switcher-panel{position:absolute;inset:68px 0 0;z-index:1;display:grid;align-items:end;width:100%;padding:12px 12px max(14px,calc(env(safe-area-inset-bottom) + 12px));pointer-events:none}.conversation-switcher-topbar{position:relative;min-height:68px;padding:18px 24px 12px;background:linear-gradient(180deg,#f8faf6f5,#f8faf6ad)}.conversation-switcher-topbar-brand{margin:0;padding-top:2px;color:var(--muted);font-size:11px;font-weight:500;line-height:15px;text-align:center}.conversation-switcher-scroll{display:grid;align-items:end;width:100%;min-height:0;overflow:visible;pointer-events:none}.conversation-switcher-sheet{display:grid;gap:10px;width:min(100%,366px);margin:0 auto;border:1px solid rgba(231,223,208,.82);border-radius:24px 24px 20px 20px;background:#fffffffa;box-shadow:0 24px 48px #18202b1f,0 4px 12px #18202b0f;overflow:hidden;padding:14px;pointer-events:auto}.conversation-switcher-sheet--list{grid-template-rows:auto auto minmax(0,1fr) auto;max-height:min(520px,calc(100vh - 96px - env(safe-area-inset-bottom)));max-height:min(520px,calc(100dvh - 96px - env(safe-area-inset-bottom)))}.conversation-switcher-sheet--empty{grid-template-rows:auto auto auto;max-height:min(280px,calc(100vh - 96px - env(safe-area-inset-bottom)));max-height:min(280px,calc(100dvh - 96px - env(safe-area-inset-bottom)))}.conversation-switcher-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:2px 2px 0 4px}.conversation-switcher-header h2,.conversation-switcher-header p,.conversation-switcher-empty,.conversation-switcher-empty strong,.conversation-switcher-empty span{margin:0}.conversation-switcher-header h2{color:var(--text);font-size:20px;font-weight:800;line-height:28px}.conversation-switcher-header p{color:var(--muted);font-size:11px;font-weight:500;line-height:16px}.conversation-switcher-close{display:grid;place-items:center;flex:0 0 auto;width:32px;height:32px;border:0;border-radius:50%;background:#f8f4ebdb;color:#7a735f;padding:0}.conversation-switcher-close-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.9}.conversation-switcher-new{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:12px;width:100%;min-height:54px;border:0;border-radius:16px;background:#fffaede6;color:var(--text);padding:0 14px 0 12px;text-align:left}.conversation-switcher-new-icon{display:grid;place-items:center;position:relative;width:28px;height:28px;border-radius:50%;background:#d8b64f29}.conversation-switcher-new-icon:before,.conversation-switcher-new-icon:after{position:absolute;content:"";border-radius:999px;background:var(--primary-strong)}.conversation-switcher-new-icon:before{top:13px;left:8px;width:12px;height:2px}.conversation-switcher-new-icon:after{top:8px;left:13px;width:2px;height:12px}.conversation-switcher-new-copy{display:grid;min-width:0;gap:1px}.conversation-switcher-new strong{min-width:0;overflow:hidden;color:var(--text);font-size:14px;font-weight:800;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.conversation-switcher-new small{display:block;min-width:0;overflow:hidden;color:var(--muted);font-size:11px;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.conversation-switcher-body{min-height:0;overflow-y:auto;padding-right:2px;margin-right:-2px;scrollbar-width:none}.conversation-switcher-body::-webkit-scrollbar{display:none}.conversation-switcher-body--empty{overflow:visible;padding-right:0;margin-right:0}.conversation-switcher-list{display:grid;gap:2px;margin:0;padding:0;list-style:none}.conversation-switcher-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:60px;border:0;border-radius:14px;background:transparent;color:var(--text);padding:10px 12px 10px 16px;text-align:left;overflow:hidden}.conversation-switcher-item.current{background:#fff9e8f0}.conversation-switcher-item.current:before{position:absolute;top:10px;bottom:10px;left:0;width:3px;border-radius:999px;background:#d8b64f;content:""}.conversation-switcher-item-copy,.conversation-switcher-item-meta{display:grid;min-width:0}.conversation-switcher-item-copy{gap:2px}.conversation-switcher-item-meta{justify-items:end;align-self:start;gap:0;padding-top:2px}.conversation-switcher-item strong,.conversation-switcher-item small,.conversation-switcher-footer span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis}.conversation-switcher-item strong{color:var(--text);font-size:14px;font-weight:800;line-height:21px}.conversation-switcher-item small{color:var(--muted);font-size:11px;line-height:15px;white-space:nowrap}.conversation-switcher-item.current .conversation-switcher-item-meta small{color:var(--primary-strong);font-weight:600}.conversation-switcher-empty{display:grid;gap:4px;min-height:72px;border:1px solid rgba(239,228,210,.88);border-radius:12px;background:#ffffffd6;padding:14px 16px}.conversation-switcher-empty strong{color:var(--text);font-size:14px;font-weight:800;line-height:22px}.conversation-switcher-empty span{color:var(--muted);font-size:12px;line-height:18px}.conversation-switcher-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;min-width:0;padding:0 2px}.conversation-switcher-footer span{min-width:0;color:#9a9588;font-size:11px;line-height:16px;text-align:right;white-space:normal}.conversation-switcher-clear{flex:0 0 auto;min-height:20px;border:0;background:transparent;color:var(--primary-strong);padding:0;font-size:11px;font-weight:700}.conversation-switcher-new:not(:disabled),.conversation-switcher-item:not(:disabled),.conversation-switcher-clear:not(:disabled){cursor:pointer}.account-flow-layer{position:absolute;inset:0;z-index:32;display:grid;align-items:end;padding:16px;overflow:hidden}.account-flow-backdrop{position:absolute;inset:0;border:0;border-radius:0;background:#18202b47}.account-flow-panel{position:relative;z-index:1;display:grid;gap:18px;width:100%;max-height:min(640px,calc(100vh - 32px));max-height:min(640px,calc(100dvh - 32px));padding:26px 18px 18px;border:1px solid rgba(231,211,168,.92);border-radius:8px;background:var(--app-bg);box-shadow:0 -18px 44px #1f190c24;overflow-y:auto}.account-flow-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(231,211,168,.72);border-radius:8px;background:var(--surface-warm);color:var(--text);font-size:22px;line-height:1}.account-flow-header{display:grid;gap:5px;padding-right:42px}.account-flow-header.centered{justify-items:center;padding-right:0;text-align:center}.account-flow-header p,.account-flow-header h2,.account-flow-header span,.account-flow-card p,.account-flow-card small,.account-flow-error{margin:0}.account-flow-header p{color:var(--primary-strong);font-size:11px;font-weight:600;line-height:16px}.account-flow-header h2{color:var(--text);font-size:22px;font-weight:800;line-height:30px}.account-flow-header span{color:var(--muted);font-size:12px;line-height:18px}.account-flow-card{display:grid;gap:10px;padding:18px;border:1px solid rgba(231,223,208,.78);border-radius:8px;background:var(--surface)}.account-flow-card.centered{justify-items:center;text-align:center}.account-flow-card strong{color:var(--text);font-size:18px;font-weight:800;line-height:27px}.account-flow-card p{color:var(--muted);font-size:13px;line-height:20px}.account-flow-card small{color:var(--primary-strong);font-size:12px;font-weight:600;line-height:18px}.account-flow-recovery{display:grid;gap:10px;padding:14px 16px;border:1px solid rgba(214,177,63,.42);border-radius:8px;background:#fff8dd;color:var(--text)}.account-flow-recovery strong{font-size:14px;font-weight:800;line-height:20px}.account-flow-recovery ol{display:grid;gap:8px;margin:0;padding-left:18px;color:#44504e;font-size:12px;font-weight:600;line-height:18px}.account-flow-balance{color:var(--text);font-size:42px;font-weight:800;line-height:1.2}.account-flow-field{display:grid;gap:7px}.account-flow-field span{color:var(--muted);font-size:12px;font-weight:700;line-height:17px}.account-flow-field input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:0 14px;font:inherit;font-size:14px}.account-flow-field small{color:var(--primary-strong);font-size:11px;line-height:16px}.account-flow-error{border:1px solid rgba(201,74,95,.42);border-radius:8px;background:var(--danger-soft);color:var(--danger);padding:10px 12px;font-size:12px;font-weight:600;line-height:18px}.account-flow-actions{display:grid;gap:10px}.account-flow-primary,.account-flow-secondary{min-height:52px;border-radius:8px;padding:0 16px;font-size:14px;font-weight:800;line-height:20px}.account-flow-primary{border:0;background:var(--primary);color:var(--text)}.account-flow-secondary{border:1px solid var(--line);background:var(--surface);color:var(--text)}.account-flow-close:focus-visible,.account-flow-primary:focus-visible,.account-flow-secondary:focus-visible,.account-flow-field input:focus-visible{outline:0;box-shadow:0 0 0 3px #f4c43042}.charge-confirmation-layer{position:absolute;inset:0;z-index:34;display:grid;align-items:end;padding:16px 16px max(16px,calc(env(safe-area-inset-bottom) + 16px));overflow:hidden}.charge-confirmation-backdrop{position:absolute;inset:0;border:0;border-radius:0;background:#18202b57}.charge-confirmation-panel{position:relative;z-index:1;display:grid;gap:16px;width:100%;max-height:min(620px,calc(100vh - 32px - env(safe-area-inset-bottom)));max-height:min(620px,calc(100dvh - 32px - env(safe-area-inset-bottom)));padding:25px 16px 14px;border:1px solid rgba(231,211,168,.92);border-radius:8px;background:var(--app-bg);box-shadow:0 -18px 44px #1f190c24;overflow-y:auto}.charge-confirmation-close{position:absolute;top:14px;right:16px;display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(231,211,168,.72);border-radius:8px;background:var(--surface-warm);color:var(--primary-strong);font-size:20px;line-height:1}.charge-confirmation-header{display:grid;gap:6px;padding-right:42px}.charge-confirmation-header p,.charge-confirmation-header h2,.charge-confirmation-header span,.charge-confirmation-card span,.charge-confirmation-card strong{margin:0}.charge-confirmation-header p{color:var(--primary-strong);font-size:11px;font-weight:700;line-height:16px}.charge-confirmation-header h2{color:var(--text);font-size:20px;font-weight:800;line-height:28px}.charge-confirmation-header span{color:var(--muted);font-size:13px;line-height:20px}.charge-confirmation-card{display:grid;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow:hidden}.charge-confirmation-card div{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:45px;padding:0 16px}.charge-confirmation-card div+div{border-top:1px solid #efe7d8}.charge-confirmation-card span{color:var(--muted);font-size:12px;font-weight:600;line-height:18px}.charge-confirmation-card strong{color:var(--primary-strong);font-size:13px;font-weight:800;line-height:20px;text-align:right;white-space:nowrap}.charge-confirmation-actions{display:grid;gap:8px}.charge-confirmation-primary,.charge-confirmation-secondary{min-height:54px;border-radius:8px;padding:0 16px;font-size:15px;font-weight:800;line-height:20px}.charge-confirmation-primary{border:0;background:var(--primary);color:var(--text)}.charge-confirmation-secondary{border:1px solid var(--line);background:var(--surface);color:var(--text)}.charge-confirmation-backdrop:not(:disabled),.charge-confirmation-close:not(:disabled),.charge-confirmation-primary:not(:disabled),.charge-confirmation-secondary:not(:disabled){cursor:pointer}.charge-confirmation-close:focus-visible,.charge-confirmation-primary:focus-visible,.charge-confirmation-secondary:focus-visible{outline:0;box-shadow:0 0 0 3px #f4c43042}.ghost-link-button{min-height:38px;border:0;background:transparent;color:var(--muted);font-size:12px}.chat-layout{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;height:100%;min-height:0;--composer-height: 62px;--composer-reserved-height: 62px;--composer-transcript-gap: 28px;--safety-line-bottom: 127px;overflow:hidden}.chat-layout:before{content:"";position:absolute;top:0;right:0;left:0;z-index:7;height:28px;background:linear-gradient(to bottom,#f8faf7fa,#f8faf700);opacity:0;pointer-events:none;transition:opacity .12s ease}.chat-layout.has-transcript.is-scrolled-from-top:before{opacity:1}.chat-layout.has-transcript:after{content:"";position:absolute;right:0;bottom:calc(var(--composer-reserved-height) + 4px);left:0;z-index:6;height:72px;background:linear-gradient(to bottom,#f8faf700,#f8faf77a 68%,#f8faf7eb);pointer-events:none}.chat-body{position:relative;z-index:5;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:18px;overscroll-behavior-y:contain;-ms-overflow-style:none;scrollbar-width:none}.chat-layout.has-transcript .chat-body{padding-bottom:var(--composer-transcript-gap);scroll-padding-bottom:var(--composer-transcript-gap)}.chat-body::-webkit-scrollbar{width:0;height:0}.chat-new-content-indicator{position:fixed;left:50%;bottom:calc(var(--composer-reserved-height) + var(--composer-transcript-gap) + 12px);z-index:44;display:inline-flex;align-items:center;justify-content:center;width:42px;height:30px;border:1px solid #d8cdbb;border-radius:999px;background:#fffffff5;color:#18202b;box-shadow:0 4px 14px #273a621f;transform:translate(-50%);cursor:pointer}.chat-new-content-indicator:hover,.chat-new-content-indicator:focus-visible{border-color:#cbb38f;background:#fffdf8}.new-content-dots{display:inline-flex;align-items:center;justify-content:center;gap:3px}.new-content-dots span{width:4px;height:4px;border-radius:999px;background:#4f5653}.chat-new-content-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.chat-empty-flow{display:flex;flex-direction:column;min-height:100%}.chat-empty-open{display:flex;flex-direction:column;align-items:center;padding:164px 6px 0;text-align:center;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.chat-layout.empty-hero-is-hidden .chat-empty-open{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-8px)}.chat-empty-mascot-frame{position:relative;display:grid;place-items:center;width:64px;height:64px;margin-bottom:26px;isolation:isolate}.chat-empty-mascot-frame:before{content:none}.chat-empty-mascot-frame .mascot-avatar.md{position:relative;z-index:1;width:64px;height:64px;box-shadow:none}.chat-empty-compact-avatar{display:none}.chat-empty-open h2,.chat-empty-helper,.quiet-safety-line{margin:0}.chat-empty-open h2{color:var(--text);width:min(100%,326px);font-size:28px;font-weight:500;line-height:38px;margin-bottom:12px}.chat-empty-helper{color:var(--muted);width:min(100%,286px);font-size:14px;line-height:22px}.chat-action-row{display:flex;flex-wrap:wrap;gap:10px}.quiet-safety-line{width:min(100%,314px);max-width:100%;margin-top:18px;color:var(--primary-strong);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:17px;text-align:center}.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}.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:31px;padding:0 10px;color:var(--text);font-size:12px}.chat-profile-action-card{display:grid;gap:10px;width:min(100%,336px);margin-top:10px;padding:14px 14px 12px;border:1px solid #e8dfcf;border-radius:18px;background:#fffaf1;box-shadow:0 8px 20px #222d3a0a}.chat-profile-action-card.compact{width:fit-content;max-width:min(100%,336px);padding:12px 14px;border-radius:18px}.chat-profile-action-card.self-undo{width:fit-content;max-width:min(100%,336px);margin-top:4px;padding:0;border:0;background:transparent;box-shadow:none}.chat-profile-action-copy{display:grid;gap:4px}.chat-profile-action-copy strong{color:var(--text);font-size:13px;line-height:1.45}.chat-profile-action-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.chat-profile-action-inline{display:grid;gap:7px;width:min(100%,336px);margin-top:8px}.chat-profile-action-error{margin:0;color:#7c4f16;font-size:12px;line-height:1.5}.chat-profile-action-row{display:flex;flex-wrap:wrap;gap:8px}.chat-profile-action-row button,.chat-profile-quick-reply-row button{min-height:34px;border:1px solid #d7ccbc;border-radius:999px;background:#fffdf8;color:var(--text);padding:0 12px;font-size:12px;font-weight:700}.chat-profile-quick-reply-row{display:flex;flex-wrap:wrap;gap:8px}.chat-profile-quick-reply-row button.primary{border-color:transparent;background:#f4c430;color:#18202b}.chat-profile-action-row button:not(:disabled),.chat-profile-quick-reply-row button:not(:disabled){cursor:pointer}.chat-profile-action-row button:hover:not(:disabled),.chat-profile-action-row button:focus-visible,.chat-profile-quick-reply-row button:hover:not(:disabled),.chat-profile-quick-reply-row button:focus-visible{border-color:#cbb38f;background:#fff6df}.chat-profile-quick-reply-row button.primary:hover:not(:disabled),.chat-profile-quick-reply-row button.primary:focus-visible{border-color:transparent;background:#edbd25}.chat-profile-action-row button:disabled,.chat-profile-quick-reply-row button:disabled{opacity:.56}.message-list{display:grid;align-content:start;gap:26px;min-height:100%;min-width:0;padding-top:6px;padding-bottom:12px}.chat-layout.has-transcript .message-list{padding-bottom:calc(var(--composer-transcript-gap) + 8px)}.message-list-end{width:1px;height:1px}.credit-empty-message{width:min(100%,342px);margin-top:0;justify-self:start}.message-stack.assistant .credit-empty-message{margin-top:-2px}.credit-empty-empty-state{width:100%;margin-top:auto;padding:40px 6px 0}.credit-empty-message .inline-link-button,.credit-empty-empty-state .inline-link-button{display:inline-flex;align-items:center;justify-content:center;width:108px;height:28px;min-height:28px;padding:0 10px;border-color:#ded4c2;border-radius:14px;color:#8a6400;font-family:Noto Sans KR,Inter,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:16px;text-align:center;white-space:nowrap}.message-row{display:flex;align-items:flex-start;gap:8px;min-width:0}.message-row.user{justify-content:flex-end}.message-stack{display:grid;gap:12px;justify-items:start;min-width:0}.message-stack.assistant{--assistant-stack-gap: 8px;--assistant-charge-gap: 10px;gap:var(--assistant-stack-gap)}.assistant-meta{display:flex;align-items:center;gap:8px;color:var(--primary-strong);font-size:12px;font-weight:700;line-height:18px}.assistant-meta .mascot-avatar.sm{width:30px;height:30px}.message-bubble{max-width:342px;border-radius:31px;padding:12px 18px;font-size:14px;line-height:23px;overflow-wrap:anywhere;white-space:pre-line}.message-bubble.assistant{background:var(--surface);color:var(--text);border:1px solid var(--line);user-select:text;-webkit-user-select:text}.tarot-draw-thread{display:grid;gap:8px;width:min(100%,342px);min-width:0;justify-items:start}.message-bubble.assistant.tarot-draw-message{width:min(100%,342px);max-width:342px;min-width:0;padding:16px 12px;border:1px solid var(--line);border-radius:18px;box-shadow:none;overflow-wrap:normal;white-space:normal}.tarot-draw-layout-celtic-cross .message-bubble.assistant.tarot-draw-message{padding:14px 12px}.tarot-draw-thread-precision .message-bubble.assistant.tarot-draw-message{background:#fffbf7}.tarot-card-strip{display:flex;justify-content:space-between;gap:12px;min-width:0;background:transparent;overflow-x:auto;overscroll-behavior-x:contain;padding:0;scrollbar-width:none}.tarot-card-strip::-webkit-scrollbar{display:none}.tarot-card-tile{flex:0 0 94px;margin:0;min-width:94px;background:transparent}.tarot-draw-thread-large .tarot-card-tile{flex-basis:82px;min-width:82px}.tarot-card-face{position:relative;display:block;width:94px;aspect-ratio:346 / 599;min-height:0;padding:0;overflow:hidden;border:0;border-radius:6px;background:transparent;box-shadow:none}.tarot-draw-thread-large .tarot-card-face{width:82px}.tarot-card-image,.tarot-card-image-fallback{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover}.tarot-card-image-fallback{background:linear-gradient(135deg,rgba(38,54,85,.08) 25%,transparent 25%) 0 0 / 14px 14px,linear-gradient(135deg,transparent 75%,rgba(38,54,85,.08) 75%) 0 0 / 14px 14px,#f8f2e8}.tarot-card-layout{position:relative;width:100%;min-width:0;background:transparent}.tarot-card-layout .tarot-card-tile{position:absolute;flex:none;width:var(--tarot-layout-card-width, 42px);min-width:0}.tarot-card-layout .tarot-card-face{width:var(--tarot-layout-card-width, 42px)}.tarot-card-layout-celtic-cross{height:306px;--tarot-layout-card-width: 42px}.tarot-card-layout-celtic-cross .tarot-card-slot-1,.tarot-card-layout-celtic-cross .tarot-card-slot-2{left:94px;top:116px}.tarot-card-layout-celtic-cross .tarot-card-slot-2{z-index:1;transform:rotate(90deg);transform-origin:center}.tarot-card-layout-celtic-cross .tarot-card-slot-3{left:94px;top:28px}.tarot-card-layout-celtic-cross .tarot-card-slot-4{left:94px;top:204px}.tarot-card-layout-celtic-cross .tarot-card-slot-5{left:16px;top:116px}.tarot-card-layout-celtic-cross .tarot-card-slot-6{left:172px;top:116px}.tarot-card-layout-celtic-cross .tarot-card-slot-7,.tarot-card-layout-celtic-cross .tarot-card-slot-8,.tarot-card-layout-celtic-cross .tarot-card-slot-9,.tarot-card-layout-celtic-cross .tarot-card-slot-10{left:270px}.tarot-card-layout-celtic-cross .tarot-card-slot-7{top:0}.tarot-card-layout-celtic-cross .tarot-card-slot-8{top:78px}.tarot-card-layout-celtic-cross .tarot-card-slot-9{top:156px}.tarot-card-layout-celtic-cross .tarot-card-slot-10{top:234px}.tarot-card-layout-cup-of-relationship{height:240px;--tarot-layout-card-width: 48px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-1{left:36px;top:20px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-2{right:36px;top:20px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-3{left:135px;top:78px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-4{left:78px;top:126px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-5{right:78px;top:126px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-6{left:18px;top:140px}.tarot-card-layout-cup-of-relationship .tarot-card-slot-7{right:18px;top:140px}.tarot-card-layout-relationship-cross{height:260px;--tarot-layout-card-width: 46px}.tarot-card-layout-relationship-cross .tarot-card-slot-1{left:16px;top:88px}.tarot-card-layout-relationship-cross .tarot-card-slot-2{right:16px;top:88px}.tarot-card-layout-relationship-cross .tarot-card-slot-3{left:136px;top:88px}.tarot-card-layout-relationship-cross .tarot-card-slot-4{left:136px;top:0}.tarot-card-layout-relationship-cross .tarot-card-slot-5{left:136px;top:176px}.tarot-card-layout-relationship-cross .tarot-card-slot-6{left:76px;top:44px}.tarot-card-layout-relationship-cross .tarot-card-slot-7{right:76px;top:44px}.tarot-card-layout-relationship-cross .tarot-card-slot-8{right:76px;top:176px}.message-bubble.assistant::selection,.message-bubble.assistant *::selection{background:#11182733;color:inherit}.message-bubble.assistant::-moz-selection,.message-bubble.assistant *::-moz-selection{background:#11182733;color:inherit}.message-bubble.user{max-width:288px;background:var(--accent-night);color:#fff8e6;padding:11px 20px;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-weight:400;line-height:22px;text-align:left;user-select:text;-webkit-user-select:text}.message-bubble.user::selection,.message-bubble.user *::selection{background:#d1d5dbb8;color:#fff8e6}.message-bubble.user::-moz-selection,.message-bubble.user *::-moz-selection{background:#d1d5dbb8;color:#fff8e6}.message-bubble.user .message-mention{color:inherit;font-weight:700}.user-message-shell{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:6px;justify-content:flex-end}.user-message-actions{position:absolute;top:calc(100% + 4px);right:0;z-index:10;display:inline-flex;align-items:center;gap:0;min-height:28px;opacity:0;margin-top:-2px;transition:opacity .12s ease,margin-top .12s ease}.user-message-tier-meta{margin-right:var(--message-meta-action-gap-x);color:var(--muted);font-size:11px;line-height:16px;white-space:nowrap}.user-message-shell:hover .user-message-actions,.user-message-shell:focus-within .user-message-actions{opacity:1;margin-top:0}.user-message-action-button{position:relative;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#6f675c;padding:0}.user-message-action-button:not(:disabled){cursor:pointer}.user-message-action-button:hover:not(:disabled),.user-message-action-button:focus-visible{background:#f1f0ed;color:var(--text)}.user-message-action-button:focus-visible{outline:2px solid rgba(201,155,36,.34);outline-offset:2px}.user-message-action-button:active:not(:disabled){transform:translateY(1px)}.user-message-action-button:disabled{cursor:default;opacity:.42}.user-message-action-icon{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.user-message-action-tooltip{position:absolute;left:50%;bottom:calc(100% + 6px);z-index:20;display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 7px;border-radius:5px;background:#050505;box-shadow:0 8px 20px #0f172a33;color:#fff;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:14px;opacity:0;pointer-events:none;text-align:center;transform:translate(-50%,2px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.user-message-action-button:not(:disabled):hover .user-message-action-tooltip,.user-message-action-button:focus-visible .user-message-action-tooltip{opacity:1;transform:translate(-50%)}.user-message-action-tooltip.viewport-safe{position:fixed;left:var(--viewport-safe-tooltip-left, 0px);top:var(--viewport-safe-tooltip-top, 0px);bottom:auto;z-index:80;max-width:var(--viewport-safe-tooltip-max-width, calc(100vw - 16px) );white-space:normal;overflow-wrap:anywhere;transform:translate(-50%,2px)}.user-message-action-button:not(:disabled):hover .user-message-action-tooltip.viewport-safe,.user-message-action-button:focus-visible .user-message-action-tooltip.viewport-safe{transform:translate(-50%)}.message-row.user.editing{justify-content:stretch}.user-message-edit-shell{display:grid;justify-items:center;gap:1px;width:min(100%,342px);margin-inline:auto}.user-message-edit-bar{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px 8px;width:100%;padding:16px 18px 12px;border:1px solid #e8dfcf;border-radius:20px;background:#fffdf7;box-shadow:0 8px 20px #222d3a0a;transition:border-color .14s ease,box-shadow .14s ease}.user-message-edit-bar.tier-free{border-color:#bddbc6}.user-message-edit-bar.tier-brief{border-color:#dbcdb3}.user-message-edit-bar.tier-deep{border-color:#cbd6e4}.user-message-edit-bar.tier-precision{border-color:#e4c7d0}.user-message-edit-shell:focus-within .user-message-edit-bar.tier-free{box-shadow:0 0 0 3px #49876814,0 8px 20px #4987680a}.user-message-edit-shell:focus-within .user-message-edit-bar.tier-brief{box-shadow:0 0 0 3px #f4c43014,0 8px 20px #7b5a180a}.user-message-edit-shell:focus-within .user-message-edit-bar.tier-deep{box-shadow:0 0 0 3px #26365514,0 8px 20px #2636550a}.user-message-edit-shell:focus-within .user-message-edit-bar.tier-precision{box-shadow:0 0 0 3px #7b405614,0 8px 20px #7b40560a}.user-message-edit-bar label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.user-message-edit-tier-row{display:flex;align-items:center;justify-content:flex-start;justify-self:stretch;width:100%;min-height:22px;padding:0 14px;margin:0}.user-message-edit-tier-selector{min-height:22px}.answer-tier-dot-selector{display:inline-flex;align-items:center;gap:2px;min-height:22px}.answer-tier-dot-button{position:relative;display:grid;place-items:center;width:22px;height:22px;padding:0;border:0;border-radius:11px;background:transparent;color:var(--primary);cursor:pointer}.conversation-switcher-new:focus,.conversation-switcher-item:focus,.conversation-switcher-close:focus,.conversation-switcher-clear:focus{outline:0}.conversation-switcher-new:focus-visible,.conversation-switcher-item:focus-visible,.conversation-switcher-close:focus-visible,.conversation-switcher-clear:focus-visible{box-shadow:0 0 0 3px #d8b64f47}.answer-tier-dot-button.free{color:var(--tier-dot-free)}.answer-tier-dot-button.brief{color:var(--tier-dot-brief)}.answer-tier-dot-button.deep{color:var(--tier-dot-deep)}.answer-tier-dot-button.precision{color:var(--tier-dot-precision)}.answer-tier-dot-swatch{position:relative;width:10px;height:10px;border-radius:999px;background:currentColor;box-shadow:0 0 0 1px #fffef8f0}.answer-tier-dot-button[aria-checked=true] .answer-tier-dot-swatch{box-shadow:0 0 0 1px #fffef8,0 0 0 2px currentColor}.answer-tier-dot-button:focus-visible{outline:0}.answer-tier-dot-button:disabled{cursor:default;opacity:.46}.answer-tier-dot-button:focus-visible .answer-tier-dot-swatch{box-shadow:0 0 0 1px #fffef8,0 0 0 2px currentColor,0 0 0 5px #f4c4302e}.answer-tier-dot-tooltip{position:absolute;bottom:calc(100% + 6px);left:50%;z-index:20;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:24px;padding:0 8px;border-radius:5px;background:#050505;box-shadow:0 8px 20px #0f172a2e;color:#fff;font-size:11px;font-weight:500;line-height:14px;opacity:0;pointer-events:none;transform:translate(-50%,2px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.answer-tier-dot-tooltip.viewport-safe{position:fixed;left:var(--viewport-safe-tooltip-left, 0px);top:var(--viewport-safe-tooltip-top, 0px);bottom:auto;z-index:80;max-width:var(--viewport-safe-tooltip-max-width, calc(100vw - 16px) );white-space:normal;overflow-wrap:anywhere}.answer-tier-dot-button:hover .answer-tier-dot-tooltip,.answer-tier-dot-button:focus-visible .answer-tier-dot-tooltip{opacity:1;transform:translate(-50%)}@media(hover:none),(pointer:coarse),(any-hover:none),(any-pointer:coarse){.answer-tier-dot-button:hover .answer-tier-dot-tooltip{opacity:0;transform:translate(-50%,2px)}}.user-message-edit-bar textarea{grid-column:1 / -1;min-height:50px;resize:none;overflow:hidden;border:0;background:transparent;color:var(--text);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:23px;padding:0 0 2px}.user-message-edit-bar textarea:focus{outline:0}.user-message-edit-notice{justify-self:stretch;width:100%;margin:5px 0 0;padding:0 14px;color:var(--primary-strong);font-size:10.5px;font-weight:500;line-height:16px;text-align:center}.user-message-edit-actions{grid-column:2 / -1;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.user-message-edit-actions button{min-width:50px;height:30px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);padding:0 10px;font-size:12px;font-weight:600;line-height:16px}.user-message-edit-actions button:not(.primary):hover,.user-message-edit-actions button:not(.primary):focus-visible{background:#f6f1e8;color:var(--text)}.user-message-edit-actions button.primary{min-width:54px;border-color:var(--accent-night);background:var(--accent-night);color:#fff;font-weight:600}.user-message-edit-bar.tier-free .user-message-edit-actions button.primary{border-color:#498768;background:#498768;color:#fff}.user-message-edit-bar.tier-brief .user-message-edit-actions button.primary{border-color:var(--primary);background:var(--primary);color:var(--primary-ink)}.user-message-edit-bar.tier-deep .user-message-edit-actions button.primary{border-color:var(--accent-night);background:var(--accent-night);color:#fff}.user-message-edit-bar.tier-precision .user-message-edit-actions button.primary{border-color:#7b4056;background:#7b4056;color:#fff}.user-message-edit-actions button:disabled{cursor:default;opacity:.44}@media(hover:none),(pointer:coarse),(any-hover:none),(any-pointer:coarse){.user-message-actions{opacity:1;transform:translateY(0)}.user-message-action-button:not(:disabled):hover .user-message-action-tooltip{opacity:0;transform:translate(-50%,-2px)}.user-message-action-button:last-child:not(:disabled):hover .user-message-action-tooltip{transform:translateY(-2px)}}.message-bubble.blocked{background:var(--danger-soft);color:var(--danger)}.message-bubble.assistant.interrupted{border:1px solid rgba(201,155,36,.22);box-shadow:0 0 0 1px #c99b2414}.answer-meta-row{display:inline-flex;align-items:center;flex-wrap:wrap;gap:4px var(--message-meta-action-gap-x);width:min(100%,342px);min-width:0;margin-top:calc(8px - var(--assistant-stack-gap, 12px))}.charge-meta{margin:0;color:var(--muted);font-size:11px;line-height:1.4}.answer-action-row{display:inline-flex;align-items:center;gap:0;width:fit-content;margin-top:0}.answer-variant-pager{display:inline-flex;align-items:center;justify-content:center;width:64px;height:28px;color:#6f675c}.user-message-version-pager{flex-shrink:0;margin-right:2px}.answer-variant-button{display:grid;place-items:center;width:20px;height:28px;border:0;border-radius:8px;background:transparent;color:inherit;padding:0}.answer-variant-button:not(:disabled){cursor:pointer}.answer-variant-button:hover:not(:disabled),.answer-variant-button:focus-visible{background:#7e610014;color:var(--text)}.answer-variant-button:focus-visible{outline:2px solid rgba(201,155,36,.34);outline-offset:2px}.answer-variant-button:disabled{cursor:default;opacity:.42}.answer-variant-count{display:inline-flex;align-items:center;justify-content:center;width:24px;height:18px;color:#6f675c;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:12px;font-weight:500;line-height:18px;text-align:center}.answer-variant-icon{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.answer-action-button{position:relative;display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:#6f675c;padding:0}.answer-action-button:not(:disabled){cursor:pointer}.answer-action-button:hover:not(:disabled),.answer-action-button:focus-visible,.answer-action-button.active{background:#7e610014;color:var(--text)}.answer-action-button:focus-visible{outline:2px solid rgba(201,155,36,.34);outline-offset:2px}.answer-action-button:active:not(:disabled){background:#7e610021;transform:translateY(1px)}.answer-action-button:disabled{cursor:default;opacity:.36}.answer-action-tooltip{position:absolute;left:50%;bottom:calc(100% + 6px);z-index:20;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:24px;padding:0 8px;border-radius:5px;background:#050505;box-shadow:0 8px 20px #0f172a33;color:#fff;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:14px;opacity:0;pointer-events:none;text-align:center;transform:translate(-50%,2px);transition:opacity .12s ease,transform .12s ease;white-space:nowrap}.answer-action-tooltip.viewport-safe{position:fixed;left:var(--viewport-safe-tooltip-left, 0px);top:var(--viewport-safe-tooltip-top, 0px);bottom:auto;z-index:80;max-width:var(--viewport-safe-tooltip-max-width, calc(100vw - 16px) );white-space:normal;overflow-wrap:anywhere}.answer-action-tooltip-meta{color:#ffffffb8;font-weight:500}.answer-action-button:not(:disabled):hover .answer-action-tooltip,.answer-action-button:focus-visible .answer-action-tooltip{opacity:1;transform:translate(-50%)}@media(hover:none),(pointer:coarse),(any-hover:none),(any-pointer:coarse){.answer-action-button:not(:disabled):hover .answer-action-tooltip{opacity:0;transform:translate(-50%,2px)}}.answer-action-icon{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.answer-action-stop-icon{width:17px;height:17px}.pending{opacity:.92}.loading-bubble{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:92px;min-height:48px;padding:0 22px}.typing-dots{display:inline-flex;gap:8px;align-items:center;justify-content:center}.typing-dots span{width:7px;height:7px;border-radius:50%;background:var(--primary);opacity:.42;animation:chat-typing-dot-pulse 1.2s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.16s}.typing-dots span:nth-child(3){animation-delay:.32s}@keyframes chat-typing-dot-pulse{0%,80%,to{opacity:.34;transform:translateY(0) scale(.9)}40%{opacity:1;transform:translateY(-1px) scale(1)}}.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-dock{position:relative;z-index:8;display:grid;gap:1px;margin:0 6px;padding-bottom:max(12px,env(safe-area-inset-bottom));isolation:isolate;transition:margin .18s ease}.chat-layout.has-transcript .composer-dock:before{content:"";position:absolute;top:calc(-1 * var(--composer-transcript-gap));right:-6px;bottom:0;left:-6px;z-index:0;background:linear-gradient(to bottom,#f8faf700,#f8faf7f0 32%,#f8faf7);pointer-events:none}.chat-layout.surface-intoss .composer-dock{padding-bottom:max(4px,calc(env(safe-area-inset-bottom) - 8px))}.composer-dock.split-composer-mode{margin-right:4px;margin-left:4px}.composer-dock.split-composer-mode .composer-tier-dots-row{width:calc(100% - 74px);margin-left:74px}.selection-ask-button{position:fixed;z-index:70;display:inline-flex;align-items:center;gap:4px;min-width:136px;min-height:34px;max-width:calc(100vw - 16px);overflow:hidden;border:1px solid #d9d9d9;border-radius:11px;background:#fff;background-clip:padding-box;color:#151a21;padding:0 8px 0 11px;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:13px;font-weight:400;line-height:18px;white-space:nowrap;box-shadow:0 2px 8px #00000024;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.selection-ask-button span{display:inline-flex;flex:0 0 18px;align-items:center;justify-content:center;width:18px;height:18px;color:#0b0b0b;font-size:19px;font-weight:700;line-height:18px;text-align:center;transform:translateY(.5px)}.selection-ask-button:hover,.selection-ask-button:focus-visible{border-color:#d6d6d6;background:#fafafa;outline:none;box-shadow:0 3px 10px #00000029}.mobile-web-chat-footer{position:relative;z-index:1;display:block;width:min(100%,330px);margin:7px auto 0;color:var(--muted);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:16px;text-align:center}.composer{--composer-border-color: var(--line);--composer-focus-border-color: var(--line-strong);--composer-surface-color: var(--surface);position:relative;z-index:1;display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:10px;align-items:center;height:auto;min-height:62px;margin:0;padding:13px 12px;border:1px solid var(--composer-border-color);border-radius:31px;background:var(--composer-surface-color);box-shadow:none;transition:none}.composer.expanded{align-items:end;grid-template-rows:minmax(0,1fr) 36px;row-gap:12px;height:var(--composer-height);border-radius:31px;padding-top:17px}.composer.has-quote{grid-template-rows:32px 36px;row-gap:10px;min-height:104px;padding-top:12px;padding-bottom:12px}.composer.has-quote.expanded{grid-template-rows:32px minmax(0,1fr) 36px}.composer:focus-within{border-color:var(--composer-focus-border-color);box-shadow:none}.composer.cost-free{--composer-border-color: #bddbc6;--composer-focus-border-color: #9ccdab;--composer-surface-color: #fbfffc}.composer.tier-deep{--composer-border-color: #cbd6e4;--composer-focus-border-color: #aebbd0}.composer.tier-precision{--composer-border-color: #e4c7d0;--composer-focus-border-color: #cc9bac}.composer label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.composer-quote-bar{display:grid;grid-column:1 / -1;grid-template-columns:24px minmax(0,1fr) 28px;align-items:center;gap:8px;min-height:32px;border-radius:15px;background:#f7f7f7;color:#5f6368;padding:0 6px 0 12px}.composer-quote-icon{display:block;width:16px;height:16px;color:#5f6368;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.composer-quote-text{min-width:0;overflow:hidden;color:#5f6368;font-size:14px;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.composer-quote-bar button{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:14px;background:transparent;color:#5f6368;padding:0;font-size:22px;line-height:22px}.composer-quote-bar button:hover,.composer-quote-bar button:focus-visible{background:#ececec;color:var(--text);outline:none}.composer-tier-dots-row{position:relative;z-index:1;display:flex;align-items:center;gap:5px;min-height:22px;margin-left:6px}.composer-input-flow{display:flex;grid-column:2;align-items:center;align-self:center;min-width:0;gap:4px 8px}.composer.expanded .composer-input-flow{grid-column:1 / -1;grid-row:1;align-self:end}.composer.expanded .composer-input-flow.has-rich-composer{align-self:center}.composer.has-quote .composer-input-flow{grid-column:2;grid-row:2}.composer.has-quote.expanded .composer-input-flow{grid-column:1 / -1;grid-row:2;align-self:end}.composer.has-quote.expanded .composer-input-flow.has-rich-composer{align-self:center}.composer-selected-subject-chip{display:flex;align-items:center;flex:0 0 auto;gap:3px;width:fit-content;max-width:108px;height:24px;min-width:0;padding:0 7px;border:0;border-radius:6px;background:#e8f1ff;color:#1a73e8;box-shadow:none}.composer-input-flow.has-multiple-selected-subjects .composer-selected-subject-chip{max-width:76px}.composer-input-flow.has-rich-composer{position:relative;width:auto}.composer-rich-input{display:block;flex:1 1 96px;align-self:center;box-sizing:border-box;width:auto;min-width:72px;min-height:22px;max-height:110px;border:0;background:transparent;overflow-x:hidden;overflow-y:auto;padding:0 8px 0 0;color:var(--text);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:15px;letter-spacing:0;line-height:22px;outline:0;scrollbar-width:thin;scrollbar-color:#e3e3e3 transparent;scrollbar-gutter:stable;white-space:pre-wrap;overflow-wrap:anywhere;word-break:keep-all}.composer-rich-input p{display:block;min-height:22px;margin:0;line-height:22px}.composer-rich-input::selection{background:#11182733;color:inherit}.composer-rich-input::-moz-selection{background:#11182733;color:inherit}.composer-rich-input::-webkit-scrollbar{width:4px}.composer-rich-input::-webkit-scrollbar-track{background:transparent;margin:4px 0}.composer-rich-input::-webkit-scrollbar-thumb{min-height:36px;border-radius:999px;background:#e3e3e3}.composer-rich-input::-webkit-scrollbar-thumb:hover{background:#d6d6d6}.composer-rich-input[contenteditable=false]{color:var(--muted)}.composer-rich-placeholder{position:absolute;top:0;left:0;max-width:calc(100% - 8px);overflow:hidden;color:var(--muted);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:22px;pointer-events:none;text-overflow:ellipsis;white-space:nowrap}.composer-rich-mention-chip{display:inline-flex;align-items:center;box-sizing:border-box;max-width:108px;height:22px;min-height:22px;margin:0 1px;overflow:hidden;padding:0 6px;font-size:14px;font-weight:700;line-height:18px;text-overflow:ellipsis;transform:translateY(-2px);vertical-align:middle;white-space:nowrap}.composer-selected-subject-chip-label{display:block;flex:1 1 auto;min-width:0;overflow:hidden;font-size:14px;font-weight:700;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.composer-subjects-text{flex:0 1 auto;width:max-content;min-width:1ch;max-width:min(180px,50%);overflow-x:auto;overflow-y:hidden;color:var(--text);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:22px;scrollbar-width:none;text-overflow:clip;white-space:pre}.composer-subjects-text::-webkit-scrollbar{display:none}.composer-input-flow.has-subject-composer-input{flex-wrap:wrap;row-gap:4px}.composer-input-flow.has-subject-composer-input .composer-subjects-text{flex-shrink:0}.composer-input-flow.has-subject-composer-input.wraps-subject-composer-input textarea{flex:1 0 100%;width:100%;min-width:100%}.composer-mention-panel{position:absolute;right:0;bottom:calc(var(--composer-height) + 8px);left:0;z-index:6;display:grid;gap:10px;max-height:min(320px,calc(100dvh - 220px));overflow-y:auto;padding:14px;border:1px solid #e7dfd0;border-radius:20px;background:#fffdf8;box-shadow:0 8px 20px -10px #1f272e1a,0 1px 4px #1f272e0d;scrollbar-width:none;-ms-overflow-style:none}.composer-mention-panel::-webkit-scrollbar{display:none}.composer-mention-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--text);font-size:12px;line-height:1.4}.composer-mention-group{display:grid;gap:8px}.composer-mention-group>p{margin:0;color:var(--muted);font-size:11px;font-weight:700;line-height:1.4}.composer-mention-group-list{display:grid;gap:6px}.composer-mention-option{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:58px;padding:9px 12px 9px 10px;border:1px solid transparent;border-radius:16px;background:#fffdf8;color:var(--text);text-align:left}.composer-mention-option.selected,.composer-mention-option:hover:not(:disabled),.composer-mention-option:focus-visible{border-color:#c99b2447;background:#fff8e8;outline:none}.composer-mention-option-avatar{display:inline-grid;place-items:center;width:38px;height:38px;overflow:hidden;border:1px solid rgba(113,92,52,.12);border-radius:50%;background:#fffdf8;color:#86640c;font-size:13px;font-weight:800;line-height:1}.composer-mention-option-avatar img{display:block;width:100%;height:100%;object-fit:cover}.composer-mention-option-copy{display:grid;gap:2px;min-width:0}.composer-mention-option-copy strong,.composer-mention-option-copy small,.composer-mention-option-source,.composer-mention-empty{margin:0}.composer-mention-option-copy strong{font-size:13px;line-height:1.4}.composer-mention-option-copy small,.composer-mention-option-source,.composer-mention-empty{color:var(--muted);font-size:11px;line-height:1.45}.composer-cost-hint{display:inline-flex;flex:0 0 60px;align-items:center;justify-content:flex-start;min-height:22px;padding-top:1px;white-space:nowrap}.composer-cost-hint-label{width:100%;color:#7f704b;font-size:10.5px;font-weight:500;font-variant-numeric:tabular-nums;line-height:14px;text-align:left}.composer-tier-dot-selector{justify-self:start}.composer-domain-anchor{position:relative;display:grid;grid-column:1;grid-row:1;place-items:center;width:36px;height:36px;align-self:center}.composer-plus{position:relative;display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:18px;background:transparent;color:var(--text);flex:0 0 auto;cursor:pointer;transition:none}.composer-plus:not(:disabled):hover,.composer-plus:not(:disabled):focus,.composer-plus:not(:disabled):active{background:#0f172a0b}.composer-plus:disabled{opacity:.42;cursor:default}.composer-plus:focus{outline:0}.composer-plus:not(:disabled):focus-visible{background:#0f172a0e;box-shadow:none}.composer-plus-icon{display:block;width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.composer-domain-menu{position:absolute;bottom:calc(100% + 8px);left:0;z-index:24;width:max-content;min-width:118px;max-width:min(180px,calc(100vw - 32px));min-height:0;padding:6px;border:1px solid #e7dfd0;border-radius:12px;background:#fffdf8;box-shadow:0 8px 20px -10px #1f272e1a,0 1px 4px #1f272e0d}.composer-domain-menu-list{display:grid;gap:0}.composer-domain-option{position:relative;display:grid;grid-template-columns:18px max-content 14px;gap:6px;align-items:center;width:100%;min-height:30px;border:0;border-radius:8px;background:transparent;color:var(--text);padding:0 8px;text-align:left}.composer-domain-option.selected{background:#fffaf0}.composer-domain-option:hover,.composer-domain-option:focus-visible{background:#fffaf0}.composer-domain-option:focus-visible{outline:0;box-shadow:inset 0 0 0 1px #d8b64f8f}.composer-domain-option-icon{display:grid;place-items:center;width:18px;height:18px;color:var(--muted)}.composer-domain-option.selected .composer-domain-option-icon{color:#8a6d17}.composer-domain-option-icon--astrology{transform:translateY(1px)}.composer-domain-option-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.composer-domain-option-label{min-width:0;overflow:hidden;color:var(--text);font-size:13px;font-weight:400;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.composer-domain-option.selected .composer-domain-option-label{font-weight:500}.composer-domain-check-icon{width:12px;height:12px;fill:none;stroke:#8a6d17;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.composer textarea{display:block;flex:1 1 96px;align-self:center;width:auto;min-width:72px;height:22px;resize:none;overflow:hidden;scrollbar-width:thin;scrollbar-color:#e3e3e3 transparent;scrollbar-gutter:stable;-ms-overflow-style:auto;min-height:22px;max-height:110px;border:0;background:transparent;color:var(--text);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:15px;line-height:22px;padding:0 8px 0 0}.composer textarea::selection{background:#11182733;color:inherit}.composer textarea::-moz-selection{background:#11182733;color:inherit}.composer.expanded textarea{grid-column:1 / -1;grid-row:1;align-self:end}.composer.has-quote textarea{grid-column:2;grid-row:2}.composer.has-quote.expanded textarea{grid-column:1 / -1;grid-row:2;align-self:end}.composer textarea::-webkit-scrollbar{width:4px}.composer textarea::-webkit-scrollbar-track{background:transparent;margin:4px 0}.composer textarea::-webkit-scrollbar-thumb{min-height:36px;border-radius:999px;background:#e3e3e3}.composer textarea::-webkit-scrollbar-thumb:hover{background:#d6d6d6}.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.expanded .composer-domain-anchor,.composer.has-quote .composer-domain-anchor{grid-column:1;grid-row:2;align-self:center}.composer.has-quote.expanded .composer-domain-anchor{grid-row:3}.composer.expanded .composer-actions,.composer.has-quote .composer-actions{display:grid;grid-column:3;grid-row:2;place-items:center}.composer.has-quote.expanded .composer-actions{grid-row:3}.composer-actions .primary-button{position:relative;display:grid;place-items:center;width:36px;min-width:36px;height:36px;padding:0;border-radius:18px;background:var(--primary);color:#fff;font-size:9px;line-height:12px}.composer.cost-free .composer-actions .primary-button:not(.voice-button){background:#498768}.composer.tier-deep .composer-actions .primary-button:not(.voice-button){background:var(--accent-night)}.composer.tier-precision .composer-actions .primary-button:not(.voice-button){background:#7b4056}.composer-actions .voice-button{width:36px;min-width:36px;height:36px;min-height:36px;padding:0;border-radius:18px;background:var(--accent-night);color:#fff;box-shadow:none}.composer-actions .primary-button:disabled,.composer-actions .voice-button:disabled{cursor:default}.composer.split-detached{grid-template-columns:62px minmax(0,1fr);grid-template-rows:minmax(62px,var(--composer-height));gap:6px;align-items:end;min-height:62px;height:var(--composer-height);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.composer.split-detached:before{content:"";z-index:0;grid-column:2;grid-row:1;align-self:end;width:100%;height:var(--composer-height);border:1px solid var(--composer-border-color);border-radius:31px;background:var(--composer-surface-color);box-sizing:border-box;transition:none}.composer.split-detached:focus-within{box-shadow:none}.composer.split-detached:focus-within:before{border-color:var(--composer-focus-border-color);box-shadow:none}.composer.split-detached:focus-within .composer-plus{border-color:var(--composer-focus-border-color);box-shadow:none}.composer.split-detached.cost-free,.composer.split-detached.tier-deep,.composer.split-detached.tier-precision,.composer.split-detached.loading{background:transparent}.composer.split-detached .composer-domain-anchor,.composer.split-detached.expanded .composer-domain-anchor,.composer.split-detached.has-quote .composer-domain-anchor,.composer.split-detached.has-quote.expanded .composer-domain-anchor{z-index:2;grid-column:1;grid-row:1;align-self:end;width:62px;height:62px}.composer.split-detached .composer-plus{width:62px;height:62px;border:1px solid var(--composer-border-color);border-radius:31px;background:var(--composer-surface-color);box-shadow:none;transition:none}.composer.split-detached .composer-plus:not(:disabled):hover,.composer.split-detached .composer-plus:not(:disabled):focus,.composer.split-detached .composer-plus:not(:disabled):active,.composer.split-detached .composer-plus:not(:disabled):focus-visible{border-color:var(--composer-focus-border-color);background:var(--composer-surface-color);box-shadow:none}.composer.split-detached .composer-input-flow,.composer.split-detached.expanded .composer-input-flow,.composer.split-detached .composer-input-flow.has-rich-composer,.composer.split-detached.expanded .composer-input-flow.has-rich-composer{z-index:1;grid-column:2;grid-row:1;align-self:center;width:auto;min-height:22px;margin:0 92px 0 24px}.composer.split-detached.expanded .composer-input-flow,.composer.split-detached.expanded .composer-input-flow.has-rich-composer{align-self:start;margin-top:16px}.composer.split-detached.expanded .composer-rich-input{max-height:calc(var(--composer-height) - 48px)}.composer.split-detached .composer-actions,.composer.split-detached.expanded .composer-actions,.composer.split-detached.has-quote .composer-actions,.composer.split-detached.has-quote.expanded .composer-actions{z-index:2;display:grid;grid-column:2;grid-row:1;place-items:center;justify-self:end;align-self:center;margin-right:12px}.composer.split-detached.expanded .composer-actions{align-self:end;margin-right:12px;margin-bottom:13px}.composer.split-detached .composer-domain-menu{left:0}.composer-action-tooltip{position:absolute;z-index:20;left:50%;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:24px;padding:0 7px;border-radius:5px;background:#050505;color:#fff;box-shadow:0 8px 20px #0f172a33;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:14px;white-space:nowrap;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.composer-action-tooltip kbd{color:#ffffffb8;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500}.composer-action-tooltip.top{bottom:calc(100% + 6px);transform:translate(-50%,2px)}.composer-action-tooltip.bottom{top:calc(100% + 6px);transform:translate(-50%,-2px)}.composer-action-tooltip.end{left:auto;right:0}.composer-action-tooltip.end.top{transform:translateY(2px)}.composer-action-tooltip.end.bottom{transform:translateY(-2px)}.composer-action-tooltip.viewport-safe{position:fixed;left:var(--viewport-safe-tooltip-left, 0px);top:var(--viewport-safe-tooltip-top, 0px);z-index:80;max-width:var(--viewport-safe-tooltip-max-width, calc(100vw - 16px) );white-space:normal;overflow-wrap:anywhere;transform:translate(-50%,2px)}.composer-action-tooltip.viewport-safe.top{bottom:auto;transform:translate(-50%,2px)}.composer-action-tooltip.viewport-safe.bottom{transform:translate(-50%,-2px)}.composer-plus:not(:disabled):hover .composer-action-tooltip,.composer-plus:not(:disabled):focus-visible .composer-action-tooltip,.primary-button:not(:disabled):hover .composer-action-tooltip,.primary-button:not(:disabled):focus-visible .composer-action-tooltip,.voice-button:not(:disabled):hover .composer-action-tooltip,.voice-button:not(:disabled):focus-visible .composer-action-tooltip{opacity:1;transform:translate(-50%);visibility:visible}.primary-button:not(:disabled):hover .composer-action-tooltip.end,.primary-button:not(:disabled):focus-visible .composer-action-tooltip.end,.voice-button:not(:disabled):hover .composer-action-tooltip.end,.voice-button:not(:disabled):focus-visible .composer-action-tooltip.end{transform:translate(0)}.composer-plus:not(:disabled):hover .composer-action-tooltip.viewport-safe,.composer-plus:not(:disabled):focus-visible .composer-action-tooltip.viewport-safe,.primary-button:not(:disabled):hover .composer-action-tooltip.viewport-safe,.primary-button:not(:disabled):focus-visible .composer-action-tooltip.viewport-safe,.voice-button:not(:disabled):hover .composer-action-tooltip.viewport-safe,.voice-button:not(:disabled):focus-visible .composer-action-tooltip.viewport-safe{transform:translate(-50%)}@media(hover:none),(pointer:coarse),(any-hover:none),(any-pointer:coarse){.user-message-action-tooltip,.answer-tier-dot-tooltip,.answer-action-tooltip,.composer-action-tooltip{display:none!important}.composer-plus:not(:disabled):hover .composer-action-tooltip,.primary-button:not(:disabled):hover .composer-action-tooltip,.voice-button:not(:disabled):hover .composer-action-tooltip{opacity:0;transform:translate(-50%,-2px);visibility:hidden}.primary-button:not(:disabled):hover .composer-action-tooltip.end,.voice-button:not(:disabled):hover .composer-action-tooltip.end{transform:translateY(-2px)}.composer-plus:not(:disabled):hover .composer-action-tooltip.viewport-safe,.primary-button:not(:disabled):hover .composer-action-tooltip.viewport-safe,.voice-button:not(:disabled):hover .composer-action-tooltip.viewport-safe{transform:translate(-50%,-2px)}}.composer-actions .voice-button.listening{background:var(--accent-night);color:#fff;box-shadow:none}.voice-button-icon{flex:0 0 auto;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.voice-button-icon-fill{fill:currentColor}.send-button-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2.8;stroke-linecap:round;stroke-linejoin:round}.composer-voice-status{position:absolute;right:16px;bottom:calc(100% + 8px);left:16px;margin:0;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:#fffcf4f5;color:var(--primary-strong);font-size:11px;font-weight:600;line-height:16px;text-align:center;box-shadow:0 8px 18px #222d3a14;pointer-events:none}.composer-voice-status.listening,.composer-voice-status.plain{display:flex;align-items:center;justify-content:center;min-height:17px;padding:0;border:0;background:transparent;color:var(--primary-strong);font-weight:500;line-height:17px;box-shadow:none;text-align:center}.composer-voice-status.listening{gap:8px}.composer-voice-status.listening:before{content:"";flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:var(--primary);animation:voice-listening-dot 1.4s ease-in-out infinite}@keyframes voice-listening-dot{0%,to{opacity:.48;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@media(max-height:720px){.screen-area{padding-top:12px;padding-bottom:12px}.screen-area.screen-area--credits,.screen-area.screen-area--purchase,.screen-area.screen-area--payment-return{padding:0}.chat-layout{height:100%;min-height:100%}.chat-empty-flow{position:relative;height:100%;min-height:100%}.chat-empty-open{display:block;min-height:0;padding:0 6px}.chat-empty-mascot-frame,.chat-empty-helper{display:none}.chat-empty-compact-avatar{position:absolute;top:clamp(34px,calc(100dvh - 562px),76px);left:50%;display:grid;place-items:center;width:64px;height:64px;transform:translate(-50%)}.chat-empty-compact-avatar .mascot-avatar.md{width:64px;height:64px}.chat-empty-open h2{position:absolute;top:clamp(98px,calc(100dvh - 484px),156px);left:50%;width:min(100%,326px);height:76px;margin:0;font-size:27px;font-weight:500;line-height:36px;transform:translate(-50%)}.quiet-safety-line{position:absolute;top:clamp(192px,calc(100dvh - 390px),250px);bottom:auto;left:50%;display:flex;align-items:center;justify-content:center;min-height:34px;width:min(100%,318px);margin:0;transform:translate(-50%)}}@media(max-height:640px){.chat-empty-open{padding:0 6px}.quiet-safety-line{font-size:11px;line-height:17px}}@media(max-height:600px){.chat-empty-compact-avatar{top:clamp(28px,calc(100dvh - 556px),40px);width:56px;height:56px}.chat-empty-compact-avatar .mascot-avatar.md{width:56px;height:56px}}.app06c-credits{--credits-feedback-offset: 0px;--credits-safe-top: env(safe-area-inset-top, 0px);box-sizing:border-box;position:relative;width:100%;min-height:calc(930px + var(--credits-safe-top));overflow-x:hidden;background:var(--app-bg);color:var(--text)}.app06c-credits.has-feedback{--credits-feedback-offset: 88px;min-height:calc(1018px + var(--credits-safe-top))}.app06c-credits p,.app06c-credits h1,.app06c-credits h3{margin:0}.credits-heading,.credits-feedback,.credits-balance-card,.credits-pack-section h3,.credits-pack-card,.credit-policy-note,.credits-pay-button{position:absolute}.credits-heading{top:calc(24px + var(--credits-safe-top));left:24px;display:grid;gap:2px;width:300px}.credits-back-button{top:calc(24px + var(--credits-safe-top));z-index:2}.app06e-credits .credits-back-button{right:24px;left:auto}.app06d-credits .credits-heading{top:calc(27px + var(--credits-safe-top));left:72px;gap:0;width:276px}.app06d-credits .credits-heading h1{height:28px}.app06d-credits .credits-heading p{width:250px}.credits-heading h1{height:30px;color:var(--text);font-size:18px;font-weight:700;line-height:26px}.credits-heading p{width:250px;height:24px;color:var(--muted);font-size:12px;line-height:18px}.credits-feedback{top:calc(78px + var(--credits-safe-top));right:18px;left:18px;z-index:2}.app06f-credits .credits-feedback{top:calc(92px + var(--credits-safe-top))}.credits-balance-card{top:calc(92px + var(--credits-safe-top) + var(--credits-feedback-offset));right:18px;left:18px;box-sizing:border-box;width:auto;height:150px;padding:0;border:1px solid var(--line);border-radius:22px;background:var(--surface)}.credits-balance-card p{position:absolute;top:26px;left:24px;width:140px;height:24px;color:var(--muted);font-size:13px;font-weight:700;line-height:18px}.credits-balance-card strong{position:absolute;top:44px;left:24px;width:160px;height:62px;color:var(--text);font-size:44px;font-weight:700;line-height:58px}.credits-balance-card .credits-balance-value--pending{top:55px;height:42px;color:var(--muted);font-size:26px;line-height:38px}.credits-balance-card span{position:absolute;top:112px;left:24px;width:260px;height:24px;color:var(--muted);font-size:13px;line-height:20px}.credits-pack-section h3{top:calc(276px + var(--credits-safe-top) + var(--credits-feedback-offset));left:24px;width:160px;height:26px;color:var(--text);font-size:15px;font-weight:700;line-height:22px}.credits-pack-list{display:contents}.credits-pack-card{right:18px;left:18px;box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;align-items:center;width:auto;height:82px;padding:17px clamp(18px,6.9vw,27px) 15px 24px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text);text-align:left;box-shadow:none;transition:border-color .14s ease,background .14s ease,color .14s ease}.credits-pack-card:nth-child(1){top:calc(312px + var(--credits-safe-top) + var(--credits-feedback-offset))}.credits-pack-card:nth-child(2){top:calc(410px + var(--credits-safe-top) + var(--credits-feedback-offset))}.credits-pack-card:nth-child(3){top:calc(508px + var(--credits-safe-top) + var(--credits-feedback-offset))}.credits-pack-card:nth-child(4){top:calc(606px + var(--credits-safe-top) + var(--credits-feedback-offset))}.credits-pack-card.selected{border:2px solid #d8a514}.credits-pack-card:focus-visible,.credits-pack-card:hover:not(:disabled){border-color:#d8a514;outline:none}.credits-pack-copy{display:grid;gap:6px;min-width:0}.credits-pack-copy strong{color:var(--text);font-size:16px;font-weight:700;line-height:24px}.credits-pack-copy small{color:var(--muted);font-size:12px;line-height:18px}.credits-pack-price{color:var(--text);font-size:16px;font-weight:700;line-height:22px;text-align:right;white-space:nowrap}.credits-pack-card.selected .credits-pack-price{color:var(--primary-strong)}.static-row{cursor:default}.credit-policy-note{top:calc(730px + var(--credits-safe-top) + var(--credits-feedback-offset));right:18px;left:18px;box-sizing:border-box;width:auto;min-height:68px;padding:15px 23px;border:1px solid #e7c979;border-radius:12px;background:var(--surface-soft);color:#c5821f;font-size:12px;line-height:18px}.credits-pay-button{top:calc(830px + var(--credits-safe-top) + var(--credits-feedback-offset));right:24px;left:24px;box-sizing:border-box;width:auto;height:52px;border:0;border-radius:8px;background:var(--primary);box-shadow:0 9px 18px #f4c4303b;color:var(--primary-ink);font-size:15px;font-weight:700;line-height:22px}.credits-pay-button:focus-visible,.credits-pay-button:hover:not(:disabled){background:#edbd27;outline:none}.app06c-credits.surface-intoss{--credits-safe-top: 0px;--credits-safe-bottom: var(--lumina-content-safe-bottom);display:flex;flex-direction:column;gap:8px;min-height:100%;padding:clamp(8px,2.2dvh,12px) 18px max(10px,calc(var(--credits-safe-bottom) + 8px))}.app06c-credits.surface-intoss.has-feedback{min-height:100%}.app06c-credits.surface-intoss .credits-heading,.app06c-credits.surface-intoss .credits-feedback,.app06c-credits.surface-intoss .credits-balance-card,.app06c-credits.surface-intoss .credits-pack-section h3,.app06c-credits.surface-intoss .credits-pack-card,.app06c-credits.surface-intoss .credit-policy-note,.app06c-credits.surface-intoss .credits-pay-button{position:static;inset:auto;width:auto;height:auto}.app06c-credits.surface-intoss .credits-back-button{display:none}.app06c-credits.surface-intoss .credits-heading{gap:2px;padding:0 6px}.app06c-credits.surface-intoss .credits-heading h1,.app06c-credits.surface-intoss .credits-heading p,.app06c-credits.surface-intoss .credits-balance-card p,.app06c-credits.surface-intoss .credits-balance-card strong,.app06c-credits.surface-intoss .credits-balance-card span{position:static;width:auto;height:auto}.app06c-credits.surface-intoss .credits-heading h1{font-size:clamp(20px,5.5vw,24px);line-height:1.34}.app06c-credits.surface-intoss .credits-heading p{font-size:12px;line-height:1.42}.app06c-credits.surface-intoss .credits-feedback{z-index:auto}.app06c-credits.surface-intoss .credits-balance-card{display:grid;gap:4px;min-height:92px;padding:12px 22px;border-radius:20px}.app06c-credits.surface-intoss .credits-balance-card p{font-size:13px;line-height:1.3}.app06c-credits.surface-intoss .credits-balance-card strong{font-size:clamp(34px,10.8vw,44px);line-height:1.05}.app06c-credits.surface-intoss .credits-balance-card .credits-balance-value--pending{font-size:26px;line-height:1.4}.app06c-credits.surface-intoss .credits-balance-card span{font-size:12px;line-height:1.35}.app06c-credits.surface-intoss .credits-pack-section{display:grid;gap:6px}.app06c-credits.surface-intoss .credits-pack-section h3{padding:0 6px;font-size:18px;line-height:1.28}.app06c-credits.surface-intoss .credits-pack-list{display:grid;gap:8px}.app06c-credits.surface-intoss .credits-pack-card{min-height:52px;padding:7px clamp(18px,6vw,22px);border-radius:16px}.app06c-credits.surface-intoss .credits-pack-copy{gap:4px}.app06c-credits.surface-intoss .credits-pack-copy strong,.app06c-credits.surface-intoss .credits-pack-price{font-size:14px;line-height:1.35}.app06c-credits.surface-intoss .credits-pack-copy small{font-size:11px;line-height:1.25}.app06c-credits.surface-intoss .credit-policy-note{min-height:0;padding:9px 14px;border-radius:12px;font-size:11px;line-height:1.35}.app06c-credits.surface-intoss .credits-pay-button{position:static;display:grid;place-items:center;min-height:48px;margin-top:auto}@media(max-height:720px){.app06c-credits.surface-intoss{gap:8px;padding-top:8px}.app06c-credits.surface-intoss .credits-balance-card{min-height:88px;padding:10px 22px}.app06c-credits.surface-intoss .credits-pack-card{min-height:50px;padding-top:6px;padding-bottom:6px}.app06c-credits.surface-intoss .credit-policy-note{padding-top:10px;padding-bottom:10px}}.profile-screen{gap:18px}.person-info-screen{gap:14px}.person-info-rail-section,.person-info-list-section,.person-info-form-panel{display:grid;gap:14px;padding:16px;border:1px solid rgba(231,223,208,.68);border-radius:8px;background:#fffdf8}.person-info-rail-section{padding-right:0;overflow:hidden}.person-info-rail{display:flex;gap:12px;overflow-x:auto;padding:2px 16px 2px 0;scrollbar-width:none}.person-info-rail::-webkit-scrollbar{display:none}.person-info-rail-item{display:grid;justify-items:center;gap:6px;width:58px;min-width:58px;border:0;background:transparent;color:#5f5b51;padding:0;font:inherit;font-size:11px;font-weight:700;line-height:1.35}.person-info-rail-item:disabled{opacity:.46}.person-info-rail-item[aria-current=true] .person-info-rail-avatar{border-color:#c99b2480;background:#fffdf8;color:#86640c;box-shadow:0 0 0 3px #f4c4302e}.person-info-rail-avatar{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(231,223,208,.78);border-radius:999px;background:#fffdf8;color:#86640c;font-size:14px;font-weight:900}.person-info-rail-item.add .person-info-rail-avatar{border-color:#f4c4305c;background:#fff8dd;color:var(--primary-strong)}.person-info-rail-avatar svg,.person-info-icon-button svg,.person-info-avatar svg,.person-info-tag-icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.person-info-filter-row{display:flex;gap:8px;overflow-x:auto;padding:3px 2px;scrollbar-width:none}.person-info-filter-row::-webkit-scrollbar{display:none}.person-info-filter-chip{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;border:0;border-radius:8px;background:#efeee9;color:#5f5b51;padding:0 13px;font:inherit;font-size:12px;font-weight:800;white-space:nowrap}.person-info-filter-chip-count{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:#fffdf8b8;color:#6a6046;padding:0 5px;font-size:11px;font-weight:900;line-height:1}.person-info-filter-chip[aria-pressed=true]{background:var(--primary);color:var(--primary-ink)}.person-info-filter-chip[aria-pressed=true] .person-info-filter-chip-count{background:#fffdf8d1;color:var(--primary-ink)}.person-info-form-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.person-info-form-heading h2,.person-info-form-heading p{margin:0}.person-info-form-heading h2{color:var(--text);font-size:17px;font-weight:900;line-height:1.4}.person-info-list{display:grid;gap:10px}.person-info-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border-radius:8px;background:#f7f6ef}.person-info-avatar{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(231,223,208,.78);border-radius:999px;background:#fffdf8;color:#86640c;font-size:13px;font-weight:900}.person-info-row-copy,.person-info-row-status{min-width:0}.person-info-row-copy{display:grid;gap:4px}.person-info-row-title{display:flex;align-items:center;gap:8px;min-width:0}.person-info-row-title strong{overflow:hidden;color:var(--text);font-size:14px;font-weight:900;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.person-info-relationship-badge,.person-info-row-title span{display:inline-flex;align-items:center;justify-content:center;min-width:max-content;height:22px;border:1px solid rgba(214,177,63,.22);border-radius:8px;background:#fff8dd;color:#806619;padding:0 7px;font-size:11px;font-weight:800;line-height:14px;transform:translateY(.5px)}.person-info-row-copy p{min-width:0;overflow:hidden;margin:0;color:var(--muted);font-size:12px;line-height:1.45;text-overflow:clip;white-space:nowrap}.person-info-row-tags{display:flex;flex-wrap:wrap;gap:5px;min-width:0}.person-info-row-tags span,.person-info-row-tag-more{max-width:92px;overflow:hidden;border:0;border-radius:999px;background:#fff8dd;color:#766116;padding:3px 7px;font-size:10px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.person-info-row-tag-more{cursor:pointer;font-family:inherit}.person-info-row-status{display:grid;justify-items:end;gap:8px}.person-info-status{border-radius:8px;background:#fff1f2;color:#bd3f56;padding:4px 8px;font-size:11px;font-weight:900;line-height:1.2;white-space:nowrap}.person-info-row-actions{display:flex;gap:6px}.person-info-icon-button{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(205,199,174,.72);border-radius:8px;background:#fffdf8;color:#5f5b51;padding:0}.person-info-icon-button.danger{color:#de4776}.person-info-icon-button:focus-visible,.person-info-icon-button:hover:not(:disabled),.person-info-filter-chip:focus-visible,.person-info-filter-chip:hover:not(:disabled),.person-info-rail-item:focus-visible,.person-info-tag-action:focus-visible,.person-info-tag-action:hover:not(:disabled),.person-info-tag-create-row button:focus-visible,.person-info-tag-create-row button:hover:not(:disabled),.person-info-tag-icon-button:focus-visible,.person-info-tag-icon-button:hover:not(:disabled),.person-info-tag-toggle:focus-visible,.person-info-tag-toggle:hover:not(:disabled),.person-info-row-tag-more:focus-visible,.person-info-row-tag-more:hover:not(:disabled),.person-info-tag-sheet-close:focus-visible,.person-info-tag-sheet-close:hover:not(:disabled){outline:0;box-shadow:0 0 0 3px #f4c4303d}.person-info-delete-confirm{grid-column:1 / -1;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;padding-top:10px;color:#6f675c;font-size:12px;line-height:1.45}.person-info-delete-confirm button{min-height:30px;border:1px solid rgba(205,199,174,.72);border-radius:8px;background:#fffdf8;color:var(--text);padding:0 10px;font:inherit;font-size:12px;font-weight:800}.person-info-delete-confirm button:first-of-type{border-color:#de477657;color:#bd3f56}.person-info-form-panel{background:#f5f4ec}.person-info-add-sheet-backdrop{position:fixed;inset:0;z-index:45;border:0;background:#201e1838;padding:0}.person-info-add-sheet{position:fixed;bottom:0;left:50%;z-index:46;width:min(100%,430px);max-height:min(724px,calc(100dvh - 70px));overflow-y:auto;gap:14px;border-color:#cdc7aed1;border-bottom:0;border-radius:18px 18px 0 0;background:#fffdf8;box-shadow:0 -18px 42px #483d212e;transform:translate(-50%)}.person-info-add-sheet-handle{justify-self:center;width:58px;height:5px;border-radius:999px;background:#d1cbb3}.person-info-tag-sheet-backdrop{position:fixed;inset:0;z-index:47;display:flex;align-items:flex-end;justify-content:center;background:#201e1838;padding:0 14px calc(env(safe-area-inset-bottom) + 16px)}.person-info-tag-sheet{display:grid;width:min(100%,362px);gap:14px;border:1px solid rgba(205,199,174,.82);border-radius:18px;background:#fffdf8;padding:10px 14px 16px;box-shadow:0 -18px 42px #483d212e}.person-info-tag-sheet-handle{justify-self:center;width:48px;height:5px;border-radius:999px;background:#d1cbb3}.person-info-tag-sheet-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.person-info-tag-sheet-heading h2{margin:0;color:var(--text);font-size:16px;font-weight:900;line-height:1.35}.person-info-tag-sheet-heading p{margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.person-info-tag-sheet-close{flex:0 0 auto;border:1px solid rgba(205,199,174,.72);border-radius:8px;background:#fffdf8;color:#5f5b51;padding:7px 10px;font-size:12px;font-weight:900;line-height:1}.person-info-tag-sheet-list{display:flex;flex-wrap:wrap;gap:8px}.person-info-tag-sheet-list span{max-width:132px;overflow:hidden;border-radius:999px;background:#fff8dd;color:#766116;padding:7px 10px;font-size:12px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.person-info-add-sheet .person-info-form-heading{align-items:start}.person-info-add-sheet .person-info-form-heading h2{font-size:22px;line-height:1.3}.person-info-add-progress{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.person-info-add-progress-chip{display:flex;align-items:center;justify-content:center;min-width:0;min-height:30px;border:1px solid rgba(231,223,208,.82);border-radius:999px;background:#f0eee6;color:#777062;padding:0 8px;font-size:11px;font-weight:900;line-height:1.2;white-space:nowrap}.person-info-add-progress-chip.active,.person-info-add-progress-chip.complete{border-color:#f4c43094;background:#fff5d1;color:var(--text)}.person-info-add-progress-chip.complete:before{content:"";width:5px;height:5px;margin-right:5px;border-radius:999px;background:#f4c430}.person-info-add-step{display:grid;gap:12px;padding:14px;border:1px solid rgba(231,223,208,.72);border-radius:8px;background:#fffcf4db}.person-info-add-step-heading{display:flex;align-items:center;gap:8px;min-width:0}.person-info-add-step-heading span{display:grid;place-items:center;width:26px;height:26px;border:1px solid rgba(244,196,48,.56);border-radius:999px;background:#fff5d1;color:var(--text);font-size:11px;font-weight:900}.person-info-add-step-heading strong{min-width:0;color:var(--text);font-size:14px;font-weight:900;line-height:1.35}.person-info-add-step-grid{display:grid;gap:12px}.person-info-add-sheet .person-info-form-grid{gap:10px}.person-info-add-sheet .profile-field input,.person-info-add-sheet .profile-field select,.person-info-add-sheet .person-info-tag-create-row input,.person-info-add-sheet .person-info-tag-item input{background:#fffaf2}.person-info-add-sheet .person-info-relation-shortcuts button{background:#f0eee6}.person-info-add-sheet .person-info-relation-shortcuts button:focus-visible,.person-info-add-sheet .person-info-relation-shortcuts button:hover:not(:disabled){outline:0;box-shadow:0 0 0 3px #f4c43033}.person-info-add-sheet .person-info-form-actions{position:sticky;bottom:-16px;grid-template-columns:minmax(0,1fr);margin:2px -16px -16px;padding:12px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid rgba(231,223,208,.72);background:#fffdf8f5}.person-info-add-sheet .person-info-form-actions .ghost-link-button{display:none}.person-info-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.person-info-field-wide,.person-info-form-identity{grid-column:1 / -1}.person-info-form-identity{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:58px;padding:10px 12px;border:1px solid rgba(231,223,208,.72);border-radius:8px;background:#fffdf8}.person-info-form-identity-avatar{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(231,223,208,.78);border-radius:999px;background:#fffdf8;color:#86640c;font-size:13px;font-weight:900}.person-info-form-identity div{display:flex;align-items:center;gap:8px;min-width:0;line-height:20px}.person-info-form-identity strong{overflow:hidden;color:var(--text);font-size:14px;font-weight:900;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.person-info-form-identity .person-info-relationship-badge{display:inline-flex;align-items:center;justify-content:center;min-width:max-content;height:22px;border:1px solid rgba(214,177,63,.22);border-radius:8px;background:#fff8dd;color:#806619;padding:0 7px;font-size:11px;font-weight:800;line-height:14px;transform:translateY(.5px)}.person-info-relation-shortcuts{display:flex;gap:6px;overflow-x:auto}.person-info-relation-shortcuts button{min-height:28px;border:0;border-radius:8px;background:#e4e2e1;color:#4b4735;padding:0 10px;font:inherit;font-size:11px;font-weight:800;white-space:nowrap}.person-info-progressive-section{display:grid;gap:12px;padding-top:2px}.person-info-choice-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0;margin:0;border:0;padding:0}.person-info-choice-group legend{grid-column:1 / -1;margin:0 0 -1px;color:var(--text);font-size:12px;font-weight:800;line-height:1.5}.person-info-choice-group label{display:flex;align-items:center;gap:8px;min-height:42px;border:1px solid var(--line);border-radius:8px;background:var(--surface-warm);color:var(--text);padding:0 12px;font-size:13px;font-weight:800}.person-info-choice-group input{width:16px;height:16px;accent-color:#f4c430}.person-info-choice-group label:has(input:checked){border-color:#f4c43094;background:#fff8dd;color:var(--primary-strong)}.person-info-tag-manager{display:grid;gap:8px}.person-info-tag-manager-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.person-info-tag-manager-heading label{margin:0}.person-info-tag-manager-heading span{color:var(--muted);font-size:11px;font-weight:800}.person-info-tag-create-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:8px}.person-info-tag-create-row button,.person-info-tag-action{min-height:44px;border:1px solid rgba(205,199,174,.72);border-radius:8px;background:#fffdf8;color:var(--primary-strong);padding:0 12px;font:inherit;font-size:12px;font-weight:900;white-space:nowrap}.person-info-tag-list{display:grid;gap:7px}.person-info-tag-item{display:grid;grid-template-columns:minmax(0,1fr) max-content max-content;gap:6px;align-items:center}.person-info-tag-item input{min-height:34px}.person-info-tag-toggle{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;min-height:34px;border:1px solid rgba(231,223,208,.9);border-radius:999px;background:#fffdf8;color:#5f5b51;padding:0 10px;font:inherit;font-size:12px;font-weight:800}.person-info-tag-toggle[aria-pressed=true]{border-color:#f4c43075;background:#fff8dd;color:var(--primary-strong)}.person-info-tag-toggle span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-info-tag-toggle span:last-child{color:var(--muted);font-size:10px;font-weight:800;white-space:nowrap}.person-info-tag-icon-button{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(205,199,174,.72);border-radius:8px;background:#fffdf8;color:#5f5b51;padding:0}.person-info-tag-icon-button.danger{color:#bd3f56}.person-info-tag-empty,.person-info-tag-error{margin:0;font-size:11px;line-height:1.45}.person-info-tag-empty{color:var(--muted)}.person-info-tag-error{color:var(--danger)}.person-info-checkbox{display:flex;align-items:center;gap:8px;min-height:44px;background:transparent;color:var(--text);padding:0 6px;font-size:12px;font-weight:800;transform:translateY(2px);cursor:pointer}.person-info-checkbox input{display:grid;flex:0 0 auto;place-content:center;width:18px;height:18px;margin:0;-webkit-appearance:none;appearance:none;border:1.5px solid #d8cbb8;border-radius:5px;background:#fffdf8;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.person-info-checkbox input:before{width:5px;height:9px;border-right:1.8px solid #806619;border-bottom:1.8px solid #806619;border-radius:1px;content:"";transform:rotate(45deg) scale(0);transform-origin:50% 58%;transition:transform .14s ease}.person-info-checkbox input:checked{border-color:#d6b13f;background:#fff8de}.person-info-checkbox input:checked:before{transform:rotate(45deg) scale(1)}.person-info-checkbox input:focus-visible{outline:none;box-shadow:0 0 0 2px #fffdf8,0 0 0 4px #d6b13f47}.person-info-form-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.person-info-storage{background:#f7f6ef}.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,.profile-operating-info-card,.operating-info-card{display:grid;gap:16px;padding:18px 20px;border:1px solid rgba(231,223,208,.68);border-radius:8px;background:#fffcf494}.profile-operating-info-card{background:linear-gradient(180deg,#fffcf4eb,#fff8e7c2),#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)}.profile-operating-info-button{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;width:100%;min-height:58px;padding:13px 14px;border:1px solid rgba(231,223,208,.8);border-radius:10px;background:#ffffffbd;color:inherit;cursor:pointer;font:inherit;text-align:left;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.profile-operating-info-button:hover,.profile-operating-info-button:focus-visible{border-color:#c5a34c61;box-shadow:0 8px 18px #c5a34c1f;transform:translateY(-1px)}.profile-operating-info-button:focus-visible{outline:0}.profile-operating-info-button-copy,.operating-info-card-copy,.operating-info-hero-copy,.operating-info-link-copy{display:grid;gap:4px}.profile-operating-info-button-copy strong,.operating-info-link-copy strong{color:var(--text);font-size:13px;font-weight:800;line-height:1.45}.profile-operating-info-button-copy small,.operating-info-link-copy small{color:var(--muted);font-size:11px;line-height:1.5}.profile-operating-info-button-chevron,.operating-info-link-chevron{display:grid;place-items:center;width:20px;height:20px;color:var(--line-strong);transition:color .14s ease,transform .14s ease}.profile-operating-info-button:hover .profile-operating-info-button-chevron,.profile-operating-info-button:focus-visible .profile-operating-info-button-chevron,.operating-info-link-row:hover .operating-info-link-chevron,.operating-info-link-row:focus-visible .operating-info-link-chevron{color:var(--primary-strong);transform:translate(2px)}.operating-info-screen{display:grid;gap:16px}.operating-info-hero{display:grid;gap:8px;padding:22px 20px;border:1px solid rgba(231,223,208,.72);border-radius:12px;background:radial-gradient(circle at top right,rgba(255,245,216,.86),transparent 52%),linear-gradient(160deg,#fffcf4f5,#faefd2e0)}.operating-info-hero-copy,.operating-info-card-copy{gap:6px}.operating-info-hero-copy h2,.operating-info-hero-copy p,.operating-info-card-copy h3,.operating-info-card-copy p{margin:0}.operating-info-hero-copy h2,.operating-info-card-copy h3{color:var(--text);font-size:18px;font-weight:800;line-height:1.4}.operating-info-hero-copy p:not(.eyebrow),.operating-info-card-copy p:not(.eyebrow){color:#6f675c;font-size:12px;line-height:1.6}.operating-info-card{gap:18px;padding:20px}.operating-info-link-list{display:grid}.operating-info-link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:58px;padding:14px 0;color:inherit;text-decoration:none}.operating-info-link-row+.operating-info-link-row{border-top:1px solid rgba(231,223,208,.72)}.operating-info-link-chevron svg{display:block;width:12px;height:12px;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;fill:none}.operating-info-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}.purchase-summary--web{background:var(--surface-warm)}.app08d-purchase{box-sizing:border-box;position:relative;width:100%;min-height:844px;overflow-x:hidden;background:#f8faf6;color:#18202b;font-family:Noto Sans KR,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app08i-purchase{min-height:930px}.app08d-purchase h2,.app08d-purchase h3,.app08d-purchase p{margin:0}.app08d-heading{position:absolute;top:30px;right:72px;left:24px;width:auto;min-width:0}.profile-counterpart-card{display:grid;gap:16px;padding:18px 20px;border:1px solid rgba(231,223,208,.68);border-radius:8px;background:#fffcf4c7}.profile-counterpart-form,.profile-counterpart-grid,.profile-counterpart-list,.profile-counterpart-item-copy{display:grid}.profile-counterpart-form,.profile-counterpart-grid{gap:14px}.profile-counterpart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-counterpart-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.profile-counterpart-actions p,.profile-counterpart-feedback,.profile-counterpart-empty,.profile-counterpart-item-copy p{margin:0;font-size:12px;line-height:1.55}.profile-counterpart-actions p,.profile-counterpart-empty,.profile-counterpart-item-copy p{color:var(--muted)}.profile-counterpart-feedback{color:var(--text)}.profile-counterpart-feedback.danger{color:#a04a33}.profile-counterpart-list{gap:10px}.profile-counterpart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid rgba(231,223,208,.78);border-radius:16px;background:#fffef9}.profile-counterpart-item-copy{gap:4px;min-width:0}.profile-counterpart-item-copy strong{color:var(--text);font-size:14px;line-height:1.45}.profile-counterpart-item-actions{display:flex;align-items:center;gap:8px}.profile-counterpart-delete{min-height:34px;border:1px solid rgba(231,211,168,.92);border-radius:10px;background:var(--surface);color:var(--text);padding:0 12px;font-size:12px;font-weight:700;white-space:nowrap}.profile-counterpart-delete:hover:not(:disabled),.profile-counterpart-delete:focus-visible{border-color:#c99b2494;outline:none}.app08e-purchase .purchase-back-button,.app08i-purchase .purchase-back-button{top:24px;right:24px;left:auto;z-index:2}.app08d-heading h2{width:100%;height:30px;color:#18202b;font-size:18px;font-weight:700;line-height:26px}.app08d-heading p{width:100%;height:24px;color:#677170;font-size:12px;font-weight:400;line-height:18px}.app08d-purchase-feedback{position:absolute;top:108px;right:18px;left:18px;box-sizing:border-box;z-index:2;width:auto}.app08d-purchase-pack{position:absolute;top:104px;right:18px;left:18px;box-sizing:border-box;width:auto;height:172px;border:2px solid #d8a514;border-radius:22px;background:#fff}.app08d-purchase-pack p,.app08d-purchase-pack strong,.app08d-purchase-pack span{position:absolute;display:block;right:22px;left:22px;width:auto}.app08d-purchase-pack p{top:28px;height:24px;color:#7e6100;font-size:13px;font-weight:700;line-height:18px}.app08d-purchase-pack strong{top:64px;height:38px;color:#18202b;font-size:24px;font-weight:700;line-height:34px}.app08d-purchase-pack span{top:118px;height:24px;color:#677170;font-size:13px;font-weight:400;line-height:20px}.app08d-order-label{position:absolute;top:308px;left:24px;width:180px;height:26px;color:#18202b;font-size:15px;font-weight:700;line-height:22px}.app08d-order-surface{position:absolute;top:342px;right:18px;left:18px;box-sizing:border-box;width:auto;height:154px;border:1px solid #e7dfd0;border-radius:16px;background:#fff}.app08d-order-row{position:absolute;right:23px;left:23px;display:flex;gap:12px;justify-content:space-between;width:auto;min-width:0}.app08d-order-row span,.app08d-order-row strong{display:block;margin:0}.app08d-order-row span{flex:0 0 auto;color:#677170;font-size:13px;font-weight:400;line-height:18px}.app08d-order-row strong{flex:1 1 auto;min-width:0;overflow:hidden;color:#18202b;font-size:13px;font-weight:500;line-height:18px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.app08d-order-row--product{top:24px}.app08d-order-row--price{top:86px}.app08d-order-row--price span{color:#18202b;font-size:14px;font-weight:700;line-height:20px}.app08d-order-row--price strong{color:#7e6100;font-size:16px;font-weight:700;line-height:22px}.app08d-order-divider{position:absolute;top:62px;right:23px;left:23px;width:auto;height:1px;background:#e7dfd0}.app08d-payment-method{position:absolute;top:526px;right:18px;left:18px;box-sizing:border-box;display:flex;gap:12px;align-items:center;justify-content:space-between;width:auto;height:64px;padding:0 23px;border:1px solid #e7dfd0;border-radius:16px;background:#fff}.app08d-payment-method span,.app08d-payment-method strong{display:block;width:auto;height:auto}.app08d-payment-method span{flex:0 0 auto;color:#677170;font-size:13px;font-weight:400;line-height:18px}.app08d-payment-method strong{flex:1 1 auto;min-width:0;overflow:hidden;color:#18202b;font-size:15px;font-weight:700;line-height:22px;text-align:right;text-overflow:ellipsis;white-space:nowrap}.app08d-payment-method-label{position:absolute;top:528px;left:24px;width:180px;height:24px;color:#18202b;font-size:15px;font-weight:700;line-height:22px}.app08i-payment-method-options{position:absolute;top:560px;right:18px;left:18px;box-sizing:border-box;width:auto;height:140px;border:1px solid #e7dfd0;border-radius:16px;background:#fff}.app08i-payment-method-option{position:absolute;right:23px;left:23px;display:flex;align-items:center;justify-content:space-between;gap:12px;height:20px}.app08i-payment-method-option:first-child{top:24px}.app08i-payment-method-option:last-child{top:96px}.app08i-payment-method-option span:first-child{min-width:0;overflow:hidden;color:#18202b;font-size:14px;font-weight:500;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.app08i-payment-method-divider{position:absolute;top:69px;right:23px;left:23px;height:1px;background:#e7dfd0db}.app08i-payment-radio{position:relative;flex:0 0 auto;box-sizing:border-box;width:20px;height:20px;border:2px solid #e7dfd0;border-radius:999px;background:#fff}.app08i-payment-radio--selected{border-color:#d8a514}.app08i-payment-radio--selected span{position:absolute;top:4px;left:4px;width:8px;height:8px;border-radius:999px;background:#f4c430}.app08d-purchase-note{position:absolute;top:724px;right:18px;left:18px;box-sizing:border-box;width:auto;height:68px;border:1px solid #e7c979;border-radius:12px;background:#fff5d8}.app08d-purchase-note p{position:absolute;top:16px;right:23px;left:23px;width:auto;height:36px;color:#c5821f;font-size:12px;font-weight:400;line-height:18px}.app08d-pay-button{position:absolute;top:830px;right:24px;left:24px;box-sizing:border-box;display:grid;place-items:center;width:auto;height:52px;border:0;border-radius:8px;background:#f4c430;box-shadow:0 9px 18px #f4c4303b;color:var(--primary-ink);font-size:15px;font-weight:700;line-height:22px;text-align:center}.app08e-purchase .app08d-order-label{top:312px}.app08e-purchase .app08d-order-surface{top:346px}.app08e-purchase .app08d-purchase-note{top:636px}.app08e-purchase .app08d-pay-button{top:762px}.app08d-purchase.surface-intoss{display:flex;flex-direction:column;gap:10px;min-height:100%;padding:clamp(8px,2.4dvh,14px) 18px max(10px,calc(var(--lumina-content-safe-bottom) + 8px))}.app08d-purchase.surface-intoss .purchase-back-button{display:none}.app08d-purchase.surface-intoss .app08d-heading,.app08d-purchase.surface-intoss .app08d-purchase-feedback,.app08d-purchase.surface-intoss .app08d-purchase-pack,.app08d-purchase.surface-intoss .app08d-order-label,.app08d-purchase.surface-intoss .app08d-order-surface,.app08d-purchase.surface-intoss .app08d-payment-method,.app08d-purchase.surface-intoss .app08d-purchase-note,.app08d-purchase.surface-intoss .app08d-pay-button{position:static;inset:auto;width:auto;height:auto}.app08d-purchase.surface-intoss .app08d-heading{min-width:0;padding:0 6px}.app08d-purchase.surface-intoss .app08d-heading h2,.app08d-purchase.surface-intoss .app08d-heading p,.app08d-purchase.surface-intoss .app08d-purchase-pack p,.app08d-purchase.surface-intoss .app08d-purchase-pack strong,.app08d-purchase.surface-intoss .app08d-purchase-pack span,.app08d-purchase.surface-intoss .app08d-purchase-note p{position:static;right:auto;left:auto;width:auto;height:auto}.app08d-purchase.surface-intoss .app08d-heading h2{font-size:clamp(20px,5.8vw,25px);line-height:1.34}.app08d-purchase.surface-intoss .app08d-heading p{font-size:13px;line-height:1.45}.app08d-purchase.surface-intoss .app08d-purchase-pack{display:grid;gap:5px;min-height:104px;padding:14px 22px}.app08d-purchase.surface-intoss .app08d-purchase-pack strong{font-size:clamp(21px,6vw,26px);line-height:1.3}.app08d-purchase.surface-intoss .app08d-order-label{padding:0 6px;font-size:18px;line-height:1.28}.app08d-purchase.surface-intoss .app08d-order-surface{display:grid;gap:0;padding:0 20px}.app08d-purchase.surface-intoss .app08d-order-row,.app08d-purchase.surface-intoss .app08d-order-divider{position:static;right:auto;left:auto}.app08d-purchase.surface-intoss .app08d-order-row{min-height:48px;align-items:center}.app08d-purchase.surface-intoss .app08d-payment-method{min-height:52px}.app08d-purchase.surface-intoss .app08d-purchase-note{min-height:0;padding:9px 14px}.app08d-purchase.surface-intoss .app08d-purchase-note p{font-size:11px;line-height:1.35}.app08d-purchase.surface-intoss .app08d-pay-button{position:static;z-index:auto;min-height:48px;margin-top:auto}.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}.payment-server-note{margin:0;padding:12px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-warm);color:var(--primary-strong);font-size:11px;font-weight:700;line-height:1.55}.payment-return-screen{position:relative;min-height:844px;padding:92px 18px 24px;gap:18px;background:#fbfcf8}.payment-return-back-button{position:absolute;top:25px;left:24px}.payment-return-status{display:grid;gap:6px;padding:15px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.payment-return-status span{color:var(--muted);font-size:12px;line-height:1.4}.payment-return-status strong{color:var(--text);font-size:16px;line-height:1.45}.payment-return-status--success,.payment-return-status--pending{border-color:var(--line-strong);background:var(--surface-warm)}.payment-return-status--success strong,.payment-return-status--pending strong{color:var(--primary-strong)}.payment-return-status--danger{border-color:#efb8c1;background:var(--danger-soft)}.payment-return-status--danger strong{color:var(--danger)}.payment-return-details{display:grid;gap:8px;margin:0;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.payment-return-details div{display:grid;grid-template-columns:60px 1fr;gap:12px;align-items:start}.payment-return-details dt,.payment-return-details dd{margin:0;font-size:12px;line-height:1.55}.payment-return-details dt{color:var(--muted)}.payment-return-details dd{min-width:0;overflow-wrap:anywhere;color:var(--text);font-weight:700}.payment-return-action{width:100%;min-height:48px;border-radius:8px;font-size:14px}.payment-return-screen.surface-intoss{min-height:100%;padding:24px 18px max(24px,calc(var(--lumina-content-safe-bottom) + 18px))}.payment-return-screen.surface-intoss .payment-return-back-button{display:none}.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}@media(max-width:380px){.person-info-row{grid-template-columns:38px minmax(0,1fr)}.person-info-avatar{width:38px;height:38px}.person-info-row-status{grid-column:2;justify-items:start}.profile-counterpart-grid{grid-template-columns:1fr}.profile-counterpart-actions{align-items:stretch;flex-direction:column}.top-bar{min-height:72px;padding:16px 18px 10px}.top-bar--conversation{padding-bottom:7px}.top-brand{width:min(190px,calc(100% - 150px))}.top-brand--switcher{width:min(176px,calc(100% - 170px))}.credit-badge{top:18px;right:18px}.app-menu-button,.top-back-button{top:18px;left:18px}.app06e-credits .credits-back-button,.app08e-purchase .purchase-back-button,.app08i-purchase .purchase-back-button{right:18px;left:auto}.app-menu-layer{top:72px}.conversation-switcher-layer{inset:0}.conversation-switcher-panel{padding-right:18px;padding-left:18px}.screen-area{padding:22px 18px 20px}}:root{background:var(--app-bg)}html,body{height:100%;background:var(--app-bg);overflow:hidden;overscroll-behavior-y:none}#root{display:flex;height:100%;min-height:100vh;min-height:100svh;background:var(--app-bg);justify-content:center;overflow:hidden}.web-app-frame{width:100%;min-width:320px;height:100%;min-height:100vh;min-height:100svh;background:var(--app-bg);overflow:hidden}.web-app-frame .app-shell{width:100%;height:100vh;height:100svh;min-height:100vh;min-height:100svh;max-height:100svh;box-shadow:none}.web-app-frame .top-bar--no-credit{justify-content:center}.web-app-frame .top-bar--no-credit .top-brand{width:198px}.web-app-frame .minimal-home-login-actions{gap:18px;margin-top:9px}.web-app-frame .minimal-home{min-height:max(100%,860px);padding-bottom:max(38px,calc(env(safe-area-inset-bottom,0px) + 30px))}.web-app-frame .minimal-home>.notice{position:static;right:auto;bottom:auto;left:auto;justify-items:start;align-content:center;align-items:center;width:100%;min-height:48px;height:auto;margin-top:auto;padding:7px 15px}.web-app-frame .minimal-home>.notice p{color:var(--primary-strong);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:500;line-height:17px;text-align:left}.web-app-frame .minimal-home>.legal-footer{position:static;margin-top:24px}@media(max-height:720px){.web-app-frame .screen-area{padding-top:16px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.web-app-frame .minimal-home{gap:18px;min-height:max(100%,810px);padding:0 6px max(38px,calc(env(safe-area-inset-bottom,0px) + 30px))}.web-app-frame .minimal-home-hero{padding:34px 8px 30px}.web-app-frame .minimal-home-mascot-frame,.web-app-frame .minimal-home-hero .mascot-avatar.lg{width:104px;height:104px}.web-app-frame .minimal-home-mascot-frame{margin-bottom:22px}.web-app-frame .minimal-home-mascot-frame:before{top:-46px;left:-50px;width:204px;height:204px;filter:blur(50px)}.web-app-frame .minimal-home-hero h2{margin-bottom:18px;font-size:26px;line-height:36px}.web-app-frame .minimal-home-hero p{font-size:14px;line-height:22px}.web-app-frame .minimal-home-primary{min-height:54px}.web-app-frame .minimal-home-links{gap:14px}.web-app-frame .minimal-home-link{min-height:44px}.web-app-frame .minimal-home>.notice{margin-top:auto}.web-app-frame .minimal-home>.legal-footer{margin-top:24px}.web-app-frame .splash-image{object-position:center 44%}.web-app-frame .splash-copy-top{padding-top:clamp(42px,8svh,52px)}.web-app-frame .splash-copy-bottom{bottom:max(34px,calc(env(safe-area-inset-bottom) + 22px))}}@media(max-height:610px){.web-app-frame .screen-area{padding-top:12px;padding-bottom:max(12px,env(safe-area-inset-bottom))}.web-app-frame .minimal-home{gap:16px;min-height:max(100%,790px)}.web-app-frame .minimal-home-hero{padding-top:26px;padding-bottom:24px}.web-app-frame .minimal-home-mascot-frame,.web-app-frame .minimal-home-hero .mascot-avatar.lg{width:96px;height:96px}.web-app-frame .minimal-home-mascot-frame{margin-bottom:20px}.web-app-frame .minimal-home-mascot-frame:before{top:-42px;left:-46px;width:188px;height:188px;filter:blur(46px)}.web-app-frame .minimal-home-hero h2{margin-bottom:16px;font-size:25px;line-height:35px}.web-app-frame .minimal-home-hero p{font-size:13px;line-height:20px}.web-app-frame .minimal-home-primary{min-height:52px}.web-app-frame .minimal-home-link{min-height:42px}.web-app-frame .minimal-home>.legal-footer{margin-top:18px}.web-app-frame .splash-scrim-top{height:156px}.web-app-frame .splash-scrim-bottom{height:clamp(150px,34%,180px)}.web-app-frame .splash-copy-top{padding-top:36px}.web-app-frame .splash-brand{font-size:28px}.web-app-frame .splash-helper{font-size:13px}.web-app-frame .splash-copy-bottom{bottom:max(26px,calc(env(safe-area-inset-bottom) + 18px));gap:9px}}.web-app-frame .minimal-home.minimal-home--web-authenticated,.web-app-frame .minimal-home.minimal-home--web-login{min-height:100%}.web-app-frame .minimal-home--web-authenticated>.notice,.web-app-frame .minimal-home--web-login>.notice{margin-top:auto}.web-app-frame .screen-area--credits,.web-app-frame .screen-area--purchase,.web-app-frame .screen-area--payment-return{padding:0}.web-app-frame .screen-area--chat{padding-bottom:0;overscroll-behavior:none}.web-app-frame .screen-area--chat .chat-layout{min-height:0}@media(min-width:431px){.web-app-frame .screen-area--chat .mobile-web-chat-footer{display:none}#root{align-items:stretch;padding:0}.web-app-frame{width:390px;background:var(--app-bg);box-shadow:inset 1px 0 #e7dfd0d6,inset -1px 0 #e7dfd0d6,0 18px 44px #222d3a1f}:root,body,#root{background:#eef1ee}}.minimal-home-primary--kakao{position:relative;display:flex;align-items:center;justify-content:center;width:min(100%,300px);min-height:45px;padding:0 16px;border:0;border-radius:12px;background:#fee500;color:#000000d9;box-shadow:none;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:20px;appearance:none;-webkit-appearance:none;overflow:hidden;cursor:pointer}.minimal-home-primary--kakao:focus-visible{outline:2px solid rgba(0,0,0,.22);outline-offset:2px}.minimal-home-primary--kakao:not(:disabled):active{transform:translateY(1px)}.minimal-home-primary--kakao:disabled{opacity:.68;box-shadow:none;cursor:default}.minimal-home-primary--kakao-pending{cursor:default}.minimal-home-kakao-symbol{position:absolute;left:12px;top:50%;display:grid;place-items:center;width:18px;height:18px;transform:translateY(-50%);color:#000}.minimal-home-kakao-copy{display:block;width:100%;text-align:center;transform:translate(6px)}.minimal-home-login-actions{display:grid;justify-items:center;gap:10px}.minimal-home-provider-stack{display:grid;justify-items:center;gap:10px;width:min(100%,300px);margin-top:4px}.minimal-home-provider-button{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:10px;width:min(100%,300px);min-height:45px;border:0;border-radius:8px;padding:0 12px;box-sizing:border-box;overflow:hidden;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:20px;text-align:left}.minimal-home-google-provider{display:grid;gap:8px;width:min(100%,300px)}.minimal-home-google-provider--pending{opacity:.82}.minimal-home-google-provider-sdk{display:grid;place-items:center;width:min(100%,300px);min-height:45px;border-radius:8px;overflow:hidden}.minimal-home-google-provider-sdk--hidden{display:none}.minimal-home-google-provider-sdk--ready{background:#fff}.minimal-home-google-provider-sdk>div,.minimal-home-google-provider-sdk>iframe{margin:0 auto}.minimal-home-google-provider-status{color:#5f6368;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:12px;line-height:18px;text-align:center}.minimal-home-provider-button--google-fallback{border:1px solid #dadce0;border-radius:8px;background:#fff;color:#1f1f1f;box-sizing:border-box;font-family:Roboto,Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-weight:500}.minimal-home-provider-button--google-fallback:not(:disabled):hover{background:#fbfbfb}.minimal-home-provider-button--google-fallback:not(:disabled):active{transform:translateY(1px)}.minimal-home-provider-icon-image{display:block;flex:0 0 auto;width:18px;height:18px}.minimal-home-provider-button--reading-center .minimal-home-provider-icon-image{position:absolute;left:12px;top:50%;transform:translateY(-50%)}.minimal-home-provider-icon-image--apple{border-radius:0}.minimal-home-provider-label{display:block;flex:0 1 auto;text-align:left}.minimal-home-provider-label--reading-center{width:100%;text-align:center;transform:translate(5px)}.minimal-home-provider-button--apple{background:#000;color:#fff;box-shadow:none;font-family:Roboto,Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-weight:500;appearance:none;-webkit-appearance:none}.minimal-home-provider-button--apple .minimal-home-provider-icon-image--apple{left:7px;width:30px;height:30px}.minimal-home-provider-button--apple:not(:disabled):hover{filter:brightness(.985)}.minimal-home-provider-button--apple:not(:disabled):active{transform:translateY(1px)}.minimal-home-provider-button--apple:disabled{opacity:1;box-shadow:none;cursor:default}.minimal-home-provider-pending-label{position:absolute;inset:0;display:grid;place-items:center;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:20px}.minimal-home-provider-pending-label--apple{color:#ffffffe6}.minimal-home-provider-button--apple.minimal-home-provider-button--pending .minimal-home-provider-icon-image,.minimal-home-provider-button--apple.minimal-home-provider-button--pending .minimal-home-provider-label{opacity:.18}.minimal-home-provider-button--pending{opacity:.82}.minimal-home-provider-button--disabled{cursor:default}.minimal-home-provider-button--disabled:disabled{opacity:1}.minimal-home-provider-icon{display:grid;place-items:center;flex:0 0 auto;width:18px;height:18px;font-size:12px;font-weight:800;line-height:1}.minimal-home-login-link,.minimal-home-logout{border:0;background:transparent;color:#918ca1;font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:13px;font-weight:400;line-height:18px;padding:0;text-decoration:underline;text-underline-offset:2px}.minimal-home-login-error{margin:0;color:var(--danger);font-family:Inter,Noto Sans KR,ui-sans-serif,system-ui,sans-serif;font-size:12px;line-height:18px;text-align:center}.minimal-home-logout{justify-self:center;margin-top:-2px}
