@charset "UTF-8";.form-section{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d}.form-section.section-closed{padding-bottom:0}.form-section.section-closed .section-header{margin-bottom:0;border-bottom:none}.section-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px}.section-header.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.section-header.clickable:hover{opacity:.8}.section-header h2{font-size:1.1rem;font-weight:600;margin:0;color:#0f172a}.section-header .header-left-group{display:flex;align-items:center;gap:10px}.section-header .section-icon{color:#ff8c1a}.section-header .chevron-icon{color:#94a3b8;transition:transform .3s ease}.section-header .chevron-icon.rotated{transform:rotate(180deg)}.form-grid{display:grid;gap:1rem;margin-top:10px;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.form-grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr))}.triple-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr))}.double-input{display:grid;grid-template-columns:1fr 1fr;gap:10px}.span-full{grid-column:1/-1}.form-group{width:100%;display:flex;flex-direction:column;gap:4px}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#475569}.form-group input,.form-group select,.form-group textarea{width:100%;box-sizing:border-box;padding:.625rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;font-size:1rem;outline:none;text-transform:uppercase}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#ff8c1a;box-shadow:0 0 0 3px #ff8c1a26}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f8fafc;cursor:not-allowed;color:#64748b}.bg-highlight{background-color:#f8fafc!important}.input-readonly{background-color:#f1f5f9!important;color:#64748b;cursor:not-allowed;font-weight:500}.sub-input .sub-label{display:block;font-size:12px;color:#94a3b8;margin-top:4px}.radio-group{display:flex;gap:20px;margin-top:10px;align-items:center;flex-wrap:wrap}.radio-group .radio-card{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.radio-group .radio-card input[type=radio]{accent-color:#ff8c1a;width:16px;height:16px}.section-divider{margin-top:20px;padding-bottom:8px;border-bottom:2px solid #f1f5f9}.section-divider .divider-title{font-size:14px;font-weight:700;color:#334155;display:block}.section-divider .divider-subtitle{font-size:12px;color:#64748b;margin-top:2px}.input-with-icon-right{position:relative;display:flex;width:70%}.input-with-icon-right input{padding-right:80px}.input-with-icon-right .btn-icon-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#ef4444;background:transparent;border:none;cursor:pointer}.input-with-icon-right .btn-icon-clear:hover{background:#fef2f2;border-radius:50%}.error-msg small,.error-text{color:#ef4444;font-size:.8rem;margin-top:.25rem;display:block}.helper-text,.helper-block{font-size:12px;color:#64748b;margin-top:4px}.helper-text-bold{font-weight:700;font-size:13px;color:#334155;margin-bottom:4px}.separator-line{height:1px;background-color:#f1f5f9;margin:1.5rem 0}.button-row-right{display:flex;justify-content:flex-end;margin-top:24px;border-top:1px solid #e2e8f0;padding-top:20px}.btn-next{min-width:120px;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.btn-next:hover{transform:translate(4px);filter:brightness(.9)}input.input-error,select.input-error,textarea.input-error,input.ng-invalid.ng-touched,select.ng-invalid.ng-touched,textarea.ng-invalid.ng-touched{border-color:#ef4444!important;background-color:#fef2f2!important;transition:all .2s ease}input.input-error:focus,select.input-error:focus,textarea.input-error:focus,input.ng-invalid.ng-touched:focus,select.ng-invalid.ng-touched:focus,textarea.ng-invalid.ng-touched:focus{outline:none!important;box-shadow:0 0 0 3px #ef444433!important;border-color:#dc2626!important}.error-text,.error-msg small{color:#ef4444;font-size:.8rem;margin-top:4px;display:block}.disabled-section{opacity:.5;pointer-events:none;filter:grayscale(100%);transition:all .3s ease}.details-container{padding-bottom:60px;font-family:Inter,sans-serif;color:#334155}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.page-header .header-left{display:flex;align-items:center;flex-wrap:wrap;gap:16px;flex:1 1 min-content}.page-header .header-left .back-btn{background:#fff;border:1px solid hsl(214,32%,91%);color:#64748b;padding:8px 16px;border-radius:8px;cursor:pointer;flex-shrink:0;transition:all .2s}.page-header .header-left .back-btn:hover{background:#f1f5f9}.page-header .header-left .page-title{font-size:clamp(1.2rem,3vw,1.4rem);font-weight:500;display:flex;align-items:center;gap:10px;margin:0;line-height:1.3}.page-header .header-left .page-title .icon-drop{color:#dc2626;flex-shrink:0}.page-header .btn-edit{background:#ff8c1a;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;flex-shrink:0}.page-header .btn-edit:hover{background:#ea580c}.summary-card{background:#fff;border-radius:12px;padding:24px;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:20px;border-left:5px solid #ff8c1a}.summary-card .summary-item{display:flex;flex-direction:column;gap:6px;overflow:hidden}.summary-card .summary-item label{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.summary-card .summary-item .value{font-size:16px;font-weight:500;color:#0f172a;word-break:break-word}.summary-card .summary-item .status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;background:#e2e8f0;color:#64748b;align-self:flex-start}.summary-card .summary-item .status-badge.vivo{background:#dcfce7;color:#166534}.detail-section{background:#fff;border-radius:16px;border:1px solid hsl(214,32%,91%);margin-bottom:0;overflow:hidden}.detail-section .section-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid hsl(214,32%,91%);transition:background .2s}.detail-section .section-header:hover{background:#fdfdfd}.detail-section .section-header .title-group{display:flex;align-items:center;gap:12px}.detail-section .section-header .title-group .icon{width:20px;color:#ff8c1a}.detail-section .section-header .title-group h2{margin:0;font-size:16px;font-weight:600;color:#0f172a}.detail-section .section-header .chevron{transition:transform .3s;color:#64748b}.detail-section .section-header .chevron.rotated{transform:rotate(180deg)}.detail-section .section-content{padding:24px}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:24px 30px}.data-grid.two-cols{grid-template-columns:repeat(auto-fit,minmax(min(100%,350px),1fr))}.residence-grid{background-color:#f8fafc;padding:10px;border-radius:15px}.data-item{display:flex;flex-direction:column;gap:6px}.data-item label{font-size:13px;color:#64748b;font-weight:400}.data-item .value{font-size:15px;color:#334155;font-weight:500;min-height:20px}.data-item .value.italic{font-style:italic;color:#94a3b8;font-weight:400}.data-item .value.bold{font-weight:600}.data-item.span-2{grid-column:span 2}.data-item.span-3{grid-column:span 3}.data-item.span-full{grid-column:1/-1}.divider{width:100%;height:1px;background:#f1f5f9;margin:25px 0;position:relative}.divider span{position:absolute;top:-10px;left:0;background:#fff;padding-right:10px;font-size:14px;color:#334155;font-weight:600}.gray-box-list{background-color:#f8fafc;border-radius:8px;padding:12px 16px;font-size:14px;color:#334155;border:1px solid #f1f5f9}.gray-box-list .empty-text{color:#64748b;font-style:italic}.mt-4{margin-top:16px}.italic{font-style:italic;color:#475569}.subsection-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.subsection-header .sub-title-bold{font-weight:700;color:#334155;display:block;margin-bottom:.25rem}.btn-outline-orange{background:transparent;border:1px solid currentColor;color:inherit;padding:8px 16px;border-radius:6px;font-weight:500;cursor:pointer;background-color:#fff;transition:all .2s}.btn-outline-orange:hover{opacity:.8}.empty-state{background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:2rem;text-align:center;color:#64748b;margin-bottom:1rem}.item-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}.item-card .card-header-mini{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:.9rem;color:#64748b;font-weight:500}.item-card .btn-trash{background:none;border:none;cursor:pointer;font-size:1.2rem;color:#ef4444;transition:transform .2s}.item-card .btn-trash:hover{transform:scale(1.1)}.no-gap{gap:10px!important}.input-with-button{display:flex;gap:8px}.input-with-button input{flex:1}.input-with-button .btn-buscar{background-color:#64748b;color:#fff;border:none;border-radius:6px;padding:0 16px;font-weight:600;cursor:pointer;transition:background .2s}.input-with-button .btn-buscar:hover{opacity:.9}.input-with-button .btn-buscar:disabled{opacity:.6;cursor:not-allowed}@font-face{font-family:Garet;src:url(/assets/fonts/garet/Garet-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Garet;src:url(/assets/fonts/garet/Garet-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background-color:#fff}body{overflow-x:hidden;font-family:Garet,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
