@charset "UTF-8";:root{--c-primary: #1814f3;--c-primary-dark: #0d0b86;--c-primary-100: #e5eeff;--c-accent: #f5a623;--c-accent-dark: #ef9410;--c-accent-100: #fef6e7;--c-daxili: #7c6ff5;--c-daxili-100: #eeecff;--c-xarici: #f5a623;--c-xarici-100: #fef1dd;--c-green: #22c55e;--c-green-100: #e7f8ee;--c-text: #232323;--c-text-title: #0d0b86;--c-muted: #718ebf;--c-muted-2: #94a3b8;--c-bg: #f5f7fa;--c-card: #ffffff;--c-border: #eef1f6;--c-border-2: #e6ebf3;--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--sidebar-w: 250px;--header-h: 77px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:DM Sans,system-ui,-apple-system,sans-serif;background:var(--c-bg);color:var(--c-text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none}input,select{font-family:inherit}a{color:var(--c-primary);text-decoration:none}.badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 14px;border-radius:var(--radius-pill);font-size:12px;font-weight:500;white-space:nowrap}.badge--daxili{background:var(--c-daxili);color:#fff}.badge--xarici{background:var(--c-xarici);color:#fff}.badge--status{background:var(--c-primary-100);color:var(--c-primary)}.badge--signed{background:var(--c-green-100);color:var(--c-green)}.badge--error{background:#fdecec;color:#d92d20}.badge--archived{background:#eceef2;color:#6b7280}.badge--urgent{background:#fff4e5;color:#b76e00}.badge--very-urgent{background:#fdecec;color:#d92d20}.badge--instruction{background:#eef0fb;color:#4b48ff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-pill);font-weight:600;font-size:14px;padding:12px 22px;transition:filter .15s ease,background .15s ease}.btn:hover{filter:brightness(.96)}.btn--primary{background:var(--c-primary);color:#fff}.btn--accent{background:var(--c-accent);color:#fff}.btn--ghost{background:#eef0f5;color:var(--c-muted)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d9e0ec;border-radius:8px}::-webkit-scrollbar-track{background:transparent}
