:root{--primary:#036;--primary-light:#048;--primary-dark:#024;--accent:#06c;--success:#28a745;--warning:#ffc107;--danger:#dc3545;--gray-50:#f8f9fa;--gray-100:#e9ecef;--gray-200:#dee2e6;--gray-300:#ced4da;--gray-500:#6c757d;--gray-700:#495057;--gray-900:#212529;--white:#fff;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono:"Courier New", Courier, monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--gray-900);background:var(--gray-50);line-height:1.6}.demo-stakeholder-banner{color:var(--white);text-align:center;background:linear-gradient(90deg,#6f42c1 0%,#5a32a3 100%);flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:.4rem 1.25rem;font-size:.8125rem;display:flex}.demo-stakeholder-banner--login{border-radius:6px;margin-bottom:1rem}.demo-stakeholder-banner .demo-banner-link{color:var(--white);white-space:nowrap;font-weight:600;text-decoration:underline}.demo-stakeholder-banner .demo-banner-link:hover{opacity:.92}.app-layout{flex-direction:column;min-height:100vh;display:flex}.app-header{background:var(--primary);color:var(--white);justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;box-shadow:0 2px 4px #0000001a}.header-brand h1{font-size:1.25rem;font-weight:600}.header-subtitle{opacity:.8;font-size:.75rem}.header-nav{gap:1.5rem;display:flex}.header-nav a{color:var(--white);opacity:.9;font-size:.9rem;text-decoration:none}.header-nav a:hover{opacity:1;text-decoration:underline}.header-user{font-size:.9rem}.app-body{flex:1;display:flex}.sidebar{background:var(--white);border-right:1px solid var(--gray-200);width:220px;padding:1rem 0}.sidebar nav ul{list-style:none}.sidebar nav a{color:var(--gray-700);border-left:3px solid #0000;padding:.6rem 1.25rem;font-size:.9rem;text-decoration:none;display:block}.sidebar nav a:hover{background:var(--gray-50);color:var(--primary)}.sidebar nav a.active{color:var(--primary);background:var(--gray-50);border-left-color:var(--primary);font-weight:600}.sidebar-info{border-top:1px solid var(--gray-200);color:var(--gray-500);margin-top:2rem;padding:1rem 1.25rem;font-size:.8rem}.sidebar-info h4{text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem}.main-content{flex:1;max-width:1200px;padding:1.5rem 2rem}.app-footer{background:var(--gray-100);border-top:1px solid var(--gray-200);text-align:center;color:var(--gray-500);padding:1rem 1.5rem;font-size:.8rem}.app-footer a{color:var(--accent);text-decoration:none}.dashboard h2{margin-bottom:1.5rem}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:1.5rem}.card h3{color:var(--primary);margin-bottom:.5rem;font-size:1.1rem}.card p{color:var(--gray-500);margin-bottom:1rem;font-size:.9rem}.btn{cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;text-decoration:none;transition:background .2s;display:inline-block}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--primary-light)}.btn-secondary{background:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover:not(:disabled){background:var(--gray-300)}.btn-success{background:var(--success);color:var(--white)}.btn-warning{background:var(--warning);color:var(--gray-900)}.btn-danger{background:var(--danger);color:var(--white)}.btn-small{padding:.25rem .5rem;font-size:.8rem}.form-section{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;margin-bottom:1rem;padding:1.5rem}.form-section h3{color:var(--primary);margin-bottom:.5rem;font-size:1.1rem}.form-group{margin-bottom:1rem}.form-group label{color:var(--gray-700);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--gray-300);width:100%;font-size:.9rem;font-family:var(--font-sans);border-radius:4px;padding:.5rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #0066cc26}.form-row{align-items:flex-end;gap:1rem;display:flex}.form-row .form-group{flex:1}.filter-row{gap:1rem;margin-bottom:1rem;display:flex}.filter-row .form-group{flex:1}.checkbox label{align-items:center;gap:.5rem;font-weight:400;display:flex}.checkbox input[type=checkbox]{width:auto}.info-text{color:var(--gray-500);margin-bottom:1rem;font-size:.85rem}.alert{border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert-error{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb}.filing-wizard h2{margin-bottom:1rem}.wizard-steps{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;gap:.25rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex}.wizard-step{color:var(--gray-500);border-radius:4px;flex:1;align-items:center;gap:.5rem;padding:.5rem;font-size:.8rem;display:flex}.wizard-step.active{background:var(--primary);color:var(--white);font-weight:600}.wizard-step.completed{color:var(--success)}.step-number{background:var(--gray-200);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:inline-flex}.wizard-step.active .step-number{background:#fff3}.wizard-step.completed .step-number{background:var(--success);color:var(--white)}.wizard-nav{justify-content:space-between;margin-top:1rem;display:flex}.court-list{gap:.5rem;max-height:400px;display:grid;overflow-y:auto}.court-card{border:1px solid var(--gray-200);cursor:pointer;border-radius:4px;padding:.75rem 1rem;transition:border-color .2s}.court-card:hover{border-color:var(--accent)}.court-card.selected{border-color:var(--primary);background:#f0f5ff}.court-card h4{color:var(--primary);font-size:.95rem}.court-card p{color:var(--gray-500);font-size:.8rem}.case-type-list{gap:.5rem;display:grid}.case-type-card{border:1px solid var(--gray-200);cursor:pointer;border-radius:4px;padding:.75rem 1rem}.case-type-card:hover{border-color:var(--accent)}.case-type-card.selected{border-color:var(--primary);background:#f0f5ff}.case-type-header{justify-content:space-between;align-items:center;display:flex}.case-type-fee{color:var(--primary);font-weight:700}.case-type-category{color:var(--gray-500);text-transform:uppercase;font-size:.8rem}.requirements-section{border-top:1px solid var(--gray-200);margin-top:1.5rem;padding-top:1rem}.requirements-table{border-collapse:collapse;width:100%;font-size:.85rem}.requirements-table th,.requirements-table td{text-align:left;border-bottom:1px solid var(--gray-100);padding:.5rem}.requirements-table th{color:var(--gray-700);background:var(--gray-50);font-weight:600}.requirements-table tr.required{background:#fff3cd}.mcr-ref{background:var(--accent);color:var(--white);border-radius:3px;padding:.1rem .4rem;font-size:.75rem;display:inline-block}code{font-family:var(--font-mono);color:var(--gray-500);font-size:.8rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--gray-100);padding:.5rem .75rem}th{color:var(--gray-700);background:var(--gray-50);font-size:.8rem;font-weight:600}td{font-size:.85rem}tr:hover{background:var(--gray-50)}tr.selected{background:#f0f5ff}.status-badge{text-transform:uppercase;border-radius:12px;padding:.15rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.status-badge.draft{background:var(--gray-200);color:var(--gray-700)}.status-badge.submitted{color:#004085;background:#cce5ff}.status-badge.under_review{color:#856404;background:#fff3cd}.status-badge.accepted{color:#155724;background:#d4edda}.status-badge.rejected{color:#721c24;background:#f8d7da}.status-badge.returned{color:#856404;background:#ffeeba}.status-badge.open{color:#155724;background:#d4edda}.status-badge.closed{background:var(--gray-200);color:var(--gray-700)}.warning-badge{background:var(--warning);color:var(--gray-900);border-radius:3px;margin-left:.5rem;padding:.1rem .4rem;font-size:.7rem;display:inline-block}.clerk-review h2{margin-bottom:1rem}.queue-controls{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;align-items:flex-end;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.queue-count{color:var(--gray-500);align-self:center;font-size:.85rem}.queue-layout{grid-template-columns:1fr 400px;gap:1rem;display:grid}.queue-list{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}.filing-detail-panel{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:1.25rem}.filing-detail-panel h3{color:var(--primary);margin-bottom:1rem}.detail-section{margin-bottom:1.25rem}.detail-section h4{color:var(--gray-700);text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem}.review-buttons{gap:.5rem;margin-top:.75rem;display:flex}.review-summary{margin:1rem 0}.review-item{border-bottom:1px solid var(--gray-100);padding:.5rem 0;display:flex}.review-item label{width:150px;color:var(--gray-700);font-weight:600}.validation-results{border-radius:4px;margin:1rem 0;padding:1rem}.validation-results.valid{background:#d4edda;border:1px solid #c3e6cb}.validation-results.invalid{background:#f8d7da;border:1px solid #f5c6cb}.validation-errors h5{color:#721c24}.validation-warnings h5{color:#856404}.validation-missing h5{color:#721c24}.validation-results ul{margin-left:1.5rem;font-size:.85rem}.review-actions{gap:1rem;margin-top:1.5rem;display:flex}.success-section{text-align:center}.success-section h3{color:var(--success)}.fee-summary{margin:1rem 0}.fee-item,.fee-total{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.5rem 0;display:flex}.fee-total{border-bottom:2px solid var(--gray-300);font-size:1.1rem}.upload-form{background:var(--gray-50);border-radius:4px;margin-bottom:1rem;padding:1rem}.uploaded-documents{margin-top:1rem}.case-search h2{margin-bottom:1rem}.search-form{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;margin-bottom:1rem;padding:1rem}.search-results{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:1rem}.search-results h3{margin-bottom:.75rem}.no-results{text-align:center;color:var(--gray-500);padding:2rem}@media (width<=768px){.app-body{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--gray-200);width:100%}.sidebar nav ul{display:flex;overflow-x:auto}.queue-layout{grid-template-columns:1fr}.wizard-steps{flex-wrap:wrap}.form-row,.filter-row{flex-direction:column}}.draft-banner{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;display:flex}.draft-actions{gap:.5rem;display:flex}.wizard-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.filing-id-badge{background:var(--primary);color:var(--white);border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}.filing-summary-bar{background:var(--white);border:1px solid var(--gray-200);border-left:3px solid var(--primary);border-radius:4px;gap:1.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;display:flex;overflow-x:auto}.filing-summary-bar strong{color:var(--gray-500);margin-right:.25rem}.wizard-steps button.wizard-step{cursor:pointer;font-family:var(--font-sans);background:0 0;border:none}.wizard-steps button.wizard-step:disabled{cursor:default;opacity:.5}.wizard-steps button.wizard-step.completed{cursor:pointer}.wizard-step .step-number{font-size:.8rem}.wizard-nav-right{gap:.5rem;display:flex}.required-marker{color:var(--danger);font-weight:700}.field-hint{color:var(--gray-500);margin-top:.25rem;font-size:.8rem;display:block}.alert-info{color:#004085;background:#cce5ff;border:1px solid #b8daff;border-radius:4px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.requirements-group{margin-bottom:1.25rem}.req-group-header{text-transform:uppercase;border-bottom:2px solid var(--gray-200);margin-bottom:.5rem;padding:.5rem 0;font-size:.85rem}.req-group-header.req-required{color:var(--danger);border-color:var(--danger)}.req-group-header.req-optional{color:var(--gray-500)}.requirements-cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}.requirement-card{border:1px solid var(--gray-200);background:var(--white);border-radius:6px;padding:.75rem}.requirement-card.required{border-left:3px solid var(--danger);background:#fff8f8}.requirement-card.optional{border-left:3px solid var(--gray-300)}.req-card-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.req-badge{text-transform:uppercase;border-radius:3px;padding:.1rem .4rem;font-size:.7rem;font-weight:700;display:inline-block}.req-badge.required{color:#721c24;background:#f8d7da}.req-badge.optional{background:var(--gray-100);color:var(--gray-700)}.requirement-card h5{margin-bottom:.25rem;font-size:.9rem}.req-code{color:var(--gray-500);font-size:.75rem}.req-detail{color:var(--gray-500);margin-top:.25rem;font-size:.8rem}.case-type-meta{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.case-type-code{font-family:var(--font-mono);color:var(--gray-500);font-size:.75rem}.case-type-desc{color:var(--gray-500);margin-top:.25rem;font-size:.8rem}.fee-free{color:var(--success)!important}.success-icon{color:var(--success);margin-bottom:.5rem;font-size:3rem}.success-details{text-align:left;max-width:400px;margin:1.5rem auto}.success-detail-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;padding:.5rem 0;display:flex}.success-note{color:var(--gray-500);margin:1rem 0;font-size:.85rem}.success-actions{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.review-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.review-card h4{color:var(--primary);border-bottom:1px solid var(--gray-100);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.95rem}.review-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.review-item{flex-direction:column;display:flex}.review-item label{color:var(--gray-500);text-transform:uppercase;font-size:.75rem;font-weight:600}.review-item.full-width{grid-column:1/-1;margin-top:.5rem}.review-table{border-collapse:collapse;width:100%;font-size:.85rem}.review-table th,.review-table td{text-align:left;border-bottom:1px solid var(--gray-100);padding:.4rem .5rem}.warning-text{color:var(--danger);font-weight:600}.btn-large{padding:.75rem 1.5rem;font-size:1rem}.submit-disclaimer{color:var(--gray-500);text-align:center;margin-top:1rem;font-size:.75rem;font-style:italic}.payment-confirmed{text-align:center;padding:2rem}.payment-check{background:var(--success);color:#fff;border-radius:50%;width:48px;height:48px;margin-bottom:.5rem;font-size:1.5rem;line-height:48px;display:inline-block}.payment-option-list{gap:.5rem;margin:1rem 0;display:grid}.payment-option{border:1px solid var(--gray-200);cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.payment-option:hover{border-color:var(--accent)}.payment-option.selected{border-color:var(--primary);background:#f0f5ff}.payment-option input[type=radio]{margin:0}.payment-option div{flex-direction:column;display:flex}.payment-option span{color:var(--gray-500);font-size:.8rem}.payment-note{margin:1rem 0}.clerk-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.clerk-header-stats{gap:1rem;display:flex}.stat-card{text-align:center;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;min-width:80px;padding:.5rem 1rem}.stat-card.accent{background:var(--primary);color:var(--white);border-color:var(--primary)}.stat-number{font-size:1.5rem;font-weight:700;display:block}.stat-label{text-transform:uppercase;opacity:.8;font-size:.7rem;display:block}.batch-actions{border:1px solid var(--accent);background:#e8f0fe;border-radius:6px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.age-badge{border-radius:3px;padding:.1rem .4rem;font-size:.75rem;font-weight:700;display:inline-block}.age-badge.fresh{color:#155724;background:#d4edda}.age-badge.normal{background:var(--gray-100);color:var(--gray-700)}.age-badge.aging{color:#856404;background:#fff3cd}.age-badge.overdue{color:#721c24;background:#f8d7da}.row-overdue{background:#fff5f5!important}.th-checkbox,.td-checkbox{text-align:center;width:30px}.empty-queue{text-align:center;color:var(--gray-500);padding:2rem!important}.queue-meta{color:var(--gray-500);align-self:center;font-size:.8rem}.detail-panel-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.detail-grid{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.detail-grid>div{flex-direction:column;display:flex}.detail-grid label{text-transform:uppercase;color:var(--gray-500);font-size:.7rem;font-weight:600}.detail-description{margin-top:.5rem}.doc-list{flex-direction:column;gap:.5rem;display:flex}.doc-item{background:var(--gray-50);border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.doc-info strong{font-size:.85rem;display:block}.doc-meta{color:var(--gray-500);font-size:.75rem}.doc-flags{gap:.25rem;display:flex}.flag-badge{border-radius:3px;padding:.1rem .3rem;font-size:.65rem;font-weight:600}.flag-badge.warning{color:#856404;background:#fff3cd}.flag-badge.confidential{color:#155724;background:#d4edda}.empty-detail{color:var(--gray-500);justify-content:center;align-items:center;min-height:200px;display:flex}.page-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.status-summary{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.status-card{border:1px solid var(--gray-200);background:var(--white);cursor:pointer;border-radius:6px;flex-direction:column;align-items:center;gap:.25rem;min-width:80px;padding:.5rem .75rem;transition:border-color .2s;display:flex}.status-card:hover{border-color:var(--accent)}.status-card.active{border-color:var(--primary);background:#f0f5ff}.status-card-count{font-size:1.2rem;font-weight:700}.filings-controls{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.results-count{color:var(--gray-500);font-size:.85rem}.filings-list{gap:.75rem;display:grid}.filing-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;padding:1rem}.filing-card-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.filing-card-id{font-family:var(--font-mono);color:var(--gray-500);font-size:.8rem}.filing-card-title{margin-bottom:.5rem;font-size:1rem}.filing-card-meta{color:var(--gray-500);gap:1rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.filing-card-reason{background:#fff3cd;border-radius:4px;margin-bottom:.5rem;padding:.5rem;font-size:.85rem}.filing-card-actions{gap:.5rem;display:flex}.empty-state{text-align:center;color:var(--gray-500);padding:3rem}.empty-state h3{color:var(--gray-700);margin-bottom:.5rem}.empty-state p{margin-bottom:1rem}.pagination{justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;font-size:.85rem;display:flex}.loading{text-align:center;color:var(--gray-500);padding:2rem}.dashboard-welcome{margin-bottom:1.5rem}.dashboard-welcome h2{margin-bottom:.25rem}.dashboard-welcome p{color:var(--gray-500)}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.card-primary{border-color:var(--primary);border-width:2px}.card-icon{margin-bottom:.5rem;font-size:2rem}.advantages-section{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;margin-top:2rem;padding:1.5rem}.advantages-section h3{color:var(--primary);margin-bottom:1rem;font-size:1rem}.advantage-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.advantage{flex-direction:column;display:flex}.advantage strong{color:var(--gray-900);font-size:.9rem}.advantage span{color:var(--gray-500);font-size:.8rem}:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.skip-link{background:var(--primary);color:var(--white);z-index:100;padding:.5rem 1rem;transition:top .2s;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}@media (width<=768px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.review-grid{grid-template-columns:1fr}.filing-summary-bar{flex-wrap:wrap;gap:.5rem}.clerk-header{flex-direction:column;gap:.5rem}.batch-actions{flex-wrap:wrap}.status-summary{flex-wrap:nowrap;overflow-x:auto}.advantage-grid{grid-template-columns:1fr 1fr}.success-actions{flex-direction:column}}.th-fav,.td-fav{text-align:center;width:40px}.fav-btn{cursor:pointer;color:var(--gray-300);background:0 0;border:none;padding:0;font-size:1.3rem;line-height:1;transition:color .2s}.fav-btn:hover,.fav-btn.favorited{color:#f0ad4e}.fav-btn:disabled{opacity:.5;cursor:wait}.favorites-list{gap:.75rem;display:grid}.favorite-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;align-items:center;gap:1rem;padding:1rem;display:flex}.favorite-card-star{color:#f0ad4e;flex-shrink:0;font-size:1.5rem}.favorite-card-body{flex:1;min-width:0}.favorite-card-header{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.favorite-card-header h4{margin:0;font-size:1rem}.favorite-card-number{font-family:var(--font-mono);color:var(--gray-500);flex-shrink:0;font-size:.8rem}.favorite-card-notes{color:var(--gray-700);margin:.25rem 0;font-size:.85rem}.favorite-card-date{color:var(--gray-500);font-size:.75rem}.favorite-card-actions{flex-shrink:0;gap:.5rem;display:flex}.case-detail-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.case-detail-number{font-family:var(--font-mono);color:var(--gray-500);margin-bottom:.25rem;font-size:.85rem}.case-detail-header h2{font-size:1.4rem}.case-detail-actions{flex-shrink:0;gap:.75rem;display:flex}.fav-btn-large{border:1px solid var(--gray-300);cursor:pointer;color:var(--gray-700);background:0 0;border-radius:4px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s}.fav-btn-large:hover{color:#f0ad4e;border-color:#f0ad4e}.fav-btn-large.favorited{color:#f0ad4e;background:#fff8e1;border-color:#f0ad4e}.case-detail-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.case-detail-card{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;margin-bottom:1rem;padding:1.25rem}.case-detail-card h3{color:var(--primary);border-bottom:1px solid var(--gray-100);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.95rem}.parties-list{flex-direction:column;gap:.75rem;display:flex}.party-item{background:var(--gray-50);border-radius:4px;padding:.5rem}.party-role{text-transform:uppercase;color:var(--gray-500);font-size:.7rem;font-weight:700}.party-name{font-size:.95rem;font-weight:600}.party-meta{color:var(--gray-500);font-size:.8rem}.docket-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;display:flex}.docket-header h3{border:none;margin:0;padding:0}.docket-list{flex-direction:column;gap:.75rem;display:flex}.docket-entry{border:1px solid var(--gray-200);border-left:3px solid var(--primary);border-radius:6px;padding:.75rem}.docket-entry-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.docket-entry-id{font-family:var(--font-mono);color:var(--gray-500);font-size:.8rem}.docket-entry-date{color:var(--gray-500);margin-left:auto;font-size:.8rem}.docket-entry-desc{margin-bottom:.5rem;font-size:.9rem}.docket-entry-reason{background:#fff3cd;border-radius:4px;margin-bottom:.5rem;padding:.5rem;font-size:.85rem}.docket-entry-docs{flex-wrap:wrap;gap:.5rem;display:flex}.docket-doc{background:var(--gray-50);color:var(--gray-700);border-radius:3px;padding:.2rem .5rem;font-size:.75rem;display:inline-block}.wizard-header-badges{gap:.5rem;display:flex}.court-rules-reference{border:1px solid var(--accent);background:#f0f5ff;border-radius:6px;margin-top:1.5rem;padding:1rem}.court-rules-reference h5{color:var(--primary);margin-bottom:.75rem;font-size:.85rem}.rules-links{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.5rem;display:grid}.rules-links a{background:var(--white);border:1px solid var(--gray-200);color:var(--accent);border-radius:4px;padding:.4rem .6rem;font-size:.8rem;text-decoration:none;transition:border-color .2s;display:block}.rules-links a:hover{border-color:var(--accent);background:#e8f0fe}.mcr-link{cursor:pointer;text-decoration:none}.mcr-link:hover{text-decoration:underline}.doc-type-mcr-hint{color:var(--accent);background:#e8f0fe;border-radius:4px;margin-bottom:.75rem;padding:.4rem .75rem;font-size:.85rem}.filing-type-options{gap:.5rem;margin-top:.25rem;display:grid}.filing-type-option{border:2px solid var(--gray-200);cursor:pointer;border-radius:6px;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;transition:border-color .2s;display:flex}.filing-type-option:hover{border-color:var(--accent)}.filing-type-option.selected{border-color:var(--primary);background:#f0f5ff}.filing-type-option input[type=radio]{margin-top:.2rem}.filing-type-option div{flex-direction:column;display:flex}.filing-type-option strong{font-size:.95rem}.filing-type-option span{color:var(--gray-500);margin-top:.15rem;font-size:.8rem}.case-choice-cards{flex-wrap:wrap;gap:1rem;margin:1rem 0 1.25rem;display:flex}.case-choice-card{text-align:left;border:2px solid var(--gray-200);cursor:pointer;min-width:220px;font:inherit;background:#fff;border-radius:8px;flex:1;padding:1.25rem;transition:border-color .2s,box-shadow .2s}.case-choice-card:hover{border-color:var(--accent)}.case-choice-card.selected{border-color:var(--primary);background:#f0f5ff}.case-choice-card h4{margin:.5rem 0 .25rem}.case-choice-card p{color:var(--gray-500);margin:0;font-size:.9rem}.case-choice-icon{font-size:1.5rem;line-height:1}.case-search-inline{margin-top:.5rem}.form-group-grow{flex:1}.case-results .selected-row{background:#f0f5ff}.motion-case-info{border:1px solid var(--accent);background:#e8f0fe;border-radius:6px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.motion-badge{color:var(--accent);background:#e8f0fe;border-radius:4px;padding:.2rem .6rem;font-size:.8rem;font-weight:600}@media (width<=768px){.case-detail-grid{grid-template-columns:1fr}.case-detail-header{flex-direction:column}.case-detail-actions{width:100%}.docket-header{flex-direction:column;gap:.5rem}}.login-screen{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-container{text-align:center;width:100%;max-width:900px}.login-branding{color:var(--white);margin-bottom:2.5rem}.state-seal{letter-spacing:.2em;text-transform:uppercase;opacity:.85;margin-bottom:.75rem;font-size:.9rem}.login-branding h1{margin-bottom:.25rem;font-size:2rem;font-weight:700}.login-subtitle{opacity:.8;font-size:1.1rem}.login-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.login-card{background:var(--white);text-align:center;cursor:default;border-radius:10px;flex-direction:column;align-items:center;padding:2rem 1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.login-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000040}.login-card-icon{margin-bottom:.75rem;font-size:2.5rem}.login-card-role{text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.login-card-name{color:var(--gray-900);margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.login-card-detail{color:var(--gray-500);margin-bottom:.75rem;font-size:.85rem}.login-card-desc{color:var(--gray-500);flex:1;margin-bottom:1.25rem;font-size:.8rem}.login-card-btn{width:100%;padding:.6rem 1rem;font-size:.95rem;font-weight:600}.login-footer-note{color:var(--white);opacity:.7;font-size:.85rem}@media (width<=768px){.login-cards{grid-template-columns:1fr;max-width:360px;margin-left:auto;margin-right:auto}.login-branding h1{font-size:1.5rem}}.hero-section{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:var(--white);text-align:center;border-radius:10px;margin-bottom:2rem;padding:3rem 2.5rem}.hero-section h2{margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.hero-section p{opacity:.9;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.7}.section-heading{margin-bottom:1rem}.section-heading h3{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:1.2rem;font-weight:700}.problem-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.problem-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--danger);border-radius:8px;padding:1.5rem}.problem-card-icon{margin-bottom:.5rem;font-size:1.5rem}.problem-card h4{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem}.problem-card p{color:var(--gray-500);font-size:.875rem;line-height:1.6}@media (width<=768px){.problem-cards{grid-template-columns:1fr}}.solution-cards{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.solution-card{background:var(--white);border:1px solid var(--gray-200);border-left:4px solid var(--success);border-radius:8px;padding:1.5rem}.solution-card-stat{color:var(--accent);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.solution-card h4{color:var(--gray-900);margin-bottom:.5rem;font-size:1rem}.solution-card p{color:var(--gray-500);font-size:.875rem;line-height:1.6}@media (width<=768px){.solution-cards{grid-template-columns:1fr}}.coverage-footer{text-align:center;color:var(--gray-500);border-top:1px solid var(--gray-200);margin-top:1rem;padding:1.5rem;font-size:.9rem}.user-badge{text-transform:uppercase;letter-spacing:.05em;color:var(--white);vertical-align:middle;background:#fff3;border-radius:3px;margin-left:.5rem;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.user-badge-srl{background:var(--warning);color:var(--gray-900)}.header-switch-role{color:var(--white);cursor:pointer;background:0 0;border:1px solid #fff6;border-radius:3px;margin-left:.75rem;padding:.2rem .6rem;font-size:.75rem;transition:background .2s}.header-switch-role:hover{background:#ffffff26}.companion-requirements{border:1px solid var(--warning);background:#fffbe6;border-radius:6px;margin-top:.75rem;padding:1rem 1.25rem;font-size:.85rem}.companion-requirements h5{color:var(--gray-900);margin-bottom:.4rem;font-size:.85rem}.companion-requirements ul{color:var(--gray-700);margin:.25rem 0 0 1.25rem}.companion-requirements li{margin-bottom:.2rem}.companion-hint{color:var(--gray-500);font-size:.8rem;font-style:italic}.stats-page{max-width:960px;margin:0 auto}.stats-hero{text-align:center;padding:2rem 0 1.5rem}.stats-hero h2{color:var(--primary);margin-bottom:.5rem;font-size:1.8rem}.stats-hero p{color:var(--gray-600);font-size:1.05rem}.stats-overview{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stats-section{margin-bottom:2.5rem}.stats-section h3{color:var(--primary);border-bottom:2px solid var(--primary);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.3rem}.court-type-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.court-type-card{border:1px solid var(--gray-200);text-align:center;background:#fff;border-radius:8px;padding:1.25rem}.court-type-count{color:var(--primary);font-size:2rem;font-weight:700}.court-type-label{color:var(--gray-600);margin-top:.25rem;font-size:.9rem}.impact-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.impact-card{border:1px solid var(--gray-200);background:#fff;border-radius:8px;padding:1.5rem}.impact-icon{margin-bottom:.5rem;font-size:1.8rem}.impact-card h4{color:var(--primary);margin-bottom:.5rem;font-size:1.05rem}.impact-card p{color:var(--gray-700);font-size:.9rem;line-height:1.5}.problem-comparison{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.comparison-col{border-radius:8px;padding:1.5rem}.comparison-col h4{margin-bottom:1rem;font-size:1.05rem}.comparison-col ul{padding:0;list-style:none}.comparison-col li{padding:.4rem 0 .4rem 1.5rem;font-size:.9rem;line-height:1.4;position:relative}.comparison-current{border:1px solid var(--danger);background:#fff5f5}.comparison-current h4{color:var(--danger)}.comparison-current li:before{content:"✗";color:var(--danger);font-weight:700;position:absolute;left:0}.comparison-unified{border:1px solid var(--success);background:#f0fff4}.comparison-unified h4{color:var(--success)}.comparison-unified li:before{content:"✓";color:var(--success);font-weight:700;position:absolute;left:0}.fee-waiver-section{margin:1rem 0}.fee-waiver-section .alert{margin-bottom:1rem}.fee-waiver-section p{margin-top:.5rem;font-size:.9rem}@media (width<=768px){.stats-overview,.court-type-grid{grid-template-columns:repeat(2,1fr)}.impact-grid,.problem-comparison{grid-template-columns:1fr}}.clerk-court-label{color:var(--primary);padding:.4rem 0;font-size:1rem;font-weight:600;display:inline-block}.login-public-access{border-top:1px solid #e0e0e0;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.login-public-note{color:#666;font-size:.85rem}.state-seal{justify-content:center;align-items:center;gap:.5rem;display:flex}.michigan-outline{opacity:.9}
