:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#29272f;background:#f3f1f8;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Pretendard,Apple SD Gothic Neo,sans-serif;font-size:12px;font-weight:400}button{-webkit-tap-highlight-color:transparent;outline:none;font-family:inherit}button:focus,button:focus-visible,button:active{outline:none}.app{justify-content:center;height:100vh;padding:8px 16px;display:flex}.phone{background:#f7f7fb;border:1px solid #fffc;border-radius:36px;flex-direction:column;width:100%;max-width:760px;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #4f40692e}.phone:before{content:"";z-index:5;background:#76737d;border-radius:999px;width:54px;height:5px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.chat-header{-webkit-backdrop-filter:blur(14px);background:#ffffffe6;border-bottom:1px solid #e7e3ef;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:32px 24px 20px;display:flex}.profile-area{align-items:center;gap:14px;display:flex}.avatar{color:#fff;background:linear-gradient(135deg,#8b78c8,#c8b7ef);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-weight:500;display:flex}.chat-header h1{letter-spacing:-.03em;color:#242129;margin:0;font-size:21px;font-weight:400}.chat-header p{color:#8d8798;letter-spacing:-.01em;margin:4px 0 0;font-size:12px;font-weight:400}.header-links{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.header-links a{color:#4f4661;-webkit-backdrop-filter:blur(18px);background:#ffffffb8;border:1px solid #ffffffb3;border-radius:14px;padding:8px 15px;font-size:12px;font-weight:400;text-decoration:none;transition:transform .18s,background .18s,box-shadow .18s;box-shadow:0 8px 20px #1f1c2b0f,inset 0 1px #fffc}.header-links a:hover{background:#ffffffeb;transform:translateY(-1px)}.header-links a:active{transform:scale(.98)}.chat-body{flex:1;padding:20px 22px;overflow-y:auto}.intro-card{background:linear-gradient(#fff,#fbf9ff);border:1px solid #8b78c81a;border-radius:22px;margin-bottom:14px;padding:16px 18px;box-shadow:0 8px 22px #4f40690f}.intro-head{text-align:center;margin-bottom:12px}.intro-card h2{letter-spacing:-.03em;color:#2d2837;margin:0 0 6px;font-size:16px;font-weight:500}.intro-desc{color:#756d86;max-width:560px;margin:0 auto;font-size:12px;font-weight:400;line-height:1.45}.summary-grid{grid-template-columns:repeat(2,1fr);gap:7px;margin-bottom:10px;display:grid}.summary-chip{color:#504661;text-align:center;background:#f6f2ff;border-radius:12px;padding:8px 10px;font-size:12px;font-weight:400}.achievement-list{grid-template-columns:repeat(2,1fr);gap:4px 10px;display:grid}.achievement-list p{color:#5f586c;text-align:center;margin:0;font-size:12px;font-weight:400;line-height:1.4}.message-row{margin-bottom:14px;display:flex}.message-row.bot{justify-content:flex-start}.message-row.user{justify-content:flex-end}.bubble{white-space:pre-line;border-radius:20px;max-width:78%;padding:12px 14px;font-size:12px;font-weight:400;line-height:1.6}.bot .bubble{color:#2f2d35;background:#fff;border-bottom-left-radius:6px;box-shadow:0 5px 18px #4f406914}.user .bubble{color:#fff;background:#7c6aa6;border-bottom-right-radius:6px}.question-dock{-webkit-backdrop-filter:blur(16px);background:#fffffff0;border-top:1px solid #e7e3ef;flex-shrink:0;padding:10px 16px 14px;box-shadow:0 -10px 26px #4f40690d}.question-dock-head{grid-template-columns:34px 1fr 34px;align-items:center;gap:10px;margin-bottom:8px;display:grid}.question-dock-title{flex-direction:column;align-items:center;gap:2px;display:flex}.question-dock-head button{-webkit-backdrop-filter:blur(18px);color:#6d6482;cursor:pointer;background:#ffffffb8;border:1px solid #ffffffa6;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:22px;font-weight:400;line-height:1;transition:transform .18s,background .18s,box-shadow .18s,opacity .18s;display:flex;box-shadow:0 8px 20px #1f1c2b14,inset 0 1px #fffc}.question-dock-head button:hover:not(:disabled){background:#ffffffe6;transform:translateY(-1px)}.question-dock-head button:active:not(:disabled){transform:scale(.95)}.question-dock-head button:disabled{opacity:.3;cursor:default;box-shadow:none}.question-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.question-grid button{color:#40384f;letter-spacing:-.01em;cursor:pointer;white-space:nowrap;background:#ffffffb8;border:1px solid #e6e0f1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:44px;padding:8px 10px;font-size:12px;font-weight:400;transition:transform .15s,background .15s,box-shadow .15s,border-color .15s,opacity .15s;display:flex;box-shadow:0 5px 14px #4f40690f,inset 0 1px #ffffffe6}.question-grid button:hover:not(:disabled){background:#ffffffeb;border-color:#d7c9f4;transform:translateY(-1px);box-shadow:0 8px 18px #4f40691a,inset 0 1px #fffffff2}.question-grid button:active:not(:disabled){background:#f0eaff;transform:scale(.985)}.question-grid button.is-selected,.question-grid button:disabled{opacity:.6;color:#8c839c;box-shadow:none;background:#f4f1fa;border-color:#e1dce9;transform:none}@media (width<=640px){.app{padding:0}.phone{border-radius:0;height:100vh}.phone:before{display:none}.chat-header{flex-direction:column;align-items:flex-start;padding:16px}.header-links{justify-content:flex-start;width:100%}.chat-body,.intro-card{padding:16px}.summary-grid,.achievement-list{grid-template-columns:1fr}.bubble{max-width:90%}.question-grid{grid-template-columns:1fr 1fr}.question-grid button{padding:10px 8px}}.header-reset-btn{color:#8f879d;cursor:pointer;background:#ffffffb8;border:none;border-radius:14px;width:34px;height:34px;font-size:14px;font-weight:400;transition:transform .15s,background .15s,color .15s;box-shadow:0 8px 20px #1f1c2b0f,inset 0 1px #fffc}.header-reset-btn:hover{color:#6d6482;background:#ffffffeb;transform:rotate(-25deg)}.header-reset-btn:active{transform:scale(.92)}
