@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{color:#1f2937;background:#f4f7fb}.home-page{background:#f4f7fb;min-height:100vh}.dashboard{grid-template-columns:1.9fr 1fr;gap:28px;max-width:1600px;height:calc(100vh - 115px);margin:28px auto;padding:0 32px;display:grid}.card{background:#fff;border:1px solid #e9eef5;border-radius:18px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 10px 30px #0f172a0f}.card-header{background:#fff;border-bottom:1px solid #edf2f7;padding:24px 28px}.card-header h2{color:#16213e;letter-spacing:-.2px;font-size:20px;font-weight:700}.card-header p{color:#6b7280;margin-top:4px;font-size:14px}.card-body,.chat-body{background:#fff;flex:1;overflow-y:auto}.chat-footer{background:#fff;border-top:1px solid #edf2f7}.section-title{color:#1f2937;margin-bottom:22px;font-size:18px;font-weight:700}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#d7dde8;border-radius:10px}::-webkit-scrollbar-track{background:0 0}@media (width<=1400px){.dashboard{grid-template-columns:1.7fr 1fr}}@media (width<=1200px){.dashboard{grid-template-columns:1fr;height:auto}.card{min-height:720px}}.navbar{z-index:100;background:#fff;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;height:74px;padding:0 34px;display:flex;position:sticky;top:0;box-shadow:0 4px 18px #0f172a0a}.navbar-left{align-items:center;gap:16px;display:flex}.logo{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:700;display:flex;box-shadow:0 10px 24px #2563eb38}.navbar-left h1{color:#16213e;letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.navbar-left span{color:#64748b;margin-top:3px;font-size:13px;font-weight:500;display:block}.badge{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:600}.interaction-form{height:100%;padding:24px;overflow-y:auto}.section-title{color:#1e293b;margin:12px 0 26px;padding-left:8px;font-size:20px;font-weight:700}.form-row{gap:24px;margin-bottom:8px;display:flex}.form-group{flex-direction:column;flex:1;margin-bottom:24px;display:flex}.form-group label{color:#374151;margin-bottom:10px;font-size:14px;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#475569;background:#fafafa;border:1px solid #dbe2ea;border-radius:12px;outline:none;width:100%;padding:14px;font-size:14px}.form-group input{height:48px}.form-group textarea{resize:none;min-height:120px}.voice-button{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;width:100%;height:46px;margin:22px 0;font-weight:600}.divider{border:none;border-top:1px solid #e5e7eb;margin:36px 0}.inline-action{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.inline-action button{background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:9px 14px}.placeholder-text{color:#94a3b8}.radio-row{align-items:center;gap:34px;margin-top:14px;margin-bottom:24px;display:flex}.radio-row label{color:#374151;align-items:center;gap:8px;font-size:15px;font-weight:500;display:flex}.radio-row input[type=radio]{accent-color:#2563eb;cursor:not-allowed;width:16px;height:16px}.panel-title h2{color:#16213e;margin:0;font-size:20px;font-weight:700}.panel-title p{color:#64748b;margin-top:6px;font-size:14px}.assistant-panel{background:#fff;flex-direction:column;height:100%;display:flex}.chat-container{background:#fff;flex:1;padding:22px;overflow-y:auto}.chat-window{flex-direction:column;gap:18px;display:flex}.message{align-items:flex-start;gap:12px;display:flex}.message.user{flex-direction:row-reverse}.avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex;box-shadow:0 6px 14px #2563eb2e}.user .avatar{box-shadow:none;background:#1f2937}.bubble{border-radius:18px;max-width:82%;padding:16px 18px;box-shadow:0 4px 16px #0f172a0d}.message:not(.user) .bubble{color:#1f2937;background:#eaf6ff}.message.user .bubble{color:#fff;background:#2563eb}.bubble strong{margin-bottom:8px;font-size:15px;font-weight:700;display:block}.bubble p{margin:0;font-size:14px;line-height:1.7}.chat-footer{background:#fff;border-top:1px solid #edf2f7;padding:18px 20px}.chat-input{align-items:flex-end;gap:12px;display:flex}.chat-input textarea{resize:none;background:#fbfcfe;border:1px solid #dbe4ef;border-radius:12px;outline:none;flex:1;min-height:52px;max-height:110px;padding:14px 16px;font-size:14px;line-height:1.5;transition:all .2s}.chat-input textarea::placeholder{color:#94a3b8}.chat-input textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.chat-input button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:12px;width:88px;height:52px;font-size:15px;font-weight:600;transition:all .2s}.chat-input button:hover{background:#1d4ed8}.chat-input button:active{transform:scale(.98)}.panel-title{padding:26px 28px 18px}.chat-container{padding:24px 28px}.chat-footer{padding:18px 24px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#1f2937;background:#f5f7fb;width:100%;height:100%;font-family:Inter,sans-serif}body{overflow:hidden}button,input,textarea,select{font-family:inherit}a{color:inherit;text-decoration:none}
