:root{font-family:Inter,Arial,sans-serif;color:#1f2937;background-color:#f5f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:linear-gradient(140deg,#eef2ff,#f8fafc)}#root{min-height:100vh}.widget-shell{width:100%;min-height:100vh;padding:16px;display:flex;align-items:stretch}.widget-card{background:#fff;border-radius:16px;border:1px solid #e6eaf2;box-shadow:0 8px 30px #0f172a14;padding:18px;width:100%;display:flex;flex-direction:column;gap:12px;min-height:calc(100vh - 32px)}h1,h2{margin:0;color:#0f172a}h1{font-size:1.2rem}button{border:none;border-radius:12px;padding:11px 14px;font:inherit;font-weight:600;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.chat-list{flex:1;min-height:0;overflow-y:auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.message-row{display:flex}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-bubble{max-width:86%;text-align:left;border-radius:14px;padding:10px 12px;margin:0;line-height:1.4;white-space:pre-wrap;border:1px solid transparent}.message-row.user .message-bubble{background:#4f46e5;color:#fff}.message-row.assistant .message-bubble{background:#fff;color:#1f2937;border-color:#d8dfeb}.assistant-copyable{cursor:pointer}.assistant-copyable small{display:block;margin-top:6px;font-size:.72rem;color:#64748b}.typing,.placeholder-text,.status-text{color:#64748b}.error-text{margin:0;color:#dc2626;font-size:.92rem}.chat-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.chat-input-row input{width:100%;border-radius:12px;border:1px solid #cdd6e5;padding:10px 12px;font:inherit;color:#1e293b}.chat-input-row input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e}.chat-input-row button{background-color:#4f46e5;color:#fff;padding:10px 14px}.blocked-card{justify-content:center;align-items:center;text-align:center}.blocked-text{margin:0;color:#475569;line-height:1.5}.admin-page{min-height:100vh;padding:24px}.admin-card{max-width:1100px;margin:0 auto;background:#fff;border-radius:16px;border:1px solid #e6eaf2;box-shadow:0 8px 30px #0f172a14;padding:24px;display:flex;flex-direction:column;gap:20px}.admin-login{max-width:420px}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-header-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-section{display:flex;flex-direction:column;gap:12px}.admin-form{display:flex;flex-direction:column;gap:16px}.admin-label{display:flex;flex-direction:column;gap:6px;font-size:.92rem;color:#334155}.admin-label input,.admin-label textarea{width:100%;border-radius:10px;border:1px solid #cdd6e5;padding:10px 12px;font:inherit;color:#1e293b}.admin-label textarea{resize:vertical;min-height:100px}.admin-checkbox{display:flex;align-items:center;gap:8px;color:#334155}.admin-primary-btn{background-color:#4f46e5;color:#fff;align-self:flex-start}.admin-secondary-btn{background-color:#e2e8f0;color:#0f172a}.success-text{margin:0;color:#15803d;font-size:.92rem}.stats-filter{display:flex;flex-direction:column;gap:12px}.stats-filter-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stats-filter-actions{display:flex;flex-wrap:wrap;gap:8px}.stats-period-hint{margin:0;color:#64748b;font-size:.9rem}.prompt-tabs-section{display:flex;flex-direction:column;gap:10px}.prompt-tabs{display:flex;flex-wrap:wrap;gap:8px}.prompt-tab{background:#e2e8f0;color:#0f172a;padding:8px 12px;border-radius:10px;font-size:.88rem}.prompt-tab.active{background:#4f46e5;color:#fff}.prompt-stats-list{margin-top:8px}.prompt-stats-list h3{margin:0 0 8px;font-size:1rem;color:#0f172a}.prompt-stats-list ul{margin:0;padding-left:20px;color:#334155}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.stat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:6px}.stat-card span{color:#64748b;font-size:.88rem}.stat-card strong{font-size:1.4rem;color:#0f172a}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.88rem}.admin-table th,.admin-table td{border:1px solid #e2e8f0;padding:8px 10px;text-align:left;vertical-align:top}.admin-table th{background:#f8fafc;color:#334155}.cell-message{max-width:280px;white-space:pre-wrap;word-break:break-word}.admin-table-dialogs .dialog-row.collapsed{height:72px}.admin-table-dialogs .dialog-row.collapsed td{vertical-align:middle}.admin-table-dialogs .dialog-cell{max-width:420px}.dialog-collapsed p{margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-collapsed p:last-child{margin-bottom:0}.dialog-expanded{background:#f8fafc;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:10px}.dialog-expanded p{margin:6px 0 0;white-space:pre-wrap;word-break:break-word}.dialog-row.expanded{height:auto}.dialog-row.expanded td{vertical-align:top}.dialog-actions{width:140px;white-space:nowrap}.dialog-toggle-btn{font-size:.82rem;padding:8px 10px}@media (max-width: 430px){.widget-shell{padding:10px}.widget-card{padding:14px;border-radius:14px}.admin-page{padding:12px}.stats-grid,.stats-filter-row{grid-template-columns:1fr}}
