:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201b;background:#e8ece5}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}.chat-shell{min-height:100%;display:flex;justify-content:center;background:linear-gradient(180deg,#ffffffc7,#ffffff52),#dfe5db}.chat-panel{width:min(100%,840px);height:100dvh;display:grid;grid-template-rows:1fr auto auto;background:#f7f8f3;border-left:1px solid rgba(23,32,27,.08);border-right:1px solid rgba(23,32,27,.08)}.code-panel{width:min(100%,420px);min-height:100dvh;display:grid;place-items:center;padding:24px}.code-form{width:100%;display:grid;gap:14px}.code-form label{display:grid;gap:8px;color:#445047;font-weight:650}.code-form input{width:100%;border:1px solid rgba(23,32,27,.16);border-radius:8px;padding:14px 12px;background:#fff;color:#17201b;text-align:center;font-size:1.5rem;letter-spacing:.18em}.code-form input:focus{outline:2px solid rgba(44,93,84,.28);border-color:#2c5d54}.code-form button{min-height:44px;border-radius:8px;border:0;padding:0 16px;color:#fff;background:#2c5d54}.code-error{color:#842029;background:#f8d7da;border:1px solid #f1aeb5;border-radius:8px;padding:9px 11px;font-size:.92rem}.messages{min-height:0;overflow-y:auto;padding:28px clamp(14px,4vw,32px)}.empty-state{height:100%;display:grid;place-items:center;color:#69736d;font-size:.98rem}.message-row{display:flex;margin:10px 0}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.bubble{max-width:min(72%,560px);border-radius:8px;padding:11px 13px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;box-shadow:0 1px 2px #17201b14}.user .bubble{color:#fbfbf7;background:#2c5d54}.assistant .bubble{background:#fff;color:#17201b;border:1px solid rgba(23,32,27,.08)}.typing{display:inline-flex;gap:5px;align-items:center;min-width:52px}.typing span{width:7px;height:7px;border-radius:50%;background:#758078;animation:pulse 1.1s infinite ease-in-out}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,80%,to{opacity:.28;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.chat-error{margin:0 clamp(14px,4vw,32px) 10px;color:#842029;background:#f8d7da;border:1px solid #f1aeb5;border-radius:8px;padding:9px 11px;font-size:.92rem}.composer{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:12px clamp(12px,4vw,24px) max(12px,env(safe-area-inset-bottom));border-top:1px solid rgba(23,32,27,.1);background:#f7f8f3f5}.composer textarea{min-height:46px;max-height:150px;resize:none;border:1px solid rgba(23,32,27,.16);border-radius:8px;padding:12px;background:#fff;color:#17201b}.composer textarea:focus,.admin-card input:focus,.admin-card textarea:focus{outline:2px solid rgba(44,93,84,.28);border-color:#2c5d54}.send-button,.end-button,.admin-card button,.primary-link{min-height:44px;border-radius:8px;border:0;padding:0 16px;color:#fff;background:#2c5d54;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.end-button,.admin-card button.secondary{color:#2c5d54;background:#dce7e3}button:disabled{cursor:not-allowed;opacity:.55}.study-shell,.admin-shell{min-height:100%;display:grid;place-items:center;padding:28px;background:#edf0e9}.study-content,.admin-card{width:min(100%,780px);background:#fff;border:1px solid rgba(23,32,27,.1);border-radius:8px;padding:clamp(20px,4vw,34px);box-shadow:0 18px 44px #17201b14}.study-content h1,.admin-card h1{margin:0 0 14px;font-size:clamp(1.7rem,4vw,2.4rem);letter-spacing:0}.study-content p{line-height:1.7;color:#445047;margin-bottom:24px}.admin-card{display:grid;gap:16px}.admin-card.compact{max-width:420px}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-header h2{margin:0;font-size:1.1rem;letter-spacing:0}.admin-actions{display:flex;gap:10px}.admin-log-section{display:grid;gap:12px;border-top:1px solid rgba(23,32,27,.1);padding-top:16px}.admin-card label{display:grid;gap:7px;color:#445047;font-weight:650}.admin-card input,.admin-card textarea{width:100%;border:1px solid rgba(23,32,27,.16);border-radius:8px;padding:11px 12px;color:#17201b;background:#fbfcf8;font-weight:400}.admin-card textarea{resize:vertical}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-error,.admin-notice{border-radius:8px;padding:10px 12px}.admin-error{color:#842029;background:#f8d7da}.admin-notice{color:#0f5132;background:#d1e7dd}@media(max-width:640px){.bubble{max-width:86%}.composer{grid-template-columns:1fr auto}.composer textarea{grid-column:1 / -1;order:-1}.admin-grid{grid-template-columns:1fr}}
