.fix{background-color:#06a0bb1a;border-radius:8px;flex-direction:column;align-items:center;width:100%;min-height:calc(100vh - 11rem);margin:0 auto;padding:20px;display:flex}.fix h1{text-align:center;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.fix>p{color:#000000b3;text-align:center;margin-bottom:1rem;font-size:1rem}.fix-wrapper{background-color:#06a0bb1a;border-radius:1rem;justify-content:center;width:100%;max-width:40rem;padding:2rem;display:flex}.fix-wrapper form{flex-direction:column;flex:1;gap:1rem;width:100%;display:flex}.fix-wrapper form label{align-items:center;gap:.5rem;font-weight:600;display:flex}.lrf-container{background-color:#f5f5f5;min-height:100vh;padding:48px 16px}.lrf-inner-container{max-width:768px;margin:0 auto}.lrf-header{text-align:center;margin-bottom:32px}.lrf-main-title{color:#1f2937;margin:0 0 12px;font-size:36px;font-weight:700}.lrf-subtitle{color:#4b5563;margin:0;font-size:18px}.lrf-form-card{background:#06a0bb1a;border-radius:16px;padding:32px}.lrf-section{margin-bottom:24px}.lrf-section-title{color:#1f2937;border-bottom:1px solid #06a0bb80;margin:0 0 16px;padding-bottom:8px;font-size:20px;font-weight:600}.lrf-field-wrapper{flex-wrap:wrap;gap:16px;width:100%;display:flex}.lrf-field-wrapper .lrf-field{flex:1}.lrf-label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.lrf-required{color:#ef4444}.lrf-input,.lrf-select,.lrf-textarea{border:1px solid #00000080;border-radius:8px;width:100%;padding:.5rem 1rem;font-size:16px;transition:all .2s}.lrf-input:focus,.lrf-select:focus,.lrf-textarea:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.lrf-input-error{border-color:#ef4444}.lrf-textarea{resize:none;font-family:inherit}.lrf-error-text{color:#ef4444;margin:4px 0 0;font-size:14px}.lrf-helper-text{color:#6b7280;margin:0 0 12px;font-size:14px}.lrf-question-text{color:#374151;margin:0 0 12px;font-size:14px;font-weight:500}.lrf-button-group{gap:16px;display:flex}.lrf-toggle-button{color:#374151;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:8px;flex:1;padding:12px 16px;font-size:16px;font-weight:500;transition:all .2s}.lrf-toggle-button:hover{border-color:#93c5fd}.lrf-toggle-active{color:#000;background-color:#06a0bb33;border:1px solid #2563eb}.lrf-checkbox-group{flex-wrap:wrap;gap:12px;display:flex}.lrf-checkbox-label{cursor:pointer;border:1px solid #d1d5db;border-radius:8px;flex:1;align-items:flex-start;min-width:15rem;padding:.5rem;transition:background-color .2s;display:flex}.lrf-checkbox-label:hover{background-color:#06a0bb1a}.lrf-checkbox{accent-color:#2563eb;cursor:pointer;width:20px;height:20px;margin-top:4px}.lrf-checkbox-label .description{flex-direction:column;display:flex}.lrf-checkbox-text{color:#374151;margin-left:12px}.lrf-char-counter-wrapper{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.lrf-char-counter{color:#6b7280;margin:0 0 0 auto;font-size:14px}.lrf-upload-box{text-align:center;border:2px dashed #d1d5db;border-radius:8px;padding:1rem;transition:border-color .2s}.lrf-upload-box:hover{border-color:#93c5fd}.lrf-file-input{display:none}.lrf-upload-label{cursor:pointer;flex-direction:column;align-items:center;display:flex}.lrf-upload-icon{color:#9ca3af;width:48px;height:48px;margin-bottom:12px}.lrf-upload-primary{color:#2563eb;font-weight:500;display:block}.lrf-upload-secondary{color:#6b7280;margin-top:4px;font-size:14px;display:block}.lrf-upload-hint{color:#9ca3af;margin-top:8px;font-size:12px;display:block}.lrf-preview-section{margin-top:16px}.lrf-preview-title{color:#374151;margin:0 0 8px;font-size:14px;font-weight:500}.lrf-preview-list{flex-direction:column;gap:12px;display:flex}.lrf-preview-item{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.lrf-preview-thumbnail{background-color:#e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.lrf-preview-img{object-fit:cover;width:100%;height:100%}.lrf-preview-icon{color:#6b7280;width:32px;height:32px}.lrf-preview-info{flex-grow:1;min-width:0}.lrf-preview-name{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;margin:0 0 4px;font-size:14px;font-weight:500;overflow:hidden}.lrf-preview-meta{color:#6b7280;margin:0;font-size:12px}.lrf-remove-button{color:#ef4444;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:8px;transition:color .2s}.lrf-remove-button:hover{color:#dc2626}.lrf-remove-icon{width:20px;height:20px}.lrf-submit-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 24px;font-size:18px;font-weight:600;transition:background-color .2s;display:flex}.lrf-submit-button:hover{color:#fff;background-color:#000000e6}.lrf-submit-button:disabled{opacity:.5;cursor:not-allowed}.lrf-spinner{width:20px;height:20px;animation:1s linear infinite lrf-spin}.lrf-spinner-track{opacity:.25}.lrf-spinner-path{opacity:.75}@keyframes lrf-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lrf-footer-text{text-align:center;color:#6b7280;margin:16px 0 0;font-size:14px}.lrf-success-wrapper{background:linear-gradient(135deg,#eff6ff 0%,#e0e7ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.lrf-success-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:448px;padding:32px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.lrf-success-icon{background-color:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex}.lrf-checkmark{color:#16a34a;width:40px;height:40px}.lrf-success-title{color:#1f2937;margin:0 0 8px;font-size:24px;font-weight:700}.lrf-success-text{color:#4b5563;margin:0}
