:root{font-family:Inter,Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#eef2ff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,#e0f2fe,#eef2ff 60%,#f8fafc)}a{color:inherit;text-decoration:none}button,input{font-family:inherit}#root{max-width:1100px;margin:0 auto}.app{min-height:100vh;padding:32px 24px 48px;color:#0f172a}.hero{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.hero h1{font-size:2.4rem;margin:8px 0}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.7rem;color:#0f172a99}.subtitle{font-size:1.05rem;color:#0f172ab3}.status-pill{display:inline-flex;gap:8px;align-items:center;padding:10px 16px;border-radius:999px;background:#ffffffb3;box-shadow:0 10px 30px #0f172a14;width:fit-content}.content{display:grid;gap:20px}.card{background:#ffffffd9;border-radius:20px;padding:24px;box-shadow:0 16px 40px #0f172a1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.card-header h2{margin:0 0 6px}.settings{display:inline-flex;gap:8px;align-items:center;padding:8px 14px;border-radius:999px;background:#0f172a0d;font-size:.85rem}.settings-grid{display:grid;gap:16px;margin-bottom:18px}.settings-grid label{font-size:.85rem;font-weight:600;color:#0f172ab3}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.pill{border:none;padding:8px 16px;border-radius:999px;background:#fffc;box-shadow:0 8px 18px #0f172a14;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.pill:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a1f}.pill.active{background:linear-gradient(135deg,#4f46e5,#8b5cf6);color:#fff}.chat-window{min-height:200px;max-height:360px;overflow-y:auto;padding:16px;background:#f8fafce6;border-radius:16px;display:flex;flex-direction:column;gap:12px}.empty{text-align:center;color:#0f172a99;display:grid;gap:8px;place-items:center;padding:32px 12px}.bubble{padding:12px 16px;border-radius:16px;max-width:85%;line-height:1.4}.bubble.user{align-self:flex-end;background:linear-gradient(135deg,#38bdf8,#6366f1);color:#fff}.bubble.assistant{align-self:flex-start;background:#fff;box-shadow:0 10px 24px #0f172a14}.composer{display:flex;gap:12px;margin-top:16px}.composer input{flex:1;padding:12px 16px;border-radius:14px;border:1px solid rgba(15,23,42,.1);font-size:1rem}.composer .icon{border:none;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;padding:12px 16px;border-radius:14px;cursor:pointer}.voice-row{display:flex;align-items:center;gap:16px;margin-top:16px;flex-wrap:wrap}.voice-button{border:none;padding:12px 18px;border-radius:16px;background:linear-gradient(135deg,#0ea5e9,#38bdf8);color:#fff;display:inline-flex;gap:8px;align-items:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.voice-button.active{background:linear-gradient(135deg,#f97316,#ef4444);box-shadow:0 12px 24px #ef44444d}.voice-button:hover{transform:translateY(-1px)}.audio{width:220px}.admin{border:1px solid rgba(15,23,42,.08)}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.admin-list{margin-top:16px;display:grid;gap:12px}.admin-item{display:flex;justify-content:space-between;gap:16px;padding:16px;background:#f8fafce6;border-radius:16px;align-items:center;flex-wrap:wrap}.admin-actions{display:flex;gap:10px}.badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;background:#0f172a1a}.badge.approved{background:#22c55e26;color:#15803d}.badge.rejected{background:#ef444426;color:#b91c1c}.access{display:grid;gap:16px;text-align:center;justify-items:center}.access svg{font-size:2.4rem;color:#22c55e}.primary{border:none;padding:12px 24px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;cursor:pointer}.primary:disabled{opacity:.6;cursor:not-allowed}.muted{color:#0f172a8c;font-size:.9rem}.info{display:grid;gap:16px}.info ul{margin:8px 0 0;padding-left:18px;color:#0f172ab3}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:12px 20px;border-radius:999px;background:#0f172ae6;color:#fff;box-shadow:0 12px 24px #0f172a33}@media(min-width:900px){.hero{flex-direction:row;justify-content:space-between;align-items:center}.settings-grid{grid-template-columns:repeat(3,1fr)}.info{grid-template-columns:repeat(2,1fr)}}
