:root{--navy-950:#0f1a3a;--navy-900:#14244a;--navy-800:#1a2d5e;--navy-700:#1e3a7a;--navy-600:#2450a0;--navy-100:#e8eef8;--navy-50:#f0f4fb;--teal-950:#0a2e36;--teal-900:#0d3d48;--teal-800:#104e5b;--teal-700:#136b73;--teal-600:#1a8a94;--teal-100:#e0f2f4;--teal-50:#f0f9fa;--success-700:#0f766e;--success-600:#059669;--success-500:#10b981;--success-100:#d1fae5;--success-50:#ecfdf5;--warning-700:#b45309;--warning-600:#d97706;--warning-500:#f59e0b;--warning-100:#fef3c7;--warning-50:#fffbeb;--danger-700:#be123c;--danger-600:#e11d48;--danger-500:#f43f5e;--danger-100:#ffe4e6;--danger-50:#fff1f2;--info-700:#1d4ed8;--info-600:#2563eb;--info-500:#3b82f6;--info-100:#dbeafe;--info-50:#eff6ff;--orange-600:#ea580c;--orange-500:#f97316;--orange-100:#ffedd5;--orange-50:#fff7ed;--gray-950:#111827;--gray-900:#1f2937;--gray-800:#374151;--gray-700:#4b5563;--gray-600:#6b7280;--gray-500:#9ca3af;--gray-400:#d1d5db;--gray-300:#e5e7eb;--gray-200:#eef0f4;--gray-100:#f3f4f6;--gray-50:#f7f8fa;--white:#fff;--bg-page:#f3f5f9;--bg-card:#fff;--border:#e5e9f0;--border-light:#eef1f6;--shadow-sm:0 1px 2px #0f1a3a0a;--shadow-md:0 2px 8px #0f1a3a0f;--shadow-lg:0 8px 24px #0f1a3a14;--sidebar-width:220px;--header-height:56px;--radius-sm:6px;--radius-md:8px;--radius-lg:10px;--radius-xl:12px;--radius-full:9999px;--font:"Vazirmatn", Tahoma, system-ui, sans-serif;--text-xs:.72rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:.9375rem;--text-lg:1.0625rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--brand:var(--navy-800);--brand-dark:var(--navy-900);--brand-light:var(--navy-100);--brand-soft:var(--navy-50);--accent:var(--orange-500)}[data-theme=business]{--brand:#1a2d5e;--brand-dark:#14244a;--brand-light:#e8eef8;--brand-soft:#f0f4fb;--accent:#e67e22;--bg-page:#f5f7fb}[data-theme=association]{--brand:#101d42;--brand-dark:#0b1430;--brand-light:#e8ecf8;--brand-soft:#f0f3fb;--accent:#2563eb;--bg-page:#f4f6fa}[data-theme=organization]{--brand:#0d5c5c;--brand-dark:#094646;--brand-light:#d9f0f0;--brand-soft:#eef8f8;--accent:#0d5c5c;--bg-page:#f3f7f6;--success-600:#0f766e}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:.85rem .95rem}.card--flush{padding:0}.card__header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.card__title{color:var(--gray-900);align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;display:flex}.card__action{font-size:var(--text-sm);color:var(--brand);align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.card__action:hover{text-decoration:underline}.badge{border-radius:var(--radius-full);font-size:var(--text-xs);white-space:nowrap;align-items:center;gap:.25rem;padding:.2rem .65rem;font-weight:600;line-height:1.4;display:inline-flex}.badge--danger{background:var(--danger-100);color:var(--danger-700)}.badge--success{background:var(--success-100);color:var(--success-700)}.badge--warning{background:var(--warning-100);color:var(--warning-700)}.badge--info{background:var(--info-100);color:var(--info-700)}.badge--orange{background:var(--orange-100);color:var(--orange-600)}.badge--neutral{background:var(--gray-100);color:var(--gray-700)}.badge--brand{background:var(--brand-light);color:var(--brand)}.badge--count{background:var(--brand-light);color:var(--brand);font-weight:700}.btn{border-radius:var(--radius-md);font-size:var(--text-sm);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-weight:600;line-height:1.4;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn--primary{background:var(--brand);color:var(--white)}.btn--primary:hover{background:var(--brand-dark)}.btn--accent{background:var(--accent);color:var(--white)}.btn--accent:hover{filter:brightness(.92)}.btn--success{background:var(--success-600);color:var(--white)}.btn--success:hover{background:var(--success-700)}.btn--warning{background:var(--warning-500);color:var(--white)}.btn--warning:hover{background:var(--warning-600)}.btn--danger{background:var(--danger-600);color:var(--white)}.btn--outline{background:var(--white);border-color:var(--border);color:var(--gray-800)}.btn--outline:hover{background:var(--gray-50);border-color:var(--gray-400)}.btn--ghost{color:var(--brand);background:0 0}.btn--sm{font-size:var(--text-xs);padding:.35rem .7rem}.btn--lg{font-size:var(--text-base);padding:.7rem 1.25rem}.btn--block{width:100%}.metric-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.2rem;min-height:84px;padding:.7rem .8rem;display:flex}.metric-card__top{justify-content:space-between;align-items:flex-start;gap:.4rem;display:flex}.metric-card__label{color:var(--gray-600);font-size:.7rem;font-weight:500}.metric-card__icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.metric-card__icon--danger{background:var(--danger-50);color:var(--danger-600)}.metric-card__icon--success{background:var(--success-50);color:var(--success-600)}.metric-card__icon--info{background:var(--info-50);color:var(--info-600)}.metric-card__icon--warning{background:var(--warning-50);color:var(--warning-600)}.metric-card__icon--orange{background:var(--orange-50);color:var(--orange-600)}.metric-card__icon--brand{background:var(--brand-soft);color:var(--brand)}.metric-card__icon--teal{background:var(--teal-50);color:var(--teal-700)}.metric-card__value{color:var(--gray-900);font-size:1.35rem;font-weight:800;line-height:1.15}.metric-card__value--sm{font-size:.95rem}.metric-card__hint{color:var(--gray-500);font-size:.68rem}.metric-card__hint--danger{color:var(--danger-600)}.metric-card__hint--warning{color:var(--warning-600)}.metric-card__hint--success{color:var(--success-600)}.timeline{flex-direction:column;gap:0;display:flex}.timeline__item{gap:.7rem;padding-bottom:.7rem;display:flex;position:relative}.timeline__item:last-child{padding-bottom:0}.timeline__rail{flex-direction:column;flex-shrink:0;align-items:center;width:20px;display:flex}.timeline__dot{background:var(--success-100);width:18px;height:18px;color:var(--success-600);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.timeline__dot--info{background:var(--info-100);color:var(--info-600)}.timeline__dot--warning{background:var(--warning-100);color:var(--warning-600)}.timeline__dot--neutral{background:var(--gray-100);color:var(--gray-500)}.timeline__line{background:var(--gray-200);flex:1;width:2px;min-height:12px;margin-top:4px}.timeline__item:last-child .timeline__line{display:none}.timeline__content{flex:1;min-width:0;padding-top:0}.timeline__title{font-size:var(--text-sm);color:var(--gray-800);margin-bottom:.15rem;font-weight:600}.timeline__meta{font-size:var(--text-xs);color:var(--gray-500)}.stepper{justify-content:space-between;align-items:flex-start;gap:.25rem;width:100%;padding:.25rem 0;display:flex;overflow-x:auto}.stepper__step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.45rem;min-width:64px;display:flex;position:relative}.stepper__step:not(:last-child):after{content:"";background:var(--gray-300);z-index:0;height:2px;position:absolute;top:14px;left:calc(14px - 50%);right:calc(50% + 14px)}.stepper__step--done:not(:last-child):after,.stepper__step--current:not(:last-child):after{background:var(--success-500)}.stepper__step--current:not(:last-child):after{background:linear-gradient(to left, var(--gray-300), var(--brand))}.stepper__circle{width:28px;height:28px;font-size:var(--text-xs);background:var(--gray-100);color:var(--gray-500);border:2px solid var(--gray-300);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex;position:relative}.stepper__step--done .stepper__circle{background:var(--success-500);border-color:var(--success-500);color:var(--white)}.stepper__step--current .stepper__circle{background:var(--brand);border-color:var(--brand);color:var(--white);box-shadow:0 0 0 4px var(--brand-light)}.stepper__label{color:var(--gray-500);max-width:80px;font-size:.68rem;font-weight:500;line-height:1.3}.stepper__step--done .stepper__label,.stepper__step--current .stepper__label{color:var(--gray-800);font-weight:600}.tabs{border-bottom:1px solid var(--border);gap:.15rem;margin-bottom:1rem;display:flex;overflow-x:auto}.tabs__tab{font-size:var(--text-sm);color:var(--gray-600);white-space:nowrap;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.65rem 1rem;font-weight:500;transition:color .15s,border-color .15s}.tabs__tab:hover{color:var(--brand)}.tabs__tab--active{color:var(--brand);border-bottom-color:var(--brand);font-weight:700}.toggle{border-radius:var(--radius-full);background:var(--gray-300);cursor:pointer;border:none;flex-shrink:0;width:40px;height:22px;transition:background .2s;position:relative}.toggle--on{background:var(--success-500)}.toggle__thumb{background:var(--white);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;top:2px;right:2px;box-shadow:0 1px 3px #00000026}.toggle--on .toggle__thumb{transform:translate(-18px)}.alert{border-radius:var(--radius-md);font-size:var(--text-sm);gap:.75rem;padding:.85rem 1rem;line-height:1.6;display:flex}.alert__icon{flex-shrink:0;margin-top:.1rem}.alert__title{margin-bottom:.15rem;font-weight:700}.alert__body{color:inherit;opacity:.9}.alert--warning{background:var(--warning-50);color:var(--warning-700);border:1px solid var(--warning-100)}.alert--success{background:var(--success-50);color:var(--success-700);border:1px solid var(--success-100)}.alert--info{background:var(--info-50);color:var(--info-700);border:1px solid var(--info-100)}.alert--danger{background:var(--danger-50);color:var(--danger-700);border:1px solid var(--danger-100)}.alert--orange{background:var(--orange-50);color:var(--orange-600);border:1px solid var(--orange-100)}.data-table-wrap{border-radius:var(--radius-md);overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.data-table th{background:var(--gray-50);color:var(--gray-600);text-align:right;border-bottom:1px solid var(--border);white-space:nowrap;padding:.5rem .65rem;font-size:.7rem;font-weight:600}.data-table td{border-bottom:1px solid var(--border-light);color:var(--gray-800);vertical-align:middle;padding:.55rem .65rem;font-size:.8rem}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--gray-50)}.data-table__actions{flex-wrap:wrap;gap:.4rem;display:flex}.form-group{flex-direction:column;gap:.4rem;margin-bottom:.9rem;display:flex}.form-label{font-size:var(--text-sm);color:var(--gray-700);font-weight:600}.form-input,.form-textarea{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--white);width:100%;color:var(--gray-900);padding:.65rem .85rem;transition:border-color .15s,box-shadow .15s}.form-input:focus,.form-textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light);outline:none}.form-textarea{resize:vertical;min-height:90px}.file-upload{border:1.5px dashed var(--gray-300);border-radius:var(--radius-md);text-align:center;background:var(--gray-50);cursor:pointer;padding:1rem;transition:border-color .15s,background .15s}.file-upload:hover{border-color:var(--brand);background:var(--brand-soft)}.file-upload__icon{color:var(--brand);margin-bottom:.35rem}.file-upload__title{font-size:var(--text-sm);color:var(--gray-800);font-weight:600}.file-upload__hint{font-size:var(--text-xs);color:var(--gray-500);margin-top:.2rem}.list-item{border-bottom:1px solid var(--border-light);align-items:center;gap:.55rem;padding:.5rem 0;display:flex}.list-item:last-child{border-bottom:none}.list-item--clickable{cursor:pointer;border-radius:var(--radius-md);border:1px solid #0000;margin-bottom:.35rem;padding:.75rem}.list-item--clickable:hover{background:var(--gray-50)}.list-item--active{background:var(--brand-soft);border-color:var(--brand-light)}.list-item__icon{border-radius:var(--radius-md);background:var(--brand-soft);width:36px;height:36px;color:var(--brand);flex-shrink:0;justify-content:center;align-items:center;display:flex}.list-item__body{flex:1;min-width:0}.list-item__title{font-size:var(--text-sm);color:var(--gray-900);font-weight:600}.list-item__meta{font-size:var(--text-xs);color:var(--gray-500);margin-top:.1rem}.list-item__trailing{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.progress{border-radius:var(--radius-full);background:#fff3;height:8px;overflow:hidden}.progress__bar{border-radius:var(--radius-full);background:#2dd4bf;height:100%;transition:width .3s}.progress--light{background:var(--gray-200)}.progress--light .progress__bar{background:var(--brand)}.avatar{background:var(--brand);width:36px;height:36px;color:var(--white);font-size:var(--text-xs);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.avatar--sm{width:28px;height:28px;font-size:.65rem}.avatar--lg{width:44px;height:44px;font-size:var(--text-sm)}.pagination{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.35rem;padding-top:.85rem;display:flex}.pagination__btn{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);min-width:32px;height:32px;color:var(--gray-700);font-size:var(--text-xs);justify-content:center;align-items:center;padding:0 .5rem;font-weight:600;display:inline-flex}.pagination__btn--active{background:var(--brand);color:var(--white);border-color:var(--brand)}.pagination__btn:hover:not(.pagination__btn--active){background:var(--gray-50)}.chart-legend{flex-direction:column;gap:.55rem;display:flex}.chart-legend__item{font-size:var(--text-sm);color:var(--gray-700);align-items:center;gap:.5rem;display:flex}.chart-legend__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.chart-legend__count{color:var(--gray-900);margin-right:auto;font-weight:700}.donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.donut-center__value{font-size:var(--text-xl);color:var(--gray-900);font-weight:800;line-height:1.2}.donut-center__label{font-size:var(--text-xs);color:var(--gray-500)}.toast{z-index:1000;background:var(--gray-900);color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:var(--text-sm);align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-weight:500;animation:.25s slideIn;display:flex;position:fixed;bottom:1.5rem;left:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.toast--success{background:var(--success-700)}.app-shell{background:var(--bg-page);min-height:100vh;display:flex}.app-shell__main{min-width:0;margin-right:var(--sidebar-width);flex-direction:column;flex:1;display:flex}.app-shell__content{flex:1;padding:.85rem 1.1rem 1.25rem}.sidebar{width:var(--sidebar-width);background:var(--brand);height:100vh;color:var(--white);z-index:100;flex-direction:column;display:flex;position:fixed;top:0;right:0;overflow-y:auto}.sidebar__brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.65rem;padding:.95rem .85rem .85rem;display:flex}.sidebar__brand-icon{border-radius:var(--radius-md);background:#ffffff1f;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.sidebar__brand-title{font-size:var(--text-sm);font-weight:700;line-height:1.35}.sidebar__brand-sub{opacity:.7;margin-top:.1rem;font-size:.68rem;font-weight:400}.sidebar__nav{flex-direction:column;flex:1;gap:.1rem;padding:.55rem .5rem;display:flex}.sidebar__link{border-radius:var(--radius-md);color:#ffffffd1;align-items:center;gap:.55rem;padding:.48rem .7rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar__link:hover{color:var(--white);background:#ffffff14}.sidebar__link--disabled{opacity:.38;cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none}.sidebar__link--disabled:hover{color:#ffffffd1;background:0 0}.sidebar__link--active{background:var(--white);color:var(--brand);font-weight:700}.sidebar__link--active:hover{background:var(--white);color:var(--brand)}.sidebar__link svg{flex-shrink:0;width:18px;height:18px}.sidebar__footer{border-top:1px solid #ffffff14;flex-direction:column;gap:.15rem;padding:.55rem .5rem .9rem;display:flex}.sidebar__switch,.sidebar__logout{border-radius:var(--radius-md);color:#ffffffbf;align-items:center;gap:.65rem;width:100%;padding:.55rem .7rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar__switch:hover,.sidebar__logout:hover{color:var(--white);background:#ffffff14}.sidebar__mobile-toggle{z-index:110;border-radius:var(--radius-md);background:var(--brand);width:40px;height:40px;color:var(--white);box-shadow:var(--shadow-md);justify-content:center;align-items:center;display:none;position:fixed;top:.85rem;right:.85rem}.sidebar__overlay{z-index:90;background:#0f1a3a73;display:none;position:fixed;inset:0}.topbar{background:var(--white);border-bottom:1px solid var(--border);min-height:var(--header-height);z-index:50;align-items:center;gap:.85rem;padding:.55rem 1.1rem;display:flex;position:sticky;top:0}.topbar__breadcrumbs{font-size:var(--text-sm);color:var(--gray-500);white-space:nowrap;flex-shrink:0}.topbar__breadcrumbs span{color:var(--gray-800);font-weight:600}.topbar__search{flex:1;max-width:420px;margin:0 auto;position:relative}.topbar__search-icon{color:var(--gray-500);pointer-events:none;position:absolute;top:50%;right:.85rem;transform:translateY(-50%)}.topbar__search-input{border:1px solid var(--border);border-radius:var(--radius-full);background:var(--gray-50);width:100%;font-size:var(--text-sm);color:var(--gray-800);padding:.55rem 2.5rem .55rem 1rem;transition:border-color .15s,background .15s,box-shadow .15s}.topbar__search-input:focus{background:var(--white);border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light);outline:none}.topbar__actions{flex-shrink:0;align-items:center;gap:.65rem;margin-right:auto;display:flex}.topbar__icon-btn{width:36px;height:36px;color:var(--gray-600);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:background .15s,color .15s;display:flex;position:relative}.topbar__icon-btn:hover{background:var(--gray-100);color:var(--gray-900)}.topbar__badge{background:var(--danger-600);min-width:16px;height:16px;color:var(--white);border:2px solid var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;display:flex;position:absolute;top:2px;left:2px}.topbar__user{border-radius:var(--radius-full);align-items:center;gap:.6rem;padding:.25rem .35rem .25rem .65rem;transition:background .15s;display:flex}.topbar__user:hover{background:var(--gray-50)}.topbar__user-info{text-align:right}.topbar__user-name{font-size:var(--text-sm);color:var(--gray-900);font-weight:700;line-height:1.3}.topbar__user-role{color:var(--gray-500);font-size:.68rem}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;display:flex}.page-header__title{color:var(--brand);font-size:1.15rem;font-weight:800;line-height:1.35}.page-header__subtitle{color:var(--gray-600);margin-top:.15rem;font-size:.78rem}.page-header__actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.grid,.grid-2,.grid-3,.grid-4,.grid-5,.grid-6{gap:.75rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.grid-12{grid-template-columns:repeat(12,1fr);gap:.75rem;display:grid}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-9{grid-column:span 9}.col-12{grid-column:span 12}.stack{flex-direction:column;gap:.75rem;display:flex}.row{align-items:center;gap:.75rem;display:flex}.row--between{justify-content:space-between}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}@media (width<=1280px){.grid-6,.grid-5{grid-template-columns:repeat(3,1fr)}}@media (width<=1100px){.grid-4{grid-template-columns:repeat(2,1fr)}.col-3,.col-4,.col-5{grid-column:span 6}.col-6,.col-7,.col-8,.col-9{grid-column:span 12}.topbar__search{max-width:240px}}@media (width<=900px){.sidebar{transition:transform .25s;transform:translate(100%)}.sidebar--open{transform:translate(0)}.sidebar__overlay--visible{display:block}.sidebar__mobile-toggle{display:flex}.app-shell__main{margin-right:0}.topbar{padding-right:3.5rem}.topbar__breadcrumbs,.topbar__user-info{display:none}.grid-6,.grid-5{grid-template-columns:repeat(2,1fr)}.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{grid-column:span 12}}@media (width<=640px){.app-shell__content{padding:1rem}.page-header{flex-direction:column}.topbar__search{display:none}.grid-6,.grid-5,.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.status-hero{background:var(--brand);color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);height:100%;padding:.9rem 1rem}.status-hero__label{font-size:var(--text-sm);opacity:.85;margin-bottom:.5rem}.status-hero__id{font-size:var(--text-lg);flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.65rem;font-weight:800;display:flex}.status-hero__badge{color:#fecdd3;background:#ffb6c140;border:1px solid #fecdd359}.status-hero__progress-row{align-items:center;gap:.75rem;margin-bottom:.65rem;display:flex}.status-hero__pct{font-size:var(--text-sm);min-width:2.5rem;font-weight:700}.status-hero__desc{font-size:var(--text-sm);opacity:.8}.action-hero{background:var(--orange-50);border:1px solid var(--orange-100);border-radius:var(--radius-lg);flex-direction:column;gap:.65rem;height:100%;padding:.9rem 1rem;display:flex}.action-hero__header{justify-content:space-between;align-items:center;display:flex}.action-hero__title{font-size:var(--text-md);color:var(--orange-600);font-weight:700}.action-hero__text{font-size:var(--text-sm);color:var(--gray-800);font-weight:500}.detail-summary{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.detail-summary__item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1rem}.detail-summary__label{font-size:var(--text-xs);color:var(--gray-500);margin-bottom:.3rem}.detail-summary__value{font-size:var(--text-sm);color:var(--gray-900);font-weight:700}.detail-summary__value--danger{color:var(--danger-600)}.case-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.case-title-row h1{font-size:var(--text-xl);color:var(--gray-900);font-weight:800}.case-id{font-size:var(--text-sm);color:var(--gray-500);font-weight:500}.info-grid{grid-template-columns:repeat(2,1fr);gap:.85rem 1.25rem;display:grid}.info-grid--5{grid-template-columns:repeat(5,1fr)}.info-field__label{font-size:var(--text-xs);color:var(--gray-500);margin-bottom:.25rem}.info-field__value{font-size:var(--text-sm);color:var(--gray-900);align-items:center;gap:.4rem;font-weight:600;display:flex}.subject-box{background:var(--orange-50);border:1px solid var(--orange-100);border-radius:var(--radius-md);margin-bottom:1rem;padding:.9rem 1rem}.subject-box__title{font-size:var(--text-sm);color:var(--orange-600);margin-bottom:.35rem;font-weight:700}.subject-box__body{font-size:var(--text-sm);color:var(--gray-800);line-height:1.7}.deficiency-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:.85rem;padding:1.15rem 1.25rem;display:flex}.deficiency-card__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.deficiency-card__title{font-size:var(--text-md);color:var(--gray-900);font-weight:700}.deficiency-card__deadline{font-size:var(--text-xs);color:var(--gray-600)}.access-matrix{overflow-x:auto}.access-matrix table{border-collapse:collapse;width:100%;font-size:var(--text-sm);min-width:680px}.access-matrix th{font-size:var(--text-xs);color:var(--gray-600);text-align:center;border-bottom:1px solid var(--border);white-space:nowrap;padding:.65rem .5rem;font-weight:600}.access-matrix th:first-child,.access-matrix td:first-child{text-align:right;color:var(--gray-800);min-width:140px;font-weight:600}.access-matrix td{text-align:center;border-bottom:1px solid var(--border-light);padding:.7rem .5rem}.access-level-btns{flex-wrap:wrap;gap:.5rem;display:flex}.access-level-btn{border-radius:var(--radius-full);border:1px solid var(--border);font-size:var(--text-sm);color:var(--gray-600);background:var(--white);padding:.45rem .9rem;font-weight:600;transition:all .15s}.access-level-btn--active{background:var(--brand);color:var(--white);border-color:var(--brand)}.org-list{flex-direction:column;gap:.35rem;max-height:420px;display:flex;overflow-y:auto}.profile-hero{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:1rem;padding:1.25rem 1.35rem}.profile-hero__name{font-size:var(--text-xl);color:var(--gray-900);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.65rem;font-weight:800;display:flex}.profile-hero__meta{font-size:var(--text-sm);color:var(--gray-600);flex-wrap:wrap;gap:1.5rem;display:flex}.profile-hero__meta strong{color:var(--gray-900);font-weight:600}.domain-tags{flex-wrap:wrap;gap:.5rem;display:flex}.domain-tag{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--gray-800);align-items:center;gap:.5rem;padding:.45rem .75rem;font-weight:600;display:inline-flex}.lock-item{border-bottom:1px solid var(--border-light);color:var(--gray-500);font-size:var(--text-sm);align-items:center;gap:.65rem;padding:.7rem 0;display:flex}.lock-item:last-child{border-bottom:none}.valid-banner{background:var(--success-50);border:1px solid var(--success-100);border-radius:var(--radius-md);color:var(--success-700);font-weight:600;font-size:var(--text-sm);align-items:center;gap:.65rem;margin-top:1rem;padding:.85rem 1rem;display:flex}.chart-box{direction:ltr;width:100%;height:160px}.chart-box--sm{height:140px}.donut-wrap{flex-shrink:0;width:128px;height:128px;position:relative}.chart-row{flex-wrap:nowrap;align-items:center;gap:.85rem;display:flex}.inbox-item{border-bottom:1px solid var(--border-light);color:inherit;align-items:flex-start;gap:.6rem;padding:.5rem 0;text-decoration:none;display:flex}.inbox-item:last-child{border-bottom:none}.inbox-item__body{flex:1;min-width:0}.inbox-item__title{font-size:var(--text-sm);color:var(--gray-900);margin:.25rem 0;font-weight:600}.inbox-item__time{font-size:var(--text-xs);color:var(--gray-500)}.filter-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem;display:flex}.filter-chip{border-radius:var(--radius-full);font-size:var(--text-xs);background:var(--gray-100);color:var(--gray-600);border:1px solid #0000;padding:.3rem .7rem;font-weight:600}.filter-chip--active{background:var(--info-50);color:var(--info-700);border-color:var(--info-100)}.deadline-days{font-size:var(--text-sm);color:var(--danger-600);white-space:nowrap;font-weight:700}.deadline-days--muted{color:var(--gray-500)}@media (width<=1024px){.detail-summary,.info-grid--5{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.detail-summary,.info-grid,.info-grid--5{grid-template-columns:1fr}}.portal{color:#f8fafc;background:radial-gradient(80% 50% at 100% 0,#1a8a9447,#0000 55%),radial-gradient(60% 45% at 0 100%,#2450a059,#0000 50%),linear-gradient(155deg,#0b1633 0%,#102a45 42%,#0d3d48 100%);min-height:100vh;padding:3.5rem 1.5rem 2.5rem;position:relative;overflow:hidden}.portal__glow{filter:blur(60px);pointer-events:none;opacity:.45;border-radius:50%;position:absolute}.portal__glow--a{background:#1a8a94;width:320px;height:320px;top:-80px;left:-40px}.portal__glow--b{background:#2450a0;width:280px;height:280px;bottom:10%;right:-60px}.portal__hero{z-index:1;text-align:center;max-width:720px;margin:0 auto 2.75rem;position:relative}.portal__logo{object-fit:contain;width:min(360px,82vw);height:auto;margin:0 auto 1.35rem;display:block}.portal__title{margin-bottom:1.1rem;font-size:clamp(1.55rem,3.2vw,2.1rem);font-weight:800;line-height:1.35}.portal__meta{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.portal__meta span{color:#f8fafcd9;background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.78rem;display:inline-flex}.portal__grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.15rem;max-width:1120px;margin:0 auto;display:grid;position:relative}.portal-card{color:#1f2937;background:#fffffff5;border:1px solid #ffffff59;border-radius:18px;flex-direction:column;gap:.85rem;padding:1.35rem 1.35rem 1.2rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 18px 40px #08122847}.portal-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px #08122857}.portal-card__top{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.portal-card__icon{background:var(--portal-soft);width:44px;height:44px;color:var(--portal-accent);border-radius:12px;place-items:center;display:grid}.portal-card__role{color:var(--portal-accent);background:var(--portal-soft);border-radius:999px;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.portal-card__title{color:#0f172a;font-size:1.2rem;font-weight:800}.portal-card__org{color:var(--portal-accent);margin-top:-.35rem;font-size:.78rem;font-weight:600}.portal-card__desc{color:#4b5563;font-size:.86rem;line-height:1.75}.portal-card__user{color:#6b7280;font-size:.72rem;font-weight:500}.portal-card__stats{grid-template-columns:1fr 1fr;gap:.55rem;display:grid}.portal-card__stats>div{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:.65rem .75rem}.portal-card__stats strong{color:var(--portal-accent);font-size:1.15rem;font-weight:800;line-height:1.2;display:block}.portal-card__stats span{color:#6b7280;font-size:.72rem}.portal-card__links{gap:.35rem;display:grid}.portal-card__links a{color:#334155;background:#f8fafc;border-radius:8px;justify-content:space-between;align-items:center;padding:.45rem .55rem;font-size:.8rem;font-weight:600;display:flex}.portal-card__links a:hover{background:var(--portal-soft);color:var(--portal-accent)}.portal-card__cta{background:var(--portal-accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;margin-top:auto;padding:.75rem 1rem;font-size:.88rem;font-weight:700;display:inline-flex}.portal-card__cta:hover{filter:brightness(1.08)}.login-page{background:radial-gradient(50% 40% at 100% 0,#0d5c5c47,#0000 55%),radial-gradient(60% 45% at 0 100%,#2450a059,#0000 50%),linear-gradient(155deg,#0b1633 0%,#102a45 42%,#0d3d48 100%);place-items:center;min-height:100vh;padding:2rem 1rem;display:grid}.login-card{background:#fff;border-radius:18px;flex-direction:column;gap:.85rem;width:min(420px,100%);padding:1.6rem 1.4rem 1.3rem;display:flex}.login-card__logo{width:min(240px,70%);height:auto;margin:0 auto .2rem}.login-card__title{text-align:center;color:#0f172a;font-size:1.2rem;font-weight:800}.login-card__lead{color:#64748b;text-align:center;margin-top:-.4rem;font-size:.86rem}.login-card__error{color:var(--danger-600);font-size:.82rem;font-weight:600}.login-card__back{text-align:center;color:#475569;font-size:.82rem;display:block}.auth-loading{min-height:40vh;color:var(--gray-600);place-items:center;font-size:.9rem;display:grid}.portal__footer{z-index:1;text-align:center;color:#f8fafc8c;margin-top:2.5rem;font-size:.78rem;position:relative}@media (width<=960px){.portal__grid{grid-template-columns:1fr;max-width:440px}}@media (prefers-reduced-motion:reduce){.portal-card{transition:none}.portal-card:hover{transform:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:rtl;font-size:16px}body{font-family:var(--font);background:var(--bg-page);color:var(--gray-900);min-height:100vh;line-height:1.6}#root{min-height:100vh}button,input,textarea,select{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul,ol{list-style:none}button{cursor:pointer;background:0 0;border:none}:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
