:root{color:#3b2f2f;background:#fff8e1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,a{font:inherit}.page-shell{min-height:100vh;background:#fff8e1}.app-header{background:#e53935;border-bottom:4px solid #ffc107;box-shadow:0 1px 8px #8d4b001f}.app-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.app-header__left,.app-header__brand,.app-header__user{display:flex;align-items:center}.app-header__left{gap:14px}.app-header__brand{gap:12px;color:#fff;text-decoration:none;font-weight:800}.app-header__logo{width:40px;height:40px;border-radius:16px;background:#ffc107;color:#e53935;border:2px solid #fff;display:grid;place-items:center}.app-header__logo svg{width:24px;height:24px}.app-header__divider{width:1px;height:28px;background:#fff6}.app-header__page-title{color:#fffde7;font-size:14px;font-weight:700}.app-header__user{border:0;border-radius:999px;background:transparent;color:#fff;gap:8px;padding:6px 12px;cursor:pointer}.app-header__user:hover{background:#ffffff26}.app-header__avatar{width:36px;height:36px;border-radius:999px;background:#fff;color:#e53935;border:2px solid #ffc107;display:grid;place-items:center;font-weight:800}.app-header__username{font-size:14px;font-weight:700}.app-header__logout{border-radius:999px;background:#ffffff29;color:#fffde7;font-size:12px;font-weight:800;padding:4px 8px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,480px);gap:40px;align-items:center;background:radial-gradient(circle at 12% 18%,rgba(255,193,7,.28),transparent 24%),radial-gradient(circle at 82% 12%,rgba(229,57,53,.16),transparent 22%),#fff8e1;padding:48px clamp(20px,5vw,72px)}.login-page--compact{grid-template-columns:minmax(320px,520px);justify-content:center}.login-brand{display:grid;align-content:center;justify-items:start;gap:18px}.login-brand__logo{display:inline-flex;align-items:center;gap:10px;border-radius:999px;background:#e53935;color:#fff;text-decoration:none;font-weight:900;padding:10px 16px;box-shadow:0 14px 28px #d32f2f33}.login-brand__icon{width:34px;height:34px;border-radius:14px;display:grid;place-items:center;background:#ffc107;color:#e53935;border:2px solid #fff}.login-brand__mascot{width:112px;height:112px;border-radius:34px;display:grid;place-items:center;background:#fff;border:4px solid #ffc107;font-size:58px;box-shadow:0 18px 36px #8d4b001f}.login-brand h1{margin:0;max-width:640px;color:#d32f2f;font-size:clamp(38px,6vw,64px);line-height:1.02;font-weight:900}.login-brand p{margin:0;max-width:560px;color:#6d4c41;font-size:20px;line-height:1.45;font-weight:800}.login-card{width:min(100%,480px);justify-self:center;border-radius:28px;background:#fff;border:4px solid #ffe082;padding:28px;box-shadow:0 22px 44px #8d4b0024}.login-card__header{display:flex;gap:14px;align-items:center;border-radius:22px;background:#fff8e1;border:2px solid #ffe082;padding:16px;margin-bottom:18px}.login-card__header>span{width:50px;height:50px;border-radius:18px;display:grid;place-items:center;background:#ffc107;font-size:26px}.login-card h1,.login-card h2{margin:0;color:#d32f2f;font-size:25px;line-height:1.15}.login-card p{margin:6px 0 0;color:#6d4c41;font-weight:700}.login-alert{border-radius:18px;border:2px solid #ffcdd2;background:#ffebee;color:#b71c1c;padding:12px 14px;font-weight:800}.login-alert--success{border-color:#c8e6c9;background:#e8f5e9;color:#2e7d32}.login-form{display:grid;gap:16px;margin-top:18px}.login-field{display:grid;gap:8px}.login-field span{color:#6d4c41;font-size:13px;font-weight:900}.login-field input{width:100%;min-height:50px;border-radius:16px;border:2px solid #ffe082;background:#fff;color:#3b2f2f;font:inherit;font-weight:700;padding:0 14px;outline:none}.login-field input:focus{border-color:#e53935;box-shadow:0 0 0 4px #ffd54f6b}.login-field input[aria-invalid=true]{border-color:#e53935}.login-field small{color:#d32f2f;font-weight:800}.login-password{display:grid;grid-template-columns:1fr auto;gap:8px}.login-password button{border:0;border-radius:16px;background:#ffc107;color:#8d4b00;cursor:pointer;font-weight:900;padding:0 14px}.login-options{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.login-options label{display:flex;align-items:center;gap:8px;color:#6d4c41;font-weight:800}.login-options a,.login-back{color:#d32f2f;font-weight:900;text-decoration:none}.login-submit{min-height:52px;border:0;border-radius:18px;background:#e53935;color:#fff;cursor:pointer;font-weight:900;box-shadow:0 14px 24px #d32f2f2e}.login-submit:hover:not(:disabled){background:#d32f2f}.login-submit:disabled{cursor:not-allowed;opacity:.7}.login-card__hint{border-radius:16px;background:#fff8e1;padding:12px 14px;margin-top:18px}.login-back{display:inline-flex;margin-top:18px}.home-page{position:relative;overflow:hidden;max-width:1200px;margin:0 auto;padding:28px 24px 26px}.sparkle{position:absolute;width:14px;height:14px;border-radius:999px;background:#ffc107;box-shadow:0 0 0 6px #ffc1072e}.sparkle--one{top:72px;left:24px}.sparkle--two{top:120px;right:40px;background:#e53935}.home-page__hero{text-align:center;display:grid;justify-items:center;gap:12px;margin-bottom:30px}.home-page__badge{display:inline-flex;align-items:center;gap:8px;border:2px solid #ffe082;background:#fff;color:#d32f2f;padding:10px 18px;border-radius:999px;font-weight:800;box-shadow:0 2px 8px #8d4b0014}.home-page__hero h1{margin:0;color:#d32f2f;font-size:clamp(36px,5vw,54px);line-height:1.05}.home-page__hero p{margin:0;color:#6d4c41;font-size:20px;font-weight:700}.activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.activity-card{position:relative;min-height:320px;border-radius:32px;background:#fff;border:4px solid #ffe082;box-shadow:0 18px 36px #8d4b001f;padding:38px 44px;text-align:left;cursor:pointer;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.activity-card:hover,.activity-card--active{transform:translateY(-4px) scale(1.01);box-shadow:0 24px 42px #8d4b0029}.activity-card--red{border-color:#ffcdd2}.activity-card--red.activity-card--active{border-color:#ffc107}.activity-card__sticker{position:absolute;right:30px;top:28px;font-size:54px}.activity-card__icon{width:72px;height:72px;border-radius:24px;display:grid;place-items:center;margin-bottom:38px;font-size:30px;font-weight:900}.activity-card--red .activity-card__icon{background:#e53935;color:#fff}.activity-card--yellow .activity-card__icon{background:#ffc107;color:#8d4b00;font-size:42px}.activity-card__title{color:#d32f2f;font-size:34px;line-height:1.1;font-weight:900;margin-bottom:16px}.activity-card--yellow .activity-card__title,.activity-card--yellow .activity-card__action{color:#8d4b00}.activity-card__description{color:#5d4037;font-size:20px;line-height:1.45;font-weight:700;max-width:430px}.activity-card__action{margin-top:auto;color:#d32f2f;font-size:19px;font-weight:900}.voice-command{margin-top:30px;display:grid;justify-items:center;gap:14px}.voice-command__button{width:86px;height:86px;border-radius:999px;border:5px solid #ffc107;background:#e53935;color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 18px 30px #d32f2f47;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.voice-command__button:hover,.voice-command__button--listening{background:#d32f2f;transform:scale(1.05);box-shadow:0 0 0 10px #ffc1073d,0 18px 30px #d32f2f47}.voice-command__button svg{width:42px;height:42px}.voice-command__status{min-height:46px;min-width:min(520px,100%);border-radius:18px;border:2px solid #ffe082;background:#fff;color:#d32f2f;padding:12px 18px;text-align:center;font-weight:800;box-shadow:0 2px 8px #8d4b0014}.placeholder-page{min-height:calc(100vh - 68px);display:grid;place-items:center;padding:32px}.placeholder-card{width:min(560px,100%);border-radius:32px;background:#fff;border:4px solid #ffe082;padding:42px;text-align:center;box-shadow:0 18px 36px #8d4b001f}.placeholder-card__icon{font-size:58px}.placeholder-card h1{color:#d32f2f;margin:12px 0}.placeholder-card p{color:#5d4037;font-weight:700}.placeholder-card a{display:inline-flex;margin-top:16px;border-radius:999px;background:#e53935;color:#fff;text-decoration:none;font-weight:800;padding:12px 20px}.voice-chat-page{max-width:1180px;margin:0 auto;padding:28px 24px 34px}.voice-chat-hero{display:grid;grid-template-columns:auto 96px 1fr;gap:22px;align-items:center;margin-bottom:24px}.voice-chat-hero__back{justify-self:start;border-radius:999px;background:#fff;border:2px solid #ffe082;color:#d32f2f;text-decoration:none;font-weight:900;padding:10px 16px;box-shadow:0 2px 8px #8d4b0014}.voice-chat-hero__mascot{width:92px;height:92px;border-radius:30px;display:grid;place-items:center;background:#fff;border:4px solid #ffc107;font-size:48px;box-shadow:0 18px 36px #8d4b001f}.voice-chat-hero__eyebrow{margin:0 0 4px;color:#d32f2f;font-size:14px;font-weight:900;text-transform:uppercase}.voice-chat-hero h1{margin:0;color:#d32f2f;font-size:clamp(34px,5vw,52px);line-height:1}.voice-chat-hero p:last-child{margin:8px 0 0;color:#6d4c41;font-size:18px;font-weight:700}.voice-chat-panel{display:grid;grid-template-columns:minmax(280px,420px) 1fr;gap:24px}.voice-chat-controls,.conversation-list{border-radius:32px;background:#fff;border:4px solid #ffe082;box-shadow:0 18px 36px #8d4b001f}.voice-chat-controls{display:grid;justify-items:center;align-content:start;gap:22px;padding:28px}.language-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.language-pill{border:2px solid #ffe082;border-radius:999px;background:#fff8e1;color:#6d4c41;cursor:pointer;font-weight:900;padding:8px 12px}.language-pill--active{background:#ffc107;color:#8d4b00}.record-button{width:138px;height:138px;border-radius:999px;border:7px solid #ffc107;background:#e53935;color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 22px 36px #d32f2f40;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.record-button:not(:disabled):hover,.record-button--recording{background:#d32f2f;transform:scale(1.04);box-shadow:0 0 0 14px #ffc1073d,0 22px 36px #d32f2f40}.record-button:disabled{cursor:not-allowed;opacity:.7}.record-button svg{width:66px;height:66px}.voice-wave{height:66px;display:flex;align-items:center;justify-content:center;gap:8px}.voice-wave span{width:12px;height:52px;border-radius:999px;background:#ffc107;transform-origin:center;transition:transform .12s ease,background .12s ease}.voice-wave--active span:nth-child(2n){background:#e53935}.voice-chat-status{width:100%;border-radius:22px;border:2px solid #ffe082;background:#fff8e1;color:#d32f2f;display:grid;gap:6px;padding:14px 16px;text-align:center;font-weight:900}.voice-chat-status small{color:#6d4c41}.voice-chat-retry{border:0;border-radius:999px;background:#e53935;color:#fff;cursor:pointer;font-weight:900;padding:12px 20px}.voice-chat-stop{border:0;border-radius:999px;background:#ffc107;color:#8d4b00;cursor:pointer;font-weight:900;padding:12px 20px;box-shadow:0 10px 18px #8d4b0024}.conversation-list{min-height:480px;max-height:620px;overflow:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.conversation-empty{min-height:380px;display:grid;place-items:center;align-content:center;gap:12px;color:#6d4c41;text-align:center;font-weight:800}.conversation-empty span{font-size:48px}.conversation-bubble{display:flex;gap:12px;max-width:86%}.conversation-bubble--ai{align-self:flex-start}.conversation-bubble--child{align-self:flex-end;flex-direction:row-reverse}.conversation-bubble__avatar{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;flex:0 0 auto;background:#ffc107;color:#8d4b00;font-weight:900}.conversation-bubble--child .conversation-bubble__avatar{background:#e53935;color:#fff}.conversation-bubble__content{border-radius:24px;border:2px solid #ffe082;background:#fff8e1;padding:14px 16px}.conversation-bubble--child .conversation-bubble__content{background:#ffebee;border-color:#ffcdd2}.conversation-bubble__label{display:block;color:#d32f2f;font-size:12px;font-weight:900;margin-bottom:4px}.conversation-bubble__content p{margin:0;color:#3b2f2f;font-size:17px;font-weight:700;line-height:1.45}.conversation-bubble__audio{margin-top:10px;border:0;border-radius:999px;background:#ffc107;color:#8d4b00;cursor:pointer;font-weight:900;padding:8px 12px}@media(max-width:760px){.app-header__divider,.app-header__page-title,.app-header__username,.app-header__logout{display:none}.login-page{grid-template-columns:1fr;padding:28px 16px}.login-brand{justify-items:center;text-align:center}.home-page{padding:24px 16px}.activity-grid{grid-template-columns:1fr}.activity-card{min-height:260px;padding:30px}.voice-chat-hero,.voice-chat-panel{grid-template-columns:1fr}.voice-chat-hero{text-align:center;justify-items:center}.conversation-bubble{max-width:100%}}
