#root{width:100%;min-height:100vh}.captcha-container{display:flex;align-items:center;justify-content:center;height:100vh;width:100%;overflow:hidden;padding:20px;box-sizing:border-box}.captcha-content{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.captcha-logo{width:200px;height:auto;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.captcha-card{background:#f9f9f9;border:2px solid #e0e0e0;border-radius:12px;padding:48px;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:500px;width:calc(100% - 40px);margin:0 20px}.captcha-description{color:#555;margin:0 0 24px;font-size:.95em;line-height:1.5}.input-label{display:block;text-align:left;font-size:.9em;color:#666;margin-bottom:8px;font-weight:500}.captcha-footer{margin:24px 0 0;font-size:.8em;color:#888;line-height:1.4}.captcha-question{display:flex;align-items:center;justify-content:center;gap:12px;margin:24px 0;font-size:2em;font-weight:600}.number{color:#333}.operator,.equals{color:#666}.question-mark{color:#000}.captcha-input{width:100%;padding:14px;font-size:1.1em;border:2px solid #d0d0d0;border-radius:8px;box-sizing:border-box;transition:border-color .3s;text-align:center;font-weight:600}.captcha-input:focus{outline:none;border-color:#ff5252}.captcha-button{width:100%;padding:14px;font-size:1em;background:#ff5252;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s;margin-top:16px;font-weight:600}.captcha-button:hover{background:#ff6b6b}.error-message{color:#d32f2f;font-size:.9em;margin:12px 0 0;font-weight:500}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;z-index:1000}.spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top:4px solid #ff5252;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;background:#fdf9fa}.header{background:#fdf9fa;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}.header-logo{height:40px;width:auto}.devenir-client-btn{background:#ff5252;color:#fff;border:none;padding:10px 24px;border-radius:20px;font-size:.9em;font-weight:600;cursor:pointer;transition:background .3s}.devenir-client-btn:hover{background:#ff6b6b}.menu-btn{background:none;border:none;font-size:28px;cursor:pointer;padding:5px 10px;color:#333}.content-wrapper{flex:1;max-width:600px;width:100%;margin:0 auto;padding:40px 20px;box-sizing:border-box}.breadcrumb{font-size:.85em;margin:20px 0}.breadcrumb-link{color:#ff5252;cursor:pointer;text-decoration:none}.breadcrumb-separator{margin:0 8px;color:#333}.page-title{font-size:2.2em;font-weight:800;text-align:center;margin:20px 0 16px;color:#000;letter-spacing:.5px}.page-subtitle{text-align:center;color:#666;font-size:.95em;line-height:1.6;margin:0 auto 40px;max-width:500px}.details-card{background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;width:100%;box-sizing:border-box}.details-card h2,.regularisation-card h2{font-size:1.3em;font-weight:600;color:#000;margin:0 0 24px}.regularisation-card{background:#fff;border-radius:20px;padding:32px 28px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;width:100%;box-sizing:border-box;margin-top:20px}.detail-row{display:flex;align-items:center;gap:16px;padding:20px 16px;background:#fafafa;border-radius:12px;margin-bottom:12px}.detail-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;flex-shrink:0}.detail-info{flex:1;display:flex;flex-direction:column;gap:4px}.detail-label{font-size:.85em;color:#999}.detail-value{font-size:1em;color:#000;font-weight:600}.amount-row{display:flex;justify-content:space-between;align-items:center;padding:24px 0 0;margin-top:24px;border-top:2px solid #f0f0f0}.amount-label{font-size:1em;color:#000;font-weight:500}.amount-value{font-size:2.5em;color:#ff5252;font-weight:800}.penalty-warning-card{background:#fff;border-radius:16px;padding:24px;border:2px solid #ff5252;display:flex;gap:16px;margin-top:20px;box-shadow:0 2px 12px #00000014}.penalty-icon{font-size:28px;flex-shrink:0}.penalty-content p{margin:0;color:#333;font-size:.95em;line-height:1.6}.penalty-content strong{color:#ff5252;font-weight:700}.footer{background:#f8f8f8;padding:48px 20px 24px;margin-top:60px}.footer-logo-section{max-width:1200px;margin:0 auto 32px;padding-bottom:24px;border-bottom:1px solid #ddd}.footer-logo{height:40px;width:auto}.footer-content{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.footer-section h3{font-size:.95em;font-weight:700;color:#000;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section li{margin-bottom:10px;color:#666;font-size:.9em;cursor:pointer}.footer-section li:hover{color:#ff5252}.social-icons{display:flex;gap:15px;margin-top:12px}.social-icon{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ff5252;text-decoration:none;transition:transform .2s,background .2s}.social-icon:hover{transform:scale(1.1);background:#ff6b6b}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.footer-bottom a{color:#666;text-decoration:none;font-size:.85em}.footer-bottom a:hover{color:#ff5252}@media(max-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;align-items:center;gap:12px}}.three-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin:30px 0}.section-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000001a}.section-card h2{font-size:1.4em;color:#333;margin:0 0 24px;font-weight:600}.detail-item{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.detail-item:last-of-type{border-bottom:none}.detail-icon-box{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.detail-icon-box.pink{background:#ffebee}.detail-icon-box.orange{background:#fff3e0}.detail-text{display:flex;flex-direction:column;gap:4px;flex:1}.detail-label{font-size:.9em;color:#666}.detail-value{font-size:1.1em;color:#333;font-weight:600}.amount-section{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px solid #f0f0f0}.amount-label{font-size:1em;color:#333;font-weight:500}.amount-value{font-size:1.8em;color:#ff5252;font-weight:700}.delay-warning{background:#fff9e6;border-radius:12px;padding:16px;margin-bottom:24px;display:flex;gap:12px;align-items:flex-start}.warning-icon{font-size:24px;flex-shrink:0}.warning-content strong{display:block;color:#333;font-size:1em;margin-bottom:6px}.warning-content p{margin:0;color:#666;font-size:.9em;line-height:1.5}.highlight-date{color:#ff5252;font-weight:600}.payment-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:.95em}.payment-row.total-row{border-bottom:none;padding-top:16px;border-top:2px solid #f0f0f0;margin-top:8px;font-size:1em;font-weight:600}.payment-amount{color:#333;font-weight:600}.payment-amount.green{color:#4caf50}.payment-amount.total{color:#ff5252;font-size:1.6em}.pay-button{width:100%;background:#ff5252;color:#fff;border:none;padding:16px;border-radius:24px;font-size:1.05em;font-weight:600;cursor:pointer;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .3s}.pay-button:hover{background:#ff6b6b}.security-text{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;color:#4caf50;font-size:.9em}.form-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px #00000014;border:1px solid #f0f0f0;width:100%;box-sizing:border-box;margin-top:20px}.info-form{display:flex;flex-direction:column;gap:24px}.form-row{display:flex;gap:16px;width:100%}.form-row.single{flex-direction:column}.form-group{flex:1;display:flex;flex-direction:column;gap:8px}.form-group.expiry{flex:0 0 120px;max-width:120px}.form-group.cvc{flex:0 0 100px;max-width:100px}.form-group.full-width{width:100%}.form-group label{font-size:.9em;color:#333;font-weight:500;display:flex;align-items:center;gap:8px}.form-group input{padding:14px 16px;border:1px solid #d0d0d0;border-radius:8px;font-size:1em;color:#333;transition:border-color .3s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#ff5252}.form-group input::placeholder{color:#aaa}.step-indicator{display:flex;align-items:center;justify-content:center;gap:16px;margin:32px 0}.step-circle{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4em;font-weight:700;color:#fff}.step-circle.active{background:#ff5252}.step-circle.inactive{background:#ccc}.step-line{width:80px;height:2px;background:#ccc}.security-info{background:#eff6ff;border-left:4px solid #2196f3;border-radius:8px;padding:20px;margin-bottom:24px}.security-info h3{font-size:1em;color:#000;margin:0 0 8px;font-weight:600;display:flex;align-items:center;gap:8px}.security-info p{margin:0;color:#555;font-size:.9em;line-height:1.5}.footer{background:#fff;padding:40px 20px 20px;border-top:1px solid #e0e0e0}.footer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.footer-logo{height:50px;width:auto}.app-badges{display:flex;gap:12px}.app-badge{background:#333;color:#fff;padding:8px 16px;border-radius:6px;font-size:.85em;white-space:nowrap}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-bottom:40px}.footer-section{margin-bottom:0}.footer-section h4{font-size:1em;font-weight:600;color:#333;margin:0 0 16px}.footer-section a{display:block;color:#666;text-decoration:none;font-size:.9em;margin:10px 0;transition:color .3s}.footer-section a:hover{color:#ff5252}.social-section{margin:40px 0;text-align:center}.social-section h4{font-size:1em;font-weight:600;color:#333;margin:0 0 20px}.social-icons{display:flex;justify-content:center;gap:16px}.social-icon{background:#ff5252;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;cursor:pointer;transition:background .3s}.social-icon:hover{background:#ff6b6b}.footer-bottom{padding-top:30px;border-top:1px solid #e0e0e0;margin-top:20px;display:flex;flex-direction:column;gap:12px}.footer-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.footer-links a{color:#666;text-decoration:none;font-size:.85em;transition:color .3s}.footer-links a:hover{color:#ff5252}.payment-summary{margin-top:16px;padding-top:16px;border-top:1px solid #e0e0e0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.95em;color:#333}.summary-row.total{margin-top:8px;padding-top:12px;border-top:2px solid #e0e0e0}.payment-buttons{display:flex;gap:16px;margin-top:32px}.back-button{flex:1;padding:14px;font-size:1em;background:#e0e0e0;color:#333;border:none;border-radius:24px;cursor:pointer;font-weight:600;transition:background .3s}.back-button:hover{background:#d0d0d0}.pay-button-final{flex:2;padding:14px;font-size:1em;background:#ff5252;color:#fff;border:none;border-radius:24px;cursor:pointer;font-weight:600;transition:background .3s;display:flex;align-items:center;justify-content:center;gap:8px}.pay-button-final:hover{background:#ff6b6b}.confirmation-card{background:#fff;border-radius:12px;padding:48px;max-width:600px;margin:40px auto;text-align:center;box-shadow:0 2px 8px #0000001a}.confirmation-icon{width:80px;height:80px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3em;margin:0 auto 24px;font-weight:700}.confirmation-title{font-size:2em;font-weight:700;color:#333;margin-bottom:16px}.confirmation-subtitle{font-size:1.1em;color:#666;margin-bottom:32px}.confirmation-details{background:#f5f5f5;border-radius:8px;padding:24px;margin-bottom:24px}.detail-row{display:flex;justify-content:space-between;padding:12px 0;font-size:1em;color:#333;border-bottom:1px solid #e0e0e0}.detail-row:last-child{border-bottom:none}.confirmation-message{color:#666;font-size:.95em;line-height:1.5}.admin-page{min-height:100vh;background:#f5f5f5;padding:32px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;background:#fff;padding:24px 32px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.admin-header h1{font-size:2em;font-weight:700;color:#333;margin:0}.reset-button{padding:12px 24px;background:#ff5252;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s}.reset-button:hover{background:#ff6b6b}.admin-content{display:flex;flex-direction:column;gap:32px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;border-left:4px solid #2196f3}.stat-card.success{border-left-color:#4caf50}.stat-card.total{border-left-color:#ff5252;background:linear-gradient(135deg,#fff,#ffe8e8)}.stat-card h3{font-size:.9em;color:#666;margin:0 0 12px;font-weight:600;text-transform:uppercase}.stat-number{font-size:2.5em;font-weight:700;color:#333;margin:0}.stat-conversion{font-size:.85em;color:#4caf50;margin:8px 0 0;font-weight:600}.funnel-chart{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.funnel-chart h2{font-size:1.5em;font-weight:700;color:#333;margin:0 0 24px}.funnel-steps{display:flex;flex-direction:column;gap:8px}.funnel-step{background:linear-gradient(90deg,#2196f3,#4caf50);color:#fff;padding:16px 24px;border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:all .3s}.funnel-step:hover{transform:translate(8px)}.funnel-step span{font-weight:600}.funnel-step strong{font-size:1.2em}@media(max-width:768px){.captcha-logo{width:150px}.captcha-card{padding:32px 24px}.captcha-question{font-size:1.8em;gap:10px}.captcha-input{padding:14px;font-size:1em}.header-logo{height:35px}.devenir-client-btn{padding:8px 20px;font-size:.85em}.page-title{font-size:1.6em}.page-subtitle{font-size:.95em}.three-sections{grid-template-columns:1fr}.section-card{padding:20px}.form-card{padding:24px}.step-indicator{margin:24px 0}.step-circle{width:45px;height:45px;font-size:1.2em}.step-line{width:60px}.footer-top{flex-direction:column;align-items:flex-start}.footer-logo{height:40px}.app-badges{flex-direction:column;width:100%}.app-badge{text-align:center}.footer-content{grid-template-columns:1fr;gap:24px}.payment-buttons{flex-direction:column}.back-button,.pay-button-final{width:100%}.confirmation-card{padding:32px 24px}.admin-page{padding:16px}.admin-header{flex-direction:column;gap:16px;text-align:center}.stats-grid{grid-template-columns:1fr}.funnel-step{padding:12px 16px;font-size:.9em}}@media(max-width:480px){.captcha-logo{width:120px}.captcha-card{padding:24px 16px}.captcha-question{font-size:1.6em}.header{padding:10px 16px}.header-logo{height:30px}.devenir-client-btn{padding:6px 16px;font-size:.8em}.menu-btn{font-size:24px}.content-wrapper{padding:16px}.page-title{font-size:1.4em}.page-subtitle{font-size:.9em}.section-card{padding:16px}.section-card h2{font-size:1.2em}.detail-icon-box{width:45px;height:45px;font-size:20px}.amount-value{font-size:1.5em}.payment-amount.total{font-size:1.4em}.footer{padding:30px 16px 16px}.footer-logo{height:35px}.app-badge{font-size:.8em;padding:6px 12px}.social-icon{width:45px;height:45px;font-size:18px}.footer-links{flex-direction:column;align-items:center;gap:10px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#ff8c00;text-decoration:inherit}a:hover{color:#ff9d1f}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#f5f5f5;color:#333;overflow-x:hidden;overflow-y:auto}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
