:root{--color-primary:#FFD700;--color-secondary:#4B6CB7;--color-accent:#FFFFE0;--color-contrast:#FFFFFF;--color-surface:#0C142B;--color-text-muted:#B0B0B0;--bg-body:var(--color-surface);--text-body:var(--color-contrast);--text-muted:var(--color-text-muted);--bg-card:linear-gradient(145deg, #1a2540, #0c142b);--backdrop-blur:10px;--radius-btn:16px;--radius-card:24px;--radius-sharp:0px;--radius-soft:24px;--border-width:1px;--border-color:rgba(255, 255, 255, 0.1);--shadow-default:0 4px 20px rgba(0, 0, 0, 0.4);--shadow-hover:0 8px 25px rgba(255, 215, 0, 0.2);--transition-curve:cubic-bezier(0.34, 1.56, 0.64, 1);--duration-base:0.4s;--max-width-content-main:1200px;--font-display:'Segoe UI', sans-serif;--header-height:70px;--line-height-body:1.7}.hero-section{background:radial-gradient(circle at center,var(--color-accent),var(--color-surface));position:relative;overflow:hidden;transform:skewY(-5deg)}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="1" fill="%23FFD700" opacity="0.7"/><circle cx="50" cy="50" r="1.5" fill="%23FFD700" opacity="0.5"/><circle cx="80" cy="80" r="1" fill="%23FFD700" opacity="0.6"/></svg>');background-size:cover;animation:rotate 20s infinite linear;z-index:-1}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.interactive-element:hover{box-shadow:var(--shadow-hover);transition:all .3s ease-in-out;transform:scale(1.05)}.container{max-width:var(--max-width-content-main);margin-inline:auto;padding-inline:1rem}body{overflow-x:hidden;line-height:var(--line-height-body);background-color:var(--bg-body);color:var(--text-body);font-family:var(--font-display)}html{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch" /></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.04"/></svg>');background-repeat:no-repeat;background-size:cover;background-attachment:fixed}:root{--color-primary:#FFD700;--color-secondary:#4B6CB7;--color-accent:#FFFFE0;--color-contrast:#FFFFFF;--color-surface:#0C142B;--color-text-muted:#B0B0B0;--bg-body:var(--color-surface);--text-body:var(--color-contrast);--text-muted:var(--color-text-muted);--bg-card:linear-gradient(145deg, #1a2540, #0c142b);--backdrop-blur:10px;--radius-btn:16px;--radius-card:24px;--radius-sharp:0px;--radius-soft:24px;--border-width:1px;--border-color:rgba(255, 255, 255, 0.1);--shadow-default:0 4px 20px rgba(0, 0, 0, 0.4),
                    0 0 0 1px rgba(255, 255, 255, 0.05),
                    0 0 20px rgba(255, 215, 0, 0.1);--shadow-hover:0 8px 25px rgba(255, 215, 0, 0.2);--transition-curve:cubic-bezier(0.34, 1.56, 0.64, 1);--duration-base:0.4s;--max-width-content-main:1200px;--font-display:'Segoe UI', sans-serif;--header-height:70px;--line-height-body:1.7}.container{max-width:var(--max-width-content-main);margin-inline:auto;padding-inline:1rem}body{overflow-x:hidden;line-height:var(--line-height-body);background-color:var(--bg-body);color:var(--text-body);font-family:var(--font-display)}html{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch" /></filter><rect width="100%" height="100%" filter="url(%23noise)" opacity="0.04"/></svg>');background-repeat:no-repeat;background-size:cover;background-attachment:fixed}.hero-section{background:radial-gradient(circle at center,var(--color-accent),var(--color-surface));position:relative;overflow:hidden;transform:skewY(-5deg)}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="1" fill="%23FFD700" opacity="0.7"/><circle cx="50" cy="50" r="1.5" fill="%23FFD700" opacity="0.5"/><circle cx="80" cy="80" r="1" fill="%23FFD700" opacity="0.6"/></svg>');background-size:cover;animation:rotate 20s infinite linear;z-index:-1}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.interactive-element:hover{box-shadow:var(--shadow-hover);transition:all .3s ease-in-out;transform:scale(1.05)}.article-card{background:var(--bg-card);border-radius:0 24px 24px 0;box-shadow:var(--shadow-default);transition:all .3s ease-in-out}.navbar{backdrop-filter:blur(var(--backdrop-blur));background-color:rgba(12,20,43,.7);border-bottom:1px solid var(--border-color)}.btn{border-radius:var(--radius-btn);background:var(--color-primary);color:var(--color-surface);box-shadow:0 0 10px var(--color-primary);transition:all .3s ease-in-out}.tag{background:var(--color-secondary);color:var(--color-contrast);border-radius:50px;padding:.3em .8em;font-size:.85em}.single-post{--toc-width:300px;--content-gap:2rem}.single-post .post-wrapper{width:100%}.single-post .post-header{width:100%;padding-block:2rem;background:var(--bg-card);border-radius:var(--radius-soft)var(--radius-soft)0 0;margin-bottom:2rem;position:relative;overflow:hidden}.single-post .post-header::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--border-color)}.single-post .post-title{scroll-margin-top:calc(var(--header-height) + 2rem);font-size:2.5rem;line-height:1.2;margin-bottom:1rem;color:var(--color-contrast)}.single-post .post-container{display:grid;grid-template-columns:minmax(0,1fr)var(--toc-width);gap:var(--content-gap);align-items:start}.single-post .post-content{background:var(--bg-card);border-radius:var(--radius-soft);padding:2rem;box-shadow:var(--shadow-default);color:var(--text-body);line-height:var(--line-height-body);font-size:1.1rem;position:relative;z-index:1}.single-post .post-content h1,.single-post .post-content h2,.single-post .post-content h3,.single-post .post-content h4,.single-post .post-content h5,.single-post .post-content h6{scroll-margin-top:calc(var(--header-height) + 2rem);color:var(--color-contrast);margin-top:2rem;margin-bottom:1rem}.single-post .post-content p{margin-bottom:1rem}.single-post .toc-sidebar{position:sticky;top:2rem;height:fit-content;background:var(--bg-card);border-radius:var(--radius-soft);padding:1.5rem;box-shadow:var(--shadow-default);backdrop-filter:blur(var(--backdrop-blur));border:1px solid var(--border-color)}.single-post .toc-nav{font-size:.9rem;color:var(--text-muted)}.single-post .toc-nav ul{list-style:none;padding-left:0}.single-post .toc-nav li{margin-bottom:.5rem}.single-post .toc-nav a{text-decoration:none;color:var(--text-body);transition:color .3s ease-in-out}.single-post .toc-nav a:hover{color:var(--color-primary)}.single-post .toc-nav a.active{color:var(--color-primary);font-weight:700}.single-post .toc-nav ul ul{padding-left:1rem;margin-top:.3rem}@media(max-width:768px){.single-post .post-container{grid-template-columns:1fr}.single-post .toc-sidebar{position:static;margin-top:2rem}.single-post .post-title{font-size:1.8rem}.single-post .post-content{padding:1.5rem}}.single-post .post-content blockquote{border-left:4px solid var(--color-primary);padding-left:1.5rem;margin:1.5rem 0;color:var(--text-muted);font-style:italic}.single-post .post-content code{background:rgba(255,255,255,.1);padding:.2em .4em;border-radius:4px;font-family:monospace}.single-post .post-content pre{background:rgba(0,0,0,.3);padding:1rem;border-radius:var(--radius-btn);overflow-x:auto;margin:1.5rem 0}.single-post .post-content img{max-width:100%;height:auto;border-radius:var(--radius-btn);margin:1rem 0}.single-post .post-content hr{border:none;height:1px;background:var(--border-color);margin:2rem 0}.list-page{padding-block:2rem}.list-header{text-align:center;margin-bottom:2rem}.list-title{font-size:2.5rem;margin-bottom:.5rem;font-weight:700;color:var(--text-body);line-height:1.2}.list-subtitle{font-size:1.1rem;color:var(--text-muted);margin:0}.article-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;justify-items:center}.article-card{background:var(--bg-card);border-radius:0 24px 24px 0;box-shadow:var(--shadow-default);transition:all .3s ease-in-out;width:100%;max-width:350px;overflow:hidden;position:relative;transform:translateZ(0)}.article-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.article-card__image{width:100%;height:200px;object-fit:cover;display:block}.article-card__content{padding:1.5rem}.article-card__title{font-size:1.3rem;margin:0 0 .5rem;color:var(--text-body);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-card__meta{display:flex;justify-content:space-between;align-items:center;margin-top:.8rem;font-size:.9rem;color:var(--text-muted)}.article-card__tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:var(--color-secondary);color:var(--color-contrast);border-radius:50px;padding:.3em .8em;font-size:.85em;white-space:nowrap}.pagination{display:flex;justify-content:center;margin-top:3rem;gap:.5rem}.pagination__item{padding:.6rem 1rem;border-radius:50px;background:var(--color-secondary);color:var(--color-contrast);text-decoration:none;transition:all .3s ease-in-out;font-size:.95rem}.pagination__item:hover,.pagination__item--current{background:var(--color-primary);color:var(--color-surface);box-shadow:0 0 10px var(--color-primary)}@media(max-width:768px){.list-title{font-size:2rem}.article-grid{grid-template-columns:1fr;gap:1.5rem}.article-card{max-width:100%}}.notfound-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.notfound-container{max-width:100%;padding:0}.notfound-content{background:rgba(12,20,43,.7);backdrop-filter:blur(10px);border-radius:24px;padding:3rem 2rem;box-shadow:0 4px 20px rgba(0,0,0,.4),0 0 0 1px rgba(255,255,255,5%),0 0 20px rgba(255,215,0,.1);border:1px solid rgba(255,255,255,.1);transform:skewY(-5deg);width:100%;max-width:600px}.notfound-title{font-size:5rem;margin:0 0 .5rem;color:var(--color-primary);text-shadow:0 0 10px var(--color-primary);font-weight:700;line-height:1}.notfound-message{font-size:1.5rem;margin:0 0 1rem;color:var(--color-contrast)}.notfound-description{font-size:1rem;margin:0 0 2rem;color:var(--color-text-muted);line-height:1.6}.notfound-button{background:var(--color-primary);color:var(--color-surface);border:none;padding:.8rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block;border-radius:var(--radius-btn);box-shadow:0 0 10px var(--color-primary);transition:all .3s ease-in-out}.notfound-button:hover{box-shadow:var(--shadow-hover);transform:scale(1.05)}@media(max-width:768px){.notfound-content{padding:2rem 1.5rem}.notfound-title{font-size:3.5rem}.notfound-message{font-size:1.25rem}.notfound-description{font-size:.9rem}}.metadata-container{display:none}.metadata-container>*{display:none!important}.navbar{position:sticky;top:0;z-index:100;backdrop-filter:blur(var(--backdrop-blur));background-color:rgba(12,20,43,.7);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-default)}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding-block:1rem;height:var(--header-height)}.nav-brand{flex-shrink:0}.nav-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;font-weight:700;color:var(--text-body);font-size:1.2rem}.nav-menu{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;flex-grow:1;margin:0 1rem}.nav-link{color:var(--text-body);text-decoration:none;font-size:1rem;transition:all var(--duration-base)var(--transition-curve);padding:.5rem 1rem;border-radius:var(--radius-btn);background:0 0;box-shadow:none}.nav-link:hover{background:var(--color-primary);color:var(--color-surface);box-shadow:var(--shadow-hover)}.btn{background:var(--color-primary);color:var(--color-surface);border-radius:var(--radius-btn);padding:.6rem 1.2rem;text-decoration:none;font-weight:700;box-shadow:0 0 10px var(--color-primary);transition:all var(--duration-base)var(--transition-curve)}.btn:hover{box-shadow:var(--shadow-hover);transform:scale(1.05)}@media(max-width:768px){.navbar .container{flex-direction:column;gap:.5rem;height:auto;padding-block:.8rem}.nav-menu{width:100%;justify-content:flex-start;gap:.5rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.btn{width:100%;max-width:200px;text-align:center}}.footer-section{background:var(--bg-card);color:var(--text-body);padding-block:2rem;border-top:1px solid var(--border-color);margin-top:4rem}.footer-section__inner{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.footer-section__item{display:flex;flex-direction:column;gap:.5rem}.footer-section__title{font-size:1.1rem;font-weight:600;margin:0;color:var(--color-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-section__content-text p{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-muted)}.footer-section__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.footer-section__list-item{display:flex;align-items:center;justify-content:space-between;padding:.3rem 0;border-bottom:1px solid rgba(255,255,255,5%)}.footer-section__link{color:var(--text-body);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-section__link:hover{color:var(--color-primary)}.footer-section__count{background:var(--color-secondary);color:var(--color-contrast);border-radius:50px;padding:.15em .5em;font-size:.8rem;margin-left:.5rem}.footer-section__hidden-content{display:none}.footer-section__more-btn{background:0 0;border:1px solid var(--border-color);color:var(--text-body);padding:.4rem .8rem;border-radius:var(--radius-btn);cursor:pointer;font-size:.9rem;margin-top:.5rem;transition:all .3s ease;width:fit-content}.footer-section__more-btn:hover{background:var(--color-secondary);color:var(--color-contrast)}.footer-section__divider{border:0;border-top:1px solid var(--border-color);margin:2rem 0}.footer-section__copyright{text-align:center;font-size:.85rem;color:var(--text-muted);padding:1rem 0}@media(min-width:768px){.footer-section__inner{flex-direction:row;flex-wrap:wrap}.footer-section__item{flex:1 1 30%}.footer-section__title{white-space:normal;word-break:break-word}}.pulsar-card{background:var(--bg-card);border-radius:0 24px 24px 0;box-shadow:var(--shadow-default);transition:all .3s ease-in-out;padding:1.5rem;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden}.pulsar-card:hover{transform:scale(1.02);box-shadow:var(--shadow-hover)}.pulsar-card__header{margin-bottom:1rem}.pulsar-card__title{font-size:1.25rem;line-height:1.4;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pulsar-card__title-link{color:var(--text-body);text-decoration:none;transition:color .3s ease}.pulsar-card__title-link:hover{color:var(--color-primary)}.pulsar-card__date{font-size:.85rem;color:var(--text-muted)}.pulsar-card__content{flex-grow:1;margin-bottom:1rem}.pulsar-card__summary{color:var(--text-body);line-height:1.6;font-size:.95rem;margin:0}.pulsar-card__footer{margin-top:auto}.pulsar-card__read-more{color:var(--color-primary);text-decoration:none;font-weight:600;font-size:.9rem;transition:color .3s ease}.pulsar-card__read-more:hover{color:var(--color-secondary)}@media(max-width:768px){.pulsar-card{padding:1rem}.pulsar-card__title{font-size:1.1rem}}.pagination-container{width:100%;display:flex;justify-content:center;padding:2rem 0;margin-top:2rem}.pagination-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}.pagination-btn{display:inline-flex;align-items:center;justify-content:center;padding:.6em 1.2em;border-radius:var(--radius-btn);background:var(--color-primary);color:var(--color-surface);text-decoration:none;font-weight:600;box-shadow:0 0 10px var(--color-primary);transition:all var(--duration-base)var(--transition-curve);white-space:nowrap;min-width:100px}.pagination-btn:hover{transform:scale(1.05);box-shadow:var(--shadow-hover)}.pagination-info{color:var(--text-muted);font-size:.9em;text-align:center;flex-grow:1;min-width:120px}@media(max-width:768px){.pagination-nav{gap:.5rem}.pagination-btn{padding:.5em .8em;font-size:.9em;min-width:80px}.pagination-info{font-size:.8em}}.hero-section{width:100%;height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transform:skewY(-5deg);background:radial-gradient(circle at center,var(--color-accent),var(--color-surface))}.hero-container{transform:skewY(5deg);text-align:center;max-width:var(--max-width-content-main);padding:2rem;z-index:2}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;color:var(--color-contrast);line-height:1.2;margin-bottom:1rem;text-shadow:0 0 10px rgba(255,215,0,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.5rem);color:var(--color-text-muted);max-width:60ch;margin:0 auto;line-height:1.6;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.hero-section::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="20" cy="20" r="1" fill="%23FFD700" opacity="0.7"/><circle cx="50" cy="50" r="1.5" fill="%23FFD700" opacity="0.5"/><circle cx="80" cy="80" r="1" fill="%23FFD700" opacity="0.6"/></svg>');background-size:cover;animation:rotate 20s infinite linear;z-index:-1}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.hero-section{height:80vh}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.article-meta{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}.meta-info{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.meta-date,.meta-author{color:var(--text-muted)}.meta-separator{color:var(--text-muted);opacity:.7}.meta-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:var(--color-secondary);color:var(--color-contrast);border-radius:50px;padding:.3em .8em;font-size:.85em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}@media(max-width:768px){.article-meta{font-size:.85rem}.meta-info{font-size:.85rem}.tag{padding:.25em .7em;font-size:.8em}}.content-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border-color);color:var(--text-muted);font-size:.9em}.content-footer__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.content-footer__meta{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1.5rem}.content-footer__author,.content-footer__date{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-footer__related-title{margin-bottom:.8rem;font-size:1em;font-weight:600}.content-footer__related-list{list-style:none;padding:0;margin:0}.content-footer__related-item{margin-bottom:.5rem}.content-footer__related-link{color:var(--text-body);text-decoration:none;transition:color .3s ease}.content-footer__related-link:hover{color:var(--color-primary)}@media(max-width:768px){.content-footer{font-size:.85em}.content-footer__meta{flex-direction:row;flex-wrap:wrap;gap:.5rem}.content-footer__author,.content-footer__date{flex:auto}}