@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg: #f1f5f9;--bg-accent: #f8fafc;--surface: #ffffff;--surface-alt: #f6f9fd;--stroke: #e2e8f0;--text: #0f172a;--muted: #64748b;--brand: #cc0000;--brand-strong: #a30000;--brand-soft: #fff0f0;--sidebar-bg: #0f172a;--sidebar-text: #cbd5e1;--sidebar-heading: #475569;--sidebar-active-bg: rgba(204, 0, 0, .18);--sidebar-active-text: #ff4444;--sidebar-hover-bg: rgba(255, 255, 255, .06);--positive: #0f8f64;--warning: #9a701f;--danger: #be2f45;--info: #1d4ed8;--shadow-md: 0 16px 32px rgba(15, 23, 42, .1);--shadow-sm: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 24px 48px rgba(15, 23, 42, .14);--radius-md: 12px;--radius-lg: 16px}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:14px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1.25rem;background:linear-gradient(135deg,#0c1322 0%,#1a2540 50%,#0f172a 100%)}.auth-card{width:min(960px,100%);display:grid;grid-template-columns:minmax(300px,420px) minmax(320px,420px);gap:0;border-radius:24px;overflow:hidden;box-shadow:0 32px 64px #0006}.auth-hero{position:relative;padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;overflow:hidden;background:linear-gradient(160deg,#0f172a 0%,#1e0000 100%);border-right:1px solid rgba(204,0,0,.3)}.auth-hero__dots{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/dots-pattern.png) center/cover no-repeat;opacity:.06;pointer-events:none}.auth-hero__content{display:flex;flex-direction:column;gap:1rem;position:relative;z-index:1}.auth-hero__logo{width:180px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:.5rem}.auth-hero__tagline{margin:0;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--brand)}.auth-hero__desc{margin:0;font-size:.94rem;color:#94a3b8;line-height:1.7;max-width:280px}.auth-hero__footer{position:relative;z-index:1;font-size:.72rem;color:#334155}.auth-form{padding:3rem 2.5rem;display:grid;align-content:center;gap:1.1rem;background:#fff}.auth-form__header{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.4rem}.auth-form__icon{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;margin-bottom:.5rem}.auth-form__header h2{margin:0;font-size:1.6rem;font-weight:800;color:var(--text)}.auth-form__header p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.5}.auth-form__field{display:grid;gap:.4rem}.auth-form__field>span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:#64748b}.auth-form__input{width:100%;box-sizing:border-box;height:46px;border:1.5px solid #e2e8f0;border-radius:12px;background:#f8fafc;padding:0 .9rem;font-size:.95rem;color:var(--text);transition:border-color .15s,box-shadow .15s}.auth-form__input:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #cc00001a;outline:none}.auth-form__input::-moz-placeholder{color:#94a3b8}.auth-form__input::placeholder{color:#94a3b8}.auth-form__error{padding:.72rem .9rem;border:1px solid #fecaca;border-radius:10px;background:#fff1f2;color:#991b1b;font-size:.84rem}.auth-form__submit{justify-content:center;height:46px;font-size:.95rem;font-weight:700;letter-spacing:.02em;margin-top:.3rem}.auth-form__legal{margin:0;text-align:center;font-size:.72rem;color:#94a3b8;line-height:1.5}h1,h2,h3,h4,strong{font-family:Inter,Segoe UI,sans-serif;letter-spacing:0}button,input,select{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid rgba(29,78,216,.28);outline-offset:1px}.app-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;gap:.9rem;padding:.9rem;background:#0c1322}.sidebar{padding:1.2rem .9rem;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;gap:1rem;border-radius:18px;overflow-y:auto;overflow-x:hidden;position:sticky;top:.9rem;height:calc(100vh - 1.8rem);align-self:start}.sidebar-brand{padding:.5rem .4rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.4rem}.sidebar-logo{width:140px;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.sidebar-tagline{margin:0;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#475569}.sidebar-role-badge{display:flex;align-items:center;gap:.5rem;padding:.45rem .7rem;background:rgba(204,0,0,.12);border:1px solid rgba(204,0,0,.2);border-radius:8px;font-size:.72rem;font-weight:600;color:#f66;letter-spacing:.04em}.sidebar-role-dot{width:6px;height:6px;border-radius:50%;background:var(--brand);flex-shrink:0;box-shadow:0 0 6px #c009}.nav-groups{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto;overflow-x:hidden}.nav-groups::-webkit-scrollbar{width:3px}.nav-groups::-webkit-scrollbar-track{background:transparent}.nav-groups::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}.nav-group{display:grid;gap:.2rem}.nav-group__title{margin:0 0 .3rem .3rem;font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;color:var(--sidebar-heading);font-weight:600}.nav-list{display:grid;gap:.15rem}.nav-item{border:1px solid transparent;background:transparent;border-radius:10px;color:var(--sidebar-text);min-height:38px;padding:.5rem .7rem;display:flex;align-items:center;gap:.58rem;text-align:left;cursor:pointer;transition:.18s ease}.nav-item__label{font-size:.84rem;font-weight:500;letter-spacing:.01em}.nav-item:hover{background:var(--sidebar-hover-bg);color:#fff}.nav-item--active{background:var(--sidebar-active-bg);color:var(--sidebar-active-text);border-color:#cc000040}.sidebar-footer{margin-top:auto;padding-top:.8rem;border-top:1px solid rgba(255,255,255,.06);display:grid;gap:.5rem}.profile-chip{border-radius:10px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.04);padding:.6rem .7rem;display:flex;align-items:center;gap:.6rem}.profile-avatar{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:.82rem;color:#fff;background:var(--brand);flex-shrink:0}.profile-info{display:flex;flex-direction:column;min-width:0}.profile-name{font-size:.78rem;font-weight:600;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-title{display:block;font-size:.68rem;color:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-button{height:36px;border-radius:10px;border:1px solid rgba(204,0,0,.3);background:rgba(204,0,0,.1);color:#f66;font-weight:600;font-size:.78rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s}.logout-button:hover{background:rgba(204,0,0,.2);color:#f88}.logout-button--primary{background:rgba(204,0,0,.22)!important;border-color:#cc000080!important;color:#f55!important}.logout-button--primary:hover{background:rgba(204,0,0,.38)!important;color:#f88!important}.main-shell{display:flex;flex-direction:column;min-width:0;border:1px solid var(--stroke);border-radius:18px;overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm)}.top-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.4rem;border-bottom:1px solid var(--stroke);background:#fff}.top-bar__title{margin:0;font-size:clamp(1.1rem,2vw,1.4rem);color:var(--text);font-weight:800;letter-spacing:-.01em}.top-bar__subtitle{margin:.16rem 0 0;font-size:.78rem;color:var(--muted)}.top-bar__controls{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.search-field{min-width:320px;height:38px;border-radius:10px;border:1px solid var(--stroke);background:#f8fbff;display:inline-flex;align-items:center;gap:.5rem;padding:0 .64rem;box-shadow:0 1px #0f172a05;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.search-field input{border:0;outline:0;width:100%;background:transparent;color:var(--text)}.search-field input:focus::-moz-placeholder{color:transparent}.search-field input:focus::placeholder{color:transparent}.search-field:focus-within{border-color:#b9c9e0;background:#fff;box-shadow:0 0 0 3px #1d4ed814}.icon-button,.primary-button,.ghost-button,.row-action,.filter-chip,.queue-item,.kanban-card{border:1px solid transparent;cursor:pointer;transition:.18s ease}.icon-button{width:34px;height:34px;border-radius:8px;background:var(--surface);border-color:var(--stroke);display:grid;place-items:center}.primary-button,.ghost-button{height:36px;border-radius:10px;padding:0 .72rem;display:inline-flex;align-items:center;gap:.45rem;font-weight:700;font-size:.86rem}.primary-button{background:linear-gradient(180deg,#e00000 0%,#aa0000 100%);color:#fff;box-shadow:0 4px 12px #cc00004d}.primary-button:disabled{opacity:.45;cursor:not-allowed}.ghost-button{background:#fff;border-color:var(--stroke);color:#374151}.primary-button:hover:not(:disabled),.ghost-button:hover:not(:disabled){transform:translateY(-1px)}.ghost-button:hover:not(:disabled){background:#f9fbff;border-color:#c8d4e6}.page-content{padding:.95rem 1rem 1.1rem;background:#fff}.app-notice{position:fixed;top:20px;right:24px;z-index:9999;min-width:280px;max-width:420px;padding:12px 14px 12px 16px;border-radius:12px;border-left:4px solid #94a3b8;background:#fff;color:#334155;font-size:.875rem;font-weight:500;display:flex;align-items:flex-start;gap:10px;box-shadow:0 8px 32px #0f172a2e,0 2px 8px #0f172a14;animation:toastSlideIn .28s cubic-bezier(.34,1.56,.64,1)}.app-notice--error{border-left-color:#ef4444;background:#fff;color:#7f1d1d}.app-notice--success{border-left-color:#22c55e;background:#fff;color:#14532d}.app-notice__icon{font-weight:800;font-size:.85rem;flex-shrink:0;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;margin-top:1px}.app-notice--error .app-notice__icon{background:#fee2e2;color:#dc2626}.app-notice--success .app-notice__icon{background:#dcfce7;color:#16a34a}.app-notice__text{flex:1;line-height:1.45;padding-top:2px}@keyframes toastSlideIn{0%{opacity:0;transform:translate(60px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes vg-spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes vg-shimmer{0%{transform:translate(-60px);opacity:0}40%{opacity:1}to{transform:translate(100px);opacity:0}}.app-status{margin-bottom:.8rem;padding:.55rem .7rem;border-radius:8px;border:1px solid #bfd0ee;background:#f3f8ff;color:#2450a6;box-shadow:none}.app-status--loading{animation:pulseStatus 1.6s ease-in-out infinite}.page-grid{display:grid;gap:.9rem}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.stats-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{background:var(--surface);border:1px solid var(--stroke);border-radius:var(--radius-md);box-shadow:none;padding:.78rem}.stat-card__label{margin:0;font-size:.64rem;text-transform:uppercase;letter-spacing:.08em;color:#98a2b3}.stat-card__value{margin:.32rem 0 .2rem;font-size:clamp(1.05rem,1.75vw,1.3rem);font-weight:700}.stat-card__meta-row{display:flex;justify-content:space-between;gap:.4rem;align-items:center}.stat-card__meta,.stat-card__trend{font-size:.7rem;color:var(--muted)}.stat-card--blue,.stat-card--green,.stat-card--amber{background:#fff}.section-card{border:1px solid var(--stroke);border-radius:var(--radius-lg);background:var(--surface);box-shadow:0 1px #0f172a05;min-width:0;overflow:hidden}.section-card__header{padding:.84rem 1rem;border-bottom:1px solid var(--stroke);display:flex;justify-content:space-between;align-items:center;gap:.7rem}.section-card__title{margin:0;font-size:1.02rem;color:#15203a}.section-card__subtitle{margin:.12rem 0 0;color:#657792;font-size:.8rem}.section-card__body{padding:.95rem 1rem}.simple-grid{display:grid;grid-template-columns:2fr 1fr;gap:.9rem}.tag-pill{border-radius:999px;padding:.16rem .48rem;background:var(--brand-soft);color:var(--brand-strong);font-size:.66rem;font-weight:600}.insight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.stack-list{display:grid;gap:.75rem}.progress-row{border:1px solid var(--stroke);border-radius:8px;padding:.52rem;background:var(--surface-alt)}.progress-row__head{display:flex;justify-content:space-between;gap:.6rem;align-items:center;margin-bottom:.4rem}.progress-row__head strong,.progress-row p{font-size:.7rem;margin:0;color:var(--muted)}.progress-track{height:6px;border-radius:999px;background:#f5dce0;overflow:hidden}.progress-track span{height:100%;display:block;background:linear-gradient(90deg,#e34a58 0%,#f07d88 100%)}.alert-list,.activity-list,.document-list{margin:0;padding:0;list-style:none;display:grid;gap:.58rem}.alert-item{padding:.48rem .56rem;border-radius:8px;display:flex;align-items:center;gap:.52rem;border:1px solid;font-size:.74rem}.alert-item--critical{border-color:#efc1c1;background:#fff2f2;color:#9f2e2e}.alert-item--warning{border-color:#efd8a9;background:#fff8e6;color:#8f6812}.alert-item--positive{border-color:#b8e6cf;background:#edfbf4;color:#1f7b4f}.case-line-item{border:1px solid var(--stroke);border-radius:8px;padding:.52rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem}.case-line-item p,.case-line-item h4,.case-line-item small,.activity-list li{margin:0}.case-line-item p{font-size:.67rem;color:var(--muted)}.case-line-item h4{font-size:.84rem}.case-line-item small{font-size:.67rem;color:var(--muted)}.activity-list li{display:grid;gap:.14rem;border-left:2px solid #f3c4cb;padding:.3rem 0 .3rem .7rem}.activity-list strong{font-size:.67rem;color:var(--brand)}.activity-list span{font-size:.76rem}.activity-list small{font-size:.66rem;color:var(--muted)}.activity-list--plain li{border-left:0;border-bottom:1px solid var(--stroke);padding:.45rem 0}.activity-list--plain li:last-child{border-bottom:0}.activity-list--plain strong{color:#8b95a7}.status-summary{list-style:none;margin:0;padding:0;display:grid;gap:.58rem}.status-summary__row{display:grid;gap:.34rem}.status-summary__head{display:flex;align-items:center;justify-content:space-between}.status-summary__head strong{font-size:.8rem}.status-summary__bar{height:7px;border-radius:999px;background:#eceff4;overflow:hidden}.status-summary__bar span{height:100%;display:block;background:linear-gradient(90deg,#ef4444 0%,#f87171 100%)}.filter-row{display:flex;gap:.45rem;overflow:auto;padding-bottom:.22rem;margin-bottom:.9rem}.filter-chip{display:inline-flex;align-items:center;gap:.34rem;background:var(--surface-alt);border-color:var(--stroke);border-radius:999px;padding:.3rem .54rem;white-space:nowrap;color:var(--text)}.filter-chip span{display:inline-grid;place-items:center;min-width:1.3rem;padding:.09rem .26rem;border-radius:999px;background:#ffdbe0;font-size:.65rem}.filter-chip--active{border-color:#e97884;background:#fff1f3}.table-toolbar{display:flex;align-items:center;gap:.5rem}.table-toolbar__search{width:min(220px,42vw);height:34px;border:1px solid var(--stroke);border-radius:10px;padding:0 .65rem;background:#fff;color:var(--text);outline:none}.table-wrap{overflow-x:auto;border:1px solid var(--stroke);border-radius:10px;background:#fff}.data-table{width:100%;border-collapse:collapse;min-width:680px}.data-table th,.data-table td{border-bottom:1px solid var(--stroke);text-align:left;padding:.7rem .74rem;vertical-align:top;font-size:.8rem}.data-table th{background:#f7fafd;font-size:.66rem;text-transform:uppercase;letter-spacing:.08em;color:#7283a0}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr{transition:background-color .16s ease}.data-table tbody tr:hover td{background:#fbfdff}.case-cell strong,.case-cell small{display:block}.case-cell strong{font-size:.82rem}.case-cell small{margin-top:.16rem;color:var(--muted);font-size:.74rem}.row-actions{display:flex;gap:.35rem;align-items:center;flex-wrap:wrap}.row-action{border-color:var(--stroke);border-radius:8px;background:#fff;height:28px;padding:0 .56rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem}.row-action:disabled{cursor:not-allowed;opacity:.54}.kanban-grid{display:grid;grid-template-columns:repeat(5,minmax(180px,1fr));gap:.65rem;overflow:auto}.kanban-column{border:1px solid var(--stroke);border-radius:8px;background:var(--surface-alt);min-width:190px}.kanban-column>header{padding:.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--stroke)}.kanban-column>header span{font-size:.74rem;color:var(--muted)}.kanban-stack{display:grid;gap:.45rem;padding:.48rem}.kanban-card{border-color:var(--stroke);border-radius:7px;text-align:left;padding:.46rem;background:var(--surface)}.kanban-card p,.kanban-card small,.kanban-card strong{margin:0}.kanban-card p{font-size:.74rem;margin-top:.2rem}.kanban-card small{font-size:.66rem;color:var(--muted)}.kanban-meta{margin-top:.38rem;display:flex;justify-content:space-between;align-items:center}.kanban-empty{color:var(--muted);text-align:center;padding:.7rem .2rem;font-size:.77rem}.tracking-layout{display:grid;grid-template-columns:300px 1fr;gap:1rem}.tracking-queue .section-card__body{padding:.45rem}.queue-stack{display:grid;gap:.45rem;max-height:660px;overflow:auto;padding-right:.2rem}.queue-item{border-color:var(--stroke);border-radius:7px;background:var(--surface-alt);padding:.45rem;display:grid;gap:.34rem;text-align:left}.queue-item strong,.queue-item p,.queue-item small{margin:0}.queue-item strong{font-size:.72rem}.queue-item p{font-size:.76rem}.queue-item small{font-size:.66rem;color:var(--muted)}.queue-item--active{border-color:#ea7c88;background:#fff2f4}.tracking-main{display:grid;gap:1rem}.tracking-highlights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-bottom:.8rem}.tracking-highlights article{border:1px solid var(--stroke);border-radius:8px;background:var(--surface-alt);padding:.45rem}.tracking-highlights p,.tracking-highlights strong{margin:0}.tracking-highlights p{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.tracking-highlights strong{font-size:.94rem;margin-top:.24rem;display:block}.timeline{display:grid;gap:.55rem}.timeline-step{border:1px solid var(--stroke);border-radius:8px;padding:.46rem;display:grid;grid-template-columns:26px 1fr;gap:.5rem;align-items:center}.timeline-step__icon{width:24px;height:24px;border-radius:999px;display:grid;place-items:center}.timeline-step strong,.timeline-step p{margin:0}.timeline-step p{margin-top:.15rem;font-size:.67rem;color:var(--muted)}.timeline-step--done{border-color:#abdcc4;background:#eef9f3}.timeline-step--done .timeline-step__icon{background:#d8f2e5;color:var(--positive)}.timeline-step--active{border-color:#f3c7cd;background:#fff3f5}.timeline-step--active .timeline-step__icon{background:#ffd9de;color:var(--info)}.timeline-step--pending .timeline-step__icon{background:#edf2f6;color:#6f7f95}.document-item{border:1px solid var(--stroke);border-radius:7px;padding:.42rem;display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:.5rem;font-size:.74rem}.document-item strong{font-size:.74rem;color:var(--warning)}.document-item--done{border-color:#b3dfc8;background:#eefaf4}.document-item--done strong{color:var(--positive)}.company-cards,.team-utilization-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.company-card,.team-card{border:1px solid var(--stroke);border-radius:8px;background:var(--surface-alt);padding:.54rem}.company-card h3,.company-card p,.team-card h3,.team-card span,.team-card p{margin:0}.company-card p,.team-card p,.team-card span{color:var(--muted);font-size:.75rem}.company-kpis{margin-top:.55rem;display:grid;gap:.35rem}.company-kpis div{display:flex;justify-content:space-between;align-items:center}.company-kpis span{font-size:.73rem;color:var(--muted)}.company-kpis strong{font-size:.8rem}.team-card>header{display:flex;justify-content:space-between;gap:.5rem;align-items:baseline}.utilization-bar{margin-top:.52rem;height:8px;border-radius:999px;background:#f4d4d9;overflow:hidden}.utilization-bar span{display:block;height:100%;background:linear-gradient(90deg,#db4756 0%,#ef7c88 100%)}.team-card__meta{margin-top:.45rem;display:flex;justify-content:space-between;gap:.4rem}.team-card__meta small{font-size:.72rem;color:var(--muted)}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:.18rem .52rem;font-size:.66rem;font-weight:600;white-space:nowrap;border:1px solid transparent}.status-pill--slate{color:#4b5563;background:#f3f4f6;border-color:#e5e7eb}.status-pill--amber{color:#845f15;background:#fdf1d5;border-color:#f4deab}.status-pill--blue{color:#b42332;background:#ffe7ea;border-color:#fdcfd6}.status-pill--green{color:#176242;background:#dcf4e8;border-color:#b9e8cf}.status-pill--violet{color:#7a4250;background:#f8e7ea;border-color:#f1cfd5}.status-pill--red{color:#922d2d;background:#fee3e3;border-color:#f6bfc3}.location-status{display:inline-flex;align-items:center;padding:.12rem .42rem;border-radius:999px;font-size:.62rem;font-weight:600;border:1px solid}.location-status--active{color:#15803d;background:#ecfdf3;border-color:#b7ecc9}.location-status--inactive{color:#6b7280;background:#f3f4f6;border-color:#d7dce3}.empty-state{border:1px dashed #eabfc5;border-radius:8px;padding:.7rem;text-align:center;color:var(--muted);font-size:.74rem}.fade-up{animation:fadeUp .45s ease forwards;animation-delay:var(--delay, 0ms)}@keyframes pulseStatus{0%,to{border-color:#bfd0ee;background:#f3f8ff}50%{border-color:#9eb8e6;background:#eaf2ff}}.classic-button{border:1px solid var(--stroke);border-radius:9px;height:35px;padding:0 .72rem;font-size:.79rem;font-weight:600;display:inline-flex;align-items:center;gap:.3rem;background:#fff;color:#32415e;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.classic-button:hover:not(:disabled){transform:translateY(-1px);border-color:#c7d3e6;box-shadow:0 6px 12px #0f172a14}.classic-button:disabled{cursor:not-allowed;opacity:.6}.classic-button--danger{border-color:#e56b7a;background:linear-gradient(180deg,#f06477 0%,#df4258 100%);color:#fff;box-shadow:0 8px 16px #df425838}.classic-button--plain{border-color:#d5dfea;background:#f9fbff;color:#51617c}.classic-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.35);overflow-y:auto;z-index:70}.classic-modal__panel{width:min(640px,calc(100% - 2rem));margin:2rem auto;background:#fff;border:1px solid #d8e0ea;border-radius:12px;box-shadow:0 22px 36px #0f172a38;display:flex;flex-direction:column;overflow:hidden}.classic-modal__panel>form{display:flex;flex-direction:column}.classic-modal__header{padding:.62rem .9rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;border-bottom:1px solid #eceff3}.classic-modal__header-copy{display:grid;gap:.16rem}.classic-modal__header h3{margin:0;font-size:1rem;color:#111827}.classic-modal__header-subtitle{margin:0;color:#64748b;font-size:.78rem;line-height:1.35}.classic-modal__close{width:24px;height:24px;border:1px solid #d9dfe8;border-radius:8px;background:#f9fafb;color:#64748b;display:grid;place-items:center;cursor:pointer}.classic-modal__form{padding:.95rem;overflow-y:auto;display:grid;gap:.74rem;max-height:calc(100vh - 12rem)}.classic-modal__helper{margin:0;font-size:.8rem;color:#667085;border:1px solid var(--stroke);border-radius:10px;background:#f8fafc;padding:.65rem}.classic-modal__form label{display:grid;gap:.24rem}.classic-modal__form label>span{font-size:.66rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.required-mark{color:#dc2626;font-style:normal;font-weight:800}.classic-modal__form input,.classic-modal__form select{height:40px;border:1px solid #d4ddea;border-radius:10px;background:#fbfdff;font-size:.9rem;padding:0 .68rem;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.classic-modal__form input:focus,.classic-modal__form select:focus{border-color:#b7c9e3;background:#fff;box-shadow:0 0 0 3px #1d4ed81f}.classic-modal__form input[readonly]{background:#f2f5fa;color:#6b7280;cursor:not-allowed}.classic-modal__row2{display:grid;grid-template-columns:1fr 1fr;gap:.64rem}.classic-modal__row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.64rem}.classic-modal__footer{margin-top:.2rem;display:flex;justify-content:flex-end;gap:.5rem}.classic-modal__panel--wide{width:min(980px,calc(100% - 2rem))}.classic-modal__scroll{overflow-y:auto;max-height:calc(100vh - 10rem)}.classic-modal__scroll .classic-modal__form{max-height:none;overflow-y:visible}.classic-modal__footer--sticky{border-top:1px solid #eceff3;padding:.7rem .95rem;margin:0;background:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;flex-shrink:0}.classic-form-section{border:1px solid #d6dfeb;border-radius:10px;background:#f8fafd;padding:.58rem;display:grid;gap:.56rem}.classic-form-section__title{margin:0;font-size:.7rem;color:#51607a;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.role-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.role-choice-card{border:1px solid #d6deea;border-radius:10px;background:#fff;text-align:left;padding:.5rem;display:grid;gap:.4rem;cursor:pointer}.role-choice-card--active{border-color:#a8bbdb;background:#f4f8ff}.role-choice-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.role-choice-card__head strong{font-size:.94rem;color:#253247}.role-choice-card__dot{width:12px;height:12px;border-radius:50%;border:1px solid #b5c3d8;background:#fff}.role-choice-card__dot--active{border-color:#2563eb;box-shadow:inset 0 0 0 3px #2563eb}.role-choice-card p{margin:0;font-size:.73rem;color:#64748b;line-height:1.35}.role-choice-card__chips{display:flex;flex-wrap:wrap;gap:.24rem}.role-chip{font-size:.62rem;font-weight:600;color:#475467;border:1px solid #d7dfeb;border-radius:999px;padding:.08rem .38rem;background:#f8fafc}.role-chip--negative{color:#c2414a;border-color:#f2b9bf;background:#fff5f6}.classic-selection-note{border:1px solid #dce4ef;border-radius:10px;background:#fff;min-height:40px;padding:.4rem .58rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem}.classic-selection-note span{font-size:.74rem;color:#667085;font-weight:600}.classic-selection-note strong{font-size:.84rem;color:#1f2937}.classic-selection-note__count{min-width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d8e2f0;background:#f8fafc;color:#475467;font-weight:700}.classic-selection-note--empty{border-style:dashed;background:#f8fafc}.classic-selection-note--empty .classic-selection-note__count{border-color:#dde4ef;background:#f3f6fb;color:#64748b}.classic-selection-note--filled{border-color:#c6d7ee;background:#f6faff}.classic-selection-note--filled .classic-selection-note__count{border-color:#9db7dd;background:#e8f0ff;color:#1d4ed8}.classic-form-note{margin:0;font-size:.72rem;color:#667085}.search-select{position:relative}.search-select__trigger{width:100%;min-height:40px;border:1px solid #d4ddea;border-radius:10px;background:#fbfdff;color:#344054;text-align:left;padding:.48rem .68rem;font-size:.9rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.search-select__trigger:hover:not(:disabled),.search-select__trigger--open{border-color:#bccbe2;background:#fff}.search-select__trigger:focus-visible{border-color:#b7c9e3;box-shadow:0 0 0 3px #1d4ed81f}.search-select__trigger:disabled{cursor:not-allowed;opacity:.6}.search-select__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-select__value--placeholder{color:#98a2b3}.search-select__chevron{color:#667085;transition:transform .16s ease}.search-select__chevron--open{transform:rotate(180deg)}.search-select__panel{position:absolute;z-index:40;left:0;right:0;margin-top:.32rem;border:1px solid #dce1e8;border-radius:10px;background:#fff;box-shadow:0 12px 24px #0f172a24;padding:.42rem;display:grid;gap:.42rem}.search-select--up .search-select__panel{top:auto;bottom:calc(100% + .32rem);margin-top:0}.search-select__search-wrap{border:1px solid #dce1e8;border-radius:8px;min-height:34px;display:flex;align-items:center;gap:.34rem;padding:.34rem .5rem;color:#64748b;background:#fff}.search-select__search-wrap:focus-within{border-color:#b7c9e3;box-shadow:0 0 0 3px #1d4ed81a}.search-select__search{border:0!important;outline:0!important;width:100%;background:transparent!important;box-shadow:none!important;height:1.2rem!important;font-size:.84rem;color:#334155;padding:0!important}.search-select__search:focus::-moz-placeholder,.location-picker__search:focus::-moz-placeholder,.table-toolbar__search:focus::-moz-placeholder{color:transparent}.search-select__search:focus::placeholder,.location-picker__search:focus::placeholder,.table-toolbar__search:focus::placeholder{color:transparent}.catalog-actions{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.8rem}.catalog-toolbar__helper{margin:0;font-size:.82rem;color:#64748b}.catalog-tax-panel{border:1px solid #d5dfeb;border-radius:12px;overflow:hidden;margin-bottom:.82rem;background:#fff}.catalog-tax-panel__head{display:flex;justify-content:space-between;align-items:center;gap:.65rem;flex-wrap:wrap;padding:.7rem .8rem;border-bottom:1px solid #e2e8f0;background:#f8fbff}.catalog-tax-panel__head h3{margin:0;font-size:.92rem;color:#1f2937}.catalog-tax-panel__head p{margin:.16rem 0 0;font-size:.77rem;color:#667085}.catalog-tax-panel__actions{display:flex;align-items:center;gap:.42rem}.catalog-tax-panel .table-wrap,.catalog-tax-panel .empty-state{border:0;border-radius:0}.catalog-filter-bar{display:flex;align-items:flex-start;gap:.6rem;flex-wrap:wrap;margin-bottom:.78rem}.catalog-country-dropdown{position:relative;display:flex;align-items:center;gap:.28rem}.catalog-country-dropdown__trigger{gap:.38rem}.catalog-country-dropdown__trigger--active{border-color:#b9c9e0;background:#eef4fd;color:#1d4ed8}.catalog-country-dropdown__trigger--active svg{color:#1d4ed8}.catalog-country-dropdown__trigger .rotate-180{transform:rotate(180deg);transition:transform .18s ease}.catalog-country-dropdown__clear{width:24px;height:24px;border-radius:50%;border:1px solid #d5dfea;background:#f9fbff;color:#64748b;display:grid;place-items:center;cursor:pointer;transition:background .15s ease,border-color .15s ease}.catalog-country-dropdown__clear:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.catalog-country-dropdown__panel{position:absolute;top:calc(100% + 6px);left:0;z-index:50;background:#fff;border:1px solid #d5dfea;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;min-width:220px;max-width:280px;overflow:hidden}.catalog-country-dropdown__header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .7rem;border-bottom:1px solid #edf2f7;background:#f8fbff;font-size:.72rem;color:#64748b}.catalog-country-dropdown__header button{border:0;background:none;color:#1d4ed8;font-size:.72rem;cursor:pointer;padding:0;font-weight:600}.catalog-country-dropdown__header button:hover{text-decoration:underline}.catalog-country-dropdown__list{list-style:none;margin:0;padding:.3rem;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#c4d1e3 transparent}.catalog-country-dropdown__list::-webkit-scrollbar{width:5px}.catalog-country-dropdown__list::-webkit-scrollbar-thumb{background:#c4d1e3;border-radius:999px}.catalog-country-dropdown__option{display:flex;align-items:center;gap:.5rem;padding:.36rem .5rem;border-radius:7px;font-size:.79rem;color:#374151;cursor:pointer;transition:background .13s ease}.catalog-country-dropdown__option:hover{background:#f1f5fb}.catalog-country-dropdown__option--checked{background:#eef4fd;color:#1d4ed8;font-weight:600}.catalog-country-dropdown__option input[type=checkbox]{accent-color:#1d4ed8;width:14px;height:14px;flex-shrink:0;cursor:pointer}.catalog-active-tags{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.catalog-active-tag{display:inline-flex;align-items:center;gap:.28rem;padding:.2rem .42rem .2rem .5rem;border-radius:999px;border:1px solid #bfcfe8;background:#eef4fd;color:#1d4ed8;font-size:.72rem;font-weight:600;white-space:nowrap}.catalog-active-tag button{border:0;background:none;color:#5b7fbd;cursor:pointer;display:grid;place-items:center;padding:0;line-height:1;transition:color .13s ease}.catalog-active-tag button:hover{color:#dc2626}.catalog-groups{display:grid;gap:.78rem}.catalog-country-block{border:1px solid #d6dfeb;border-radius:12px;background:#fdfefe;overflow:hidden;min-width:0}.catalog-country-head{display:flex;align-items:center;justify-content:space-between;padding:.52rem .7rem;border-bottom:1px solid #e2e8f0;background:#f8fbff}.catalog-country-head strong{font-size:.8rem;color:#243248;letter-spacing:.02em}.catalog-country-head span{font-size:.72rem;color:#667085}.catalog-country-body{display:grid;gap:.58rem;padding:.56rem}.catalog-group{border:1px solid #d6dfeb;border-radius:9px;background:#fff;overflow:hidden;min-width:0}.catalog-group__head{background:linear-gradient(180deg,#f66274 0%,#df4258 100%);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.42rem .62rem}.catalog-group__head strong{font-size:.68rem;letter-spacing:.08em}.catalog-group__head span{font-size:.68rem;opacity:.95}.catalog-group__list{padding:.45rem;display:grid;gap:.42rem}.catalog-service-row{border:1px solid #dfe5ef;border-radius:9px;background:#fff;padding:.5rem .58rem;display:flex;justify-content:space-between;align-items:center;gap:.7rem;min-width:0}.catalog-service-row__main{flex:1;min-width:0}.catalog-service-row__main strong{display:block;font-size:.83rem;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-service-row__meta{display:flex;flex-wrap:wrap;gap:.28rem;margin-top:.22rem}.catalog-service-row__meta span{border:1px solid #d8e1ee;border-radius:999px;padding:.12rem .4rem;font-size:.66rem;color:#667085;background:#f8fafc}.catalog-service-row__actions{display:flex;align-items:center;gap:.34rem;flex-wrap:wrap;justify-content:flex-end;flex-shrink:0}.catalog-service-row__actions strong{color:#dc2626;font-size:.83rem;margin-right:.18rem}.catalog-empty{border:1px dashed #d7e0ec;border-radius:10px;background:#f9fbff;color:#667085;text-align:center;padding:.72rem;font-size:.8rem}.search-select__list{max-height:188px;overflow-y:auto;display:grid;gap:.26rem}.search-select__option{border:1px solid #dce1e8;border-radius:8px;background:#fff;min-height:36px;text-align:left;padding:.45rem .56rem;font-size:.82rem;color:#334155;cursor:pointer;transition:border-color .16s ease,background-color .16s ease}.search-select__option:hover{border-color:#c5d4e8;background:#f8fbff}.search-select__option--active{border-color:#93a8cf;background:#eef3ff;color:#1d4ed8;font-weight:600}.search-select__empty{border:1px dashed #d9e2f0;border-radius:8px;padding:.52rem;text-align:center;font-size:.76rem;color:#667085}.location-picker{position:relative}.location-picker__trigger{width:100%;height:40px;border:1px solid #dce1e8;border-radius:10px;background:#fff;color:#344054;text-align:left;padding:0 .68rem;font-size:.9rem;cursor:pointer}.location-picker__panel{position:absolute;z-index:30;left:0;right:0;margin-top:.32rem;border:1px solid #dce1e8;border-radius:10px;background:#fff;box-shadow:0 10px 18px #0f172a1f;padding:.45rem;display:grid;gap:.42rem}.location-picker--up .location-picker__panel{top:auto;bottom:calc(100% + .32rem);margin-top:0}.location-picker__search{height:34px;border:1px solid #dce1e8;border-radius:8px;padding:0 .55rem;font-size:.84rem;outline:none}.location-picker__search::-moz-placeholder,.search-select__search::-moz-placeholder{color:#94a3b8}.location-picker__search::placeholder,.search-select__search::placeholder{color:#94a3b8}.location-picker__list{max-height:180px;overflow-y:auto;display:grid;gap:.28rem}.location-picker__option{border:1px solid #dce1e8;border-radius:8px;background:#fff;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.34rem .5rem;font-size:.82rem;color:#344054;cursor:pointer}.location-picker__option--active{border-color:#93a8cf;background:#eff4ff}.location-picker__check{width:18px;height:18px;border-radius:5px;border:1px solid #cbd5e1;display:grid;place-items:center;font-size:.7rem;color:transparent}.location-picker__check--active{border-color:#2563eb;background:#2563eb;color:#fff}.location-picker__empty{border:1px dashed #d9e2f0;border-radius:8px;padding:.5rem;text-align:center;font-size:.76rem;color:#667085}.location-picker__footer{display:flex;justify-content:flex-end;padding-top:.1rem}.location-picker__done{border:1px solid #c9d6ea;background:#f8fbff;color:#1e3a8a;border-radius:8px;height:30px;padding:0 .7rem;font-size:.76rem;font-weight:700;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.location-picker__done:hover{border-color:#98b2d4;background:#edf4ff;transform:translateY(-1px)}.location-selected-tags{display:flex;flex-wrap:wrap;gap:.3rem}.location-selected-tags span{display:inline-flex;align-items:center;gap:4px;border:1px solid #d7dfeb;background:#f8fafc;color:#475467;border-radius:999px;padding:.15rem .44rem;font-size:.7rem;font-weight:600}.location-selected-tags span button{display:inline-flex;align-items:center;background:none;border:none;cursor:pointer;padding:0;color:#64748b;flex-shrink:0;line-height:1}.location-selected-tags span button:hover{color:#e53e3e}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (max-width: 1300px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.company-cards,.team-utilization-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.simple-grid{grid-template-columns:1fr}}@media (max-width: 1100px){.app-shell{grid-template-columns:72px 1fr}.sidebar-tagline,.sidebar-role-badge,.nav-item__label,.nav-group__title,.profile-info,.profile-name,.profile-title,.logout-button span{display:none}.sidebar-logo{width:38px;-o-object-fit:contain;object-fit:contain}.sidebar-brand{align-items:center;padding:.4rem 0 .8rem}.nav-item{justify-content:center;min-height:40px;padding:.5rem}.profile-chip{justify-content:center;padding:.5rem}.logout-button{padding:0 .5rem}.tracking-layout{grid-template-columns:1fr}}@media (max-width: 860px){.auth-card{grid-template-columns:1fr}.auth-hero{border-right:0;border-bottom:1px solid rgba(204,0,0,.2);padding:2rem;min-height:220px}.top-bar{align-items:flex-start;flex-direction:column}.top-bar__controls{width:100%;justify-content:flex-start}.search-field{min-width:min(420px,100%);width:100%}.insight-grid,.tracking-highlights{grid-template-columns:1fr}.kanban-grid{grid-template-columns:repeat(5,minmax(220px,1fr))}.role-choice-grid{grid-template-columns:1fr}.catalog-service-row{flex-direction:column;align-items:flex-start}.catalog-service-row__actions{width:100%;justify-content:flex-start}}@media (max-width: 700px){.app-shell{grid-template-columns:1fr;gap:.8rem;padding:.7rem}.sidebar{padding:.8rem;border-right:1px solid var(--stroke);border-bottom:1px solid var(--stroke);position:sticky;top:0;z-index:20}.brand-block div,.role-switcher{display:block}.nav-groups{display:flex;overflow-x:auto;gap:.65rem;padding-bottom:.2rem}.nav-group{min-width:-moz-max-content;min-width:max-content}.nav-group__title{display:none}.nav-list{display:flex;gap:.45rem}.nav-item{min-height:36px;padding:.45rem .58rem;justify-content:center}.nav-item__label,.sidebar-footer{display:none}.main-shell{min-height:calc(100vh - 110px)}.stats-grid,.stats-grid--three,.company-cards,.team-utilization-grid{grid-template-columns:1fr}.page-content{padding:.9rem}.table-toolbar{width:100%;justify-content:flex-end;flex-wrap:wrap}.table-toolbar__search{width:100%}.classic-modal__row2,.classic-modal__row3{grid-template-columns:1fr}}.notif-bell{position:relative}.notif-bell__btn{position:relative;display:flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:50%;border:none;background:transparent;color:var(--text-secondary, #6b7280);cursor:pointer;transition:background .15s,color .15s}.notif-bell__btn:hover{background:var(--bg-hover, #f3f4f6);color:var(--text-primary, #111827)}.notif-bell__badge{position:absolute;top:0;right:0;min-width:1.1rem;height:1.1rem;padding:0 .25rem;border-radius:9999px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:700;line-height:1.1rem;text-align:center}.notif-panel{z-index:9999;width:22rem;max-height:28rem;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 8px 24px #0000001f}.notif-panel__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6}.notif-panel__title{font-size:.875rem;font-weight:600;color:#111827}.notif-panel__mark-all{font-size:.75rem;color:#6366f1;border:none;background:none;cursor:pointer;padding:0}.notif-panel__mark-all:hover{text-decoration:underline}.notif-panel__body{overflow-y:auto;flex:1}.notif-panel__empty{padding:1.5rem;text-align:center;color:#9ca3af;font-size:.875rem}.notif-item{padding:.75rem 1rem;border-bottom:1px solid #f9fafb;cursor:default;transition:background .1s}.notif-item--unread{background:#f0f4ff;cursor:pointer}.notif-item--unread:hover{background:#e0e9ff}.notif-item__title{font-size:.8125rem;font-weight:600;color:#111827;margin:0 0 .2rem}.notif-item__msg{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4}.notif-config-intro{background:#f0f4ff;border:1px solid #c7d7fd;border-radius:.5rem;padding:.75rem 1rem;font-size:.8125rem;color:#374151;line-height:1.5;margin-bottom:1.25rem}.notif-config-intro p{margin:0}.pattern-chip{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.25rem;padding:.1rem .4rem;font-size:.75rem;font-family:monospace;color:#374151}.day-pills{display:flex;flex-wrap:wrap;gap:.35rem}.day-pill{background:#e0e7ff;color:#3730a3;font-size:.7rem;font-weight:600;border-radius:999px;padding:.15rem .55rem;white-space:nowrap}.day-chips{display:flex;flex-direction:column;gap:.5rem}.day-chips__tags{display:flex;flex-wrap:wrap;gap:.4rem;min-height:1.8rem}.day-chip{display:inline-flex;align-items:center;gap:.25rem;background:#e0e7ff;color:#3730a3;font-size:.75rem;font-weight:500;border-radius:999px;padding:.2rem .5rem .2rem .65rem}.day-chip button{border:none;background:none;cursor:pointer;color:inherit;padding:0;display:flex;align-items:center}.day-chips__input-row{display:flex;gap:.5rem;align-items:center}.day-chips__hint{font-size:.72rem;color:#9ca3af;margin:0}.recipients-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.recipient-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem}.recipient-row__info{flex:1;min-width:0}.recipient-row__name{display:block;font-size:.8125rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recipient-row__email{display:block;font-size:.72rem;color:#6b7280}.recipient-row__toggles{display:flex;gap:.5rem;flex-shrink:0}.toggle-pill{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;color:#374151;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:.2rem .5rem;border:1px solid #d1d5db;border-radius:999px;background:#fff;transition:background .1s,border-color .1s}.toggle-pill input[type=checkbox]{width:.75rem;height:.75rem;cursor:pointer;accent-color:#6366f1}.toggle-pill:has(input:checked){background:#e0e7ff;border-color:#818cf8;color:#3730a3}.add-recipient-form{margin-top:.75rem;padding:.875rem;background:#f9fafb;border:1px dashed #d1d5db;border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem}.add-recipient-form__type-tabs{display:flex;gap:.4rem}.tab-btn{padding:.3rem .85rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;font-size:.8rem;cursor:pointer;color:#374151;transition:all .12s}.tab-btn--active{background:#6366f1;border-color:#6366f1;color:#fff}.add-recipient-form__channels{display:flex;gap:.75rem;flex-wrap:wrap}.add-recipient-form__actions{display:flex;justify-content:flex-end;gap:.5rem}.form-error-banner{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;font-size:.8125rem;padding:.5rem .75rem;border-radius:.4rem}.secondary-button{height:36px;border-radius:10px;padding:0 .72rem;display:inline-flex;align-items:center;gap:.45rem;font-weight:600;font-size:.86rem;background:#fff;border:1px solid #d1d5db;color:#374151;cursor:pointer;transition:.18s ease}.secondary-button:hover{background:#f9fafb;border-color:#9ca3af}.classic-modal__title{margin:0;font-size:1.15rem;font-weight:700;color:#0f172a}.classic-modal__field{display:flex;flex-direction:column;gap:4px;margin-bottom:1rem}.classic-modal__field:last-child{margin-bottom:0}.classic-modal__label{font-size:.82rem;font-weight:600;color:#374151}.classic-modal__input{width:100%;padding:.45rem .65rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:6px;color:#111827;background:#fff;outline:none;box-sizing:border-box;transition:border-color .15s}.classic-modal__input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f11f}.classic-modal__hint{font-size:.76rem;color:#6b7280;line-height:1.4}.classic-modal__row2-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.55);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-card{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;width:100%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem .75rem;border-bottom:1px solid #f1f5f9}.modal-header h2{font-size:1rem;font-weight:600;color:#0f172a;margin:0}.modal-body{padding:1.1rem 1.4rem}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:.5rem}.hamburger-btn{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:var(--text);flex-shrink:0;transition:background .15s}.hamburger-btn:hover{background:#f1f5f9}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.5);z-index:299;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media (max-width: 768px){.auth-card{grid-template-columns:1fr;max-width:420px;width:100%}.auth-hero{display:none}}.mobile-shell{display:flex;flex-direction:column;min-height:100vh;background:var(--bg);overflow-x:hidden;width:100%;max-width:100vw}.mobile-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;background:var(--surface);border-bottom:1px solid var(--stroke);box-shadow:0 1px 4px #0f172a0f}.mobile-topbar__title{margin:0;font-size:1.05rem;font-weight:700;color:var(--text)}.mobile-topbar__right{display:flex;align-items:center;gap:6px}.mobile-fab{width:34px;height:34px;border-radius:10px;background:var(--brand);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #cc00004d;transition:opacity .15s}.mobile-fab:disabled{opacity:.4;cursor:default}.mobile-search-bar{padding:.5rem .75rem 0;background:var(--surface);border-bottom:1px solid var(--stroke)}.mobile-search-bar .search-field{width:100%;min-width:0}.mobile-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem;padding-bottom:80px;width:100%;max-width:100vw;box-sizing:border-box}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;background:var(--surface);border-top:1px solid var(--stroke);box-shadow:0 -2px 8px #0f172a14;padding-bottom:env(safe-area-inset-bottom,0)}.mobile-nav-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;border:none;background:none;cursor:pointer;color:var(--muted);font-size:.6rem;font-weight:500;line-height:1;transition:color .15s}.mobile-nav-btn--active{color:var(--brand)}.mobile-more-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.45);z-index:200}.mobile-more-drawer{position:fixed;bottom:0;left:0;right:0;z-index:201;background:var(--surface);border-radius:20px 20px 0 0;padding:1rem 1rem 0;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0));max-height:80vh;overflow-y:auto;box-shadow:0 -8px 32px #0f172a1f}.mobile-more-drawer__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--stroke);font-size:.95rem;font-weight:700;color:var(--text)}.mobile-more-close{width:30px;height:30px;border-radius:50%;border:none;background:var(--bg);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted)}.mobile-more-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1rem}.mobile-more-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:.85rem .5rem;border:none;background:var(--bg);cursor:pointer;font-size:.78rem;font-weight:500;color:var(--text);border-radius:12px;transition:background .12s,color .12s}.mobile-more-item--active{background:var(--brand-soft);color:var(--brand)}.mobile-more-item__icon{width:38px;height:38px;border-radius:10px;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--muted)}.mobile-more-item--active .mobile-more-item__icon{background:var(--brand-soft);color:var(--brand)}.mobile-more-footer{border-top:1px solid var(--stroke);padding:.85rem 0;display:flex;align-items:center;justify-content:space-between}.mobile-more-profile{display:flex;align-items:center;gap:10px}.mobile-more-avatar{width:36px;height:36px;border-radius:50%;background:var(--brand);color:#fff;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-more-profile__name{font-size:.85rem;font-weight:600;color:var(--text)}.mobile-more-profile__title{font-size:.72rem;color:var(--muted)}.mobile-logout-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--stroke);border-radius:8px;background:none;cursor:pointer;font-size:.8rem;color:var(--muted);transition:background .12s}.mobile-logout-btn:hover{background:var(--bg)}.case-cell--link{display:flex;flex-direction:column}.case-cell--link:hover strong{text-decoration:underline}.search-field{position:relative}.mobile-fab{min-width:44px;min-height:44px}.mobile-nav-btn{min-height:52px}.mobile-content{padding-bottom:calc(72px + env(safe-area-inset-bottom,16px))}.mobile-shell *{max-width:100%;min-width:0}.mobile-shell input,.mobile-shell select,.mobile-shell textarea{min-width:0;max-width:100%}.mobile-shell .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:10px}.mobile-shell .stats-grid,.mobile-shell .stats-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-shell .filter-row{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:2px;gap:6px}.mobile-shell .filter-row::-webkit-scrollbar{height:0}.mobile-shell .section-card{border-radius:10px;padding:.8rem}.mobile-shell .dashboard-mid-grid{grid-template-columns:1fr!important}.mobile-shell .fade-up>div>div[style*=auto-fit]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-shell .page-grid{gap:.75rem}.mobile-shell .section-card__action{flex-wrap:wrap;gap:6px}.mobile-shell .classic-button{min-height:36px;padding:6px 12px}.mobile-shell .row-actions{flex-wrap:wrap;gap:4px}.mobile-shell .row-actions button,.mobile-shell .icon-btn{min-width:36px;min-height:36px}.mobile-shell .section-card__header{flex-wrap:wrap;gap:8px}.mobile-shell .page-grid{overflow:hidden;width:100%}.mobile-shell .case-cell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.mobile-shell .classic-modal__panel,.mobile-shell .classic-modal__panel--wide{width:calc(100vw - 16px)!important;max-height:95vh!important;border-radius:16px}.mobile-shell .classic-modal__row2,.mobile-shell .classic-modal__row3{grid-template-columns:1fr!important}@media (max-width: 768px){.info-grid{grid-template-columns:1fr!important}.case-drawer-tabs{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.case-drawer-tabs::-webkit-scrollbar{height:0}.modal-card{max-height:92vh;border-radius:20px 20px 0 0;overflow-y:auto}.modal-overlay{align-items:flex-end;padding:0}.classic-modal__row2,.classic-modal__row2-grid,.classic-modal__row3{grid-template-columns:1fr}}@media (max-width: 900px){.dashboard-mid-grid{grid-template-columns:1fr!important}}html.dark{--bg: #0d1117;--bg-accent: #161b22;--surface: #1c2333;--surface-alt: #21293b;--stroke: #2d3748;--text: #e2e8f0;--muted: #94a3b8;--brand: #ff4444;--brand-strong: #ff2222;--brand-soft: #3d1515;--sidebar-bg: #070d17;--sidebar-text: #94a3b8;--sidebar-heading: #374151;--sidebar-active-bg: rgba(255, 68, 68, .18);--sidebar-active-text: #ff6666;--sidebar-hover-bg: rgba(255, 255, 255, .04);--shadow-md: 0 16px 32px rgba(0, 0, 0, .4);--shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 24px 48px rgba(0, 0, 0, .5);color-scheme:dark}html.dark body{background:var(--bg);color:var(--text)}html.dark .section-card,html.dark .modal-card,html.dark .stat-card{background:var(--surface);border-color:var(--stroke)}html.dark .data-table th{background:var(--surface-alt);color:var(--muted);border-color:var(--stroke)}html.dark .data-table td{border-color:var(--stroke);color:var(--text)}html.dark .data-table tr:hover td{background:var(--surface-alt)}html.dark .top-bar{background:var(--surface);border-color:var(--stroke)}html.dark .top-bar__title{color:var(--text)}html.dark .page-content{background:var(--bg)}html.dark .form-input,html.dark .form-select,html.dark select,html.dark input[type=text],html.dark input[type=email],html.dark input[type=date],html.dark textarea{background:var(--surface-alt);border-color:var(--stroke);color:var(--text)}html.dark .modal-overlay{background:rgba(0,0,0,.7)}html.dark .section-card__header{border-color:var(--stroke)}html.dark .section-card__title{color:var(--text)}html.dark .section-card__subtitle{color:var(--muted)}html.dark .classic-button,html.dark .btn--secondary{background:var(--surface-alt);border-color:var(--stroke);color:var(--text)}html.dark .filter-chip{background:var(--surface-alt);border-color:var(--stroke);color:var(--muted)}html.dark .filter-chip--active{background:var(--brand-soft);color:var(--brand);border-color:var(--brand)}html.dark .empty-state{color:var(--muted)}html.dark .table-wrap{border-color:var(--stroke)}html.dark .main-shell{background:var(--bg)}.session-warning{position:fixed;bottom:24px;right:24px;background:#1c2333;color:#e2e8f0;border-radius:12px;padding:14px 18px;display:flex;flex-direction:column;gap:10px;z-index:9000;box-shadow:0 8px 32px #0006;border-left:4px solid #f59e0b;max-width:320px;animation:slideInRight .3s ease}.session-warning__title{font-size:.85rem;font-weight:700;color:#f59e0b;margin:0}.session-warning__body{font-size:.8rem;color:#94a3b8;margin:0}.session-warning__actions{display:flex;gap:8px}@keyframes slideInRight{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}html.dark aside[style*="position: fixed"]{background:#1c2333!important;box-shadow:-8px 0 40px #00000080!important}html.dark aside[style*="position: fixed"] div[style*="background: #fafbfc"],html.dark aside[style*="position: fixed"] div[style*='background: "#fafbfc"']{background:#161b22!important}html.dark aside[style*="position: fixed"] div[style*="background: #fff"],html.dark aside[style*="position: fixed"] div[style*='background: "#fff"']{background:#1c2333!important}html.dark aside[style*="position: fixed"] p,html.dark aside[style*="position: fixed"] span,html.dark aside[style*="position: fixed"] h2{color:var(--text)}html.dark aside[style*="position: fixed"] [style*="color: #1e293b"],html.dark aside[style*="position: fixed"] [style*='color: "#1e293b"']{color:#e2e8f0!important}html.dark aside[style*="position: fixed"] [style*="color: #64748b"],html.dark aside[style*="position: fixed"] [style*='color: "#64748b"']{color:#94a3b8!important}html.dark aside[style*="position: fixed"] [style*='border: "1px solid #f1f5f9"'],html.dark aside[style*="position: fixed"] [style*="border: 1px solid #f1f5f9"]{border-color:#2d3748!important}html.dark div[style*="background: #0f172a"]{background:#070d17!important}html.dark .filter-row{background:var(--bg-accent)}html.dark [style*="background: #f1f5f9"][style*="border-radius: 10"]{background:#161b22!important}html.dark .stat-card--blue,html.dark .stat-card--green,html.dark .stat-card--amber{background:var(--surface);border-color:var(--stroke)}html.dark .stat-card strong{color:var(--text)}html.dark .stat-card p{color:var(--muted)}html.dark div[style*='background: "#fff"'][style*="border-radius: 14"],html.dark div[style*="background: #fff"][style*="border-radius: 14"]{background:var(--surface)!important;border-color:var(--stroke)!important}html.dark textarea{background:var(--surface-alt)!important;border-color:var(--stroke)!important;color:var(--text)!important}html.dark div[style*="background: rgba(15,23,42,0.35)"]{background:rgba(0,0,0,.6)!important}html.dark .top-bar__controls button{color:var(--text)}html.dark div[style*='background: "#fff"'][style*="border-radius: 12"][style*="zIndex: 9999"],html.dark div[style*="background: #fff"][style*="border-radius: 12"][style*="z-index: 9999"]{background:var(--surface)!important;border-color:var(--stroke)!important}html.dark div[style*="background: #fff"][style*="zIndex: 9999"] p{color:var(--text)!important}html.dark .row-action{color:var(--muted)}html.dark .row-action:hover{background:var(--surface-alt);color:var(--text)}@media (max-width: 768px){.notif-panel{width:min(22rem,calc(100vw - 1.5rem));max-width:calc(100vw - 1.5rem)}}@media (max-width: 768px){.classic-modal__panel,.classic-modal__panel--wide{margin:.5rem auto}}@media (max-width: 768px){.session-warning{bottom:calc(80px + env(safe-area-inset-bottom,8px));left:12px;right:12px;max-width:none}.session-warning__actions{flex-wrap:wrap}}.mobile-shell .data-table th,.mobile-shell .data-table td{padding:.45rem .55rem;font-size:.75rem}.mobile-shell .data-table th{font-size:.63rem}.mobile-content{-webkit-overflow-scrolling:touch}.mobile-shell .search-field>div{max-width:100%}@media (max-width: 768px){.classic-modal__overlay{padding:0;display:flex;flex-direction:column;justify-content:flex-start}}.mobile-shell .case-cell{max-width:100px;white-space:normal;word-break:break-word}.mobile-shell .section-card{overflow:hidden}.mobile-shell .table-toolbar{flex-direction:column;align-items:stretch;gap:8px}.mobile-shell .table-toolbar__search,.mobile-shell .table-toolbar select,.mobile-shell .table-toolbar input{width:100%}.mobile-shell .stat-card__value{font-size:clamp(1.1rem,5vw,1.5rem);word-break:break-all}.mobile-shell .mobile-hide{display:none!important}.mobile-shell .classic-modal__scroll{max-height:calc(90vh - 8rem)}.mobile-shell .classic-modal__input,.mobile-shell .classic-modal__select,.mobile-shell .classic-modal__textarea,.mobile-shell select,.mobile-shell textarea{font-size:16px!important}.mobile-shell .classic-modal__close{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.mobile-shell .classic-modal__footer .primary-button,.mobile-shell .classic-modal__footer .secondary-button,.mobile-shell .classic-modal__footer button{min-height:44px;padding:0 20px;font-size:.9rem}.mobile-shell .bulk-action-bar{bottom:calc(82px + env(safe-area-inset-bottom,8px))!important;left:12px!important;right:12px!important;transform:none!important;width:auto!important}.mobile-shell .cases-content{padding-right:0!important;transition:none!important}.mobile-shell .classic-modal__overlay{overflow-y:hidden;align-items:center;padding:0}.mobile-shell .classic-modal__panel,.mobile-shell .classic-modal__panel--wide{display:flex!important;flex-direction:column!important;max-height:95dvh!important;overflow:hidden!important;margin:auto!important}.mobile-shell .classic-modal__panel>form{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.mobile-shell .classic-modal__form{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.mobile-shell .classic-modal__footer--sticky{flex-shrink:0;position:relative!important;bottom:auto!important}.mobile-shell .classic-modal__footer{display:flex;flex-direction:row;justify-content:stretch;gap:.5rem;padding:.75rem 1rem}.mobile-shell .classic-modal__footer button{flex:1;min-height:44px;font-size:.88rem;justify-content:center}.mobile-shell .catalog-toolbar{flex-direction:column;align-items:stretch;gap:.6rem}.mobile-shell .catalog-toolbar__helper{font-size:.8rem}.mobile-shell .catalog-actions{display:flex;flex-wrap:nowrap;gap:.5rem}.mobile-shell .catalog-actions .classic-button{flex:1;justify-content:center;min-height:40px;font-size:.82rem}.mobile-shell .catalog-filter-bar{flex-direction:column;align-items:stretch}.mobile-shell .catalog-country-dropdown{width:100%}.mobile-shell .catalog-country-dropdown__trigger{width:100%;justify-content:space-between}.mobile-shell .catalog-country-dropdown__panel{max-width:100%;width:100%;left:0;right:0}.mobile-shell .catalog-country-body{padding:.6rem;gap:.6rem}.mobile-shell .catalog-group{border-radius:8px}.mobile-shell .catalog-group__head{padding:.5rem .7rem;margin-bottom:0}.mobile-shell .catalog-group__list{padding:.5rem;gap:.45rem}.mobile-shell .catalog-service-row{padding:.65rem;gap:.45rem;border-radius:8px}.mobile-shell .catalog-service-row__meta{gap:.35rem;margin-top:.3rem;flex-wrap:wrap}.mobile-shell .catalog-service-row__meta span{padding:.18rem .55rem;font-size:.7rem}.mobile-shell .catalog-service-row__actions{gap:.4rem;margin-top:.2rem}.mobile-shell .catalog-service-row__actions strong{font-size:.85rem;margin-right:auto}.mobile-shell .catalog-service-row__actions .classic-button{flex:1;justify-content:center;min-height:36px;font-size:.79rem;padding:0 10px}.mobile-shell .catalog-groups{padding-bottom:.75rem}@media print{.sidebar,.topbar,.mobile-shell .sidebar,.no-print,.report-actions,button{display:none!important}.app-shell,.layout,.page-grid,body{background:#fff!important;margin:0!important;padding:0!important}.section-card{box-shadow:none!important;border:1px solid #ddd!important;page-break-inside:avoid}table{width:100%!important;font-size:11px!important}a{color:inherit!important;text-decoration:none!important}}
