:root{color:#172034;font-synthesis:none;background:#eef2f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,textarea,input{font:inherit}button{cursor:pointer}.shell{background:radial-gradient(circle at 20% 0,#4d7cfe2e,#0000 34%),radial-gradient(circle at 100% 80%,#47c4a924,#0000 30%),#eef2f7;place-items:center;min-height:100vh;padding:24px;display:grid}.chat-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffed;border:1px solid #ffffffe6;border-radius:24px;grid-template-rows:auto 1fr auto;width:min(760px,100%);height:min(820px,100vh - 48px);min-height:540px;display:grid;overflow:hidden;box-shadow:0 24px 70px #27375829}.chat-header{border-bottom:1px solid #e8edf4;align-items:center;gap:12px;padding:20px 24px;display:flex}.chat-header h1{letter-spacing:-.02em;margin:0;font-size:18px}.chat-header p{color:#8490a5;margin:3px 0 0;font-size:12px}.status-dot{background:#33bd85;border-radius:50%;width:11px;height:11px;box-shadow:0 0 0 5px #33bd8521}.messages{padding:28px 24px;overflow-y:auto}.empty-state{color:#7d899e;text-align:center;place-content:center;justify-items:center;height:100%;min-height:260px;display:grid}.empty-state span{color:#fff;background:linear-gradient(145deg,#4c7df7,#7959db);border-radius:17px;place-items:center;width:52px;height:52px;font-weight:700;display:grid;box-shadow:0 10px 25px #4c7df747}.empty-state h2{color:#27324a;margin:18px 0 7px;font-size:22px}.empty-state p{margin:0;font-size:14px}.message{margin:0 0 18px;display:flex}.message.user{justify-content:flex-end}.bubble{background:#f0f3f8;border-radius:18px;max-width:min(78%,560px);padding:13px 16px;line-height:1.55;box-shadow:0 2px 8px #2a39550d}.user .bubble{color:#fff;background:linear-gradient(135deg,#4c7df7,#665cdf);border-bottom-right-radius:6px}.assistant .bubble{border-bottom-left-radius:6px}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.bubble small{opacity:.76;margin-top:7px;display:block}.typing{gap:5px;padding:16px 18px;display:flex}.typing i{background:#8390a6;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite pulse}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.composer{background:#fff;border-top:1px solid #e8edf4;padding:14px 18px 16px}.composer-row{border:1px solid #dce3ee;border-radius:17px;align-items:flex-end;gap:10px;padding:8px;transition:border-color .2s,box-shadow .2s;display:flex}.composer-row:focus-within{border-color:#6a83e7;box-shadow:0 0 0 4px #4c7df71a}.composer textarea{resize:vertical;color:#263148;background:0 0;border:0;outline:0;flex:1;min-height:40px;max-height:120px;padding:9px 3px}.composer textarea::placeholder{color:#a0a9b9}.attach-button{color:#64728a;cursor:pointer;background:#f1f4f8;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid}.attach-button:hover{background:#e8edf5}.attach-button input{display:none}.attach-button span{font-size:23px;line-height:1}.send-button{color:#fff;background:#4c72e8;border:0;border-radius:12px;min-width:68px;height:40px;padding:0 16px;font-weight:650}.send-button:disabled{cursor:not-allowed;opacity:.42}.file-chip,.error-banner{border-radius:11px;justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;padding:9px 12px;font-size:13px;display:flex}.file-chip{color:#40506d;background:#edf2fb}.file-chip button{color:#687793;background:0 0;border:0;font-size:18px}.error-banner{color:#a02d3d;background:#fff0f2}.hint{color:#9aa4b5;text-align:center;margin:8px 4px 0;font-size:11px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.shell{padding:0}.chat-card{border-radius:0;height:100vh;min-height:100vh}.chat-header,.messages{padding-left:17px;padding-right:17px}.bubble{max-width:88%}.hint{display:none}}
