*,*::before,*::after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;padding:0;background-color:#000;color:#fff;font-family:"Merriweather Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:#8224e3;text-decoration:none;transition:color .2s ease}a:hover{color:#d93}h1,h2,h3,h4,h5,h6{font-family:"Merriweather Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;line-height:1.3;margin-top:0;margin-bottom:1rem;color:#fff}h1{font-size:2rem}h2{font-size:1.6rem;color:#8224e3}h3{font-size:1.3rem}h4{font-size:1.1rem}p{margin-top:0;margin-bottom:1rem}ul,ol{margin-top:0;margin-bottom:1rem;padding-left:2rem}li{margin-bottom:.25rem}blockquote{margin:2rem 0;padding:1rem 2rem;border-left:4px solid #8224e3;background-color:#0d0d0d;color:#9b9b9b;font-style:italic}blockquote p:last-child{margin-bottom:0}hr{border:none;border-top:1px solid #222;margin:2rem 0}code{background:#111;color:#d93;padding:.15em .4em;border-radius:3px;font-size:.9em}pre{background:#111;border:1px solid #222;border-radius:6px;padding:1.5rem;overflow-x:auto;margin-bottom:1rem}pre code{background:none;padding:0}table{width:100%;border-collapse:collapse;margin-bottom:1rem}table th,table td{padding:.5rem 1rem;border:1px solid #222;text-align:left}table th{background:#111;color:#8224e3;font-weight:700}table tr:nth-child(even) td{background:#0d0d0d}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{background-color:#000;border-bottom:1px solid #222;position:sticky;top:0;z-index:100}.site-header .header-inner{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;max-width:1200px;margin:0 auto}.site-logo{display:flex;align-items:center;gap:1rem;text-decoration:none}.site-logo img{height:60px;width:auto}.site-logo .site-title{display:flex;flex-direction:column}.site-logo .site-title .title-main{font-size:1.3rem;font-weight:700;color:#8224e3;line-height:1.1}.site-logo .site-title .title-sub{font-size:.75rem;color:#9b9b9b;font-style:italic}.site-nav{display:flex;align-items:center;gap:.5rem}.site-nav a{color:#fff;font-size:.9rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;transition:color .2s ease,background .2s ease;text-transform:uppercase;letter-spacing:.05em}.site-nav a:hover,.site-nav a.active{color:#d93;background:rgba(130,36,227,.1)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;transition:.2s ease}@media(max-width: 768px){.site-header .header-inner{flex-wrap:wrap;padding:.5rem}.nav-toggle{display:flex}.site-nav{display:none;width:100%;flex-direction:column;padding:1rem 0;gap:0;border-top:1px solid #222}.site-nav.is-open{display:flex}.site-nav a{width:100%;padding:.5rem 1rem;border-radius:0}}.site-footer{background-color:#000;border-top:1px solid #222;margin-top:3rem;padding:3rem 1.5rem 2rem}.site-footer .footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem}.site-footer h4{color:#8224e3;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.site-footer p,.site-footer li{color:#9b9b9b;font-size:.875rem;line-height:1.6}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer ul li{margin-bottom:.5rem}.site-footer a{color:#9b9b9b}.site-footer a:hover{color:#d93}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid #222;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{margin:0;color:#666;font-size:.8rem}@media(max-width: 768px){.site-footer .footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.page-wrapper{max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:1fr 280px;grid-template-areas:"main sidebar";gap:2rem}.page-wrapper.full-width{grid-template-columns:1fr;grid-template-areas:"main"}.main-content{grid-area:main;min-width:0}.sidebar{grid-area:sidebar}@media(max-width: 900px){.page-wrapper{grid-template-columns:1fr;grid-template-areas:"main" "sidebar"}}@media(max-width: 600px){.post-card{flex-direction:column}.post-card__image,.post-card__image-placeholder{flex:none;width:100%;height:180px}}.posts-grid{display:flex;flex-direction:column;gap:0;margin-bottom:3rem}.post-card{background:#111;border:1px solid #222;border-radius:6px;overflow:hidden;display:flex;flex-direction:row;margin-bottom:1rem;transition:border-color .2s ease}.post-card:hover{border-color:#8224e3}.post-card:hover .post-card__title a{color:#d93}.post-card__image{flex:0 0 220px;width:220px;height:165px;overflow:hidden;background:#0d0d0d}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-card__image:hover img{transform:scale(1.03)}.post-card__image-placeholder{flex:0 0 220px;width:220px;height:165px;background:linear-gradient(135deg, #111111 0%, #0d0d0d 100%);display:flex;align-items:center;justify-content:center}.post-card__image-placeholder span{color:#8224e3;font-size:3rem;opacity:.4}.post-card__body{padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.post-card__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.post-card__category{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8224e3;background:rgba(130,36,227,.12);padding:2px .5rem;border-radius:3px}.post-card__category a{color:inherit}.post-card__category a:hover{color:#d93}.post-card__date{font-size:.75rem;color:#666}.post-card__title{font-size:1rem;font-weight:700;margin-bottom:.25rem;line-height:1.4}.post-card__title a{color:#fff}.post-card__title a:hover{color:#d93}.post-card__excerpt{font-size:.85rem;color:#9b9b9b;line-height:1.5;margin-bottom:.5rem}.post-card__excerpt p:last-child{margin-bottom:0}.post-card__read-more{display:inline-block;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8224e3}.post-card__read-more:hover{color:#d93}.post-card__tags{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:4px}.post-card__tag{font-size:.7rem;color:#666;background:hsla(0,0%,100%,.05);padding:2px .5rem;border-radius:3px}.post-card__tag a{color:inherit}.post-card__tag a:hover{color:#d93}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:3rem 0;flex-wrap:wrap}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 1rem;border:1px solid #222;border-radius:6px;font-size:.875rem;font-weight:600;transition:border-color .2s ease,color .2s ease,background .2s ease}.pagination a{color:#fff}.pagination a:hover{border-color:#8224e3;color:#8224e3;background:rgba(130,36,227,.1)}.pagination .current{background:#8224e3;border-color:#8224e3;color:#fff}.pagination .disabled{opacity:.3;cursor:not-allowed}.page-hero{padding:2rem 0 1.5rem;border-bottom:1px solid #222;margin-bottom:2rem}.page-hero .breadcrumb{font-size:.8rem;color:#666;margin-bottom:.5rem}.page-hero .breadcrumb a{color:#666}.page-hero .breadcrumb a:hover{color:#d93}.page-hero .breadcrumb span{margin:0 .25rem}.page-hero h1{font-size:1.8rem;color:#fff;margin-bottom:.5rem}.page-hero .page-hero__meta{font-size:.85rem;color:#9b9b9b}.post-header{margin-bottom:2rem}.post-header .post-categories{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.post-header .post-category{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8224e3;background:rgba(130,36,227,.12);padding:3px 1rem;border-radius:3px}.post-header .post-category a{color:inherit}.post-header .post-category a:hover{color:#d93}.post-header h1{font-size:2rem;line-height:1.25;color:#fff;margin-bottom:1rem}.post-header .post-meta{display:flex;align-items:center;gap:1.5rem;font-size:.85rem;color:#9b9b9b;flex-wrap:wrap}.post-header .post-meta a{color:#9b9b9b}.post-header .post-meta a:hover{color:#d93}.post-featured-image{margin-bottom:2rem;border-radius:6px;overflow:hidden;border:1px solid #222;max-height:500px}.post-featured-image img{width:100%;height:100%;object-fit:cover}.post-content{font-size:1rem;line-height:1.7}.post-content h2{color:#8224e3}.post-content h3{color:#fff}.post-content a{color:#8224e3}.post-content a:hover{color:#d93}.post-content img{max-width:100%;border-radius:6px;margin:1.5rem auto;border:1px solid #222}.post-content .wp-block-image{margin:1.5rem 0}.post-content .wp-block-image figure{margin:0}.post-content .wp-block-image figure.alignright{float:right;margin:0 0 1rem 2rem;max-width:300px}.post-content .wp-block-image figure.alignleft{float:left;margin:0 2rem 1rem 0;max-width:300px}.post-content .wp-block-image figure.aligncenter{margin:1rem auto;text-align:center}.post-content .wp-block-image figure img{margin:0}.post-content .wp-block-image figure figcaption{font-size:.8rem;color:#666;text-align:center;margin-top:.5rem;font-style:italic}.post-content figure.wp-block-image{margin:1.5rem 0}.post-content figure.wp-block-image.alignright{float:right;margin:0 0 1rem 2rem;max-width:300px}.post-content figure.wp-block-image.alignleft{float:left;margin:0 2rem 1rem 0;max-width:300px}.post-content figure.wp-block-image.aligncenter{margin:1rem auto;text-align:center}.post-content figure.wp-block-image img{margin:0}.post-content figure.wp-block-image figcaption{font-size:.8rem;color:#666;text-align:center;margin-top:.5rem;font-style:italic}.post-content .inlinkz-widget{margin:2rem 0 !important;background:#111 !important;border:1px solid #8224e3 !important;border-radius:6px !important;color:#fff !important;padding:1.5rem !important}.post-content .inlinkz-widget a{color:#8224e3}.post-content .inlinkz-widget a:hover{color:#d93}.post-content::after{content:"";display:table;clear:both}.post-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #222}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;align-items:center}.post-tags .tags-label{font-size:.85rem;font-weight:700;color:#9b9b9b;text-transform:uppercase;letter-spacing:.06em}.tag-badge{display:inline-block;font-size:.8rem;color:#9b9b9b;background:hsla(0,0%,100%,.05);border:1px solid #222;padding:3px 1rem;border-radius:6px;transition:border-color .2s ease,color .2s ease}.tag-badge:hover{border-color:#8224e3;color:#d93}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.post-nav .post-nav-item{background:#111;border:1px solid #222;border-radius:6px;padding:1rem;transition:border-color .2s ease}.post-nav .post-nav-item:hover{border-color:#8224e3}.post-nav .post-nav-item .nav-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#666;margin-bottom:.25rem}.post-nav .post-nav-item .nav-title{font-size:.9rem;font-weight:700;color:#fff}.post-nav .post-nav-item .nav-title a{color:inherit}.post-nav .post-nav-item .nav-title a:hover{color:#d93}.post-nav .post-nav-item.next{text-align:right}@media(max-width: 600px){.post-nav{grid-template-columns:1fr}.post-header h1{font-size:1.4rem}}.sidebar .widget{background:#111;border:1px solid #222;border-radius:6px;padding:1.5rem;margin-bottom:2rem}.sidebar .widget h3{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#8224e3;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #222}.sidebar .recent-posts{list-style:none;padding:0;margin:0}.sidebar .recent-posts li{display:flex;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #222}.sidebar .recent-posts li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sidebar .recent-posts .recent-post-thumb{flex-shrink:0;width:60px;height:60px;border-radius:6px;overflow:hidden;background:#0d0d0d}.sidebar .recent-posts .recent-post-thumb img{width:100%;height:100%;object-fit:cover}.sidebar .recent-posts .recent-post-info{min-width:0}.sidebar .recent-posts .recent-post-title{font-size:.85rem;font-weight:600;line-height:1.35;margin-bottom:3px}.sidebar .recent-posts .recent-post-title a{color:#fff}.sidebar .recent-posts .recent-post-title a:hover{color:#d93}.sidebar .recent-posts .recent-post-date{font-size:.75rem;color:#666}.sidebar .categories-list{list-style:none;padding:0;margin:0}.sidebar .categories-list li{display:flex;justify-content:space-between;align-items:center;padding:.25rem 0;border-bottom:1px solid rgba(34,34,34,.5)}.sidebar .categories-list li:last-child{border-bottom:none}.sidebar .categories-list li a{font-size:.875rem;color:#9b9b9b}.sidebar .categories-list li a:hover{color:#d93}.sidebar .categories-list li .count{font-size:.75rem;color:#666;background:hsla(0,0%,100%,.05);padding:1px 6px;border-radius:10px}.sidebar .tags-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.sidebar .tags-cloud a{font-size:.78rem;color:#9b9b9b;background:hsla(0,0%,100%,.05);border:1px solid #222;padding:3px 10px;border-radius:3px;transition:border-color .2s ease,color .2s ease}.sidebar .tags-cloud a:hover{border-color:#8224e3;color:#d93}.sidebar .about-widget{text-align:center}.sidebar .about-widget .about-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:2px solid #8224e3}.sidebar .about-widget .about-avatar img{width:100%;height:100%;object-fit:cover}.sidebar .about-widget p{font-size:.875rem;color:#9b9b9b;margin-bottom:0;line-height:1.6}/*# sourceMappingURL=main.css.map */