@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Crimson+Pro:ital,wght@0,400;0,600;1,400&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--forest:#163020;--forest-light:#1e4a2d;--forest-muted:#2d6b40;--forest-pale:#e8f0eb;--gold:#c5a84a;--gold-light:#e8d48b;--gold-pale:#faf3dc;--cream:#faf7f2;--cream-dark:#f0ebe3;--ink:#1a1a18;--ink-light:#4a4a42;--ink-muted:#8a897e;--ink-faint:#c4c3b8;--ink-strong:#163020;--white:#fff;--error:#b33a3a;--error-bg:#fef0f0;--error-border:#e8b0b0;--success:#2d6b40;--success-bg:#edf7f0;--success-border:#a8d4b5;--warn:#b38f1a;--warn-bg:#fdf8e8;--warn-border:#e0d090;--info:#2a5a8a;--info-bg:#eef4fa;--info-border:#a8c8e0;--border:#ddd9d0;--border-light:#eae7e0;--shadow-xs:0 1px 2px rgba(22,48,32,.04);--shadow-sm:0 1px 3px rgba(22,48,32,.06);--shadow-md:0 4px 16px rgba(22,48,32,.08);--shadow-lg:0 8px 32px rgba(22,48,32,.12);--radius:4px;--radius-md:6px;--radius-lg:8px;--font-display:"Outfit",system-ui,sans-serif;--font-body:"Outfit",system-ui,sans-serif;--font-accent:"Crimson Pro",Georgia,serif}html{font-size:16px;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 20% 50%,rgba(22,48,32,.015) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(197,168,74,.02) 0,transparent 50%),linear-gradient(180deg,var(--cream) 0,var(--cream-dark) 100%)}.edrep-header{position:sticky;top:0;z-index:40}.edrep-header-top{background:linear-gradient(135deg,var(--forest) 0,var(--forest-light) 60%,var(--forest-muted) 100%);border-bottom:1px solid hsla(0,0%,100%,.06);position:relative}.edrep-header-top:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold));z-index:1}.edrep-header-inner{max-width:82rem;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}.edrep-header-top .edrep-header-inner{height:3.5rem}.edrep-brand{gap:.75rem}.edrep-brand,.edrep-logo{display:flex;align-items:center}.edrep-logo{width:2.375rem;height:2.375rem;background:var(--gold);border-radius:var(--radius);justify-content:center;color:var(--ink-strong);box-shadow:0 2px 8px rgba(197,168,74,.25);flex-shrink:0}.edrep-brand-name{font-size:.9375rem;font-weight:800;color:var(--white);letter-spacing:-.02em;margin:0;line-height:1.2}.edrep-brand-sub{font-family:var(--font-accent);font-size:.6875rem;color:var(--gold-light);margin:0;font-style:italic}.edrep-user{display:flex;align-items:center;gap:.5rem}.edrep-status-dot{width:7px;height:7px;background:#4ade80;border-radius:50%;box-shadow:0 0 6px rgba(74,222,128,.4)}.edrep-avatar{width:2rem;height:2rem;background:var(--gold);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--ink-strong);font-size:.75rem;font-weight:800;flex-shrink:0}.edrep-user-info{display:flex;flex-direction:column;line-height:1.2}.edrep-user-name{color:var(--white);font-size:.75rem;font-weight:700}.edrep-user-role{color:var(--gold-light);font-size:.5625rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.edrep-logout{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.4);border-radius:var(--radius);padding:.375rem;cursor:pointer;transition:all .18s;display:flex;align-items:center}.edrep-logout:hover{background:hsla(0,0%,100%,.12);color:var(--white)}.edrep-header-nav{background:linear-gradient(135deg,var(--forest-light) 0,var(--forest-muted) 100%)}.edrep-header-nav .edrep-header-inner{height:2.625rem}.edrep-nav{display:flex;align-items:center;gap:.125rem;overflow-x:auto;scrollbar-width:none;width:100%}.edrep-nav::-webkit-scrollbar{display:none}.edrep-nav-item{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;color:hsla(0,0%,100%,.7)!important;text-decoration:none;font-size:.75rem;font-weight:500;border-radius:var(--radius);transition:all .18s;white-space:nowrap}.edrep-nav-item:hover{color:var(--white)!important;background:hsla(0,0%,100%,.1)}.edrep-nav-item svg{flex-shrink:0;opacity:.7}.edrep-nav-item:hover svg{opacity:1}.edrep-nav-sep{width:1px;height:1.125rem;background:hsla(0,0%,100%,.12);margin:0 .375rem;flex-shrink:0}.edrep-hamburger{display:none;background:none;border:none;color:hsla(0,0%,100%,.7);cursor:pointer;padding:.25rem;margin-right:.25rem;border-radius:var(--radius);transition:all .18s}.edrep-hamburger:hover{color:var(--white);background:hsla(0,0%,100%,.1)}.edrep-sidebar-overlay{position:fixed;inset:0;background:rgba(22,48,32,.6);backdrop-filter:blur(4px);z-index:100;visibility:hidden;opacity:0;transition:all .25s}.edrep-sidebar-overlay.open{visibility:visible;opacity:1}.edrep-sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:linear-gradient(180deg,var(--forest) 0,var(--forest-light) 100%);transform:translateX(-100%);transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;overflow-y:auto}.edrep-sidebar-overlay.open .edrep-sidebar{transform:translateX(0)}.edrep-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.edrep-sidebar-close{background:none;border:none;color:hsla(0,0%,100%,.4);cursor:pointer;padding:.375rem;border-radius:var(--radius);display:flex}.edrep-sidebar-close:hover{color:var(--white);background:hsla(0,0%,100%,.1)}.edrep-sidebar-user{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid hsla(0,0%,100%,.06)}.edrep-sidebar-links{flex:1;padding:.75rem}.edrep-sidebar-section{font-size:.5625rem;font-weight:700;color:var(--gold-light);text-transform:uppercase;letter-spacing:.1em;padding:.75rem .5rem .375rem;margin:0;opacity:.6}.edrep-sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;color:hsla(0,0%,100%,.65)!important;text-decoration:none;font-size:.8125rem;font-weight:500;border-radius:var(--radius-md);transition:all .18s;margin-bottom:.125rem}.edrep-sidebar-link:hover{color:var(--white)!important;background:hsla(0,0%,100%,.08)}.edrep-sidebar-footer{padding:1rem 1.25rem;border-top:1px solid hsla(0,0%,100%,.06);margin-top:auto}.edrep-sidebar-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.5);font-size:.75rem;font-weight:600;border-radius:var(--radius-md);cursor:pointer;font-family:inherit}.edrep-sidebar-logout:hover{background:hsla(0,0%,100%,.12);color:var(--white)}@media (max-width:768px){.edrep-hamburger{display:flex}.edrep-header-nav{display:none}.edrep-brand-text .edrep-brand-name{font-size:.8125rem}.edrep-brand-sub,.edrep-status-dot,.edrep-user-info{display:none}.edrep-header-top .edrep-header-inner{height:3rem}}.edrep-main{max-width:82rem;padding:1.5rem 1.25rem 3rem;margin:6.25rem auto 0}.page-title{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--ink-strong);letter-spacing:-.02em}.page-sub{font-size:.8125rem;color:var(--ink-muted);margin-top:.25rem}.callout{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-lg);margin-bottom:1rem;position:relative;animation:calloutIn .35s ease;border-left:4px solid transparent}.callout:before{content:"";position:absolute;top:-6px;left:1.5rem;width:12px;height:12px;transform:rotate(45deg);border-radius:2px 0 0 0}.callout-icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.0625rem}.callout-content{flex:1}.callout-title{font-size:.8125rem;font-weight:700;margin-bottom:.125rem}.callout-text{font-size:.8125rem;line-height:1.4}.callout-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;opacity:.4;font-size:1rem;line-height:1;padding:.25rem}.callout-close:hover{opacity:.8}.callout-success{background:var(--success-bg);border-color:var(--success);color:var(--success)}.callout-success:before{background:var(--success-bg);border-top:1px solid var(--success-border);border-left:1px solid var(--success-border)}.callout-success .callout-title{color:var(--success)}.callout-success .callout-text{color:var(--ink-light)}.callout-error{background:var(--error-bg);border-color:var(--error);color:var(--error)}.callout-error:before{background:var(--error-bg);border-top:1px solid var(--error-border);border-left:1px solid var(--error-border)}.callout-error .callout-title{color:var(--error)}.callout-error .callout-text{color:var(--ink-light)}.callout-warn{background:var(--warn-bg);border-color:var(--warn);color:var(--warn)}.callout-warn:before{background:var(--warn-bg);border-top:1px solid var(--warn-border);border-left:1px solid var(--warn-border)}.callout-warn .callout-title{color:var(--warn)}.callout-warn .callout-text{color:var(--ink-light)}.callout-info{background:var(--info-bg);border-color:var(--info);color:var(--info)}.callout-info:before{background:var(--info-bg);border-top:1px solid var(--info-border);border-left:1px solid var(--info-border)}.callout-info .callout-title{color:var(--info)}.callout-info .callout-text{color:var(--ink-light)}@keyframes calloutIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.callout[data-dismiss]{animation:calloutIn .35s ease,calloutOut .3s ease 5s forwards}@keyframes calloutOut{to{opacity:0;transform:translateY(-8px);height:0;padding:0;margin:0;overflow:hidden}}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden;transition:box-shadow .2s}.card:hover{box-shadow:var(--shadow-md)}.card-header{padding:.875rem 1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,rgba(22,48,32,.015),rgba(197,168,74,.015))}.card-header-title{font-family:var(--font-display);font-size:.8125rem;font-weight:700;color:var(--ink-strong)}.card-body{padding:1.25rem}.card-body-compact{padding:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;position:relative;overflow:hidden;box-shadow:var(--shadow-xs);transition:box-shadow .2s,transform .2s}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px}.stat-card.sc-forest:before{background:var(--forest)}.stat-card.sc-gold:before{background:var(--gold)}.stat-card.sc-success:before{background:var(--success)}.stat-card.sc-error:before{background:var(--error)}.stat-card.sc-info:before{background:var(--info)}.stat-val{font-family:var(--font-display);font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--ink-strong);line-height:1;font-variant-numeric:tabular-nums}.stat-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:.375rem}.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.tbl{width:100%;border-collapse:collapse;font-size:.8125rem;font-variant-numeric:tabular-nums}.tbl thead th{padding:.625rem .875rem;text-align:left;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-muted);border-bottom:2px solid var(--border);white-space:nowrap;background:var(--cream);position:sticky;top:0;z-index:1}.tbl tbody td{padding:.625rem .875rem;border-bottom:1px solid var(--border-light);color:var(--ink-light);vertical-align:middle}.tbl tbody tr:hover{background:rgba(22,48,32,.015)}.tbl tbody tr:last-child td{border-bottom:none}.tbl-compact td,.tbl-compact th{padding:.5rem .625rem}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;border-radius:9999px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.badge-forest{background:var(--forest-pale);color:var(--ink-strong)}.badge-gold{background:var(--gold-pale);color:var(--warn)}.badge-success{background:var(--success-bg);color:var(--success)}.badge-error{background:var(--error-bg);color:var(--error)}.badge-info{background:var(--info-bg);color:var(--info)}.badge-muted{background:var(--cream-dark);color:var(--ink-muted)}.badge-urgent{animation:urgentPulse 2s ease-in-out infinite}@keyframes urgentPulse{0%,to{opacity:1}50%{opacity:.6}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border-radius:var(--radius);font-family:var(--font-display);font-size:.8125rem;font-weight:600;border:1.5px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--forest);color:var(--gold-light);border-color:var(--ink-strong)}.btn-primary:hover{background:var(--forest-light);box-shadow:var(--shadow-md)}.btn-gold{background:var(--gold);color:var(--forest);border-color:var(--gold)}.btn-gold:hover{background:var(--gold-light)}.btn-outline{background:transparent;color:var(--ink-strong);border-color:var(--border)}.btn-outline:hover{border-color:var(--ink-strong);background:var(--forest-pale)}.btn-danger{background:var(--error);color:var(--white);border-color:var(--error)}.btn-danger:hover{background:#992d2d}.btn-success{background:var(--success);color:var(--white);border-color:var(--success)}.btn-success:hover{background:var(--forest-muted);border-color:var(--forest-muted)}.btn-outline-danger{background:transparent;color:var(--error);border-color:var(--error-border)}.btn-outline-danger:hover{background:var(--error);color:var(--white);border-color:var(--error)}.btn-sm{padding:.3125rem .625rem;font-size:.6875rem}.btn-xs{padding:.1875rem .5rem;font-size:.625rem}.fi{width:100%;padding:.625rem .75rem;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--ink);transition:border-color .2s,box-shadow .2s}.fi::-moz-placeholder{color:var(--ink-faint);font-weight:400}.fi::placeholder{color:var(--ink-faint);font-weight:400}.fi:focus{outline:none;border-color:var(--forest-muted);box-shadow:0 0 0 3px rgba(22,48,32,.08)}.fi:disabled,.fi[readonly]{background:var(--cream);color:var(--ink-muted);cursor:not-allowed}select.fi{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%238a897e' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-size:1.125rem;background-position:right .625rem center;background-repeat:no-repeat;padding-right:2.25rem}textarea.fi{resize:vertical;min-height:3rem}.fl{display:flex;flex-direction:column;gap:.25rem}.fl label{font-size:.6875rem;font-weight:600;color:var(--ink-light);text-transform:uppercase;letter-spacing:.06em}.fl label .req{color:var(--error)}.fl label .hint{color:var(--ink-muted);text-transform:none;letter-spacing:normal;font-weight:400;font-style:italic;font-family:var(--font-accent)}.modal-overlay{display:none;position:fixed;inset:0;z-index:200;background:rgba(22,48,32,.5);backdrop-filter:blur(4px);justify-content:center;align-items:center;padding:1rem}.modal-overlay.open{display:flex}.modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:32rem;animation:modalIn .25s ease}.modal-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.modal-title{font-family:var(--font-display);font-weight:700;font-size:.9375rem;color:var(--ink-strong)}.modal-close{background:none;border:none;cursor:pointer;color:var(--ink-muted);font-size:1.25rem;padding:.25rem}.modal-body{padding:1.25rem}.modal-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;gap:.5rem;justify-content:flex-end}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.turnaround-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.turnaround-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1rem;display:flex;align-items:center;gap:.875rem}.turnaround-icon{width:2.5rem;height:2.5rem;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}.turnaround-icon.ti-forest{background:var(--forest-pale);color:var(--ink-strong)}.turnaround-icon.ti-gold{background:var(--gold-pale);color:var(--warn)}.turnaround-icon.ti-success{background:var(--success-bg);color:var(--success)}.turnaround-val{font-family:var(--font-display);font-size:1.125rem;font-weight:800;color:var(--ink-strong)}.turnaround-label{font-size:.625rem;color:var(--ink-muted);font-weight:500}.tabs{display:flex;gap:0;border-bottom:2px solid var(--border);margin-bottom:1rem;overflow-x:auto}.tab{padding:.625rem 1rem;font-size:.75rem;font-weight:600;color:var(--ink-muted);cursor:pointer;margin-bottom:-2px;transition:all .2s;white-space:nowrap;background:none;border:none;border-bottom:2px solid transparent;font-family:var(--font-display)}.tab.active,.tab:hover{color:var(--ink-strong)}.tab.active{border-bottom-color:var(--gold)}.fade-in{opacity:0;transform:translateY(12px);animation:fadeInUp .4s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.empty-state{text-align:center;padding:3rem 1rem;color:var(--ink-muted);font-size:.875rem}.empty-state-icon{font-size:2rem;opacity:.3;margin-bottom:.5rem}.empty-state-sub{font-size:.75rem;color:var(--ink-faint);margin-top:.25rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{display:grid;gap:1rem}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (min-width:641px) and (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}.flex-between{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.mb-1{margin-bottom:1rem}.mb-1-5{margin-bottom:1.5rem}.mt-1{margin-top:1rem}.gap-1{gap:1rem}.text-right{text-align:right}.text-center{text-align:center}.font-bold{font-weight:700}.font-mono{font-variant-numeric:tabular-nums}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-muted{color:var(--ink-muted)}.text-faint{color:var(--ink-faint)}.fs-10{font-size:.625rem}.fs-11{font-size:.6875rem}.fs-13{font-size:.8125rem}.fs-14{font-size:.875rem}.mono,.mono-strong{font-family:monospace}.mono-strong,.val-strong{color:var(--ink-strong)}.val-strong{font-weight:700;font-size:.875rem}.btn-icon{background:none;border:none;cursor:pointer;color:var(--ink-muted)}.stack{display:flex;flex-direction:column;gap:1.25rem}.hstack{display:flex;align-items:center;gap:.75rem}.card-empty{text-align:center;padding:2.5rem;color:var(--ink-muted)}.chart-container{position:relative;height:280px}.chart-container canvas{max-height:100%}@media print{.app-backdrop,.app-sidebar,.app-topbar,.edrep-header,.edrep-sidebar-overlay{display:none!important}body{background:#fff}.card{box-shadow:none;border:1px solid #ddd}.stat-card{-moz-column-break-inside:avoid;break-inside:avoid}}:root{--st-pending:#c2922a;--st-pending-soft:#fbf3e0;--st-edit:#b33a3a;--st-edit-soft:#fbecec;--st-verified:#2a6f97;--st-verified-soft:#e9f1f7;--st-invoiced:#1f8a8a;--st-invoiced-soft:#e6f4f4;--st-assigned:#2d6b40;--st-assigned-soft:#e9f3ec;--st-completed:#163020;--st-completed-soft:#e8efea;--st-retrieved:#5b4a8a;--st-retrieved-soft:#efeaf7;--sp-1:.25rem;--sp-2:.5rem;--sp-3:.75rem;--sp-4:1rem;--sp-5:1.5rem;--sp-6:2rem;--sp-7:3rem}.app-shell{display:flex;min-height:100vh;align-items:stretch}.app-sidebar{width:252px;flex-shrink:0;background:linear-gradient(180deg,#0d1f14,#14271b);border-right:1px solid rgba(197,168,74,.16);display:flex;flex-direction:column;position:sticky;top:0;align-self:flex-start;height:100vh;overflow-y:auto;z-index:50}.app-content{flex:1;min-width:0;display:flex;flex-direction:column}.sb-brand{gap:.75rem;padding:1.15rem 1.25rem;border-bottom:1px solid rgba(197,168,74,.12)}.sb-brand,.sb-logo{display:flex;align-items:center}.sb-logo{width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:.5rem;background:linear-gradient(135deg,#e8d48b,#c5a84a);justify-content:center;color:#163020;box-shadow:0 2px 10px rgba(197,168,74,.25)}.sb-brand-name{color:#fff;font-family:var(--font-display);font-weight:800;font-size:.95rem;letter-spacing:-.02em;line-height:1.1;margin:0}.sb-brand-sub{color:var(--gold-light);font-family:var(--font-accent);font-style:italic;font-size:.6875rem;margin:0}.sb-user{gap:.7rem;padding:.9rem 1.25rem;border-bottom:1px solid rgba(197,168,74,.1)}.sb-avatar,.sb-user{display:flex;align-items:center}.sb-avatar{width:2.1rem;height:2.1rem;flex-shrink:0;border-radius:.5rem;background:linear-gradient(135deg,#c5a84a,#a8893a);justify-content:center;color:#163020;font-weight:800;font-size:.8125rem}.sb-user-name{color:#fff;font-size:.8125rem;font-weight:700;line-height:1.2}.sb-user-role{color:hsla(0,0%,100%,.4);font-size:.625rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.sb-nav{flex:1;padding:.85rem .7rem}.sb-section{color:var(--gold-light);opacity:.55;font-size:.5625rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;padding:1rem .65rem .4rem;margin:0;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sb-section:after{content:"⌄";font-size:.8rem;line-height:1;opacity:.7;transition:transform .16s}.sb-section.collapsed:after{transform:rotate(-90deg)}.sb-section:hover{opacity:.85}.sb-link{display:flex;align-items:center;gap:.7rem;padding:.6rem .7rem;margin-bottom:.1rem;border-radius:.5rem;color:hsla(0,0%,100%,.62)!important;text-decoration:none;font-size:.825rem;font-weight:500;transition:all .16s;position:relative}.sb-link svg{width:17px;height:17px;flex-shrink:0;opacity:.6;transition:opacity .16s}.sb-link:hover{color:#fff!important;background:rgba(197,168,74,.1)}.sb-link:hover svg{opacity:.95}.sb-link.active{color:#fff!important;background:linear-gradient(90deg,rgba(197,168,74,.18),rgba(197,168,74,.04));font-weight:600}.sb-link.active svg{opacity:1;color:var(--gold-light)}.sb-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--gold);border-radius:0 3px 3px 0}.sb-footer{padding:.9rem 1.1rem;border-top:1px solid rgba(197,168,74,.1)}.sb-logout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem;border-radius:.5rem;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.55);font-size:.75rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .16s}.sb-logout:hover{background:rgba(197,168,74,.12);color:var(--gold-light);border-color:rgba(197,168,74,.25)}.app-topbar{display:none;align-items:center;gap:.75rem;height:3.25rem;padding:0 1rem;background:linear-gradient(135deg,#0d1f14,#163020);border-bottom:2px solid rgba(197,168,74,.25);position:sticky;top:0;z-index:40}.app-topbar-btn{background:none;border:none;color:hsla(0,0%,100%,.85);cursor:pointer;padding:.25rem;display:flex}.app-topbar-brand{color:#fff;font-family:var(--font-display);font-weight:800;font-size:.9rem;letter-spacing:-.01em}.app-backdrop{display:none;position:fixed;inset:0;background:rgba(13,31,20,.6);backdrop-filter:blur(3px);z-index:49}@media (max-width:1024px){.app-sidebar{position:fixed;top:0;left:0;bottom:0;height:100vh;transform:translateX(-100%);transition:transform .28s cubic-bezier(.16,1,.3,1);box-shadow:0 0 40px rgba(0,0,0,.4)}.app-sidebar.open{transform:translateX(0)}.app-backdrop.open{display:block}.app-topbar{display:flex}}.edrep-main{max-width:78rem;margin:0 auto;padding:2rem 2rem 4rem;width:100%}@media (max-width:768px){.edrep-main{padding:1.25rem 1rem 3rem}}@media (max-width:640px){.tbl-compact td form[style*=flex]{flex-direction:column;align-items:stretch;gap:.35rem}.tbl-compact td form .fi{width:100%!important}}.page-title{font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.page-sub{font-size:.875rem;margin-top:.3rem}.stats-grid{gap:1.15rem;margin-bottom:1.75rem}.stat-card{padding:1.35rem 1.4rem}.stat-val{font-size:1.95rem}.stat-label{font-size:.625rem;color:var(--ink-muted);margin-top:.45rem}.badge-pending{background:var(--st-pending-soft);color:var(--st-pending)}.badge-edit{background:var(--st-edit-soft);color:var(--st-edit)}.badge-verified{background:var(--st-verified-soft);color:var(--st-verified)}.badge-invoiced{background:var(--st-invoiced-soft);color:var(--st-invoiced)}.badge-assigned{background:var(--st-assigned-soft);color:var(--st-assigned)}.badge-completed{background:var(--st-completed-soft);color:var(--st-completed)}.badge-retrieved{background:var(--st-retrieved-soft);color:var(--st-retrieved)}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:0 0 .9rem}.section-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--ink-strong);letter-spacing:-.01em}.section-note{font-size:.75rem;color:var(--ink-muted)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.15rem;margin-bottom:1.75rem}.kpi{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.35rem 1.4rem;box-shadow:var(--shadow-xs);position:relative;overflow:hidden}.kpi:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--forest);opacity:0}.kpi-accent:before{opacity:1}.kpi-label{font-size:.6875rem;font-weight:600;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.06em}.kpi-val{font-family:var(--font-display);font-size:2.1rem;font-weight:800;color:var(--ink-strong);letter-spacing:-.03em;line-height:1.05;margin-top:.35rem;font-variant-numeric:tabular-nums}.kpi-foot{color:var(--ink-muted);margin-top:.45rem;display:flex;gap:.4rem}.delta,.kpi-foot{font-size:.75rem;align-items:center}.delta{display:inline-flex;gap:.15rem;font-weight:700;font-variant-numeric:tabular-nums}.delta-up{color:var(--success)}.delta-down{color:var(--error)}.delta-flat{color:var(--ink-muted)}.funnel{display:flex;flex-direction:column;gap:.55rem}.funnel-row{display:grid;grid-template-columns:7.5rem 1fr 4.5rem;align-items:center;gap:.85rem}.funnel-name{font-size:.8125rem;font-weight:600;color:var(--ink-light);display:flex;align-items:center;gap:.45rem}.funnel-dot{width:.6rem;height:.6rem;border-radius:50%;flex-shrink:0}.funnel-track{height:1.5rem;background:var(--cream-dark);overflow:hidden}.funnel-fill,.funnel-track{border-radius:var(--radius-md)}.funnel-fill{height:100%;min-width:3px;transition:width .5s cubic-bezier(.16,1,.3,1)}.funnel-meta{font-size:.8125rem;font-weight:700;color:var(--ink-strong);font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.funnel-meta small{display:block;font-size:.625rem;font-weight:500;color:var(--ink-muted)}.attn{display:flex;flex-direction:column}.attn-item{display:flex;align-items:center;gap:.75rem;padding:.7rem .25rem;border-bottom:1px solid var(--border-light)}.attn-item:last-child{border-bottom:none}.attn-icon{width:2rem;height:2rem;flex-shrink:0;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.attn-body{flex:1;min-width:0}.attn-title{font-size:.8125rem;font-weight:600;color:var(--ink)}.attn-sub{font-size:.6875rem;color:var(--ink-muted)}.attn-count{font-family:var(--font-display);font-size:1.15rem;font-weight:800;color:var(--ink-strong);font-variant-numeric:tabular-nums}.rank{display:flex;flex-direction:column;gap:.65rem}.rank-row{display:grid;grid-template-columns:1.4rem 1fr auto;align-items:center;gap:.7rem}.rank-no{font-size:.6875rem;font-weight:700;color:var(--ink-faint);text-align:center}.rank-bar-wrap{display:flex;flex-direction:column;gap:.28rem;min-width:0}.rank-name{font-size:.8125rem;font-weight:600;color:var(--ink-light);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rank-track{height:.4rem;background:var(--cream-dark);border-radius:9999px;overflow:hidden}.rank-fill{height:100%;background:linear-gradient(90deg,var(--forest-muted),var(--forest));border-radius:9999px}.rank-val{font-size:.8125rem;font-weight:700;color:var(--ink-strong);font-variant-numeric:tabular-nums}.dash-cols{display:grid;grid-template-columns:1.6fr 1fr;gap:1.25rem;align-items:start}@media (max-width:900px){.dash-cols{grid-template-columns:1fr}}.period-seg{display:inline-flex;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-md);padding:2px;gap:2px}.period-opt{padding:.32rem .7rem;font-size:.7rem;font-weight:600;color:var(--ink-muted);text-decoration:none;border-radius:calc(var(--radius-md) - 1px);text-transform:capitalize;transition:all .15s;font-family:var(--font-display)}.period-opt:hover{color:var(--ink-strong)}.period-opt.active{background:var(--forest);color:var(--gold-light)}.tone-error{background:var(--error-bg);color:var(--error)}.tone-warn{background:var(--warn-bg);color:var(--warn)}.tone-info{background:var(--info-bg);color:var(--info)}.tone-success{background:var(--success-bg);color:var(--success)}.toast-host{position:fixed;top:1rem;right:1rem;z-index:300;display:flex;flex-direction:column;gap:.5rem;max-width:min(92vw,24rem)}.toast{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem .9rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);font-size:.8125rem;font-weight:600;border-left:4px solid;background:var(--white);animation:toastIn .3s ease,toastOut .4s ease 6s forwards}.toast-error{border-color:var(--error);color:var(--error)}.toast-success{border-color:var(--success);color:var(--success)}.toast-icon{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.05rem}.toast-close{margin-left:auto;background:none;border:none;cursor:pointer;opacity:.4;font-size:1rem;line-height:1;padding:0 .15rem;color:inherit}.toast-close:hover{opacity:.8}@keyframes toastIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes toastOut{to{opacity:0;transform:translateX(20px);visibility:hidden}}:focus-visible{outline:2px solid var(--forest-muted);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;transition-duration:.001ms!important}}html[data-theme=dark]{--cream:#101a13;--cream-dark:#0c140e;--white:#18271d;--ink:#e9e5da;--ink-light:#c5c2b5;--ink-muted:#949789;--ink-faint:#646a5e;--ink-strong:#eee9dd;--border:#2c3c32;--border-light:#243029;--forest-pale:#1e3727;--gold-pale:#2c2815;--success-bg:#16281d;--error-bg:#2b1818;--warn-bg:#2a2410;--info-bg:#142635;--st-pending:#dcc06a;--st-pending-soft:#2a2410;--st-edit:#e7948f;--st-edit-soft:#2b1818;--st-verified:#86b5dc;--st-verified-soft:#142635;--st-invoiced:#5fb6b6;--st-invoiced-soft:#102827;--st-assigned:#74b88a;--st-assigned-soft:#16281d;--st-completed:#cfe0d4;--st-completed-soft:#1e3727;--st-retrieved:#b6a5e4;--st-retrieved-soft:#241d38;--shadow-xs:0 1px 2px rgba(0,0,0,.3);--shadow-sm:0 1px 3px rgba(0,0,0,.35);--shadow-md:0 4px 16px rgba(0,0,0,.45);--shadow-lg:0 8px 32px rgba(0,0,0,.55)}html[data-theme=dark] .badge-error,html[data-theme=dark] .callout-error,html[data-theme=dark] .callout-error .callout-title,html[data-theme=dark] .toast-error,html[data-theme=dark] .tone-error{color:#e7948f}html[data-theme=dark] .badge-success,html[data-theme=dark] .callout-success,html[data-theme=dark] .callout-success .callout-title,html[data-theme=dark] .toast-success,html[data-theme=dark] .tone-success{color:#74b88a}html[data-theme=dark] .badge-gold,html[data-theme=dark] .callout-warn,html[data-theme=dark] .callout-warn .callout-title,html[data-theme=dark] .tone-warn{color:#e0c46e}html[data-theme=dark] .callout-info,html[data-theme=dark] .callout-info .callout-title,html[data-theme=dark] .tone-info{color:#86b5dc}html[data-theme=dark] .callout .callout-text{color:var(--ink-light)}.sb-theme{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.5rem .6rem;margin-bottom:.5rem;border-radius:.5rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);color:hsla(0,0%,100%,.6);font-size:.7rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .16s}.sb-theme:hover{background:rgba(197,168,74,.1);color:var(--gold-light)}.sb-theme svg{width:15px;height:15px;flex-shrink:0}.sb-theme .sb-theme-sun{display:none}html[data-theme=dark] .sb-theme .sb-theme-sun{display:inline}html[data-theme=dark] .sb-theme .sb-theme-moon{display:none}#nav-progress{position:fixed;top:0;left:0;height:2px;width:0;background:linear-gradient(90deg,var(--gold),var(--gold-light));z-index:9999;opacity:0;transition:width .2s ease,opacity .3s ease;box-shadow:0 0 8px rgba(197,168,74,.5)}#nav-progress.active{opacity:1}