@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");:root{--primary-blue: #60a5fa;--primary-blue-dark: #2563eb;--secondary-purple: #a78bfa;--accent-green: #4ade80;--accent-orange: #fb923c;--accent-red: #f87171;--slate-900: #0f172a;--slate-800: #1e293b;--slate-700: #334155;--slate-600: #475569;--text-white: #ffffff;--text-gray-300: #d1d5db;--text-gray-400: #9ca3af;--blue-300: #93c5fd;--blue-400: #60a5fa;--blue-500: #3b82f6;--blue-600: #2563eb;--radius: 0.5rem;--radius-lg: 0.75rem;--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)}*{box-sizing:border-box}html{font-size:16px;line-height:1.6;scroll-behavior:smooth}body{font-family:'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;line-height:1.6;color:var(--text-gray-300);background:linear-gradient(to bottom right, var(--slate-900) 0%, #1e3a8a 50%, var(--slate-900) 100%);margin:0;padding:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-top:0;margin-bottom:1rem;color:var(--text-white)}h1{font-size:3rem;font-weight:800}@media (min-width: 768px){h1{font-size:4.5rem}}h2{font-size:2.5rem;font-weight:700}@media (min-width: 768px){h2{font-size:3rem}}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.75}a{color:var(--blue-400);text-decoration:none;transition:color 0.3s ease}a:hover{color:var(--text-white)}.manifesto-banner{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:var(--text-white);padding:2rem;border-radius:var(--radius-lg);margin-bottom:3rem;border:2px solid #ef4444;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.manifesto-banner::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%);animation:shine 3s infinite}.manifesto-banner .manifesto-content{position:relative;z-index:1;text-align:center}.manifesto-banner .manifesto-content h2{font-size:1.75rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,0.3)}@media (min-width: 768px){.manifesto-banner .manifesto-content h2{font-size:2.25rem}}.manifesto-banner .manifesto-content p{font-size:1.125rem;line-height:1.6;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.manifesto-banner .manifesto-content p:last-of-type{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.manifesto-banner .manifesto-cta .btn{background:var(--text-white);color:#dc2626;font-weight:800;padding:1rem 2rem;font-size:1.125rem;text-transform:uppercase;letter-spacing:0.05em;box-shadow:0 4px 12px rgba(0,0,0,0.3)}.manifesto-banner .manifesto-cta .btn:hover{background:#f3f4f6;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,0.4)}@keyframes shine{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@media screen and (max-width: 768px){.manifesto-banner{padding:1.5rem;margin-bottom:2rem}.manifesto-banner .manifesto-content h2{font-size:1.5rem}.manifesto-banner .manifesto-content p{font-size:1rem}.manifesto-banner .manifesto-content p:last-of-type{font-size:1.125rem}.manifesto-banner .manifesto-cta .btn{padding:0.875rem 1.5rem;font-size:1rem}}.wrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-header{background:rgba(15,23,42,0.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(71,85,105,0.5);position:sticky;top:0;z-index:100;transition:all 0.3s ease}.site-header .wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.site-header .site-title{display:flex;flex-direction:column;text-decoration:none;color:var(--text-white);font-weight:700;transition:color 0.3s ease}.site-header .site-title:hover{color:var(--blue-400)}.site-header .site-title .site-title-main{font-size:1.5rem;font-weight:800;line-height:1.2}.site-header .site-title .site-title-sub{font-size:0.875rem;color:var(--blue-300);font-weight:300;margin-top:0.125rem}.site-header .site-nav .trigger{display:flex;gap:0.5rem;align-items:center}.site-header .site-nav .page-link{color:var(--text-gray-300);font-weight:500;text-decoration:none;padding:0.75rem 1.5rem;border-radius:var(--radius-lg);transition:all 0.3s ease;border:2px solid transparent}.site-header .site-nav .page-link:hover{color:var(--text-white);background:rgba(37,99,235,0.2);border-color:var(--blue-400)}.site-header .site-nav .nav-trigger{display:none}.site-header .site-nav .menu-icon{display:none}.page-content .wrapper{max-width:1200px;margin:0 auto;padding:5rem 1.5rem}.home .hero-section{text-align:center;margin-bottom:5rem;padding:5rem 0;background:rgba(30,41,59,0.5);border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,0.5)}.home .hero-section h1{font-size:3rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}@media (min-width: 768px){.home .hero-section h1{font-size:4.5rem}}.home .hero-section .lead{font-size:1.25rem;color:var(--text-gray-300);max-width:600px;margin:0 auto 3rem;line-height:1.75}@media (min-width: 768px){.home .hero-section .lead{font-size:1.5rem}}.home .hero-section .cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.home .hero-section .cta-buttons .btn{padding:1rem 2rem;border-radius:var(--radius-lg);text-decoration:none;font-weight:600;transition:all 0.3s ease;font-size:1rem}.home .hero-section .cta-buttons .btn.btn-primary{background:var(--blue-600);color:var(--text-white);box-shadow:var(--shadow-lg)}.home .hero-section .cta-buttons .btn.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:var(--shadow-xl)}.home .hero-section .cta-buttons .btn.btn-secondary{background:transparent;color:var(--blue-400);border:2px solid var(--blue-400)}.home .hero-section .cta-buttons .btn.btn-secondary:hover{background:var(--blue-400);color:var(--text-white)}.home .content-sections{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:5rem}.home .content-sections .section-card{background:rgba(30,41,59,0.5);padding:2rem;border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,0.5);transition:all 0.3s ease}.home .content-sections .section-card:hover{background:rgba(30,41,59,0.7);border-color:rgba(96,165,250,0.5);transform:translateY(-4px)}.home .content-sections .section-card .section-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.home .content-sections .section-card h3{color:var(--text-white);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.home .content-sections .section-card p{color:var(--text-gray-300);margin:0;font-size:1rem;line-height:1.6}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem}@media (min-width: 768px){.section-header h2{font-size:3rem}}.section-header .section-divider{width:6rem;height:0.25rem;background:var(--blue-500);margin:0 auto 2rem;border-radius:2px}.section-header p{font-size:1.25rem;color:var(--text-gray-300);max-width:32rem;margin:0 auto;line-height:1.75}.post-list-heading{text-align:center;font-size:2.5rem;font-weight:700;color:var(--text-white);margin-bottom:1rem}@media (min-width: 768px){.post-list-heading{font-size:3rem}}.post-list{list-style:none;margin-left:0;padding-left:0;display:grid;gap:2rem}.post-list .post-item{background:rgba(15,23,42,0.5);padding:2rem;border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,0.5);transition:all 0.3s ease}.post-list .post-item:hover{background:rgba(15,23,42,0.7);border-color:rgba(96,165,250,0.5);transform:translateY(-4px)}.post-list .post-item .post-meta{color:var(--text-gray-400);font-size:0.875rem;font-weight:500;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.post-list .post-item h3{margin:0 0 1rem 0}.post-list .post-item h3 .post-link{color:var(--text-white);text-decoration:none;font-weight:700;font-size:1.5rem;line-height:1.3;transition:color 0.3s ease}.post-list .post-item h3 .post-link:hover{color:var(--blue-400)}.post-list .post-item .post-tags{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:0.5rem}.post-list .post-item .post-tags .tag{background:rgba(37,99,235,0.2);color:var(--blue-400);padding:0.25rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.025em;border:1px solid rgba(96,165,250,0.3);transition:all 0.3s ease}.post-list .post-item .post-tags .tag:hover{background:rgba(37,99,235,0.3);border-color:var(--blue-400)}.post-list .post-item .post-excerpt{color:var(--text-gray-300);margin:0;line-height:1.75;font-size:1rem}.post-header{text-align:center;margin-bottom:3rem;padding:3rem 0;background:rgba(30,41,59,0.5);border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,0.5)}.post-header .post-title{font-size:2.5rem;font-weight:800;line-height:1.2;color:var(--text-white);margin-bottom:1.5rem}@media (min-width: 768px){.post-header .post-title{font-size:3rem}}.post-header .post-meta{color:var(--text-gray-300);font-size:1rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.post-header .post-meta .tag{background:rgba(37,99,235,0.2);color:var(--blue-400);padding:0.25rem 0.75rem;border-radius:9999px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.025em;border:1px solid rgba(96,165,250,0.3)}.post-content{background:rgba(30,41,59,0.5);padding:3rem;border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,0.5);line-height:1.8}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:var(--text-white);font-weight:700;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.post-content h1{font-size:2.25rem;border-bottom:3px solid var(--blue-500);padding-bottom:0.5rem}.post-content h2{font-size:1.875rem;border-bottom:2px solid rgba(71,85,105,0.5);padding-bottom:0.5rem}.post-content h3{font-size:1.5rem}.post-content h4{font-size:1.25rem}.post-content p{margin-bottom:1.5rem;color:var(--text-gray-300)}.post-content blockquote{background:rgba(37,99,235,0.1);border-left:4px solid var(--blue-500);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.post-content blockquote p{margin:0;font-size:1.125rem;color:var(--text-gray-300)}.post-content code{background:rgba(71,85,105,0.5);padding:0.25rem 0.5rem;border-radius:0.25rem;font-size:0.875rem;font-family:'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;color:var(--blue-400);font-weight:600}.post-content pre{background:var(--slate-900);color:#e2e8f0;padding:1.5rem;border-radius:var(--radius);overflow-x:auto;margin:2rem 0;border:1px solid rgba(71,85,105,0.5)}.post-content pre code{background:none;padding:0;color:inherit;font-weight:normal}.post-content table{width:100%;border-collapse:collapse;margin:2rem 0;background:rgba(30,41,59,0.5);border-radius:var(--radius);overflow:hidden;border:1px solid rgba(71,85,105,0.5)}.post-content table th,.post-content table td{padding:1rem;text-align:left;border-bottom:1px solid rgba(71,85,105,0.5)}.post-content table th{background:rgba(15,23,42,0.5);font-weight:700;color:var(--text-white);text-transform:uppercase;font-size:0.875rem;letter-spacing:0.05em}.post-content table tr:hover{background:rgba(37,99,235,0.1)}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:2rem}.post-content ul li,.post-content ol li{margin-bottom:0.5rem;color:var(--text-gray-300)}.post-content a{color:var(--blue-400);text-decoration:none;font-weight:600;transition:color 0.3s ease}.post-content a:hover{color:var(--text-white);text-decoration:underline}.alert{padding:1.5rem 2rem;margin:2rem 0;border-radius:var(--radius-lg);border-left:4px solid;font-weight:500}.alert.alert-info{background:rgba(37,99,235,0.1);border-color:var(--blue-500);color:var(--blue-300)}.alert.alert-warning{background:rgba(251,146,60,0.1);border-color:var(--accent-orange);color:var(--accent-orange)}.alert.alert-success{background:rgba(74,222,128,0.1);border-color:var(--accent-green);color:var(--accent-green)}.alert.alert-danger{background:rgba(248,113,113,0.1);border-color:var(--accent-red);color:var(--accent-red)}.archive-year{margin-bottom:3rem}.archive-year h2{color:var(--text-white);font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:0.5rem;border-bottom:2px solid var(--blue-500)}.site-footer{background:rgba(15,23,42,0.95);color:var(--text-gray-300);margin-top:5rem;border-top:1px solid rgba(71,85,105,0.5)}.site-footer .wrapper{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 2rem}.site-footer .footer-heading{color:var(--text-white);font-weight:700;font-size:1.5rem;margin-bottom:1rem}.site-footer .footer-col-wrapper{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem}.site-footer .contact-list,.site-footer .social-media-list{list-style:none;margin-left:0;padding-left:0}.site-footer .contact-list li,.site-footer .social-media-list li{margin-bottom:0.75rem}.site-footer .contact-list a,.site-footer .social-media-list a{color:var(--text-gray-300);text-decoration:none;transition:color 0.3s ease}.site-footer .contact-list a:hover,.site-footer .social-media-list a:hover{color:var(--blue-400)}.site-footer .social-media-list{display:flex;gap:1rem}.site-footer .social-media-list a{display:flex;align-items:center;gap:0.5rem;padding:0.75rem;border-radius:var(--radius);transition:all 0.3s ease;background:rgba(37,99,235,0.1);border:1px solid rgba(96,165,250,0.3)}.site-footer .social-media-list a:hover{background:rgba(37,99,235,0.2);border-color:var(--blue-400);transform:translateY(-2px)}.site-footer .social-media-list .svg-icon{width:20px;height:20px;fill:currentColor}.site-footer .footer-bottom{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(71,85,105,0.3);color:var(--text-gray-400);font-size:0.875rem}.site-footer h4{color:var(--text-white);font-size:1.125rem;font-weight:600;margin-bottom:1rem}@media screen and (max-width: 768px){.site-header .site-title .site-title-main{font-size:1.25rem}.site-header .site-title .site-title-sub{font-size:0.75rem}.site-header .site-nav .menu-icon{display:flex;flex-direction:column;cursor:pointer;padding:0.5rem}.site-header .site-nav .menu-icon span{width:25px;height:3px;background:var(--text-gray-300);margin:3px 0;transition:0.3s;border-radius:2px}.site-header .site-nav .trigger{display:none;position:absolute;top:100%;left:0;right:0;background:rgba(15,23,42,0.95);backdrop-filter:blur(10px);flex-direction:column;padding:1rem;border-top:1px solid rgba(71,85,105,0.5)}.site-header .site-nav .nav-trigger:checked ~ .trigger{display:flex}.site-header .site-nav .page-link{padding:0.75rem 0;border-bottom:1px solid rgba(71,85,105,0.3)}.site-header .site-nav .page-link:last-child{border-bottom:none}.home .hero-section{padding:3rem 1rem}.home .hero-section h1{font-size:2.5rem}.home .hero-section .cta-buttons{flex-direction:column;align-items:center}.post-header{padding:2rem 1rem}.post-header .post-title{font-size:2rem}.post-header .post-meta{flex-direction:column;gap:0.5rem}.post-content{padding:2rem 1rem}.post-list .post-item{padding:1.5rem}.page-content .wrapper{padding:2rem 1rem}}.post-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(71,85,105,0.5)}.post-navigation{display:flex;justify-content:space-between;margin-bottom:2rem;gap:1rem}.prev-post,.next-post{flex:1;padding:1rem;background:rgba(37,99,235,0.1);border:1px solid rgba(96,165,250,0.3);border-radius:var(--radius-lg);text-decoration:none;color:var(--text-gray-300);font-weight:600;transition:all 0.3s ease}.prev-post:hover,.next-post:hover{background:rgba(37,99,235,0.2);border-color:var(--blue-400);color:var(--text-white);transform:translateY(-2px)}.next-post{text-align:right}.post-share{text-align:center;padding:2rem;background:rgba(30,41,59,0.5);border-radius:var(--radius-lg);border:1px solid rgba(71,85,105,0.5)}.share-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.share-buttons a{padding:0.75rem 1.5rem;background:var(--blue-600);color:var(--text-white);text-decoration:none;border-radius:var(--radius-lg);font-weight:600;transition:all 0.3s ease;box-shadow:var(--shadow-lg)}.share-buttons a:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:var(--shadow-xl)}@media screen and (max-width: 768px){.post-navigation{flex-direction:column}.next-post{text-align:left}.share-buttons{flex-direction:column;align-items:center}}.highlight{background:var(--slate-900);border-radius:var(--radius);border:1px solid rgba(71,85,105,0.5)}.highlight .c{color:#94a3b8}.highlight .k{color:#a78bfa}.highlight .s{color:#34d399}.highlight .n{color:#e2e8f0}.highlight .o{color:#f87171}.highlight .nb{color:#60a5fa}.highlight .nf{color:#fbbf24}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--slate-800)}::-webkit-scrollbar-thumb{background:var(--slate-600);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--blue-500)}
