:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2937;background:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#fff;border-bottom:1px solid #e5e7eb}.app-header__logo{height:70px;width:auto}.app-main{flex:1;padding:2rem 1rem 3rem;display:flex;justify-content:center}.page-loading{margin:4rem auto;color:#6b7280}.card{width:100%;max-width:720px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 8px 24px #0f172a0f}.card--narrow{max-width:480px}.card--wide{max-width:960px}.page-title{margin:0 0 1.5rem;font-size:1.75rem;font-weight:700;color:#111827}.page-subtitle{margin:-.75rem 0 1.5rem;color:#6b7280}.section-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#374151}.form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field__label{font-size:.875rem;font-weight:600;color:#374151}.form-field__input{width:100%;padding:.75rem .875rem;border:1px solid #d1d5db;border-radius:8px;font:inherit;background:#fff}.form-field__input:focus{outline:2px solid #0f4c81;outline-offset:1px;border-color:#0f4c81}.form-field__error,.form-error{margin:0;color:#b91c1c;font-size:.875rem}.checkbox-field{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;color:#374151}.checkbox-field input{margin-top:.2rem}.btn{border:none;border-radius:8px;padding:.75rem 1rem;font:inherit;font-weight:600;cursor:pointer}.btn:disabled{opacity:.7;cursor:not-allowed}.btn--primary{background:#0f4c81;color:#fff}.btn--secondary{background:#e5e7eb;color:#111827}.btn--ghost{background:transparent;color:#0f4c81}.btn--full{width:100%}.dashboard-actions{display:grid;gap:1rem}.action-card{display:block;padding:1.25rem;border:1px solid #dbeafe;border-radius:10px;background:#eff6ff;transition:transform .15s ease,box-shadow .15s ease}.action-card:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f4c811f}.action-card__title{margin:0 0 .5rem;font-size:1.125rem;color:#0f4c81}.action-card__text{margin:0;color:#4b5563}.result-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.result-header .page-title{margin:0}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem;margin:0 0 2rem}.summary-grid__full{grid-column:1 / -1}.summary-grid dt{margin:0 0 .25rem;font-size:.8125rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.summary-grid dd{margin:0;color:#111827}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;text-align:left}.data-table th{font-size:.8125rem;text-transform:uppercase;letter-spacing:.02em;color:#6b7280;background:#f9fafb}.data-table__empty{text-align:center;color:#6b7280}@media (max-width: 640px){.summary-grid{grid-template-columns:1fr}.result-header{flex-direction:column;align-items:flex-start}}
