:root{color:#1f1f1f;background:#f5f3ef;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0}.admin-layout{background:#f5f3ef;min-height:100vh;display:flex}.sidebar{color:#fff;background:#1f2933;flex-direction:column;width:260px;padding:24px;display:flex}.sidebar-header h2{margin:0;font-size:22px}.sidebar-header p{color:#c89b3c;margin:8px 0 32px}.sidebar-logo{width:90px;height:auto;margin-bottom:14px;display:block}.sidebar-nav{flex-direction:column;flex:1;gap:12px;display:flex}.sidebar-nav a{color:#fff;border-radius:8px;padding:12px;text-decoration:none}.sidebar-nav a:hover{color:#1f2933;background:#c89b3c}.user-card{background:#ffffff14;border-radius:12px;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.user-avatar{color:#1f2933;background:#c89b3c;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex}.user-card strong{color:#fff;font-size:14px;display:block}.user-card span{color:#c89b3c;margin-top:3px;font-size:12px;display:block}.logout-button{color:#1f2933;cursor:pointer;background:#c89b3c;border:none;border-radius:8px;padding:12px;font-weight:700}.main-content{flex:1;padding:32px}h1{margin-top:0}table{border-collapse:collapse;background:#fff;border-radius:10px;width:100%;overflow:hidden}th{color:#fff;text-align:left;background:#1f2933}th,td{border-bottom:1px solid #e5e7eb;padding:14px}tr:hover{background:#f9fafb}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header p{color:#6b7280;margin:6px 0 0}.primary-button{color:#1f2933;cursor:pointer;background:#c89b3c;border:none;border-radius:8px;padding:12px 18px;font-weight:700}.primary-button:hover{background:#b88a2f}.secondary-button{color:#fff;cursor:pointer;background:#1f2933;border:none;border-radius:8px;padding:10px 14px}.secondary-button:hover{background:#111827}.edit-button{color:#fff;cursor:pointer;background:#d97706;border:none;border-radius:8px;padding:10px 14px}.edit-button:hover{background:#b45309}.delete-button{color:#fff;cursor:pointer;background:#b91c1c;border:none;border-radius:8px;padding:10px 14px}.delete-button:hover{background:#991b1b}.form-card{background:#fff;border-radius:10px;margin-bottom:24px;padding:24px}.form-card h3{margin-top:0}.form-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px;display:grid}.form-grid input,.form-grid select,.form-grid textarea{border:1px solid #d1d5db;border-radius:8px;padding:12px;font-family:Arial,Helvetica,sans-serif;font-size:14px}.form-grid textarea{resize:vertical;grid-column:span 2}.alert-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:10px;margin-bottom:20px;padding:14px}.dashboard-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.executive-grid{grid-template-columns:repeat(4,1fr)}.metric-card{background:#fff;border-left:6px solid #c89b3c;border-radius:12px;padding:24px;box-shadow:0 4px 10px #0000000a}.metric-card h3{color:#1f2933;margin:0 0 12px;font-size:18px}.metric-card p{color:#c89b3c;margin:0;font-size:36px;font-weight:700}.metric-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.metric-icon{color:#c89b3c;flex-shrink:0;font-size:24px}.metric-clickable,.summary-clickable{cursor:pointer;transition:transform .2s,box-shadow .2s}.metric-clickable:hover,.summary-clickable:hover{transform:translateY(-3px);box-shadow:0 12px 26px #0000001a}@media (width<=1200px){.executive-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.executive-grid,.dashboard-grid{grid-template-columns:1fr}}.filters-card{background:#fff;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin:24px 0;padding:20px;display:flex}.filters-card input{border:1px solid #d8d8d8;border-radius:10px;flex:1;width:100%;padding:12px}.filter-buttons{flex-wrap:wrap;gap:10px;display:flex}.recent-card{background:#fff;border-radius:16px;margin-top:25px;padding:25px;box-shadow:0 4px 10px #0000000a}.recent-card h2{color:#1f2933;margin-top:0;margin-bottom:20px}.actions{flex-wrap:wrap;gap:8px;display:flex}.client-actions{grid-template-columns:repeat(2,1fr);gap:8px;min-width:300px;max-width:340px;display:grid}.action-button{cursor:pointer;white-space:normal;text-align:center;border:none;border-radius:999px;width:100%;min-height:38px;padding:9px 12px;font-size:13px;font-weight:700;line-height:1.1;transition:all .2s}.action-button:hover{opacity:.92;transform:translateY(-1px)}.action-button.dark{color:#1d4171;background:#e8eef7}.action-button.orange{color:#92400e;background:#fef3c7}.action-button.red{color:#991b1b;background:#fee2e2}.action-button.green,.btn-generar,.btn-activar{color:#166534;background:#dcfce7}.btn-desactivar{color:#991b1b;background:#fee2e2}.btn-generar{font-weight:800}@media (width<=900px){.client-actions{min-width:100%}}.status-badge{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-block}.status-autorizado{color:#166534;background:#dcfce7}.status-pendiente{color:#92400e;background:#fef3c7}.status-activo{color:#1d4ed8;background:#dbeafe}.status-inactivo{color:#991b1b;background:#fee2e2}.status-lead{color:#92400e;background:#fef3c7}.status-contactado{color:#1d4ed8;background:#dbeafe}.status-documentacion{color:#6d28d9;background:#ede9fe}.status-rechazado{color:#991b1b;background:#fee2e2}.modal-overlay{z-index:999;background:#111827a6;justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex;position:fixed;top:0;left:0}.modal-card{overscroll-behavior:contain;background:#fff;border-radius:16px;flex-direction:column;width:95%;max-width:1200px;max-height:85vh;padding:24px;display:flex;overflow-y:auto;box-shadow:0 20px 45px #00000040}.modal-overlay{overscroll-behavior:contain}.modal-card::-webkit-scrollbar{width:8px}.modal-card::-webkit-scrollbar-thumb{background:#c89b3c;border-radius:999px}.modal-card::-webkit-scrollbar-track{background:#f5f3ef}.modal-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.modal-header h2{color:#1f2933;margin:0}.modal-header p{color:#6b7280;margin:6px 0 0}.modal-table-scroll{max-height:55vh;margin-top:15px;overflow-y:auto}.modal-table-scroll table{width:100%}.message-modal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:460px;padding:28px;box-shadow:0 20px 45px #00000040}.message-modal h2{color:#1f2933;margin-top:0}.message-modal p{color:#4b5563;margin-bottom:20px}.modal-link-box{word-break:break-all;text-align:left;background:#f5f3ef;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:20px;padding:12px;font-size:14px}.dashboard-top-section{grid-template-columns:2fr 1fr;gap:20px;margin-top:25px;display:grid}.dashboard-chart-card,.dashboard-summary-card{background:#fff;border-radius:16px;padding:25px}.dashboard-chart-card h2,.dashboard-summary-card h2{margin-bottom:20px}.chart-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.chart-filter-buttons{flex-wrap:wrap;gap:10px;margin-bottom:15px;display:flex}.chart-filter-buttons button{padding:9px 14px;font-size:13px}.summary-list{flex-direction:column;gap:15px;display:flex}.summary-item{background:#f7f8fa;border-radius:10px;justify-content:space-between;align-items:center;padding:14px;display:flex}.summary-item span:first-child{font-weight:600}.summary-value{color:#c9972f;font-size:22px;font-weight:700}@media (width<=1100px){.dashboard-top-section{grid-template-columns:1fr}}.client-profile-grid{grid-template-columns:1fr 1fr;gap:18px;margin:20px 0;display:grid}.client-profile-card{background:#f8fafc;border-radius:14px;padding:20px}.client-profile-card h3{margin-bottom:12px}.client-profile-card button{width:100%;margin-bottom:10px}@media (width<=900px){.client-profile-grid{grid-template-columns:1fr}}.login-page{background:#f5f3ef;grid-template-columns:1.1fr .9fr;min-height:100vh;display:grid}.login-info{color:#fff;background:linear-gradient(135deg,#1f2933 0%,#111827 100%);flex-direction:column;justify-content:space-between;padding:64px;display:flex}.login-info h1{margin:0;font-size:44px;line-height:1.1}.login-subtitle{color:#c89b3c;margin-top:16px;font-size:20px;font-weight:700}.login-benefits{margin-top:60px}.login-benefits p{margin:18px 0;font-size:18px}.login-footer-text{color:#d1d5db;font-size:15px}.login-form-section{justify-content:center;align-items:center;padding:40px;display:flex}.login-card{background:#fff;border-radius:18px;width:100%;max-width:420px;padding:36px;box-shadow:0 16px 40px #00000014}.login-card h2{color:#1f2933;margin:0;font-size:32px}.login-card p{color:#6b7280;margin-bottom:28px}.login-field{margin-bottom:18px}.login-field label{color:#1f2933;margin-bottom:8px;font-weight:700;display:block}.login-field input{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:13px;font-size:15px}.login-field input:focus{border-color:#c89b3c;outline:none;box-shadow:0 0 0 3px #c89b3c26}.login-button{color:#1f2933;cursor:pointer;background:#c89b3c;border:none;border-radius:10px;width:100%;margin-top:10px;padding:14px;font-size:16px;font-weight:700}.login-button:hover{background:#b88a2f}.login-error{color:#991b1b;background:#fee2e2;border-radius:10px;margin-bottom:14px;padding:12px;font-size:14px}.login-brand{flex-direction:column;display:flex}.login-logo{object-fit:contain;width:140px;height:auto;margin-bottom:20px}.back-portal-link{color:#c89b3c;text-align:center;margin-top:18px;font-weight:700;text-decoration:none;display:block}@media (width<=900px){.login-page{grid-template-columns:1fr}.login-info{padding:40px}}.portal-page{background:#f5f3ef;min-height:100vh}.portal-header{color:#fff;background:#1f2933;justify-content:space-between;align-items:center;height:72px;padding:0 60px;display:flex}.portal-header h2{color:#c89b3c;margin:0}.portal-header nav{gap:24px;display:flex}.portal-header a{color:#fff;font-weight:700;text-decoration:none}.portal-brand{align-items:center;gap:14px;display:flex}.portal-logo{object-fit:contain;width:58px;height:auto}.portal-brand h2{color:#fff;margin:0}.portal-brand span{color:#c89b3c;font-size:13px;font-weight:700}.portal-video-hero{color:#fff;background:#111827;align-items:center;min-height:620px;padding:110px 60px;display:flex;position:relative;overflow:hidden}.portal-hero-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.portal-hero-overlay{background:linear-gradient(90deg,#111827eb,#111827ad,#11182759);position:absolute;inset:0}.portal-hero-content{z-index:2;max-width:760px;position:relative}.portal-hero-kicker{color:#c89b3c;letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-weight:900;display:inline-block}.portal-hero-content h1{max-width:760px;margin-bottom:22px;font-size:62px;line-height:1.04}.portal-hero-content p{color:#e5e7eb;max-width:620px;font-size:21px;line-height:1.6}.portal-hero-actions{flex-wrap:wrap;gap:14px;margin-top:30px;display:flex}.portal-button-outline{color:#fff;background:#ffffff1f;border:1px solid #ffffff59}.portal-hero-stats{grid-template-columns:repeat(4,1fr);gap:14px;max-width:850px;margin-top:42px;display:grid}.portal-hero-stats div{backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff29;border-radius:14px;padding:16px}.portal-hero-stats strong{color:#c89b3c;margin-bottom:4px;font-size:28px;display:block}.portal-hero-stats span{color:#f3f4f6;font-size:13px;font-weight:700}@media (width<=900px){.portal-video-hero{min-height:640px;padding:90px 24px}.portal-hero-content h1{font-size:42px}.portal-hero-content p{font-size:17px}.portal-hero-stats{grid-template-columns:repeat(2,1fr)}}.portal-button{color:#1f2933;cursor:pointer;background:#c89b3c;border:none;border-radius:10px;padding:13px 20px;font-weight:700;text-decoration:none;display:inline-block}.portal-button.full{width:100%;margin-top:18px}.secondary-portal-button{color:#fff;text-align:center;background:#1f2933}.portal-section{padding:50px 60px}.simulator-section{padding-bottom:20px}.simulator-card{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:14px;padding:22px;display:grid;box-shadow:0 10px 25px #00000014}.simulator-card input,.simulator-card select{border:1px solid #d1d5db;border-radius:10px;padding:13px;font-size:14px}.project-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.project-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 10px 25px #00000014}.project-card img{object-fit:cover;width:100%;height:230px}.project-content h3{color:#1f2933;margin:14px 0 6px}.project-content h4{color:#c89b3c;margin:14px 0;font-size:22px}.project-details{color:#6b7280;justify-content:space-between;gap:10px;font-size:14px;display:flex}.credit-preview{color:#1f2933;background:#f5f3ef;border-radius:10px;margin-top:14px;padding:12px}.credit-preview strong{color:#c89b3c}.project-detail-hero{background:#fff;grid-template-columns:1.2fr .8fr;gap:32px;padding:50px 60px;display:grid}.project-detail-hero img{object-fit:cover;border-radius:18px;width:100%;height:430px}.project-detail-info{flex-direction:column;justify-content:center;display:flex}.project-detail-info h1{color:#1f2933;margin:18px 0 8px;font-size:42px}.project-detail-info h2{color:#c89b3c;font-size:30px}.project-gallery{grid-template-columns:repeat(4,1fr);gap:18px;padding:30px 60px 0;display:grid}.project-gallery img{object-fit:cover;border-radius:14px;width:100%;height:180px}.project-detail-content{grid-template-columns:1fr 380px;gap:30px;padding:50px 60px;display:grid}.project-description,.credit-box{background:#fff;border-radius:18px;padding:28px;box-shadow:0 10px 25px #0000000f}.project-description h2,.credit-box h2{color:#1f2933}.detail-list{flex-wrap:wrap;gap:10px;display:flex}.detail-list span{color:#1f2933;background:#f5f3ef;border-radius:10px;padding:10px 14px;font-weight:600}.credit-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:14px 0;display:flex}.credit-result{background:#f5f3ef;border-radius:14px;justify-content:space-between;margin:24px 0;padding:18px;font-weight:700;display:flex}.credit-result strong{color:#c89b3c;font-size:24px}.lead-form{flex-direction:column;gap:12px;margin-top:18px;display:flex}.lead-form input{border:1px solid #d1d5db;border-radius:10px;padding:12px;font-size:14px}.credit-box .lead-form{margin-top:25px}.credit-box .lead-form h3{margin-bottom:10px}.portal-footer{color:#fff;background:#1f2933;margin-top:60px;padding:45px 60px 25px;position:relative;overflow:hidden}.footer-watermark{color:#ffffff0a;pointer-events:none;font-size:150px;font-weight:900;position:absolute;top:-20px;right:60px}.footer-brand{align-items:center;gap:14px;margin-bottom:25px;display:flex}.footer-brand img{width:70px}.footer-brand h3{color:#fff;margin:0}.footer-brand p{color:#c89b3c;margin:4px 0 0;font-weight:700}.footer-links{flex-wrap:wrap;gap:22px;margin-bottom:25px;display:flex}.footer-links a{color:#e5e7eb;font-weight:600;text-decoration:none}.footer-links a:hover{color:#c89b3c}.footer-copy{color:#d1d5db;border-top:1px solid #ffffff1f;padding-top:18px;font-size:14px}@media (width<=1000px){.project-grid,.simulator-card,.project-detail-hero,.project-detail-content,.project-gallery{grid-template-columns:1fr}.portal-header{padding:0 24px}.portal-section,.portal-hero,.project-detail-hero,.project-detail-content,.project-gallery{padding:40px 24px}}.pipeline-board{grid-template-columns:repeat(6,220px);gap:14px;padding-bottom:16px;display:grid;overflow-x:auto}.pipeline-column{background:#fff;border-radius:14px;height:72vh;padding:12px;overflow-y:auto;box-shadow:0 4px 10px #0000000a}.pipeline-column:first-child{border-top:4px solid #3b82f6}.pipeline-column:nth-child(2){border-top:4px solid #f59e0b}.pipeline-column:nth-child(3){border-top:4px solid #8b5cf6}.pipeline-column:nth-child(4){border-top:4px solid #10b981}.pipeline-column:nth-child(5){border-top:4px solid #22c55e}.pipeline-column:nth-child(6){border-top:4px solid #ef4444}.pipeline-column-header{z-index:2;background:#fff;justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:8px;display:flex;position:sticky;top:0}.pipeline-column-header h3{color:#1f2933;margin:0;font-size:16px}.pipeline-column-header span{color:#c89b3c;background:#f5f3ef;border-radius:999px;padding:5px 9px;font-size:13px;font-weight:800}.pipeline-cards{flex-direction:column;gap:10px;display:flex}.pipeline-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:12px}.pipeline-card h4{color:#1f2933;margin:0 0 8px;font-size:15px;line-height:1.2}.pipeline-card p{color:#4b5563;margin:5px 0;font-size:13px;line-height:1.25}.pipeline-card p:nth-of-type(3){display:none}.pipeline-actions .action-button{min-height:32px;padding:7px 10px;font-size:12px}.pipeline-empty{color:#6b7280;text-align:center;background:#f8fafc;border:1px dashed #d1d5db;border-radius:12px;padding:14px;font-size:13px;font-weight:600}@media (width<=1400px){.pipeline-board{grid-template-columns:repeat(6,220px)}}.pipeline-summary{grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:18px;display:grid}.pipeline-summary-card{background:#fff;border-left:5px solid #c89b3c;border-radius:12px;padding:16px;box-shadow:0 4px 10px #0000000a}.pipeline-summary-card span{color:#6b7280;margin-bottom:8px;font-weight:700;display:block}.pipeline-summary-card strong{color:#c89b3c;font-size:28px}.pipeline-search-card{background:#fff;border-radius:14px;margin-bottom:18px;padding:16px}.pipeline-search-card input{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:13px;font-size:14px}@media (width<=1100px){.pipeline-summary{grid-template-columns:repeat(2,1fr)}}.status-reservado{color:#92400e;background:#fef3c7}.status-vendido{color:#991b1b;background:#fee2e2}.status-proximamente{color:#3730a3;background:#e0e7ff}.status-disponible{color:#166534;background:#dcfce7}.client-profile-card textarea{resize:vertical;border:1px solid #d1d5db;border-radius:10px;width:100%;min-height:90px;margin-bottom:12px;padding:12px;font-family:Arial,Helvetica,sans-serif;font-size:14px}.client-profile-card textarea:focus{border-color:#c89b3c;outline:none;box-shadow:0 0 0 3px #c89b3c2e}.client-profile-card input,.client-profile-card select{border:1px solid #d1d5db;border-radius:10px;width:100%;margin-bottom:12px;padding:12px;font-size:14px}.sidebar-toggle{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff40;border-radius:10px;width:42px;height:42px;margin-bottom:18px;font-size:20px}.sidebar-toggle:hover{background:#ffffff14}.admin-layout.sidebar-collapsed{grid-template-columns:88px 1fr}.admin-layout.sidebar-collapsed .sidebar{align-items:center;width:88px;padding:24px 14px}.admin-layout.sidebar-collapsed .sidebar-logo{width:56px;margin-bottom:20px}.admin-layout.sidebar-collapsed .sidebar-nav{align-items:center}.admin-layout.sidebar-collapsed .sidebar-nav a{white-space:nowrap;text-indent:-999px;width:54px;height:42px;position:relative;overflow:hidden}.admin-layout.sidebar-collapsed .sidebar-nav a:first-letter{text-indent:0}.task-overdue-row td{color:#7c2d12}.dashboard-summary-card{max-height:620px;overflow:hidden}.dashboard-summary-card .summary-list{max-height:500px;padding-right:8px;overflow-y:auto}.dashboard-summary-card .summary-list::-webkit-scrollbar{width:8px}.dashboard-summary-card .summary-list::-webkit-scrollbar-track{background:#f5f3ef;border-radius:999px}.dashboard-summary-card .summary-list::-webkit-scrollbar-thumb{background:#c89b3c;border-radius:999px}.dashboard-summary-card .summary-list::-webkit-scrollbar-thumb:hover{background:#a87922}.public-auth-page{background:#f5f3ef;justify-content:center;align-items:center;min-height:100vh;padding:32px;display:flex}.public-auth-card{text-align:center;background:#fff;border-radius:22px;width:100%;max-width:720px;padding:38px;box-shadow:0 20px 45px #1f293329}.public-auth-card img{width:96px;margin-bottom:18px}.public-auth-card h1{color:#1f2933;margin-bottom:14px}.public-auth-content{text-align:left;color:#374151;margin:28px 0;font-size:16px;line-height:1.7}.public-auth-success{color:#166534;background:#dcfce7;border-radius:14px;margin-top:22px;padding:18px}.public-auth-success h3{margin-bottom:8px}.email-preview-card{background:#f5f3ef;border-radius:16px;max-height:520px;padding:22px;overflow-y:auto}.email-actions{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.email-actions button{min-width:180px}.timeline-list{flex-direction:column;gap:14px;max-height:360px;padding-right:8px;display:flex;overflow-y:auto}.timeline-item{border-bottom:1px solid #e5e7eb;grid-template-columns:16px 1fr;gap:12px;padding-bottom:14px;display:grid}.timeline-dot{background:#c89b3c;border-radius:50%;width:12px;height:12px;margin-top:6px}.timeline-item strong{color:#1f2933;margin-bottom:4px;display:block}.timeline-item p{color:#374151;margin:0 0 6px}.pdf-modal-card{width:92vw;max-width:980px;height:88vh}.pdf-viewer{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;width:100%;height:68vh}.pdf-overlay{z-index:9999}.pdf-modal-card{z-index:10000}.modal-overlay{z-index:9000}.modal-card{z-index:9010}.message-modal{z-index:12000;position:relative}.document-viewer-overlay,.pdf-overlay{z-index:13000!important}.document-viewer-card,.pdf-modal-card{position:relative;z-index:13010!important}.image-viewer-box{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;justify-content:center;align-items:center;width:100%;max-height:68vh;padding:16px;display:flex;overflow:auto}.image-viewer-box img{object-fit:contain;border-radius:10px;max-width:100%;max-height:65vh}.modal-overlay:has(.message-modal){z-index:14000!important}.modal-overlay:has(.client-profile-grid){z-index:8000}.client-profile-full{grid-column:1/-1}.client-profile-full .expediente-card{color:#fff;background:linear-gradient(135deg,#1f2933,#111827);border-radius:16px;padding:22px;box-shadow:0 14px 32px #00000029}.expediente-header h3{color:#fff;margin:0}.expediente-header span{color:#c89b3c;font-weight:800}.expediente-progress{background:#ffffff24;border-radius:999px;height:12px;margin-bottom:18px;overflow:hidden}.expediente-progress-bar{border-radius:999px;height:100%;transition:width .3s}.expediente-list{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.expediente-item{border-radius:12px;align-items:center;gap:8px;padding:12px;font-weight:700;display:flex}.expediente-item.ok{color:#bbf7d0;background:#22c55e2e}.expediente-item.pending{color:#fde68a;background:#f59e0b2e}.client-profile-full .expediente-card button{width:100%;margin-top:18px}.client-profile-full .expediente-card button:disabled{opacity:.65;cursor:not-allowed}@media (width<=900px){.expediente-list{grid-template-columns:1fr}}.portal-section-header{max-width:760px;margin-bottom:34px}.portal-section-header span,.interior-showcase-content span{color:#c89b3c;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;font-weight:900;display:inline-block}.portal-section-header h2,.interior-showcase-content h2{color:#1f2933;margin:0 0 12px;font-size:38px}.portal-section-header p,.interior-showcase-content p{color:#4b5563;font-size:17px;line-height:1.7}.trust-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.trust-card{background:#fff;border:1px solid #ede7da;border-radius:18px;padding:26px;transition:transform .2s,box-shadow .2s;box-shadow:0 14px 30px #00000012}.trust-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px #0000001c}.trust-icon{background:#f5f3ef;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:18px;font-size:28px;display:flex}.trust-card h3{color:#1f2933;margin:0 0 10px}.trust-card p{color:#5b6472;margin:0;line-height:1.6}.interior-showcase-section{padding-top:20px}.interior-showcase-card{background:#fff;border-radius:26px;grid-template-columns:1.25fr .75fr;display:grid;overflow:hidden;box-shadow:0 20px 50px #0000001f}.interior-video-box{background:#111827;min-height:420px}.interior-video-box video{object-fit:cover;width:100%;height:100%;display:block}.interior-showcase-content{flex-direction:column;justify-content:center;padding:48px;display:flex}.interior-showcase-content .portal-button{width:fit-content;margin-top:18px}@media (width<=1000px){.trust-grid,.interior-showcase-card{grid-template-columns:1fr}.interior-video-box{min-height:320px}.interior-showcase-content{padding:32px}.portal-section-header h2,.interior-showcase-content h2{font-size:30px}}#proyectos h2{color:#1f2933;margin-bottom:28px;font-size:38px}.project-card{background:#fff;border-radius:24px;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 18px 42px #0000001c}.project-card:hover{transform:translateY(-7px);box-shadow:0 26px 60px #00000029}.project-card img{height:280px;transition:transform .35s}.project-card:hover img{transform:scale(1.06)}.project-content h3{margin-top:16px;font-size:24px}.credit-preview{border-left:4px solid #c89b3c;font-size:15px}.project-details span{color:#1f2933;background:#f5f3ef;border-radius:999px;padding:8px 10px;font-weight:700}.project-content .portal-button{text-align:center}#proyectos{max-width:1200px;margin:0 auto}.project-grid{grid-template-columns:repeat(auto-fit,minmax(280px,340px));justify-content:center;gap:24px}.project-card{max-width:340px}.project-card img{height:200px}.project-content{padding:20px}.project-content h3{font-size:20px;line-height:1.15}.project-content h4{font-size:22px}.project-details{flex-wrap:wrap;justify-content:flex-start}.project-details span{padding:7px 10px;font-size:13px}.premium-project-hero{background:linear-gradient(135deg,#fff,#f5f3ef);align-items:center}.premium-project-hero .project-detail-info{background:#fff;border-radius:24px;padding:34px;box-shadow:0 18px 44px #0000001f}.premium-project-hero .portal-hero-actions{margin-top:24px}.location-box{background:#f5f3ef;border-radius:16px;margin:16px 0 24px;padding:18px}.location-box p{margin:8px 0}.nearby-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:14px;display:grid}.nearby-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;align-items:flex-start;gap:10px;padding:14px;display:flex}.nearby-card p{color:#374151;margin:0}.credit-box label{color:#1f2933;margin-top:12px;margin-bottom:6px;font-weight:800;display:block}.credit-box input{border:1px solid #d1d5db;border-radius:10px;width:100%;margin-bottom:10px;padding:12px}.credit-box small{color:#6b7280;line-height:1.5;display:block}@media (width<=900px){.premium-project-hero .project-detail-info{padding:24px}.nearby-grid{grid-template-columns:1fr}}.project-gallery-swiper{padding:60px}.project-gallery-swiper h2{color:#1f2933;margin-bottom:25px}.gallery-slide-image{object-fit:cover;cursor:pointer;border-radius:16px;width:100%;height:230px;transition:all .35s}.gallery-slide-image:hover{transform:scale(1.03)}.swiper-button-next,.swiper-button-prev{font-weight:700;color:#c89b3c!important}.swiper{padding-bottom:10px}.tour-section{padding:70px 60px}.section-title span{color:#c89b3c;letter-spacing:3px;font-weight:700}.section-title h2{color:#1f2933;margin-top:10px;font-size:42px}.tour-tabs{gap:15px;margin:35px 0;display:flex}.tour-tabs button{cursor:pointer;background:#ece8df;border:none;border-radius:10px;padding:14px 28px;font-weight:700;transition:all .3s}.tour-active{color:#fff;background:#c89b3c!important}.tour-video video{border-radius:20px;width:100%;box-shadow:0 20px 40px #00000026}.tour-placeholder img{border-radius:18px;width:100%;display:block}.tour-placeholder iframe{border:none;border-radius:18px;width:100%;height:550px}.credit-summary{background:#fff;border:1px solid #ececec;border-radius:16px;margin-top:20px;overflow:hidden}.credit-summary-row{border-bottom:1px solid #efefef;justify-content:space-between;align-items:center;padding:15px 18px;display:flex}.credit-summary-row:last-child{border-bottom:none}.credit-summary-row span{color:#666;font-size:15px}.credit-summary-row strong{color:#1f2933;font-size:17px}.upload-card{background:#fff;border:2px dashed #d6b15b;border-radius:16px;flex-direction:column;gap:15px;padding:20px;display:flex}.upload-card label{color:#1f2937;font-weight:700}.preview-image{object-fit:cover;border-radius:12px;width:100%;max-height:180px}.upload-card:hover{background:#fffaf1;border-color:#c79b2d}.upload-card input{width:100%}.archivo-nombre{margin-top:8px;font-size:14px}.upload-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0000001a}.upload-placeholder{margin:12px 0;font-size:42px}.status-autorizacion{color:#3730a3;background:#e0e7ff}.status-buro{color:#155e75;background:#cffafe}.status-evaluacion{color:#6b21a8;background:#f3e8ff}.upload-card{background:#fff;border:1.5px dashed #d7d7d7;border-radius:14px;flex-direction:column;gap:12px;min-height:180px;padding:16px;transition:all .25s;display:flex}.upload-card:hover{background:#fffdf8;border-color:#c89b3c;box-shadow:0 8px 22px #0000000f}.upload-card h4,.upload-card label{color:#1f2933;margin:0;font-size:18px;font-weight:700}.preview-image{object-fit:cover;border-radius:10px;width:100%;height:120px}.upload-placeholder{margin-top:5px;font-size:34px}.archivo-nombre{color:#374151;font-size:14px;font-weight:600}.upload-text{color:#7b7b7b;font-size:14px}.upload-card input{display:none}.dashboard-header-premium{justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;display:flex}.dashboard-subtitle{letter-spacing:.18em;color:#c9972f;font-size:12px;font-weight:700}.dashboard-header-premium h1{margin:8px 0;font-size:34px}.dashboard-header-premium p{color:#667085;margin:0}.dashboard-date-card{background:#fff;border-radius:14px;min-width:240px;padding:16px 22px;box-shadow:0 6px 18px #0000000d}.dashboard-date-card small{color:#888;margin-bottom:6px;display:block}.kpi-card.danger svg{color:#dc2626}.dashboard-bottom-grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:30px;display:grid}.dashboard-card{background:#fff;border-radius:18px;padding:22px;box-shadow:0 8px 20px #0000000d}.dashboard-list-card{border:1px solid #ececec;border-radius:12px;margin-top:14px;padding:16px;transition:all .25s}.dashboard-list-card:hover{transform:translateY(-3px)}.dashboard-list-card strong{margin-bottom:6px;font-size:15px;display:block}.dashboard-list-card span{color:#6b7280;margin-bottom:10px;display:block}.dashboard-list-footer{justify-content:space-between;align-items:center;display:flex}.dashboard-timeline{flex-direction:column;gap:18px;margin-top:15px;display:flex}.timeline-item{gap:16px;display:flex}.timeline-dot{background:#c9972f;border-radius:50%;flex-shrink:0;width:14px;height:14px;margin-top:5px}.timeline-item strong{margin-bottom:4px;display:block}.timeline-item span{color:#6b7280;margin-bottom:4px;font-size:13px;display:block}.timeline-item small{color:#9ca3af}@media (width<=1200px){.dashboard-bottom-grid{grid-template-columns:1fr}}.dashboard-kpis{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.kpi-card{background:#fff;border:1px solid #ececec;border-left:4px solid #c9972f;border-radius:14px;flex-direction:column;justify-content:space-between;height:110px;padding:16px 18px;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #0000000d}.kpi-card:hover{transform:translateY(-3px);box-shadow:0 15px 28px #00000014}.kpi-card.clickable{cursor:pointer}.kpi-card.clickable:focus-visible{outline-offset:3px;outline:3px solid #c9972f40}.kpi-card.danger{border-left-color:#dc2626}.kpi-card-top{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.kpi-icon{background:#f8f5ee;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.kpi-card.danger .kpi-icon{background:#fef2f2}.kpi-card.danger .kpi-icon svg{color:#dc2626}.kpi-action{font-size:10px;font-weight:700}.kpi-content{flex-direction:column;display:flex}.kpi-label{letter-spacing:.15em;text-transform:uppercase;color:#7f8796;margin-bottom:2px;font-size:10px;font-weight:700}.kpi-value{margin:2px 0;font-size:26px;font-weight:700;line-height:1}.kpi-description{color:#9099a8;margin-top:2px;font-size:12px;line-height:1.2}@media (width<=1350px){.dashboard-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.dashboard-kpis{grid-template-columns:1fr}.kpi-card{min-height:auto}}.kpi-header{align-items:center;gap:14px;height:100%;display:flex}.kpi-info{flex-direction:column;flex:1;justify-content:center;display:flex}.kpi-card{height:96px;padding:14px 16px}.kpi-icon{border-radius:10px;width:40px;height:40px}.kpi-icon svg{font-size:18px}.kpi-label{margin-bottom:3px;font-size:11px}.kpi-value{margin:0;font-size:30px;line-height:1}.kpi-description{margin-top:4px;font-size:12px;line-height:1.2}.kpi-action{color:#c9972f;font-size:18px;font-weight:700}.clientes-toolbar{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:30px 0;padding:16px 20px;display:flex;box-shadow:0 10px 25px #0000000d}.clientes-toolbar-left{flex:1;gap:14px;display:flex}.clientes-toolbar-right{flex-wrap:wrap;gap:12px;display:flex}.clientes-search{border:1px solid #d9dde5;border-radius:12px;flex:1;min-width:320px;padding:12px 16px;font-size:15px}.clientes-search:focus{border-color:#c9972f;outline:none;box-shadow:0 0 0 3px #c9972f26}.clientes-select{background:#fff;border:1px solid #d9dde5;border-radius:12px;width:230px;padding:12px}@media (width<=1200px){.clientes-toolbar{flex-direction:column;align-items:stretch}.clientes-toolbar-left{flex-direction:column}.clientes-toolbar-right{justify-content:flex-end}.clientes-search{min-width:100%}.clientes-select{width:100%}}.executive-card{background:#fff;border-left:4px solid #c9972f;border-radius:14px;justify-content:flex-start;align-items:center;min-height:100px;padding:18px 22px;transition:all .2s;display:flex;box-shadow:0 6px 18px #0000000d}.executive-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #00000014}.executive-content{flex-direction:column;gap:8px;display:flex}.executive-content span{letter-spacing:2px;color:#7b8698;text-transform:uppercase;font-size:12px;font-weight:700}.executive-content h2{color:#16253d;margin:0;font-size:27px;font-weight:700;line-height:1}.executive-content small{color:#7b8698;font-size:14px}.executive-danger{border-left:4px solid #dc3545}@media (width<=1400px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.dashboard-grid{grid-template-columns:1fr}}.dashboard-header-premium{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;margin-bottom:30px;display:flex}.dashboard-subtitle{letter-spacing:2px;color:#b78d2f;text-transform:uppercase;font-size:13px;font-weight:700}.dashboard-header-premium h1{color:#16253d;margin-top:8px;font-size:34px;font-weight:700}.dashboard-header-premium p{color:#6f7a89;margin-top:8px;font-size:15px}.dashboard-date-card{background:#fff;border-radius:18px;padding:18px 28px;box-shadow:0 10px 25px #0000000d}.dashboard-date-card small{color:#9aa4b2;margin-bottom:4px;font-size:13px;display:block}.dashboard-date-card strong{color:#16253d;font-size:17px}.form-buttons{gap:12px;margin-top:20px;display:flex}.btn-cancelar{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:8px;padding:12px 22px}.btn-cancelar:hover{background:#4b5563}.dashboard-header h1{color:#16253d;margin:0;font-size:54px;font-weight:800}.dashboard-subtitle{letter-spacing:4px;text-transform:uppercase;color:#c9972f;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.dashboard-update-card strong{color:#16253d;font-size:22px;font-weight:700;display:block}.audit-kpis{grid-template-columns:repeat(4,1fr);gap:18px;margin:28px 0;display:grid}.audit-kpi{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:18px 22px;box-shadow:0 6px 18px #0000000a}.audit-kpi span{letter-spacing:1px;text-transform:uppercase;color:#7b8697;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.audit-kpi strong{color:#16253d;font-size:34px}.filters-card{background:#fff;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;padding:22px;display:flex;box-shadow:0 8px 22px #0000000d}.filters-card input{border:1px solid #d9dde5;border-radius:12px;flex:1;padding:14px 18px;font-size:15px}.filters-card select{background:#fff;border:1px solid #d9dde5;border-radius:12px;width:260px;padding:14px}table{border-collapse:collapse;background:#fff;border-radius:18px;width:100%;overflow:hidden;box-shadow:0 8px 22px #0000000d}thead{color:#fff;background:#1f2937}th{text-align:left;padding:18px;font-size:14px}td{border-bottom:1px solid #ececec;padding:16px 18px;font-size:14px}tbody tr:hover{background:#fafafa}@media (width<=1200px){.audit-kpis{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.audit-kpis{grid-template-columns:1fr}.filters-card{flex-direction:column}.filters-card input,.filters-card select{width:100%}}.input-error{background:#fff6f6;border:2px solid #d32f2f!important}.error-text{color:#d32f2f;margin-top:4px;font-size:13px;font-weight:600}.dashboard-grid{grid-template-columns:repeat(5,1fr);gap:22px;margin:30px 0;display:grid}@media (width<=1500px){.dashboard-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=1000px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.dashboard-grid{grid-template-columns:1fr}}.proyectos-kpis{grid-template-columns:repeat(5,1fr);gap:22px;margin:30px 0;display:grid}.proyecto-kpi-card{background:#fff;border-left:4px solid #c9972f;border-radius:16px;align-items:center;gap:18px;padding:22px;display:flex;box-shadow:0 8px 20px #0000000d}.proyecto-kpi-icon{color:#c9972f;background:#f7f3ea;border-radius:14px;justify-content:center;align-items:center;width:58px;height:58px;font-weight:700;display:flex}.proyecto-kpi-content span{letter-spacing:2px;color:#758195;font-size:12px;font-weight:700;display:block}.proyecto-kpi-content strong{color:#1b2433;margin:6px 0;font-size:36px;display:block}.proyecto-kpi-content small{color:#7f8793}@media (width<=1500px){.proyectos-kpis{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.proyectos-kpis{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.proyectos-kpis{grid-template-columns:1fr}}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:30px;display:flex}.page-section{letter-spacing:4px;text-transform:uppercase;color:#c9972f;margin-bottom:8px;font-size:14px;font-weight:700;display:block}.dashboard-header h1{color:#1b2433;margin:0;font-size:58px;font-weight:800;line-height:1.05}.dashboard-header p{color:#657084;margin-top:12px;font-size:18px}.dashboard-update-card{background:#fff;border-radius:20px;min-width:300px;padding:22px 34px;box-shadow:0 12px 30px #0000000f}.dashboard-update-card span{color:#7d8795;margin-bottom:6px;font-size:18px;display:block}.dashboard-update-card strong{color:#16253d;font-size:20px;font-weight:700}@media (width<=900px){.dashboard-header{flex-direction:column}.dashboard-update-card{width:100%;min-width:100%}.dashboard-header h1{font-size:42px}}.dashboard-header-right{flex-direction:column;align-items:stretch;gap:16px;display:flex}.chat-floating-button{color:#fff;cursor:pointer;z-index:9999;background:#25d366;border:none;border-radius:50%;width:65px;height:65px;font-size:28px;position:fixed;bottom:30px;right:30px;box-shadow:0 15px 35px #00000040}.chat-window{z-index:9999;background:#fff;border-radius:18px;flex-direction:column;width:360px;height:520px;display:flex;position:fixed;bottom:110px;right:30px;overflow:hidden;box-shadow:0 20px 60px #0003}.chat-header{color:#fff;background:#182232;padding:18px;font-weight:700}.chat-body{background:#f7f7f7;flex:1;padding:15px;overflow:auto}.chat-message{white-space:pre-line;border-radius:12px;margin-bottom:12px;padding:12px}.chat-message.ia{background:#fff}.chat-message.usuario{color:#fff;background:#d4a632;margin-left:50px}.chat-footer{gap:8px;padding:10px;display:flex}.chat-footer input{flex:1;padding:12px}.chat-footer button{color:#fff;cursor:pointer;background:#d4a632;border:none;border-radius:10px;width:48px}.premium-gallery{width:min(1380px,100% - 48px);margin:42px auto}.premium-gallery-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.premium-gallery-header span{color:#b88925;letter-spacing:.1em;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.premium-gallery-header h2{color:#182232;margin:0;font-size:clamp(24px,3vw,34px)}.premium-gallery-header strong{color:#6b7280;white-space:nowrap;font-size:14px}.premium-gallery-main{background:#e9edf1;border-radius:22px;width:100%;height:clamp(360px,58vw,690px);position:relative;overflow:hidden;box-shadow:0 18px 45px #18223224}.premium-gallery-main-image{object-fit:cover;cursor:zoom-in;width:100%;height:100%;animation:.25s premiumGalleryFade;display:block}@keyframes premiumGalleryFade{0%{opacity:.35;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}.premium-gallery-arrow{z-index:3;color:#fff;cursor:pointer;background:#182232b3;border:1px solid #ffffff8c;border-radius:50%;width:48px;height:48px;font-size:35px;line-height:1;transition:background .2s,transform .2s;position:absolute;top:50%;transform:translateY(-50%)}.premium-gallery-arrow:hover{background:#182232;transform:translateY(-50%)scale(1.06)}.premium-gallery-arrow.left{left:20px}.premium-gallery-arrow.right{right:20px}.premium-gallery-expand{z-index:3;color:#fff;cursor:pointer;background:#182232c7;border:1px solid #ffffff8c;border-radius:10px;min-height:42px;padding:10px 16px;font-family:inherit;font-size:13px;font-weight:750;position:absolute;bottom:18px;right:18px}.premium-gallery-expand:hover{background:#182232}.premium-gallery-thumbnails{scroll-behavior:smooth;gap:12px;margin-top:16px;padding:4px 2px 10px;display:flex;overflow-x:auto}.premium-thumbnail{cursor:pointer;opacity:.7;background:#fff;border:2px solid #0000;border-radius:12px;flex:0 0 128px;height:82px;padding:0;transition:opacity .2s,border-color .2s,transform .2s;overflow:hidden}.premium-thumbnail:hover{opacity:1;transform:translateY(-2px)}.premium-thumbnail.active{opacity:1;border-color:#d4a632;box-shadow:0 7px 18px #b8892533}.premium-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.premium-gallery-thumbnails::-webkit-scrollbar{height:7px}.premium-gallery-thumbnails::-webkit-scrollbar-thumb{background:#d4a632;border-radius:20px}@media (width<=700px){.premium-gallery{width:min(100% - 28px,1380px);margin:30px auto}.premium-gallery-main{border-radius:16px;height:390px}.premium-gallery-arrow{width:42px;height:42px}.premium-gallery-arrow.left{left:10px}.premium-gallery-arrow.right{right:10px}.premium-gallery-expand{bottom:10px;right:10px}.premium-thumbnail{flex-basis:105px;height:70px}}.proceso-section{width:min(1380px,100% - 50px);margin:90px auto}.proceso-section h2{color:#182232;margin-top:8px;margin-bottom:40px;font-size:46px}.proceso-grid{grid-template-columns:repeat(5,1fr);gap:22px;display:grid}.proceso-card{background:#fff;border:1px solid #ececec;border-radius:18px;padding:28px;transition:all .25s;box-shadow:0 15px 30px #0000000d}.proceso-card:hover{transform:translateY(-6px)}.proceso-numero{color:#fff;background:#d4a632;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:22px;font-size:24px;font-weight:700;display:flex}.proceso-card h3{color:#182232;margin-bottom:15px;font-size:22px}.proceso-card p{color:#6b7280;font-size:15px;line-height:1.7}@media (width<=1200px){.proceso-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.proceso-grid{grid-template-columns:1fr}}.ventajas-section{width:min(1380px,100% - 50px);margin:90px auto}.ventajas-section h2{color:#182232;margin:10px 0 40px;font-size:46px}.ventajas-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.ventaja-card{background:#fff;border:1px solid #ececec;border-radius:20px;padding:35px;transition:all .25s;box-shadow:0 15px 35px #0000000d}.ventaja-card:hover{transform:translateY(-6px)}.ventaja-icono{background:#fff5df;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:24px;font-size:32px;display:flex}.ventaja-card h3{color:#182232;margin-bottom:14px}.ventaja-card p{color:#6b7280;line-height:1.8}@media (width<=1100px){.ventajas-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.ventajas-grid{grid-template-columns:1fr}}.section-mini-title{letter-spacing:.18em;text-transform:uppercase;color:#c9972f;margin-bottom:10px;font-size:12px;font-weight:800;display:inline-block}.project-features-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0;display:grid}.feature-card{background:#f8f9fb;border:1px solid #ececec;border-radius:14px;padding:16px}.feature-card small{color:#7b8794;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;display:block}.feature-card strong{color:#182232;font-size:22px;font-weight:700}@media (width<=700px){.project-features-grid{grid-template-columns:1fr}}.premium-thumbnail{transition:all .25s}.premium-thumbnail:hover{transform:translateY(-3px)scale(1.04)}.page-header{margin-bottom:28px}.page-header h1{margin-bottom:10px;font-size:36px;font-weight:800}.page-header p{color:#667085;font-size:18px}.pipeline-kpis{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:28px;display:grid}.pipeline-kpi-card{background:#fff;border-left:4px solid #c9972f;border-radius:16px;flex-direction:column;justify-content:center;height:110px;padding:18px;display:flex;box-shadow:0 8px 22px #0000000d}.pipeline-kpi-card span{letter-spacing:.08em;text-transform:uppercase;color:#667085;margin-bottom:8px;font-size:12px;font-weight:800}.pipeline-kpi-card strong{color:#1f2937;font-size:28px;font-weight:800}.pipeline-toolbar{align-items:center;gap:18px;margin-bottom:22px;display:flex}.pipeline-toolbar input{border:1px solid #d0d5dd;border-radius:14px;flex:1;height:40px;padding:0 18px;font-size:12px}.pipeline-toolbar select{border:1px solid #d0d5dd;border-radius:14px;width:215px;height:42px;padding:0 15px;font-size:12px}.pipeline-view-buttons{gap:12px;margin-bottom:24px;display:flex}.pipeline-table{border-collapse:collapse;background:#fff;border-radius:18px;width:100%;overflow:hidden;box-shadow:0 10px 25px #0000000d}.pipeline-table thead{color:#fff;background:#1f2937}.pipeline-table th{padding:12px;font-size:12px}.pipeline-table td{padding:11px;font-size:13px}.pipeline-table tr{border-bottom:1px solid #ececec}.pipeline-board{align-items:flex-start;gap:16px;width:max-content;display:flex}.pipeline-column{width:260px;min-width:260px;max-width:260px}.pipeline-column-header{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.pipeline-column-header h3{font-size:16px}.pipeline-column-header span{background:#f3f4f6;border-radius:50px;padding:5px 10px;font-weight:700}.pipeline-card{border-radius:14px;margin-bottom:10px;padding:12px;font-size:.85rem}.pipeline-card h4{margin-bottom:8px;font-size:13px}.pipeline-card p{margin:4px 0;font-size:11px}.pipeline-actions{grid-template-columns:1fr 1fr;gap:6px;margin-top:10px;display:grid}.pipeline-action-button{border-radius:10px;padding:7px 8px;font-size:.76rem}.pipeline-empty{text-align:center;color:#888;border:1px dashed #ddd;border-radius:12px;padding:18px}@media (width<=1500px){.pipeline-kpis{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.pipeline-kpis{grid-template-columns:repeat(2,1fr)}.pipeline-toolbar{flex-direction:column}.pipeline-toolbar input,.pipeline-toolbar select{width:100%}}.kanban-scroll{gap:14px;padding-bottom:12px;display:flex;overflow:auto hidden}.kanban-wrapper{width:100%;margin-top:18px;overflow:hidden}.kanban-scroll{width:100%;padding-bottom:10px;overflow:auto hidden}.kanban-scroll::-webkit-scrollbar{height:8px}.kanban-scroll::-webkit-scrollbar-thumb{background:#cda033;border-radius:20px}.pipeline-etapas-verticales{flex-direction:column;gap:16px;width:100%;margin-top:18px;display:flex}.pipeline-etapa-card{background:#fff;border:1px solid #e7e9ed;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 6px 18px #1f29370d}.pipeline-etapa-header{border-bottom:1px solid #eceff3;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.pipeline-etapa-header>div{align-items:center;gap:10px;display:flex}.pipeline-etapa-header h3{color:#182334;margin:0;font-size:15px}.pipeline-etapa-letra{color:#b7831d;background:#f8f3e7;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-flex}.pipeline-etapa-contador{color:#667085;background:#f4f6f8;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}.pipeline-etapa-registros{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:280px;padding:12px 16px 16px;display:grid;overflow-y:auto}.pipeline-registro-card{background:#fff;border:1px solid #e5e8ed;border-radius:12px;justify-content:space-between;gap:14px;padding:13px 14px;display:flex}.pipeline-registro-info{flex-direction:column;gap:4px;min-width:0;display:flex}.pipeline-registro-info strong,.pipeline-registro-info span,.pipeline-registro-info small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.pipeline-registro-info strong{color:#182334;font-size:14px}.pipeline-registro-info span{color:#667085;font-size:12px}.pipeline-registro-info small{color:#98a2b3;font-size:11px}.pipeline-registro-acciones{flex-shrink:0;grid-template-columns:repeat(2,auto);align-content:center;gap:6px;display:grid}.pipeline-registro-acciones button{color:#173864;cursor:pointer;background:#e9eff8;border:0;border-radius:8px;min-height:30px;padding:6px 9px;font-size:11px;font-weight:700}.pipeline-registro-acciones button:hover{filter:brightness(.97)}.pipeline-registro-acciones .accion-avanzar{color:#087332;background:#d9f8e4}.pipeline-registro-acciones .accion-rechazar{color:#b42318;background:#ffe1e1}.pipeline-etapa-vacia{text-align:center;color:#7b8492;border:1px dashed #d6dbe3;border-radius:10px;grid-column:1/-1;padding:18px;font-size:12px}.pipeline-etapa-registros::-webkit-scrollbar{width:7px}.pipeline-etapa-registros::-webkit-scrollbar-thumb{background:#c9972f;border-radius:999px}@media (width<=900px){.pipeline-etapa-registros{grid-template-columns:1fr}.pipeline-registro-card{flex-direction:column}.pipeline-registro-acciones{grid-template-columns:repeat(2,1fr)}}.tareas-page{padding-bottom:30px}.tareas-header{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.tareas-header h1{color:#182334;margin:0;font-size:34px}.tareas-header p{color:#667085;margin:8px 0 0;font-size:15px}.tareas-kpis{grid-template-columns:repeat(4,minmax(180px,1fr));gap:14px;margin-bottom:18px;display:grid}.tareas-kpi{background:#fff;border:1px solid #ececec;border-left:4px solid #c9972f;border-radius:14px;align-items:center;gap:14px;min-height:94px;padding:14px 18px;display:flex;box-shadow:0 6px 18px #1f29370d}.tareas-kpi-danger{border-left-color:#dc2626}.tareas-kpi-icon{color:#c9972f;background:#f8f5ee;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.tareas-kpi-danger .tareas-kpi-icon{color:#dc2626;background:#fef2f2}.tareas-kpi-content{flex-direction:column;display:flex}.tareas-kpi-content span{letter-spacing:.11em;text-transform:uppercase;color:#7d889a;font-size:11px;font-weight:800}.tareas-kpi-content strong{color:#182334;margin-top:3px;font-size:29px;line-height:1}.tareas-toolbar{background:#fff;border:1px solid #ececec;border-radius:14px;grid-template-columns:minmax(240px,1fr) 210px;align-items:center;gap:14px;margin-bottom:18px;padding:14px 16px;display:grid;box-shadow:0 6px 18px #1f29370a}.tareas-toolbar input,.tareas-toolbar select{background:#fff;border:1px solid #d8dde5;border-radius:10px;width:100%;height:44px;padding:0 14px;font-size:14px}.tareas-toolbar input:focus,.tareas-toolbar select:focus{border-color:#c9972f;outline:3px solid #c9972f26}.tareas-table-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:0;overflow:hidden;box-shadow:0 6px 18px #1f29370a}.tareas-table-card table{border-collapse:collapse;width:100%}.tareas-table-card th{color:#fff;text-align:left;background:#1d2a38;padding:15px 16px;font-size:13px}.tareas-table-card td{vertical-align:middle;border-bottom:1px solid #e8ebef;padding:14px 16px;font-size:14px}.tareas-table-card tbody tr:hover{background:#faf9f6}.task-overdue-row{background:#fff7f7}.tareas-empty{text-align:center;color:#7b8492;padding:24px!important}.tareas-action-button{color:#087332;cursor:pointer;background:#d8f8e4;border:0;border-radius:999px;min-width:105px;padding:9px 14px;font-weight:700}.tareas-action-button:hover{background:#c7f2d7}.tareas-finalizada{color:#16803a;background:#e7f8ed;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;display:inline-flex}@media (width<=1200px){.tareas-kpis{grid-template-columns:repeat(2,minmax(180px,1fr))}}@media (width<=760px){.tareas-header{align-items:flex-start}.tareas-header h1{font-size:28px}.tareas-kpis,.tareas-toolbar{grid-template-columns:1fr}.tareas-table-card{overflow-x:auto}.tareas-table-card table{min-width:850px}}.tareas-list-card span{color:#6b7280;margin-bottom:10px;display:block}.expediente-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.expediente-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:22px;width:100%;display:grid;overflow:hidden}.expediente-card{box-sizing:border-box;background:#fff;border:1px solid #e5e7eb;border-radius:18px;min-width:0;padding:24px;box-shadow:0 12px 30px #00000012}.expediente-card h3{color:#182232;margin-bottom:22px}.expediente-grid>div:first-child,.expediente-grid>div:nth-child(2){grid-column:span 4}.equifax-card{align-self:start;max-height:650px;grid-column:span 4!important}.evaluacion-card{grid-column:span 4!important}.timeline-card{height:430px;overflow-y:auto;grid-column:span 8!important}.notas-card{flex-direction:column;display:flex;grid-column:span 6!important}.formulario-nota{flex-direction:column;margin-bottom:20px;display:flex}.formulario-nota textarea{resize:none;width:100%;min-height:95px}.formulario-nota .primary-button{width:100%;margin-top:8px}.lista-notas{flex-direction:column;gap:12px;max-height:280px;padding-right:6px;display:flex;overflow-y:auto}.nota-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px 16px}.nota-card strong{color:#182232;margin-bottom:6px;font-size:14px;display:block}.nota-card p{color:#374151;overflow-wrap:anywhere;margin:0 0 8px;line-height:1.45}.nota-card small{color:#8b97a7;font-size:12px;display:block}.lista-notas::-webkit-scrollbar{width:6px}.lista-notas::-webkit-scrollbar-thumb{background:#d4a632;border-radius:20px}.seguimientos-card{grid-column:span 6!important}.workflow-item{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:15px;padding:15px}.workflow-footer{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.workflow-item strong{margin-bottom:8px;display:block}.workflow-item p{margin:0}.info-grid{grid-template-columns:1fr 1fr;gap:25px;display:grid}.info-item{flex-direction:column;display:flex}.info-item span{color:#8b97a7;text-transform:uppercase;margin-bottom:8px;font-size:13px}.info-item strong{color:#182232;overflow-wrap:anywhere}.documentos-card{max-height:430px;overflow-y:auto;grid-column:span 4!important}.documentos-header{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.documentos-header h3{margin:0 0 5px}.documentos-header span{color:#8b97a7;font-size:13px}.documentos-lista{flex-direction:column;gap:12px;display:flex}.documento-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.documento-info{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.documento-info strong{color:#182232;font-size:14px}.documento-estado{white-space:nowrap;border-radius:20px;align-items:center;padding:5px 9px;font-size:11px;font-weight:700;display:inline-flex}.documento-pendiente{color:#8a6410;background:#fff3d6}.documento-cargado{color:#166534;background:#dcfce7}.documento-acciones{align-items:center;gap:8px;display:flex}.btn-subir-documento{color:#182232;cursor:pointer;background:#fff;border:1px solid #d4a632;border-radius:9px;justify-content:center;align-items:center;min-height:36px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.btn-subir-documento:hover{background:#fff8e7}.btn-subir-documento input[type=file]{display:none}.documento-acciones .btn-ver-documento{color:#fff;cursor:pointer;background:#182232;border:none;border-radius:9px;width:auto;height:36px;margin:0;padding:0 14px;font-size:13px;font-weight:700}.documentos-vacio{text-align:center;color:#8b97a7;border:1px dashed #d1d5db;border-radius:12px;padding:20px;font-size:13px}.timeline-list{flex-direction:column;gap:18px;display:flex}.timeline-row{grid-template-columns:20px 1fr;gap:15px;display:grid;position:relative}.timeline-row:before{content:"";background:#ddd;width:2px;position:absolute;top:25px;bottom:-20px;left:9px}.timeline-dot{z-index:2;background:#d4a632;border-radius:50%;width:16px;height:16px}.timeline-content{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:15px}.timeline-content strong,.timeline-content p{color:#182232}.timeline-top{justify-content:space-between;display:flex}input,select,textarea{box-sizing:border-box;font-family:inherit}.expediente-card input,.expediente-card select,.expediente-card textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-bottom:12px;padding:10px}.expediente-card input,.expediente-card select{height:42px}textarea{resize:none;height:90px;overflow-y:auto}.expediente-card button{border-radius:10px}.btn-completar{cursor:pointer;background:#d4a632;border:none;padding:10px 20px;font-weight:700}.badge-completada{color:#087b28;background:#c8f7d2;border-radius:20px;padding:10px 20px}.expediente-card::-webkit-scrollbar{width:7px}.timeline-card::-webkit-scrollbar{width:7px}.expediente-card::-webkit-scrollbar-thumb{background:#d4a632;border-radius:20px}.timeline-card::-webkit-scrollbar-thumb{background:#d4a632;border-radius:20px}@media (width<=1300px){.expediente-grid>*,.timeline-card{grid-column:span 12!important}}.card textarea{resize:none;width:100%;height:70px;min-height:70px;max-height:70px;margin-top:15px;margin-bottom:15px;display:block;overflow-y:auto}.card .primary-button{color:#182232;cursor:pointer;background:#d4a632;border:none;border-radius:10px;width:180px;height:45px;font-weight:700}.estado-expediente-card{box-sizing:border-box;color:#182232;background:#fff;border:1px solid #e4e8ed;border-radius:18px;width:100%;padding:24px 28px;box-shadow:0 12px 30px #18223212}.estado-expediente-top{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:16px;display:flex}.estado-expediente-title{align-items:center;gap:14px;display:flex}.estado-expediente-title h3{color:#182232;margin:3px 0 0;font-size:22px;line-height:1.2}.estado-expediente-eyebrow{color:#8a96a5;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;display:block}.estado-general-badge{letter-spacing:.04em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:5px 11px;font-size:11px;font-weight:800;display:inline-flex}.estado-general-badge.estado-completo{color:#08732d;background:#dcfce7;border:1px solid #bbf7d0}.estado-general-badge.estado-en-proceso{color:#8a5a00;background:#fff6da;border:1px solid #f4dda0}.estado-general-badge.estado-pendiente{color:#596575;background:#f1f4f7;border:1px solid #dce2e8}.estado-progreso-resumen{white-space:nowrap;align-items:baseline;gap:9px;display:flex}.estado-progreso-resumen strong{color:#182232;font-size:27px;line-height:1}.estado-progreso-resumen span{color:#778291;font-size:13px}.estado-progress{background:#edf0f3;border-radius:999px;width:100%;height:8px;margin-bottom:20px;overflow:hidden}.estado-progress-bar{border-radius:inherit;background:linear-gradient(90deg,#b88925 0%,#d4a632 100%);min-width:0;height:100%;transition:width .35s}.estado-metricas{background:#f8fafb;border:1px solid #e6e9ed;border-radius:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px;display:grid;overflow:hidden}.estado-metrica{border-right:1px solid #e4e8ec;min-width:0;padding:13px 17px}.estado-metrica:last-child{border-right:none}.estado-metrica span{color:#8a96a5;letter-spacing:.04em;text-transform:uppercase;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.estado-metrica strong{color:#182232;overflow-wrap:anywhere;font-size:14px;line-height:1.3;display:block}.estado-pipeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;width:100%;margin-bottom:22px;display:grid}.estado-paso{grid-template-columns:34px minmax(0,1fr);min-width:0;display:grid}.estado-paso-indicador{justify-content:center;align-items:flex-start;display:flex;position:relative}.estado-paso-numero{z-index:2;box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:inline-flex;position:relative}.estado-paso-linea{z-index:1;background:#dfe4e9;width:calc(100% + 100px);height:2px;position:absolute;top:13px;left:50%}.estado-paso-contenido{min-width:0;padding:0 18px 0 8px}.estado-paso-etiqueta{color:#9aa4b1;letter-spacing:.05em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.estado-paso-contenido strong{color:#182232;margin-bottom:4px;font-size:13px;line-height:1.25;display:block}.estado-paso-contenido small{color:#7c8795;font-size:11px;line-height:1.35;display:block}.estado-paso.completado .estado-paso-numero{color:#fff;background:#168447;border:1px solid #168447}.estado-paso.completado .estado-paso-linea{background:#7fc79d}.estado-paso.completado .estado-paso-contenido strong{color:#126b3d}.estado-paso.actual .estado-paso-numero{color:#182232;background:#d4a632;border:1px solid #c59628;box-shadow:0 0 0 5px #d4a63224}.estado-paso.actual .estado-paso-contenido strong{color:#9b6c0c}.estado-paso.pendiente .estado-paso-numero{color:#7d8896;background:#fff;border:1px solid #cfd6de}.estado-expediente-footer{border-top:1px solid #e8ebef;justify-content:space-between;align-items:center;gap:18px;padding-top:18px;display:flex}.estado-footer-info{color:#6f7b89;min-width:0;font-size:13px;line-height:1.4}.estado-equifax-button{cursor:pointer;border-radius:9px;flex:none;min-width:190px;min-height:42px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s}.estado-equifax-button.habilitado{color:#182232;background:#d4a632;border:1px solid #c3952c}.estado-equifax-button.habilitado:hover{transform:translateY(-1px);box-shadow:0 7px 16px #b4851c38}.estado-equifax-button.deshabilitado{color:#87919d;cursor:not-allowed;background:#edf0f3;border:1px solid #dce1e6}.visor-overlay{z-index:9999;background:#0f172aa6;justify-content:center;align-items:center;padding:30px;display:flex;position:fixed;inset:0}.visor-modal{background:#fff;border-radius:18px;flex-direction:column;width:min(1000px,95vw);max-height:92vh;display:flex;overflow:hidden;box-shadow:0 25px 60px #00000040}.visor-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:20px;padding:20px 24px;display:flex}.visor-header h3{color:#182232;margin:0 0 5px}.visor-header p{color:#8b97a7;margin:0;font-size:14px}.visor-contenido{background:#f8fafc;flex:1;min-height:0;padding:20px;overflow:auto}.pdf-viewer{background:#fff;border:none;border-radius:10px;width:100%;height:65vh;display:block}.image-viewer-box{justify-content:center;align-items:center;min-height:400px;display:flex}.image-viewer-box img{object-fit:contain;border-radius:10px;max-width:100%;max-height:65vh;display:block}.modal-link-box{text-align:center;color:#64748b;padding:40px}.visor-actions{background:#fff;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.visor-actions a{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}@media (width<=768px){.visor-overlay{padding:12px}.visor-modal{width:100%;max-height:95vh}.visor-header{align-items:flex-start}.pdf-viewer{height:65vh}.visor-actions{flex-wrap:wrap}}@media (width<=1050px){.estado-metricas{grid-template-columns:repeat(2,minmax(0,1fr))}.estado-metrica:nth-child(2){border-right:none}.estado-metrica:nth-child(-n+2){border-bottom:1px solid #e4e8ec}.estado-pipeline{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 12px}.estado-paso:nth-child(2) .estado-paso-linea,.estado-paso:nth-child(4) .estado-paso-linea{display:none}}@media (width<=680px){.estado-expediente-card{padding:20px}.estado-expediente-top{flex-direction:column;gap:12px}.estado-expediente-title{justify-content:space-between;width:100%}.estado-progreso-resumen{justify-content:flex-start;width:100%}.estado-metricas{grid-template-columns:1fr}.estado-metrica{border-bottom:1px solid #e4e8ec;border-right:none}.estado-metrica:last-child{border-bottom:none}.estado-pipeline{grid-template-columns:1fr;gap:16px}.estado-paso-linea{display:none}.estado-expediente-footer{flex-direction:column;align-items:stretch}.estado-equifax-button{width:100%}}.equifax-loading h4{margin-bottom:10px}.equifax-loading p{color:#666;margin:4px}.equifax-error{color:#b40000;background:#ffe8e8;border-radius:10px;margin-top:20px;padding:12px}.equifax-result{flex-direction:column;gap:12px;margin-top:20px;display:flex}.equifax-item{background:#fafafa;border:1px solid #ececec;border-radius:10px;justify-content:space-between;align-items:center;padding:12px;display:flex}.equifax-item span{color:#666}.equifax-item strong{font-size:16px}.equifax-card{align-self:start;grid-column:span 4!important}.equifax-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.equifax-mini{letter-spacing:.1em;color:#8b97a7;font-size:11px;font-weight:700}.equifax-status{background:#eef2f7;border-radius:30px;padding:8px 14px;font-size:12px;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.equifax-score{text-align:center;margin-bottom:25px}.equifax-score span{color:#888;letter-spacing:.1em;font-size:12px}.equifax-progress{background:#ececec;border-radius:20px;height:10px;overflow:hidden}.equifax-progress-bar{background:linear-gradient(90deg,#168447,#d4a632);height:100%}.equifax-grid{grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px;display:grid}.equifax-box strong{color:#182232;font-size:18px}.verde{color:#15803d}.amarillo{color:#b8860b}.rojo{color:#dc2626}.gris{color:#6b7280}.equifax-footer{text-align:center;border-top:1px solid #ececec;padding-top:18px}.equifax-footer small{color:#888;margin-bottom:5px;display:block}.equifax-footer strong{font-size:14px}.equifax-loading{text-align:center;padding:35px}.equifax-score-number{color:#fff;background:#182232;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:auto auto 20px;font-size:38px;font-weight:800;display:flex}.equifax-status-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:18px;padding:14px;display:flex}.equifax-button{width:100%;margin-bottom:20px}.equifax-score{text-align:center;margin:20px 0}.equifax-score small{color:#888;margin-bottom:8px;display:block}.equifax-score h1{color:#182232;margin:0;font-size:55px}.equifax-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:20px;display:grid}.equifax-box{text-align:center;background:#f8fafc;border:1px solid #ececec;border-radius:12px;padding:18px}.equifax-box small{color:#8b97a7;margin-bottom:8px;font-size:11px;display:block}.equifax-box strong{font-size:17px}.spinner{border:4px solid #ececec;border-top-color:#d4a632;border-radius:50%;width:40px;height:40px;margin:auto auto 15px;animation:.8s linear infinite spin}.workflow-item{background:#fafafa;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:16px}.workflow-item strong{color:#182232;margin-bottom:8px;display:block}.workflow-item p{color:#6b7280;margin-bottom:14px;line-height:1.5}.workflow-footer{justify-content:space-between;align-items:center;gap:15px;display:flex}.workflow-footer button{min-width:130px}.workflow-footer .status-badge{margin:0}.marketing-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.marketing-subtitle{letter-spacing:.18em;color:#c9972f;text-transform:uppercase;font-size:12px;font-weight:700}.marketing-header h1{color:#1f2937;margin:8px 0 10px;font-size:28px;font-weight:700}.marketing-header p{color:#667085}.marketing-card{background:#fff;border-radius:18px;margin-bottom:24px;padding:28px;box-shadow:0 10px 30px #0000000f}.marketing-card h2{margin-bottom:18px}.marketing-card input,.marketing-card textarea,.marketing-card select{box-sizing:border-box;border:1px solid #d8dde5;border-radius:10px;width:100%;max-width:100%;margin-bottom:16px;padding:14px;font-size:15px;transition:all .2s}.marketing-card input:focus,.marketing-card textarea:focus,.marketing-card select:focus{border-color:#c9972f;outline:none;box-shadow:0 0 0 3px #c9972f26}.marketing-card textarea{resize:vertical;min-height:180px}.marketing-card table{border-collapse:collapse;width:100%}.marketing-card th{color:#fff;background:#1f2937;padding:14px}.marketing-card td{border-bottom:1px solid #ececec;padding:14px}.marketing-card button{border-radius:10px}.marketing-preview{background:#faf8f2;border:1px solid #ead8ab;border-radius:12px;margin-bottom:24px;padding:18px}.marketing-actions{flex-wrap:wrap;gap:12px;margin:18px 0;display:flex}.marketing-client-list{border:1px solid #ececec;border-radius:12px;max-height:320px;margin:18px 0;padding:15px;overflow-y:auto}.marketing-client-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.marketing-client-item:hover{background:#fafafa}.marketing-card table{margin-top:15px}.marketing-card tbody tr{transition:all .2s}.marketing-card tbody tr:hover{background:#faf8f2}.marketing-card td{vertical-align:middle}.marketing-client-item strong{margin-bottom:4px;font-size:15px;display:block}.marketing-client-item small{color:#667085;font-size:12px;display:block}.page-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:28px;display:flex}.page-section{color:#c89422;letter-spacing:4px;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:700;display:block}.page-date-card{background:#fff;border-radius:18px;min-width:280px;padding:18px 24px;box-shadow:0 8px 20px #0000000f}.page-date-card span{color:#6b7280;margin-bottom:6px;font-size:14px;display:block}.page-date-card strong{color:#111827;font-size:18px}.plantillas-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:28px;display:flex}.plantillas-eyebrow,.plantillas-editor-header span,.plantillas-section-title span{color:#c9972f;letter-spacing:.16em;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.plantillas-header h1{color:#182232;margin:0 0 8px;font-size:38px}.plantillas-header p{color:#667085;margin:0}.plantillas-header-metric{text-align:right;background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-width:170px;padding:18px 22px}.plantillas-header-metric small{color:#667085;margin-bottom:4px;display:block}.plantillas-header-metric strong{color:#182232;font-size:28px}.plantillas-alert{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:20px;padding:14px 18px}.plantillas-layout{grid-template-columns:330px minmax(0,1fr);align-items:start;gap:22px;display:grid}.plantillas-sidebar,.plantillas-editor-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 28px #1f29370f}.plantillas-sidebar{padding:20px;position:sticky;top:20px}.plantillas-sidebar-header,.plantillas-editor-header,.plantillas-section-title,.plantillas-editor-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.plantillas-sidebar-header h2,.plantillas-editor-header h2,.plantillas-section-title h3{color:#182232;margin:0}.plantillas-sidebar-header>div>span{color:#8b97a7;text-transform:uppercase;font-size:12px;font-weight:700}.plantillas-new-button{color:#182232;cursor:pointer;background:#d4a632;border:none;border-radius:9px;padding:9px 13px;font-weight:800}.plantillas-search{box-sizing:border-box;border:1px solid #d8dde5;border-radius:10px;width:100%;margin:18px 0;padding:12px 13px}.plantillas-list{flex-direction:column;gap:12px;max-height:650px;display:flex;overflow-y:auto}.plantilla-item{background:#fbfcfd;border:1px solid #e5e7eb;border-radius:13px;padding:12px}.plantilla-item.active{background:#fffaf0;border-color:#d4a632;box-shadow:0 0 0 3px #d4a6321f}.plantilla-item-main{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:none;grid-template-columns:42px minmax(0,1fr);gap:11px;padding:0;display:grid}.plantilla-item-icon{color:#8a6518;background:#f8f1df;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;font-weight:900;display:flex}.plantilla-item-main strong,.plantilla-item-main span,.plantilla-item-main small{display:block}.plantilla-item-main strong{color:#182232;margin-bottom:4px}.plantilla-item-main span{color:#667085;margin-bottom:4px;font-size:11px;font-weight:700}.plantilla-item-main small{color:#98a2b3;line-height:1.35}.plantilla-item-actions{gap:8px;margin-top:12px;display:flex}.plantilla-item-actions button{color:#182232;cursor:pointer;background:#edf2f7;border:none;border-radius:8px;flex:1;padding:8px;font-weight:700}.plantilla-item-actions button.delete{color:#991b1b;background:#fee2e2}.plantillas-empty{color:#8b97a7;text-align:center;background:#f8fafc;border-radius:10px;padding:24px 14px}.plantillas-editor-card{padding:26px}.plantillas-editor-header{border-bottom:1px solid #e5e7eb;margin-bottom:24px;padding-bottom:20px}.plantillas-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.plantillas-field{flex-direction:column;gap:8px;display:flex}.plantillas-field-wide{grid-column:1/-1}.plantillas-field label{color:#344054;font-size:13px;font-weight:800}.plantillas-field input,.plantillas-field select,.plantillas-field textarea{color:#182232;box-sizing:border-box;width:100%;font:inherit;background:#fff;border:1px solid #d8dde5;border-radius:10px;padding:13px 14px}.plantillas-field textarea{resize:vertical;min-height:190px}.plantillas-field input:focus,.plantillas-field select:focus,.plantillas-field textarea:focus,.plantillas-search:focus{border-color:#c9972f;outline:none;box-shadow:0 0 0 3px #c9972f24}.plantillas-variables,.plantillas-preview{border-top:1px solid #e5e7eb;margin-top:28px;padding-top:24px}.plantillas-section-title small{color:#8b97a7}.plantillas-variable-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.plantillas-variable-grid button{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:12px}.plantillas-variable-grid button:hover{background:#fffaf0;border-color:#d4a632}.plantillas-variable-grid span,.plantillas-variable-grid strong{display:block}.plantillas-variable-grid span{color:#667085;margin-bottom:4px;font-size:11px}.plantillas-variable-grid strong{color:#182232;font-size:12px}.plantillas-editor-actions{justify-content:flex-start;margin-top:24px}.plantillas-preview-content{background:#fbfaf7;border:1px solid #eadfca;border-radius:14px;margin-top:17px;padding:24px}.plantillas-preview-brand{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;margin-bottom:22px;padding-bottom:18px;display:flex}.plantillas-preview-brand img{object-fit:contain;width:45px;height:45px}.plantillas-preview-brand strong,.plantillas-preview-brand span{display:block}.plantillas-preview-brand strong{color:#182232}.plantillas-preview-brand span{color:#c9972f;margin-top:3px;font-size:12px;font-weight:700}.plantillas-preview-content h2{color:#182232}.plantillas-preview-content p{color:#475467;white-space:pre-wrap;line-height:1.7}@media (width<=1150px){.plantillas-layout{grid-template-columns:1fr}.plantillas-sidebar{position:static}.plantillas-list{max-height:360px}}@media (width<=720px){.plantillas-header,.plantillas-sidebar-header,.plantillas-editor-header,.plantillas-section-title{flex-direction:column;align-items:flex-start}.plantillas-header-metric{box-sizing:border-box;text-align:left;width:100%}.plantillas-form-grid,.plantillas-variable-grid{grid-template-columns:1fr}.plantillas-field-wide{grid-column:auto}}
