*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%}body{margin:0;padding:0;min-width:320px;min-height:100vh;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden;position:relative}#root{width:100%;min-height:100vh}input,button,textarea,select{font:inherit}img,picture,video,canvas,svg{display:block;max-width:100%}button{background:none;border:none;cursor:pointer;font-family:inherit}.App{width:100%;min-height:100vh;position:relative;overflow-x:hidden}.loading-container,.error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:clamp(1rem,4vw,2rem);text-align:center}.loading-container{font-size:clamp(1rem,2.5vw,1.2rem);color:#666}.error-container h2{color:#e74c3c;margin-bottom:1rem;font-size:clamp(1.25rem,3vw,1.75rem)}.error-container p{color:#666;font-size:clamp(.9rem,2vw,1rem)}.home{--purple-50: #1a0f2e;--purple-100: #2d1b4e;--purple-200: #3d2563;--purple-300: #4c2f7a;--purple-400: #6b46a8;--purple-500: #7e3ace;--purple-600: #8b5cf6;--purple-700: #a78bfa;--purple-800: #c4b5fd;--purple-900: #e9d5ff;--pink-400: #ec4899;--pink-500: #db2777;--gradient-primary: linear-gradient(135deg, #3b0764 0%, #581c87 100%);--gradient-accent: linear-gradient(135deg, #ec4899 0%, #db2777 100%);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .4);--shadow-xl: 0 30px 80px rgba(0, 0, 0, .6);background:#0f0a1e;min-height:100vh;overflow-x:hidden;width:100%}.hero{position:relative;min-height:100vh;background:linear-gradient(135deg,#0f0a1e,#1e1142,#2d1b4e);overflow:hidden;padding:4rem 2rem;display:flex;align-items:center;justify-content:center;gap:4rem}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(168,85,247,.3) 0%,transparent 70%);border-radius:50%;animation:pulse 8s ease-in-out infinite}.hero:after{content:"";position:absolute;bottom:-30%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(236,72,153,.2) 0%,transparent 70%);border-radius:50%;animation:pulse 10s ease-in-out infinite reverse}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.5}}.hero__content{position:relative;z-index:2;max-width:650px;color:#fff;width:100%}.hero__eyebrow{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--pink-400);margin-bottom:1.5rem;padding:.5rem 1rem;background:#f472b61a;border:1px solid rgba(244,114,182,.3);border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.15;margin:0 0 1.5rem;background:linear-gradient(135deg,#fff,#e9d5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;word-wrap:break-word;overflow-wrap:break-word}.hero__copy{font-size:1.25rem;line-height:1.7;color:#ffffffd9;margin-bottom:2.5rem;max-width:100%}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:.75rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn--primary{background:var(--gradient-accent);color:#fff;box-shadow:0 10px 30px #f5576c66}.btn--primary:hover{transform:translateY(-2px);box-shadow:0 15px 40px #f5576c80}.btn--ghost{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn--ghost:hover{background:#ffffff26;border-color:#ffffff4d}.hero__tags{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.hero__tags span{font-size:.75rem;font-weight:500;padding:.4rem 1rem;background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:1.5rem;color:var(--purple-200)}.hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:2rem;list-style:none;padding:0;margin:0}.hero__stats li{text-align:left}.hero__stats span{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem}.hero__stats p{font-size:.875rem;color:#ffffffb3;margin:0}.hero__visual{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero__halo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(168,85,247,.4) 0%,transparent 70%);border-radius:50%;filter:blur(60px);animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.hero__primary-card{position:relative;background:linear-gradient(135deg,#1e1b4bcc,#4c1d95cc);border:1px solid rgba(168,85,247,.3);border-radius:1.5rem;padding:2rem;max-width:420px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-xl)}.hero__label{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#10b981;background:#10b9811a;border:1px solid rgba(16,185,129,.3);padding:.3rem .8rem;border-radius:1rem;margin-bottom:1rem}.hero__primary-card h3{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .75rem}.hero__primary-card p{font-size:1rem;line-height:1.6;color:#fffc;margin:0 0 1.5rem}.hero__mini-stats{display:flex;gap:1rem}.hero__mini-stats span{font-size:.75rem;font-weight:500;padding:.4rem .9rem;background:#a855f733;border:1px solid rgba(168,85,247,.4);border-radius:1.5rem;color:var(--purple-200)}.hero__grid-board{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1.5rem;background:#1e1b4b99;border:1px solid rgba(168,85,247,.3);border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero__grid-board span{width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:.5rem;color:#fff;box-shadow:0 4px 15px #a855f74d;transition:transform .2s ease}.hero__grid-board span:hover{transform:scale(1.05)}.hero__floating-badge{font-size:.875rem;font-weight:600;padding:.6rem 1.2rem;background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:2rem;color:#fff;box-shadow:0 10px 30px #f093fb66;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.adsense-strip,.adsense-panel{margin:3rem auto;padding:2rem;max-width:1200px;text-align:center}.adsense-strip{background:#2d1b4e4d;border-radius:1rem;border:1px solid rgba(139,92,246,.2)}.adsense-panel{background:#2d1b4e4d;border:1px solid rgba(139,92,246,.2);border-radius:1rem}.products{padding:6rem 2rem;background:linear-gradient(180deg,#1a0f2e,#0f0a1e)}.section-heading{max-width:700px;margin:0 auto 4rem;text-align:center}.eyebrow{display:inline-block;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--purple-700);background:#8b5cf633;padding:.5rem 1rem;border-radius:2rem;margin-bottom:1rem;border:1px solid rgba(139,92,246,.3)}.section-heading h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.2}.section-heading p{font-size:1.125rem;color:#ffffffb3;line-height:1.7;margin:0}.products__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:#2d1b4e80;border:1px solid rgba(139,92,246,.3);border-radius:1.5rem;padding:2.5rem;transition:all .3s ease;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s ease}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:#8b5cf699;background:#2d1b4ecc}.product-icon{font-size:3rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.product-icon svg{width:1em;height:1em}.product-status{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.4rem .9rem;border-radius:1rem;margin-bottom:1rem}.status-live{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.3)}.status-beta{background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.3)}.status-soon{background:#f59e0b1a;color:#d97706;border:1px solid rgba(245,158,11,.3)}.product-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .75rem}.product-card p{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:0 0 1.5rem}.product-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;background:#8b5cf64d;border-radius:.5rem;text-decoration:none;transition:all .2s ease;border:1px solid rgba(139,92,246,.5)}.product-button:hover{background:#8b5cf680;border-color:#8b5cf6cc}.capabilities{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;padding:6rem 2rem;max-width:1200px;margin:0 auto;background:#0f0a1e}.capabilities article{text-align:center}.capabilities span{font-size:3rem;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.capabilities span svg{width:1em;height:1em}.capabilities h3{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 .75rem}.capabilities p{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:0}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;padding:6rem 2rem;max-width:1200px;margin:0 auto}.gallery__card{background:#2d1b4e80;border:1px solid rgba(139,92,246,.3);border-radius:1.5rem;padding:2.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.gallery__card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ec4899,#8b5cf6);transform:scaleX(0);transition:transform .3s ease}.gallery__card:hover:before{transform:scaleX(1)}.gallery__card:hover{transform:translateY(-4px);border-color:#8b5cf699;background:#2d1b4ecc;box-shadow:0 15px 40px #8b5cf633}.gallery__card .eyebrow{margin-bottom:1.5rem}.gallery__card h2{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .75rem}.gallery__card p{font-size:1rem;line-height:1.6;color:#ffffffb3;margin:0}.steps{padding:6rem 2rem;max-width:800px;margin:0 auto;text-align:center;background:#0f0a1e}.steps h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin:0 0 3rem}.steps ol{list-style:none;counter-reset:step-counter;padding:0;text-align:left}.steps li{counter-increment:step-counter;position:relative;padding:1.5rem 0 1.5rem 4rem;font-size:1.125rem;line-height:1.7;color:#fffc;border-left:2px solid rgba(139,92,246,.3);margin-bottom:1.5rem}.steps li:before{content:counter(step-counter);position:absolute;left:-1.5rem;top:1.5rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;background:var(--gradient-primary);color:#fff;border-radius:50%;box-shadow:0 4px 15px #667eea4d}.cta{background:var(--gradient-primary);padding:5rem 2rem;text-align:center;border-radius:2rem;max-width:1000px;margin:4rem auto;color:#fff;box-shadow:0 20px 60px #3b076480;border:1px solid rgba(139,92,246,.3)}.cta h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin:0 0 1rem}.cta p{font-size:1.125rem;line-height:1.7;margin:0 0 2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.home-footer{padding:5rem 2rem 2rem;background:linear-gradient(180deg,#0f0a1e,#050208);border-top:1px solid rgba(139,92,246,.2);color:#fff;position:relative}.home-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:1px;background:linear-gradient(90deg,transparent,#8b5cf6,transparent)}.footer-content{max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(139,92,246,.15)}.footer-brand h3{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#fff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem}.footer-brand p{color:#fff9;line-height:1.6;margin:0 0 1.5rem;max-width:400px}.footer-section h4{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--purple-700);margin:0 0 1.5rem}.footer-links{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:#ffffffb3;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease;position:relative;padding-left:0;display:inline-block}.footer-links a:before{content:"→";position:absolute;left:-20px;opacity:0;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:25px}.footer-links a:hover:before{opacity:1;left:0}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer-bottom p{font-size:.875rem;color:#ffffff80;margin:0}.footer-social{display:flex;gap:1rem}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#8b5cf633;border:1px solid rgba(139,92,246,.3);border-radius:50%;color:#ffffffb3;text-decoration:none;transition:all .3s ease;font-size:1.125rem}.social-link:hover{background:#8b5cf666;border-color:#8b5cf699;color:#fff;transform:translateY(-2px)}@media(max-width:1024px){.hero{flex-direction:column;text-align:center;padding:3rem 2rem;gap:2.5rem}.hero__content{max-width:100%}.hero h1{font-size:clamp(2rem,6vw,3.5rem)}.hero__copy{font-size:1.125rem}.hero__actions{justify-content:center;flex-wrap:wrap}.hero__stats{justify-content:center;max-width:600px;margin:0 auto}.hero__stats li{text-align:center}.hero__visual{width:100%;max-width:500px;margin:0 auto}.hero__primary-card{max-width:100%}.hero__grid-board{max-width:280px;margin:0 auto}.section-heading{padding:0 1rem}.footer-main{grid-template-columns:repeat(2,1fr);gap:2.5rem}.footer-brand{grid-column:1 / -1}}@media(max-width:768px){.home{padding:0}.hero{min-height:auto;padding:3rem 1.5rem}.hero:before,.hero:after{width:400px;height:400px}.hero h1{font-size:clamp(1.875rem,7vw,2.5rem);line-height:1.2}.hero__copy{font-size:1.0625rem;line-height:1.65}.hero__eyebrow{font-size:.8125rem;padding:.4rem .9rem}.hero__tags span{font-size:.6875rem;padding:.35rem .85rem}.hero__stats{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:100%}.hero__stats span{font-size:2rem}.hero__stats p{font-size:.8125rem}.hero__grid-board{gap:.375rem;padding:1rem;max-width:260px}.hero__grid-board span{width:55px;height:55px;font-size:1.375rem}.hero__primary-card{padding:1.75rem}.hero__primary-card h3{font-size:1.625rem}.hero__floating-badge{font-size:.8125rem;padding:.5rem 1rem}.products{padding:3.5rem 1.25rem}.products__grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:2rem}.capabilities,.gallery{grid-template-columns:1fr;padding:3.5rem 1.25rem}.gallery__card{padding:2rem}.steps{padding:3.5rem 1.25rem}.steps li{padding-left:3.5rem;font-size:1rem}.steps li:before{width:2.75rem;height:2.75rem;font-size:1.125rem;left:-1.375rem}.cta{padding:3rem 1.5rem;margin:2rem 1.25rem;border-radius:1.5rem}.adsense-strip,.adsense-panel{margin:2rem 1.25rem;padding:1.5rem}.footer-main{grid-template-columns:1fr;gap:2.5rem}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column;text-align:center}.footer-links{gap:.875rem}.footer-links a{font-size:.9rem}}@media(max-width:480px){.hero{padding:2.5rem 1.25rem}.hero:before,.hero:after{width:300px;height:300px}.hero h1{font-size:clamp(1.625rem,8vw,2rem);line-height:1.2;margin-bottom:1.25rem}.hero__copy{font-size:1rem;line-height:1.6}.hero__eyebrow{font-size:.75rem;padding:.375rem .75rem}.hero__actions{flex-direction:column;width:100%;gap:.75rem}.btn{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.9375rem}.hero__tags{justify-content:center}.hero__tags span{font-size:.625rem;padding:.3rem .75rem}.hero__stats{grid-template-columns:repeat(3,1fr);gap:1rem}.hero__stats li{text-align:center}.hero__stats span{font-size:1.75rem}.hero__stats p{font-size:.75rem}.hero__grid-board{padding:.75rem;gap:.3rem;max-width:220px}.hero__grid-board span{width:48px;height:48px;font-size:1.125rem}.hero__primary-card{padding:1.5rem}.hero__primary-card h3{font-size:1.375rem}.hero__primary-card p{font-size:.9375rem}.hero__label{font-size:.6875rem;padding:.25rem .65rem}.hero__mini-stats span{font-size:.6875rem;padding:.35rem .75rem}.hero__floating-badge{font-size:.75rem;padding:.5rem .875rem}.section-heading h2{font-size:1.75rem}.section-heading p{font-size:1rem}.eyebrow{font-size:.75rem;padding:.4rem .85rem}.products{padding:3rem 1rem}.product-card{padding:1.5rem}.product-card h3{font-size:1.25rem}.product-card p{font-size:.9375rem}.product-icon{font-size:2.5rem}.capabilities{padding:3rem 1rem;gap:2rem}.capabilities h3{font-size:1.25rem}.capabilities p{font-size:.9375rem}.capabilities span{font-size:2.5rem}.gallery{padding:3rem 1rem}.gallery__card{padding:1.5rem}.gallery__card h2{font-size:1.5rem}.gallery__card p{font-size:.9375rem}.steps{padding:3rem 1rem}.steps h2{font-size:1.75rem}.steps li{padding-left:3rem;font-size:.9375rem}.steps li:before{width:2.5rem;height:2.5rem;font-size:1rem;left:-1.25rem}.cta{padding:2.5rem 1.25rem;margin:1.5rem 1rem}.cta h2{font-size:1.75rem}.cta p{font-size:1rem}.adsense-strip,.adsense-panel{margin:1.5rem 1rem;padding:1.25rem}.home-footer{padding:3rem 1rem 2rem}.footer-main{gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-brand h3{font-size:1.25rem}.footer-brand p{font-size:.875rem;max-width:100%}.footer-section h4{font-size:.8125rem}.footer-links a{font-size:.875rem}.footer-links a:hover{padding-left:20px}.footer-bottom{gap:1.25rem}.footer-bottom p{font-size:.8125rem}.social-link{width:36px;height:36px;font-size:1rem}}*{box-sizing:border-box}.crossword-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#fce7f3,#f3e8ff,#ddd6fe)}.crossword-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:clamp(.5rem,2vw,2rem);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden;width:100%;max-width:100vw}@media(max-width:480px){.crossword-container{padding:.25rem;overflow-x:hidden;max-width:100vw}}@media(min-width:481px)and (max-width:768px){.crossword-container{padding:.5rem}}.crossword-title{font-size:clamp(1.2rem,4vw,2.5rem);font-weight:800;margin-bottom:clamp(.5rem,1.5vw,1.5rem);color:#db2777;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.1);width:100%;max-width:100%;padding:0 .25rem}@media(max-width:480px){.crossword-title{font-size:clamp(1rem,5vw,1.5rem);margin-bottom:.5rem;max-width:100%;overflow:hidden}}.direction-indicator{margin-bottom:clamp(.5rem,1.5vw,1.5rem);padding:clamp(.4rem,1.5vw,.75rem) clamp(.75rem,2.5vw,1.5rem);background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;font-size:clamp(.7rem,1.8vw,.95rem);max-width:95vw;text-align:center;overflow:hidden}@media(max-width:480px){.direction-indicator{padding:.35rem .5rem;margin-bottom:.5rem;font-size:.7rem;max-width:calc(100vw - .5rem)}}.direction-label{font-weight:600;color:#374151}.direction-active{color:#ec4899;font-weight:700;font-size:1rem}.direction-inactive{color:#6b7280;font-weight:500}.direction-separator{color:#9ca3af;margin:0 .25rem}.direction-hint{margin-left:.75rem;font-size:clamp(.7rem,1.8vw,.8rem);color:#9ca3af;font-style:italic}@media(max-width:480px){.direction-hint{display:block;margin-left:0;margin-top:.25rem}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.crossword-grid{display:grid;gap:2px;margin-bottom:clamp(.5rem,1.5vw,2rem);padding:.4rem;background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001f;width:100%;max-width:min(95vw,800px);margin-left:auto;margin-right:auto;overflow:visible;justify-items:center;align-items:center}@media(max-width:480px){.crossword-grid{gap:.5px;padding:.15rem;max-width:calc(100vw - .5rem);border-radius:8px;margin-bottom:.5rem;box-shadow:0 4px 12px #0000001a;width:100%}}@media(min-width:481px)and (max-width:768px){.crossword-grid{gap:1.5px;padding:.3rem;max-width:calc(100vw - 1rem);border-radius:10px}}@media(min-width:769px){.crossword-grid{gap:3px;padding:.75rem;max-width:800px;border-radius:16px}}@media(min-width:1024px){.crossword-grid{gap:4px;padding:1rem;max-width:800px;border-radius:20px}}.cell-wrapper{position:relative;width:100%;height:auto;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.cell-number{position:absolute;top:1px;left:2px;font-size:clamp(6px,1.2vw,10px);font-weight:700;color:#374151;z-index:10;pointer-events:none;line-height:1}@media(min-width:769px){.cell-number{left:3px}}@media(min-width:1024px){.cell-number{top:2px;left:4px}}.cell-input{width:100%;height:100%;text-align:center;font-size:clamp(12px,2.2vmin,20px);font-weight:700;border:2px solid #d1d5db;text-transform:uppercase;border-radius:clamp(3px,.4vw,6px);padding:0;margin:0;transition:all .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:#fff;box-sizing:border-box;line-height:1;display:flex;align-items:center;justify-content:center}@media(max-width:480px){.cell-input{border-width:1px;font-size:clamp(9px,2.8vw,16px);border-radius:2px}}@media(min-width:481px)and (max-width:768px){.cell-input{border-width:1.5px}}@media(min-width:769px){.cell-input{border-width:2.5px}}.cell-wrapper.cell-blocked .cell-input{background-color:#1f2937;border-color:#1f2937;cursor:not-allowed}.cell-wrapper.cell-active .cell-input{background-color:#fffbeb;color:#1f2937;border-color:#f9a8d4;caret-color:#ec4899}.cell-wrapper.cell-active .cell-input:hover{border-color:#f472b6;background-color:#fef3f2}.cell-wrapper.cell-active .cell-input:focus{outline:none;border-color:#ec4899;background-color:#fff;box-shadow:0 0 0 3px #ec489940;transform:scale(1.05);z-index:10;position:relative}@media(max-width:480px){.cell-wrapper.cell-active .cell-input:focus{transform:scale(1.03);box-shadow:0 0 0 2px #ec489940}}.button-container{margin-top:.5rem;margin-bottom:1rem;width:100%;display:flex;justify-content:center;padding:0 .25rem}@media(max-width:480px){.button-container{margin-top:.5rem;margin-bottom:.75rem}}.check-button{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff;padding:clamp(.6rem,2vw,.875rem) clamp(1.25rem,4vw,2.5rem);border:none;border-radius:12px;font-weight:700;font-size:clamp(.85rem,2.5vw,1.125rem);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec489966;touch-action:manipulation;-webkit-tap-highlight-color:transparent;max-width:95vw}@media(max-width:480px){.check-button{font-size:.85rem;padding:.6rem 1.25rem}}.check-button:hover{background:linear-gradient(135deg,#db2777,#be185d);transform:translateY(-2px);box-shadow:0 6px 20px #ec489980}.check-button:active{transform:translateY(0);box-shadow:0 2px 10px #ec48994d}.success-message{margin-top:clamp(.5rem,1.5vw,1rem);margin-bottom:clamp(.75rem,1.5vw,1.5rem);padding:clamp(.75rem,2vw,1.25rem) clamp(1rem,3vw,2rem);background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:3px solid #059669;border-radius:12px;color:#047857;font-weight:700;font-size:clamp(.9rem,2.5vw,1.5rem);text-align:center;box-shadow:0 4px 15px #0596694d;animation:celebrate .5s ease-in;max-width:95vw;word-wrap:break-word}@media(max-width:480px){.success-message{font-size:.9rem;padding:.75rem 1rem;margin-top:.5rem;margin-bottom:.75rem}}@keyframes celebrate{0%{opacity:0;transform:scale(.8) translateY(-20px)}50%{transform:scale(1.05)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.clues-container{margin-top:clamp(.5rem,1.5vw,1rem);max-width:min(50rem,95vw);width:100%;background:#fff;padding:clamp(.75rem,2.5vw,2rem);border-radius:16px;box-shadow:0 10px 25px #00000026}@media(max-width:480px){.clues-container{padding:.75rem;margin-top:.5rem;max-width:98vw}}.clues-section{margin-bottom:clamp(.75rem,2.5vw,2rem)}@media(max-width:480px){.clues-section{margin-bottom:.75rem}}.clues-section:last-child{margin-bottom:0}.clues-title{font-weight:800;font-size:clamp(1rem,2.8vw,1.5rem);color:#db2777;margin-bottom:clamp(.6rem,1.8vw,1rem);padding-bottom:.4rem;border-bottom:3px solid #fce7f3;display:inline-block}@media(max-width:480px){.clues-title{font-size:1rem;margin-bottom:.6rem}}.clues-list{list-style:none;padding-left:0;color:#374151}.clues-list li{margin-bottom:clamp(.5rem,1.3vw,.75rem);padding:clamp(.45rem,1.3vw,.75rem);padding-left:clamp(.65rem,1.8vw,1rem);background:#fafafa;border-left:4px solid #f9a8d4;border-radius:6px;font-size:clamp(.85rem,1.9vw,1rem);line-height:1.5;transition:all .2s ease;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:480px){.clues-list li{font-size:.85rem;padding:.45rem .65rem;margin-bottom:.5rem}}.clues-list li:hover{background:#fef3f2;border-left-color:#ec4899;transform:translate(4px)}@media(hover:none){.clues-list li:hover{transform:none}}@media(max-width:1024px){.crossword-container{padding:clamp(.5rem,2vw,1.5rem)}}@media(max-width:768px){.crossword-container{padding:1rem .5rem}.crossword-grid{width:100%;max-width:98vw;padding:clamp(.5rem,2.5vw,1rem);gap:clamp(.2rem,.8vw,.5rem)}.button-container{width:100%;display:flex;justify-content:center;padding:0 .5rem}.clues-container{max-width:95vw;padding:clamp(1rem,3vw,1.5rem)}}@media(max-width:640px){.crossword-title{font-size:clamp(1.25rem,4.5vw,2rem)}.crossword-grid{gap:clamp(.2rem,.8vw,.4rem);padding:.5rem}.cell-input{font-size:max(14px,clamp(1rem,3.2vmin,1.2rem));border-width:2px}}@media(max-width:480px){.cell-wrapper.cell-active .cell-input:focus{transform:scale(1.02)}.check-button:active{transform:scale(.98)}}@media(max-height:600px)and (orientation:landscape){.crossword-container{padding:.5rem}.crossword-title{font-size:1.25rem;margin-bottom:.5rem}.direction-indicator{margin-bottom:.5rem;padding:.4rem 1rem}.crossword-grid{padding:.5rem;margin-bottom:.5rem}.clues-container{padding:1rem}}@media(hover:none)and (pointer:coarse){.cell-input{font-size:max(16px,clamp(1rem,3vw,1.5rem))}.check-button{min-height:44px}.clues-list li:active{background:#fef3f2;border-left-color:#ec4899}}@media(max-width:360px){.crossword-title{gap:.25rem}.crossword-grid{gap:clamp(.15rem,.6vw,.3rem);padding:.5rem}.cell-input{font-size:max(14px,.95rem);border-width:2px}}@media print{.crossword-container{background:#fff;padding:1rem}.check-button,.button-container{display:none}.success-message{page-break-before:avoid}}.submit-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:clamp(.5rem,2vw,1rem);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overflow-y:auto}.submit-form-container,.submit-result-container{background:#fff;padding:clamp(1.5rem,4vw,2.5rem);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.submit-form-container h2,.submit-result-container h2{color:#db2777;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1rem;text-align:center}.submit-form-container p{text-align:center;color:#6b7280;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;color:#374151;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:8px;font-size:1rem;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px #ec48991a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.form-buttons{display:flex;gap:1rem;margin-top:1.5rem}.submit-button,.cancel-button,.close-button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;touch-action:manipulation}.submit-button{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff;box-shadow:0 4px 15px #ec489966}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#db2777,#be185d);transform:translateY(-2px);box-shadow:0 6px 20px #ec489980}.cancel-button{background:#e5e7eb;color:#374151}.cancel-button:hover:not(:disabled){background:#d1d5db;transform:translateY(-2px)}.close-button{width:100%;background:linear-gradient(135deg,#ec4899,#db2777);color:#fff;box-shadow:0 4px 15px #ec489966}.close-button:hover{background:linear-gradient(135deg,#db2777,#be185d);transform:translateY(-2px);box-shadow:0 6px 20px #ec489980}.success-message-text{text-align:center;color:#059669;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:10px}@media(max-width:640px){.submit-form-container h2,.submit-result-container h2{font-size:clamp(1.25rem,4vw,1.75rem)}.form-group input{font-size:.95rem;padding:.65rem .85rem}}@media(max-width:480px){.submit-overlay{padding:1rem .5rem .5rem;align-items:flex-start}.submit-form-container,.submit-result-container{padding:1.25rem;margin:1rem 0}.form-buttons{flex-direction:column;gap:.75rem}.submit-button,.cancel-button{width:100%;padding:.75rem 1.25rem}.success-message-text{font-size:1rem;padding:.85rem}}@media(max-width:360px){.submit-form-container,.submit-result-container{padding:1rem}}.adsense-container{width:100%;max-width:970px;margin:1.5rem auto;padding:0 1rem;display:flex;justify-content:center;min-height:90px;background:#ffffff80;border-radius:8px;overflow:hidden}.top-ad{margin-top:1rem;margin-bottom:1.5rem}.bottom-ad{margin-top:2rem;margin-bottom:1.5rem}.adsbygoogle{display:block;width:100%}@media(max-width:768px){.adsense-container{max-width:100%;padding:0 .5rem;min-height:100px}}@media(max-width:480px){.adsense-container{margin:1rem auto;min-height:50px}.top-ad{margin-top:.75rem;margin-bottom:1rem}.bottom-ad{margin-top:1.5rem;margin-bottom:1rem}}.crossword-page .crossword-footer{margin-top:3rem}@media(max-width:768px){.crossword-page .crossword-footer{margin-top:2rem}}@media(max-width:480px){.crossword-page .crossword-footer{margin-top:1.5rem}}.confetti-container{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:9999;overflow:hidden}.confetti-piece{position:absolute;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.crossword-footer{width:100%;max-width:100%;margin-top:0;padding:2rem 1rem 1.5rem;background:linear-gradient(135deg,#ec48991a,#db27771a);border-top:3px solid #f9a8d4;text-align:center}.crossword-footer__text{font-size:clamp(1rem,2.5vw,1.25rem);color:#374151;margin-bottom:.5rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.crossword-footer__text strong{color:#db2777;font-weight:800;font-size:clamp(1.1rem,2.8vw,1.4rem)}.crossword-footer__heart{color:#ec4899;font-size:clamp(1.2rem,3vw,1.5rem);animation:heartbeat 1.5s ease-in-out infinite;display:inline-flex;align-items:center;justify-content:center}.crossword-footer__heart svg{width:1em;height:1em}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(1)}}.crossword-footer__copyright{font-size:clamp(.75rem,2vw,.875rem);color:#6b7280;margin-top:.5rem;margin-bottom:0}.crossword-footer__links{margin-top:.75rem;font-size:clamp(.8rem,2vw,.95rem)}.crossword-footer__link{color:#db2777;text-decoration:none;font-weight:600;transition:all .2s ease;padding:.25rem .5rem;border-radius:4px}.crossword-footer__link:hover{color:#ec4899;text-decoration:underline;background:#ec48991a}.crossword-footer__link:focus{outline:2px solid #ec4899;outline-offset:2px}@media(max-width:768px){.crossword-footer{padding:1.5rem 1rem 1rem}}@media(max-width:480px){.crossword-footer{padding:1.25rem .75rem .75rem}.crossword-footer__text{font-size:1rem}.crossword-footer__copyright{font-size:.75rem}.crossword-footer__links{font-size:.85rem}}.auth-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(1rem,4vw,2rem);background:linear-gradient(135deg,#667eea,#764ba2);gap:2rem}.auth-card{background:#fff;border-radius:20px;padding:clamp(1.5rem,5vw,3rem);max-width:450px;width:100%;box-shadow:0 20px 60px #0000004d}.auth-title{font-size:clamp(1.35rem,4vw,2rem);font-weight:700;text-align:center;margin-bottom:.5rem;color:#333}.auth-subtitle{text-align:center;color:#666;margin-bottom:2rem;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#333;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-size:max(16px,1rem)}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.alert{padding:.75rem 1rem;border-radius:10px;font-size:.9rem}.btn-primary{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.auth-footer{margin-top:1.5rem;text-align:center}.btn-text{background:none;border:none;color:#667eea;font-size:.9rem;cursor:pointer;text-decoration:underline;padding:.5rem}.btn-text:hover{color:#764ba2}.auth-features{background:#fff;border-radius:20px;padding:2rem;max-width:800px;width:100%;margin-top:2rem;box-shadow:0 10px 40px #0003}.auth-features h3{text-align:center;color:#667eea;font-size:1.5rem;margin-bottom:1.5rem}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:start;padding:1rem;background:linear-gradient(135deg,#f5f7fa,#f0f2f5);border-radius:10px;transition:all .3s ease}.feature-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #667eea33}.feature-icon{font-size:2rem;flex-shrink:0}.feature-item strong{color:#333;font-size:1.1rem;display:block;margin-bottom:.25rem}.feature-item p{color:#666;font-size:.9rem;margin:0;line-height:1.4}@media(max-width:480px){.auth-title{font-size:1.5rem}.auth-subtitle{font-size:.85rem}.form-group input{padding:.65rem .85rem;font-size:.95rem}.btn-primary{padding:.75rem 1.25rem;font-size:.95rem}.auth-features{padding:1.5rem}.features-list{grid-template-columns:1fr;gap:1rem}}@media(max-width:360px){.auth-card{padding:1.25rem}.auth-title{font-size:1.35rem}}.confirm-dialog-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.confirm-dialog{background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:450px;width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.3)}.confirm-dialog-header{padding:24px 28px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.confirm-dialog-header h3{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#c06c84);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.confirm-dialog-body{padding:24px 28px}.confirm-dialog-body p{margin:0;font-size:1rem;line-height:1.6;color:#4a5568}.confirm-dialog-footer{padding:16px 28px 24px;display:flex;gap:12px;justify-content:flex-end}.confirm-dialog-btn{padding:12px 28px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Poppins,sans-serif}.confirm-dialog-btn-cancel{background:#e2e8f0;color:#4a5568}.confirm-dialog-btn-cancel:hover{background:#cbd5e0;transform:translateY(-2px)}.confirm-dialog-btn-confirm{background:linear-gradient(135deg,#ff6b9d,#c06c84);color:#fff;box-shadow:0 4px 15px #ff6b9d4d}.confirm-dialog-btn-confirm:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff6b9d66}.confirm-dialog-btn:active{transform:translateY(0)}@media(max-width:480px){.confirm-dialog{max-width:100%;margin:0 10px}.confirm-dialog-header,.confirm-dialog-body,.confirm-dialog-footer{padding-left:20px;padding-right:20px}.confirm-dialog-footer{flex-direction:column-reverse}.confirm-dialog-btn{width:100%}}.dashboard-container{max-width:1200px;margin:0 auto;padding:clamp(1rem,3vw,2rem);min-height:100vh;width:100%}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#333;margin:0}.user-email{color:#666;font-size:.9rem;margin-top:.5rem}.header-actions{display:flex;gap:1rem;flex-wrap:wrap}.loading{text-align:center;padding:3rem;font-size:1.2rem;color:#666}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:15px;box-shadow:0 4px 20px #00000014}.empty-icon{font-size:5rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center}.empty-icon svg{width:1em;height:1em}.empty-state h2{font-size:2rem;font-weight:600;color:#333;margin-bottom:.5rem}.empty-state p{color:#666;font-size:1.1rem;margin-bottom:2rem}.crosswords-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(350px,100%),1fr));gap:2rem}.crossword-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.crossword-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem;gap:1rem}.card-header h3{font-size:1.3rem;font-weight:600;color:#333;margin:0;flex:1}.date{font-size:.85rem;color:#999;white-space:nowrap}.card-stats{display:flex;gap:2rem;margin-bottom:1rem;padding:1rem;background:#f9f9f9;border-radius:10px}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.85rem;color:#666}.stat-value{font-size:1.5rem;font-weight:700;color:#667eea}.submissions-list{margin:1.5rem 0;padding:1rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:10px}.submissions-list h4{font-size:.9rem;font-weight:600;color:#666;margin:0 0 .75rem}.submission-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.submission-item:last-child{border-bottom:none}.submission-name{font-size:.95rem;color:#333;display:inline-flex;align-items:center;gap:.4rem}.submission-name svg{width:1rem;height:1rem;color:#f472b6}.submission-score{font-weight:700;color:#667eea;font-size:1rem}.card-actions{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f0f0f0;display:flex;flex-direction:column;gap:1rem}.share-section{display:flex;gap:.5rem}.share-input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:.85rem;color:#666;background:#f9f9f9;min-width:0;overflow:hidden;text-overflow:ellipsis}.btn-copy{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;font-size:.9rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.btn-copy:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn-copy:active{transform:translateY(0)}.btn-delete{padding:.75rem 1.5rem;background:#fee;color:#c33;border:2px solid #fcc;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.btn-delete:hover{background:#fdd;border-color:#fbb;transform:translateY(-2px);box-shadow:0 4px 12px #c333}.btn-delete:active{transform:translateY(0)}.btn-primary,.btn-secondary,.btn-refresh{padding:.75rem 1.5rem;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn-refresh{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-refresh:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #10b9814d}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.btn-primary svg,.btn-secondary svg,.btn-refresh svg,.btn-copy svg,.btn-delete svg{width:1rem;height:1rem}.heading-icon{margin-right:.5rem;color:#f472b6;vertical-align:middle}@media(max-width:1024px){.dashboard-container{padding:1.5rem}.crosswords-grid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:1.5rem}}@media(max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;align-items:flex-start}.dashboard-header h1{font-size:2rem}.header-actions{width:100%;flex-wrap:wrap}.header-actions button{flex:1;min-width:120px}.crosswords-grid{grid-template-columns:1fr;gap:1.5rem}.card-stats{flex-direction:column;gap:.5rem}.share-section{flex-direction:column}.share-input{font-size:.8rem;padding:.65rem .85rem}.btn-copy{width:100%}}@media(max-width:480px){.dashboard-container{padding:.75rem}.dashboard-header h1{font-size:1.5rem}.crossword-card{padding:1rem}.card-header h3{font-size:1.1rem}.card-stats{gap:.75rem;padding:.75rem}.stat-value{font-size:1.25rem}}.customize-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#fce7f3,#f3e8ff,#ddd6fe)}.customize-container{flex:1;max-width:900px;margin:0 auto;padding:clamp(1rem,3vw,2rem);width:100%}.customize-header{text-align:center;margin-bottom:3rem}.customize-header h1{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#333;margin-bottom:1.5rem}.steps-indicator{display:flex;justify-content:center;gap:2rem}.steps-indicator .step{padding:.5rem 1.5rem;background:#f5f5f5;border-radius:20px;color:#999;font-weight:500}.steps-indicator .step.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-section{display:flex;flex-direction:column;gap:2rem}.form-card{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 4px 20px #00000014}.form-card h2{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}.help-text{color:#666;font-size:.9rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-size:max(16px,1rem)}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;color:#999;font-size:.85rem;margin-top:.5rem}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(250px,100%),1fr));gap:1rem}.template-card{padding:1.5rem;border:2px solid #e0e0e0;border-radius:10px;background:#fff;cursor:pointer;transition:all .3s ease;text-align:left}.template-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.template-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a)}.template-card h3{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.template-card p{font-size:.85rem;color:#666;margin:0}.questions-list{display:flex;flex-direction:column;gap:1rem}.answer-mode-toggle{display:flex;gap:1rem;margin-bottom:1.5rem;background:#f5f5f5;padding:.5rem;border-radius:12px}.toggle-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;background:transparent;color:#666;font-weight:600;cursor:pointer;transition:all .3s ease}.toggle-btn.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.toggle-btn:hover:not(.active){color:#333}.question-answer-item{display:flex;gap:1rem;align-items:flex-end;padding:1rem;background:#f9f9f9;border-radius:10px}.question-input,.answer-input{flex:1}.answer-input{flex:.6}.question-input label,.answer-input label{display:block;font-weight:600;color:#555;margin-bottom:.5rem;font-size:.85rem}.question-input input,.answer-input input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem}.question-input input:focus,.answer-input input:focus{outline:none;border-color:#667eea}.answer-input input{text-transform:uppercase;letter-spacing:1px;font-weight:600}.question-item{display:flex;gap:.5rem;align-items:center}.question-item input{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem}.question-item input:focus{outline:none;border-color:#667eea}.btn-remove{width:36px;height:36px;border:none;background:#fee;color:#c33;border-radius:8px;cursor:pointer;font-size:1.2rem;transition:all .2s ease;flex-shrink:0}.btn-remove:hover{background:#fcc;transform:scale(1.1)}.btn-add{margin-top:.5rem;padding:.75rem 1.5rem;background:#f5f5f5;border:2px dashed #ccc;border-radius:10px;color:#666;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-add:hover{background:#efefef;border-color:#667eea;color:#667eea}.answers-preview{display:flex;flex-direction:column;gap:1rem}.answer-item{display:flex;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:10px;align-items:center}.answer-item-editable{display:flex;gap:1rem;padding:1.25rem;background:#f9f9f9;border:2px solid #e0e0e0;border-radius:10px;align-items:center;transition:all .3s ease}.answer-item-editable:hover{border-color:#667eea}.answer-number{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.answer-content{flex:1}.answer-clue{color:#666;font-size:.9rem;margin-bottom:.5rem}.answer-word{font-size:1.2rem;font-weight:700;color:#333;letter-spacing:2px}.answer-edit{display:flex;align-items:center;gap:.5rem}.answer-input-field{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;transition:all .3s ease}.answer-input-field:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.answer-length{font-size:.85rem;color:#999;font-weight:500;white-space:nowrap}.form-actions{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.btn-primary,.btn-secondary{padding:.875rem 2rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f5f5f5;color:#666}.btn-secondary:hover{background:#efefef}.btn-large{padding:1rem 2.5rem;font-size:1.1rem}.alert{padding:1rem;border-radius:10px;margin-top:1rem}.alert-error{background:#fee;color:#c33;border:1px solid #fcc}.alert-success{background:#efe;color:#3c3;border:1px solid #cfc}@media(max-width:1024px){.customize-container{padding:1.5rem}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(min(220px,100%),1fr))}}@media(max-width:768px){.customize-container{padding:1rem}.customize-header h1{font-size:2rem}.templates-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%}.steps-indicator{gap:.75rem;flex-wrap:wrap}.steps-indicator .step{font-size:.85rem;padding:.5rem 1rem}.question-answer-item{flex-direction:column;align-items:stretch;gap:.75rem}.answer-input{flex:1}.answer-mode-toggle{flex-direction:column;gap:.5rem}.btn-remove{align-self:flex-end}.form-card{padding:1.5rem}}@media(max-width:480px){.customize-container{padding:.75rem}.customize-header h1{font-size:1.5rem}.form-card{padding:1rem}.form-card h2{font-size:1.25rem}.question-answer-item{padding:.75rem}.answer-item-editable{padding:1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.answer-edit{width:100%;flex-direction:column;gap:.5rem}.answer-input-field{font-size:1rem;padding:.65rem .85rem}}@media(max-width:360px){.steps-indicator .step{font-size:.75rem;padding:.4rem .75rem}.template-card{padding:1rem}.template-card h3{font-size:1rem}}.privacy-policy-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#fce7f3,#f3e8ff,#ddd6fe)}.privacy-policy-container{flex:1;padding:2rem 1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.privacy-content{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 10px 40px #0000001a}.privacy-header{margin-bottom:1.5rem}.back-link{display:inline-flex;align-items:center;color:#db2777;text-decoration:none;font-weight:600;font-size:1rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.back-link:hover{background:#ec48991a;color:#ec4899}.back-link:focus{outline:2px solid #ec4899;outline-offset:2px}.privacy-content h1{color:#db2777;font-size:2.5rem;font-weight:800;margin-bottom:.5rem;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.05)}.last-updated{text-align:center;color:#6b7280;font-style:italic;margin-bottom:2rem;font-size:.95rem}.privacy-content section{margin-bottom:2.5rem}.privacy-content h2{color:#ec4899;font-size:1.75rem;font-weight:700;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #fce7f3}.privacy-content h3{color:#374151;font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem}.privacy-content p{color:#4b5563;line-height:1.8;margin-bottom:1rem;font-size:1rem}.privacy-content ul{margin-left:1.5rem;margin-bottom:1rem}.privacy-content ul li{color:#4b5563;line-height:1.8;margin-bottom:.5rem;padding-left:.5rem}.privacy-content ul li strong{color:#1f2937;font-weight:600}.privacy-content a{color:#ec4899;text-decoration:none;font-weight:600;transition:all .2s ease}.privacy-content a:hover{color:#db2777;text-decoration:underline}.contact-info{background:#fef3f2;padding:1.5rem;border-radius:10px;border-left:4px solid #ec4899;margin-top:1rem}.contact-info p{margin-bottom:.5rem;color:#374151}.contact-info strong{color:#1f2937}.policy-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #f3f4f6;text-align:center}.policy-footer p{color:#6b7280;font-size:.95rem;margin-bottom:.5rem}@media(max-width:768px){.privacy-content{padding:2rem 1.5rem}.privacy-content h1{font-size:2rem}.privacy-content h2{font-size:1.5rem}.privacy-content h3{font-size:1.1rem}.privacy-content p,.privacy-content ul li{font-size:.95rem}}@media(max-width:480px){.privacy-policy-container{padding:1rem .5rem}.privacy-content{padding:1.5rem 1rem;border-radius:15px}.privacy-content h1{font-size:1.75rem}.privacy-content h2{font-size:1.35rem}.privacy-content h3{font-size:1rem}.privacy-content section{margin-bottom:2rem}.contact-info{padding:1rem}}.about-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#ffeef8,#fff5f7)}.about-container{flex:1;padding:2rem 1rem;max-width:900px;margin:0 auto;width:100%}.about-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #ff69b41a}.about-header{margin-bottom:2rem}.about-content h1{color:#ff69b4;font-size:2.5rem;margin-bottom:1rem;text-align:center}.about-intro{text-align:center;margin:2rem 0}.lead-text{font-size:1.25rem;color:#555;line-height:1.8;font-weight:500}.about-content section{margin:3rem 0}.about-content h2{color:#ff69b4;font-size:1.8rem;margin-bottom:1rem;border-bottom:2px solid #ffe0f0;padding-bottom:.5rem}.about-content p{color:#666;line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.feature-card{background:linear-gradient(135deg,#fff5f7,#ffeef8);padding:2rem;border-radius:15px;text-align:center;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-5px);border-color:#ff69b4;box-shadow:0 5px 20px #ff69b433}.feature-icon{font-size:3rem;margin-bottom:1rem;display:inline-flex;align-items:center;justify-content:center;color:#ff69b4}.feature-icon svg{width:1em;height:1em}.feature-card h3{color:#ff69b4;font-size:1.3rem;margin-bottom:.75rem}.feature-card p{color:#666;font-size:.95rem;line-height:1.6}.steps-container{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.step{display:flex;gap:1.5rem;align-items:start;padding:1.5rem;background:#fff5f7;border-radius:15px;border-left:4px solid #ff69b4}.step-number{background:#ff69b4;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.step h3{color:#ff69b4;margin-bottom:.5rem;font-size:1.2rem}.step p{color:#666;margin:0}.perfect-for-list,.tech-list{list-style:none;padding:0}.perfect-for-list li,.tech-list li{padding:.75rem 0;color:#666;font-size:1.05rem;line-height:1.6;border-bottom:1px solid #ffe0f0}.perfect-for-list li{display:flex;align-items:flex-start;gap:.5rem}.perfect-for-list li:last-child,.tech-list li:last-child{border-bottom:none}.list-icon{width:1.75rem;height:1.75rem;display:inline-flex;align-items:center;justify-content:center;color:#ff69b4;flex-shrink:0}.list-icon svg{width:1em;height:1em}.about-content ul:not(.perfect-for-list):not(.tech-list){padding-left:2rem}.about-content ul:not(.perfect-for-list):not(.tech-list) li{color:#666;margin-bottom:.75rem;line-height:1.6}.cta-text{text-align:center;font-size:1.15rem;color:#555;margin:2rem 0}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-primary-large,.btn-secondary-large{padding:1rem 2.5rem;border-radius:30px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary-large{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;border:none}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 5px 20px #ff69b466}.btn-secondary-large{background:#fff;color:#ff69b4;border:2px solid #ff69b4}.btn-secondary-large:hover{background:#ff69b4;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.about-content{padding:2rem 1.5rem}.about-content h1{font-size:2rem}.about-content h2{font-size:1.5rem}.lead-text{font-size:1.1rem}.features-grid{grid-template-columns:1fr}.step{flex-direction:column;text-align:center}.step-number{margin:0 auto}.cta-buttons{flex-direction:column}.btn-primary-large,.btn-secondary-large{width:100%;text-align:center}}.contact-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#ffeef8,#fff5f7)}.contact-container{flex:1;padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}.contact-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #ff69b41a}.contact-header{margin-bottom:2rem}.contact-content h1{color:#ff69b4;font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-intro{text-align:center;font-size:1.15rem;color:#666;margin-bottom:3rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin:3rem 0}.contact-form-section h2,.contact-info-section h2{color:#ff69b4;font-size:1.5rem;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#555;font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem 1rem;border:2px solid #ffe0f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff69b4;box-shadow:0 0 0 3px #ff69b41a}.form-group textarea{resize:vertical;min-height:150px}.submit-button{background:linear-gradient(135deg,#ff69b4,#ff1493);color:#fff;border:none;padding:1rem 2rem;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.submit-button svg{width:1.1rem;height:1.1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #ff69b466}.submit-button:disabled{opacity:.6;cursor:not-allowed}.contact-info-section{display:flex;flex-direction:column;gap:1.5rem}.info-card{background:linear-gradient(135deg,#fff5f7,#ffeef8);padding:1.5rem;border-radius:15px;border-left:4px solid #ff69b4}.info-icon{font-size:2rem;margin-bottom:.5rem;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;color:#ff69b4}.info-icon svg{width:1em;height:1em}.info-card h3{color:#ff69b4;font-size:1.2rem;margin-bottom:.5rem}.info-card p{color:#666;margin:.25rem 0;line-height:1.6}.info-card a{color:#ff69b4;text-decoration:none;font-weight:600}.info-card a:hover{color:#ff1493;text-decoration:underline}.info-note{font-size:.9rem;color:#999;font-style:italic}.faq-section{margin-top:4rem;padding-top:3rem;border-top:2px solid #ffe0f0}.faq-section h2{color:#ff69b4;font-size:2rem;margin-bottom:2rem;text-align:center}.faq-item{margin-bottom:2rem;padding:1.5rem;background:#fff5f7;border-radius:15px;border-left:4px solid #ff69b4}.faq-item h3{color:#ff69b4;font-size:1.2rem;margin-bottom:.75rem}.faq-item p{color:#666;line-height:1.7;margin:0}.faq-item a{color:#ff69b4;text-decoration:none;font-weight:600}.faq-item a:hover{text-decoration:underline}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@media(max-width:968px){.contact-layout{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.contact-content{padding:2rem 1.5rem}.contact-content h1{font-size:2rem}.contact-intro{font-size:1rem}.faq-section h2{font-size:1.5rem}}.terms-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#ffeef8,#fff5f7)}.terms-container{flex:1;padding:2rem 1rem;max-width:900px;margin:0 auto;width:100%}.terms-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 40px #ff69b41a}.terms-header{margin-bottom:2rem}.back-link{color:#ff69b4;text-decoration:none;font-size:1rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.back-link:hover{color:#ff1493;transform:translate(-5px)}.terms-content h1{color:#ff69b4;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.last-updated{text-align:center;color:#999;font-style:italic;margin-bottom:3rem}.terms-content section{margin:2.5rem 0}.terms-content h2{color:#ff69b4;font-size:1.6rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #ffe0f0}.terms-content h3{color:#ff69b4;font-size:1.2rem;margin:1.5rem 0 .75rem}.terms-content p{color:#666;line-height:1.8;margin-bottom:1rem;font-size:1rem}.terms-content ul{padding-left:2rem;margin:1rem 0}.terms-content li{color:#666;line-height:1.8;margin-bottom:.5rem}.terms-content a{color:#ff69b4;text-decoration:none;font-weight:600}.terms-content a:hover{color:#ff1493;text-decoration:underline}.contact-info{background:linear-gradient(135deg,#fff5f7,#ffeef8);padding:1.5rem;border-radius:10px;margin:1rem 0;border-left:4px solid #ff69b4}.contact-info p{margin:.5rem 0;color:#666}.acceptance-section{background:linear-gradient(135deg,#fff5f7,#ffeef8);padding:2rem;border-radius:15px;margin-top:3rem;border:2px solid #ff69b4}.acceptance-section h2{border:none;margin-bottom:1rem}.acceptance-section p{font-weight:600;color:#555;margin:0}@media(max-width:768px){.terms-content{padding:2rem 1.5rem}.terms-content h1{font-size:2rem}.terms-content h2{font-size:1.4rem}.terms-content h3{font-size:1.1rem}.terms-content p,.terms-content li{font-size:.95rem}}.toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{min-width:300px;max-width:450px;padding:16px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026,0 0 20px #667eea4d;display:flex;align-items:center;gap:12px;cursor:pointer;pointer-events:all;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .2s ease,box-shadow .2s ease}.toast:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0003,0 0 30px #667eea66}.toast-icon{font-size:24px;flex-shrink:0;animation:heartbeat 1.5s ease-in-out infinite}@keyframes heartbeat{0%,to{transform:scale(1)}10%,30%{transform:scale(1.1)}20%,40%{transform:scale(.95)}}.toast-message{flex:1;font-size:15px;font-weight:500;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.1)}.toast-close{background:#fff3;border:none;color:#fff;font-size:22px;line-height:1;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .2s ease;flex-shrink:0}.toast-close:hover{background:#ffffff4d}.toast-success{background:linear-gradient(135deg,#f093fb,#f5576c);box-shadow:0 8px 24px #00000026,0 0 20px #f093fb4d}.toast-success:hover{box-shadow:0 12px 32px #0003,0 0 30px #f093fb66}.toast-error{background:linear-gradient(135deg,#ff6b6b,#ee5a6f);box-shadow:0 8px 24px #00000026,0 0 20px #ff6b6b4d}.toast-error:hover{box-shadow:0 12px 32px #0003,0 0 30px #ff6b6b66}.toast-warning{background:linear-gradient(135deg,#ffd89b,#ff9a56);box-shadow:0 8px 24px #00000026,0 0 20px #ffd89b4d}.toast-warning:hover{box-shadow:0 12px 32px #0003,0 0 30px #ffd89b66}.toast-info{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333;box-shadow:0 8px 24px #00000026,0 0 20px #a8edea4d}.toast-info:hover{box-shadow:0 12px 32px #0003,0 0 30px #a8edea66}.toast-info .toast-close{background:#0000001a;color:#333}.toast-info .toast-close:hover{background:#00000026}@media(max-width:768px){.toast-container{top:10px;right:10px;left:10px;align-items:stretch}.toast{min-width:auto;max-width:none}}
