@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";:root{--pink:#E91E63;--pink-light:#FF6B9D;--pink-pale:#FCE4EC;--purple:#7B2FBE;--purple-dark:#5a1a9a;--gold:#F4C542;--white:#fff;--gray-soft:#F5F5F5;--gray:#888;--dark:#1a0533;--grad:linear-gradient(135deg,var(--pink),var(--purple));--shadow:0 8px 32px rgba(123,47,190,.13);--radius:20px;--radius-sm:12px;--radius-btn:50px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;color:#333;background:var(--white);line-height:1.6}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.page{min-height:100vh;display:flex;flex-direction:column}.section-eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pink);margin-bottom:.5rem}.section-title{font-size:2.2rem;font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:1rem}.section-subtitle{font-size:1rem;color:var(--gray);max-width:600px;margin:0 auto 3rem}.section-header{text-align:center;margin-bottom:3rem}.btn-primary{display:inline-block;padding:.85rem 2rem;background:var(--grad);color:var(--white);border-radius:var(--radius-btn);font-weight:700;font-size:1rem;font-family:inherit;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 20px #e91e6359}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 28px #e91e6373}.btn-secondary{display:inline-block;padding:.85rem 2rem;background:var(--white);color:var(--purple);border-radius:var(--radius-btn);font-weight:700;border:2px solid var(--purple);cursor:pointer;transition:.2s}.btn-secondary:hover{background:var(--purple);color:var(--white)}.btn-ghost{display:inline-block;padding:.85rem 2rem;color:var(--white);border-radius:var(--radius-btn);font-weight:600;border:2px solid rgba(255,255,255,.5);cursor:pointer;transition:.2s}.btn-ghost:hover{background:#ffffff26}.btn-primary-sm{padding:.5rem 1.2rem;background:var(--grad);color:var(--white);border-radius:var(--radius-btn);font-weight:600;font-size:.85rem;font-family:inherit;border:none;cursor:pointer;transition:.2s}.btn-primary-sm:hover{opacity:.9;transform:translateY(-1px)}.btn-outline-sm{padding:.5rem 1.2rem;color:var(--purple);border:2px solid var(--purple);border-radius:var(--radius-btn);font-weight:600;font-size:.85rem;font-family:inherit;background:none;cursor:pointer;transition:.2s}.btn-outline-sm:hover{background:var(--purple);color:var(--white)}.btn-ghost-sm{padding:.5rem 1.2rem;color:var(--gray);border:2px solid #ddd;border-radius:var(--radius-btn);font-weight:600;font-size:.85rem;font-family:inherit;background:none;cursor:pointer;transition:.2s}.btn-ghost-sm:hover{border-color:var(--pink);color:var(--pink)}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:.75rem 0;transition:background .3s,box-shadow .3s;background:transparent}.topbar-scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 20px #7b2fbe1f}.topbar-inner{display:flex;align-items:center;gap:1.5rem}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--dark)}.brand-icon{width:2.2rem;height:2.2rem;object-fit:contain;border-radius:var(--radius-btn)}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text strong{font-size:1rem;font-weight:800;color:var(--purple)}.brand-text span{font-size:.68rem;color:var(--pink);font-weight:600;letter-spacing:.05em}.topbar-nav{display:flex;align-items:center;gap:.25rem;margin-left:auto}.topbar-nav a{padding:.45rem .9rem;border-radius:var(--radius-btn);font-size:.9rem;font-weight:500;color:#444;transition:.2s}.topbar-nav a:hover{color:var(--pink);background:var(--pink-pale)}.topbar-actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.role-badge{padding:.3rem .8rem;border-radius:var(--radius-btn);font-size:.75rem;font-weight:700}.badge-admin{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.badge-runner{background:var(--grad);color:#fff}.user-name{font-weight:600;font-size:.9rem;color:var(--dark)}.hamburger{display:none;flex-direction:column;gap:5px;padding:.4rem;background:none;border:none;cursor:pointer;margin-left:auto}.hamburger span{width:24px;height:2px;background:var(--dark);border-radius:2px;transition:.3s;display:block}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--grad);overflow:hidden;padding-top:80px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-circle{position:absolute;border-radius:50%;background:#ffffff12}.hero-circle-1{width:500px;height:500px;top:-100px;right:-150px}.hero-circle-2{width:300px;height:300px;bottom:100px;left:-80px}.hero-circle-3{width:200px;height:200px;top:40%;right:30%}.hero-content{position:relative;z-index:2;max-width:700px;padding:4rem 1.5rem;margin:0 auto;text-align:center;color:var(--white)}.hero-eyebrow{display:inline-block;background:#fff3;padding:.4rem 1.2rem;border-radius:var(--radius-btn);font-size:.85rem;font-weight:600;letter-spacing:.08em;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem}.hero-title-accent{background:linear-gradient(135deg,var(--gold),#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;font-weight:300;opacity:.9;max-width:560px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);padding:1.25rem 2rem;border:1px solid rgba(255,255,255,.2)}.hero-stat-item{text-align:center;display:flex;flex-direction:column;gap:.2rem}.hero-stat-item strong{font-size:1.4rem;font-weight:800}.hero-stat-item span{font-size:.75rem;opacity:.8;font-weight:500}.hero-stat-divider{width:1px;height:40px;background:#ffffff4d}.hero-wave{position:absolute;bottom:-1px;left:0;right:0}.hero-wave svg{width:100%;display:block}.about-section{padding:6rem 0;background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text .section-title{margin-top:.5rem}.about-desc{color:#555;margin-bottom:1rem;line-height:1.75}.about-badge{display:flex;align-items:center;gap:1rem;background:var(--pink-pale);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-top:1.5rem;border-left:4px solid var(--pink)}.about-badge span:first-child{font-size:1.5rem}.about-badge strong{display:block;font-size:.95rem;color:var(--dark)}.about-badge span:last-child{font-size:.8rem;color:var(--gray)}.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.value-card{background:var(--gray-soft);border-radius:var(--radius-sm);padding:1.5rem;transition:.25s;border:2px solid transparent}.value-card:hover{border-color:var(--pink-light);transform:translateY(-4px);box-shadow:var(--shadow)}.value-icon{font-size:2rem;margin-bottom:.75rem}.value-card h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.4rem}.value-card p{font-size:.85rem;color:var(--gray);line-height:1.6}.races-section{padding:6rem 0;background:var(--gray-soft);position:relative}.races-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:860px;margin:0 auto}.race-card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.3s;display:flex;flex-direction:column}.race-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #7b2fbe33}.race-card-top{background:var(--grad);padding:2rem;text-align:center;color:var(--white)}.race-emoji{font-size:2.5rem;display:block;margin-bottom:.5rem}.race-dist{font-size:3.5rem;font-weight:800;line-height:1}.nivel-badge{display:inline-block;margin-top:.75rem;padding:.25rem .9rem;border-radius:var(--radius-btn);font-size:.75rem;font-weight:700;background:#ffffff40;color:#fff}.race-card-body{padding:1.75rem;flex:1;display:flex;flex-direction:column}.race-card-body h3{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.race-card-body p{font-size:.88rem;color:var(--gray);line-height:1.65;margin-bottom:1.25rem}.race-includes{list-style:none;margin-bottom:1.25rem}.race-includes li{font-size:.83rem;color:#555;padding:.25rem 0;display:flex;align-items:center;gap:.5rem}.race-includes li span{color:var(--pink);font-weight:700}.race-fecha{font-size:.82rem;color:var(--purple);font-weight:600;margin-bottom:1.25rem}.race-btn{width:100%;margin-top:auto}.testimonials-section{padding:6rem 0;background:linear-gradient(180deg,var(--pink-pale) 0%,var(--white) 100%)}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-card{background:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:0 4px 20px #e91e6314;transition:.25s;border-top:4px solid var(--pink)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.stars{font-size:1.1rem;margin-bottom:1rem}.testimonial-text{font-size:.95rem;color:#444;line-height:1.75;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem}.avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;flex-shrink:0}.testimonial-author strong{font-size:.9rem;color:var(--dark)}.resources-section{padding:6rem 0;background:var(--white)}.resources-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.resource-card{background:var(--gray-soft);border-radius:var(--radius);padding:2rem;text-align:center;transition:.25s;position:relative}.resource-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.resource-icon{font-size:2.5rem;margin-bottom:1rem}.resource-tag{display:inline-block;background:var(--pink-pale);color:var(--pink);font-size:.72rem;font-weight:700;padding:.2rem .75rem;border-radius:var(--radius-btn);margin-bottom:.75rem}.resource-card h3{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.6rem}.resource-card p{font-size:.85rem;color:var(--gray);line-height:1.65}.contact-section{padding:6rem 0;background:var(--gray-soft)}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:4rem;align-items:start}.contact-info .section-title{margin-top:.5rem}.contact-info p{color:#555;margin-bottom:1.5rem;line-height:1.75}.contact-items{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#444}.contact-form-wrap{background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow)}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form label,.auth-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;color:#555}.contact-form input,.contact-form textarea,.auth-form input{width:100%;padding:.75rem 1rem;border:2px solid #eee;border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s;background:var(--white)}.contact-form input:focus,.contact-form textarea:focus,.auth-form input:focus{outline:none;border-color:var(--pink);box-shadow:0 0 0 4px #e91e6314}.contact-form textarea{resize:vertical;min-height:120px}.contact-success{text-align:center;padding:2rem}.success-icon{font-size:3rem;margin-bottom:1rem}.contact-success h3{font-size:1.3rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}.contact-success p{color:var(--gray);margin-bottom:1.5rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--grad);position:relative;overflow:hidden;padding:2rem}.auth-deco{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.auth-circle{position:absolute;border-radius:50%;background:#ffffff14}.auth-circle-1{width:400px;height:400px;top:-100px;right:-100px}.auth-circle-2{width:250px;height:250px;bottom:-60px;left:-60px}.auth-circle-3{width:150px;height:150px;top:50%;left:20%}.auth-card{position:relative;z-index:2;background:var(--white);border-radius:var(--radius);padding:2.5rem;width:100%;max-width:440px;box-shadow:0 20px 60px #0003}.auth-card-header{text-align:center;margin-bottom:2rem}.auth-logo{font-size:3rem;margin-bottom:.75rem}.auth-card-header h2{font-size:1.5rem;font-weight:800;color:var(--dark);margin-bottom:.4rem}.auth-card-header p{font-size:.88rem;color:var(--gray)}.auth-form{display:flex;flex-direction:column;gap:1.1rem;margin-bottom:1.25rem}.auth-submit{width:100%;justify-content:center}.auth-hint{font-size:.78rem;color:var(--gray);margin-top:-.5rem}.auth-error{background:#fce4ec;color:#c62828;border-radius:var(--radius-sm);padding:.65rem 1rem;font-size:.85rem;font-weight:500}.auth-switch{text-align:center;font-size:.85rem;color:var(--gray)}.auth-switch a{color:var(--pink);font-weight:700}.auth-switch a:hover{text-decoration:underline}.dashboard{min-height:100vh;background:var(--gray-soft)}.dashboard-header{background:var(--grad);color:var(--white);padding:2.5rem 0;margin-top:64px}.dashboard-header h1{font-size:1.8rem;font-weight:800}.dashboard-header p{opacity:.85;font-size:.9rem;margin-top:.25rem}.dashboard-body{padding:2.5rem 0}.dash-tabs{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.dash-tab{padding:.65rem 1.4rem;border-radius:var(--radius-btn);font-size:.88rem;font-weight:600;color:#555;background:var(--white);border:2px solid #eee;cursor:pointer;transition:.2s;font-family:inherit}.dash-tab.active{background:var(--grad);color:var(--white);border-color:transparent}.dash-tab:hover:not(.active){border-color:var(--pink);color:var(--pink)}.dash-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;margin-bottom:1.5rem}.dash-card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:2px solid var(--gray-soft);flex-wrap:wrap;gap:1rem}.dash-card-header h2{font-size:1.15rem;font-weight:700;color:var(--dark)}.dash-filter{display:flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:#555}.dash-filter select{padding:.4rem .8rem;border:2px solid #eee;border-radius:var(--radius-sm);font-family:inherit;font-size:.85rem;cursor:pointer}.dash-form{padding:0 2rem 2rem}.dash-desc{padding:1rem 2rem 0;font-size:.9rem;color:var(--gray)}.dash-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;margin:1.25rem 0}.dash-form label{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;font-weight:600;color:#555}.dash-form input{width:100%;padding:.7rem 1rem;border:2px solid #eee;border-radius:var(--radius-sm);font-family:inherit;font-size:.9rem;transition:border-color .2s}.dash-form input:focus{outline:none;border-color:var(--pink);box-shadow:0 0 0 4px #e91e6314}.dash-form input:disabled{background:#f5f5f5;color:#999}.dash-submit{margin-top:1.5rem}.dash-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem;text-align:center;color:var(--gray)}.dash-empty span{font-size:3rem}.dash-empty p{font-size:.95rem}.dash-success{padding:3rem;text-align:center}.success-big-icon{font-size:4rem;margin-bottom:1rem}.dash-success h2{font-size:1.5rem;font-weight:800;color:var(--dark);margin-bottom:.75rem}.dash-success p{color:#555;margin-bottom:.5rem;line-height:1.7}.success-msg{color:var(--purple);font-weight:500;margin:1rem 0 1.5rem}.dash-empty-state{padding:3rem;text-align:center}.dash-empty-state h2{font-size:1.4rem;font-weight:700;color:var(--dark);margin-bottom:.75rem}.dash-empty-state p{color:var(--gray);line-height:1.7}.dash-error{background:#fce4ec;color:#c62828;border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.88rem;margin-bottom:1rem}.dash-loading{display:flex;align-items:center;justify-content:center;padding:3rem;font-size:1rem;color:var(--gray)}.full-loading{min-height:60vh}.open-badge{background:linear-gradient(135deg,#43a047,#1b5e20);color:#fff;padding:.3rem .8rem;border-radius:var(--radius-btn);font-size:.75rem;font-weight:700}.table-wrap{overflow-x:auto;padding:0 2rem 2rem}.dash-table{width:100%;border-collapse:collapse;font-size:.88rem}.dash-table thead tr{background:linear-gradient(135deg,var(--purple),var(--pink))}.dash-table th{padding:.9rem 1rem;text-align:left;color:#fff;font-weight:700;font-size:.82rem;letter-spacing:.04em}.dash-table td{padding:.85rem 1rem;border-bottom:1px solid #f0f0f0;vertical-align:middle}.dash-table tbody tr:hover{background:#fdf0f5}.dash-table code{background:var(--gray-soft);padding:.15rem .45rem;border-radius:6px;font-size:.8rem}.cell-name{font-weight:600;color:var(--dark)}.cell-sub{font-size:.78rem;color:var(--gray)}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-btn);font-size:.75rem;font-weight:700}.badge-confirmed{background:#e8f5e9;color:#2e7d32}.badge-pending{background:#fff8e1;color:#f57f17}.badge-draft{background:#f3e5f5;color:#6a1b9a}.badge-cancelled{background:#fce4ec;color:#c62828}.badge-refunded{background:#e3f2fd;color:#1565c0}.footer{position:relative}.footer-wave svg{width:100%;display:block;margin-bottom:-2px}.footer-body{background:#1a0533;color:#fffc;padding:3rem 0 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{font-size:1.1rem;color:#fff;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.footer-brand p{font-size:.88rem;line-height:1.65;margin-bottom:.5rem}.footer-mision{font-size:.8rem;opacity:.65}.footer-social{display:flex;gap:.75rem;margin-top:1.25rem}.social-btn{width:38px;height:38px;background:#ffffff1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;transition:.2s}.social-btn:hover{background:var(--pink);transform:translateY(-2px)}.footer-links h4{color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.06em;margin-bottom:1rem}.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.85rem;opacity:.7;transition:.2s}.footer-links a:hover{opacity:1;color:var(--pink-light)}.footer-link-btn{background:none;border:none;color:#ffffffb3;font-size:.85rem;cursor:pointer;padding:0;font-family:inherit;transition:.2s;text-align:left}.footer-link-btn:hover{color:var(--pink-light);opacity:1}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;border-top:1px solid rgba(255,255,255,.12);font-size:.78rem;opacity:.6;flex-wrap:wrap;gap:.5rem}@media(max-width:1024px){.about-grid{grid-template-columns:1fr}.about-text{order:1}.values-grid{order:2}.contact-grid{grid-template-columns:1fr}.resources-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.topbar-nav{display:none;position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 20px #0000001a}.topbar-nav.nav-open,.hamburger{display:flex}.topbar-actions{gap:.5rem}.hero-stats{flex-direction:column;gap:1rem;padding:1.25rem}.hero-stat-divider{width:60px;height:1px}.races-grid,.testimonials-grid,.resources-grid,.dash-form-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.dashboard-header{margin-top:56px}.section-title{font-size:1.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeIn .8s ease both}.legal-page{flex:1;width:100%;max-width:780px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.legal{color:#2e2e38}.legal-head{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--pink-pale)}.legal .eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--pink);margin-bottom:.6rem}.legal h1{font-size:2rem;font-weight:800;color:var(--dark);line-height:1.25;margin-bottom:.75rem}.legal-date{font-size:.9rem;color:#5c5c66;margin-bottom:.9rem}.legal-date time{font-weight:600;color:#2e2e38}.legal-lead{font-size:1.02rem;line-height:1.7;color:#3d3d47}.legal section{margin-top:2.25rem}.legal h2{font-size:1.3rem;font-weight:700;color:var(--dark);line-height:1.3;margin-bottom:.75rem}.legal h3{font-size:1.02rem;font-weight:700;color:var(--purple);margin:1.35rem 0 .45rem}.legal p{margin-bottom:.85rem;line-height:1.75}.legal ul,.legal ol{margin:0 0 .85rem 1.35rem}.legal li{margin-bottom:.45rem;line-height:1.7}.legal strong{color:#1f1f28;font-weight:700}.legal a{color:#6d28ab;text-decoration:underline;text-underline-offset:2px}.legal a:hover{color:var(--pink)}.nowrap{white-space:nowrap}.legal-form{margin-top:1.25rem;padding:1.5rem;background:var(--gray-soft);border:1px solid #e2e2e8;border-radius:var(--radius-sm)}.legal-form h3{margin-top:0;font-size:1.05rem;color:var(--dark)}.legal-form label{display:block;margin-bottom:1rem;font-size:.92rem;font-weight:600;color:#2e2e38}.legal-form input[type=email],.legal-form textarea{display:block;width:100%;margin-top:.4rem;padding:.7rem .85rem;font-family:inherit;font-size:.95rem;font-weight:400;color:#2e2e38;background:var(--white);border:1px solid #b9b9c4;border-radius:var(--radius-sm)}.legal-form textarea{resize:vertical}.legal-form input[type=email]:focus,.legal-form textarea:focus,.legal-form input[type=checkbox]:focus-visible,.legal-form button:focus-visible,.legal a:focus-visible{outline:3px solid var(--purple);outline-offset:2px}.legal-form .check-row{display:flex;align-items:flex-start;gap:.6rem;font-weight:400;line-height:1.6}.legal-form .check-row input[type=checkbox]{flex:0 0 auto;width:1.15rem;height:1.15rem;margin-top:.15rem;accent-color:var(--purple)}.legal-form button[type=submit]{padding:.8rem 1.9rem;background:var(--grad);color:var(--white);border:none;border-radius:var(--radius-btn);font-family:inherit;font-size:.98rem;font-weight:700;cursor:pointer;transition:transform .2s,box-shadow .2s}.legal-form button[type=submit]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 22px #e91e6359}.legal-form button[type=submit]:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.legal-form .error{margin:.75rem 0;padding:.7rem .85rem;background:#fdeaea;border-left:4px solid #b3261e;border-radius:6px;color:#8c1d18;font-size:.9rem}.legal-form .hint{margin:.9rem 0 0;font-size:.85rem;color:#5c5c66}.legal-footer{padding:1.75rem 1.5rem 2.25rem;border-top:1px solid #e2e2e8;text-align:center}.legal-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.4rem;margin-bottom:.9rem}.legal-footer-links a{font-size:.88rem;color:#4a4a55;text-decoration:underline;text-underline-offset:2px}.legal-footer-links a:hover{color:var(--pink)}.legal-footer-links a:focus-visible{outline:3px solid var(--purple);outline-offset:2px}.legal-footer-note{font-size:.82rem;color:#5c5c66}@media(max-width:768px){.legal-page{padding:1.75rem 1.15rem 3rem}.legal h1{font-size:1.6rem}.legal h2{font-size:1.15rem}.legal-form{padding:1.15rem}.legal-form button[type=submit]{width:100%}}
