@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,700;0,900;1,700;1,900&family=DM+Sans:wght@400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:DM Sans,sans-serif;background:#1565c4;color:#fff;min-height:100vh;padding:2rem 1rem}.container{max-width:820px;margin:0 auto}.app-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid hsla(0,0%,100%,.15)}.app-header .eyebrow{font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#1dde2a;margin-bottom:.6rem}.app-header h1{font-family:Barlow Condensed,sans-serif;font-size:48px;font-weight:900;font-style:italic;text-transform:uppercase;letter-spacing:-.5px;color:#fff;line-height:1}.app-header p{margin-top:.6rem;font-size:15px;color:hsla(0,0%,100%,.65)}.form-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:2rem;margin-bottom:2rem}.form-card h2{font-family:Barlow Condensed,sans-serif;font-size:20px;font-weight:700;font-style:italic;text-transform:uppercase;letter-spacing:.05em;color:#1dde2a;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.field-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.field-grid .field-full{grid-column:1/-1}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:11px;font-family:DM Sans,sans-serif;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.55)}.field input,.field select,.field textarea{font-family:DM Sans,sans-serif;font-size:15px;color:#fff;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);border-radius:6px;padding:10px 12px;transition:border-color .15s,background .15s;outline:none;width:100%}.field input::placeholder,.field textarea::placeholder{color:hsla(0,0%,100%,.28)}.field input:focus,.field select:focus,.field textarea:focus{border-color:#1dde2a;background:hsla(0,0%,100%,.12)}.field textarea{resize:vertical;min-height:90px;line-height:1.5}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231DDE2A' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.field select option{background:#0e4fa3;color:#fff}.json-import-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.btn-json-import{display:inline-flex;align-items:center;gap:6px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;color:#0d1f4c;background:#1dde2a;border:none;border-radius:6px;padding:9px 18px;cursor:pointer;transition:background .15s,transform .1s;white-space:nowrap}.btn-json-import:hover{background:#16b821}.btn-json-import:active{transform:scale(.97)}.json-success{font-size:13px;font-weight:600;color:#1dde2a}.json-error{font-size:13px;color:#f47b20}.field-hint{font-size:12px;color:hsla(0,0%,100%,.38);line-height:1.6;margin-top:4px}.field-hint code{font-family:Courier New,monospace;font-size:11px;background:hsla(0,0%,100%,.08);border-radius:3px;padding:1px 5px;color:#1dde2a}.checkbox-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:2px}.checkbox-label{display:flex;align-items:center;gap:8px;font-size:14px;color:hsla(0,0%,100%,.8);cursor:pointer;padding:8px 12px;border:1px solid hsla(0,0%,100%,.12);border-radius:6px;transition:background .15s,border-color .15s}.checkbox-label:hover{background:rgba(29,222,42,.1);border-color:rgba(29,222,42,.4);color:#fff}.checkbox-label input[type=checkbox]{width:14px;height:14px;accent-color:#1dde2a;cursor:pointer;flex-shrink:0}.submit-row{margin-top:1.75rem;display:flex;align-items:center;gap:1rem}.btn-generate{font-family:DM Sans,sans-serif;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#0d1f4c;background:#1dde2a;border:none;border-radius:6px;padding:13px 32px;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s}.btn-generate:hover:not(:disabled){background:#16b821;box-shadow:0 0 20px rgba(29,222,42,.35)}.btn-generate:active:not(:disabled){transform:scale(.98)}.btn-generate:disabled{background:rgba(29,222,42,.25);color:hsla(0,0%,100%,.35);cursor:not-allowed}.generating-label{font-size:13px;color:hsla(0,0%,100%,.5);display:flex;align-items:center;gap:8px}.spinner{width:14px;height:14px;border:1.5px solid hsla(0,0%,100%,.15);border-top-color:#1dde2a;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(1turn)}}.error-banner{background:rgba(244,123,32,.12);border:1px solid rgba(244,123,32,.4);border-radius:6px;padding:12px 16px;margin-bottom:1.5rem;font-size:14px;color:#f47b20}.report-card{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.12);border-radius:12px;padding:2.5rem;margin-bottom:2rem}.report-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.report-toolbar .report-label{font-size:11px;letter-spacing:.15em;color:#1dde2a}.btn-download,.report-toolbar .report-label{font-family:DM Sans,sans-serif;font-weight:600;text-transform:uppercase}.btn-download{font-size:12px;letter-spacing:.08em;color:#0d1f4c;background:#1dde2a;border:none;border-radius:6px;padding:8px 18px;cursor:pointer;transition:background .15s}.btn-download:hover{background:#16b821}.report-content{font-size:15px;line-height:1.75;color:hsla(0,0%,100%,.9)}.report-cover{margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.report-doc-type{font-family:Barlow Condensed,sans-serif;font-size:11px;font-weight:700;font-style:italic;letter-spacing:.25em;text-transform:uppercase;color:#1dde2a;margin-bottom:.3rem}.report-date{font-size:13px;color:hsla(0,0%,100%,.45)}.report-autoflags{background:rgba(29,222,42,.06);border:1px solid rgba(29,222,42,.2);border-radius:8px;padding:1rem 1.25rem;margin-bottom:2rem}.autoflags-title{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1dde2a;margin-bottom:.5rem}.report-autoflags ul{padding-left:1.25rem;margin:0}.report-autoflags li{font-size:13px;color:hsla(0,0%,100%,.7);margin-bottom:.2rem}.report-section{margin-bottom:2rem;border:1px solid hsla(0,0%,100%,.09);border-radius:10px;overflow:hidden}.report-section--accent{border-color:rgba(29,222,42,.22)}.report-section-title{font-family:Barlow Condensed,sans-serif;font-size:13px;font-weight:700;font-style:italic;letter-spacing:.15em;text-transform:uppercase;color:#1dde2a;background:hsla(0,0%,100%,.05);padding:10px 18px;border-bottom:1px solid hsla(0,0%,100%,.08);margin:0}.report-section--accent .report-section-title{background:rgba(29,222,42,.08);border-bottom-color:rgba(29,222,42,.15)}.report-section-body{padding:1.25rem 1.5rem}.report-section-body p{font-size:14px;color:hsla(0,0%,100%,.85);line-height:1.75;margin-bottom:.5rem}.subsection-label{font-family:DM Sans,sans-serif;font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.4);margin:1.25rem 0 .5rem}.contact-block{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:6px;padding:.875rem 1rem;margin-bottom:1rem}.contact-dept-name{font-size:14px;font-weight:600;color:#fff;margin-bottom:.6rem}.contact-grid{gap:4px}.contact-grid,.detail-grid{display:flex;flex-direction:column}.detail-grid{gap:2px}.info-row{display:grid;grid-template-columns:160px 1fr;grid-gap:.75rem;gap:.75rem;padding:7px 0;border-bottom:1px solid hsla(0,0%,100%,.05);align-items:baseline}.info-row:last-child{border-bottom:none}.info-label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.38);flex-shrink:0;padding-top:2px}.info-value{font-size:13px;color:hsla(0,0%,100%,.85);line-height:1.55;word-break:break-word}.info-value a{color:#1dde2a;text-decoration:none;word-break:break-all}.info-value a:hover{text-decoration:underline}.codes-table,.fees-table{width:100%;border-collapse:collapse;margin:.5rem 0 1rem;font-size:13px}.codes-table th,.fees-table th{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.4);text-align:left;padding:6px 10px;border-bottom:1px solid hsla(0,0%,100%,.1)}.codes-table td,.fees-table td{padding:7px 10px;color:hsla(0,0%,100%,.82);border-bottom:1px solid hsla(0,0%,100%,.05);vertical-align:top;line-height:1.5}.codes-table tr:last-child td,.fees-table tr:last-child td{border-bottom:none}.codes-table tr:hover td,.fees-table tr:hover td{background:hsla(0,0%,100%,.03)}.fees-table td:first-child{width:180px;font-weight:500;color:hsla(0,0%,100%,.6);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.fees-total-row td{border-top:1px solid rgba(29,222,42,.25)!important;padding-top:10px!important;color:#fff!important}.report-bullets{padding-left:1.25rem;margin:0}.report-bullets li{font-size:14px;color:hsla(0,0%,100%,.82);margin-bottom:.4rem;line-height:1.6}.disclaimer-text{font-size:12px!important;color:hsla(0,0%,100%,.45)!important;font-style:italic;line-height:1.7!important}.report-legend{display:flex;align-items:flex-start;gap:10px;margin-top:2rem;padding:12px 16px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:6px}.legend-icon{font-size:14px;flex-shrink:0;margin-top:1px}.legend-text{font-size:12px;color:hsla(0,0%,100%,.42);line-height:1.6;font-style:italic}@media print{body{background:#fff;padding:0;color:#1a1a18;font-size:10pt}.app-header,.form-card,.report-legend,.report-toolbar{display:none!important}.report-card{background:#fff;border:none;padding:0;border-radius:0}.report-cover{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #1565c4}.report-doc-type{color:#1565c4}.report-date{color:#555}.report-autoflags{display:none!important}.report-section{border:none;border-radius:0;margin-bottom:1.5rem;page-break-inside:avoid}.report-section-title{font-size:9pt;color:#1565c4;background:#f0f4ff;padding:6px 10px;border-bottom:1px solid #c7d4f0;border-radius:0}.report-section--accent .report-section-title{background:#e6f9e6;color:#1a6e1a;border-bottom-color:#b2e6b2}.report-section-body{padding:.75rem 0}.info-row{grid-template-columns:140px 1fr;padding:4px 0;border-bottom:1px solid #eee}.info-label{color:#777;font-size:8pt}.info-value{font-size:9.5pt;color:#222}.info-value a{color:#1565c4;text-decoration:none}.contact-block{background:#f7f9ff;border-color:#dde5f5;margin-bottom:.75rem}.contact-dept-name{color:#111;font-size:10pt}.codes-table,.fees-table{font-size:9pt}.codes-table th,.fees-table th{color:#555;border-bottom-color:#ccc}.codes-table td,.fees-table td{color:#222;border-bottom-color:#eee}.fees-table td:first-child{color:#555}.fees-total-row td{color:#111!important;border-top-color:#1565c4!important}.report-bullets li{color:#222;font-size:9.5pt}.report-section-body .report-bullets li,.report-section-body p{color:#222}.disclaimer-text{color:#888!important;font-size:8pt!important}.subsection-label{color:#777;font-size:8pt}}@media (max-width:600px){.checkbox-group,.field-grid{grid-template-columns:1fr}.form-card,.report-card{padding:1.25rem}.app-header h1{font-size:36px}.info-row{grid-template-columns:120px 1fr}.report-section-body{padding:1rem}.fees-table{font-size:12px}.fees-table td:first-child{width:120px}}