.submit-claim-theme{--primary-color:#ec4899;--accent-color:#8b5cf6;--background-color:#fdf2f8;--font-color:#1e293b;--primary-light:#f472b6;--primary-dark:#db2777;--primary-darker:#be185d;--primary-lightest:#fbcfe8;--accent-light:#a78bfa;--accent-dark:#7c3aed;--background-darker:#fce7f3;--background-darkest:#f9a8d4;--background-lighter:#fdf2f8;--font-light:#334155;--font-lighter:#64748b;--font-lightest:#94a3b8;--background:327 73% 97%;--foreground:215 30% 18%;--card:0 0% 100%;--card-foreground:215 30% 18%;--popover:0 0% 100%;--popover-foreground:215 30% 18%;--primary:330 81% 60%;--primary-foreground:0 0% 100%;--secondary:327 73% 97%;--secondary-foreground:215 30% 18%;--muted:327 73% 97%;--muted-foreground:215 25% 27%;--accent:263 70% 50%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--border:327 73% 94%;--input:327 73% 94%;--ring:330 81% 60%}.submit-claim-theme.card{border:1px solid #fce7f3;background-color:white;color:var(--font-color);box-shadow:0 4px 12px rgba(236,72,153,.08);transition:all .3s ease;position:relative;overflow:hidden;border-radius:12px}.submit-claim-theme.card:before{content:"";position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));opacity:0;transition:all .3s ease}.submit-claim-theme.card:hover{box-shadow:0 8px 24px rgba(236,72,153,.12);transform:translateY(-2px)}.submit-claim-theme.card:hover:before{height:4px;opacity:1}.submit-claim-theme [data-slot=card-content]{position:relative;z-index:1;padding:2rem}.submit-claim-theme [data-slot=card-header]{position:relative;z-index:1;padding:1.5rem 2rem;border-bottom:1px solid #fce7f3;background-color:#fdf2f8;border-radius:12px 12px 0 0}.submit-claim-theme [data-slot=card-footer]{position:relative;z-index:1;border-top:1px solid #fce7f3;margin-top:1.5rem;padding:1.5rem 2rem;background-color:#fdf2f8;border-radius:0 0 12px 12px}.submit-claim-theme button{background-color:var(--primary-color);color:white;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;line-height:1.5;transition:all .3s ease;box-shadow:0 2px 8px rgba(236,72,153,.25);letter-spacing:.01em}.submit-claim-theme button:hover{background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px rgba(236,72,153,.3)}.submit-claim-theme button:active{transform:translateY(0);background-color:var(--primary-darker)}.submit-claim-theme button[variant=outline]{background-color:transparent;color:var(--primary-color);border:1.5px solid var(--primary-color);box-shadow:none}.submit-claim-theme button[variant=outline]:hover{background-color:rgba(236,72,153,.05);color:var(--primary-dark);border-color:var(--primary-dark)}.submit-claim-theme input,.submit-claim-theme textarea{background-color:white;color:var(--font-color);border:1.5px solid #fce7f3;border-radius:8px;padding:.75rem 1rem;font-size:1rem;line-height:1.5;transition:all .3s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.submit-claim-theme input:focus,.submit-claim-theme textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(236,72,153,.15);outline:none}.submit-claim-theme input::placeholder,.submit-claim-theme textarea::placeholder{color:#94a3b8;font-size:.95rem}.submit-claim-theme .card-title{color:var(--primary-color);font-weight:700;font-size:1.5rem;line-height:1.4;position:relative;padding-bottom:.75rem;margin-bottom:.75rem;letter-spacing:-.01em}.submit-claim-theme .card-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:3px;transition:width .3s ease}.submit-claim-theme .card:hover .card-title:after{width:80px}.submit-claim-theme label{color:var(--font-color);font-weight:600;font-size:.95rem;margin-bottom:.5rem;display:block}.submit-claim-theme .form-error{color:#ef4444;font-size:.875rem;margin-top:.375rem;display:flex;align-items:center;gap:.375rem}.submit-claim-theme .form-error:before{content:"⚠️";font-size:.875rem}.submit-claim-theme .dropzone{border:2px dashed #f9a8d4;border-radius:12px;background-color:#fdf2f8;padding:2.5rem;text-align:center;transition:all .3s ease}.submit-claim-theme .dropzone.active,.submit-claim-theme .dropzone:hover{border-color:var(--primary-color);background-color:rgba(236,72,153,.05)}.submit-claim-theme .progress-bar{height:8px;background-color:#fce7f3;border-radius:4px;overflow:hidden;margin:1.25rem 0}.submit-claim-theme .progress-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent-color));border-radius:4px;transition:width .4s ease}.submit-claim-theme .success-message{color:#db2777;background-color:#fdf2f8;border:1px solid #f9a8d4;border-radius:8px;padding:1rem 1.25rem;margin:1.25rem 0;display:flex;align-items:center;gap:.75rem;font-weight:500}.submit-claim-theme .success-message:before{content:"✅";font-size:1.125rem}.submit-claim-theme .error-message{color:#b91c1c;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem 1.25rem;margin:1.25rem 0;display:flex;align-items:center;gap:.75rem;font-weight:500}.submit-claim-theme .error-message:before{content:"⚠️";font-size:1.125rem}.submit-claim-theme .confirmation-card{text-align:center;padding:3rem 2rem;background-color:white;border-radius:16px;box-shadow:0 10px 25px rgba(59,130,246,.1)}.submit-claim-theme .confirmation-card h2{color:var(--primary-color);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.01em}.submit-claim-theme .confirmation-card .claim-id{font-size:2.5rem;font-weight:800;color:var(--accent-color);margin:1.5rem 0;padding:.75rem 1.5rem;background-color:#fff7ed;border-radius:12px;display:inline-block;box-shadow:0 4px 12px rgba(249,115,22,.15)}.submit-claim-theme .confirmation-card p{color:var(--font-color);margin-bottom:2rem;font-size:1.125rem;line-height:1.6;max-width:36rem;margin-left:auto;margin-right:auto}.submit-claim-theme hr{border:none;height:1px;background-color:#fce7f3;margin:2rem 0}.submit-claim-theme .help-text{color:var(--font-lighter);font-size:.875rem;margin-top:.375rem;display:block}.submit-claim-theme .required-field:after{content:"*";color:var(--accent-color);margin-left:.25rem}.submit-claim-theme .form-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #fce7f3}.submit-claim-theme .form-section-title{font-size:1.25rem;font-weight:600;color:var(--primary-dark);margin-bottom:1.25rem}.submit-claim-theme .select-trigger,.submit-claim-theme select{appearance:none;background-color:white;border:1.5px solid #fce7f3;border-radius:8px;padding:.75rem 2.5rem .75rem 1rem;font-size:1rem;line-height:1.5;color:var(--font-color);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23ec4899' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:1rem;transition:all .3s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.submit-claim-theme .select-trigger:focus,.submit-claim-theme select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(236,72,153,.15);outline:none}.submit-claim-dropdown,.submit-claim-theme [data-slot=select-content]{background-color:white!important;border:1.5px solid #fce7f3!important;border-radius:8px!important;box-shadow:0 4px 12px rgba(236,72,153,.08)!important;overflow:hidden!important;z-index:100!important;margin-top:4px!important;padding:.5rem!important;animation:selectContentFadeIn .2s ease!important}@keyframes selectContentFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.submit-claim-dropdown [data-slot=select-item],.submit-claim-theme [data-slot=select-item]{color:var(--font-color)!important;font-size:1rem!important;padding:.6rem .75rem!important;border-radius:6px!important;cursor:pointer!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;position:relative!important;margin-bottom:2px!important}.submit-claim-dropdown [data-slot=select-item]:hover,.submit-claim-theme [data-slot=select-item]:hover{background-color:var(--primary-lightest)!important}.submit-claim-dropdown [data-slot=select-item][data-highlighted],.submit-claim-theme [data-slot=select-item][data-highlighted]{background-color:var(--primary-lightest)!important;color:var(--primary-color)!important}.submit-claim-dropdown [data-slot=select-item][data-state=checked],.submit-claim-theme [data-slot=select-item][data-state=checked]{background-color:var(--primary-lightest)!important;color:var(--primary-color)!important;font-weight:500!important}.submit-claim-dropdown [data-slot=select-item] [data-slot=select-item-indicator],.submit-claim-theme [data-slot=select-item] [data-slot=select-item-indicator]{color:var(--primary-color)!important}.submit-claim-dropdown [data-slot=select-scroll-down-button],.submit-claim-dropdown [data-slot=select-scroll-up-button],.submit-claim-theme [data-slot=select-scroll-down-button],.submit-claim-theme [data-slot=select-scroll-up-button]{color:var(--primary-color)!important;background-color:white!important;display:flex!important;align-items:center!important;justify-content:center!important;height:1.5rem!important}.submit-claim-dropdown [data-slot=select-viewport],.submit-claim-theme [data-slot=select-viewport]{padding:.25rem!important}.submit-claim-theme .file-list{margin-top:1rem}.submit-claim-theme .file-item{display:flex;align-items:center;padding:.75rem 1rem;background-color:#fdf2f8;border-radius:8px;margin-bottom:.5rem;border:1px solid #fce7f3}.submit-claim-theme .file-name{flex:1;font-size:.875rem;color:var(--font-color);margin-right:1rem}.submit-claim-theme .file-size{font-size:.75rem;color:var(--font-lightest);margin-right:1rem}.submit-claim-theme .file-remove{color:var(--font-lightest);background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s ease}.submit-claim-theme .file-remove:hover{color:#ef4444;background-color:#fee2e2}[data-slot=select-content]{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}[data-slot=select-content],[data-slot=select-content] [data-slot=select-viewport]{background-color:white!important}[data-slot=select-item]{background-color:transparent!important}[data-slot=select-item]:hover,[data-slot=select-item][data-highlighted]{background-color:#f3f4f6!important}.document-viewer-modal{display:flex;flex-direction:column;height:100%;padding-top:80px}.document-viewer-modal iframe{display:block;width:100%;height:100%;border:0;margin:0;padding:0}.document-viewer-modal [data-slot=card]{padding-top:0;padding-bottom:0;gap:0}.document-viewer-modal [data-slot=card-header]{padding:.5rem 1rem;gap:0}.document-viewer-modal [data-slot=card-content]{flex:1;padding:0;display:flex;flex-direction:column}