:root{--font-heading-primary: var(--familyClarendonTextPro, Georgia, "Times New Roman", Times, serif);--font-heading-secondary: var(--familyNeueHelveticaStrong, "Helvetica Neue", Helvetica, Arial, sans-serif);--font-body: var(--familyNeueHelvetica, "Helvetica Neue", Helvetica, Arial, sans-serif);font-family:var(--font-body);color:#1f2937;background:#f3f5f7}body{margin:0}.app-shell{position:relative;max-width:980px;margin:0 auto;padding:2.5rem 1.25rem 3.5rem}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#0f172a40}.loading-overlay p{margin:0;font-weight:600;color:#fff;text-shadow:0 2px 6px rgba(31,41,55,.9)}.loading-logo{width:64px;height:auto;animation:logo-spin-pause 1s linear infinite}@keyframes logo-spin-pause{0%{transform:rotate(0)}75%{transform:rotate(360deg)}to{transform:rotate(360deg)}}.app-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.header-brand{display:flex;align-items:center;gap:1.15rem}.brand-logo-link{display:inline-flex;align-items:center}.brand-logo-link:after{content:none}h1,h2{font-family:var(--font-heading-primary)}h3,h4,h5,h6{font-family:var(--font-heading-secondary)}.brand-logo{width:120px;height:auto}a{color:#005589;text-decoration:none;font-weight:600}a:hover{color:#003f67}.link-arrow:after{content:"→";margin-left:.45rem;font-size:24px;line-height:1;transition:transform .2s ease}.link-arrow:hover:after{transform:translate(3px)}.link-arrow{display:inline-flex;align-items:center;justify-content:center;border:1px solid #c32032;border-radius:999px;background:#fff;color:#c32032;padding:.65rem 1.1rem;font-weight:400}.link-arrow:hover{background:#c32032;color:#fff}.panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 24px #0f172a14}.actions-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.profile-grid,.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;margin-bottom:1.5rem}.full-width{grid-column:1 / -1}label{display:flex;flex-direction:column;gap:.45rem;font-weight:400;font-family:var(--font-body)}.required-field-label:after{content:" *";color:#c32032}input,textarea,select,button{font:inherit}input,textarea,select{font-weight:400}input,textarea,select{border:1px solid #c6ced7;border-radius:6px;padding:.8rem .9rem;background:#fff}.policy-type-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23c32032' d='M3.1 5.6 8 10.4l4.9-4.8 1.1 1.1L8 12.6 2 6.7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;background-size:24px 24px}.claim-date-input{color-scheme:light;padding-right:2.5rem}.claim-date-input::-webkit-calendar-picker-indicator{opacity:1;width:24px;height:24px;margin-right:0;padding:0;cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23c32032' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='2'/%3E%3Cpath d='M7 3.5v4M17 3.5v4M3.5 9.5h17'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;background-size:24px 24px}input[readonly]{background:#edf1f4;border-color:#d4dbe2;color:#4b5563}button{background:#005589;color:#fff;border:0;border-radius:999px;padding:.85rem 1.5rem;font-weight:500;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.drop-zone{border:2px dashed #9ca3af;border-radius:16px;padding:1.25rem;background:#f6f9fc}.file-picker-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid #005589;background:#fff;color:#005589;font-weight:600;padding:.55rem 1.1rem;cursor:pointer}.file-picker-button:hover{background:#eef5fb}.file-picker-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.file-picker-hint{display:block;margin-top:.5rem;color:#4b5563}.drop-zone ul{margin:.5rem 0 0;padding-left:1.25rem}.file-list-item{display:flex;justify-content:flex-start;align-items:center;gap:.75rem}.file-remove-button{background:transparent;color:#d91f32;border:0;border-radius:999px;padding:0;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center}.file-remove-button:hover{color:#b11224}.trash-icon{width:1rem;height:1rem;stroke:currentColor;stroke-width:1.9;fill:transparent;transition:fill .2s ease,stroke .2s ease}.file-remove-button:hover .trash-icon{fill:currentColor}.error{color:#b91c1c}.success{color:#047857}@media(max-width:768px){.profile-grid,.form-grid{grid-template-columns:1fr}}
