.landing-page,.landing-page *{box-sizing:border-box}.landing-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px;background:linear-gradient(135deg,#fce7f3,#fecdd3,#e9d5ff)}.landing-page .landing-card{padding:24px!important;margin:0!important;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px;border:1px solid rgba(251,113,133,.3);box-shadow:0 10px 40px #0000001a;display:flex;flex-direction:column;gap:20px;max-width:480px;width:100%}.landing-page .landing-header{text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.landing-page .landing-logo{position:relative;width:72px;height:72px}.landing-page .landing-logo-img{width:48px!important;height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain}.landing-page .landing-title{font-size:1.75rem;font-weight:700;background-clip:text;-webkit-background-clip:text;color:transparent;line-height:1.2;margin:0}.landing-page .landing-subtitle{font-size:.95rem;font-weight:600;color:#be123c;margin:0}.landing-page .landing-tagline{font-size:.8rem;color:#6b7280;margin:0}.landing-page .landing-age-banner{background:linear-gradient(135deg,#dc2626,#be123c);border-radius:10px;padding:12px 16px;text-align:center}.landing-page .landing-age-title{font-size:1rem;font-weight:800;color:#fff;margin:0}.landing-page .landing-age-text{font-size:.75rem;color:#ffffffe6;margin:4px 0 0}.landing-page .landing-check{display:flex;align-items:center;gap:16px;padding:20px;border-radius:16px;border:3px solid rgba(251,113,133,.5);background:linear-gradient(135deg,#fff1f2,#faf5ff);transition:all .3s ease;cursor:pointer;min-height:90px}.landing-page .landing-check:hover{border-color:#fb7185;box-shadow:0 4px 12px #fb718533}.landing-page .landing-check-box{flex-shrink:0;padding:8px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.landing-page .landing-check-label{font-size:.85rem;color:#374151;cursor:pointer;line-height:1.5;flex:1}.landing-page .landing-check-strong{display:block;font-size:.95rem;font-weight:700;margin-bottom:4px}.landing-page .landing-country-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0;text-align:center}.landing-page .landing-country-subtitle{font-size:.75rem;color:#6b7280;margin:4px 0 0;text-align:center}.landing-page .landing-country-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:8px 0}.landing-page .landing-country-card{display:flex;flex-direction:column;align-items:center;padding:8px 4px;background:#fff;border:1px solid rgba(251,113,133,.3);border-radius:8px;transition:all .2s ease;cursor:pointer}.landing-page .landing-country-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fb718540;border-color:#fb7185}.landing-page .landing-country-card-body{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0!important;margin:0!important}.landing-page .landing-flag{width:36px;height:24px;border-radius:3px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.landing-page .landing-flag svg,.landing-page .landing-flag img{width:100%;height:100%;object-fit:cover}.landing-page .landing-country-name{font-size:.65rem;font-weight:600;color:#374151;text-align:center;line-height:1.2;margin:0}.landing-page .landing-footer{text-align:center;padding-top:16px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:4px}.landing-page .landing-footer p{margin:0;font-size:.7rem;color:#6b7280}.landing-page .landing-footer p:first-child{font-weight:600;color:#374151}@media(max-width:640px){.landing-page{padding:12px}.landing-page .landing-card{padding:16px!important;gap:16px}.landing-page .landing-logo{width:60px;height:60px}.landing-page .landing-logo-img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important}.landing-page .landing-title{font-size:1.4rem}.landing-page .landing-subtitle{font-size:.85rem}.landing-page .landing-country-grid{grid-template-columns:repeat(4,1fr);gap:6px}.landing-page .landing-country-card{padding:6px 2px}.landing-page .landing-flag{width:32px;height:20px}.landing-page .landing-country-name{font-size:.6rem}}@media(max-width:400px){.landing-page .landing-country-grid{grid-template-columns:repeat(3,1fr)}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 42 45% 97%;--foreground: 25 25% 15%;--card: 0 0% 100%;--card-foreground: 25 25% 15%;--popover: 0 0% 100%;--popover-foreground: 25 25% 15%;--primary: 12 88% 62%;--primary-foreground: 0 0% 100%;--primary-glow: 12 88% 72%;--secondary: 38 92% 58%;--secondary-foreground: 25 25% 15%;--accent: 18 65% 55%;--accent-foreground: 0 0% 100%;--success: 142 45% 42%;--success-foreground: 0 0% 100%;--muted: 42 25% 92%;--muted-foreground: 25 15% 45%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 100%;--border: 42 20% 88%;--input: 42 20% 88%;--ring: 12 88% 62%;--radius: .75rem;--gradient-warm: linear-gradient(135deg, hsl(12 88% 62%), hsl(38 92% 58%));--gradient-sunset: linear-gradient(180deg, hsl(18 65% 55%), hsl(12 88% 62%));--gradient-hero: linear-gradient(135deg, hsl(12 88% 62% / .95), hsl(38 92% 58% / .9));--shadow-warm: 0 10px 30px -10px hsl(12 88% 62% / .25);--shadow-glow: 0 0 40px hsl(12 88% 72% / .3);--shadow-soft: 0 4px 20px -4px hsl(25 25% 15% / .1);--transition-smooth: all .4s cubic-bezier(.4, 0, .2, 1);--transition-bounce: all .5s cubic-bezier(.68, -.55, .265, 1.55);--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}.dark{--background: 25 35% 8%;--foreground: 42 25% 95%;--card: 25 30% 12%;--card-foreground: 42 25% 95%;--popover: 25 30% 12%;--popover-foreground: 42 25% 95%;--primary: 12 88% 62%;--primary-foreground: 0 0% 100%;--primary-glow: 12 88% 72%;--secondary: 38 92% 58%;--secondary-foreground: 25 25% 15%;--accent: 18 65% 55%;--accent-foreground: 0 0% 100%;--success: 142 45% 42%;--success-foreground: 0 0% 100%;--muted: 25 20% 18%;--muted-foreground: 42 15% 65%;--destructive: 0 62.8% 50%;--destructive-foreground: 0 0% 100%;--border: 25 20% 20%;--input: 25 20% 20%;--ring: 12 88% 62%;--sidebar-background: 25 35% 8%;--sidebar-foreground: 42 25% 95%;--sidebar-primary: 12 88% 62%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 25 25% 15%;--sidebar-accent-foreground: 42 25% 95%;--sidebar-border: 25 20% 20%;--sidebar-ring: 12 88% 62%}}@layer base{*{@apply border-border;box-sizing:border-box}html{font-size:16px;line-height:1.5}body{@apply bg-background text-foreground antialiased;font-feature-settings:"kern" 1,"liga" 1;margin:0;padding:0;width:100%;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0}html{scroll-behavior:smooth}*:focus-visible{@apply outline-none ring-2 ring-primary ring-offset-2 ring-offset-background;}h1,h2,h3,h4,h5,h6{@apply font-bold tracking-tight;}h1{@apply text-4xl md:text-5xl lg:text-6xl;}h2{@apply text-3xl md:text-4xl lg:text-5xl;}img{max-width:100%;height:auto}img[class*=flag],.flag-component img,[class*=Flag] img,svg[class*=flag]{width:100%!important;height:100%!important;object-fit:cover!important}.logo-card-small,img.logo-card-small{width:32px!important;height:32px!important;object-fit:contain!important;max-width:32px!important;max-height:32px!important;min-width:32px!important;min-height:32px!important}.absolute.bottom-2.left-2 img[src*=icono-fantasia-latina]{width:32px!important;height:32px!important;object-fit:contain!important;max-width:32px!important;max-height:32px!important}.anuncio-card{padding:0!important;margin:0!important}.anuncio-card *{margin:0!important}.anuncio-card>div:first-child{margin:0!important;padding:0!important}.anuncio-card .overflow-hidden img:not(.logo-card-small){width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;margin:0!important;padding:0!important;border:none!important;outline:none!important;min-width:100%!important;min-height:100%!important;max-width:100%!important;max-height:100%!important}.anuncio-card .overflow-hidden{margin:0!important;padding:0!important;display:block!important}}@layer components{.btn-gradient-warm{@apply bg-gradient-to-br from-primary to-secondary text-white shadow-lg hover:shadow-xl transition-all duration-300 hover:scale-105;}.card-elevated{@apply bg-card rounded-2xl shadow-soft hover:shadow-warm transition-all duration-300;}.badge-plan-gratuito{@apply bg-muted text-muted-foreground;}.badge-plan-basico{@apply bg-secondary/20 text-secondary-foreground border border-secondary/30;}.badge-plan-premium{@apply bg-primary/20 text-primary border border-primary/30;}.badge-plan-vip{@apply bg-gradient-to-r from-primary via-accent to-secondary text-white;}}
