.bottom-navbar{position:fixed;bottom:0;left:0;width:100%;background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-top:1px solid var(--border-color,#e2e8f0);display:flex;justify-content:space-around;align-items:center;z-index:1000;padding:.75rem 0 max(.75rem,env(safe-area-inset-bottom));box-shadow:0 -2px 16px rgba(0,0,0,.04)}@media(min-width:769px){.bottom-navbar{display:none}}.bottom-navbar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-secondary,#64748b);text-decoration:none;padding:.5rem .75rem;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;min-height:60px}.bottom-navbar__item:hover{color:var(--primary-color,#3b82f6);transform:translateY(-1px)}.bottom-navbar__item:hover .bottom-navbar__icon{transform:scale(1.05)}.bottom-navbar__item.active{color:var(--primary-color,#3b82f6)}.bottom-navbar__item.active .bottom-navbar__icon{transform:scale(1.1)}.bottom-navbar__item.active .bottom-navbar__label{font-weight:600}.bottom-navbar__item.active:after{content:"";position:absolute;bottom:.25rem;left:50%;transform:translateX(-50%);width:4px;height:4px;background:var(--primary-color,#3b82f6);border-radius:50%}.bottom-navbar__icon{width:22px;height:22px;margin-bottom:.25rem;transition:transform .2s ease;fill:currentColor}.bottom-navbar__label{font-size:.75rem;font-weight:500;text-align:center;line-height:1.2;letter-spacing:.01em}@media(max-width:480px){.bottom-navbar{padding:.5rem 0}.bottom-navbar__icon{width:20px;height:20px}.bottom-navbar__label{font-size:.7rem}}@media(max-width:768px){.ads-page,.main-content,.page-container,body{padding-bottom:80px}}[data-theme=dark] .bottom-navbar{background:rgba(15,23,42,.95);border-top-color:var(--border-dark,#334155)}[data-theme=dark] .bottom-navbar__item{color:var(--text-secondary-dark,#94a3b8)}[data-theme=dark] .bottom-navbar__item.active,[data-theme=dark] .bottom-navbar__item:hover{color:var(--primary-color,#60a5fa)}[data-theme=dark] .bottom-navbar__item.active:after{background:var(--primary-color,#60a5fa)}.cookies-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn .3s ease-out}.cookies-popup{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);max-width:480px;width:calc(100% - 40px);background:#fff;border-radius:16px;box-shadow:0 20px 40px rgba(0,0,0,.15);z-index:9999;animation:slideInUp .4s cubic-bezier(.34,1.56,.64,1)}@media(max-width:768px){.cookies-popup{bottom:10px;width:calc(100% - 20px);max-width:none}}.cookies-popup__container{padding:2rem}@media(max-width:480px){.cookies-popup__container{padding:1.5rem}}.cookies-popup__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;position:relative}.cookies-popup__back{position:absolute;left:-.5rem;background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:8px;color:#64748b}.cookies-popup__back:hover{background:#f1f5f9;color:#334155}.cookies-popup__icon{font-size:2rem;flex-shrink:0}.cookies-popup__title{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0;line-height:1.3}@media(max-width:480px){.cookies-popup__title{font-size:1.125rem}}.cookies-popup__content{margin-bottom:2rem}.cookies-popup__text{color:#475569;line-height:1.6;margin:0 0 1.5rem;font-size:.95rem}.cookies-popup__features{display:flex;flex-direction:column;gap:.75rem}.cookies-popup__feature{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#64748b}.cookies-popup__feature-icon{font-size:1rem;flex-shrink:0}.cookies-popup__actions{display:flex;gap:.75rem;margin-bottom:1rem}@media(max-width:480px){.cookies-popup__actions{flex-direction:column}}.cookies-popup__button{flex:1;padding:.875rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none}.cookies-popup__button--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.cookies-popup__button--primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.3)}.cookies-popup__button--secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.cookies-popup__button--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}@media(max-width:480px){.cookies-popup__button{padding:.75rem 1.25rem}}.cookies-popup__link{background:none;border:none;color:#64748b;font-size:.875rem;cursor:pointer;text-decoration:underline;padding:0;align-self:center}.cookies-popup__link:hover{color:#475569}.cookies-popup__settings{margin-bottom:2rem}.cookies-popup__setting{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f5f9}.cookies-popup__setting:last-child{border-bottom:none}.cookies-popup__setting-info{flex:1}.cookies-popup__setting-info h4{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#1e293b}.cookies-popup__setting-info p{margin:0;font-size:.825rem;color:#64748b;line-height:1.4}.cookies-popup__toggle{position:relative;display:inline-flex;align-items:center;cursor:pointer}.cookies-popup__toggle--disabled{color:#94a3b8;font-size:.875rem;cursor:default}.cookies-popup__toggle input{position:absolute;opacity:0;width:0;height:0}.cookies-popup__toggle input:checked+.cookies-popup__toggle-slider{background:#3b82f6}.cookies-popup__toggle input:checked+.cookies-popup__toggle-slider:before{transform:translateX(20px)}.cookies-popup__toggle-slider{position:relative;width:44px;height:24px;background:#cbd5e1;border-radius:24px;transition:all .2s ease}.cookies-popup__toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}@keyframes slideInUp{0%{opacity:0;transform:translateX(-50%) translateY(100px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}[data-theme=dark] .cookies-popup{background:#1e293b;border:1px solid #334155}[data-theme=dark] .cookies-popup__title{color:#f8fafc}[data-theme=dark] .cookies-popup__text{color:#cbd5e1}[data-theme=dark] .cookies-popup__feature{color:#94a3b8}[data-theme=dark] .cookies-popup__button--secondary{background:#334155;color:#cbd5e1;border-color:#475569}[data-theme=dark] .cookies-popup__button--secondary:hover{background:#475569}[data-theme=dark] .cookies-popup__link{color:#94a3b8}[data-theme=dark] .cookies-popup__link:hover{color:#cbd5e1}[data-theme=dark] .cookies-popup__setting{border-color:#334155}[data-theme=dark] .cookies-popup__setting h4{color:#f8fafc}[data-theme=dark] .cookies-popup__setting p{color:#94a3b8}[data-theme=dark] .cookies-popup__back:hover{background:#334155;color:#cbd5e1}@media(prefers-reduced-motion:reduce){.cookies-overlay,.cookies-popup{animation:none}.cookies-popup__button:hover{transform:none}}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#cbd5e1;margin-top:auto}.footer__container{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:2rem}@media(max-width:1024px){.footer__container{grid-template-columns:2fr 1fr 1fr 1fr;gap:1.5rem}}@media(max-width:768px){.footer__container{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 1rem 1.5rem}}@media(max-width:480px){.footer__container{grid-template-columns:1fr;gap:1.5rem;text-align:center}}@media(max-width:768px){.footer__brand{grid-column:1/-1;text-align:center;margin-bottom:1rem}}.footer__logo{margin:0 0 1rem}.footer__logo a{color:#3b82f6;text-decoration:none;font-size:1.5rem;font-weight:800}.footer__logo a:hover{color:#60a5fa}.footer__description{color:#94a3b8;line-height:1.6;margin:0;max-width:300px}@media(max-width:480px){.footer__description{max-width:none}}.footer__title{color:#f8fafc;font-size:1rem;font-weight:600;margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.5rem}.footer__links li a{color:#cbd5e1;text-decoration:none;transition:color .2s ease}.footer__links li a:hover{color:#3b82f6}.footer__contact p{margin:0 0 .75rem}.footer__contact p a{color:#cbd5e1;text-decoration:none}.footer__contact p a:hover{color:#3b82f6}.footer__contact-label{display:inline-block;min-width:60px;color:#94a3b8;font-weight:500}.footer__social{display:flex;gap:.75rem;margin-top:1rem}@media(max-width:480px){.footer__social{justify-content:center}}.footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(59,130,246,.1);border-radius:8px;text-decoration:none;font-size:1.2rem;transition:all .2s ease}.footer__social a:hover{background:rgba(59,130,246,.2);transform:translateY(-2px)}.footer__bottom{border-top:1px solid #334155;background:rgba(0,0,0,.2)}.footer__bottom .footer__container{padding:1.5rem;display:block}@media(max-width:768px){.footer__bottom .footer__container{padding:1.5rem 1rem}}.footer__bottom-content{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.footer__bottom-content{flex-direction:column;gap:1rem;text-align:center}}.footer__copyright{color:#94a3b8;margin:0;font-size:.875rem}.footer__bottom-links{display:flex;gap:1.5rem}@media(max-width:480px){.footer__bottom-links{gap:1rem}}.footer__bottom-links a{color:#94a3b8;text-decoration:none;font-size:.875rem}.footer__bottom-links a:hover{color:#3b82f6}.footer__cookie-button{background:none;border:none;color:#cbd5e1;text-decoration:none;transition:color .2s ease;cursor:pointer;padding:0;font-size:inherit;text-align:left}.footer__cookie-button:hover{color:#3b82f6}.footer__modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:9998;animation:fadeIn .2s ease}.footer__modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);max-width:500px;width:calc(100% - 40px);background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);z-index:9999;animation:slideInScale .3s cubic-bezier(.34,1.56,.64,1)}@media(max-width:768px){.footer__modal{width:calc(100% - 20px)}}.footer__modal-content{padding:2rem}@media(max-width:480px){.footer__modal-content{padding:1.5rem}}.footer__modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.footer__modal-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.footer__modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#64748b;padding:.5rem;border-radius:6px}.footer__modal-close:hover{background:#f1f5f9;color:#334155}.footer__modal-settings{margin-bottom:2rem}.footer__modal-setting{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #f1f5f9}.footer__modal-setting:last-child{border-bottom:none}.footer__modal-setting h4{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#1e293b}.footer__modal-setting p{margin:0;font-size:.825rem;color:#64748b}.footer__modal-required{color:#94a3b8;font-size:.875rem}.footer__toggle{position:relative;display:inline-flex;cursor:pointer}.footer__toggle input{position:absolute;opacity:0;width:0;height:0}.footer__toggle input:checked+.footer__toggle-slider{background:#3b82f6}.footer__toggle input:checked+.footer__toggle-slider:before{transform:translateX(20px)}.footer__toggle-slider{position:relative;width:44px;height:24px;background:#cbd5e1;border-radius:24px;transition:all .2s ease}.footer__toggle-slider:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.1)}.footer__modal-save{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.footer__modal-save:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(59,130,246,.3)}@keyframes slideInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}[data-theme=dark] .footer__modal{background:#1e293b;border:1px solid #334155}[data-theme=dark] .footer__modal-header h3{color:#f8fafc}[data-theme=dark] .footer__modal-close{color:#94a3b8}[data-theme=dark] .footer__modal-close:hover{background:#334155;color:#cbd5e1}[data-theme=dark] .footer__modal-setting{border-color:#334155}[data-theme=dark] .footer__modal-setting h4{color:#f8fafc}[data-theme=dark] .footer__modal-setting p{color:#94a3b8}body,html{height:100%}#__next{min-height:100vh;display:flex;flex-direction:column}main{flex:1}@media(max-width:768px){.footer{margin-bottom:80px}}
/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.header{background:var(--background,#fffffff2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid #00000014;width:100%;margin:auto;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.header:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);position:absolute;inset:0}@media (max-width:768px){.header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.5rem 1rem}}.header__container{z-index:1;justify-content:space-between;max-width:1200px;margin:0 auto}.header__container,.header__logo{align-items:center;display:flex;position:relative}.header__logo{color:var(--foreground,#1a1a1a);gap:10px;font-family:Inter,sans-serif;font-size:22px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__logo:after{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#3b82f6,#06b6d4,#8b5cf6);border-radius:12px;transition:opacity .3s;position:absolute;inset:-4px}.header__logo:hover{transform:translateY(-1px)}.header__logo:hover:after{opacity:.1}@media (max-width:768px){.header__logo:hover{transform:none}.header__logo:hover:after{opacity:0}}.header__logo-image{filter:drop-shadow(0 2px 4px #0000001a);flex-shrink:0;width:36px;height:36px;transition:all .3s cubic-bezier(.4,0,.2,1)}.header__logo-image:hover{filter:drop-shadow(0 4px 8px #3b82f64d)}@media (max-width:768px){.header__logo-image:hover{filter:drop-shadow(0 2px 4px #0000001a)}}.header__logo h1{font-size:inherit;font-weight:inherit;-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#4a5568);-webkit-background-clip:text;background-clip:text;margin:0}@media (max-width:768px){.header__logo{gap:8px;font-size:18px}.header__logo-image{width:28px;height:28px}}@media (max-width:320px){.header__logo h1{display:none}}.header__nav{align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.header__nav{gap:0}}.header__desktop-nav{align-items:center;gap:.75rem;min-height:38px;transition:all .2s ease-out;display:flex}@media (max-width:768px){.header__desktop-nav{display:none}}.header__desktop-nav--loading{pointer-events:none}.header__link{color:var(--foreground,#4a5568);border-radius:8px;padding:.5rem .75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.header__link:before{content:"";background:linear-gradient(90deg,#3b82f6,#06b6d4);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header__link:hover{color:#3b82f6;background:#3b82f60d}.header__link:hover:before{width:80%}@media (max-width:768px){.header__link{display:none}}.header__button{white-space:nowrap;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .3s ease-out;display:flex;position:relative;overflow:hidden}.header__button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.header__button:hover:before{left:100%}.header__button--primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;box-shadow:0 4px 12px #3b82f64d}.header__button--primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.header__button--primary:active{transform:translateY(0);box-shadow:0 4px 12px #3b82f64d}.header__button--secondary{color:#3b82f6;background:#3b82f60d;border:1px solid #3b82f633}.header__button--secondary:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}.header__button-skeleton{border-radius:8px;align-items:center;height:38px;display:flex;position:relative;overflow:hidden}.header__button-skeleton:before{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:shimmer 1.5s infinite;position:absolute;top:0;left:-100%}.header__button-skeleton--secondary{background:#3b82f614;border:1px solid #3b82f626;width:108px}.header__button-skeleton--primary{background:linear-gradient(135deg,#3b82f6cc,#1d4ed8cc);width:132px}.header__profile-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 6px #3b82f640}.header__profile-icon svg{filter:drop-shadow(0 1px 2px #0000001a)}.header__button--secondary:hover .header__profile-icon{background:linear-gradient(135deg,#1d4ed8,#0891b2);transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.header__theme-toggle{color:#3b82f6;cursor:pointer;background:#3b82f614;border:1px solid #3b82f626;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-left:.75rem;padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.header__theme-toggle:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f61a,#06b6d41a);transition:opacity .3s;position:absolute;inset:0}.header__theme-toggle:hover{background:#3b82f61f;border-color:#3b82f64d;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.header__theme-toggle:hover:before{opacity:1}@media (max-width:768px){.header__theme-toggle:hover{box-shadow:none;background:#3b82f61a;transform:none}}.header__theme-toggle:active{transform:scale(.95)}@media (max-width:768px){.header__theme-toggle:active{transform:scale(.9)}}.header__theme-toggle svg{z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}@media (max-width:768px){.header__theme-toggle{border-radius:8px;width:32px;height:32px;margin-left:0;padding:6px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}.header.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom-color:#00000026;box-shadow:0 4px 20px #00000014}[data-theme=dark] .header{background:#0f172af2;border-bottom-color:#ffffff1a}[data-theme=dark] .header:before{background:linear-gradient(135deg,#3b82f60d,#8b5cf60d)}[data-theme=dark] .header.scrolled{border-bottom-color:#ffffff26;box-shadow:0 4px 20px #0000004d}[data-theme=dark] .header__logo{color:#f8fafc}[data-theme=dark] .header__logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;background-clip:text}[data-theme=dark] .header__logo:after{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#06b6d4)}[data-theme=dark] .header__link{color:#cbd5e1}[data-theme=dark] .header__link:hover{color:#60a5fa;background:#3b82f61a}[data-theme=dark] .header__button--secondary{color:#60a5fa;background:#3b82f61a;border-color:#3b82f64d}[data-theme=dark] .header__button--secondary:hover{background:#3b82f626;border-color:#60a5fa}[data-theme=dark] .header__button-skeleton--secondary{background:#3b82f626;border-color:#3b82f640}[data-theme=dark] .header__button-skeleton--primary{background:linear-gradient(135deg,#60a5fa99,#3b82f699)}[data-theme=dark] .header__button-skeleton:before{background:linear-gradient(90deg,#0000,#fff3,#0000)}[data-theme=dark] .header__profile-icon{background:linear-gradient(135deg,#60a5fa,#22d3ee);box-shadow:0 2px 6px #60a5fa4d}.header__button--secondary:hover [data-theme=dark] .header__profile-icon{background:linear-gradient(135deg,#3b82f6,#06b6d4);box-shadow:0 4px 12px #60a5fa80}[data-theme=dark] .header__theme-toggle{color:#60a5fa;background:#3b82f61a;border-color:#3b82f633}[data-theme=dark] .header__theme-toggle:hover{background:#3b82f626;border-color:#3b82f666}@media (prefers-reduced-motion:reduce){.header:before,.header__button,.header__link,.header__logo,.header__logo-image,.header__theme-toggle{transition:none}.header__button:hover,.header__logo:hover,.header__theme-toggle:hover{transform:none}.header__button,.header__button-skeleton:before{animation:none}}