:root{--bg-main: #0b0f19;--bg-card: #1e293b;--bg-input: #0f172a;--border-color: #334155;--text-main: #f8fafc;--text-secondary: #94a3b8;--accent-blue: #2563eb;--accent-hover: #1d4ed8;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--shadow-main: 0 10px 30px -5px rgba(0, 0, 0, .5)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased}.view-section{display:none;min-height:calc(100vh - 70px);padding-top:5rem}.view-section.active{display:block}.admin-container{max-width:1000px;margin:0 auto;padding:1.5rem}.admin-login-box{max-width:440px;margin:3rem auto;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2.25rem;box-shadow:var(--shadow-main)}.admin-dashboard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.admin-card{background:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem}.ad-placement-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1rem}.hero-section{text-align:center;padding:4.5rem 1.5rem 3.5rem;max-width:1100px;margin:0 auto 2rem;position:relative;border-radius:var(--radius-lg);background:url(../img/hero-bg.webp) center/cover no-repeat;border:1px solid var(--border-color);box-shadow:var(--shadow-main);overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0f172ae0,#0b0f19f0);backdrop-filter:blur(8px);z-index:1}.hero-section>*{position:relative;z-index:2}.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:#2563eb33;border:1px solid rgba(37,99,235,.4);color:#60a5fa;padding:.35rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.hero-title{font-family:Outfit,sans-serif;font-size:2.8rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1.25rem;line-height:1.2}.hero-title span{background:linear-gradient(135deg,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.1rem;color:var(--text-secondary);max-width:760px;margin:0 auto 2.25rem;line-height:1.6}.hero-cta-group{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.trust-badges{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.trust-badge-item{font-size:.82rem;color:#cbd5e1;background:#1e293bcc;border:1px solid var(--border-color);padding:.4rem .85rem;border-radius:50px;backdrop-filter:blur(10px)}:root.light-theme .hero-section{border-color:#cbd5e1}:root.light-theme .hero-section:before{background:linear-gradient(135deg,#ffffffe6,#f1f5f9f2);backdrop-filter:blur(8px)}:root.light-theme .hero-title{color:#0f172a}:root.light-theme .hero-title span{background:linear-gradient(135deg,#1d4ed8,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent}:root.light-theme .hero-subtitle{color:#475569}.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;border-radius:var(--radius-sm);padding:.6rem 1.2rem;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);text-decoration:none;font-size:.9rem;border:none}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb99}.btn-secondary{background:var(--bg-card);color:var(--text-main);border:1px solid var(--border-color)}.btn-secondary:hover{background:var(--border-color)}.btn-pro{background:linear-gradient(135deg,#ec4899,#8b5cf6);color:#fff}.btn-danger{background:#ef444433;color:#f87171;border:1px solid rgba(239,68,68,.3)}.btn-danger:hover{background:#ef444466}.btn-lg{padding:.85rem 1.75rem;font-size:1rem;border-radius:var(--radius-md)}.btn-sm{padding:.4rem .8rem;font-size:.8rem}.features-section,.faq-section,.guide-section{max-width:1200px;margin:3.5rem auto;padding:0 1.5rem}.section-title-center{text-align:center;font-family:Outfit,sans-serif;font-size:1.8rem;font-weight:700;margin-bottom:2.5rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{background:var(--bg-card);border:1px solid var(--border-color);padding:1.75rem;border-radius:var(--radius-md);transition:transform .2s,border-color .2s}.feature-card:hover{transform:translateY(-4px);border-color:#2563eb}.feature-icon{width:48px;height:48px;background:#2563eb26;color:#60a5fa;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-title{font-size:1.15rem;font-weight:700;margin-bottom:.6rem}.feature-desc{font-size:.9rem;color:var(--text-secondary);line-height:1.6}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:.75rem;overflow:hidden}.faq-question{width:100%;padding:1.1rem 1.5rem;background:none;border:none;color:#fff;font-size:1rem;font-weight:600;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-answer{padding:0 1.5rem 1.25rem;color:var(--text-secondary);font-size:.9rem;line-height:1.6;display:none}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-icon{transform:rotate(180deg)}.guide-container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:2.25rem}.article-content h3{font-size:1.1rem;color:#60a5fa;margin:1.25rem 0 .5rem}.article-content p{color:var(--text-secondary);font-size:.92rem;line-height:1.6;margin-bottom:.75rem}.modal-overlay{position:fixed;inset:0;background:#0b0f19d9;backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.modal-overlay.active{opacity:1;visibility:visible;pointer-events:auto}.modal-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.75rem;max-width:540px;width:100%;box-shadow:0 20px 50px #0009;transform:scale(.95);transition:transform .25s ease}.modal-overlay.active .modal-card{transform:scale(1)}.skip-link{position:absolute;top:-60px;left:10px;background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:6px;z-index:10000;text-decoration:none;font-weight:700;border:1px solid var(--border-color);transition:top .2s ease}.skip-link:focus{top:10px}.navbar{position:fixed;top:0;left:0;right:0;height:70px;background:#0f172af0;backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.logo-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-family:Outfit,sans-serif;font-weight:800;font-size:1.1rem;color:#fff;box-shadow:0 4px 12px #2563eb4d}.nav-links{display:flex;align-items:center;gap:1.5rem}.nav-link{color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.nav-link:hover,.nav-link.active{color:#60a5fa}.nav-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.icon-btn{width:38px;height:38px;border-radius:50%;background:var(--bg-card);border:1px solid var(--border-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;transition:all .2s;flex-shrink:0}.icon-btn:hover{background:var(--border-color);transform:scale(1.05)}.mobile-hamburger-btn{display:none;width:38px;height:38px;border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border-color);color:#fff;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.mobile-hamburger-btn svg{width:22px;height:22px}.mobile-drawer-menu{position:fixed;top:70px;right:0;width:280px;height:calc(100vh - 70px);background:#0f172afa;backdrop-filter:blur(20px);border-left:1px solid var(--border-color);z-index:999;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transform:translate(100%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 30px #00000080}.mobile-drawer-menu.active{transform:translate(0)}.mobile-drawer-link{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-sm);color:#fff;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .2s}.mobile-drawer-link:hover,.mobile-drawer-link.active{background:var(--border-color);border-color:#60a5fa}.mobile-bottom-bar{display:none;position:fixed;bottom:0;left:0;right:0;height:60px;background:#0f172af5;backdrop-filter:blur(16px);border-top:1px solid var(--border-color);z-index:998;justify-content:space-around;align-items:center}.bottom-tab-btn{background:none;border:none;color:var(--text-secondary);display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:.65rem;cursor:pointer;padding:.3rem}.bottom-tab-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:2}.bottom-tab-btn.active{color:#60a5fa}@media screen and (max-width:992px){.nav-links{display:none}.mobile-hamburger-btn{display:flex}}@media screen and (max-width:768px){.mobile-bottom-bar{display:flex}body{padding-bottom:60px}.nav-actions #web-share-btn{display:none}}.btn-text-mobile{display:none}.btn-text-full{display:inline}@media screen and (max-width:576px){.navbar{padding:0 .75rem}.logo-brand .logo-text{display:none}#download-pdf-btn{flex-direction:column!important;gap:1px!important;padding:3px 8px!important;height:auto!important;min-height:38px!important;font-size:8px!important;font-weight:700!important;letter-spacing:.5px!important;text-transform:uppercase!important;border-radius:6px!important;justify-content:center!important;align-items:center!important}#download-pdf-btn svg{margin:0!important;width:14px!important;height:14px!important}#download-pdf-btn .btn-text-full{display:none!important}#download-pdf-btn .btn-text-mobile{display:inline!important}#lang-switcher-select{padding:.35rem .4rem!important}}.app-workspace{max-width:1400px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.editor-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.form-group{display:flex;flex-direction:column;gap:.3rem}.form-group.full-width{grid-column:span 2}.form-group label{font-size:.8rem;font-weight:600;color:#cbd5e1}input[type=text],input[type=email],input[type=tel],input[type=date],input[type=password],select,textarea{background-color:var(--bg-input);border:1px solid var(--border-color);color:#fff;padding:.65rem .85rem;border-radius:var(--radius-sm);font-size:16px!important;font-family:inherit;width:100%;box-sizing:border-box;transition:border-color .2s;-webkit-appearance:none}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb33}textarea{min-height:90px;resize:vertical}.dynamic-item-card{background:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem;margin-bottom:.75rem;position:relative}.dynamic-item-card .remove-btn{position:absolute;top:.5rem;right:.5rem;background:#ef444433;color:#f87171;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;touch-action:manipulation}.dynamic-item-card .reorder-btn-group{position:absolute;top:.5rem;right:3rem;display:flex;gap:.25rem}.dynamic-item-card .reorder-btn{background:var(--bg-main);border:1px solid var(--border-color);color:#cbd5e1;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.75rem;touch-action:manipulation;transition:all .15s ease}.dynamic-item-card .reorder-btn:hover:not(:disabled){background:var(--border-color);color:#fff;transform:scale(1.05)}.dynamic-item-card .reorder-btn:disabled{opacity:.25;cursor:not-allowed}.photo-upload-container{background:var(--bg-main);border:2px dashed var(--border-color);border-radius:var(--radius-md);padding:1rem;text-align:center;margin-bottom:1rem}@media screen and (max-width:1100px){.app-workspace{grid-template-columns:1fr;padding:0 1rem 2rem}}@media screen and (max-width:768px){.form-grid{grid-template-columns:1fr}.form-group.full-width{grid-column:span 1}}.preview-panel{display:flex;flex-direction:column;align-items:center;width:100%}.cv-sheet{background:#fff;color:#1e293b;width:210mm;min-height:280mm;padding:14mm;box-shadow:0 10px 30px #00000080;font-family:Arial,Helvetica,sans-serif;font-size:9.5pt;line-height:1.45;box-sizing:border-box;page-break-inside:avoid;page-break-after:avoid}.html2pdf__container .cv-sheet,.cv-sheet.no-shadow{box-shadow:none!important;border:none!important}.ep-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid var(--accent-europass, #0e4375);padding-bottom:10px;margin-bottom:14px}.ep-logo-text{font-family:Arial,sans-serif;font-weight:700;font-size:20pt;color:var(--accent-europass, #0e4375)}.ep-photo{width:85px;height:105px;object-fit:cover;border-radius:4px;border:1px solid #cbd5e1}.ep-section{margin-bottom:14px}.ep-section-title{color:var(--accent-europass, #0e4375);font-size:11pt;font-weight:700;text-transform:uppercase;border-bottom:1px solid #e2e8f0;padding-bottom:3px;margin-bottom:8px}.ep-grid-row{display:grid;grid-template-columns:140px 1fr;gap:10px;margin-bottom:6px}.ep-label{color:#64748b;font-weight:700;font-size:9pt}@media screen and (max-width:768px){.cv-sheet{width:100%;min-height:auto;padding:12px 10px;box-shadow:none;border-radius:8px;font-size:8.5pt}.ep-grid-row{grid-template-columns:100px 1fr}}@media print{@page{size:A4 portrait;margin:0}*{box-shadow:none!important;text-shadow:none!important}.view-section:not(.active),#view-landing,#view-admin,header,footer,nav,.navbar,.editor-panel,.hero-section,.features-section,.faq-section,.guide-section,.landing-stats-section,.landing-testimonials-section,.ad-slot-container,.mobile-bottom-bar,.pwa-smart-banner,.cookie-consent-banner,.modal-overlay,#admin-login-box,#admin-dashboard,.preview-panel>div:first-child{display:none!important}body,html{background:#fff!important;color:#000!important;margin:0!important;padding:0!important;overflow:visible!important}.view-section.active{display:block!important;padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;min-height:auto!important}.app-workspace{display:block!important;padding:0!important;margin:0!important}.editor-panel{display:none!important}.preview-panel{width:100%!important;margin:0!important;padding:0!important}.cv-sheet{width:100%!important;min-height:270mm!important;max-height:285mm!important;padding:8mm!important;box-shadow:none!important;border:none!important;margin:0!important;page-break-inside:avoid!important;page-break-after:avoid!important}}.settings-group{background:var(--bg-main);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem}.settings-title{font-size:.9rem;font-weight:700;color:var(--text-main);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.theme-toggle-options{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.theme-option-btn{background:var(--bg-input);border:1px solid var(--border-color);color:var(--text-main);padding:.75rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.4rem;transition:all .2s}.theme-option-btn.active{border-color:#2563eb;background:#2563eb26;color:#2563eb}:root.light-theme{--bg-main: #f8fafc;--bg-card: #ffffff;--bg-input: #ffffff;--border-color: #cbd5e1;--text-main: #0f172a;--text-secondary: #475569}:root.light-theme body{background-color:var(--bg-main);color:var(--text-main)}:root.light-theme .navbar,:root.light-theme .mobile-bottom-bar,:root.light-theme .mobile-drawer-menu{background:#fffffff7;border-color:#cbd5e1}:root.light-theme .logo-brand div,:root.light-theme .nav-link,:root.light-theme .hero-title,:root.light-theme .hero-subtitle,:root.light-theme .feature-title,:root.light-theme .section-title-center,:root.light-theme .settings-title,:root.light-theme .faq-question,:root.light-theme .faq-answer,:root.light-theme .guide-container h2,:root.light-theme .guide-container h3,:root.light-theme .article-content,:root.light-theme .modal-card h3,:root.light-theme .modal-card h2,:root.light-theme .modal-card p,:root.light-theme .editor-panel h2,:root.light-theme .editor-panel h3,:root.light-theme .editor-panel strong,:root.light-theme .form-group label,:root.light-theme .ad-placement-item h4,:root.light-theme .admin-card h3{color:#0f172a!important}:root.light-theme .trust-badge-item{background:#fff!important;color:#0f172a!important;border-color:#cbd5e1!important;box-shadow:0 2px 8px #0000000f}:root.light-theme [style*="color: white"],:root.light-theme [style*="color: #cbd5e1"],:root.light-theme [style*="color: #e2e8f0"],:root.light-theme [style*="color: #94a3b8"]{color:#334155!important}:root.light-theme input[type=text],:root.light-theme input[type=email],:root.light-theme input[type=tel],:root.light-theme input[type=date],:root.light-theme input[type=password],:root.light-theme select,:root.light-theme textarea{background-color:#fff!important;color:#0f172a!important;border-color:#cbd5e1!important}:root.light-theme .btn-secondary{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}:root.light-theme .btn-secondary:hover{background:#cbd5e1}:root.light-theme .icon-btn,:root.light-theme .mobile-hamburger-btn{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}:root.light-theme .feature-card,:root.light-theme .editor-panel,:root.light-theme .admin-card,:root.light-theme .modal-card,:root.light-theme .dynamic-item-card,:root.light-theme .photo-upload-container{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #0000000d}:root.light-theme .mobile-drawer-link{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.pwa-smart-banner{background:linear-gradient(135deg,#1e293bfa,#0f172afa);border:1px solid rgba(56,189,248,.3);box-shadow:0 12px 30px #0006;border-radius:var(--radius-md);padding:1rem 1.25rem;margin:5.5rem auto 1rem;max-width:1100px;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;position:relative;backdrop-filter:blur(12px);z-index:900;animation:slideDownBanner .4s cubic-bezier(.16,1,.3,1)}@keyframes slideDownBanner{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.pwa-banner-content{display:flex;align-items:center;gap:.85rem;flex:1;min-width:280px}.pwa-banner-icon{background:#2563eb33;color:#60a5fa;width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0;border:1px solid rgba(59,130,246,.3)}.pwa-banner-text{font-size:.88rem;color:#e2e8f0;line-height:1.4}.pwa-banner-text strong{color:#fff}.pwa-banner-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}:root.light-theme .pwa-smart-banner{background:linear-gradient(135deg,#fff,#f1f5f9);border-color:#cbd5e1;box-shadow:0 8px 24px #00000014}:root.light-theme .pwa-banner-text{color:#334155}:root.light-theme .pwa-banner-text strong{color:#0f172a}.pro-toast-container{position:fixed;top:1.25rem;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;pointer-events:none;max-width:420px;width:calc(100% - 2.5rem)}.pro-toast{pointer-events:auto;background:#0f172af2;border:1px solid var(--border-color);backdrop-filter:blur(16px);padding:.85rem 1.1rem;border-radius:var(--radius-md);color:#fff;display:flex;align-items:center;gap:.75rem;box-shadow:0 10px 25px #0006;animation:toastSlideIn .35s cubic-bezier(.16,1,.3,1);transition:all .3s ease;position:relative;overflow:hidden}@keyframes toastSlideIn{0%{opacity:0;transform:translate(40px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.pro-toast.toast-success{border-color:#10b98166;background:linear-gradient(135deg,#0f172af2,#064e3be6)}.pro-toast.toast-error{border-color:#ef444466;background:linear-gradient(135deg,#0f172af2,#7f1d1de6)}.pro-toast.toast-warning{border-color:#f59e0b66;background:linear-gradient(135deg,#0f172af2,#78350fe6)}.pro-toast.toast-info{border-color:#3b82f666;background:linear-gradient(135deg,#0f172af2,#1e3a8ae6)}.pro-toast-icon{font-size:1.25rem;flex-shrink:0}.pro-toast-message{font-size:.85rem;line-height:1.4;flex:1;color:#e2e8f0}.pro-toast-close{background:none;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;padding:0;line-height:1;transition:color .2s}.pro-toast-close:hover{color:#fff}.pro-modal-overlay{position:fixed;inset:0;background:#0b0f19d1;backdrop-filter:blur(12px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.16,1,.3,1)}.pro-modal-overlay.active{opacity:1;visibility:visible}.pro-modal-box{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid var(--border-color);box-shadow:0 20px 50px #0009;border-radius:var(--radius-lg);padding:1.75rem;max-width:480px;width:100%;text-align:center;transform:scale(.9);transition:transform .3s cubic-bezier(.16,1,.3,1)}.pro-modal-overlay.active .pro-modal-box{transform:scale(1)}.pro-modal-badge{width:56px;height:56px;border-radius:50%;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.pro-modal-badge.badge-success{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.pro-modal-badge.badge-error{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.pro-modal-badge.badge-warning{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.pro-modal-badge.badge-info{background:#3b82f626;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.pro-modal-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.6rem}.pro-modal-text{font-size:.9rem;color:#cbd5e1;line-height:1.5;margin-bottom:1.5rem}.pro-modal-actions{display:flex;gap:.75rem;justify-content:center}:root.light-theme .pro-modal-box{background:linear-gradient(135deg,#fff,#f1f5f9);border-color:#cbd5e1}:root.light-theme .pro-modal-title{color:#0f172a}:root.light-theme .pro-modal-text{color:#475569}.app-footer{background:#0b0f19fa;border-top:1px solid var(--border-color);color:var(--text-secondary);padding:3.5rem 1.5rem 1.5rem;margin-top:4rem;font-size:.88rem;position:relative}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-brand-title{font-family:Outfit,sans-serif;font-weight:800;font-size:1.4rem;color:#fff}.footer-desc{line-height:1.6;color:#cbd5e1;max-width:340px}.footer-column{display:flex;flex-direction:column;gap:.75rem}.footer-column-title{font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.footer-link{color:#cbd5e1;text-decoration:none;transition:color .2s}.footer-link:hover{color:#60a5fa}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:#cbd5e1}:root.light-theme .app-footer{background:#fff;border-color:#e2e8f0}:root.light-theme .footer-brand-title,:root.light-theme .footer-column-title{color:#0f172a!important}:root.light-theme .footer-desc,:root.light-theme .footer-link{color:#334155!important}:root.light-theme .footer-link:hover{color:#2563eb!important}:root.light-theme .footer-bottom{border-color:#e2e8f0;color:#334155!important}@media screen and (max-width:768px){.footer-container{grid-template-columns:1fr;gap:1.75rem}}.cookie-consent-banner{position:fixed;bottom:1.25rem;left:1.25rem;right:1.25rem;max-width:900px;margin:0 auto;background:#0f172af5;border:1px solid var(--border-color);backdrop-filter:blur(16px);padding:1.25rem 1.5rem;border-radius:var(--radius-lg);box-shadow:0 20px 40px #00000080;z-index:9998;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;animation:slideUpCookie .4s cubic-bezier(.16,1,.3,1)}@keyframes slideUpCookie{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.cookie-content{display:flex;align-items:center;gap:1rem;flex:1}.cookie-icon{font-size:1.8rem;flex-shrink:0}.cookie-text{font-size:.85rem;color:#cbd5e1;line-height:1.5}.cookie-text strong{color:#fff}.cookie-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}:root.light-theme .cookie-consent-banner{background:#fffffffa;border-color:#cbd5e1;box-shadow:0 10px 30px #00000026}:root.light-theme .cookie-text{color:#475569}:root.light-theme .cookie-text strong{color:#0f172a}@media screen and (max-width:768px){.cookie-consent-banner{flex-direction:column;align-items:stretch;bottom:4rem;left:.75rem;right:.75rem;padding:1rem;gap:1rem}.cookie-actions{justify-content:flex-end}}