*{box-sizing:border-box}:root{--brand: #ff6b4a;--brand-2: #ff9a45;--navy: #1b2740;--ink: #1b2740;--muted: #7b8499;--line: #e8ecf4;--control-h: 48px}html,body{margin:0;min-height:100%;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff6f1}html[lang=fa] body{font-family:Vazirmatn,Segoe UI,Tahoma,sans-serif}html[lang=ar] body{font-family:Noto Sans Arabic,Segoe UI,Tahoma,sans-serif}button,input,select,textarea{font:inherit}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]):not([type=color]):not([type=image]):not([type=submit]):not([type=button]):not([type=reset]),select:not([multiple]){height:var(--control-h);min-height:var(--control-h);margin:0;padding:0 14px;line-height:calc(var(--control-h) - 2px);color:var(--ink);background-color:#fff;vertical-align:middle}input[type=search]{appearance:none;-webkit-appearance:none}select:not([multiple]){appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6.25 8 10.75l4.5-4.5' stroke='%237b8499' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;padding-right:42px}html[dir=rtl] select:not([multiple]){background-position:left 14px center;padding-right:14px;padding-left:42px}input[type=date],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{appearance:none;-webkit-appearance:none;display:flex;align-items:center;max-height:var(--control-h);overflow:hidden;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Crect x='2.75' y='3.75' width='10.5' height='9.5' rx='1.5' stroke='%237b8499' stroke-width='1.5'/%3E%3Cpath d='M2.75 6.75h10.5M5.5 2.5v2.5M10.5 2.5v2.5' stroke='%237b8499' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:16px;color-scheme:light}html[dir=rtl] input[type=date],html[dir=rtl] input[type=datetime-local],html[dir=rtl] input[type=month],html[dir=rtl] input[type=time],html[dir=rtl] input[type=week]{direction:ltr;text-align:left;unicode-bidi:isolate;background-position:right 14px center;padding-right:42px;padding-left:14px}input[type=date]::-webkit-date-and-time-value,input[type=datetime-local]::-webkit-date-and-time-value{min-height:0;height:auto;text-align:start}html[dir=rtl] input[type=date]::-webkit-date-and-time-value,html[dir=rtl] input[type=datetime-local]::-webkit-date-and-time-value{text-align:left}html[dir=rtl] input[type=email],html[dir=rtl] input[type=password],html[dir=rtl] input[type=url],html[dir=rtl] input[type=number],html[dir=rtl] input[type=tel],.ltr{direction:ltr;text-align:left;unicode-bidi:isolate}input[type=date]::-webkit-datetime-edit,input[type=datetime-local]::-webkit-datetime-edit,input[type=month]::-webkit-datetime-edit,input[type=time]::-webkit-datetime-edit,input[type=week]::-webkit-datetime-edit,input[type=date]::-webkit-datetime-edit-fields-wrapper,input[type=datetime-local]::-webkit-datetime-edit-fields-wrapper{padding:0;margin:0;height:auto;min-height:0;line-height:calc(var(--control-h) - 2px);display:inline-flex;align-items:center}input[type=date]::-webkit-datetime-edit-text,input[type=date]::-webkit-datetime-edit-month-field,input[type=date]::-webkit-datetime-edit-day-field,input[type=date]::-webkit-datetime-edit-year-field,input[type=datetime-local]::-webkit-datetime-edit-text,input[type=datetime-local]::-webkit-datetime-edit-month-field,input[type=datetime-local]::-webkit-datetime-edit-day-field,input[type=datetime-local]::-webkit-datetime-edit-year-field,input[type=datetime-local]::-webkit-datetime-edit-hour-field,input[type=datetime-local]::-webkit-datetime-edit-minute-field{padding:0}input[type=date]::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=date]::-webkit-clear-button,input[type=datetime-local]::-webkit-clear-button{display:none}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=month]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator,input[type=week]::-webkit-calendar-picker-indicator{opacity:0;width:42px;height:100%;margin:0;padding:0;cursor:pointer}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0}textarea{min-height:96px;padding:12px 14px;line-height:1.4;resize:vertical}select:not([multiple])::-ms-expand{display:none}.btn{border:0;border-radius:12px;padding:10px 14px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;line-height:1.2}.btn-primary{background:var(--brand);color:#fff}.btn-secondary{background:#eef1f6;color:#1b2740}.btn-quiet{background:#e8eeff;color:#2f4ea3}.btn-warn{background:#fff0c8;color:#a76b00}.btn-danger{background:#ffe0eb;color:#c23a6b}.btn-success{background:#d8f5ee;color:#0e8a7d}.btn:disabled{opacity:.55;cursor:default}form.create,form.bind,.admin-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:10px}.data-table{width:100%;overflow-x:auto}.data-table table{min-width:640px}[role=dialog],.admin-modal{max-height:60vh;overflow:auto}
