*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Noto Sans Georgian,sans-serif;background:#f6f7f9;color:#111827;font-size:14px;line-height:1.5}.shell{display:flex;min-height:100vh}.sidebar{flex:0 0 200px;width:200px;background:#111827;color:#fff;padding:14px 10px;display:flex;flex-direction:column;gap:2px;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebar .brand{font-weight:700;font-size:16px;color:#fff;text-decoration:none;padding:6px 10px 16px}.sidebar a{color:#d1d5db;text-decoration:none;padding:8px 10px;border-radius:6px}.sidebar a:hover{background:#1f2937;color:#fff}.sidebar-spacer{flex:1 1}.sidebar-logout{width:100%;background:transparent;color:#9ca3af;border:1px solid #374151;padding:6px 10px}.sidebar-logout:hover{background:#1f2937;color:#fff}main{flex:1 1;min-width:0;padding:24px}@media (max-width:760px){.shell{flex-direction:column}.sidebar{flex:none;width:auto;height:auto;position:static;flex-direction:row;flex-wrap:wrap;align-items:center}.sidebar .brand{padding:6px 10px}.sidebar-spacer{display:none}.sidebar form{margin-left:auto}.sidebar-logout{width:auto}main{padding:16px}}h1{font-size:20px;margin-bottom:16px}h2{font-size:16px;margin:20px 0 10px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin-bottom:20px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px}.card .num{font-size:24px;font-weight:700}.card .label{color:#6b7280;font-size:12px}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}td,th{text-align:left;padding:8px 10px;border-bottom:1px solid #eef0f3;vertical-align:top}th{background:#f9fafb;font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:#6b7280}tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:1px 8px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.badge.green{background:#dcfce7;color:#166534}.badge.red{background:#fee2e2;color:#991b1b}.badge.yellow{background:#fef9c3;color:#854d0e}.badge.blue{background:#dbeafe;color:#1e40af}.badge.gray{background:#e5e7eb;color:#374151}.badge.purple{background:#ede9fe;color:#5b21b6}.btn,button{background:#111827;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:13px;cursor:pointer}button:hover{background:#1f2937}button.secondary{background:#fff;color:#111827;border:1px solid #d1d5db}button.secondary:hover{background:#f3f4f6}input,select,textarea{border:1px solid #d1d5db;border-radius:6px;padding:6px 8px;font-size:13px;font-family:inherit;background:#fff}textarea{width:100%}form.inline{display:inline-flex;gap:6px;align-items:center}.muted{color:#6b7280}.small{font-size:12px}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-box{width:100%;max-width:340px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;gap:14px}.login-box,.login-field{display:flex;flex-direction:column}.login-field{gap:4px;font-size:13px;font-weight:600}.login-field input{width:100%;padding:8px 10px}.settings-form{display:flex;flex-direction:column;gap:14px;max-width:720px}.settings-form label{display:flex;flex-direction:column;gap:4px;font-weight:600}.filterbar{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;align-items:center}.table-wrap{overflow-x:auto}.chat{display:flex;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#fff;height:calc(100vh - 130px);min-height:420px}.chat-list{flex:0 0 270px;width:270px;border-right:1px solid #e5e7eb;overflow-y:auto}.chat-list-item{display:block;padding:10px 12px;border-bottom:1px solid #f3f4f6;text-decoration:none;color:inherit}.chat-list-item:hover{background:#f9fafb}.chat-list-item.active{background:#eef2ff}.chat-list-top{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.chat-list-name{font-weight:600;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-list-time{color:#9ca3af;font-size:11px;white-space:nowrap}.chat-list-preview{color:#6b7280;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px}.chat-main{flex:1 1;min-width:0;display:flex;flex-direction:column}.chat-header{padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.chat-header-name{font-weight:600}.chat-header form{margin-left:auto;display:flex;gap:6px}.chat-body{flex:1 1;overflow-y:auto;padding:16px;background:#efeae2;display:flex;flex-direction:column}.day-sep{align-self:center;padding:3px 10px;font-size:12px;color:#6b7280;margin:10px 0}.bubble,.day-sep{background:#fff;border-radius:8px}.bubble{max-width:72%;padding:6px 10px;margin-bottom:8px;box-shadow:0 1px 0 rgba(0,0,0,.06)}.bubble.me{background:#d9fdd3;align-self:flex-end}.bubble.system{align-self:center;background:#f3f4f6;max-width:80%;font-size:12px;color:#6b7280}.bubble-who{font-size:12px;font-weight:600;color:#1e40af;margin-bottom:2px}.bubble-text{font-size:14px;white-space:pre-wrap;word-break:break-word}.bubble-meta{font-size:11px;color:#6b7280;text-align:right;margin-top:2px}.chat-empty{margin:auto;color:#6b7280}@media (max-width:760px){.chat{flex-direction:column;height:auto}.chat-list{flex:none;width:auto;max-height:220px;border-right:none;border-bottom:1px solid #e5e7eb}.chat-body{min-height:360px}}pre.digest{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px;white-space:pre-wrap;font-family:inherit}