@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);.game-page[data-v-16070ba7]{min-height:100vh;background:linear-gradient(135deg,#ffeef7,#f8f9fa 50%,#f1f3f4);font-family:Arial,Helvetica,sans-serif}.page-header[data-v-16070ba7]{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,.05)}.header-container[data-v-16070ba7]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center}.back-btn[data-v-16070ba7]{background:#fff;border:2px solid #e9ecef;color:#6c757d;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;margin-right:1rem}.back-btn[data-v-16070ba7]:hover{background:#f8f9fa;border-color:#6f42c1;color:#6f42c1;transform:translateX(-2px)}.page-title[data-v-16070ba7]{font-size:1.8rem;font-weight:700;color:#2c3e50;margin:0}.page-content[data-v-16070ba7]{max-width:100vw;margin:0 auto;padding:2rem}.content-container[data-v-16070ba7]{display:flex;flex-direction:column;align-items:center}.game-title-section[data-v-16070ba7]{text-align:center;margin-bottom:2rem}.game-title[data-v-16070ba7]{font-size:2.5rem;font-weight:700;color:#e91e63;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(233,30,99,.1)}.game-subtitle[data-v-16070ba7]{font-size:1.1rem;color:#6c757d;font-weight:400;margin-bottom:1rem}.home-button[data-v-16070ba7]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,157,.4)}.game-content[data-v-16070ba7]{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.game-container[data-v-16070ba7]{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);position:relative}.difficulty-section[data-v-16070ba7]{display:flex;gap:1rem;margin-bottom:2rem;justify-content:center}.difficulty-btn[data-v-16070ba7]{background:#f8f9fa;border:2px solid #e9ecef;color:#6c757d;padding:.5rem 1.3rem;border-radius:1.562rem;cursor:pointer;transition:all .3s ease;font-family:Arial,Helvetica,sans-serif;font-weight:500;position:relative}.difficulty-btn.selected[data-v-16070ba7]{background:#e91e63;border-color:#e91e63;color:#fff}.timer-section[data-v-16070ba7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.timer-display[data-v-16070ba7]{font-size:1.1rem;font-weight:600;color:#6c757d}.reset-btn[data-v-16070ba7]{background:#e91e63;color:#fff;border:none;padding:.5rem 1.3rem;border-radius:1.562rem;cursor:pointer;transition:all .3s ease;font-family:Arial,Helvetica,sans-serif;font-weight:500;display:flex;align-items:center;gap:.5rem}.reset-btn[data-v-16070ba7]:hover{background:#c2185b;transform:translateY(-2px)}.reset-icon[data-v-16070ba7]{font-size:1.2rem}.sudoku-container[data-v-16070ba7]{display:flex;justify-content:center;margin-bottom:2rem;position:relative;width:100%;max-width:100%;overflow-x:auto}.sudoku-grid[data-v-16070ba7]{display:grid;grid-template-columns:repeat(9,1fr);gap:2px;background:#f8f9fa;padding:15px;border-radius:12px;border:2px solid #e9ecef;box-shadow:0 4px 15px rgba(0,0,0,.1);width:-moz-fit-content;width:fit-content;min-width:320px;max-width:100%}.sudoku-row[data-v-16070ba7]{display:contents}.sudoku-cell[data-v-16070ba7]{width:45px;height:45px;background:#fff;border:1px solid #dee2e6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;border-radius:4px}.sudoku-cell[data-v-16070ba7]:nth-child(3n){border-right:3px solid #e91e63}.sudoku-cell[data-v-16070ba7]:nth-child(n+19):nth-child(-n+27),.sudoku-cell[data-v-16070ba7]:nth-child(n+46):nth-child(-n+54){border-bottom:3px solid #e91e63}.sudoku-cell[data-v-16070ba7]:hover{background:#f8f9fa}.cell-selected[data-v-16070ba7]{background:#e7f3ff!important;border-color:#e91e63!important;box-shadow:0 0 10px rgba(233,30,99,.3)}.cell-highlight[data-v-16070ba7]{background:#fff3cd}.cell-given[data-v-16070ba7]{background:#f8f9fa}.cell-value[data-v-16070ba7]{color:#6c757d;font-weight:700;font-size:1.3rem}.cell-error[data-v-16070ba7]{background:#f8d7da!important;border-color:#e91e63!important;box-shadow:0 0 10px rgba(233,30,99,.3)}.empty-dot[data-v-16070ba7]{width:4px;height:4px;background:#adb5bd;border-radius:50%}.grid-decorations[data-v-16070ba7]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.decoration[data-v-16070ba7]{position:absolute;border-radius:50%;animation:float-16070ba7 3s ease-in-out infinite}.decoration-1[data-v-16070ba7]{width:12px;height:12px;background:#e91e63;top:-20px;left:-20px;animation-delay:0s}.decoration-2[data-v-16070ba7]{width:8px;height:8px;background:#ffd43b;top:-15px;right:-15px;animation-delay:1s}.decoration-3[data-v-16070ba7]{width:10px;height:10px;background:#6f42c1;bottom:-15px;left:-15px;animation-delay:2s}.decoration-4[data-v-16070ba7]{width:6px;height:6px;background:#51cf66;bottom:-10px;right:-10px;animation-delay:.5s}@keyframes float-16070ba7{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.number-pad[data-v-16070ba7]{display:grid;grid-template-columns:repeat(9,1fr);gap:8px;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto;width:100%;justify-content:center;overflow-x:auto}.number-btn[data-v-16070ba7]{width:45px;height:45px;border:2px solid #e9ecef;background:#f8f9fa;color:#6c757d;cursor:pointer;border-radius:8px;font-size:1.1rem;font-weight:700;font-family:Arial,Helvetica,sans-serif;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.btn-selected[data-v-16070ba7],.number-btn[data-v-16070ba7]:hover{background:#e91e63;color:#fff;transform:translateY(-2px)}.action-buttons[data-v-16070ba7]{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.action-btn[data-v-16070ba7]{background:#f8f9fa;border:2px solid #e9ecef;color:#6c757d;padding:.5rem 1.3rem;border-radius:1.562rem;cursor:pointer;transition:all .3s ease;font-family:Arial,Helvetica,sans-serif;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem}.action-btn[data-v-16070ba7]:hover{background:#e9ecef;transform:translateY(-2px)}.action-icon[data-v-16070ba7]{font-size:1.2rem}.sudoku-strategies[data-v-16070ba7]{background:#f8fafc;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-bottom:2rem}.strategies-title[data-v-16070ba7]{font-size:1.8rem;font-weight:700;color:#1e293b;text-align:center;margin-bottom:2rem;font-family:Arial,Helvetica,sans-serif}.strategies-grid[data-v-16070ba7]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px;margin:0 auto}.strategy-card[data-v-16070ba7]{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s ease,box-shadow .2s ease}.strategy-card[data-v-16070ba7]:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.strategy-icon[data-v-16070ba7]{font-size:1.5rem;margin-bottom:1rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}.strategy-icon.scanning[data-v-16070ba7]{background:#fdf2f8;color:#ec4899}.strategy-icon.pencil[data-v-16070ba7]{background:#eff6ff;color:#3b82f6}.strategy-icon.single[data-v-16070ba7]{background:#f0fdf4;color:#22c55e}.strategy-icon.pairs[data-v-16070ba7]{background:#fff7ed;color:#f97316}.strategy-name[data-v-16070ba7]{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;font-family:Arial,Helvetica,sans-serif}.strategy-description[data-v-16070ba7]{font-size:.95rem;color:#475569;line-height:1.5;margin:0;font-family:Arial,Helvetica,sans-serif}.how-to-play[data-v-16070ba7]{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);margin-bottom:2rem}.section-title[data-v-16070ba7]{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem;text-align:center}.instructions-list[data-v-16070ba7]{list-style:none;padding:0;margin:0}.instruction-item[data-v-16070ba7]{display:flex;align-items:center;margin-bottom:.8rem;font-size:1rem;color:#6c757d}.check-icon[data-v-16070ba7]{background:#51cf66;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:1rem;font-size:.8rem;font-weight:700}.game-status[data-v-16070ba7]{text-align:center;min-height:2rem;display:flex;align-items:center;justify-content:center}.status-message[data-v-16070ba7]{font-size:1rem;font-family:Arial,Helvetica,sans-serif;font-weight:500}.status-message.success[data-v-16070ba7]{color:#51cf66}.status-message.error[data-v-16070ba7]{color:#e91e63}.status-message.info[data-v-16070ba7]{color:#6c757d}.status-message.restored[data-v-16070ba7]{color:#4dabf7;font-weight:600;animation:fadeIn-16070ba7 .5s ease-in}@keyframes fadeIn-16070ba7{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.game-page[data-v-16070ba7]{padding:.5rem;min-height:100vh}.page-content[data-v-16070ba7]{padding:.5rem;max-width:100%;overflow-x:hidden}.game-title[data-v-16070ba7]{font-size:1.8rem}.game-subtitle[data-v-16070ba7]{font-size:.9rem;padding:0 .5rem}.home-button[data-v-16070ba7]{position:static;margin-top:1rem;padding:.6rem 1.2rem;font-size:.9rem}.difficulty-section[data-v-16070ba7]{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.difficulty-btn[data-v-16070ba7]{padding:.5rem 1rem;font-size:.85rem;min-width:80px}.timer-section[data-v-16070ba7]{flex-direction:column;gap:.8rem;text-align:center;margin-bottom:1.5rem}.timer-display[data-v-16070ba7]{font-size:.9rem}.reset-btn[data-v-16070ba7]{padding:.5rem 1rem;font-size:.85rem}.sudoku-container[data-v-16070ba7]{padding:5px;margin:0 auto;max-width:100%;overflow-x:auto}.sudoku-grid[data-v-16070ba7]{gap:1px;padding:8px;min-width:320px;max-width:100%}.sudoku-cell[data-v-16070ba7]{width:32px;height:32px;font-size:.9rem;min-width:32px;min-height:32px}.number-pad[data-v-16070ba7]{padding:8px;gap:4px;max-width:100%;overflow-x:auto;justify-content:center}.number-btn[data-v-16070ba7]{width:32px;height:32px;font-size:.9rem;min-width:32px;min-height:32px;flex-shrink:0}.action-buttons[data-v-16070ba7]{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.5rem}.action-btn[data-v-16070ba7]{padding:.5rem 1rem;font-size:.85rem;min-width:100px}.status-message[data-v-16070ba7]{font-size:.85rem;padding:.6rem;text-align:center}.strategies-grid[data-v-16070ba7]{grid-template-columns:1fr;gap:1rem}.strategy-card[data-v-16070ba7]{padding:1rem}.strategies-title[data-v-16070ba7]{font-size:1.4rem;margin-bottom:1.5rem}.strategy-name[data-v-16070ba7]{font-size:.95rem}.strategy-description[data-v-16070ba7]{font-size:.85rem}.how-to-play[data-v-16070ba7]{padding:1.5rem;margin-bottom:1.5rem}.section-title[data-v-16070ba7]{font-size:1.3rem}.instruction-item[data-v-16070ba7]{font-size:.9rem;margin-bottom:.6rem}}@media (max-width:480px){.game-page[data-v-16070ba7]{padding:.25rem;min-height:100vh}.page-content[data-v-16070ba7]{padding:.25rem;max-width:100%;overflow-x:hidden}.game-title[data-v-16070ba7]{font-size:1.5rem}.game-subtitle[data-v-16070ba7]{font-size:.8rem;padding:0 .25rem}.difficulty-section[data-v-16070ba7]{gap:.4rem;margin-bottom:1rem}.difficulty-btn[data-v-16070ba7]{padding:.4rem .8rem;font-size:.8rem;min-width:70px}.timer-section[data-v-16070ba7]{margin-bottom:1rem}.timer-display[data-v-16070ba7]{font-size:.85rem}.reset-btn[data-v-16070ba7]{padding:.4rem .8rem;font-size:.8rem}.sudoku-container[data-v-16070ba7]{padding:2px;margin:0 auto;max-width:100%;overflow-x:auto}.sudoku-grid[data-v-16070ba7]{gap:1px;padding:6px;min-width:280px;max-width:100%}.sudoku-cell[data-v-16070ba7]{width:28px;height:28px;font-size:.8rem;min-width:28px;min-height:28px}.number-pad[data-v-16070ba7]{padding:6px;gap:3px;max-width:100%;overflow-x:auto;justify-content:center}.number-btn[data-v-16070ba7]{width:28px;height:28px;font-size:.8rem;min-width:28px;min-height:28px;flex-shrink:0}.action-buttons[data-v-16070ba7]{gap:.5rem;margin-bottom:1rem}.action-btn[data-v-16070ba7]{padding:.4rem .8rem;font-size:.8rem;min-width:90px}.status-message[data-v-16070ba7]{font-size:.8rem;padding:.5rem;text-align:center}.strategies-grid[data-v-16070ba7]{grid-template-columns:1fr;gap:.8rem}.strategy-card[data-v-16070ba7]{padding:.8rem}.strategies-title[data-v-16070ba7]{font-size:1.2rem;margin-bottom:1rem}.strategy-icon[data-v-16070ba7]{width:30px;height:30px;font-size:1.1rem;margin-bottom:.6rem}.strategy-name[data-v-16070ba7]{font-size:.9rem;margin-bottom:.5rem}.strategy-description[data-v-16070ba7]{font-size:.8rem;line-height:1.3}.how-to-play[data-v-16070ba7]{padding:1rem;margin-bottom:1rem}.section-title[data-v-16070ba7]{font-size:1.1rem}.instruction-item[data-v-16070ba7]{font-size:.8rem;margin-bottom:.5rem}.check-icon[data-v-16070ba7]{width:16px;height:16px;font-size:.7rem;margin-right:.6rem}}@media (max-width:320px){.game-page[data-v-16070ba7],.page-content[data-v-16070ba7]{padding:.1rem}.game-title[data-v-16070ba7]{font-size:1.3rem}.game-subtitle[data-v-16070ba7]{font-size:.75rem}.sudoku-grid[data-v-16070ba7]{min-width:260px;padding:4px}.sudoku-cell[data-v-16070ba7]{width:24px;height:24px;font-size:.75rem;min-width:24px;min-height:24px}.number-pad[data-v-16070ba7]{gap:2px;padding:4px}.number-btn[data-v-16070ba7]{width:24px;height:24px;font-size:.75rem;min-width:24px;min-height:24px}.difficulty-btn[data-v-16070ba7]{padding:.3rem .6rem;font-size:.75rem;min-width:60px}.action-btn[data-v-16070ba7]{min-width:80px}.action-btn[data-v-16070ba7],.reset-btn[data-v-16070ba7]{padding:.3rem .6rem;font-size:.75rem}.strategies-title[data-v-16070ba7]{font-size:1.1rem}.strategy-card[data-v-16070ba7]{padding:.6rem}.strategy-icon[data-v-16070ba7]{width:25px;height:25px;font-size:1rem}.strategy-name[data-v-16070ba7]{font-size:.85rem}.strategy-description[data-v-16070ba7]{font-size:.75rem}}.site-footer[data-v-16070ba7]{background:#fff;border-top:1px solid #e9ecef;padding:2rem 0;margin-top:3rem}.footer-container[data-v-16070ba7]{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-brand[data-v-16070ba7]{flex:1;min-width:200px}.footer-title[data-v-16070ba7]{font-size:1.5rem;font-weight:700;color:#ff6b9d;margin:0 0 .5rem 0;font-family:Poppins,sans-serif}.footer-subtitle[data-v-16070ba7]{font-size:.9rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}.footer-navigation[data-v-16070ba7]{display:flex;gap:3rem;flex:1;justify-content:center}.nav-column[data-v-16070ba7],.nav-links[data-v-16070ba7]{display:flex;flex-direction:column}.nav-links[data-v-16070ba7]{gap:.5rem}.nav-link[data-v-16070ba7]{color:#6c757d;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;font-family:Inter,sans-serif}.nav-link[data-v-16070ba7]:hover{color:#ff6b9d}.footer-copyright[data-v-16070ba7]{flex:1;text-align:right;min-width:200px}.copyright-text[data-v-16070ba7]{font-size:.85rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}@media (max-width:768px){.footer-container[data-v-16070ba7]{flex-direction:column;text-align:center;gap:1.5rem}.footer-navigation[data-v-16070ba7]{flex-direction:column;gap:1rem}.nav-links[data-v-16070ba7]{flex-direction:row;justify-content:center;gap:2rem}.footer-copyright[data-v-16070ba7]{text-align:center}.footer-title[data-v-16070ba7]{font-size:1.3rem}.footer-subtitle[data-v-16070ba7]{font-size:.85rem}.nav-link[data-v-16070ba7]{font-size:.9rem}.copyright-text[data-v-16070ba7]{font-size:.8rem}}@media (max-width:480px){.site-footer[data-v-16070ba7]{padding:1.5rem 0}.footer-container[data-v-16070ba7]{padding:0 1rem}.nav-links[data-v-16070ba7]{flex-direction:column;gap:.5rem}.footer-title[data-v-16070ba7]{font-size:1.2rem}}.about-page[data-v-5369f5ca]{min-height:100vh;background:#fafafa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.page-header[data-v-5369f5ca]{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,.05)}.header-container[data-v-5369f5ca]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center}.back-btn[data-v-5369f5ca]{background:#fff;border:2px solid #e9ecef;color:#6c757d;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;margin-right:1rem}.back-btn[data-v-5369f5ca]:hover{background:#f8f9fa;border-color:#6f42c1;color:#6f42c1;transform:translateX(-2px)}.page-title[data-v-5369f5ca]{font-size:1.8rem;font-weight:700;color:#2c3e50;margin:0}.page-content[data-v-5369f5ca]{max-width:900px;margin:0 auto;padding:3rem 2rem}.content-container[data-v-5369f5ca]{display:flex;justify-content:center}.main-card[data-v-5369f5ca]{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);overflow:hidden;width:100%;max-width:800px}.card-header[data-v-5369f5ca]{background:linear-gradient(135deg,#ff6b9d,#764ba2);padding:3rem 2rem;text-align:center}.main-title[data-v-5369f5ca]{font-size:2.5rem;font-weight:700;color:#fff;margin:0;font-family:Poppins,sans-serif}.card-content[data-v-5369f5ca]{padding:3rem 2rem}.content-section[data-v-5369f5ca]{margin-bottom:2.5rem}.content-section[data-v-5369f5ca]:last-child{margin-bottom:0}.section-title[data-v-5369f5ca]{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem;font-family:Inter,sans-serif}.section-text[data-v-5369f5ca]{font-size:1rem;line-height:1.7;color:#6c757d;margin:0;font-family:Inter,sans-serif}.features-list[data-v-5369f5ca]{list-style:none;padding:0;margin:0}.feature-item[data-v-5369f5ca]{display:flex;align-items:flex-start;margin-bottom:1rem;padding:.5rem 0}.feature-item[data-v-5369f5ca]:last-child{margin-bottom:0}.feature-icon[data-v-5369f5ca]{font-size:1.2rem;margin-right:1rem;flex-shrink:0;margin-top:.1rem}.feature-text[data-v-5369f5ca]{font-size:1rem;line-height:1.6;color:#6c757d;font-family:Inter,sans-serif}.contact-info[data-v-5369f5ca]{margin-top:1.5rem}.contact-item[data-v-5369f5ca]{display:flex;align-items:flex-start;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:10px;border-left:4px solid #6f42c1}.contact-item[data-v-5369f5ca]:last-child{margin-bottom:0}.contact-icon[data-v-5369f5ca]{font-size:1.5rem;margin-right:1rem;flex-shrink:0;margin-top:.2rem}.contact-details[data-v-5369f5ca]{flex:1}.contact-details strong[data-v-5369f5ca]{display:block;color:#333;font-size:1rem;margin-bottom:.5rem;font-family:Inter,sans-serif}.contact-details span[data-v-5369f5ca]{color:#6c757d;font-size:.95rem;line-height:1.5;font-family:Inter,sans-serif}.contact-link[data-v-5369f5ca]{color:#6f42c1;text-decoration:none;font-weight:500;transition:color .3s ease}.contact-link[data-v-5369f5ca]:hover{color:#5a2d91;text-decoration:underline}@media (max-width:768px){.header-container[data-v-5369f5ca]{padding:0 1rem}.page-title[data-v-5369f5ca]{font-size:1.5rem}.page-content[data-v-5369f5ca]{padding:1rem .5rem}.main-card[data-v-5369f5ca]{border-radius:10px;margin:0 .5rem}.card-header[data-v-5369f5ca]{padding:1.5rem 1rem}.main-title[data-v-5369f5ca]{font-size:1.8rem;line-height:1.3}.card-content[data-v-5369f5ca]{padding:1.5rem 1rem}.content-section[data-v-5369f5ca]{margin-bottom:2rem}.section-title[data-v-5369f5ca]{font-size:1.1rem;line-height:1.4}.section-text[data-v-5369f5ca]{font-size:.9rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}.features-list[data-v-5369f5ca]{margin:.8rem 0}.feature-item[data-v-5369f5ca]{margin-bottom:.8rem}.feature-icon[data-v-5369f5ca]{font-size:1.1rem}.feature-text[data-v-5369f5ca]{font-size:.9rem;line-height:1.6;word-wrap:break-word}.contact-item[data-v-5369f5ca]{padding:.8rem;margin-bottom:1rem}.contact-icon[data-v-5369f5ca]{font-size:1.3rem}.contact-details strong[data-v-5369f5ca]{font-size:.9rem}.contact-details span[data-v-5369f5ca]{font-size:.85rem}}@media (max-width:480px){.page-content[data-v-5369f5ca]{padding:.5rem .25rem}.main-card[data-v-5369f5ca]{margin:0 .25rem}.card-header[data-v-5369f5ca]{padding:1.2rem .8rem}.main-title[data-v-5369f5ca]{font-size:1.5rem}.card-content[data-v-5369f5ca]{padding:1rem .8rem}.content-section[data-v-5369f5ca]{margin-bottom:1.5rem}.section-title[data-v-5369f5ca]{font-size:1rem}.section-text[data-v-5369f5ca]{font-size:.85rem}.feature-icon[data-v-5369f5ca]{font-size:1rem}.feature-text[data-v-5369f5ca]{font-size:.85rem}.contact-item[data-v-5369f5ca]{padding:.6rem;margin-bottom:.8rem}.contact-icon[data-v-5369f5ca]{font-size:1.2rem}.contact-details strong[data-v-5369f5ca]{font-size:.85rem}.contact-details span[data-v-5369f5ca]{font-size:.8rem}}.site-footer[data-v-5369f5ca]{background:#fff;border-top:1px solid #e9ecef;padding:2rem 0;margin-top:3rem}.footer-container[data-v-5369f5ca]{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-brand[data-v-5369f5ca]{flex:1;min-width:200px}.footer-title[data-v-5369f5ca]{font-size:1.5rem;font-weight:700;color:#ff6b9d;margin:0 0 .5rem 0;font-family:Poppins,sans-serif}.footer-subtitle[data-v-5369f5ca]{font-size:.9rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}.footer-navigation[data-v-5369f5ca]{display:flex;gap:3rem;flex:1;justify-content:center}.nav-column[data-v-5369f5ca],.nav-links[data-v-5369f5ca]{display:flex;flex-direction:column}.nav-links[data-v-5369f5ca]{gap:.5rem}.nav-link[data-v-5369f5ca]{color:#6c757d;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;font-family:Inter,sans-serif}.nav-link[data-v-5369f5ca]:hover{color:#ff6b9d}.footer-copyright[data-v-5369f5ca]{flex:1;text-align:right;min-width:200px}.copyright-text[data-v-5369f5ca]{font-size:.85rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}@media (max-width:768px){.footer-container[data-v-5369f5ca]{flex-direction:column;text-align:center;gap:1.5rem}.footer-navigation[data-v-5369f5ca]{flex-direction:column;gap:1rem}.nav-links[data-v-5369f5ca]{flex-direction:row;justify-content:center;gap:2rem}.footer-copyright[data-v-5369f5ca]{text-align:center}.footer-title[data-v-5369f5ca]{font-size:1.3rem}.footer-subtitle[data-v-5369f5ca]{font-size:.85rem}.nav-link[data-v-5369f5ca]{font-size:.9rem}.copyright-text[data-v-5369f5ca]{font-size:.8rem}}@media (max-width:480px){.site-footer[data-v-5369f5ca]{padding:1.5rem 0}.footer-container[data-v-5369f5ca]{padding:0 1rem}.nav-links[data-v-5369f5ca]{flex-direction:column;gap:.5rem}.footer-title[data-v-5369f5ca]{font-size:1.2rem}}.contact-page[data-v-1b149906]{min-height:100vh;background:linear-gradient(180deg,#f8f5f8,#f1f3f4);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.contact-page[data-v-1b149906]:before{content:"";position:absolute;top:10%;right:10%;width:60px;height:60px;background:#ffb3d1;border-radius:50%;z-index:1}.contact-page[data-v-1b149906]:after{content:"";position:absolute;bottom:15%;left:8%;width:40px;height:40px;background:#fff3cd;border-radius:50%;z-index:1}.page-header[data-v-1b149906]{display:flex;align-items:center;padding:2rem;background:transparent;position:relative;z-index:2}.back-btn[data-v-1b149906]{background:#fff;border:2px solid #e9ecef;color:#6c757d;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;margin-right:1rem}.back-btn[data-v-1b149906]:hover{background:#f8f9fa;border-color:#6f42c1;color:#6f42c1}.page-title[data-v-1b149906]{font-size:2rem;font-weight:700;color:#333;margin:0}.main-content[data-v-1b149906]{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 120px);padding:2rem;position:relative;z-index:2}.contact-card[data-v-1b149906]{background:#fff;border-radius:25px;padding:3rem;box-shadow:0 15px 35px rgba(0,0,0,.1);text-align:center;max-width:500px;width:100%;position:relative}.contact-icon[data-v-1b149906]{margin-bottom:2rem}.icon-circle[data-v-1b149906]{width:80px;height:80px;background:linear-gradient(135deg,#ff6b9d,#c44569);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 20px rgba(255,107,157,.3)}.contact-title[data-v-1b149906]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin:0 0 1rem 0;font-family:Poppins,sans-serif}.contact-subtitle[data-v-1b149906]{font-size:1.1rem;color:#5a6c7d;margin:0 0 2.5rem 0;line-height:1.6;font-weight:400}.email-section[data-v-1b149906]{margin-bottom:2rem}.email-label[data-v-1b149906]{font-size:1rem;color:#5a6c7d;margin:0 0 1rem 0;font-weight:400}.email-box[data-v-1b149906]{background:#f8f9fa;border-radius:12px;padding:1rem 1.5rem;display:inline-block;border:1px solid #e9ecef}.email-address[data-v-1b149906]{font-size:1.2rem;color:#ff6b9d;font-weight:600;font-family:Courier New,monospace}.response-time[data-v-1b149906]{font-size:.9rem;color:#6c757d;margin:0;font-weight:400}@media (max-width:768px){.page-header[data-v-1b149906]{padding:1rem}.page-title[data-v-1b149906]{font-size:1.5rem}.main-content[data-v-1b149906]{padding:1rem;min-height:calc(100vh - 100px)}.contact-card[data-v-1b149906]{padding:2rem;border-radius:20px}.contact-title[data-v-1b149906]{font-size:2rem}.contact-subtitle[data-v-1b149906]{font-size:1rem}.icon-circle[data-v-1b149906]{width:70px;height:70px}.email-address[data-v-1b149906]{font-size:1.1rem}}@media (max-width:480px){.contact-card[data-v-1b149906]{padding:1.5rem}.contact-title[data-v-1b149906]{font-size:1.8rem}.contact-subtitle[data-v-1b149906]{font-size:.95rem}.icon-circle[data-v-1b149906]{width:60px;height:60px}.email-address[data-v-1b149906]{font-size:1rem}.response-time[data-v-1b149906]{font-size:.85rem}}.site-footer[data-v-1b149906]{background:#fff;border-top:1px solid #e9ecef;padding:2rem 0;margin-top:3rem}.footer-container[data-v-1b149906]{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-brand[data-v-1b149906]{flex:1;min-width:200px}.footer-title[data-v-1b149906]{font-size:1.5rem;font-weight:700;color:#ff6b9d;margin:0 0 .5rem 0;font-family:Poppins,sans-serif}.footer-subtitle[data-v-1b149906]{font-size:.9rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}.footer-navigation[data-v-1b149906]{display:flex;gap:3rem;flex:1;justify-content:center}.nav-column[data-v-1b149906],.nav-links[data-v-1b149906]{display:flex;flex-direction:column}.nav-links[data-v-1b149906]{gap:.5rem}.nav-link[data-v-1b149906]{color:#6c757d;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;font-family:Inter,sans-serif}.nav-link[data-v-1b149906]:hover{color:#ff6b9d}.footer-copyright[data-v-1b149906]{flex:1;text-align:right;min-width:200px}.copyright-text[data-v-1b149906]{font-size:.85rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}@media (max-width:768px){.footer-container[data-v-1b149906]{flex-direction:column;text-align:center;gap:1.5rem}.footer-navigation[data-v-1b149906]{flex-direction:column;gap:1rem}.nav-links[data-v-1b149906]{flex-direction:row;justify-content:center;gap:2rem}.footer-copyright[data-v-1b149906]{text-align:center}.footer-title[data-v-1b149906]{font-size:1.3rem}.footer-subtitle[data-v-1b149906]{font-size:.85rem}.nav-link[data-v-1b149906]{font-size:.9rem}.copyright-text[data-v-1b149906]{font-size:.8rem}}@media (max-width:480px){.site-footer[data-v-1b149906]{padding:1.5rem 0}.footer-container[data-v-1b149906]{padding:0 1rem}.nav-links[data-v-1b149906]{flex-direction:column;gap:.5rem}.footer-title[data-v-1b149906]{font-size:1.2rem}}.privacy-page[data-v-87d14040]{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.page-header[data-v-87d14040]{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,.05)}.header-container[data-v-87d14040]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center}.back-btn[data-v-87d14040]{background:#fff;border:2px solid #e9ecef;color:#6c757d;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;margin-right:1rem}.back-btn[data-v-87d14040]:hover{background:#f8f9fa;border-color:#6f42c1;color:#6f42c1;transform:translateX(-2px)}.page-title[data-v-87d14040]{font-size:1.8rem;font-weight:700;color:#2c3e50;margin:0}.page-content[data-v-87d14040]{max-width:900px;margin:0 auto;padding:3rem 2rem}.content-container[data-v-87d14040]{display:flex;justify-content:center}.main-card[data-v-87d14040]{background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1);overflow:hidden;width:100%;max-width:800px}.card-header[data-v-87d14040]{background:linear-gradient(135deg,#ff6b9d,#764ba2);padding:2rem;text-align:center}.main-title[data-v-87d14040]{font-size:2.5rem;font-weight:700;color:#fff;margin:0;font-family:Poppins,sans-serif}.card-content[data-v-87d14040]{padding:2rem}.content-section[data-v-87d14040]{margin-bottom:2rem}.content-section[data-v-87d14040]:last-child{margin-bottom:0}.section-header[data-v-87d14040]{display:flex;align-items:center;margin-bottom:1rem}.section-icon[data-v-87d14040]{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}.intro-icon[data-v-87d14040]{background-color:#fcc;color:#c00}.info-icon[data-v-87d14040]{background-color:#add8e6;color:#00f}.third-party-icon[data-v-87d14040]{background-color:#90ee90;color:#006400}.ads-icon[data-v-87d14040]{background-color:#ffe4b5;color:#ff8c00}.children-icon[data-v-87d14040]{background-color:#ffffe0;color:gold}.california-icon[data-v-87d14040]{background-color:plum;color:purple}.security-icon[data-v-87d14040]{background-color:#ffb6c1;color:#dc143c}.changes-icon[data-v-87d14040]{background-color:#e0ffff;color:#20b2aa}.contact-icon[data-v-87d14040]{background-color:#d8bfd8;color:#9370db}.section-title[data-v-87d14040]{font-size:1.3rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.section-text[data-v-87d14040]{font-size:1rem;line-height:1.6;color:#1f2937;margin:0 0 1rem 0;font-family:Inter,sans-serif}.section-text[data-v-87d14040]:last-child{margin-bottom:0}.subsection-title[data-v-87d14040]{font-size:1.1rem;font-weight:600;color:#1f2937;margin:1.5rem 0 1rem 0;font-family:Inter,sans-serif}.data-table[data-v-87d14040]{width:100%;border-collapse:collapse;margin:1rem 0;font-family:Inter,sans-serif;overflow-x:auto;display:block}.data-table td[data-v-87d14040],.data-table th[data-v-87d14040]{border:1px solid #eee;padding:12px;text-align:left;font-size:.9rem;word-wrap:break-word;min-width:100px}.data-table th[data-v-87d14040]{background-color:#f5f5f5;font-weight:600;color:#1f2937}.data-table td[data-v-87d14040]{color:#1f2937}.service-block[data-v-87d14040]{background-color:#f8f8f8;border-radius:8px;padding:1rem;margin:1rem 0}.policy-list[data-v-87d14040]{list-style:none;padding:0;margin:1rem 0}.policy-list li[data-v-87d14040]{font-size:1rem;line-height:1.6;color:#1f2937;margin-bottom:.5rem;padding-left:1rem;position:relative;font-family:Inter,sans-serif}.policy-list li[data-v-87d14040]:before{content:"•";color:#1f2937;font-weight:700;position:absolute;left:0}.policy-list li[data-v-87d14040]:last-child{margin-bottom:0}.contact-link[data-v-87d14040]{color:#ef4444;text-decoration:none;font-weight:500}.contact-link[data-v-87d14040]:hover{text-decoration:underline}@media (max-width:768px){.header-container[data-v-87d14040]{padding:0 1rem}.page-title[data-v-87d14040]{font-size:1.5rem}.page-content[data-v-87d14040]{padding:1rem .5rem}.main-card[data-v-87d14040]{border-radius:10px;margin:0 .5rem}.card-header[data-v-87d14040]{padding:1.5rem 1rem}.main-title[data-v-87d14040]{font-size:1.8rem;line-height:1.3}.card-content[data-v-87d14040]{padding:1.5rem 1rem}.section-header[data-v-87d14040]{flex-wrap:wrap}.section-title[data-v-87d14040]{font-size:1.1rem;line-height:1.4}.section-text[data-v-87d14040]{font-size:.9rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}.subsection-title[data-v-87d14040]{font-size:.95rem}.data-table[data-v-87d14040]{font-size:.75rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.data-table td[data-v-87d14040],.data-table th[data-v-87d14040]{padding:6px;min-width:80px;font-size:.75rem}.section-icon[data-v-87d14040]{width:26px;height:26px;font-size:11px;margin-right:8px}.policy-list[data-v-87d14040]{margin:.8rem 0}.policy-list li[data-v-87d14040]{font-size:.9rem;margin-bottom:.8rem;line-height:1.6;word-wrap:break-word}.service-block[data-v-87d14040]{padding:.8rem;margin:.8rem 0}.contact-link[data-v-87d14040]{word-break:break-all;display:inline-block}}@media (max-width:480px){.page-content[data-v-87d14040]{padding:.5rem .25rem}.main-card[data-v-87d14040]{margin:0 .25rem}.card-header[data-v-87d14040]{padding:1.2rem .8rem}.main-title[data-v-87d14040]{font-size:1.5rem}.card-content[data-v-87d14040]{padding:1rem .8rem}.section-title[data-v-87d14040]{font-size:1rem}.section-text[data-v-87d14040]{font-size:.85rem}.data-table td[data-v-87d14040],.data-table th[data-v-87d14040]{padding:4px;min-width:70px;font-size:.7rem}.section-icon[data-v-87d14040]{width:24px;height:24px;font-size:10px}}.site-footer[data-v-87d14040]{background:#fff;border-top:1px solid #e9ecef;padding:2rem 0;margin-top:3rem}.footer-container[data-v-87d14040]{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-brand[data-v-87d14040]{flex:1;min-width:200px}.footer-title[data-v-87d14040]{font-size:1.5rem;font-weight:700;color:#ff6b9d;margin:0 0 .5rem 0;font-family:Poppins,sans-serif}.footer-subtitle[data-v-87d14040]{font-size:.9rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}.footer-navigation[data-v-87d14040]{display:flex;gap:3rem;flex:1;justify-content:center}.nav-column[data-v-87d14040],.nav-links[data-v-87d14040]{display:flex;flex-direction:column}.nav-links[data-v-87d14040]{gap:.5rem}.nav-link[data-v-87d14040]{color:#6c757d;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;font-family:Inter,sans-serif}.nav-link[data-v-87d14040]:hover{color:#ff6b9d}.footer-copyright[data-v-87d14040]{flex:1;text-align:right;min-width:200px}.copyright-text[data-v-87d14040]{font-size:.85rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}@media (max-width:768px){.footer-container[data-v-87d14040]{flex-direction:column;text-align:center;gap:1.5rem}.footer-navigation[data-v-87d14040]{flex-direction:column;gap:1rem}.nav-links[data-v-87d14040]{flex-direction:row;justify-content:center;gap:2rem}.footer-copyright[data-v-87d14040]{text-align:center}.footer-title[data-v-87d14040]{font-size:1.3rem}.footer-subtitle[data-v-87d14040]{font-size:.85rem}.nav-link[data-v-87d14040]{font-size:.9rem}.copyright-text[data-v-87d14040]{font-size:.8rem}}@media (max-width:480px){.site-footer[data-v-87d14040]{padding:1.5rem 0}.footer-container[data-v-87d14040]{padding:0 1rem}.nav-links[data-v-87d14040]{flex-direction:column;gap:.5rem}.footer-title[data-v-87d14040]{font-size:1.2rem}}.terms-page[data-v-1e07afa0]{min-height:100vh;background:#f8f5f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header[data-v-1e07afa0]{background:#fff;border-bottom:1px solid #e9ecef;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;align-items:center;padding:1rem 2rem}.back-btn[data-v-1e07afa0]{background:#fff;border:2px solid #e9ecef;color:#6c757d;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;margin-right:1rem}.back-btn[data-v-1e07afa0]:hover{background:#f8f9fa;border-color:#6f42c1;color:#6f42c1;transform:translateX(-2px)}.page-title[data-v-1e07afa0]{font-size:1.8rem;font-weight:700;color:#2c3e50;margin:0}.page-content[data-v-1e07afa0]{max-width:800px;margin:0 auto;padding:2rem}.content-container[data-v-1e07afa0]{background:#fff;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:3rem}.title-section[data-v-1e07afa0]{text-align:center;margin-bottom:3rem}.main-title[data-v-1e07afa0]{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem 0}.last-updated[data-v-1e07afa0]{font-size:.9rem;color:#666;margin:0}.terms-section[data-v-1e07afa0]{margin-bottom:2.5rem}.section-title[data-v-1e07afa0]{font-size:1.3rem;font-weight:700;color:#333;margin-bottom:1rem}.terms-text[data-v-1e07afa0]{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1rem}.terms-text[data-v-1e07afa0]:last-child{margin-bottom:0}.conduct-list[data-v-1e07afa0]{font-size:1rem;color:#333;line-height:1.6;margin:1rem 0 1rem 1.5rem;padding:0}.conduct-list li[data-v-1e07afa0]{margin-bottom:.5rem;list-style-type:disc}.conduct-list li[data-v-1e07afa0]:last-child{margin-bottom:0}.service-features[data-v-1e07afa0]{font-size:1rem;color:#333;line-height:1.6;margin:1rem 0 1rem 1.5rem;padding:0;background:#f8f9fa;border-radius:8px;padding:1rem 1.5rem}.service-features li[data-v-1e07afa0]{margin-bottom:.5rem;list-style-type:disc;position:relative;padding-left:.5rem}.service-features li[data-v-1e07afa0]:last-child{margin-bottom:0}.contact-link[data-v-1e07afa0]{color:#ef4444;text-decoration:none;font-weight:500}.contact-link[data-v-1e07afa0]:hover{text-decoration:underline}@media (max-width:768px){.page-header[data-v-1e07afa0]{padding:1rem}.page-title[data-v-1e07afa0]{font-size:1.5rem}.page-content[data-v-1e07afa0]{padding:1rem .5rem}.content-container[data-v-1e07afa0]{padding:1.5rem 1rem;margin:0 .5rem}.title-section[data-v-1e07afa0]{margin-bottom:2rem}.main-title[data-v-1e07afa0]{font-size:1.8rem;line-height:1.3}.last-updated[data-v-1e07afa0]{font-size:.85rem}.section-title[data-v-1e07afa0]{font-size:1.1rem;line-height:1.4}.terms-text[data-v-1e07afa0]{font-size:.9rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word}.conduct-list[data-v-1e07afa0]{margin-left:1rem;font-size:.9rem;line-height:1.6}.conduct-list li[data-v-1e07afa0]{margin-bottom:.6rem}.service-features[data-v-1e07afa0]{margin-left:1rem;font-size:.9rem;line-height:1.6;padding:.8rem 1rem}.service-features li[data-v-1e07afa0]{margin-bottom:.6rem}.contact-link[data-v-1e07afa0]{word-break:break-all;display:inline-block}}@media (max-width:480px){.page-content[data-v-1e07afa0]{padding:.5rem .25rem}.content-container[data-v-1e07afa0]{padding:1.2rem .8rem;margin:0 .25rem}.main-title[data-v-1e07afa0]{font-size:1.5rem}.last-updated[data-v-1e07afa0]{font-size:.8rem}.section-title[data-v-1e07afa0]{font-size:1rem}.terms-text[data-v-1e07afa0]{font-size:.85rem}.conduct-list[data-v-1e07afa0]{font-size:.85rem;margin-left:.8rem}.service-features[data-v-1e07afa0]{font-size:.85rem;margin-left:.8rem;padding:.6rem .8rem}}.site-footer[data-v-1e07afa0]{background:#fff;border-top:1px solid #e9ecef;padding:2rem 0;margin-top:3rem}.footer-container[data-v-1e07afa0]{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-brand[data-v-1e07afa0]{flex:1;min-width:200px}.footer-title[data-v-1e07afa0]{font-size:1.5rem;font-weight:700;color:#ff6b9d;margin:0 0 .5rem 0;font-family:Poppins,sans-serif}.footer-subtitle[data-v-1e07afa0]{font-size:.9rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}.footer-navigation[data-v-1e07afa0]{display:flex;gap:3rem;flex:1;justify-content:center}.nav-column[data-v-1e07afa0],.nav-links[data-v-1e07afa0]{display:flex;flex-direction:column}.nav-links[data-v-1e07afa0]{gap:.5rem}.nav-link[data-v-1e07afa0]{color:#6c757d;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease;font-family:Inter,sans-serif}.nav-link[data-v-1e07afa0]:hover{color:#ff6b9d}.footer-copyright[data-v-1e07afa0]{flex:1;text-align:right;min-width:200px}.copyright-text[data-v-1e07afa0]{font-size:.85rem;color:#6c757d;margin:0;font-family:Inter,sans-serif}@media (max-width:768px){.footer-container[data-v-1e07afa0]{flex-direction:column;text-align:center;gap:1.5rem}.footer-navigation[data-v-1e07afa0]{flex-direction:column;gap:1rem}.nav-links[data-v-1e07afa0]{flex-direction:row;justify-content:center;gap:2rem}.footer-copyright[data-v-1e07afa0]{text-align:center}.footer-title[data-v-1e07afa0]{font-size:1.3rem}.footer-subtitle[data-v-1e07afa0]{font-size:.85rem}.nav-link[data-v-1e07afa0]{font-size:.9rem}.copyright-text[data-v-1e07afa0]{font-size:.8rem}}@media (max-width:480px){.site-footer[data-v-1e07afa0]{padding:1.5rem 0}.footer-container[data-v-1e07afa0]{padding:0 1rem}.nav-links[data-v-1e07afa0]{flex-direction:column;gap:.5rem}.footer-title[data-v-1e07afa0]{font-size:1.2rem}}@media (max-width:768px){.hero-section{padding:3rem 1.5rem}.main-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.feature-card{grid-template-columns:1fr;padding:2rem 1.5rem;gap:2rem}.card-title{font-size:1.5rem}.feature-list{margin-bottom:1.5rem}.cta-button,.feature-item{font-size:1rem}.cta-button{padding:.9rem 1.8rem}.sudoku-grid-preview{width:250px;height:250px}.bottom-cards{grid-template-columns:1fr;gap:1.5rem}.bottom-card{padding:1.8rem}.card-icon{width:70px;height:70px;font-size:1.8rem}.card-heading{font-size:1.2rem}.card-description{font-size:.95rem}.main-content{padding:1rem}}@media (max-width:480px){.hero-section{padding:2rem 1rem}.main-title{font-size:2rem}.hero-subtitle{font-size:.9rem;padding:0 .5rem}.feature-card{padding:1.5rem 1rem;gap:1.5rem}.card-title{font-size:1.3rem}.feature-item{font-size:.9rem}.feature-icon{width:26px;height:26px;font-size:1.1rem}.cta-button{padding:.8rem 1.5rem;font-size:.95rem}.sudoku-grid-preview{width:200px;height:200px}.grid-cell{font-size:1rem}.bottom-cards{gap:1.2rem}.bottom-card{padding:1.5rem 1rem}.card-icon{width:60px;height:60px;font-size:1.6rem}.card-heading{font-size:1.1rem}.card-description{font-size:.9rem}.main-content{padding:.8rem}}.footer-container{max-width:1200px}@media (max-width:768px){.site-footer{padding:2.5rem 0 1.5rem}.footer-container{flex-direction:column;gap:2rem;text-align:center;padding:0 1.5rem}.footer-navigation{flex-direction:column;gap:1.5rem}.nav-column,.nav-links{align-items:center}.nav-link{font-size:.9rem}.footer-copyright{text-align:center}.footer-title{font-size:1.5rem}.footer-subtitle{font-size:.9rem}.copyright-text{font-size:.85rem}}@media (max-width:480px){.site-footer{padding:2rem 0 1rem}.footer-container{padding:0 1rem;gap:1.5rem}.footer-title{font-size:1.3rem}.footer-subtitle,.nav-link{font-size:.85rem}.copyright-text{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{background:linear-gradient(135deg,#f8f9fa,#e9ecef 50%,#f1f3f4);color:#333;font-family:Poppins,sans-serif;overflow-x:hidden}.candy-app{min-height:100vh;position:relative}.hero-section{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#fff,#f8f9fa 50%,#e9ecef);position:relative;overflow:hidden}.hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.main-title{font-size:3.5rem;font-weight:700;color:#6f42c1;margin-bottom:1rem;text-shadow:0 2px 4px rgba(111,66,193,.1)}.hero-subtitle{font-size:1.2rem;color:#6c757d;font-weight:400;line-height:1.6;max-width:600px;margin:0 auto}.decorative-elements{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.decoration{position:absolute;border-radius:50%;opacity:.6;animation:float 6s ease-in-out infinite}.decoration-1{width:80px;height:80px;background:linear-gradient(45deg,#ff6b9d,#ff8fab);top:10%;right:10%;animation-delay:0s}.decoration-2{width:60px;height:60px;background:linear-gradient(45deg,#a8e6cf,#88d8a3);top:20%;left:15%;animation-delay:2s}.decoration-3{width:100px;height:100px;background:linear-gradient(45deg,#ffd93d,#ffb74d);bottom:20%;right:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.main-content{max-width:1200px;margin:0 auto;padding:2rem}.feature-card{background:#fff;border-radius:20px;padding:3rem;margin-bottom:3rem;box-shadow:0 10px 30px rgba(0,0,0,.1);display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;overflow:hidden}.card-left{z-index:2}.card-title{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.feature-list{list-style:none;margin-bottom:2rem}.feature-item{margin-bottom:1rem;font-size:1.1rem;color:#555}.feature-icon,.feature-item{display:flex;align-items:center}.feature-icon{width:30px;height:30px;border-radius:50%;justify-content:center;color:#fff;font-weight:700;margin-right:1rem;font-size:1.2rem}.feature-icon.pink{background:#ff6b9d}.feature-icon.blue{background:#4dabf7}.feature-icon.green{background:#51cf66}.feature-icon.yellow{background:#ffd43b}.cta-button{background:linear-gradient(45deg,#ff6b9d,#6f42c1);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,107,157,.3)}.cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,157,.4)}.card-right{overflow-x:auto;overflow-y:visible;max-width:100%}.card-right,.sudoku-preview{position:relative;display:flex;justify-content:center;align-items:center}.sudoku-image{background:#f8f9fa;border-radius:12px;padding:15px;border:2px solid #e9ecef;box-shadow:0 4px 15px rgba(0,0,0,.1)}.sudoku-grid-preview{display:grid;grid-template-columns:repeat(9,1fr);gap:2px;width:300px;height:300px}.grid-cell{background:#fff;border:1px solid #dee2e6;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;font-family:Poppins,sans-serif;color:#6f42c1;border-radius:3px;transition:all .2s ease}.grid-cell:nth-child(3n){border-right:3px solid #6f42c1}.grid-cell:nth-child(n+19):nth-child(-n+27),.grid-cell:nth-child(n+46):nth-child(-n+54){border-bottom:3px solid #6f42c1}.grid-cell.highlighted{background:#fff3cd}.grid-cell.selected{background:#e7f3ff;border-color:#4dabf7;box-shadow:0 0 10px rgba(77,171,247,.3)}.grid-cell.has-value{background:#f8f9fa}.preview-decorations{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.decoration-4{width:40px;height:40px;background:linear-gradient(45deg,#51cf66,#69db7c);top:10%;right:10%}.decoration-5{width:30px;height:30px;background:linear-gradient(45deg,#6f42c1,#9775fa);bottom:20%;left:5%}.decoration-6{width:50px;height:50px;background:linear-gradient(45deg,#ffd43b,#ffec99);bottom:5%;right:5%}.bottom-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.additional-benefits{margin-top:2rem;margin-bottom:3rem}.bottom-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease}.bottom-card:hover{transform:translateY(-5px)}.card-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem}.card-icon.blue{background:linear-gradient(45deg,#4dabf7,#74c0fc)}.card-icon.pink{background:linear-gradient(45deg,#ff6b9d,#ff8fab)}.card-icon.yellow{background:linear-gradient(45deg,#ffd43b,#ffec99)}.card-icon.purple{background:linear-gradient(45deg,#9775fa,#b197fc)}.card-icon.light-blue{background:linear-gradient(45deg,#74c0fc,#a5d8ff)}.card-icon.green{background:linear-gradient(45deg,#51cf66,#69db7c)}.card-heading{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem}.card-description{color:#6c757d;line-height:1.6}.todo-section{background:#fff;border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,.08)}.section-title{font-size:1.5rem;color:#6f42c1;text-align:center;margin-bottom:2rem;font-weight:600}.todo-container{width:100%;margin:0}.todo-container .todo-wrap{padding:0;border:none;border-radius:0;background:transparent}.btn{display:inline-block;padding:8px 16px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;border-radius:8px;font-family:Poppins,sans-serif;font-weight:500;transition:all .3s ease;border:1px solid}.btn-danger{color:#ff6b9d;background-color:transparent;border-color:#ff6b9d;box-shadow:0 2px 8px rgba(255,107,157,.2)}.btn-danger:hover{color:#fff;background-color:#ff6b9d;box-shadow:0 4px 15px rgba(255,107,157,.3);transform:translateY(-2px)}.btn:focus{outline:none}.how-to-play-section{margin:4rem 0;display:flex;justify-content:center;padding:0 1rem}.how-to-play-card{background:#fff;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:3rem;max-width:1000px;width:100%}.how-to-play-title{font-size:2.5rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:2.5rem;font-family:Poppins,sans-serif}.how-to-play-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.instructions-column{display:flex;flex-direction:column;gap:1.5rem}.instruction-item{display:flex;align-items:flex-start;gap:1rem}.check-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0;margin-top:2px}.check-icon.pink{background:#ff6b9d}.check-icon.blue{background:#4a90e2}.check-icon.green{background:#7ed321}.check-icon.yellow{background:#f5a623}.instruction-text{color:#5a6c7d;font-size:1rem;line-height:1.6;margin:0;font-weight:400}.pro-tip-column{display:flex;justify-content:center}.pro-tip-box{background:#f8f5f8;border-radius:15px;padding:2rem;text-align:center;max-width:300px;width:100%}.pro-tip-title{font-size:1.3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;font-family:Poppins,sans-serif}.pro-tip-text{color:#5a6c7d;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;font-weight:400}.try-puzzle-btn{display:inline-block;background:linear-gradient(135deg,#ff6b9d,#c44569);color:#fff;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px rgba(255,107,157,.3)}.try-puzzle-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,157,.4);text-decoration:none;color:#fff}.recommended-section{margin-top:4rem;margin-bottom:4rem;text-align:center}.recommended-title{font-size:2.5rem;font-weight:700;color:#6f42c1;margin-bottom:1rem;text-shadow:0 2px 4px rgba(111,66,193,.1)}.recommended-subtitle{font-size:1.2rem;color:#6c757d;margin-bottom:3rem;font-weight:400}.recommended-games{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.game-card{background:#fff;border-radius:15px;padding:2rem;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;align-items:center;border:2px solid transparent;position:relative;overflow:hidden}.game-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ff6b9d,#6f42c1,#4dabf7);transform:scaleX(0);transition:transform .3s ease}.game-card:hover:before{transform:scaleX(1)}.game-card:hover{transform:translateY(-8px);box-shadow:0 12px 35px rgba(0,0,0,.15);border-color:#ff6b9d}.game-card-icon{font-size:3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);transition:all .3s ease}.game-card:hover .game-card-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#ff6b9d,#6f42c1)}.game-card-title{font-size:1.4rem;font-weight:600;color:#333;margin-bottom:1rem;transition:color .3s ease}.game-card:hover .game-card-title{color:#6f42c1}.game-card-description{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.game-card-link{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;color:#ff6b9d;transition:all .3s ease}.game-card:hover .game-card-link{color:#6f42c1;gap:.8rem}.game-card-link .arrow{display:inline-block;transition:transform .3s ease}.game-card:hover .game-card-link .arrow{transform:translateX(5px)}@media (max-width:768px){.main-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.feature-card{grid-template-columns:1fr;padding:1.5rem;gap:2rem;margin-bottom:2rem;overflow:visible}.card-title{font-size:1.5rem}.sudoku-grid-preview{width:250px;height:250px}.grid-cell{font-size:1rem}.bottom-cards{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.additional-benefits{margin-top:1.5rem;margin-bottom:2rem}.bottom-card{padding:1.5rem}.main-content{padding:1rem;max-width:100%;overflow-x:hidden}.recommended-section{margin-top:2rem;margin-bottom:2rem}.recommended-title{font-size:1.8rem;padding:0 1rem}.recommended-subtitle{font-size:.95rem;margin-bottom:1.5rem;padding:0 1rem}.recommended-games{grid-template-columns:1fr;gap:1.2rem;padding:0 1rem}.game-card{padding:1.5rem}.game-card-icon{width:60px;height:60px;font-size:2rem}.game-card-title{font-size:1.1rem}.game-card-description{font-size:.85rem}.site-footer{margin-top:2rem;padding:2rem 0 1.5rem}}@media (max-width:480px){.main-title{font-size:2rem}.hero-subtitle{font-size:.9rem}.feature-card{padding:1rem;gap:1.5rem;margin-bottom:1.5rem;overflow:visible}.card-title{font-size:1.3rem}.sudoku-grid-preview{width:200px;height:200px}.grid-cell{font-size:.9rem}.bottom-cards{gap:1rem;margin-bottom:1.5rem}.additional-benefits{margin-top:1rem;margin-bottom:1.5rem}.bottom-card{padding:1.2rem}.card-heading{font-size:1.1rem}.card-description{font-size:.85rem}.recommended-section{margin-top:1.5rem;margin-bottom:1.5rem}.recommended-title{font-size:1.4rem}.recommended-subtitle{font-size:.85rem;margin-bottom:1rem}.recommended-games{gap:1rem}.game-card{padding:1.2rem .8rem}.game-card-icon{width:50px;height:50px;font-size:1.8rem;margin-bottom:.8rem}.game-card-title{font-size:1rem}.game-card-description{font-size:.8rem;margin-bottom:.8rem}.game-card-link{font-size:.85rem}.site-footer{margin-top:1.5rem;padding:1.5rem 0 1rem}.footer-container{padding:0 1rem;gap:1.5rem}.footer-title{font-size:1.3rem}.footer-subtitle{font-size:.85rem}}@media (max-width:320px){.main-title{font-size:1.8rem}.hero-subtitle{font-size:.8rem}.feature-card{padding:.8rem;gap:1rem;margin-bottom:1rem;overflow:visible}.card-title{font-size:1.2rem}.feature-item{font-size:.9rem}.feature-icon{width:25px;height:25px;font-size:1rem;margin-right:.8rem}.cta-button{padding:.8rem 1.5rem;font-size:1rem}.sudoku-grid-preview{width:180px;height:180px}.grid-cell{font-size:.8rem}.bottom-cards{gap:.8rem;margin-bottom:1rem}.additional-benefits{margin-top:.8rem;margin-bottom:1rem}.bottom-card{padding:1rem}.card-icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:1rem}.card-heading{font-size:1rem}.card-description{font-size:.8rem}.recommended-section{margin-top:1rem;margin-bottom:1rem}.recommended-title{font-size:1.2rem}.recommended-subtitle{font-size:.8rem;margin-bottom:.8rem}.recommended-games{gap:.8rem}.game-card{padding:1rem .6rem}.game-card-icon{width:45px;height:45px;font-size:1.5rem;margin-bottom:.6rem}.game-card-title{font-size:.95rem}.game-card-description{font-size:.75rem;margin-bottom:.6rem}.game-card-link{font-size:.8rem}.site-footer{margin-top:1rem;padding:1rem 0 .8rem}.footer-container{padding:0 .8rem;gap:1rem}.footer-title{font-size:1.2rem}.footer-subtitle{font-size:.8rem}.nav-link{font-size:.85rem}.copyright-text{font-size:.8rem}.how-to-play-section{margin:2rem 0;padding:0 .5rem}.how-to-play-card{padding:1.5rem;border-radius:15px}.how-to-play-title{font-size:1.8rem;margin-bottom:1.5rem}.how-to-play-content{grid-template-columns:1fr;gap:2rem}.instruction-item{gap:.8rem}.check-icon{width:20px;height:20px;font-size:12px}.instruction-text{font-size:.9rem}.pro-tip-box{padding:1.5rem;max-width:100%}.pro-tip-title{font-size:1.1rem}.pro-tip-text{font-size:.9rem}.try-puzzle-btn{padding:10px 20px;font-size:.9rem}}.site-footer{background:#fff;border-top:1px solid #ff6b9d;padding:3rem 0 2rem;margin-top:4rem}.footer-container{max-width:100vw;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.footer-brand{flex:1}.footer-title{font-size:1.8rem;font-weight:700;color:#ff6b9d;margin-bottom:.5rem;font-family:Poppins,sans-serif}.footer-subtitle{font-size:.95rem;color:#6c757d;margin:0;font-weight:400}.footer-navigation{flex:2;display:flex;justify-content:center;gap:4rem}.nav-column,.nav-links{display:flex;flex-direction:column}.nav-links{gap:.8rem}.nav-link{color:#6c757d;text-decoration:none;font-size:.95rem;font-weight:400;transition:all .3s ease;cursor:pointer}.nav-link:hover{color:#ff6b9d;transform:translateX(2px)}.footer-copyright{flex:1;text-align:right}.copyright-text{font-size:.9rem;color:#6c757d;margin:0;font-weight:400}@media (max-width:768px){.footer-container{flex-direction:column;gap:2rem;text-align:center}.how-to-play-section{margin:3rem 0;padding:0 1rem}.how-to-play-card{padding:2rem}.how-to-play-title{font-size:2rem}.how-to-play-content{grid-template-columns:1fr;gap:2.5rem}.pro-tip-box{max-width:400px;margin:0 auto}.footer-navigation{flex-direction:column;gap:1.5rem}.nav-column,.nav-links{align-items:center}.footer-copyright{text-align:center}.footer-title{font-size:1.5rem}}