:root{--cyan:#00BDCD;--blue:#32A4D5;--green:#3EB871;--ink:#1E293B;--slate:#475569;--muted:#64748B;--soft:#F1F5F9;--line:#E2E8F0;--white:#ffffff;--on-accent:#ffffff}html[data-theme=dark]{--ink:#E6EAF2;--slate:#AEB9C9;--muted:#8A98AD;--soft:#0F172A;--line:#2C3A4F;--white:#1E293B}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,system-ui,-apple-system,sans-serif;color:var(--ink);background:var(--soft)}a{color:var(--blue);text-decoration:none}.app{display:flex;min-height:100vh}.sidebar{width:230px;background:var(--white);border-right:1px solid var(--line);padding:20px 14px;display:flex;flex-direction:column;gap:4px}.brand{font-size:18px;font-weight:700;color:var(--cyan);padding:6px 10px 16px}.nav a{display:block;padding:9px 12px;border-radius:8px;color:var(--slate);font-weight:500}.nav a.active,.nav a:hover{background:var(--soft);color:var(--ink)}.nav a.active{box-shadow:inset 3px 0 0 var(--cyan)}.main{flex:1;display:flex;flex-direction:column}.topbar{height:56px;background:var(--white);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.content{padding:24px;max-width:1100px;width:100%}.card{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:18px}h1{font-size:22px;margin:0 0 16px}h2{font-size:17px;margin:0 0 12px;color:var(--ink)}table{width:100%;border-collapse:collapse;font-size:14px}th{text-align:left;color:var(--on-accent);background:var(--blue);padding:8px 10px;font-weight:600}th:first-child{border-radius:8px 0 0}th:last-child{border-radius:0 8px 0 0}td{padding:8px 10px;border-bottom:1px solid var(--line)}tr:hover td{background:var(--soft)}.btn{background:var(--cyan);color:#fff;border:0;border-radius:8px;padding:9px 16px;font-weight:600;cursor:pointer}.btn:hover{filter:brightness(.95)}.btn.ghost{background:transparent;color:var(--slate);border:1px solid var(--line)}.btn.green{background:var(--green)}input,select,textarea{width:100%;padding:9px 11px;border:1px solid var(--line);border-radius:8px;font:inherit;margin-bottom:10px;background:var(--white)}button{font-family:inherit}label{font-size:13px;color:var(--slate);font-weight:600;display:block;margin-bottom:3px}.pill{display:inline-block;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600}.pill.booked{background:#e8f4fb;color:var(--blue)}.pill.in_progress{background:#fbf3e6;color:#b45309}.pill.completed,.pill.reviewed{background:var(--green-bg,#E9F7F0);color:var(--green)}.pill.active{background:#e9f7f0;color:var(--green)}.pill.pending{background:#fbf3e6;color:#b45309}.pill.suspended{background:#fee2e2;color:#b91c1c}.pill.disabled{background:var(--soft);color:var(--muted)}.row{display:flex;gap:16px;flex-wrap:wrap}.row>*{flex:1;min-width:240px}.muted{color:var(--muted);font-size:13px}.err{background:#fef2f2;color:#b91c1c;border:1px solid #FCA5A5;border-radius:8px;padding:10px;margin-bottom:12px;font-size:14px}.login-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--cyan),var(--blue) 55%,var(--green))}.login-card{background:var(--white);border-radius:16px;padding:34px;width:360px;box-shadow:0 12px 40px #0000002e}.chat-grid{display:grid;grid-template-columns:300px 1fr;gap:16px;align-items:start}.thread-list .thread{display:flex;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:10px;cursor:pointer;border:1px solid var(--line);margin-bottom:8px;background:var(--white)}.thread:hover{background:var(--soft)}.thread.active{box-shadow:inset 3px 0 0 var(--cyan);border-color:var(--cyan)}.thread .who{font-weight:600;font-size:14px}.thread .snippet{color:var(--muted);font-size:12px;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{background:var(--cyan);color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:1px 7px;align-self:center}.conv{display:flex;flex-direction:column;height:62vh}.conv .stream{flex:1;overflow-y:auto;padding:8px;background:var(--soft);border-radius:12px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:70%;padding:8px 12px;border-radius:14px;font-size:14px;line-height:1.35;box-shadow:0 1px 1px #0000000a}.bubble.them{align-self:flex-start;background:var(--white);border:1px solid var(--line);border-bottom-left-radius:4px}.bubble.me{align-self:flex-end;background:var(--cyan);color:#fff;border-bottom-right-radius:4px}.bubble .meta{display:block;font-size:10px;opacity:.7;margin-top:3px;text-align:right}.composer{display:flex;gap:8px;margin-top:10px}.composer input{margin-bottom:0}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:18px}.kpi{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:14px}.kpi .label{color:var(--muted);font-size:12px}.kpi .value{font-size:26px;font-weight:700;color:var(--ink)}.barlist .barrow{display:grid;grid-template-columns:160px 1fr 44px;align-items:center;gap:10px;margin-bottom:8px;font-size:13px}.barlist .track{background:var(--soft);border-radius:6px;height:14px;overflow:hidden}.barlist .fill{height:100%;background:linear-gradient(90deg,var(--cyan),var(--blue))}.barlist .num{text-align:right;font-weight:600;color:var(--slate)}.cols{display:flex;align-items:flex-end;gap:4px;height:160px;padding:8px;background:var(--soft);border-radius:12px;overflow-x:auto}.cols .col{flex:0 0 18px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;height:100%}.cols .col .bar{width:14px;background:linear-gradient(180deg,var(--cyan),var(--green));border-radius:4px 4px 0 0;min-height:2px}.cols .col .lab{font-size:9px;color:var(--muted);margin-top:4px;white-space:nowrap;transform:rotate(-45deg);transform-origin:top left;height:24px}.daterange{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin-bottom:16px}.daterange>div{min-width:150px}.login-logo{display:block;width:240px;max-width:80%;height:auto;margin:4px auto 18px}.login-langs{display:flex;justify-content:flex-end;gap:6px;margin-bottom:6px}.login-langs .btn{padding:4px 12px;font-size:13px}[dir=rtl] .login-langs{justify-content:flex-start}.topbar-logo{height:34px;width:auto;margin-inline-start:8px}.btn.danger{background:#dc2626}.ghost.danger{color:#dc2626;border-color:#fecaca}.ghost.danger:hover{background:#fef2f2}.login-slogan{text-align:center;color:var(--slate);font-size:14px;margin:-8px 0 14px}.login-cobrand{border-top:1px solid var(--line);margin-top:6px;padding-top:12px}.topbar-cobrand-sep{display:inline-block;width:1px;height:24px;background:var(--line);margin:0 2px}html[lang=ar],[dir=rtl],html[lang=ar] body,[dir=rtl] body{font-family:Cairo,DM Sans,system-ui,-apple-system,sans-serif}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue);outline-offset:2px}.content:focus{outline:none}.skip-link{position:absolute;left:-9999px;top:0;background:#0f172a;color:#fff;padding:10px 14px;border-radius:0 0 8px;z-index:1000;font-weight:600}.skip-link:focus{left:0}[dir=rtl] .skip-link{left:auto;right:-9999px;border-radius:0 0 0 8px}[dir=rtl] .skip-link:focus{right:0;left:auto}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media (max-width: 860px){.app{flex-direction:column}.sidebar{width:100%;flex-direction:row;align-items:center;gap:8px;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);padding:10px 12px}.sidebar .brand{padding:0 8px 0 0;white-space:nowrap;font-size:16px}.sidebar .nav{display:flex;flex-direction:row;gap:4px}.sidebar .nav a{white-space:nowrap;padding:7px 10px}.sidebar>.muted{display:none}.content{padding:16px;max-width:100%}.topbar{padding:0 12px}.chat-grid{grid-template-columns:1fr}.barlist .barrow{grid-template-columns:110px 1fr 40px}}@media (max-width: 560px){.content{padding:12px}.card{padding:14px}table{font-size:13px}th,td{padding:7px 8px}.bubble{max-width:88%}.row>*{min-width:100%}.login-card{width:100%;max-width:360px;padding:26px}.topbar .btn.ghost{padding:7px 10px}}label:first-letter,th:first-letter{text-transform:uppercase}.ghost{background:transparent;color:var(--slate);border:1px solid var(--line);border-radius:8px;padding:9px 16px;font:inherit;font-weight:600;cursor:pointer}input::placeholder,textarea::placeholder{color:var(--muted)}html[data-theme=dark] .pill.booked{background:#32a4d533;color:#7cc4ec}html[data-theme=dark] .pill.in_progress,html[data-theme=dark] .pill.pending{background:#b453094d;color:#f0b27a}html[data-theme=dark] .pill.completed,html[data-theme=dark] .pill.reviewed,html[data-theme=dark] .pill.active{background:#3eb87133;color:#7ad6a0}html[data-theme=dark] .pill.suspended{background:#b91c1c52;color:#f4a6a6}html[data-theme=dark] .err{background:#b91c1c29;color:#f4a6a6;border-color:#fca5a557}html[data-theme=dark] .ghost.danger:hover{background:#dc262629}html[data-theme=dark] .login-card{box-shadow:0 12px 40px #00000080}
