[data-theme=dark]{--primary:#00bfff;--primary-light:#3cf;--primary-dark:#09c;--accent:#00bfff;--accent-alt:#00ff94;--accent-purple:#00bfff;--accent-violet:#764ba2;--bg-light:#0a0a0f;--bg-card:#1a1a2e;--bg-card-hover:#252540;--text-primary:#e5e7eb;--text-secondary:#9ca3af;--text-muted:#6b7280;--glass-bg:#1a1a2ef2;--glass-border:#ffffff0d;--glass-shadow:0 4px 24px #0000004d;--gradient-primary:linear-gradient(135deg,#00bfff 0%,#00ff94 100%);--gradient-accent:linear-gradient(135deg,#00bfff 0%,#09c 100%);--gradient-warm:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}:root{--primary:#1d4ed8;--primary-light:#2563eb;--primary-dark:#1e40af;--accent:#1d4ed8;--accent-alt:#1e40af;--accent-purple:#1d4ed8;--accent-violet:#1e3a8a;--bg-light:#fafbfc;--bg-card:#fff;--bg-card-hover:#f3f4f6;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--glass-bg:#fffffff2;--glass-border:#0000000d;--glass-shadow:0 4px 24px #0000000f;--gradient-primary:linear-gradient(135deg,#1d4ed8 0%,#1d4ed8 100%);--gradient-accent:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);--gradient-warm:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--transition-fast:.15s ease;--transition-base:.3s ease}*{box-sizing:border-box;margin:0;padding:0}html{width:100%;max-width:100vw;overflow-x:hidden}body{background:var(--bg-light);color:var(--text-primary);max-width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;background:#fffffff2;border-bottom:1px solid #e2e8f0;align-items:center;height:60px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0;overflow:visible}.nav-container{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:1200px;margin:0 auto;display:flex}.logo{align-items:center;gap:8px;font-size:1.5rem;font-weight:700;display:flex}.logo-icon{color:#fff;background:#1d4ed8;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.logo-text{color:#1d4ed8}.nav-links{gap:20px;display:flex}.nav-link{color:#64748b;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.nav-link:hover{color:#1d4ed8;background:#f1f5f9;transform:translateY(-2px)}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";background:var(--gradient-primary);width:0;height:2px;transition:width var(--transition-base);position:absolute;bottom:-4px;left:0}.nav-link:hover:after{width:100%}.nav-dropdown{position:relative}.nav-dropdown-trigger{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-width:130px;padding:10px 14px;font-size:.95rem;font-weight:500;transition:all .3s;display:flex}.nav-dropdown-trigger:hover,.nav-dropdown-trigger.active{color:#1d4ed8;background:#f1f5f9}.nav-dropdown-trigger span{align-items:center;gap:8px;display:flex}.nav-dropdown-trigger span i{text-align:center;width:18px}.nav-dropdown-trigger .dropdown-arrow{font-size:.7rem;transition:transform .3s}.nav-dropdown-menu{z-index:10000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:200px;margin-top:8px;padding:8px;position:absolute;top:100%;left:0;box-shadow:0 10px 40px #0003}.nav-dropdown-item{color:#1e293b;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-dropdown-item:hover{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);transform:translate(4px)}.nav-dropdown-item i{color:#3b82f6;text-align:center;width:20px;font-size:.9rem}.nav-dropdown-item:hover i{color:#1d4ed8}.nav-controls{align-items:center;gap:16px;display:flex}.nav-search-form{align-items:center;display:flex}.nav-search-form .search-input-wrapper{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:24px;align-items:center;gap:8px;min-width:200px;padding:8px 16px;transition:all .2s;display:flex}.nav-search-form .search-input-wrapper:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.nav-search-form .search-input-wrapper i{color:#94a3b8;font-size:.9rem}.nav-search-form .search-input-wrapper input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.nav-search-form .search-input-wrapper input::placeholder{color:#94a3b8}.email-btn{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.email-btn:hover{color:#fff;background:#1d4ed8;transform:translateY(-2px)}.user-btn{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.user-btn:hover{color:#fff;background:#1d4ed8;transform:translateY(-2px)}.lang-btn-icon{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.lang-btn-icon:hover{color:#fff;background:#1d4ed8;transform:translateY(-2px)}.lang-toggle{background:var(--bg-light);border-radius:var(--radius-full);padding:3px;display:flex}.lang-btn{color:var(--text-secondary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;padding:6px 14px;font-size:.75rem;font-weight:600}.lang-btn.active,.lang-btn:hover{background:var(--primary);color:#fff}.hero{text-align:center;background:#f8fafc;min-height:auto;padding:100px 24px 32px;position:relative;overflow:hidden}.hero-content{z-index:1;opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp;position:relative;transform:translateY(30px)}.hero h1{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards fadeInUp;transform:translateY(20px)}.hero p{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .4s forwards fadeInUp;transform:translateY(20px)}.hero-search-wrapper{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .6s forwards fadeInUp;transform:translateY(20px)}.hero:before{content:"";background:radial-gradient(circle,#3b82f614 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite float;position:absolute;top:-20%;right:-10%}.hero:after{content:"";background:radial-gradient(circle,#a78bfa14 0%,#0000 70%);border-radius:50%;width:300px;height:300px;animation:10s ease-in-out infinite reverse float;position:absolute;bottom:-20%;left:-10%}.hero-content{max-width:700px;margin:0 auto}.hero-badge{color:#1d4ed8;background:#eff6ff;border-radius:20px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.hero-title{color:#1e293b;margin-bottom:10px;font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.3}.hero-title .gradient-text{color:#1d4ed8}.hero-subtitle{color:#64748b;margin-bottom:20px;font-size:.95rem;line-height:1.5}.hero:before{content:"";background:radial-gradient(circle at 20% 30%,#1d4ed826 0%,#0000 40%),radial-gradient(circle at 80% 70%,#1d4ed81f 0%,#0000 40%);width:200%;height:200%;animation:30s ease-in-out infinite heroFloat;position:absolute;top:-50%;left:-50%}@keyframes heroFloat{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(2%,2%)rotate(1deg)}66%{transform:translate(-1%,1%)rotate(-1deg)}}.hero-content{text-align:center;z-index:1;max-width:900px;position:relative}.hero-3d-globe{opacity:.6;width:200px;height:200px;animation:30s linear infinite rotateGlobe;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.globe-svg{width:100%;height:100%}@keyframes rotateGlobe{0%{transform:translateY(-50%)rotate(0)}to{transform:translateY(-50%)rotate(360deg)}}@media (max-width:1024px){.hero-3d-globe{display:none}}.hero-badge{color:#1d4ed8;background:#fff;border:1px solid #1d4ed84d;border-radius:50px;align-items:center;gap:10px;margin-bottom:24px;padding:10px 20px;font-size:.875rem;font-weight:600;display:inline-flex;box-shadow:0 2px 12px #1d4ed81a}.hero-title{color:#111827;letter-spacing:-2px;margin-bottom:24px;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.hero-title span:first-child{letter-spacing:2px;text-transform:uppercase;color:#6b7280;margin-bottom:8px;font-size:.45em;font-weight:500;display:block}.gradient-text{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 50%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#4b5563;max-width:600px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2.5vw,1.25rem)}.hero-search-box{background:#fff;border:2px solid #0000;border-radius:16px;align-items:stretch;max-width:600px;margin:0 auto 40px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000014,0 1px 2px #0000000a}.hero-search-box:focus-within{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 32px #2563eb33,0 2px 8px #2563eb1a}.hero-search-input-wrapper{background:0 0;flex:1;align-items:center;padding:0 20px;display:flex}.hero-search-input-wrapper i{color:var(--primary);opacity:.8;margin-right:14px;font-size:1.1rem}.hero-search-box input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;height:60px;padding:0 16px;font-size:1rem}.hero-search-box input::placeholder{color:#9ca3af}.search-clear-btn{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:8px;transition:all .2s;display:flex}.search-clear-btn:hover{color:#374151;background:#d1d5db}.hero-search-btn{background:linear-gradient(135deg,var(--primary)0%,#4f46e5 100%);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;height:60px;padding:0 32px;font-size:1rem;font-weight:600;transition:all .3s;display:flex}.hero-search-btn:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);box-shadow:0 4px 16px #2563eb66}.hero-search-btn i{font-size:.9rem;transition:transform .3s}.hero-search-btn:hover i{transform:translate(4px)}.quick-pills{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.pill-label{color:#6b7280;margin-right:8px;font-size:.9rem}.quick-pill{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);background:#ffffffb3;border:1px solid #0000000f;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:500;display:inline-flex}.quick-pill:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb40}.quick-pill i{color:var(--primary)}.quick-pill:hover i{color:#fff}.hero-bg-pattern{pointer-events:none;background:radial-gradient(80% 50% at 50% -20%,#3b82f633,#0000),radial-gradient(60% 40% at 80% 60%,#6366f126,#0000),radial-gradient(50% 30% at 20% 80%,#a855f71a,#0000);position:absolute;inset:0}.quick-links-section{margin-bottom:32px}.quick-links-label{color:#6b7280;margin-bottom:16px;font-size:.875rem;font-weight:500;display:block}.quick-link-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast);background:#ffffffb3;border:1px solid #0000000f;align-items:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:500;text-decoration:none;display:inline-flex}.quick-link-item:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 4px 16px #2563eb4d}.quick-link-item i{color:var(--primary);font-size:.8rem;transition:color .3s}.quick-link-item:hover i{color:#fff}.hero-stats{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff9;border:1px solid #0000000f;border-radius:16px;justify-content:center;align-items:center;gap:32px;max-width:480px;margin:0 auto;padding:24px 32px;display:flex}.stat-item{text-align:center}.stat-number{color:var(--primary);font-size:1.5rem;font-weight:800;line-height:1.2;display:block}.stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.search-container{width:100%;max-width:560px;margin:0 auto 32px}.hero-search{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.hero-search:focus-within{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626}.search-icon-box{color:#94a3b8;background:#f8fafc;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;display:flex}.search-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;height:48px;padding:0 12px;font-size:.95rem}.hero-search-wrapper{width:100%;max-width:560px;margin:0 auto 32px;padding:0 16px}.hero-search-simple{background:#fff;border:2px solid #0000;border-radius:50px;align-items:center;padding:8px 8px 8px 20px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(0);box-shadow:0 4px 20px #0000001a}.hero-search-simple:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.hero-search-simple:focus-within{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 24px #3b82f640}.hero-search-simple i{color:#94a3b8;margin-right:12px;font-size:1.1rem;transition:all .3s}.hero-search-simple:hover i{color:#3b82f6;transform:scale(1.1)}.hero-search-simple i{color:#94a3b8;margin-right:12px;font-size:1.1rem}.hero-search-simple input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:1rem}.hero-search-simple input::placeholder{color:#94a3b8}@media (max-width:768px){.hero-search-wrapper{padding:0 16px}.hero-search-simple{background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:row;padding:12px 16px}.hero-search-simple input{height:auto;font-size:1.1rem}}.hamburger{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:24px;height:18px;padding:0;display:none}.hamburger span{background:#1e293b;border-radius:2px;width:100%;height:2.5px;transition:all .3s;display:block}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-6px)}.mobile-menu{z-index:99;background:#fff;flex-direction:column;align-items:flex-start;gap:8px;width:100%;height:100vh;padding:80px 24px 24px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.mobile-menu .nav-link{color:#1e293b;border-radius:8px;width:100%;padding:12px 16px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .2s}.mobile-menu .nav-link:hover{color:#1d4ed8;background:#f1f5f9}.mobile-section-title{text-transform:uppercase;letter-spacing:1px;color:#94a3b8;text-align:left;border-bottom:1px solid #e2e8f0;width:100%;padding:16px 16px 8px;font-size:.7rem;font-weight:700}.mobile-search{width:100%;margin-bottom:8px;padding:0 16px}.mobile-search .search-input-wrapper{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;display:flex}.mobile-search .search-input-wrapper i{color:#94a3b8}.mobile-search .search-input-wrapper input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:1rem}.mobile-auth{border-bottom:1px solid #e2e8f0;gap:12px;margin-bottom:8px;padding:0 16px 16px;display:flex}.mobile-login-btn,.mobile-register-btn{border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-login-btn{color:#64748b;background:#f1f5f9}.mobile-login-btn:hover{color:#1e293b;background:#e2e8f0}.mobile-register-btn{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%)}.mobile-register-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1d4ed84d}.mobile-email-link{color:#1d4ed8;border-top:1px solid #e2e8f0;align-items:center;gap:12px;margin-top:auto;padding:16px;font-weight:500;text-decoration:none;display:flex}.mobile-menu>a{color:#1e293b;box-sizing:border-box;border-radius:8px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mobile-menu>a:hover{color:#1d4ed8;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%)}.mobile-menu>a i{color:#3b82f6;width:24px}.mobile-lang-toggle{border-bottom:1px solid #e2e8f0;gap:8px;margin-bottom:16px;padding-bottom:16px;display:flex}.mobile-lang-toggle .lang-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 20px;font-size:.9rem;font-weight:600;transition:all .2s}.mobile-lang-toggle .lang-btn.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}@media (max-width:900px){.hamburger{display:flex}.nav-links,.lang-toggle{display:none}}.search-input::placeholder{color:#94a3b8}.search-button{color:#fff;cursor:pointer;background:#1d4ed8;border:none;justify-content:center;align-items:center;height:48px;padding:0 20px;font-size:.9rem;font-weight:600;transition:background .2s;display:flex}.search-button:hover{background:#1e40af}.animate-on-scroll{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}.horoscope-modern{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 1.5fr;gap:32px;padding:28px;display:grid}@media (max-width:900px){.horoscope-modern{grid-template-columns:1fr}}.horoscope-tabs{border-right:1px solid #e2e8f0;padding-right:24px}@media (max-width:900px){.horoscope-tabs{border-bottom:1px solid #e2e8f0;border-right:none;padding-bottom:24px;padding-right:0}}.zodiac-mini-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.zodiac-mini-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;transition:all .2s;display:flex}.zodiac-mini-btn:hover{background:#eff6ff;border-color:#3b82f6}.zodiac-mini-btn.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.horoscope-main-display{flex-direction:column;display:flex}.horoscope-sign-header{align-items:center;gap:20px;margin-bottom:20px;display:flex}.sign-symbol-main{color:#1d4ed8;font-size:4rem;line-height:1}.sign-details h3{color:#1e293b;margin-bottom:4px;font-size:1.5rem;font-weight:700}.sign-dates{color:#64748b;font-size:.9rem}.horoscope-reading{background:#f8fafc;border-radius:12px;margin-bottom:20px;padding:20px}.horoscope-reading p{color:#334155;font-size:1.05rem;line-height:1.7}.horoscope-luck{gap:16px;margin-bottom:24px;display:flex}.luck-item{background:#f8fafc;border-radius:10px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:16px 12px;display:flex}.luck-label{color:#64748b;text-transform:uppercase;font-size:.75rem;font-weight:500}.luck-value{color:#1e293b;font-size:1.25rem;font-weight:700}.luck-color-swatch{border:2px solid #fff;border-radius:6px;width:28px;height:28px;box-shadow:0 2px 4px #0000001a}.luck-star{color:#eab308;font-size:1.5rem}.horoscope-link-btn{color:#fff;background:#1d4ed8;border-radius:10px;align-self:flex-start;align-items:center;gap:10px;padding:14px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.horoscope-link-btn:hover{background:#1e40af;transform:translate(4px)}.horoscope-link-btn i{font-size:.85rem}.horoscope-list-layout{background:#fff;border:1px solid #e2e8f0;border-radius:16px;grid-template-columns:1fr 1.2fr;gap:24px;max-height:500px;padding:24px;display:grid}@media (max-width:900px){.horoscope-list-layout{grid-template-columns:1fr;max-height:none}}.horoscope-signs-list{flex-direction:column;gap:6px;max-height:450px;padding-right:8px;display:flex;overflow-y:auto}.horoscope-signs-list::-webkit-scrollbar{width:6px}.horoscope-signs-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.horoscope-signs-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.horoscope-sign-row{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .2s;display:flex}.horoscope-sign-row:hover{background:#f8fafc;border-color:#e2e8f0}.horoscope-sign-row.active{background:#eff6ff;border-color:#3b82f6}.sign-row-symbol{text-align:center;width:28px;font-size:1.3rem}.sign-row-name{color:#1e293b;flex:1;font-size:.95rem;font-weight:600}.horoscope-sign-row.active .sign-row-name{color:#1d4ed8}.sign-row-date{color:#94a3b8;font-size:.75rem}.sign-row-arrow{color:#cbd5e1;font-size:.7rem;transition:all .2s}.horoscope-sign-row.active .sign-row-arrow{color:#1d4ed8}.horoscope-display-panel{background:#f8fafc;border-radius:12px;flex-direction:column;padding:24px;display:flex}.display-panel-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.display-symbol-large{color:#1d4ed8;font-size:3rem;line-height:1}.display-sign-info h3{color:#1e293b;margin-bottom:2px;font-size:1.4rem;font-weight:700}.display-sign-info span{color:#64748b;font-size:.85rem}.display-reading{flex:1;margin-bottom:20px}.display-reading p{color:#334155;font-size:1rem;line-height:1.7}.display-luck{gap:12px;margin-bottom:20px;display:flex}.luck-block{background:#fff;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:14px 10px;display:flex}.luck-block-label{color:#64748b;text-transform:uppercase;font-size:.7rem;font-weight:500}.luck-block-value{color:#1e293b;font-size:1.1rem;font-weight:700}.luck-block-color{border:2px solid #fff;border-radius:6px;width:24px;height:24px;box-shadow:0 1px 3px #0000001a}.luck-block-star{color:#eab308;font-size:1.3rem}.display-cta{color:#fff;background:#1d4ed8;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.display-cta:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.display-cta:hover{background:#1e40af;transform:translateY(-3px);box-shadow:0 8px 20px #1d4ed859}.display-cta:hover:before{left:100%}.display-cta i{font-size:.8rem;transition:transform .3s}.display-cta:hover i{transform:translate(4px)}.hero-title-main{animation:.8s ease-out forwards fadeInUp;display:block}.gradient-text{opacity:0;animation:.8s ease-out .2s forwards fadeInUp;display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-badge{opacity:0;animation:.6s ease-out .4s forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{opacity:0;animation:.8s ease-out .5s forwards fadeInUp}.hero-search-wrapper{opacity:0;animation:.8s ease-out .7s forwards fadeInUp}.quick-links-section{opacity:0;animation:.8s ease-out .9s forwards fadeInUp}.hero-stats{opacity:0;animation:.8s ease-out 1.1s forwards fadeInUp}.hero:before{content:"";pointer-events:none;background-image:radial-gradient(circle at 20% 80%,#1d4ed81a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f61a 0%,#0000 50%),radial-gradient(circle at 40% 40%,#1d4ed80d 0%,#0000 30%);animation:20s ease-in-out infinite particleFloat;position:absolute;inset:0}@keyframes particleFloat{0%{opacity:0;transform:translateY(100vh)scale(0)}10%{opacity:.3}90%{opacity:.3}to{opacity:0;transform:translateY(-100vh)scale(1)}}.hero-floating-icons{pointer-events:none;position:absolute;inset:0;overflow:hidden}.floating-icon{color:#1d4ed81a;font-size:1.5rem;animation:6s ease-in-out infinite float;position:absolute}.floating-icon:first-child{animation-delay:0s;top:10%;left:10%}.floating-icon:nth-child(2){animation-delay:1s;top:20%;right:15%}.floating-icon:nth-child(3){animation-delay:2s;bottom:30%;left:20%}.floating-icon:nth-child(4){animation-delay:3s;bottom:20%;right:10%}.floating-icon:nth-child(5){animation-delay:4s;top:50%;left:5%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#1d4ed826 0%,#0000 70%);width:600px;height:600px;animation:4s ease-in-out infinite glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes glowPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.2)}}.hover-underline{text-decoration:none;position:relative}.hover-underline:after{content:"";background:#1d4ed8;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.hover-underline:hover:after{width:100%}.section-title{transition:letter-spacing .3s,color .3s}.section-title.animate-in{letter-spacing:2px;color:#1d4ed8}.scale-lift{transition:transform .3s,box-shadow .3s}.scale-lift:hover{transform:scale(1.02)translateY(-4px);box-shadow:0 20px 40px #1d4ed826}.btn-animate{transition:all .3s;position:relative;overflow:hidden}.btn-animate:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.btn-animate:hover:before{left:100%}.hero-reveal{position:relative;overflow:hidden}.hero-reveal:before{content:"";background:#f8fafc;width:100%;height:100%;animation:1s ease-out .5s forwards revealMask;position:absolute;top:0;left:0;transform:translateY(100%)}@keyframes revealMask{0%{transform:translateY(100%)}to{transform:translateY(-100%)}}.cursor-spotlight{pointer-events:none;z-index:9998;background:radial-gradient(circle,#1d4ed814 0%,#0000 70%);border-radius:50%;width:400px;height:400px;transition:opacity .3s;animation:4s ease-in-out infinite spotlightPulse;position:fixed;transform:translate(-50%,-50%)}@keyframes spotlightPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:.8;transform:translate(-50%,-50%)scale(1.1)}}.card-entrance{opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1);transform:translateY(40px)scale(.95)}.card-entrance.is-visible{opacity:1;transform:translateY(0)scale(1)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.animate-on-scroll,.card-entrance{opacity:1;transform:none}.hero-reveal:before{display:none}html{scroll-behavior:auto}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.section{animation:.6s ease-out forwards fadeInUp}.section:nth-child(2){animation-delay:.1s}.section:nth-child(3){animation-delay:.2s}.section:nth-child(4){animation-delay:.3s}.section:nth-child(5){animation-delay:.4s}.section:nth-child(6){animation-delay:.5s}.quick-links-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:32px;display:grid}.quick-link-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 12px #0000000f}.quick-link-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.quick-link-card i{color:#3b82f6;font-size:1.75rem;transition:all .3s}.quick-link-card:hover i{color:#1d4ed8;transform:scale(1.1)}.quick-link-card span{color:#1e293b;text-align:center;font-size:.9rem;font-weight:600}.news-carousel{margin-top:32px;position:relative}.news-carousel-track{position:relative}.news-carousel-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014}.news-carousel-image{height:280px;position:relative;overflow:hidden}.news-carousel-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.news-carousel-item:hover .news-carousel-image img{transform:scale(1.05)}.news-carousel-category{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#3b82f6;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px}.news-carousel-content{padding:24px}.news-carousel-content h3{color:#1e293b;margin-bottom:12px;font-size:1.35rem;font-weight:700;line-height:1.4}.news-carousel-content p{color:#64748b;margin-bottom:16px;font-size:.95rem;line-height:1.6}.news-carousel-date{color:#94a3b8;font-size:.8rem;font-weight:500}.news-carousel-controls{justify-content:center;align-items:center;gap:24px;margin-top:24px;display:flex}.news-carousel-btn{color:#1e293b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.news-carousel-btn:hover{color:#fff;background:#3b82f6;border-color:#3b82f6;transform:scale(1.1)}.news-carousel-dots{gap:8px;display:flex}.news-carousel-dot{cursor:pointer;background:#e2e8f0;border:none;border-radius:50%;width:10px;height:10px;transition:all .3s}.news-carousel-dot.active{background:#3b82f6;transform:scale(1.2)}.news-carousel-dot:hover:not(.active){background:#cbd5e1}.zodiac-grid{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:12px;margin-top:32px;display:grid}.zodiac-card{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.zodiac-card:hover,.zodiac-card.selected{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;transform:translateY(-4px);box-shadow:0 12px 24px #667eea4d}.zodiac-symbol{color:#3b82f6;font-size:1.75rem;transition:color .3s}.zodiac-card:hover .zodiac-symbol,.zodiac-card.selected .zodiac-symbol{color:#fff}.zodiac-name{color:#1e293b;text-align:center;font-size:.75rem;font-weight:600}.zodiac-card:hover .zodiac-name,.zodiac-card.selected .zodiac-name{color:#fff}.zodiac-dates{color:#94a3b8;font-size:.65rem}.zodiac-card:hover .zodiac-dates,.zodiac-card.selected .zodiac-dates{color:#fffc}.zodiac-reading{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin-top:32px;padding:32px;box-shadow:0 4px 20px #00000014}.zodiac-reading h3{color:#1e293b;margin-bottom:16px;font-size:1.5rem;font-weight:700}.zodiac-reading p{color:#64748b;font-size:1rem;font-style:italic;line-height:1.7}.marketplace-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:32px;display:grid}.marketplace-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;padding:32px 24px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 16px #0000000f}.marketplace-card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.marketplace-card i{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;font-size:1.75rem;transition:transform .3s;display:flex}.marketplace-card:hover i{transform:scale(1.1)rotate(5deg)}.marketplace-card h3{color:#1e293b;margin-bottom:8px;font-size:1.15rem;font-weight:700}.marketplace-card p{color:#64748b;font-size:.9rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:32px;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px 16px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 12px #0000000f}.service-card:hover{border-color:#10b981;transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.service-card i{color:#10b981;font-size:1.5rem;transition:all .3s}.service-card:hover i{color:#059669;transform:scale(1.2)}.service-card span{color:#1e293b;text-align:center;font-size:.85rem;font-weight:600}.newsletter-section{padding:80px 24px}.newsletter-card{text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;max-width:700px;margin:0 auto;padding:48px;box-shadow:0 20px 60px #667eea66}.newsletter-content{margin-bottom:32px}.newsletter-content h2{color:#fff;margin-bottom:12px;font-size:1.75rem;font-weight:700}.newsletter-content p{color:#ffffffd9;font-size:1rem}.newsletter-form{gap:12px;max-width:450px;margin:0 auto;display:flex}.newsletter-form input{color:#1e293b;background:#fff;border:none;border-radius:26px;flex:1;height:52px;padding:0 20px;font-size:.95rem}.newsletter-form input:focus{outline:none;box-shadow:0 0 0 3px #ffffff4d}.newsletter-form button{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:26px;height:52px;padding:0 32px;font-size:.95rem;font-weight:600;transition:all .3s}.newsletter-form button:hover{background:#0f172a;transform:scale(1.05)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1200px;margin:0 auto;display:grid}.footer-logo{align-items:center;gap:12px;margin-bottom:16px;font-size:1.5rem;font-weight:700;display:flex}.footer-logo i{color:#3b82f6;font-size:1.75rem}.footer-brand p{color:#94a3b8;font-size:.9rem;line-height:1.6}.footer-links{flex-direction:column;gap:12px;display:flex}.footer-links h4{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.85rem;font-weight:600}.footer-links a{color:#94a3b8;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#3b82f6}.footer-bottom{text-align:center;border-top:1px solid #1e293b;max-width:1200px;margin:48px auto 0;padding-top:24px}@media (max-width:768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.newsletter-form{flex-direction:column}.newsletter-card{padding:32px 24px}}@media (max-width:480px){.footer-grid{grid-template-columns:1fr}.quick-links-grid{grid-template-columns:repeat(2,1fr)}.marketplace-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:repeat(2,1fr)}}.hero-badge{animation:.6s ease-out fadeInUp}.hero-title{animation:.6s ease-out .1s both fadeInUp}.hero-subtitle{animation:.6s ease-out .2s both fadeInUp}.search-container{animation:.6s ease-out .3s both fadeInUp}.quick-links-section{animation:.6s ease-out .4s both fadeInUp}.hero-stats{animation:.6s ease-out .5s both fadeInUp}.category-card{animation:.5s ease-out both fadeInUp}.category-card:first-child{animation-delay:.1s}.category-card:nth-child(2){animation-delay:.15s}.category-card:nth-child(3){animation-delay:.2s}.category-card:nth-child(4){animation-delay:.25s}.category-card:nth-child(5){animation-delay:.3s}.category-card:nth-child(6){animation-delay:.35s}.category-card:nth-child(7){animation-delay:.4s}.category-card:nth-child(8){animation-delay:.45s}.category-card:hover{transform:translateY(-4px)}.weather-card-enhanced{animation:.6s ease-out .2s both fadeInUp}.weather-card-enhanced:hover{transform:translateY(-4px)}.horoscope-card-simple{animation:.6s ease-out .3s both fadeInUp}.zodiac-item{transition:all .3s}.zodiac-item:hover{transform:scale(1.05)}.games-grid-simple{animation:.6s ease-out .4s both fadeInUp}.game-card-simple{transition:all .3s}.game-card-simple:hover{transform:translateY(-4px)}.game-card-simple:hover .game-icon{animation:.5s pulse}.classifieds-section{animation:.6s ease-out .5s both fadeInUp}.classified-card{transition:all .3s;animation:.5s ease-out both fadeInUp}.classified-card:first-child{animation-delay:.1s}.classified-card:nth-child(2){animation-delay:.2s}.classified-card:nth-child(3){animation-delay:.3s}.classified-card:hover{transform:translateY(-4px)}.quick-links-section{margin-top:24px}.quick-links-label{color:#64748b;margin-bottom:10px;font-size:.85rem;display:block}.quick-links-list{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.quick-link-item{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;text-decoration:none;transition:all .2s;display:flex}.quick-link-item:hover{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.quick-link-item i{font-size:.8rem}.hero-stats{border-top:1px solid #e2e8f0;justify-content:center;align-items:center;gap:24px;margin-top:24px;padding-top:20px;display:flex}.stat-item{flex-direction:column;align-items:center;gap:2px;display:flex}.stat-number{color:#1d4ed8;font-size:1.5rem;font-weight:700}.stat-label{color:#64748b;font-size:.8rem}.stat-divider{background:#e2e8f0;width:1px;height:40px}.weather-card-enhanced{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:20px;padding:28px;text-decoration:none;transition:all .2s;display:flex}.weather-card-enhanced:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.weather-main{align-items:center;gap:24px;display:flex}.weather-main-left{align-items:center;gap:16px;display:flex}.weather-icon-large{background:#fef3c7;border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.weather-icon-large i{color:#f59e0b;font-size:2.5rem}.weather-temp-display{align-items:flex-start;display:flex}.temp-number{color:#1e293b;font-size:3.5rem;font-weight:700;line-height:1}.temp-symbol{color:#64748b;margin-top:6px;font-size:1.5rem}.weather-main-right{flex:1}.weather-location-row{color:#1e293b;align-items:center;gap:8px;margin-bottom:4px;font-size:1.1rem;font-weight:600;display:flex}.weather-condition-text{color:#475569;margin-bottom:2px;font-size:1.25rem}.weather-feels-like{color:#64748b;font-size:.9rem}.weather-details-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}@media (max-width:768px){.weather-details-grid{grid-template-columns:repeat(2,1fr)}}.weather-detail-box{text-align:center;background:#f8fafc;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:14px;display:flex}.weather-detail-box i{color:#64748b;font-size:1.1rem}.weather-detail-box .detail-label{color:#64748b;font-size:.75rem}.weather-detail-box .detail-value{color:#1e293b;font-size:.95rem;font-weight:600}.weather-sun-times{background:#fef3c7;border-radius:10px;gap:24px;padding:16px;display:flex}.sun-time-item{align-items:center;gap:10px;display:flex}.sun-time-item i{color:#f59e0b;font-size:1.25rem}.sun-time-item .sun-label{color:#64748b;font-size:.85rem}.sun-time-item .sun-value{color:#1e293b;font-size:1rem;font-weight:600}.weather-hourly-section{border-top:1px solid #e2e8f0;padding-top:16px}.weather-hourly-section .section-subtitle{color:#475569;margin-bottom:12px;font-size:.9rem;font-weight:600}.hourly-item{background:#f8fafc;border-radius:10px;flex-direction:column;align-items:center;gap:6px;min-width:70px;padding:12px 14px;display:flex}.hourly-item.active{background:#eff6ff;border:1px solid #3b82f6}.hourly-item .hourly-time{color:#64748b;font-size:.75rem}.hourly-item i{color:#f59e0b;font-size:1.1rem}.hourly-item .hourly-temp{color:#1e293b;font-size:.9rem;font-weight:600}.weather-weekly-section{border-top:1px solid #e2e8f0;padding-top:16px}.weather-weekly-section .section-subtitle{color:#475569;margin-bottom:12px;font-size:.9rem;font-weight:600}.weekly-list{gap:8px;display:flex;overflow-x:auto}.weekly-item{background:#f8fafc;border-radius:10px;flex-direction:column;align-items:center;gap:6px;min-width:65px;padding:12px 16px;display:flex}.weekly-item .weekly-day{color:#1e293b;font-size:.8rem;font-weight:600}.weekly-item i{color:#f59e0b;font-size:1.2rem}.weekly-item .weekly-temp-high{color:#1e293b;font-size:.85rem;font-weight:600}.weekly-item .weekly-temp-low{color:#64748b;font-size:.8rem}.weather-cta{color:#1d4ed8;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px;font-weight:600;transition:all .2s;display:flex}.weather-cta:hover{background:#dbeafe}.weather-cta i{font-size:.9rem}.horoscope-enhanced{flex-direction:column;gap:24px;display:flex}.zodiac-btn-item{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;transition:all .3s;display:flex}.zodiac-btn-item:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px)}.zodiac-btn-item.active{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.zodiac-btn-item .zodiac-symbol{font-size:1.75rem}.zodiac-btn-item .zodiac-name{font-size:.7rem;font-weight:500}.horoscope-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px}.horoscope-sign-display{border-bottom:1px solid #e2e8f0;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.sign-symbol-large{font-size:4rem;line-height:1}.sign-info .sign-name{color:#1e293b;margin-bottom:4px;font-size:1.75rem;font-weight:700}.sign-info .sign-date{color:#64748b;font-size:.95rem}.horoscope-description{color:#475569;margin-bottom:24px;font-size:1.1rem;line-height:1.7}.horoscope-lucky-row{gap:16px;margin-bottom:24px;display:flex}.lucky-box{background:#f8fafc;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:16px;display:flex}.lucky-box .lucky-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.lucky-number{color:#1e293b;font-size:1.5rem;font-weight:700}.lucky-color{border-radius:8px;width:32px;height:32px}.lucky-star{color:#fbbf24;font-size:1.75rem}.horoscope-cta-btn{color:#fff;background:#1d4ed8;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:14px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.horoscope-cta-btn:hover{background:#1e40af;transform:translateY(-2px)}.horoscope-cta-btn i{font-size:.9rem}.horoscope-card-simple{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.zodiac-grid{grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:24px;display:grid}@media (max-width:768px){.zodiac-grid{grid-template-columns:repeat(4,1fr)}}.zodiac-item{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;text-decoration:none;transition:all .2s;display:flex}.zodiac-item:hover,.zodiac-item.active{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6}.zodiac-item .zodiac-symbol{font-size:1.5rem}.zodiac-item .zodiac-name{font-size:.7rem;font-weight:500}.horoscope-preview{background:#f8fafc;border-radius:12px;padding:20px}.horoscope-sign-main{align-items:center;gap:12px;margin-bottom:12px;display:flex}.sign-symbol{font-size:2rem}.sign-name{color:#1e293b;font-size:1.25rem;font-weight:700}.sign-date{color:#64748b;font-size:.85rem}.horoscope-text{color:#475569;margin-bottom:12px;line-height:1.6}.horoscope-cta{color:#1d4ed8;font-size:.9rem;font-weight:600}.games-section-enhanced{max-width:1200px;margin:0 auto;padding:48px 24px}.games-showcase{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (max-width:768px){.games-showcase{grid-template-columns:1fr}}.game-showcase-card{border-radius:16px;align-items:flex-end;min-height:320px;text-decoration:none;display:flex;position:relative;overflow:hidden}.game-bg-icon{color:#ffffff26;font-size:12rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.game-showcase-card.main-game{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 100%)}.game-overlay{z-index:2;color:#fff;padding:28px;position:relative}.game-overlay h3{margin-bottom:8px;font-size:1.75rem;font-weight:700}.game-overlay p{opacity:.9;margin-bottom:16px;font-size:1rem}.play-btn{color:#1e3a8a;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:transform .2s;display:inline-flex}.game-showcase-card:hover .play-btn{transform:scale(1.05)}.games-side-grid{flex-direction:column;gap:12px;display:flex}.game-side-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:18px;text-decoration:none;transition:all .3s;display:flex}.game-side-card:hover{border-color:#3b82f6;transform:translate(4px);box-shadow:0 4px 16px #3b82f61f}.game-side-icon{color:#2563eb;background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.game-side-info h4{color:#1e293b;margin-bottom:4px;font-size:1rem;font-weight:600}.game-play-link{color:#2563eb;font-size:.85rem;font-weight:500}.classifieds-section-clean{max-width:1200px;margin:0 auto;padding:48px 24px}.classifieds-clean-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px;display:grid}@media (max-width:768px){.classifieds-clean-grid{grid-template-columns:1fr}}.classified-clean-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .2s;display:flex}.classified-clean-card:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61a}.classified-clean-icon{color:#1d4ed8;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;display:flex}.classified-clean-content{flex:1}.classified-clean-content h4{color:#1e293b;margin-bottom:4px;font-size:1.05rem;font-weight:600}.classified-clean-content p{color:#64748b;margin-bottom:6px;font-size:.875rem}.classified-clean-count{color:#94a3b8;font-size:.75rem;font-weight:500}.classified-clean-arrow{color:#94a3b8;background:#f1f5f9;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;transition:all .2s;display:flex}.classified-clean-card:hover .classified-clean-arrow{color:#fff;background:#1d4ed8}.classifieds-clean-cta{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex}.cta-clean-info{align-items:center;gap:16px;display:flex}.cta-clean-info i{color:#1d4ed8;font-size:1.5rem}.cta-clean-info h4{color:#1e293b;margin-bottom:2px;font-size:1rem;font-weight:600}.cta-clean-info p{color:#64748b;font-size:.875rem}.cta-clean-button{color:#fff;background:#1d4ed8;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cta-clean-button:hover{background:#1e40af}@media (max-width:640px){.classifieds-clean-cta{text-align:center;flex-direction:column}.cta-clean-info{flex-direction:column}}.classified-cta{color:var(--primary);font-size:.875rem;font-weight:600}.classifieds-cta{text-align:center;background:#f9fafb;border-radius:16px;padding:32px}.classifieds-cta p{color:#6b7280;margin-bottom:16px;font-size:1rem}.classifieds-cta-btn{background:var(--primary);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.classifieds-cta-btn:hover{background:var(--primary-dark);transform:translateY(-2px)}.widget-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .3s;display:flex;overflow:hidden}.widget-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 40px #2563eb26}.widget-card-header{align-items:center;gap:16px;padding:24px 24px 16px;display:flex}.widget-card-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.widget-card-icon i{color:#fff;font-size:1.4rem}.widget-card-info h3{color:#111827;margin-bottom:4px;font-size:1.1rem;font-weight:700}.widget-card-info span{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.widget-card-info i{font-size:.75rem}.hero-light{background:linear-gradient(#f8fafc 0%,#fff 100%);padding:80px 24px;position:relative}.hero-light:before{content:"";background:linear-gradient(90deg,#667eea 0%,#764ba2 50%,#f59e0b 100%);height:4px;position:absolute;top:0;left:0;right:0}.hero-light-content{text-align:center;max-width:800px;margin:0 auto}.hero-light-header{margin-bottom:24px}.hero-light-badge{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:10px;padding:10px 20px;font-size:.9rem;font-weight:500;display:inline-flex;box-shadow:0 2px 10px #0000000d}.hero-light-badge i{color:#3b82f6}.hero-light-title{color:#1e293b;margin-bottom:20px;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.hero-light-main{margin-bottom:8px;display:block}.hero-light-gradient{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 50%,#60a5fa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.hero-light-subtitle{color:#64748b;max-width:600px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.6}.hero-light-search{margin-bottom:32px}.search-light-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;max-width:600px;margin:0 auto;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000014}.search-light-form:focus-within{border-color:#3b82f6;box-shadow:0 8px 30px #3b82f626}.search-light-icon{color:#94a3b8;padding:0 20px;font-size:1.1rem}.search-light-input{background:0 0;border:none;outline:none;flex:1;padding:18px 0;font-size:1rem}.search-light-input::placeholder{color:#94a3b8}.search-light-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border:none;padding:18px 32px;font-size:1rem;font-weight:600;transition:all .3s}.search-light-btn:hover{background:linear-gradient(135deg,#5a67d8 0%,#6b46c1 100%)}.hero-light-quicklinks{flex-direction:column;align-items:center;gap:16px;width:100%;margin-bottom:32px;display:flex}.quick-links-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:500}.hero-ticker-container{z-index:100;width:100%;max-width:800px;margin:0 auto;padding:8px 0;position:relative;overflow:hidden}.hero-ticker-container .logos-ticker{background:0 0;padding:0;overflow:hidden}.hero-ticker-container .logos-track{width:fit-content;display:flex}.hero-ticker-container .logos-inner{gap:50px;padding-right:50px;animation:40s linear infinite logoScroll;display:flex}.hero-ticker-container .logos-inner:hover{animation-play-state:paused}@keyframes logoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.quick-links-tags{flex-wrap:wrap;gap:8px;display:flex}.quick-link-tag{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.quick-link-tag:hover{color:#3b82f6;background:#f1f5f9;border-color:#3b82f6;transform:translateY(-2px)}.quick-link-tag i{color:#f59e0b}.hero-light-stats{justify-content:center;align-items:center;gap:40px;display:flex}.stat-light{flex-direction:column;align-items:center;gap:4px;display:flex}.stat-number-light{color:#1e293b;font-size:2rem;font-weight:800}.stat-label-light{color:#64748b;font-size:.85rem}.stat-divider-light{background:#e2e8f0;width:1px;height:40px}.categories-compact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.category-compact-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px 20px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000f}.category-compact-card:hover{border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 8px 25px #0000001a}.category-compact-icon{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.category-compact-icon i{color:#fff;font-size:1.25rem}.category-compact-info{flex:1}.category-compact-info h4{color:#1e293b;margin:0 0 4px;font-size:1rem;font-weight:600}.category-compact-info p{color:#64748b;margin:0;font-size:.8rem}.category-compact-arrow{color:#94a3b8;font-size:.9rem;transition:all .2s}.category-compact-card:hover .category-compact-arrow{color:#3b82f6;transform:translate(4px)}.logos-ticker-floating{z-index:10;transform-origin:50%;margin:30px 0;position:relative;transform:rotate(-3deg)}.logos-ticker-floating .logos-ticker{background:0 0;padding:20px 0;overflow:hidden}.logos-ticker-floating .logos-track{width:fit-content;display:flex}.logos-ticker-floating .logos-inner{gap:50px;padding-right:50px;animation:40s linear infinite logoScroll;display:flex}.logos-ticker-floating .logos-inner:hover{animation-play-state:paused}.logo-text-item{white-space:nowrap;align-items:center;text-decoration:none;display:flex}.logo-text-item span{font-family:var(--font-playfair),Georgia,serif;color:#1e293b;letter-spacing:.5px;background:linear-gradient(135deg,#1e293b 0%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;transition:all .3s}.logo-text-item:hover span{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;transform:scale(1.1)}.weather-widget-card{cursor:pointer;background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.weather-widget-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.weather-widget-header{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%);border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.weather-widget-title{color:#1e293b;align-items:center;gap:10px;font-weight:600;display:flex}.weather-widget-title i{color:#3b82f6;font-size:1.1rem}.weather-widget-location{color:#64748b;align-items:center;gap:6px;font-size:.85rem;display:flex}.weather-widget-body{padding:24px 20px}.weather-widget-main{align-items:center;gap:20px;display:flex}.weather-widget-temp{align-items:flex-start;display:flex}.weather-widget-temp .temp-number{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1}.weather-widget-temp .temp-unit{color:#64748b;margin-top:8px;font-size:1.25rem;font-weight:600}.weather-widget-details{flex-direction:column;gap:4px;display:flex}.weather-widget-details .weather-condition{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:600}.weather-widget-details .weather-feels{color:#64748b;font-size:.85rem}.weather-widget-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.weather-quick-stats{gap:20px;display:flex}.quick-stat{color:#64748b;align-items:center;gap:6px;font-size:.85rem;display:flex}.quick-stat i{color:#3b82f6;font-size:.9rem}.weather-expand-toggle{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.weather-expand-toggle:hover{color:#3b82f6;background:#f1f5f9;border-color:#3b82f6}.weather-widget-actions{align-items:center;gap:12px;display:flex}.weather-unit-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.weather-unit-toggle:hover{transform:scale(1.1);box-shadow:0 4px 12px #667eea66}.weather-details-expandable{opacity:0;max-height:0;transition:max-height .4s,opacity .3s,padding .3s;overflow:hidden}.weather-details-expandable.expanded{opacity:1;background:#fff;border-radius:16px;max-height:400px;margin-top:16px;padding:20px;box-shadow:0 4px 15px #00000014}.weather-details-expandable .weather-details-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.weather-detail-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:14px;padding:14px;transition:all .2s;display:flex}.weather-detail-item:hover{background:#f1f5f9;border-color:#3b82f6;transform:translateY(-2px)}.weather-detail-item .detail-icon{background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.weather-detail-item .detail-icon i{color:#fff;font-size:1rem}.weather-detail-item .detail-info{flex-direction:column;gap:4px;display:flex}.weather-detail-item .detail-label{color:#64748b;font-size:.8rem;font-weight:500}.weather-detail-item .detail-value{color:#1e293b;font-size:1rem;font-weight:700}.weather-full-forecast-link{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#3b82f6 100%);border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:16px;padding:12px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.weather-full-forecast-link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #3b82f666}.weather-full-forecast-link i{transition:transform .2s}.weather-full-forecast-link:hover i{transform:translate(4px)}@media (max-width:640px){.weather-compact-card{padding:14px 16px}.weather-compact-icon{width:48px;height:48px;font-size:1.5rem}.temp-value{font-size:1.5rem}.weather-details-expandable .weather-details-grid{grid-template-columns:repeat(2,1fr)}}.weather-card-body{padding:16px 24px}.weather-card-main{align-items:baseline;gap:12px;margin-bottom:12px;display:flex}.weather-card-temp{color:#111827;font-size:3rem;font-weight:800;line-height:1}.weather-card-condition{color:#6b7280;font-size:1rem;font-weight:500}.weather-card-details{gap:20px;display:flex}.weather-card-details span{color:#6b7280;align-items:center;gap:6px;font-size:.9rem;display:flex}.weather-card-details i{color:var(--primary)}.horoscope-card-body{align-items:center;gap:20px;padding:16px 24px;display:flex}.horoscope-zodiac{font-size:3.5rem;line-height:1}.horoscope-details h4{color:#111827;margin-bottom:6px;font-size:1.1rem;font-weight:700}.horoscope-details p{color:#6b7280;font-size:.875rem;line-height:1.5}.games-card-body{flex-direction:column;gap:12px;padding:16px 24px;display:flex}.game-item{background:#f9fafb;border-radius:12px;align-items:center;gap:14px;padding:14px;transition:background .2s;display:flex}.widget-card:hover .game-item{background:#f3f4f6}.game-item-icon{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.game-item-icon i{color:var(--primary);font-size:1rem}.game-item-info{flex:1}.game-item-name{color:#111827;font-size:.95rem;font-weight:600;display:block}.game-item-difficulty{color:#6b7280;font-size:.8rem;display:block}.game-item-play{background:var(--primary);color:#fff;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:600}.widget-card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding:16px 24px;display:flex}.widget-card-footer span{color:var(--primary);font-size:.9rem;font-weight:600}.widget-card-footer i{color:var(--primary);font-size:.85rem;transition:transform .2s}.widget-card:hover .widget-card-footer i{transform:translate(4px)}.widgets-container{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:0 24px 48px;display:grid}@media (max-width:1200px){.widgets-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.widgets-container{grid-template-columns:1fr}}.weather-widget-large{color:#fff;background:linear-gradient(#1e3a5f 0%,#0f172a 100%);border-radius:16px;flex-direction:column;padding:20px;text-decoration:none;transition:all .2s;display:flex}.weather-widget-large:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e3a5f4d}.weather-large-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.weather-large-icon{background:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.weather-large-icon i{color:#fbbf24;font-size:1.3rem}.weather-large-title h3{margin-bottom:2px;font-size:1rem;font-weight:600}.weather-large-title span{opacity:.7;align-items:center;gap:6px;font-size:.8rem;display:flex}.weather-large-main{border-bottom:1px solid #ffffff1a;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.weather-large-temp{align-items:flex-start;display:flex}.temp-num{font-size:4rem;font-weight:800;line-height:1}.temp-unit{opacity:.7;margin-top:8px;font-size:1.5rem}.weather-large-info{flex-direction:column;gap:4px;display:flex}.weather-condition{font-size:1.1rem;font-weight:600}.weather-feels{opacity:.7;font-size:.85rem}.weather-large-details{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px;display:grid}.weather-detail-item{background:#ffffff14;border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.weather-detail-item i{color:#60a5fa;margin-bottom:4px;font-size:1rem}.detail-label{opacity:.6;font-size:.75rem}.detail-value{font-size:1rem;font-weight:700}.weather-sun-times{gap:16px;margin-bottom:20px;display:flex}.sun-time{background:#ffffff14;border-radius:12px;flex:1;align-items:center;gap:10px;padding:12px;display:flex}.sun-time i{color:#fbbf24;font-size:1.2rem}.sun-time i.fa-moon{color:#a5b4fc}.sun-label{opacity:.6;font-size:.7rem;display:block}.sun-value{font-size:.95rem;font-weight:700}.weather-hourly{margin-bottom:16px}.hourly-title{opacity:.6;margin-bottom:12px;font-size:.8rem;display:block}.hourly-scroll{gap:8px;padding-bottom:8px;display:flex;overflow-x:auto}.hourly-item{background:#ffffff14;border-radius:10px;flex-direction:column;align-items:center;gap:4px;min-width:50px;padding:10px 14px;transition:all .2s;display:flex}.hourly-item.active{background:#fff3}.hourly-item .hour{font-size:.95rem;font-weight:700}.hourly-item .time{opacity:.6;font-size:.7rem}.widget-large-footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.widget-large-footer span{color:#60a5fa;font-size:.9rem;font-weight:600}.widget-large-footer i{color:#60a5fa;font-size:.85rem}.horoscope-widget-large{background:#fff;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;padding:28px;text-decoration:none;transition:all .3s;display:flex}.horoscope-widget-large:hover{border-color:#8b5cf6;box-shadow:0 20px 50px #8b5cf626}.horoscope-large-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.horoscope-large-icon{background:linear-gradient(135deg,#a78bfa 0%,#8b5cf6 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.horoscope-large-icon i{color:#fff;font-size:1.5rem}.horoscope-large-title h3{color:#111827;margin-bottom:2px;font-size:1.1rem;font-weight:700}.horoscope-large-title span{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.zodiac-selector{margin-bottom:20px}.zodiac-scroll{background:#f9fafb;border-radius:14px;gap:6px;padding:4px;display:flex;overflow-x:auto}.zodiac-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;align-items:center;gap:4px;min-width:56px;padding:10px 12px;transition:all .2s;display:flex}.zodiac-btn:hover{background:#8b5cf61a}.zodiac-btn.active{background:linear-gradient(135deg,#a78bfa 0%,#8b5cf6 100%)}.zodiac-btn.active .zodiac-symbol,.zodiac-btn.active .zodiac-name-mini{color:#fff}.zodiac-symbol{color:#8b5cf6;font-size:1.4rem}.zodiac-name-mini{color:#6b7280;font-size:.65rem;font-weight:500}.horoscope-large-content{background:linear-gradient(135deg,#f5f3ff 0%,#ede9fe 100%);border-radius:16px;margin-bottom:16px;padding:20px}.horoscope-large-zodiac{text-align:center;flex-direction:column;align-items:center;margin-bottom:16px;display:flex}.zodiac-main-symbol{margin-bottom:8px;font-size:3.5rem;line-height:1}.zodiac-main-name{color:#111827;font-size:1.4rem;font-weight:800}.zodiac-date{color:#6b7280;font-size:.8rem}.horoscope-large-text{color:#4b5563;text-align:center;margin-bottom:16px;font-size:.95rem;line-height:1.7}.horoscope-lucky{justify-content:center;gap:24px;display:flex}.lucky-item{flex-direction:column;align-items:center;gap:6px;display:flex}.lucky-label{color:#6b7280;text-transform:uppercase;font-size:.7rem}.lucky-value{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:700;display:flex}.games-widget-large{background:#fff;border:1px solid #e5e7eb;border-radius:24px;flex-direction:column;padding:28px;transition:all .3s;display:flex}.games-widget-large:hover{border-color:#10b981;box-shadow:0 20px 50px #10b98126}.games-large-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.games-large-icon{background:linear-gradient(135deg,#34d399 0%,#10b981 100%);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.games-large-icon i{color:#fff;font-size:1.5rem}.games-large-title h3{color:#111827;margin-bottom:2px;font-size:1.1rem;font-weight:700}.games-large-title span{color:#6b7280;align-items:center;gap:6px;font-size:.85rem;display:flex}.games-large-list{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.game-large-item{background:#f9fafb;border-radius:14px;align-items:center;gap:14px;padding:14px;text-decoration:none;transition:all .2s;display:flex}.game-large-item:hover{background:#f3f4f6;transform:translate(4px)}.game-large-item.featured{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #a7f3d0}.game-large-item.featured:hover{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%)}.game-large-icon{background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.game-large-icon i{color:#10b981;font-size:1.1rem}.game-large-info{flex:1}.game-large-info h4{color:#111827;margin-bottom:2px;font-size:.95rem;font-weight:700}.game-large-info p{color:#6b7280;margin-bottom:6px;font-size:.8rem}.game-meta{align-items:center;gap:12px;display:flex}.difficulty{border-radius:10px;padding:2px 8px;font-size:.7rem;font-weight:600}.difficulty.easy{color:#059669;background:#d1fae5}.difficulty.medium{color:#d97706;background:#fef3c7}.difficulty.hard{color:#dc2626;background:#fee2e2}.plays{color:#9ca3af;align-items:center;gap:4px;font-size:.7rem;display:flex}.game-play-btn{color:#fff;background:#10b981;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.game-large-item:hover .game-play-btn{background:#059669}.game-play-btn i{font-size:.75rem}.game-play-btn.small{padding:8px 14px;font-size:.8rem}.loading-screen{z-index:9999;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;animation:.5s 1.5s forwards fadeOut;display:flex;position:fixed;top:0;left:0}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.loading-content{text-align:center;flex-direction:column;align-items:center;display:flex}.loading-logo{background:#eff6ff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;animation:2s ease-in-out infinite floatPulse;display:flex}@keyframes floatPulse{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.loading-logo i{color:#1d4ed8;font-size:2.5rem}.loading-title{letter-spacing:3px;color:#1d4ed8;margin-bottom:24px;font-size:2rem;font-weight:700}.loading-spinner{border:3px solid #e2e8f0;border-top-color:#1d4ed8;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#64748b;letter-spacing:1px;margin-top:16px;font-size:.85rem}.fade-in{animation:.6s forwards fadeIn}.fade-in-up{animation:.8s forwards fadeInUp}.fade-in-left{animation:.6s forwards fadeInLeft}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.fade-in-right{animation:.6s forwards fadeInRight}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.scale-in{animation:.5s forwards scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.text-gradient-animate{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s infinite gradientMove}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.stagger-children>*{opacity:0;animation:.5s forwards fadeInUp}.stagger-children>:first-child{animation-delay:.1s}.stagger-children>:nth-child(2){animation-delay:.2s}.stagger-children>:nth-child(3){animation-delay:.3s}.stagger-children>:nth-child(4){animation-delay:.4s}.stagger-children>:nth-child(5){animation-delay:.5s}.stagger-children>:nth-child(6){animation-delay:.6s}.stagger-children>:nth-child(7){animation-delay:.7s}.stagger-children>:nth-child(8){animation-delay:.8s}.bounce{animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.spin{animation:2s linear infinite spin}.ambient-bg{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.floating-orb{filter:blur(60px);opacity:.2;border-radius:50%;animation:20s ease-in-out infinite floatOrb;position:absolute}.floating-orb:first-child{background:radial-gradient(circle,#60a5fa 0%,#0000 70%);width:300px;height:300px;animation-delay:0s;top:10%;left:10%}.floating-orb:nth-child(2){background:radial-gradient(circle,#a78bfa 0%,#0000 70%);width:250px;height:250px;animation-delay:-5s;top:60%;right:15%}.floating-orb:nth-child(3){background:radial-gradient(circle,#f472b6 0%,#0000 70%);width:200px;height:200px;animation-delay:-10s;bottom:20%;left:30%}@keyframes floatOrb{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-30px)scale(1.1)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(20px,30px)scale(1.05)}}.particles{width:100%;height:100%;position:absolute}.particle{opacity:.3;background:#fff;border-radius:50%;width:4px;height:4px;animation:15s linear infinite particleFloat;position:absolute}.particle:first-child{animation-delay:0s;left:10%}.particle:nth-child(2){animation-delay:2s;left:20%}.particle:nth-child(3){animation-delay:4s;left:30%}.particle:nth-child(4){animation-delay:1s;left:40%}.particle:nth-child(5){animation-delay:3s;left:50%}.particle:nth-child(6){animation-delay:5s;left:60%}.particle:nth-child(7){animation-delay:2.5s;left:70%}.particle:nth-child(8){animation-delay:1.5s;left:80%}.particle:nth-child(9){animation-delay:4.5s;left:90%}.text-reveal{overflow:hidden}.text-reveal span{animation:.8s forwards revealText;display:inline-block;transform:translateY(100%)}@keyframes revealText{to{transform:translateY(0)}}.letter-animate{display:inline-block}.letter-animate span{opacity:0;animation:.5s forwards letterPop;display:inline-block;transform:translateY(50px)rotate(10deg)}@keyframes letterPop{to{opacity:1;transform:translateY(0)rotate(0)}}.svg-draw{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s forwards drawSVG}@keyframes drawSVG{to{stroke-dashoffset:0}}.svg-draw-fill{animation:2s 2s forwards fillSVG}@keyframes fillSVG{0%{fill-opacity:0}to{fill-opacity:1}}.tilt-card{transform-style:preserve-3d;transition:transform .3s}.tilt-card:hover{transform:perspective(1000px)rotateX(5deg)rotateY(-5deg)translateZ(20px)}.tilt-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#fff3 0%,#0000 50%);position:absolute;inset:0}.transform-3d{transform-style:preserve-3d}.translate-z{transform:translateZ(50px)}.perspective-1000{perspective:1000px}.magnetic-element{transition:transform .3s}.magnetic-element:hover{transform:scale(1.1)}.glow-text{text-shadow:0 0 10px,0 0 20px,0 0 40px}.pulse-ring{position:relative}.pulse-ring:after{content:"";opacity:0;border:2px solid;border-radius:50%;animation:2s ease-out infinite pulseRing;position:absolute;inset:-10px}@keyframes pulseRing{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.5)}}.glitch{position:relative}.glitch:before,.glitch:after{content:attr(data-text);width:100%;height:100%;position:absolute;top:0;left:0}.glitch:before{text-shadow:-1px 0 #ff00c1;clip:rect(44px,450px,56px,0);animation:5s linear infinite alternate-reverse glitch-anim;left:2px}.glitch:after{text-shadow:-1px 0 #00fff9;clip:rect(44px,450px,56px,0);animation:5s linear infinite alternate-reverse glitch-anim2;left:-2px}@keyframes glitch-anim{0%{clip:rect(30px,9999px,10px,0)}20%{clip:rect(80px,9999px,90px,0)}40%{clip:rect(10px,9999px,40px,0)}60%{clip:rect(60px,9999px,70px,0)}80%{clip:rect(20px,9999px,50px,0)}to{clip:rect(70px,9999px,80px,0)}}@keyframes glitch-anim2{0%{clip:rect(60px,9999px,80px,0)}20%{clip:rect(10px,9999px,30px,0)}40%{clip:rect(90px,9999px,100px,0)}60%{clip:rect(20px,9999px,60px,0)}80%{clip:rect(50px,9999px,90px,0)}to{clip:rect(10px,9999px,30px,0)}}.section{max-width:1200px;margin:0 auto;padding:48px 24px}.section-header{text-align:center;margin-bottom:32px}.section-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#1d4ed8;border-radius:12px;margin-bottom:12px;padding:4px 12px;font-size:.65rem;font-weight:600;display:inline-block}.section-title{color:#1e293b;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.section-subtitle{color:#64748b;max-width:500px;margin:0 auto;font-size:1rem}.categories-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px;display:grid}.category-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.category-card:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 12px 32px #3b82f640}.category-card{transition:all .4s cubic-bezier(.16,1,.3,1)}.subcategories-panel a{transition:all .3s cubic-bezier(.16,1,.3,1)}.subcategories-panel a:hover{border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 6px 16px #3b82f633;color:#3b82f6!important}.category-icon{color:#1d4ed8;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:1.2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.category-card:hover .category-icon{color:#fff;background:#3b82f6;transform:scale(1.15)rotate(8deg);box-shadow:0 4px 12px #3b82f666}.category-title{color:#1e293b;margin-bottom:4px;font-size:1.1rem;font-weight:600}.category-title-en{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.category-desc{color:#64748b;margin-bottom:12px;font-size:.85rem;line-height:1.5}.category-count{color:#1d4ed8;background:#f1f5f9;border-radius:12px;align-items:center;gap:4px;padding:3px 8px;font-size:.7rem;font-weight:600;display:inline-flex}.widgets{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;max-width:1400px;margin:0 auto;padding:80px 24px;display:grid}.widget{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);transition:all var(--transition-base);padding:24px}.widget:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.widget-header{align-items:center;gap:14px;margin-bottom:20px;display:flex}.widget-icon{background:var(--gradient-primary);border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;display:flex}.widget-info h3{color:var(--text-primary);font-size:1.15rem;font-weight:600}.widget-location{color:var(--text-muted);align-items:center;gap:4px;font-size:.8rem;display:flex}.weather-main{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.weather-temp{align-items:flex-start;display:flex}.temp-value{color:var(--text-primary);font-size:3.5rem;font-weight:700;line-height:1}.temp-unit{color:var(--text-secondary);margin-top:6px;font-size:1.25rem;font-weight:500}.weather-details{flex-direction:column;gap:6px;display:flex}.weather-detail{color:var(--text-secondary);align-items:center;gap:6px;font-size:.85rem;display:flex}.weather-forecast{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);justify-content:space-between;margin-bottom:14px;padding:14px 0;display:flex}.forecast-day{flex-direction:column;align-items:center;gap:4px;display:flex}.day-name{color:var(--text-muted);text-transform:uppercase;font-size:.7rem}.forecast-day i{color:var(--accent);font-size:1.15rem}.forecast-temp{color:var(--text-primary);font-size:.8rem;font-weight:600}.widget-link{color:var(--primary);transition:all var(--transition-fast);align-items:center;gap:6px;font-size:.85rem;font-weight:600;display:inline-flex}.widget-link:hover{color:var(--primary-dark);gap:10px}.search-hero{text-align:center;color:#1e293b;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);padding:120px 24px 60px}.search-hero .hero-content h1{color:#1e293b;margin-bottom:8px;font-size:2.2rem;font-weight:700}.search-hero .hero-content p{color:#64748b;margin-bottom:32px;font-size:1rem}.search-hero-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;max-width:640px;margin:0 auto;padding:8px;display:flex;box-shadow:0 4px 20px #0000001a}.search-hero-box i{color:#94a3b8;padding-left:12px;font-size:1.2rem}.search-hero-box input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;padding:12px;font-size:1rem}.search-hero-btn{color:#fff;cursor:pointer;background:#1d4ed8;border:none;border-radius:12px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s}.search-hero-btn:hover{background:#1e40af}.search-main{background:#f8fafc;min-height:60vh;padding:32px 16px}.search-container{max-width:1200px;margin:0 auto}.search-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:8px;margin-bottom:24px;padding:6px;display:flex}.search-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.search-tab:hover{color:#1d4ed8;background:#f1f5f9}.search-tab.active{color:#fff;background:#1d4ed8}.search-tab i{font-size:.9rem}.search-section{animation:.3s fadeIn}.search-section-title{color:#1e293b;align-items:center;gap:10px;margin-bottom:20px;font-size:1.25rem;font-weight:600;display:flex}.search-section-title i{color:#1d4ed8}.search-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px;display:grid}.search-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .3s;display:flex}.search-card:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.search-card-icon{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;display:flex}.search-card-content{flex:1;min-width:0}.search-card-content h3{color:#1e293b;margin-bottom:4px;font-size:1.05rem;font-weight:600}.search-card-content p{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:.85rem;overflow:hidden}.search-card-category{color:#1d4ed8;font-size:.75rem;font-weight:500}.search-card-arrow{color:#94a3b8;font-size:.85rem;transition:all .2s}.search-card:hover .search-card-arrow{color:#1d4ed8;transform:translate(4px)}.category-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.category-card-link{text-decoration:none}.category-card-item{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px 20px;transition:all .3s}.category-card-link:hover .category-card-item{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.category-card-icon{color:#fff;background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 100%);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;font-size:1.4rem;display:flex}.category-card-item h3{color:#1e293b;margin-bottom:6px;font-size:1rem;font-weight:600}.category-card-item span{color:#64748b;font-size:.8rem}.no-results{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:80px 20px}.no-results i{color:#cbd5e1;margin-bottom:20px;font-size:4rem}.no-results h3{color:#1e293b;margin-bottom:8px;font-size:1.5rem}.no-results p{color:#64748b}@media (max-width:768px){.search-hero{padding:100px 16px 50px}.search-hero .hero-content h1{font-size:1.6rem}.search-hero-box{border-radius:16px;flex-direction:column;padding:12px}.search-hero-box i{display:none}.search-hero-box input{text-align:center;width:100%}.search-hero-btn{width:100%}.search-tabs{flex-wrap:wrap}.search-tab{flex:45%;padding:10px 12px;font-size:.85rem}.search-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.news-carousel-section{background:var(--bg-light);padding:60px 24px}.news-carousel{margin-bottom:24px;position:relative;overflow:hidden}.carousel-track{transition:transform .5s;display:flex}.news-carousel-slide{min-width:100%;text-decoration:none;display:block}.news-card-image{border-radius:20px 20px 0 0;height:300px;position:relative;overflow:hidden}.news-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.news-carousel-slide:hover .news-card-image img{transform:scale(1.08)}.news-card-category{color:#1d4ed8;text-transform:uppercase;background:#fffffff2;border-radius:20px;padding:6px 14px;font-size:.75rem;font-weight:600;transition:all .3s;position:absolute;top:16px;left:16px}.news-carousel-slide:hover .news-card-category{color:#fff;background:#1d4ed8}.news-card-content{background:#fff;border-radius:0 0 20px 20px;padding:24px;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #00000014}.news-carousel-slide:hover .news-card-content{box-shadow:0 12px 32px #0000001f}.news-card-date{color:#64748b;margin-bottom:8px;font-size:.85rem;display:block}.news-card-title{color:#1e293b;margin:0 0 12px;font-size:1.5rem;font-weight:700;line-height:1.3;transition:color .3s}.news-carousel-slide:hover .news-card-title{color:#1d4ed8}.news-card-desc{color:#64748b;margin:0 0 16px;font-size:1rem;line-height:1.6}.news-card-readmore{color:#1d4ed8;align-items:center;gap:8px;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.news-card-readmore i{transition:transform .3s cubic-bezier(.16,1,.3,1)}.news-carousel-slide:hover .news-card-readmore{gap:12px}.news-carousel-slide:hover .news-card-readmore i{transform:translate(6px)}.carousel-controls{justify-content:center;align-items:center;gap:20px;display:flex}.carousel-btn{color:#64748b;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex}.carousel-btn:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.carousel-dots{gap:8px;display:flex}.carousel-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .2s}.carousel-dot.active{background:#1d4ed8;transform:scale(1.2)}.carousel-dot:hover:not(.active){background:#94a3b8}@media (max-width:768px){.news-card-image{height:220px}.news-card-title{font-size:1.25rem}.news-card-content{padding:20px}.carousel-btn{width:40px;height:40px}}@media (max-width:480px){.news-carousel-section{padding:40px 16px}.news-card-image{height:180px}.news-card-title{font-size:1.1rem}.news-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.search-hero{padding:90px 12px 40px}.search-hero .hero-content h1{font-size:1.4rem}.search-tab{flex:100%}.category-grid{grid-template-columns:1fr}}.footer{color:#1e293b;background:#f8fafc;padding:80px 24px 24px}.footer-logo .logo-icon{border-radius:var(--radius-sm);color:#fff;background:#3b82f6;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.footer-container{max-width:1400px;margin:0 auto}.footer-main{border-bottom:1px solid #e2e8f0;grid-template-columns:1fr;gap:40px;margin-bottom:40px;padding-bottom:40px;display:grid}@media (min-width:768px){.footer-main{grid-template-columns:1.5fr 2fr 1.5fr}}.footer-brand{max-width:300px}.footer-logo{color:#fff;align-items:center;gap:8px;margin-bottom:16px;font-size:1.5rem;font-weight:700;display:flex}.footer-logo .logo-icon{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--primary);background:#fff;justify-content:center;align-items:center;display:flex}.footer-desc{color:#ffffffb3;margin-bottom:24px;font-size:.9rem;line-height:1.6}.social-links{gap:12px;display:flex}.social-link{color:#1e293b;width:38px;height:38px;transition:all var(--transition-fast);background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--gradient-primary);transform:translateY(-2px)}.footer-links{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.footer-column h4{color:#1e293b;margin-bottom:16px;font-size:.95rem;font-weight:600}.footer-column a{color:#64748b;transition:all var(--transition-fast);padding:4px 0;font-size:.85rem;display:block}.footer-column a:hover{color:#3b82f6;padding-left:6px}.footer-newsletter h4{color:#1e293b;margin-bottom:8px;font-size:.95rem;font-weight:600}.footer-newsletter p{color:#64748b;margin-bottom:16px;font-size:.85rem}.newsletter-form{gap:8px;display:flex}.newsletter-form input{border-radius:var(--radius-md);color:#1e293b;height:44px;transition:all var(--transition-fast);background:#fff;border:1px solid #e2e8f0;outline:none;flex:1;padding:0 16px;font-size:.9rem}.newsletter-form input:focus{border-color:#3b82f6}.newsletter-form input::placeholder{color:#94a3b8}.newsletter-form button{border-radius:var(--radius-md);color:#fff;cursor:pointer;width:44px;height:44px;transition:all var(--transition-fast);background:#3b82f6;border:none;justify-content:center;align-items:center;display:flex}.newsletter-form button:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.footer-bottom{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}@media (min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:#64748b;font-size:.8rem}.footer-bottom-links{gap:20px;display:flex}.footer-bottom-links a{color:#64748b;transition:color var(--transition-fast);font-size:.8rem}.footer-bottom-links a:hover{color:#3b82f6}.mobile-menu-btn{background:var(--bg-card);border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;color:var(--text-primary);border:none;justify-content:center;align-items:center;font-size:1.1rem;display:none}.mobile-menu{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;transition:transform var(--transition-base);flex-direction:column;gap:16px;padding:24px;display:none;position:fixed;inset:70px 0 0;transform:translate(100%)}.mobile-menu.active{transform:translate(0)}.mobile-menu a{color:var(--text-primary);border-bottom:1px solid var(--glass-border);padding:16px;font-size:1.1rem;font-weight:500}.theme-toggle{background:var(--bg-card);border-radius:var(--radius-md);cursor:pointer;width:40px;height:40px;color:var(--text-secondary);transition:all var(--transition-base);border:none;justify-content:center;align-items:center;font-size:1rem;display:flex}.theme-toggle:hover{background:var(--primary);color:#fff}[data-theme=dark]{--bg-light:#0f172a;--bg-card:#1e293b;--bg-card-hover:#334155;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--glass-bg:#1e293bf2;--glass-border:#ffffff0d;--glass-shadow:0 4px 24px #0000004d}[data-theme=dark] .hero{background:linear-gradient(#1e293b 0%,#0f172a 50%,#1e293b 100%)}[data-theme=dark] .hero:before{background:radial-gradient(circle at 20% 30%,#1d4ed833 0%,#0000 40%),radial-gradient(circle at 80% 70%,#1d4ed826 0%,#0000 40%)}[data-theme=dark] .hero-badge,[data-theme=dark] .hero-search-box,[data-theme=dark] .category-card,[data-theme=dark] .widget,[data-theme=dark] .quick-pill{background:var(--bg-card)}[data-theme=dark] .footer{background:#0f172a}[data-theme=dark] .newsletter-form input{background:#ffffff14}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.5s forwards fadeIn}.animate-slide-in{animation:.5s forwards slideIn}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--primary);outline-offset:2px}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}@media (max-width:768px){.nav-links,.nav-search-form,.email-btn,.user-btn,.lang-btn-icon{display:none}.mobile-menu-btn,.mobile-menu{display:flex}.hero{padding:100px 16px 60px}.hero-title{font-size:clamp(2rem,6vw,3rem)}.hero-subtitle{font-size:.95rem}.section{padding:60px 16px}.section-title{font-size:1.75rem}.footer-links{grid-template-columns:1fr;gap:32px}.hero-search{border-radius:16px;flex-direction:column}.search-button{justify-content:center;width:100%}.widgets-container{grid-template-columns:1fr;padding:40px 16px}.weather-widget-large,.horoscope-widget-large,.games-widget-large{padding:20px}.weather-large-temp .temp-num{font-size:3rem}.weather-large-details{grid-template-columns:1fr}.weather-sun-times{flex-direction:column}.zodiac-scroll{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto}.zodiac-btn{min-width:48px;padding:8px}.horoscope-lucky{flex-direction:column;gap:12px}.game-large-item{flex-wrap:wrap}.game-large-info{flex:100%;margin-bottom:8px}.game-play-btn{justify-content:center;width:100%}.classifieds-grid,.categories-grid{grid-template-columns:1fr}.hero-stats{flex-direction:column;gap:20px}.stat-divider{width:60px;height:1px}.quick-links-list{gap:8px}.quick-link-item{padding:8px 14px;font-size:.85rem}}@media (min-width:769px) and (max-width:1024px){.widgets-container,.categories-grid{grid-template-columns:repeat(2,1fr)}}:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.skip-link{color:#fff;z-index:10000;background:#3b82f6;padding:8px 16px;transition:top .3s;position:absolute;top:-40px;left:0}.skip-link:focus{top:0}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (prefers-contrast:high){.category-card,.widget-card,.classified-card{border-width:2px}}
