*{box-sizing:border-box}body{color:#fff;background:radial-gradient(circle at top,#27125c 0%,#090715 48%,#030207 100%);min-width:320px;min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.65}.lucy-page{background:linear-gradient(#17101f 0%,#241531 45%,#120b18 100%);justify-content:center;align-items:flex-start;width:100%;min-height:100vh;padding:40px 18px;display:flex}.lucy-card{text-align:center;color:#2b183d;background:linear-gradient(145deg,#eee6ff 0%,#d9c8ff 55%,#c5afff 100%);border:1px solid #774cff73;border-radius:28px;width:min(92vw,520px);padding:24px 18px;box-shadow:0 22px 70px #00000047,0 4px 42px #774cff40}.chat-card{text-align:left;flex-direction:column;min-height:calc(100vh - 32px);max-height:calc(100vh - 32px);display:flex;overflow:hidden}.eyebrow{color:#c7a9ff;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.76rem;font-weight:800}.lucy-avatar-wrap{background:linear-gradient(135deg,#ae7cff,#5a3777);border-radius:24px;width:100%;max-width:320px;height:220px;margin:0 auto 18px;overflow:hidden;box-shadow:0 0 30px #7e55ffa6}.lucy-avatar{object-fit:cover;object-position:center 28%;width:100%;height:100%;display:block}h1{color:#0000;background:linear-gradient(90deg,#fff,#b494ff,#6b4cff);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2.2rem,7vw,4rem);line-height:1}h2{color:#c8b9f5;margin:12px 0 0;font-size:1.15rem;font-weight:600}.intro{color:#d2cde2;max-width:620px;margin:18px auto 26px;line-height:1.7}.subjects{flex-wrap:wrap;justify-content:center;gap:10px;margin:22px 0 30px;display:flex}.subjects span{color:#fff;background:#7346e71f;border:1px solid #b490ff6b;border-radius:999px;padding:8px 13px;font-size:.82rem}.lucy-card>button:not(.back-button){color:#fff;background:linear-gradient(135deg,#9c68ff,#5337ff);border:0;border-radius:14px;min-height:48px;padding:12px 22px;font-weight:800;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 28px #5c36ff57}.lucy-card>button:not(.back-button):hover{transform:translateY(-2px);box-shadow:0 14px 34px #5c36ff75}.chat-window{scroll-behavior:smooth;text-align:left;-webkit-overflow-scrolling:touch;flex:1;min-height:0;max-height:420px;margin:20px 0 16px;padding:0;overflow-y:auto}.message-row{align-items:flex-start;width:100%;margin-bottom:14px;display:flex}.message-row.lucy{justify-content:flex-start}.message-row.learner{justify-content:flex-end}.message-bubble{text-align:left;overflow-wrap:anywhere;border-radius:18px;width:fit-content;max-width:88%;min-height:90px;padding:18px 20px;font-size:1rem;line-height:1.5}.message-bubble.lucy{color:#2b183d;background:#ffffffc7;border:1px solid #774cff47;border-bottom-left-radius:6px}.message-bubble.learner{color:#fff;background:linear-gradient(135deg,#8f63e8,#6d3fd1);border:1px solid #7b66ff5c;border-bottom-right-radius:6px}.message-bubble strong{color:inherit;letter-spacing:.02em;margin-bottom:6px;font-size:.78rem;display:block}.message-bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.message-bubble h1,.message-bubble h2,.message-bubble h3,.message-bubble h4,.message-bubble p,.message-bubble ul,.message-bubble ol,.message-bubble li{text-align:left}.message-bubble h1,.message-bubble h2,.message-bubble h3,.message-bubble h4{color:inherit;margin:12px 0 6px;line-height:1.25}.message-bubble h1{font-size:1.15rem}.message-bubble h2,.message-bubble h3,.message-bubble h4{font-size:1rem}.message-bubble p{margin:0 0 10px;font-size:1rem;line-height:1.5}.message-bubble ul,.message-bubble ol{margin:8px 0 10px;padding-left:20px}.message-bubble li{margin-bottom:6px}.message-bubble>:last-child{margin-bottom:0}.message-time{color:#ffffff9e;text-align:right;margin-top:8px;font-size:.68rem;display:block}.thinking-bubble{min-width:140px}.typing-dots{align-items:center;gap:5px;height:24px;display:flex}.typing-dots span{background:#d9c7ff;border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite typingBounce;display:block}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}.chat-controls{align-items:stretch;gap:12px;display:flex}.chat-controls input{color:#fff;background:#070713cc;border:1px solid #b997ff61;border-radius:14px;outline:none;flex:1;min-width:0;padding:15px 16px;transition:border-color .2s,box-shadow .2s}.chat-controls input::placeholder{color:#9992ad}.chat-controls input:focus{border-color:#a76cff;box-shadow:0 0 0 4px #a76cff1f}.chat-controls button{color:#fff;background:linear-gradient(135deg,#a268ff,#4b35f1);border:0;border-radius:14px;min-width:112px;padding:13px 20px;font-weight:800;box-shadow:0 10px 24px #5436ea52}.back-button{color:#fff;background:#3b1f5c;border:1px solid #2b183d;border-radius:12px;margin-top:16px;padding:12px 18px;font-weight:800;box-shadow:0 8px 20px #2b183d47}.back-button:hover{color:#fff;background:#24102f}@keyframes typingBounce{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}@keyframes messageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.lucy-page{padding:18px 10px}.lucy-card{border-radius:20px;padding:22px 14px}.chat-card{min-height:auto}.chat-window{height:300px;padding:0;overflow-y:auto}.message-bubble{max-width:92%}.chat-controls{flex-direction:column}.chat-controls button{width:100%}}.voice-controls{justify-content:center;gap:10px;margin:12px 0;display:flex}.voice-controls button,.speak-message-button{color:#fff;background:#7046dc47;border:1px solid #be96ff66;border-radius:10px;padding:8px 12px}.speak-message-button{margin-top:10px;font-size:.75rem}@media (width<=600px){.voice-controls{flex-direction:column}.voice-controls button{width:100%}.lucy-avatar-wrap{width:calc(100% - 32px);max-width:280px;height:190px;margin:12px auto 16px}.lucy-avatar{object-position:center 25%}}.practice-launch{background:#ffffff52;border:1px solid #774cff47;border-radius:18px;margin:24px 0;padding:20px 16px}.practice-launch h2{color:#2b183d;margin:0 0 8px}.practice-launch p{color:#4d3562;margin:0 0 14px}.practice-launch button{color:#fff;background:linear-gradient(135deg,#9c68ff,#5337ff);border:0;border-radius:14px;width:100%;min-height:48px;margin-top:10px;padding:12px 16px;font-weight:800;box-shadow:0 8px 20px #5c36ff40}.practice-card{text-align:left;max-height:calc(100vh - 32px);overflow-y:auto}.practice-card h1{color:#2b183d;-webkit-text-fill-color:#2b183d;background:0 0;margin-bottom:14px;font-size:clamp(2rem,7vw,3rem)}.practice-question{background:#ffffffc2;border:1px solid #774cff47;border-radius:18px;margin-top:18px;padding:20px 16px}.practice-question h2{color:#2b183d;margin:12px 0 18px;line-height:1.45}.practice-topic{color:#6d3fd1;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.practice-case{color:#3a2848;background:#eee7fa;border-radius:12px;max-height:220px;padding:14px;line-height:1.55;overflow-y:auto}.practice-options{gap:10px;display:grid}.practice-option{color:#2b183d;text-align:left;background:#f7f3ff;border:1px solid #6d3fd14d;border-radius:12px;width:100%;padding:13px 14px}.practice-option.selected{color:#fff;background:linear-gradient(135deg,#8f63e8,#6d3fd1)}.practice-action,.self-review-actions button{color:#fff;background:linear-gradient(135deg,#9c68ff,#5337ff);border:0;border-radius:14px;width:100%;min-height:48px;margin-top:14px;padding:12px 16px;font-weight:800}.practice-answer{color:#2b183d;background:#eee7fa;border-left:5px solid #6d3fd1;border-radius:12px;margin-top:18px;padding:16px}.practice-answer strong{color:#5b2ca0;margin-bottom:6px;display:block}.practice-answer p{margin:0 0 14px;line-height:1.55}.practice-feedback{color:#2b183d;background:#ded1fa;border-radius:10px;padding:12px;font-weight:700}.self-review-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=600px){.practice-card{max-height:none}.practice-question{padding:16px 12px}.self-review-actions{grid-template-columns:1fr}}.practice-navigation{z-index:5;background:#ded1faf5;grid-template-columns:1fr 1fr;gap:10px;margin:0 0 16px;padding:10px 0;display:grid;position:sticky;top:0}.practice-navigation button{color:#fff;background:linear-gradient(135deg,#8f63e8,#6d3fd1);border:1px solid #6d3fd152;border-radius:12px;min-height:44px;padding:10px 14px;font-weight:800}: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%}
