*{box-sizing:border-box;margin:0;padding:0}#__next,body,html{height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background-color:#f5f5f5;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-root{display:flex;align-items:center;justify-content:center;text-align:center;padding:4.5rem 1rem;min-height:60vh;background:linear-gradient(135deg,rgba(0,0,0,.98),rgba(20,20,20,.98) 60%);color:#fff;position:relative;z-index:5}.hero-root .hero-inner{max-width:900px;width:100%}.hero-root h1{font-size:2.4rem;line-height:1.05;margin-bottom:.6rem}.hero-root p{font-size:1.05rem;color:rgba(255,255,255,.85);margin-bottom:1.2rem}.hero-root .hero-cta{display:inline-block;padding:.7rem 1.6rem;background:#00c853;color:#fff;border-radius:6px;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.hero-root .hero-cta:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,200,83,.18)}.header-root{background:linear-gradient(90deg,rgb(0,0,0),rgba(20,20,20,.98));color:#fff;padding:8px 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 2px 6px rgba(0,0,0,.25)}.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.header-logo img{max-height:4.8rem;width:auto;display:block;object-fit:contain}.header-nav{display:flex;gap:16px;align-items:center;flex-wrap:wrap;order:3}.header-nav a{color:#fff;text-decoration:none;font-weight:600}.header-social{display:flex;gap:10px;margin-left:8px}.header-social a img{width:20px;height:20px;object-fit:contain;transition:transform .3s ease}.header-social a:hover img{transform:scale(1.2)}.header-search{flex:1 1 400px;order:2;margin:0 auto;max-width:420px}.search-form{display:flex;align-items:center;gap:10px;width:100%}.search-input-wrap{position:relative;flex:1 1;min-width:0}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;opacity:.9;pointer-events:none;fill:rgba(255,255,255,.95)}.search-input{width:100%;padding:10px 14px 10px 40px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);color:#fff;font-size:.95rem;transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease}.search-input::placeholder{color:rgba(255,255,255,.75)}.search-input:focus{box-shadow:0 8px 24px rgba(0,200,83,.12);border-color:rgba(0,200,83,.6);background:rgba(255,255,255,.06);transform:translateY(-1px)}.search-btn{padding:9px 14px;border-radius:999px;border:none;background:linear-gradient(180deg,#00c853,#00a845);color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;box-shadow:0 6px 18px rgba(0,200,83,.12);transition:transform .12s ease,box-shadow .12s ease}.search-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,200,83,.18)}.search-btn:active{transform:translateY(0)}.search-btn .label{display:inline-block}@media (max-width:420px){.search-btn .label{display:none}}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:28px;height:22px;background:transparent;border:none;cursor:pointer;z-index:100}.menu-toggle .bar{height:3px;width:100%;background-color:#fff;border-radius:2px;transition:all .3s ease}.menu-toggle.active .bar:first-child{transform:rotate(45deg) translateY(8px)}.menu-toggle.active .bar:nth-child(2){opacity:0}.menu-toggle.active .bar:nth-child(3){transform:rotate(-45deg) translateY(-8px)}.mobile-nav{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background-color:#111;color:#fff;display:flex;flex-direction:column;padding:3rem 1.5rem;gap:1.5rem;transition:right .3s ease;z-index:90}.mobile-nav.active{right:0}.mobile-nav a{color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;transition:color .2s ease}.mobile-nav a:hover{color:#00c853}@media (max-width:768px){.header-nav.desktop-nav{display:none}}.layout-with-sidebar{display:grid;grid-template-columns:1fr 320px;grid-gap:24px;gap:24px;align-items:start;margin:2rem 0 4rem}.sidebar-box{background:#fff;border-radius:8px;border:1px solid #eee;padding:16px;box-shadow:0 6px 16px rgba(0,0,0,.04);position:-webkit-sticky;position:sticky;top:2rem}@media (max-width:1024px){.layout-with-sidebar{grid-template-columns:1fr}.sidebar-box{position:relative;top:auto;margin-top:2rem}}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:18px;gap:18px}.mini-card{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #eee;text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease}.mini-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.mini-card .mini-image{width:100%;height:160px;position:relative;background:#f4f4f4}.mini-card .mini-image img{width:100%!important;height:100%!important;object-fit:cover!important}.mini-card .mini-body{padding:12px}.mini-card .mini-category{font-size:.72rem;color:#00a859;text-transform:uppercase;margin-bottom:6px}.mini-card .mini-title{font-size:1.05rem;font-weight:600;margin-bottom:6px}.mini-card .mini-excerpt{color:#444;font-size:.92rem;line-height:1.4}.footer-root{background:#000;color:#fff;padding:3rem 1rem;margin-top:3rem;display:flex;flex-direction:column;gap:2rem}.footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-links{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:1rem}.footer-inner>div{flex:1 1 200px}.footer-root a{color:#fff!important;text-decoration:none!important;transition:color .3s ease}.footer-root a:hover{color:#00c853}.footer-socials{display:flex;gap:1.5rem}.footer-socials a img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.footer-socials a:hover img{transform:scale(1.2);filter:drop-shadow(0 0 6px #00c853)}.cookie-banner{position:fixed;bottom:0;left:0;background:#111;color:#fff;padding:1rem 1.5rem;box-shadow:0 -2px 12px rgba(0,0,0,.4);z-index:9999;justify-content:center}.cookie-banner,.cookie-content{width:100%;display:flex;align-items:center}.cookie-content{max-width:1000px;flex-wrap:wrap;justify-content:space-between;gap:12px}.cookie-content p{margin:0;font-size:.95rem}.cookie-buttons{display:flex;gap:10px}.cookie-btn{padding:8px 14px;border-radius:6px;border:none;cursor:pointer;font-weight:600;font-size:.9rem;transition:transform .2s ease,box-shadow .2s ease}.cookie-btn.accept{background-color:#00c853;color:#fff}.cookie-btn.accept:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,200,83,.3)}.cookie-btn.essential{background-color:#ffb300;color:#fff}.cookie-btn.essential:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,179,0,.3)}.cookie-btn.reject{background-color:#555;color:#fff}.cookie-btn.reject:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}@media (max-width:480px){.cookie-content{flex-direction:column;text-align:center}.cookie-buttons{justify-content:center;width:100%;flex-wrap:wrap}}@media (max-width:1024px){.hero-root h1{font-size:2rem}.hero-root p{font-size:1rem}}@media (max-width:768px){.hero-root h1{font-size:1.7rem}.hero-root p{font-size:.95rem;padding:0 .5rem}.header-search{order:3;flex:1 1 100%;margin:8px 0}.footer-inner{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.hero-root h1{font-size:1.5rem}.hero-root p{font-size:.9rem}}.static-page-root{max-width:900px;margin:4rem auto;padding:2rem 1rem;color:#111;font-size:1rem;line-height:1.6;background:#fff;border-radius:8px;box-shadow:0 6px 16px rgba(0,0,0,.04);word-wrap:break-word}.static-page-root h1,.static-page-root h2,.static-page-root h3{color:#000;margin-bottom:1rem;line-height:1.3}.static-page-root p{margin-bottom:1rem;color:#333;word-break:break-word}.static-page-root a{color:#00c853;text-decoration:underline;transition:color .2s ease;word-break:break-word}.static-page-root a:hover{color:#00963a}.static-page-root ol,.static-page-root ul{margin:1rem 0 1rem 1.5rem;padding-left:1.2rem}.static-page-root li{margin-bottom:.5rem;line-height:1.5}@media (max-width:1024px){.static-page-root{padding:1.8rem 1rem}.static-page-root h1{font-size:2rem}.static-page-root h2{font-size:1.6rem}.static-page-root h3{font-size:1.3rem}}@media (max-width:768px){.static-page-root{padding:1.5rem .8rem;margin:3rem 0}.static-page-root h1{font-size:1.8rem}.static-page-root h2{font-size:1.4rem}.static-page-root h3{font-size:1.2rem}.static-page-root p{font-size:.95rem}}@media (max-width:480px){.static-page-root{padding:1rem .5rem;margin:2rem 0}.static-page-root h1{font-size:1.6rem}.static-page-root h2{font-size:1.3rem}.static-page-root h3{font-size:1.1rem}.static-page-root p{font-size:.9rem}.static-page-root ol,.static-page-root ul{margin-left:1rem}}