*{box-sizing:border-box}body{margin:0;font-family:Cairo,Arial,sans-serif;background:#f4f7fb;color:#111827}a{text-decoration:none;color:inherit}.topbar{position:sticky;top:0;z-index:10;height:72px;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid #e5e7eb}.brand{font-size:28px;font-weight:800;color:#2563eb}.brand span{background:linear-gradient(135deg,#2563eb,#7c3aed);color:white;padding:8px 16px;border-radius:18px}.topbar nav{display:flex;gap:12px;align-items:center}.topbar nav a{padding:10px 14px;border-radius:12px;color:#374151}.topbar nav a:hover{background:#eef2ff;color:#1d4ed8}.page{max-width:1280px;margin:0 auto;padding:28px}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center;min-height:calc(100vh - 120px)}.card{background:white;border:1px solid #e5e7eb;border-radius:28px;padding:24px;box-shadow:0 18px 50px rgba(15,23,42,.08)}.hero h1{font-size:54px;line-height:1.25;margin:0 0 16px;font-weight:800}.muted{color:#6b7280}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:16px;padding:13px 20px;background:#2563eb;color:white;font-weight:700;cursor:pointer}.btn.secondary{background:#eef2ff;color:#1d4ed8}.grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-8{grid-column:span 8}.col-12{grid-column:span 12}.stat{padding:22px;border-radius:24px;background:linear-gradient(135deg,#fff,#eef2ff);border:1px solid #dbeafe}.stat b{display:block;font-size:34px}.table{width:100%;border-collapse:separate;border-spacing:0 10px}.table th{text-align:right;color:#6b7280;font-size:14px}.table td,.table th{padding:12px}.table tr td{background:#fff;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb}.table tr td:first-child{border-radius:0 14px 14px 0;border-right:1px solid #e5e7eb}.table tr td:last-child{border-radius:14px 0 0 14px;border-left:1px solid #e5e7eb}.form{display:grid;gap:14px}.input,select,textarea{width:100%;border:1px solid #d1d5db;border-radius:16px;padding:13px 14px;font-family:Cairo;background:#fff;font-size:15px}textarea{min-height:120px}.login-wrap{min-height:calc(100vh - 130px);display:grid;place-items:center}.login-card{width:min(460px,100%);background:white;border-radius:34px;padding:34px;border:1px solid #e5e7eb;box-shadow:0 25px 80px rgba(37,99,235,.12)}.login-card h1{margin:0 0 8px;font-size:34px}.chat-layout{display:grid;grid-template-columns:320px 1fr;gap:18px;height:calc(100vh - 130px)}.chat-side,.chat-main{background:white;border:1px solid #e5e7eb;border-radius:28px;overflow:hidden}.chat-side{padding:22px}.chat-main{display:flex;flex-direction:column}.chat-head{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.messages{flex:1;overflow:auto;padding:24px;background:linear-gradient(180deg,#f8fafc,#fff)}.msg{max-width:78%;padding:14px 16px;border-radius:22px;margin:10px 0;white-space:pre-wrap;line-height:1.8}.msg.user{margin-right:auto;background:#2563eb;color:white;border-bottom-left-radius:6px}.msg.bot{margin-left:auto;background:#eef2ff;color:#111827;border-bottom-right-radius:6px}.chat-form{display:flex;gap:12px;padding:18px;border-top:1px solid #e5e7eb}.chat-form input{flex:1}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:13px;font-weight:700}.actions{display:flex;gap:8px;flex-wrap:wrap}.danger{background:#dc2626}.notice{padding:14px 16px;border-radius:16px;background:#ecfeff;border:1px solid #a5f3fc;color:#155e75}@media(max-width:900px){.hero,.chat-layout{grid-template-columns:1fr;height:auto}.hero h1{font-size:38px}.grid{grid-template-columns:1fr}.col-3,.col-4,.col-6,.col-8,.col-12{grid-column:span 1}.topbar{padding:0 14px}.topbar nav{gap:4px}.page{padding:16px}.chat-layout{min-height:calc(100vh - 120px)}.chat-side{display:none}.msg{max-width:92%}}
