:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif;--bg: #f5f6f8;--surface: #ffffff;--text: #1a1d23;--muted: #6b7280;--border: #e2e5ea;--primary: #1f5fd1;--primary-text: #ffffff;--danger: #b3261e;--amber: #b8860b;--amber-bg: #fff7e0;--tap-min: 44px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}#root{min-height:100vh;display:flex;flex-direction:column}.screen{max-width:480px;width:100%;margin:0 auto;padding:max(1.25rem,env(safe-area-inset-top)) 1rem calc(1.5rem + env(safe-area-inset-bottom));flex:1;display:flex;flex-direction:column;gap:1rem}h1{font-size:1.35rem;margin:.25rem 0 0}p.subtitle{color:var(--muted);margin:0;font-size:.95rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem}button{font:inherit;cursor:pointer;min-height:var(--tap-min)}.icon-btn{min-width:var(--tap-min);min-height:var(--tap-min);display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0}.btn-primary{background:var(--primary);color:var(--primary-text);border:none;border-radius:10px;padding:.85rem 1rem;font-size:1rem;font-weight:600}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:transparent;color:var(--primary);border:1px solid var(--primary);border-radius:10px;padding:.75rem 1rem;font-size:.95rem}input[type=text],input[type=number],input[type=email],input[type=password]{font:inherit;padding:.75rem;border:1px solid var(--border);border-radius:10px;width:100%}.error-text{color:var(--danger);font-size:.9rem}.muted{color:var(--muted);font-size:.9rem}.section-title{font-size:1rem;font-weight:700;margin:0 0 .5rem}.badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px}.badge-recall{background:#fdeaea;color:var(--danger)}.badge-amber{background:var(--amber-bg);color:var(--amber)}.badge-gray{background:var(--bg);color:var(--muted);border:1px solid var(--border)}.badge-lg{font-size:.85rem;padding:.25rem .7rem;font-weight:700}.nav-link{display:inline-flex;align-items:center;min-height:var(--tap-min);padding:.25rem .4rem;margin:-.25rem -.4rem;text-decoration:none;color:var(--text)}.spinner{display:inline-block;width:1.1em;height:1.1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .7s linear infinite;vertical-align:-.2em;margin-right:.5em}@keyframes spin{to{transform:rotate(360deg)}}.sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--bg);border-top:1px solid var(--border);padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));z-index:10}.sticky-bar-inner{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.mic-btn{position:absolute;top:.15rem;right:.15rem;font-size:1.1rem;border-radius:50%}.mic-btn-active{background:#fdeaea;animation:mic-pulse 1.1s ease-in-out infinite}@keyframes mic-pulse{0%,to{box-shadow:0 0 #b3261e59}50%{box-shadow:0 0 0 6px #b3261e00}}.expand-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .22s ease}.expand-wrapper.expanded{grid-template-rows:1fr}.expand-wrapper>div{overflow:hidden}
