:root{--st-primary: #FF6A00;--st-primary-deep: #CC5500;--st-primary-soft: #FF8A33;--st-primary-tint: #FFF1E8;--st-deal-red: #E62E04;--st-gold: #FFC107;--st-verified: #00B578;--st-verified-blue: #1677FF;--st-bg: #FFFFFF;--st-surface: #FFFFFF;--st-surface-muted: #F5F5F5;--st-surface-wash: #F2F3F5;--st-dark-bg: #1A1A1A;--st-dark-bg-center: #2C2C2C;--st-ink: #222222;--st-ink-muted: #666666;--st-ink-subtle: #999999;--st-cream: #FAFAFA;--st-border: #E5E5E5;--st-border-soft: #F0F0F0;--st-success: #00B578;--st-warning: #F59E0B;--st-danger: #C53030;--st-info: #2563EB;--st-space-xs: 4px;--st-space-sm: 8px;--st-space-md: 16px;--st-space-lg: 24px;--st-space-xl: 32px;--st-space-xxl: 48px;--st-radius-sm: 8px;--st-radius-md: 12px;--st-radius-card: 16px;--st-radius-pill: 999px;--st-shadow-card: 0 2px 12px rgba(0,0,0,.05);--st-shadow-raised: 0 8px 24px rgba(0,0,0,.1);--st-font: "IBM Plex Sans Arabic", "Noto Sans Arabic", system-ui, -apple-system, "Segoe UI", sans-serif;--st-font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--st-ease: cubic-bezier(.33, 1, .68, 1)}*,*:before,*:after{box-sizing:border-box}html{font-size:15px;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--st-font);color:var(--st-ink);background:var(--st-surface-wash);line-height:1.55}a{color:var(--st-primary-deep);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4{margin:0 0 var(--st-space-sm);line-height:1.3;font-weight:700}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 var(--st-space-sm)}:focus-visible{outline:3px solid rgba(255,106,0,.35);outline-offset:2px}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:var(--st-radius-md);border:1px solid transparent;font-weight:600;cursor:pointer;transition:background .12s var(--st-ease),transform .12s var(--st-ease),box-shadow .12s;white-space:nowrap}.st-btn:disabled{opacity:.55;cursor:not-allowed}.st-btn--primary{background:var(--st-primary);color:#fff}.st-btn--primary:hover:not(:disabled){background:var(--st-primary-deep)}.st-btn--secondary{background:var(--st-surface);color:var(--st-ink);border-color:var(--st-border)}.st-btn--secondary:hover:not(:disabled){background:var(--st-surface-muted)}.st-btn--danger{background:var(--st-danger);color:#fff}.st-btn--danger:hover:not(:disabled){background:#9f2626}.st-btn--ghost{background:transparent;color:var(--st-primary-deep)}.st-btn--ghost:hover:not(:disabled){background:var(--st-primary-tint)}.st-btn--sm{min-height:36px;padding:0 12px;font-size:.9rem}.st-btn--block{width:100%}.st-field{display:flex;flex-direction:column;gap:6px;margin-bottom:var(--st-space-md)}.st-field__label{font-weight:600;font-size:.92rem}.st-field__hint{color:var(--st-ink-muted);font-size:.82rem}.st-field__error{color:var(--st-danger);font-size:.82rem}.st-input,.st-select,.st-textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--st-border);border-radius:var(--st-radius-md);background:var(--st-surface);transition:border-color .12s,box-shadow .12s}.st-textarea{min-height:110px;resize:vertical}.st-input:focus,.st-select:focus,.st-textarea:focus{border-color:var(--st-primary);box-shadow:0 0 0 3px #ff6a0024;outline:none}.st-input[aria-invalid=true],.st-select[aria-invalid=true],.st-textarea[aria-invalid=true]{border-color:var(--st-danger)}.st-card{background:var(--st-surface);border:1px solid var(--st-border-soft);border-radius:var(--st-radius-card);box-shadow:var(--st-shadow-card);padding:var(--st-space-md)}.st-card--interactive{cursor:pointer;transition:transform .16s var(--st-ease),box-shadow .16s}.st-card--interactive:hover{transform:translateY(-2px);box-shadow:var(--st-shadow-raised)}.st-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:var(--st-radius-pill);font-size:.78rem;font-weight:600;background:var(--st-surface-muted);color:var(--st-ink-muted);white-space:nowrap}.st-badge--success{background:#e6f7f0;color:#067a50}.st-badge--warning{background:#fff4de;color:#9a5b00}.st-badge--danger{background:#fde8e8;color:#9f2626}.st-badge--info{background:#e8f0fe;color:#1e4fb8}.st-badge--primary{background:var(--st-primary-tint);color:var(--st-primary-deep)}.st-table-wrap{overflow-x:auto;border:1px solid var(--st-border-soft);border-radius:var(--st-radius-card);background:var(--st-surface)}.st-table{width:100%;border-collapse:collapse;min-width:640px}.st-table th,.st-table td{padding:12px 14px;text-align:start;border-bottom:1px solid var(--st-border-soft);vertical-align:middle}.st-table th{background:var(--st-surface-muted);font-size:.85rem;color:var(--st-ink-muted);font-weight:600}.st-table tbody tr:hover{background:var(--st-cream)}.st-table tbody tr:last-child td{border-bottom:0}.st-toolbar{display:flex;flex-wrap:wrap;gap:var(--st-space-sm);align-items:center;margin-bottom:var(--st-space-md)}.st-toolbar .st-input,.st-toolbar .st-select{width:auto;min-width:160px}.st-page-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:var(--st-space-sm);margin-bottom:var(--st-space-lg)}.st-page-header h1{margin:0}.st-muted{color:var(--st-ink-muted)}.st-subtle{color:var(--st-ink-subtle);font-size:.85rem}.st-price{font-variant-numeric:tabular-nums;font-weight:700;color:var(--st-primary-deep)}.st-grid{display:grid;gap:var(--st-space-md)}.st-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.st-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.st-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.st-grid--auto{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media (max-width: 900px){.st-grid--4,.st-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.st-grid--4,.st-grid--3,.st-grid--2{grid-template-columns:1fr}}.st-stack{display:flex;flex-direction:column;gap:var(--st-space-sm)}.st-row{display:flex;flex-wrap:wrap;gap:var(--st-space-sm);align-items:center}.st-spacer{flex:1}.st-empty{text-align:center;padding:var(--st-space-xxl) var(--st-space-md);color:var(--st-ink-muted)}.st-empty__icon{font-size:2.4rem;margin-bottom:var(--st-space-sm)}.st-alert{padding:12px 14px;border-radius:var(--st-radius-md);border:1px solid;margin-bottom:var(--st-space-md)}.st-alert--error{background:#fde8e8;border-color:#f5b5b5;color:#7f1d1d}.st-alert--success{background:#e6f7f0;border-color:#a7e3cb;color:#065f46}.st-alert--info{background:#e8f0fe;border-color:#b7cdf7;color:#1e3a8a}.st-spinner{width:28px;height:28px;border:3px solid var(--st-border);border-top-color:var(--st-primary);border-radius:50%;animation:st-spin .8s linear infinite;margin:var(--st-space-lg) auto}@keyframes st-spin{to{transform:rotate(360deg)}}.st-skeleton{background:linear-gradient(90deg,#eee 25%,#f7f7f7,#eee 75%);background-size:200% 100%;animation:st-shimmer 1.2s infinite;border-radius:var(--st-radius-sm);min-height:16px}@keyframes st-shimmer{to{background-position:-200% 0}}.st-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14141473;display:flex;align-items:center;justify-content:center;padding:var(--st-space-md);z-index:100}.st-modal{background:var(--st-surface);border-radius:var(--st-radius-card);width:min(560px,100%);max-height:90vh;overflow:auto;padding:var(--st-space-lg);box-shadow:var(--st-shadow-raised)}.st-modal__actions{display:flex;justify-content:flex-end;gap:var(--st-space-sm);margin-top:var(--st-space-lg)}.st-toasts{position:fixed;bottom:16px;inset-inline-start:16px;display:flex;flex-direction:column;gap:8px;z-index:200;max-width:min(360px,calc(100% - 32px));pointer-events:none}.st-toast{pointer-events:none;padding:12px 14px;border-radius:var(--st-radius-md);color:#fff;box-shadow:var(--st-shadow-raised);animation:st-enter .22s var(--st-ease)}.st-toast--success{background:var(--st-success)}.st-toast--error{background:var(--st-danger)}.st-toast--info{background:var(--st-info)}@keyframes st-enter{0%{opacity:0;transform:translateY(8px)}}.st-tabs{display:flex;gap:4px;border-bottom:1px solid var(--st-border);margin-bottom:var(--st-space-md);overflow-x:auto}.st-tab{padding:10px 14px;border:0;background:none;cursor:pointer;color:var(--st-ink-muted);font-weight:600;border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap}.st-tab[aria-selected=true]{color:var(--st-primary-deep);border-bottom-color:var(--st-primary)}.st-pagination{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-sm);padding:var(--st-space-sm) 0;flex-wrap:wrap}.st-dl{display:grid;grid-template-columns:max-content 1fr;gap:6px 16px;margin:0}.st-dl dt{color:var(--st-ink-muted);font-size:.9rem}.st-dl dd{margin:0}.st-visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.co-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.co-sidebar{background:var(--st-dark-bg);color:var(--st-cream);padding:var(--st-space-md);display:flex;flex-direction:column;gap:var(--st-space-md);position:sticky;top:0;height:100vh;overflow-y:auto}.co-brand{display:flex;align-items:center;gap:10px;padding:4px 6px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.co-brand strong{font-size:1rem}.co-brand small{display:block;color:#fafafa99;font-size:.75rem}.co-nav{display:flex;flex-direction:column;gap:2px}.co-nav a{color:#fafafad1;padding:10px 12px;border-radius:var(--st-radius-md);display:flex;align-items:center;gap:10px}.co-nav a:hover{background:#ffffff0f;text-decoration:none}.co-nav a.active{background:var(--st-primary);color:#fff}.co-officer{margin-top:auto;padding:12px;border-radius:var(--st-radius-md);background:#ffffff0f;font-size:.85rem}.co-officer strong{display:block}.co-main{padding:var(--st-space-lg);max-width:1400px;width:100%}.co-topbar{display:none}.co-login{min-height:100vh;display:grid;place-items:center;padding:var(--st-space-md);background:var(--st-surface-wash)}.co-login__card{width:min(440px,100%)}.co-stat{display:flex;flex-direction:column;gap:4px}.co-stat__value{font-size:1.8rem;font-weight:700;color:var(--st-ink);font-variant-numeric:tabular-nums}.co-stat__label{color:var(--st-ink-muted);font-size:.9rem}.co-timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.co-timeline li{padding-inline-start:16px;border-inline-start:2px solid var(--st-border)}.co-doc{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--st-border-soft)}.co-thumb{width:56px;height:56px;object-fit:cover;border-radius:var(--st-radius-sm);background:var(--st-surface-muted)}@media (max-width: 900px){.co-shell{grid-template-columns:1fr}.co-sidebar{position:static;height:auto;flex-direction:row;flex-wrap:wrap;align-items:center}.co-nav{flex-direction:row;flex-wrap:wrap}.co-officer{margin-top:0}.co-main{padding:var(--st-space-md)}}
