*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#000}body{margin:0;padding:0}.initial-container{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:#fff;padding:2rem}a{text-decoration:none;color:inherit}button{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f0f0f0}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#000}h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}h2{font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}h4{font-size:1.25rem;font-weight:500}h5{font-size:1.1rem;font-weight:500}h6{font-size:1rem;font-weight:500}p{font-size:1rem;line-height:1.6;color:#333}.btn-principal{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-principal:hover{background:#333}.btn-secundario{padding:.75rem 1.5rem;background:#fff;color:#000;border:1px solid #000;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secundario:hover{background:#f0f0f0}.btn-eliminar{padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-eliminar:hover{background:#991b1b}.btn-aceptar{padding:.75rem 1.5rem;background:#10b981;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-aceptar:hover{background:#059669}.btn-s{padding:.5rem 1rem!important;font-size:.875rem}.btn-m{padding:.75rem 1.5rem!important;font-size:1rem}.btn-l{padding:1rem 2rem!important;font-size:1.125rem}.text-xs{font-size:.75rem}.text-s{font-size:.875rem}.text-m{font-size:1rem}.text-l{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.logo{font-size:1.5rem}.icon-large{font-size:3rem}.container-principal{max-width:1200px;margin:0 auto;padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px}.container-secundario{max-width:900px;margin:0 auto;padding:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px}.container-terciario{max-width:600px;margin:0 auto;padding:1rem;background:#f9fafb;border:1px solid #000000;border-radius:4px}.auth-card{background:#fff;padding:2rem;border-radius:4px;border:1px solid #000000;max-width:400px;width:100%}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;color:#000;font-weight:600;font-size:.95rem}.form-group input{padding:.75rem;border:1px solid #000000;border-radius:4px;font-size:1rem;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#000;box-shadow:0 0 5px #0000001a}.auth-footer{text-align:center;color:#666;margin-top:1.5rem;font-size:.9rem}.auth-footer a{color:#000;text-decoration:none;font-weight:600;transition:color .3s ease}.auth-footer a:hover{color:#333}.card{background:#fff;border-radius:4px;padding:1.5rem;border:1px solid #000000;transition:all .3s ease}.card:hover{border-color:#000}.card-s{padding:1rem}.card-m{padding:1.5rem}.card-l{padding:2rem}.divider{height:1px;background:#e5e7eb;margin:1.5rem 0}.divider-s{margin:.75rem 0}.divider-m{margin:1.5rem 0}.divider-l{margin:2rem 0}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.gap-s{gap:.5rem}.gap-m{gap:1rem}.gap-l{gap:1.5rem}.section-s{margin:1rem 0;padding:1rem}.section-m{margin:1.5rem 0;padding:1.5rem}.section-l{margin:2rem 0;padding:2rem}.text-center{text-align:center}.font-bold{font-weight:700}.result-card{background:#fff;border:2px solid #000;border-radius:4px;padding:1.5rem;margin-top:2rem;animation:fadeIn .5s ease}.result-card.positive{border-color:#dc2626;background:linear-gradient(135deg,#fff,#fef2f2)}.result-card.negative{border-color:#e5e7eb;background:#fff}.result-section{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:4px;margin-bottom:1.5rem}.result-section.positive{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #dc2626}.result-section.negative{background:#fff;border:2px solid #e5e7eb}.result-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.result-icon{font-size:2rem;flex-shrink:0}.result-label{font-size:1.2rem;font-weight:600;margin:0}.result-card.positive .result-label,.result-section.positive .result-label{color:#dc2626}.result-card.negative .result-label,.result-section.negative .result-label{color:#000}.probability-section{margin:1.5rem 0}.probability-section h3,.probability-section h4{font-size:1rem;color:#333;margin-bottom:1rem;font-weight:600}.probability-bars{display:flex;flex-direction:column;gap:1rem}.probability-item{display:grid;grid-template-columns:100px 1fr 60px;align-items:center;gap:1rem}.prob-label{font-size:.9rem;font-weight:500;color:#333}.prob-bar-container{height:24px;background:#e5e7eb;border-radius:12px;overflow:hidden}.prob-bar{height:100%;border-radius:12px;transition:width .8s ease}.prob-bar.negative{background:linear-gradient(90deg,#6b7280,#9ca3af)}.prob-bar.positive{background:linear-gradient(90deg,#dc2626,#f87171)}.prob-value{font-weight:700;font-size:.95rem;color:#000;text-align:right}.result-actions{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.result-actions button{flex:1;min-width:150px}.disclaimer{background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;padding:1rem;font-size:.9rem;color:#666;line-height:1.5;margin:1.5rem 0}.disclaimer strong{color:#000}.loading-state{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-text{color:#666;font-size:1.1rem;font-style:italic}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){h1{font-size:1.875rem}h2{font-size:1.5rem}.container-principal{padding:1.5rem}.container-secundario{padding:1rem}.auth-card{padding:1.5rem}.result-actions{flex-direction:column}.result-actions button{width:100%}.probability-item{grid-template-columns:80px 1fr 50px;gap:.5rem}.prob-label{font-size:.8rem}}
