*{box-sizing:border-box}body{margin:0;font-family:Tahoma,Arial,sans-serif;background:#faf7f1;color:#221}.topbar{height:64px;background:var(--primary,#7f1d1d);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 24px}.topbar a{color:white;text-decoration:none;margin-inline-start:16px}.chat-shell{min-height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(0,1fr) 330px;direction:rtl}.chat-main{padding:28px;background:#fff}.chat-archive{border-right:1px solid #e6ded1;background:var(--secondary,#f5f0e6);padding:18px;display:flex;flex-direction:column;gap:12px}.chat-header{display:flex;align-items:center;justify-content:space-between}.badge{background:#f4e7e7;color:#7f1d1d;padding:6px 10px;border-radius:999px}.messages{margin-top:24px;display:flex;flex-direction:column;gap:14px}.msg{max-width:760px;padding:14px 16px;border-radius:18px;line-height:1.9}.msg.assistant{background:#f7f3eb;border:1px solid #eadfce}.msg.user{background:#7f1d1d;color:white;margin-right:auto}.composer{position:fixed;bottom:24px;right:370px;left:32px;display:flex;gap:10px}.composer input,.search{width:100%;padding:13px;border:1px solid #ddd;border-radius:14px}.composer button,.new-chat{background:#7f1d1d;color:#fff;border:0;border-radius:14px;padding:13px 18px}.archive-item{background:#fff;border:1px solid #eadfce;border-radius:14px;padding:12px}.archive-item.active{border-color:#7f1d1d}.archive-note{font-size:12px;line-height:1.8;color:#6b5b4b}.installer{max-width:960px;margin:32px auto;background:#fff;border:1px solid #e5dccf;border-radius:24px;box-shadow:0 8px 30px rgba(0,0,0,.05);overflow:hidden}.installer header{background:#7f1d1d;color:#fff;padding:22px 26px}.installer main{padding:26px}.steps{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.step{padding:8px 10px;border-radius:999px;background:#f2eadf;font-size:12px}.step.active{background:#7f1d1d;color:#fff}.field{margin-bottom:16px}.field label{display:block;margin-bottom:7px;font-weight:700}.field input,.field select{width:100%;padding:12px;border:1px solid #d6ccbf;border-radius:12px}.actions{display:flex;justify-content:space-between;margin-top:24px}.btn{display:inline-block;background:#7f1d1d;color:#fff;border:0;border-radius:12px;padding:12px 18px;text-decoration:none;cursor:pointer}.btn.secondary{background:#ede4d9;color:#442}.alert{padding:12px 14px;border-radius:14px;margin:14px 0;line-height:1.8}.alert.ok{background:#e9f8ef;color:#155b2e}.alert.warn{background:#fff8df;color:#7a5a00}.alert.err{background:#fdecec;color:#8a1f1f}.req-table{width:100%;border-collapse:collapse}.req-table td,.req-table th{border-bottom:1px solid #eee;padding:10px;text-align:right}.status-ok{color:#15803d;font-weight:700}.status-bad{color:#b91c1c;font-weight:700}.status-warn{color:#a16207;font-weight:700}@media(max-width:800px){.chat-shell{grid-template-columns:1fr}.chat-archive{grid-row:1;border-right:0;border-bottom:1px solid #e6ded1}.composer{position:static;margin-top:24px}.installer{margin:12px;border-radius:16px}}
