:root{font-family:Manrope,Segoe UI,sans-serif;color:#f4f7ff;background:radial-gradient(circle at top left,rgba(57,110,214,.32),transparent 34%),radial-gradient(circle at bottom left,rgba(38,112,255,.22),transparent 28%),linear-gradient(135deg,#052664,#0a377f 44%,#06285f);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:dark}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh}button,textarea{font:inherit}button{cursor:pointer}.sr-only{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{position:relative;min-height:100vh;overflow:hidden;padding:48px 20px}.ambient{position:absolute;inset:auto;border-radius:999px;filter:blur(18px);opacity:.8;pointer-events:none}.ambient--one{top:7%;left:-8%;width:280px;height:280px;background:radial-gradient(circle,rgba(87,145,255,.42),transparent 70%)}.ambient--two{right:-10%;bottom:6%;width:320px;height:320px;background:radial-gradient(circle,rgba(15,80,194,.36),transparent 70%)}.hero-card{position:relative;z-index:1;max-width:1180px;min-height:calc(100vh - 96px);margin:0 auto;padding:28px clamp(20px,4vw,64px) 36px;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.hero-badge{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,#356ecff2,#2252abf2);box-shadow:0 12px 24px #0113353d,inset 0 1px #ffffff14}.hero-badge svg{width:26px;fill:#fff}.hero-copy{display:grid;gap:18px;max-width:720px}.hero-copy__eyebrow{margin:0;font-size:clamp(2rem,2vw + 1.5rem,3.5rem);font-weight:800;letter-spacing:-.04em}.hero-copy h1{margin:0;font-size:clamp(3rem,5vw,5.25rem);line-height:.98;font-weight:800;letter-spacing:-.055em}.hero-copy__subtitle{margin:0;max-width:560px;color:#dfe8ffb3;font-size:clamp(1.2rem,1vw + 1rem,2rem);line-height:1.45}.prompt-row{display:flex;flex-wrap:wrap;gap:12px}.prompt-chip{border:1px solid rgba(140,180,255,.2);background:#0a30706b;color:#ebf1ffe6;padding:12px 16px;border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.prompt-chip:hover:enabled{transform:translateY(-2px);border-color:#a4c4ff57;background:#133e8a9e}.chat-form{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:min(100%,700px);padding:8px 8px 8px 10px;border-radius:24px;background:linear-gradient(180deg,#0c337beb,#092a67eb),#0a3378d9;border:1px solid rgba(91,140,243,.25);box-shadow:0 22px 40px #02123552,inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.chat-form__input{resize:none;min-height:44px;max-height:160px;padding:10px 0;border:0;outline:none;background:transparent;color:#f8fbff;line-height:1.45}.chat-form__input::placeholder{color:#e3ebff8c}.voice-button,.submit-button{width:60px;height:60px;border-radius:18px;border:0;display:grid;place-items:center;transition:transform .18s ease,opacity .18s ease,background-color .18s ease,box-shadow .18s ease}.voice-button{background:transparent;color:#71a5ffe0}.voice-button svg,.submit-button svg{width:28px;fill:currentColor}.voice-button:hover:enabled,.submit-button:hover:enabled{transform:translateY(-1px)}.voice-button--active{background:#3d71d638;color:#b8d3ff;box-shadow:inset 0 0 0 1px #74abff38}.submit-button{background:linear-gradient(180deg,#356fd3,#2a5eba);color:#fff;box-shadow:0 10px 24px #09275d47,inset 0 1px #ffffff1f}.voice-button:disabled,.submit-button:disabled,.prompt-chip:disabled,.chat-form__input:disabled{cursor:not-allowed;opacity:.64}.feedback-stack{display:grid;gap:14px;width:min(100%,760px)}.app-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:auto;padding-top:12px}.app-footer__credit{margin:0;color:#dae6ffb8;font-size:.98rem;letter-spacing:.02em}.app-footer__links{display:flex;align-items:center;gap:12px}.app-footer__link{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#f4f8ffe6;text-decoration:none;background:#08245875;border:1px solid rgba(113,159,245,.2);box-shadow:inset 0 1px #ffffff0d;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.app-footer__link svg{width:20px;fill:currentColor}.app-footer__link:hover{transform:translateY(-2px);border-color:#a5c6ff5c;background:#113a84b8}.status-card,.message-box{border-radius:24px;padding:18px 20px;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.status-card{display:flex;align-items:center;gap:14px;background:#061d4894;border:1px solid rgba(96,137,227,.16);color:#f2f6ffe0}.status-card--error{background:#66152938;border-color:#ff789847}.status-dots{display:inline-flex;gap:6px}.status-dots span{width:8px;height:8px;border-radius:999px;background:#8ab4ff;animation:pulse 1.2s infinite ease-in-out}.status-dots span:nth-child(2){animation-delay:.15s}.status-dots span:nth-child(3){animation-delay:.3s}.message-box{background:#051b4680;border:1px solid rgba(96,137,227,.18)}.message-box__label{margin:0 0 10px;color:#adc6f8cc;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em}.message-box__content{margin:0;color:#f5f8fff0;line-height:1.7;white-space:pre-wrap}@keyframes pulse{0%,80%,to{transform:scale(.75);opacity:.5}40%{transform:scale(1);opacity:1}}@media(max-width:720px){.app-shell{padding:20px 14px}.hero-card{min-height:calc(100vh - 40px);padding:12px 8px 20px}.chat-form{grid-template-columns:auto minmax(0,1fr)}.submit-button{grid-column:1 / -1;width:100%;height:54px;border-radius:16px}.voice-button{width:52px;height:52px}.app-footer{flex-direction:column;align-items:flex-start}}
