*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Roboto','Segoe UI',system-ui,-apple-system,sans-serif;background:#0a0a0f;color:#e0e0e0;line-height:1.6;min-height:100vh;overflow-x:hidden;word-wrap:break-word;letter-spacing:.02em}
a{color:#388E3C;text-decoration:underline;text-underline-offset:2px;transition:color .2s,text-decoration-color .2s}
a:hover{color:#2E7D32;text-decoration-color:#2E7D32}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
button,input,textarea{font:inherit;border:none;outline:none}
button{cursor:pointer;background:none}
h1,h2,h3,h4,h5,h6{color:#f5f5f5;line-height:1.25;font-weight:700;letter-spacing:.03em;font-family:'Oswald','Segoe UI',system-ui,sans-serif}
h1{font-size:1.8rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.1rem}
::-webkit-scrollbar{width:6px;height:6px}
::-webkit-scrollbar-track{background:#0a0a0f}
::-webkit-scrollbar-thumb{background:var(--accent);border-radius:3px}
::-webkit-scrollbar-thumb:hover{background:var(--accent-dark)}
:root{--hero-bg:linear-gradient(135deg,#0c1a0f 0%,#0a0a0f 100%);--accent:#388E3C;--accent-dark:#2E7D32;--accent-light:#4CAF50}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}
.header{background:rgba(13,13,20,.95);border-bottom:1px solid #1e1e2e;position:sticky;top:0;z-index:1000;box-shadow:0 4px 20px rgba(0,0,0,.4)}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0;gap:.75rem;line-height:1.2;flex-wrap:wrap;row-gap:.5rem}
.logo{display:flex;align-items:center;gap:.5rem;z-index:1001;line-height:1}
.logo__img img{width:32px;height:32px;border-radius:7px;object-fit:cover}
.logo__text{font-size:1.25rem;font-weight:700;color:var(--accent);letter-spacing:-.5px;white-space:nowrap;line-height:1;font-family:'Playfair Display','Georgia',serif;text-transform:none!important}
#nav-check,#search-check{display:none}
.nav__toggle{display:none}
.nav__menu{display:flex;align-items:center;gap:.15rem}
.nav__menu a{display:block;padding:.4rem .9rem;color:#b0bec5;font-weight:600;font-size:.85rem;border-radius:30px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;line-height:1.2;text-decoration:none;position:relative;background:transparent;font-family:'Roboto',sans-serif}
.nav__menu a:hover,.nav__menu .current-menu-item>a,.nav__menu .current_page_item>a{color:#fff;background:#388E3C;padding-left:1.1rem;padding-right:1.1rem;text-decoration:none}
.nav__menu .dropdown>a::after{content:"\f107";font-family:"Font Awesome 5 Free";font-weight:900;font-size:.65rem;margin-left:.35rem;display:inline-block;transition:transform .3s}
.nav__menu .dropdown:hover>a::after{transform:rotate(180deg)}
.nav__menu .dropdown{position:relative}
.nav__menu .dropdown__menu{display:none;position:absolute;top:100%;left:0;background:#1a1a25;border:1px solid #2a2a3a;border-radius:12px;min-width:180px;padding:.5rem;box-shadow:0 10px 25px rgba(0,0,0,.5);z-index:999}
.nav__menu .dropdown:hover .dropdown__menu{display:block}
.nav__menu .dropdown__menu a{padding:.4rem 1rem;font-size:.75rem;text-decoration:none;border-radius:30px;margin:2px 0;display:block}
.nav__menu .dropdown__menu a:hover{background:#388E3C;color:#fff;padding-left:1.2rem;padding-right:1.2rem}
.header__search{display:flex;align-items:center;gap:.3rem}
.header__search input{background:#1e1e2e;border:1px solid #2a2a3a;color:#e2e8f0;padding:0 .5rem;border-radius:20px;font-size:.8rem;width:160px;height:32px;line-height:32px}
.header__search input:focus{border-color:var(--accent);width:180px}
.header__search button{background:var(--accent);color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:background .2s}
.header__search button:hover{background:var(--accent-dark)}
.search-btn{display:none}
.nav-search{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:9999;display:none;align-items:center;justify-content:center}
#search-check:checked~.nav-search{display:flex}
.nav-search form{width:90%;max-width:400px;display:flex;gap:0}
.nav-search input{flex:1;padding:.7rem 1rem;background:#1e1e2e;border:2px solid #2a2a3a;border-right:none;color:#fff;font-size:1rem;border-radius:30px 0 0 30px}
.nav-search input:focus{border-color:var(--accent)}
.nav-search button{padding:.7rem 1.2rem;background:var(--accent);color:#fff;font-weight:700;border-radius:0 30px 30px 0;font-size:1rem}
.hero{position:relative;padding:3rem 1rem;text-align:center;overflow:hidden;background:var(--hero-bg);border-bottom:1px solid #1e1e2e}
.hero::before,.hero::after{content:'';position:absolute;width:180px;height:180px;background:rgba(56,142,60,.08);border-radius:30px;transform:rotate(15deg);bottom:-60px;left:-60px;z-index:0}
.hero::after{width:250px;height:250px;background:rgba(56,142,60,.05);border-radius:50px;top:-80px;right:-80px;transform:rotate(25deg)}
.hero__shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);z-index:1;animation:shineMove 8s infinite;pointer-events:none}
@keyframes shineMove{0%{left:-100%}20%{left:100%}100%{left:100%}}
.hero__content{position:relative;z-index:2;max-width:700px;margin:0 auto}
.hero__icons{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}
.hero__icons i{font-size:2.2rem;background:rgba(56,142,60,.2);width:65px;height:65px;display:inline-flex;align-items:center;justify-content:center;border-radius:30px;color:#388E3C;backdrop-filter:blur(4px);transition:transform .3s}
.hero__icons i:hover{transform:translateY(-5px);background:rgba(56,142,60,.4)}
.hero__title{font-size:2.5rem;margin-bottom:.5rem;color:#fff;text-shadow:0 4px 15px rgba(0,0,0,.8);font-weight:700;font-family:'Playfair Display','Georgia',serif}
.hero__subtitle{font-size:1.1rem;color:#e0e0e0;margin-bottom:1.5rem;text-shadow:0 2px 5px rgba(0,0,0,.6)}
.hero__search-row{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:500px;margin:0 auto}
.search-select{width:100%;padding:.6rem 1.2rem;border-radius:40px;background:rgba(0,0,0,.7);border:2px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;outline:none;cursor:pointer}
.hero__search form{width:100%;display:flex}
.hero__search form input{flex:1;padding:.6rem 1.2rem;background:rgba(0,0,0,.7);border:2px solid rgba(255,255,255,.2);border-right:none;color:#fff;font-size:1rem;border-radius:40px 0 0 40px;outline:none}
.hero__search form input:focus{border-color:var(--accent)}
.hero__search form button{padding:.6rem 1.5rem;background:var(--accent);color:#fff;font-weight:700;border-radius:0 40px 40px 0;font-size:1rem;border:2px solid var(--accent);cursor:pointer;transition:background .2s;white-space:nowrap}
.hero__search form button:hover{background:var(--accent-dark)}
.main{display:flex;gap:1.8rem;padding:1.8rem 0 .8rem;align-items:flex-start}
.main__blog{width:calc(100% - 300px - 1.8rem);min-width:0}
.sidebar{width:300px;flex-shrink:0}
.widget{background:#13131d;border:1px solid #1e1e2e;border-radius:12px;padding:1rem 1.1rem;margin-bottom:1.2rem}
.widget__title{font-size:1rem;margin-bottom:.8rem;padding-bottom:.6rem;border-bottom:2px solid #1e1e2e;color:#f5f5f5;display:flex;align-items:center;gap:.5rem;font-weight:700;font-family:'Oswald',sans-serif}
.widget__title i{color:var(--accent)}
.popular-post-link{display:flex;gap:.7rem;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid #1e1e2e;text-decoration:none;color:inherit;transition:background .2s;border-radius:8px;padding:.5rem}
.popular-post-link:last-child{margin-bottom:0;padding-bottom:.5rem;border:none}
.popular-post-link:hover{background:rgba(56,142,60,.1)}
.popular-post__img{width:65px;height:65px;border-radius:14px;object-fit:cover;flex-shrink:0}
.popular-post__title{font-size:.85rem;font-weight:600;line-height:1.3;color:#e0e0e0}
.popular-post-link:hover .popular-post__title{color:var(--accent)}
.popular-post__date{font-size:.7rem;color:#9e9e9e;margin-top:.2rem}
.tag-cloud{display:flex;flex-wrap:wrap;gap:.35rem}
.tag-cloud a{background:#1e1e2e;color:#b0bec5;padding:.3rem 1rem;border-radius:30px;font-size:.75rem;font-weight:500;transition:all .2s;text-decoration:none}
.tag-cloud a:hover{background:var(--accent);color:#fff}
.article{background:#13131d;border:1px solid #1e1e2e;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}
.article__title{font-size:1.7rem;margin-bottom:.8rem;line-height:1.3;font-family:'Oswald',sans-serif}
.article__meta{display:flex;gap:1rem;font-size:.8rem;color:#9e9e9e;margin-bottom:1.2rem;padding-bottom:1rem;border-bottom:1px solid #1e1e2e;flex-wrap:wrap}
.article__body{font-size:.95rem;line-height:1.7;color:#e0e0e0}
.article__body h2{font-size:1.4rem;margin:1.5rem 0 .7rem}
.article__body h3{font-size:1.15rem;margin:1.2rem 0 .5rem}
.article__body p{margin-bottom:1rem}
.article__body ul,.article__body ol{margin-left:1.5rem;margin-bottom:1rem}
.article__body ul{list-style:disc}
.article__body ol{list-style:decimal}
.article__body blockquote{border-left:4px solid var(--accent);padding:.7rem 1rem;background:rgba(56,142,60,.08);border-radius:0 6px 6px 0;margin:1rem 0;font-style:italic}
.article__body img{border-radius:10px;margin:1rem 0}
.article__body code{background:#1e1e2e;padding:.15rem .4rem;border-radius:4px;font-size:.9em}
.article__body pre{background:#1e1e2e;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;font-size:.9em}
.share-buttons{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}
.share-buttons a{display:inline-flex;align-items:center;gap:.4rem;background:#1e1e2e;color:#e0e0e0;padding:.5rem 1.3rem;border-radius:40px;font-size:.8rem;font-weight:600;transition:all .2s;text-decoration:none}
.share-buttons a:hover{background:var(--accent);color:#fff}
.post-comments{background:#13131d;border:1px solid #1e1e2e;border-radius:12px;padding:1.5rem;margin-top:1.5rem}
.footer{background:#111118;border-top:1px solid #1e1e2e;margin-top:.5rem;width:100%;box-sizing:border-box;padding:1.2rem 0}
.footer-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding-left:1.5rem;padding-right:1.5rem;max-width:1200px;margin:0 auto}
.footer__copy{font-size:.8rem;color:#9e9e9e}
.footer__copy a{color:var(--accent);text-decoration:none}
.footer__copy a:hover{text-decoration:underline}
.footer__trademarks{font-size:.7rem;color:#9e9e9e}
.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.2rem;font-size:.8rem}
.footer__links a{color:#b0bec5;text-decoration:none;font-weight:500;padding:0 .1rem}
.footer__links a:hover{color:var(--accent);text-decoration:underline}
.footer-separator{color:#9e9e9e;pointer-events:none;user-select:none}
#back-to-top{position:fixed;bottom:20px;right:20px;z-index:999;width:44px;height:44px;border-radius:50%;background:rgba(56,142,60,.85);color:#fff;border:1px solid rgba(56,142,60,.5);font-size:1.4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s,background .2s,border-color .2s;transform:translateY(20px);box-shadow:0 4px 15px rgba(0,0,0,.3);backdrop-filter:blur(2px)}
#back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}
#back-to-top:hover{background:rgba(46,125,50,.95);border-color:#2e7d32;transform:scale(1.05)}
.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(17,17,24,.97);backdrop-filter:blur(16px);border-top:1px solid #1e1e2e;z-index:10000;padding:1.2rem 1.5rem;display:none;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;box-shadow:0 -8px 32px rgba(0,0,0,.6);animation:cookieSlideUp .4s ease-out}
@keyframes cookieSlideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}
.cookie-banner__text{flex:1 1 280px;font-size:.88rem;color:#b0bec5;line-height:1.5;text-align:center}
.cookie-banner__text a{color:var(--accent);font-weight:500;text-decoration:underline;text-underline-offset:2px}
.cookie-banner__text a:hover{color:var(--accent-dark)}
.cookie-banner__actions{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center}
.cookie-banner__btn{padding:.5rem 1.6rem;border-radius:40px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;font-family:inherit;white-space:nowrap}
.cookie-banner__btn--accept{background:var(--accent);color:#fff;border:1px solid var(--accent)}
.cookie-banner__btn--accept:hover{background:var(--accent-dark);border-color:var(--accent-dark)}
.cookie-banner__btn--reject{background:transparent;color:#9e9e9e;border:1px solid #2a2a3a}
.cookie-banner__btn--reject:hover{background:#1e1e2e;color:#e0e0e0}
.ticker-wrapper{width:100%;height:36px;background:#1a1a25;border-bottom:1px solid #1e1e2e;overflow:hidden;display:flex;align-items:center;position:relative;z-index:999;box-shadow:0 2px 8px rgba(0,0,0,.3)}
.ticker-label{flex-shrink:0;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;padding:0 12px;height:100%;display:flex;align-items:center;letter-spacing:.5px;z-index:2;margin-right:1rem}
.ticker-track{flex:1;overflow:hidden;position:relative;height:100%;display:flex;align-items:center}
.ticker-content{display:flex;align-items:center;white-space:nowrap;animation:ticker-scroll 40s linear infinite;padding-left:0;will-change:transform;width:max-content;flex-wrap:nowrap}
.ticker-item{display:inline-flex;align-items:center;gap:.5rem;margin-right:2.5rem;text-decoration:none!important;color:#b0bec5!important;font-size:.8rem;font-weight:500;transition:color .2s}
.ticker-item:hover{color:var(--accent)!important}
.ticker-item img{width:24px;height:24px;border-radius:6px;object-fit:cover;object-position:top;flex-shrink:0;background:#2a2a3a}
@keyframes ticker-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.ticker-track:hover .ticker-content{animation-play-state:paused}
#telegram-floating-widget{position:fixed;bottom:30px;left:30px;z-index:9999}
#telegram-floating-widget a{display:flex;align-items:center;justify-content:center;background:#0088cc;color:#fff;width:60px;height:60px;border-radius:50%;text-align:center;box-shadow:0 4px 20px rgba(0,136,204,.3);position:relative;text-decoration:none;transition:transform .3s,background .3s}
#telegram-floating-widget a:hover{background:#0077b5;transform:scale(1.1)}
.telegram-icon{width:28px;height:28px;display:block}
#telegram-floating-widget .tooltip{position:absolute;left:75px;top:50%;transform:translateY(-50%);background:#0088cc;color:#fff;padding:8px 15px;border-radius:25px;font-size:14px;white-space:nowrap;opacity:0;transition:all .3s ease;pointer-events:none;visibility:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}
#telegram-floating-widget .tooltip:after{content:'';position:absolute;right:100%;top:50%;transform:translateY(-50%);border-width:6px;border-style:solid;border-color:transparent #0088cc transparent transparent}
#telegram-floating-widget a:hover .tooltip{opacity:1;visibility:visible;left:85px}
body.light-theme{background:#f5f7fa;color:#1e293b}
body.light-theme a{color:#2e7d32}
body.light-theme a:hover{color:#1b5e20}
body.light-theme .header{background:rgba(255,255,255,.95);border-bottom:1px solid #e2e8f0}
body.light-theme .hero{background:linear-gradient(135deg,#e8f5e9 0%,#f5f7fa 100%);border-bottom:1px solid #e2e8f0}
body.light-theme .hero__title,body.light-theme .hero__subtitle{color:#1e293b;text-shadow:none}
body.light-theme .hero__icons i{background:rgba(46,125,50,.15);color:#2e7d32}
body.light-theme .widget{background:#ffffff;border:1px solid #e2e8f0}
body.light-theme .widget__title{color:#0f172a;border-bottom-color:#e2e8f0}
body.light-theme .popular-post-link{border-bottom-color:#e2e8f0}
body.light-theme .popular-post-link:hover{background:rgba(46,125,50,.08)}
body.light-theme .popular-post__title{color:#1e293b}
body.light-theme .tag-cloud a{background:#f1f5f9;color:#334155}
body.light-theme .tag-cloud a:hover{background:#2e7d32;color:#fff}
body.light-theme .article,body.light-theme .post-comments{background:#ffffff;border-color:#e2e8f0}
body.light-theme .article__title{color:#0f172a}
body.light-theme .article__body{color:#1e293b}
body.light-theme .share-buttons a{background:#f1f5f9;color:#1e293b}
body.light-theme .share-buttons a:hover{background:#2e7d32;color:#fff}
body.light-theme .footer{background:#ffffff;border-top-color:#e2e8f0}
body.light-theme .footer__copy{border-top-color:#e2e8f0;color:#64748b}
body.light-theme .footer__links a{color:#334155}
body.light-theme .cookie-banner{background:rgba(255,255,255,.98);border-top-color:#e2e8f0}
body.light-theme .cookie-banner__text{color:#334155}
body.light-theme .ticker-wrapper{background:#f8fafc;border-bottom:1px solid #e2e8f0}
body.light-theme .ticker-item{color:#475569!important}
body.light-theme #back-to-top{background:rgba(46,125,50,.9);border-color:#2e7d32}
body.light-theme #back-to-top:hover{background:#2e7d32}
body.light-theme .nav__menu a{color:#334155}
body.light-theme .nav__menu a:hover,body.light-theme .nav__menu .current-menu-item>a{background:#2e7d32;color:#fff}
body.light-theme .nav__menu .dropdown__menu{background:#ffffff;border-color:#e2e8f0}
body.light-theme .nav__toggle span{background:#334155}
body.light-theme .header__search button{background:#2e7d32;color:#fff}
body.light-theme .header__search button:hover{background:#1b5e20}
body.light-theme .search-btn{color:#334155}
body.light-theme .search-btn:hover{color:#2e7d32}
@media (max-width:900px){.main{flex-direction:column}.main__blog{width:100%}.sidebar{width:100%}}
@media (max-width:768px){
    html{font-size:15px}
    .header__inner{padding:.6rem .8rem!important}
    .nav__menu a{padding:.4rem 1rem;font-size:.8rem;border-radius:30px}
    .hero{padding:1.5rem .5rem!important}
    .hero__title{font-size:1.6rem!important;margin-bottom:.4rem!important}
    .hero__subtitle{font-size:.85rem!important;margin-bottom:1rem!important}
    .hero__icons{display:flex!important;flex-wrap:nowrap!important;justify-content:center!important;gap:.6rem!important;margin-bottom:1rem!important}
    .hero__icons i{width:42px!important;height:42px!important;font-size:1.3rem!important;border-radius:20px!important}
    .container{padding-left:.8rem!important;padding-right:.8rem!important}
    .main{padding-left:.5rem!important;padding-right:.5rem!important}
    .header__search{display:none!important}
    .nav__menu{display:none;flex-direction:column;background:rgba(17,17,24,.95);backdrop-filter:blur(12px);border-bottom:2px solid #1e1e2e;padding:.8rem;gap:.4rem;box-shadow:0 12px 28px rgba(0,0,0,.7);position:relative;max-height:70vh;overflow-y:auto;position:absolute;top:100%;left:0;right:0;z-index:1000}
    .nav__menu a{font-size:1rem;padding:.7rem 1rem;font-weight:500;white-space:normal;line-height:1.3;border-radius:30px;text-align:center}
    .nav__menu .dropdown__menu{position:static;background:transparent;border:none;padding-left:0;box-shadow:none;display:none;width:100%}
    .nav__menu .dropdown.open .dropdown__menu{display:block}
    .nav__menu .dropdown__menu a{padding:.5rem 1rem;border-radius:30px;text-align:center;background:rgba(30,30,46,.6);margin:.2rem 0}
    .nav__toggle{display:flex;flex-direction:column;gap:4px;padding:10px;grid-column:1;justify-self:start;margin:0;cursor:pointer}
    .nav__toggle span{width:22px;height:2px;background:#b0bec5;border-radius:2px;transition:all .3s}
    #nav-check:checked~.header .nav__menu{display:flex}
    .search-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#b0bec5;font-size:1.2rem;grid-column:3;justify-self:end;margin:0;cursor:pointer}
    .logo{grid-column:2;justify-self:center;margin:0}
    .logo__text{font-size:1.05rem!important}
    .logo__img img{width:28px!important;height:28px!important}
    .ticker-wrapper{height:32px!important}
    .ticker-label{font-size:.65rem!important;padding:0 8px!important;margin-right:.5rem!important}
    .ticker-item{font-size:.75rem!important;margin-right:1.5rem!important;gap:.4rem!important}
    .ticker-item img{width:20px!important;height:20px!important;border-radius:6px!important;object-position:top!important}
}
@media (max-width:480px){
    html{font-size:14px}
    .hero__icons i{width:36px!important;height:36px!important;font-size:1.1rem!important}
    .ticker-wrapper{height:28px!important}
    .ticker-item{font-size:.65rem!important}
    .article{padding:3px;margin:0 0 .8rem 0;border-radius:0;border-left:none;border-right:none}
    .article__title{font-size:1.3rem}
}
.pagination{display:flex;justify-content:center;align-items:center;gap:.8rem;margin:2rem 0 1rem;flex-wrap:wrap}
.pagination .nav-links{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center}
.pagination .page-numbers{display:inline-flex;align-items:center;gap:.4rem;background:#13131d;border:1px solid #1e1e2e;color:#e0e0e0;padding:.6rem 1.2rem;border-radius:40px;font-weight:600;font-size:.85rem;transition:all .2s;text-decoration:none}
.pagination .page-numbers:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3)}
.pagination .page-numbers.current{background:var(--accent);border-color:var(--accent);color:#fff}
.theme-switch{position:relative;display:inline-flex;align-items:center;width:56px;height:28px;margin:0 .2rem;cursor:pointer;flex-shrink:0}
.theme-switch input{opacity:0;width:0;height:0;position:absolute}
.slider{position:absolute;inset:0;background-color:#1e1e2e;border-radius:30px;transition:background-color .3s;box-shadow:inset 0 1px 3px rgba(0,0,0,.3),0 1px 1px rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;padding:0 5px}
.icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;z-index:1;transition:opacity .2s;color:#b0bec5}
.sun svg,.moon svg{width:12px;height:12px}
.toggle-knob{position:absolute;top:2px;left:2px;width:24px;height:24px;background-color:#ffffff;border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:2}
.theme-switch input:checked+.slider{background-color:#e2e8f0}
.theme-switch input:checked+.slider .toggle-knob{transform:translateX(28px)}
.theme-switch input:checked+.slider .sun{color:#f59e0b}
.theme-switch input:checked+.slider .moon{color:#94a3b8}
.theme-switch .sun{color:#94a3b8}
.theme-switch .moon{color:#f1c40f}
