:root{--primary:#0f6b4c;--primary-hover:#0b5139;--primary-tint:#e6f3ee;--highlight:#cfe8de;--text:#191919;--text-muted:#6b6b6b;--border:#e6e4e0;--bg:#fdfcfa;--frame-bg:#0d0d0d;--card-bg:#ffffff;--display:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--serif:ui-serif,Georgia,Cambria,"Times New Roman",serif;--ease:cubic-bezier(0.2,0.6,0.3,1);--shadow-sm:0 1px 2px rgba(20,20,20,0.04),0 1px 1px rgba(20,20,20,0.03);--shadow:0 2px 6px rgba(20,20,20,0.05),0 10px 24px rgba(20,20,20,0.06);--shadow-hover:0 6px 14px rgba(20,20,20,0.08),0 20px 40px rgba(20,20,20,0.1)}[data-theme="dark"]{--primary:#34b381;--primary-hover:#4dc793;--primary-tint:#103527;--highlight:#163c2d;--text:#f2f2f0;--text-muted:#9c9a95;--border:#2c2b28;--bg:#121211;--frame-bg:#000000;--card-bg:#1b1a18;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow:0 2px 6px rgba(0,0,0,0.3),0 10px 24px rgba(0,0,0,0.25);--shadow-hover:0 6px 14px rgba(0,0,0,0.35),0 20px 40px rgba(0,0,0,0.35)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--text);line-height:1.7;background:var(--frame-bg);transition:background 0.2s,color 0.2s;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--primary)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;z-index:100;background:var(--primary);color:#fff;padding:0.75rem 1.25rem;border-radius:0 0 10px 0;font-family:var(--sans);font-weight:700;text-decoration:none}.skip-link:focus{left:0}.site-frame{background:var(--bg);max-width:1400px;margin:1.5rem auto;border-radius:32px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,0.35)}@media (max-width:720px){.site-frame{margin:0.5rem;border-radius:20px}}.site-theme-toggle{background:transparent;border:1px solid var(--border);color:var(--text);border-radius:999px;width:2.1rem;height:2.1rem;cursor:pointer;font-family:var(--sans);font-size:0.95rem;flex-shrink:0;transition:border-color 0.15s var(--ease),transform 0.15s var(--ease)}.site-theme-toggle:hover{border-color:var(--primary);transform:rotate(14deg)}.site-social-link{display:flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;flex-shrink:0;color:var(--text);transition:opacity 0.15s var(--ease)}.site-social-link svg{width:20px;height:20px}.site-social-link:hover{opacity:0.7}.site-nav a.site-social-link,.site-nav a.site-social-link:hover{border-bottom:none;padding-bottom:0}.site-topbar{background:var(--card-bg);border-bottom:1px solid var(--border)}.site-topbar-inner{max-width:1200px;margin:0 auto;padding:1.1rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1.5rem}.site-header{padding:0;margin:0;text-align:left;flex-shrink:0}.site-title-link{display:inline-flex;align-items:center;gap:0.55rem;text-decoration:none}.site-logo{width:28px;height:28px;border-radius:50%;flex-shrink:0;object-fit:cover}.site-title{font-size:0.92rem;font-weight:700;font-style:normal;color:var(--text);font-family:var(--sans);letter-spacing:0.09em;text-transform:uppercase}.site-tagline{display:none}.site-nav{background:none;position:static;box-shadow:none;flex:1 1 auto;min-width:0}.site-nav-inner{max-width:none;margin:0;padding:0;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;font-family:var(--sans);justify-content:flex-end}.site-nav a{color:var(--text);text-decoration:none;font-weight:600;font-size:0.78rem;letter-spacing:0.06em;text-transform:uppercase;padding-bottom:0.2rem;border-bottom:1.5px solid transparent;transition:border-color 0.15s var(--ease),color 0.15s var(--ease)}.site-nav a:hover{color:var(--primary);border-bottom-color:var(--primary)}.site-search-form-nav{margin:0;display:flex;align-items:center;gap:0.4rem;position:relative}.site-search-form.site-search-form-nav{margin-top:0}.site-search-form-nav input{padding:0 0.8rem;border:1px solid var(--border);border-radius:999px;width:120px;height:1.9rem;background:var(--bg);color:var(--text);font-size:0.78rem;transition:border-color 0.15s var(--ease)}.site-search-form-nav input:focus-visible{border-color:var(--primary);outline:none}.site-search-form-nav .site-search-submit{width:1.9rem;height:1.9rem;border-radius:50%;background:var(--text);color:var(--bg);border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0;transition:background 0.15s var(--ease)}.site-search-form-nav .site-search-submit span{display:none}.site-search-form-nav .site-search-submit:hover{background:var(--primary)}.site-theme-toggle{width:1.9rem;height:1.9rem}@media (max-width:860px){.site-topbar-inner{flex-direction:column;align-items:flex-start;gap:0.85rem}.site-nav-inner{justify-content:flex-start;width:100%}}.search-suggestions{position:absolute;top:calc(100% + 0.4rem);left:0;width:260px;z-index:20;background:var(--card-bg);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-hover);overflow:hidden;display:flex;flex-direction:column}.search-suggestions[hidden]{display:none}.search-suggestions a{padding:0.6rem 0.9rem;font-size:0.85rem;color:var(--text);text-decoration:none;border-bottom:1px solid var(--border);font-family:var(--sans)}.search-suggestions a:last-child{border-bottom:none}.search-suggestions a:hover{background:var(--primary-tint);color:var(--primary)}.site-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:3.5rem;padding:0 2rem;align-items:start}.site-main{padding:3rem 0 3.5rem;min-width:0}@media (max-width:900px){.site-layout{grid-template-columns:1fr}.site-sidebar{order:2}}.hero{display:grid;grid-template-columns:1.1fr 1fr;gap:3.5rem;align-items:center;margin-bottom:4.5rem}.hero-title{font-family:var(--display);font-weight:800;font-style:italic;letter-spacing:-0.02em;font-size:2.75rem;line-height:1.12;margin:0 0 1.25rem}.hero-description{font-size:1.1rem;color:var(--text-muted);margin:0 0 1.75rem;max-width:480px}.hero-cta{display:inline-flex;align-items:center;gap:0.4rem;background:var(--primary);color:#fff;padding:0.85rem 1.75rem;border-radius:999px;text-decoration:none;font-weight:700;font-family:var(--sans);font-size:0.95rem;transition:background 0.15s var(--ease),transform 0.15s var(--ease)}.hero-cta:hover{background:var(--primary-hover);transform:translateX(2px)}.hero-image img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:28px;box-shadow:var(--shadow-hover);display:block}@media (max-width:780px){.hero{grid-template-columns:1fr;gap:2rem}.hero-image{order:-1;max-width:320px;margin:0 auto}.hero-title{font-size:2.1rem}}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.section-title{font-family:var(--display);font-weight:800;font-style:italic;letter-spacing:-0.03em;font-size:3rem;line-height:1;margin:0}.section-link{font-family:var(--sans);font-style:italic;font-size:0.95rem;color:var(--text-muted);text-decoration:none;white-space:nowrap}.section-link:hover{color:var(--primary)}.section-description{color:var(--text-muted);margin:-1rem 0 2rem;font-size:1rem}.category-rss-link{font-family:var(--sans);font-size:0.85rem;margin:-1rem 0 2rem}.category-rss-link a{color:var(--text-muted)}.category-rss-link a:hover{color:var(--primary)}@media (max-width:600px){.section-title{font-size:2.1rem}}.post-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.post-grid-home > .post-card:first-child{grid-column:1 / -1;position:relative;display:block;border:none;box-shadow:none;background:none;margin-bottom:2.5rem}.post-grid-home > .post-card:first-child:hover{transform:none;box-shadow:none}.post-grid-home > .post-card:first-child .post-card-image-link{position:relative;display:block;margin:0;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.post-grid-home > .post-card:first-child .post-card-image{width:100%;height:460px;object-fit:cover;transition:none}.post-grid-home > .post-card:first-child:hover .post-card-image{transform:none}.post-grid-home > .post-card:first-child .post-card-image-link::after{content:"↗";position:absolute;bottom:1.25rem;right:1.25rem;z-index:2;width:46px;height:46px;border-radius:50%;background:#fff;color:var(--text);display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:var(--shadow);transition:transform 0.2s var(--ease)}.post-grid-home > .post-card:first-child:hover .post-card-image-link::after{transform:scale(1.1) rotate(10deg)}.post-grid-home > .post-card:first-child .post-card-content{position:absolute;left:1.5rem;bottom:1.5rem;top:auto;z-index:1;width:calc(100% - 3rem);max-width:480px;max-height:calc(100% - 3rem);overflow:hidden;background:var(--card-bg);border-radius:20px;padding:1.5rem 1.75rem;box-shadow:var(--shadow-hover);display:flex;flex-direction:column}.post-grid-home > .post-card:first-child .post-card-category{margin:0 0 0.6rem}.post-grid-home > .post-card:first-child h2{font-size:1.6rem;line-height:1.2;margin:0 0 0.5rem;letter-spacing:-0.02em;font-style:normal}.post-grid-home > .post-card:first-child .post-meta{margin:0;order:3}.post-grid-home > .post-card:first-child > .post-card-content > p{display:none}.post-grid-home > .post-card:first-child .post-card-readmore{display:none}@media (max-width:780px){.post-grid-home > .post-card:first-child{margin-bottom:2rem}.post-grid-home > .post-card:first-child .post-card-content{position:static;margin-top:-2.5rem;margin-left:1.25rem;margin-right:1.25rem;max-width:none;max-height:none}}.post-card{background:var(--card-bg);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform 0.2s var(--ease),box-shadow 0.2s var(--ease),border-color 0.2s var(--ease);display:flex;flex-direction:column}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:transparent}.post-card-image-link{display:block;margin:0;overflow:hidden}.post-card-image{width:100%;height:200px;object-fit:cover;display:block;transition:transform 0.4s var(--ease)}.post-card:hover .post-card-image{transform:scale(1.05)}.post-card-content{display:flex;flex-direction:column;flex:1;padding:1.4rem}.post-card-category{font-family:var(--sans);font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--primary);background:var(--primary-tint);padding:0.3rem 0.7rem;border-radius:999px;text-decoration:none;display:inline-block;margin:0 0 0.85rem;align-self:flex-start;transition:background 0.15s var(--ease)}.post-card-category::before{content:"\2022 "}.post-card-category:hover{background:var(--primary);color:#fff}.post-card-content h2{margin:0 0 0.5rem;font-size:1.28rem;line-height:1.32;letter-spacing:-0.01em;font-weight:700}.post-card-content h2 a{color:var(--text);text-decoration:none}.post-card-content h2 a:hover{color:var(--primary)}.post-card-content > p:not(.post-meta){margin:0;flex:1;color:var(--text-muted);font-size:0.96rem}.post-card-content .post-meta{margin:0 0 0.75rem}.post-card-readmore{display:inline-flex;align-items:center;gap:0.35rem;margin-top:1.2rem;font-family:var(--sans);font-weight:700;font-size:0.8rem;text-decoration:none;color:#fff;background:var(--text);padding:0.6rem 1.15rem;border-radius:999px;align-self:flex-start;transition:background 0.15s var(--ease),transform 0.15s var(--ease)}.post-card-readmore:hover{background:var(--primary);transform:translateX(2px)}.post-meta{color:var(--text-muted);font-size:0.85rem;font-family:var(--sans);margin:0 0 0.75rem}.site-sidebar{display:flex;flex-direction:column;gap:1.75rem;padding:3rem 0 3.5rem}.widget{font-family:var(--sans)}.widget h3{font-family:var(--sans);font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.07em;color:var(--text-muted);margin:0 0 1.1rem}.widget p{margin:0;color:var(--text-muted);font-size:0.92rem;line-height:1.65}.widget ul{list-style:none;margin:0;padding:0}.widget li{padding:0.65rem 0;border-bottom:1px solid var(--border);font-size:0.92rem;display:flex;justify-content:space-between;align-items:center;gap:0.5rem}.widget li:last-child{border-bottom:none}.widget li a{color:var(--text);text-decoration:none;transition:color 0.15s var(--ease)}.widget li a:hover{color:var(--primary)}.widget-count{color:var(--text-muted);font-size:0.76rem;background:var(--bg);border:1px solid var(--border);padding:0.1rem 0.5rem;border-radius:999px;flex-shrink:0}.widget .tag-cloud{display:flex;flex-wrap:wrap;gap:0.5rem}.widget-subscribe form{display:flex;flex-direction:column;gap:0.6rem}.widget-subscribe input[type="email"]{padding:0.6rem 0.9rem;border:1px solid var(--border);border-radius:999px;background:var(--bg);color:var(--text);font-size:0.88rem}.widget-subscribe button{padding:0.6rem 1rem;border:none;border-radius:999px;background:var(--primary);color:#fff;font-weight:600;cursor:pointer}.widget-subscribe button:hover{background:var(--primary-hover)}.widget .tag{font-size:0.76rem;padding:0.22rem 0.65rem}.widget-highlight{background:var(--highlight);border-radius:22px;padding:1.75rem;position:relative;overflow:hidden}.widget-highlight-label{font-size:0.68rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:var(--primary-hover);background:rgba(255,255,255,0.6);padding:0.3rem 0.7rem;border-radius:999px;display:inline-block;margin-bottom:1.25rem}[data-theme="dark"] .widget-highlight-label{color:var(--primary);background:rgba(0,0,0,0.25)}.widget-highlight-title{font-family:var(--display);font-weight:800;font-style:italic;font-size:1.4rem;line-height:1.25;letter-spacing:-0.01em;color:var(--text);margin:0 0 1.75rem}.widget-highlight-link{font-weight:700;font-size:0.88rem;color:var(--text);text-decoration:underline;text-underline-offset:3px}.widget-highlight-link:hover{color:var(--primary-hover)}.breadcrumbs{max-width:720px;margin:0 auto 1.5rem;font-family:var(--sans);font-size:0.82rem}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;gap:0.4rem;margin:0;padding:0}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:0.4rem;color:var(--text-muted)}.breadcrumbs a{color:var(--text-muted);text-decoration:none}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span[aria-current]{color:var(--text);font-weight:600}.author-link{color:var(--text);font-weight:700;text-decoration:none}.author-link:hover{color:var(--primary)}.share-buttons{display:flex;align-items:center;gap:0.6rem;margin-top:2.5rem;font-family:var(--sans);flex-wrap:wrap}.share-label{font-size:0.85rem;font-weight:700;color:var(--text-muted)}.share-button{padding:0.4rem 0.9rem;border:1px solid var(--border);border-radius:999px;font-size:0.8rem;font-weight:600;text-decoration:none;color:var(--text);background:var(--card-bg);cursor:pointer;transition:all 0.15s var(--ease);font-family:var(--sans)}.share-button:hover{border-color:var(--primary);color:var(--primary)}.author-profile{display:flex;gap:1.5rem;align-items:center;margin-bottom:3rem}.author-profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--primary-tint);flex-shrink:0}.author-profile h1{font-family:var(--display);font-weight:800;font-style:italic;font-size:2rem;margin:0 0 0.5rem;letter-spacing:-0.02em}.author-profile-bio{color:var(--text-muted);margin:0;max-width:560px}.post-full{max-width:720px;margin:0 auto}.post-full h1{font-size:2.6rem;line-height:1.15;margin-bottom:0.6rem;letter-spacing:-0.02em;font-weight:800}.post-featured-image{width:100%;max-height:460px;object-fit:cover;border-radius:20px;margin:1.75rem 0;box-shadow:var(--shadow)}.post-body{font-size:1.15rem;margin-top:1.75rem;font-family:var(--serif)}.post-body img{max-width:100%;height:auto;border-radius:14px}.post-body p{margin:0 0 1.4rem}.post-body a{text-decoration-color:var(--border);text-underline-offset:3px}.post-body h2,.post-body h3{letter-spacing:-0.01em;font-family:var(--sans)}.post-body blockquote{margin:2rem 0;padding:0.5rem 0 0.5rem 1.5rem;border-left:4px solid var(--primary);font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--text)}.post-body blockquote.social-quote{font-family:var(--sans);font-style:normal;font-size:1rem;border-left:none;background:var(--card-bg);border:1px solid var(--border);border-radius:14px;padding:1.25rem 1.5rem}.post-body blockquote.social-quote cite{font-weight:700;font-style:normal;color:var(--text-muted)}.post-body blockquote.social-quote a{font-size:0.85rem}.post-body pre[class*="language-"]{border-radius:12px;margin:1.75rem 0}.post-body .embed-wrap{position:relative;width:100%;aspect-ratio:16 / 9;margin:1.75rem 0;border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.post-body .embed-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.post-tags{margin-top:2.75rem;font-family:var(--sans);font-size:0.85rem}.tag{background:var(--primary-tint);color:var(--primary);padding:0.28rem 0.8rem;border-radius:999px;margin-right:0.4rem;text-decoration:none;border:none;font-weight:600;transition:background 0.15s var(--ease),color 0.15s var(--ease)}.tag:hover{background:var(--primary);color:#fff}.related-posts{max-width:720px;margin:4.5rem auto 0;font-family:var(--sans)}.related-posts h2{font-family:var(--display);font-weight:800;font-style:italic;letter-spacing:-0.01em}.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.related-card{display:flex;flex-direction:column;gap:0.4rem;padding:1.35rem;border:1px solid var(--border);border-radius:16px;text-decoration:none;color:var(--text);background:var(--card-bg);box-shadow:var(--shadow-sm);transition:transform 0.2s var(--ease),box-shadow 0.2s var(--ease)}.related-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.related-card span{color:var(--text-muted);font-size:0.85rem;font-family:var(--sans)}.site-search-form{font-family:var(--sans);margin-top:1.25rem}.site-search-form input{padding:0.65rem 1.1rem;border:1px solid var(--border);border-radius:999px;width:260px;background:var(--card-bg);color:var(--text);transition:border-color 0.15s var(--ease)}.site-search-form input:focus-visible{border-color:var(--primary);outline:none}.site-search-form button{padding:0.65rem 1.4rem;border:none;border-radius:999px;background:var(--primary);color:#fff;cursor:pointer;font-weight:600;margin-left:0.4rem;transition:background 0.15s var(--ease)}.site-search-form button:hover{background:var(--primary-hover)}.site-search-form-header{text-align:center}.pagination{display:flex;gap:0.5rem;justify-content:center;font-family:var(--sans);margin-top:2.5rem}.pagination a{padding:0.55rem 0.95rem;border:1px solid var(--border);border-radius:999px;text-decoration:none;color:var(--text);background:var(--card-bg);transition:all 0.15s var(--ease)}.pagination a:hover{border-color:var(--primary);color:var(--primary)}.pagination a.active{background:var(--primary);color:#fff;border-color:var(--primary)}.comments{max-width:720px;margin:4.5rem auto 0;font-family:var(--sans)}.comments h2{font-family:var(--display);font-weight:800;font-style:italic;letter-spacing:-0.01em}.comment{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:1.2rem 1.4rem;margin-bottom:1rem}.comment-date{color:var(--text-muted);font-size:0.8rem;margin-left:0.5rem}.reply-link{font-size:0.8rem;color:var(--primary);text-decoration:none;font-weight:600}.comment-form{display:flex;flex-direction:column;gap:1.1rem;margin-top:1.75rem}.comment-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}@media (max-width:480px){.comment-form-row{grid-template-columns:1fr}}.comment-form label{display:flex;flex-direction:column;gap:0.4rem;font-family:var(--sans);font-weight:600;font-size:0.85rem;color:var(--text)}.comment-form input,.comment-form textarea{width:100%;padding:0.7rem 0.95rem;border:1px solid var(--border);border-radius:12px;font-family:var(--sans);font-weight:400;font-size:0.95rem;background:var(--card-bg);color:var(--text);transition:border-color 0.15s var(--ease)}.comment-form textarea{resize:vertical;min-height:120px}.comment-form input:focus-visible,.comment-form textarea:focus-visible{border-color:var(--primary);outline:none}.comment-form button{align-self:flex-start;background:var(--primary);color:#fff;border:none;padding:0.7rem 1.5rem;border-radius:999px;cursor:pointer;font-weight:600;transition:background 0.15s var(--ease)}.comment-form button:hover{background:var(--primary-hover)}.honeypot-field{position:absolute;left:-9999px;top:-9999px}.author-box{display:flex;gap:1.3rem;align-items:center;max-width:720px;margin:3.5rem auto 0;padding:1.6rem;background:var(--card-bg);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-sm);font-family:var(--sans)}.author-box-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--primary-tint)}.author-box h3{margin:0 0 0.4rem;font-family:var(--display);font-weight:800;font-style:italic;font-size:1.1rem}.author-box p{margin:0;color:var(--text-muted);font-size:0.92rem;line-height:1.6}.preview-banner{background:var(--primary);color:#fff;text-align:center;padding:0.85rem 1rem;font-family:var(--sans);font-size:0.9rem;font-weight:600}.site-footer{background:var(--text);color:var(--bg);font-family:var(--sans);margin-top:2rem}[data-theme="dark"] .site-footer{background:#0a0a09}.footer-widgets{max-width:1200px;margin:0 auto;padding:3.5rem 2rem 2.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}.footer-widgets .widget{background:none;border:none;box-shadow:none;padding:0}.footer-widgets .widget h3{font-family:var(--sans);color:#8f8c86;font-size:0.72rem;font-weight:700;text-transform:uppercase;letter-spacing:0.07em}.footer-widgets .widget p{color:#b9b5ac}.footer-widgets .widget li{border-bottom:1px solid rgba(255,255,255,0.08)}.footer-widgets .widget li a{color:#d3cfc6}.footer-widgets .widget li a:hover{color:var(--primary-hover)}[data-theme="dark"] .footer-widgets .widget li a:hover{color:var(--primary)}.footer-copyright{text-align:center;padding:1.35rem 1rem;margin:0;font-size:0.8rem;color:#8f8c86;border-top:1px solid rgba(255,255,255,0.08)}