@import "https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap";:root{--primary-color:#2d3748;--secondary-color:#4a5568;--accent-color:#6b46c1;--accent-glow:#6b46c166;--background-color:#f7fafc;--card-background:#fff;--text-color:#1a202c;--text-light:#718096;--border-color:#e2e8f0;--shadow:0 4px 6px #0000001a;--shadow-hover:0 10px 15px #0003;--transition:all .3s ease;--max-width:1200px;--border-radius:8px;--font-heading:"Orbitron", sans-serif;--font-body:"Space Grotesk", sans-serif;--font-mono:"Space Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background-color);color:var(--text-color);line-height:1.6}.container{max-width:var(--max-width);margin:0 auto;padding:0 1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:.5px;margin-bottom:1rem;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{margin-bottom:1.5rem}a{color:var(--accent-color);transition:var(--transition);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;background-color:var(--accent-color);color:#fff;border-radius:var(--border-radius);font-family:var(--font-body);transition:var(--transition);border:none;padding:.5rem 1rem}button:hover{opacity:.9;box-shadow:0 0 15px var(--accent-glow)}.navbar{background-color:var(--card-background);box-shadow:var(--shadow);z-index:100;padding:1rem 0;position:sticky;top:0}.navbar-container{justify-content:space-between;align-items:center;display:flex}.logo{font-family:var(--font-heading);color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;font-size:1.5rem;font-weight:700}.nav-links{gap:1.5rem;display:flex}.nav-link{color:var(--text-color);font-weight:500;position:relative}.nav-link:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-4px;left:0}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-link.active{color:var(--accent-color)}.hero{text-align:center;color:#fff;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);padding:6rem 0;position:relative;overflow:hidden}.hero:before{content:"";opacity:.3;background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\"><rect width=\"100\" height=\"100\" fill=\"none\"/><circle cx=\"50\" cy=\"50\" r=\"1\" fill=\"rgba(255,255,255,0.3)\"/></svg>");position:absolute;inset:0}.hero h1{text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:3.5rem;position:relative}.hero h1:after{content:"";background:var(--accent-color);width:100px;height:4px;box-shadow:0 0 15px var(--accent-glow);margin:1rem auto;display:block}.hero p{max-width:800px;margin:0 auto 2rem;font-size:1.25rem;position:relative}.featured-story{z-index:10;max-width:1000px;margin:-4rem auto 4rem;position:relative}.featured-story .story-card{transition:var(--transition);transform:translateY(0)}.featured-story .story-card:hover{transform:translateY(-10px)}.stories-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.section-title{text-align:center;margin:4rem 0 2rem;font-size:2.5rem;display:inline-block;position:relative}.section-title:after{content:"";background:var(--accent-color);width:60px;height:4px;margin:1rem auto;display:block}.story-card{background-color:var(--card-background);border-radius:var(--border-radius);box-shadow:var(--shadow);transition:var(--transition);flex-direction:column;height:100%;display:flex;overflow:hidden}.story-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-5px)}.story-card-image-container{cursor:pointer;height:220px;display:block;position:relative;overflow:hidden}.story-card-image-container:after{content:"";opacity:0;transition:var(--transition);background:#0000001a;position:absolute;inset:0}.story-card-image-container:hover:after{opacity:1}.story-card-image{object-fit:cover;width:100%;height:100%;transition:var(--transition)}.story-card-image-container:hover .story-card-image{transform:scale(1.05)}.story-card-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.story-card-title{font-size:1.5rem;font-family:var(--font-heading);letter-spacing:.5px;margin-bottom:.5rem}.story-title-link{color:var(--text-color);transition:var(--transition)}.story-title-link:hover{color:var(--accent-color);text-decoration:none}.story-card-date{color:var(--text-light);font-size:.875rem;font-family:var(--font-mono);margin-bottom:1rem}.story-card-excerpt{flex-grow:1;margin-bottom:1.5rem}.read-more{padding-right:20px;font-weight:500;display:inline-block;position:relative}.read-more:after{content:"→";transition:var(--transition);position:absolute;top:50%;right:0;transform:translateY(-50%)}.read-more:hover:after{right:-5px}.story-hero{color:#fff;background-color:var(--primary-color);justify-content:center;align-items:center;height:60vh;min-height:400px;max-height:600px;display:flex;position:relative;overflow:hidden}.story-hero-image{z-index:1;filter:blur(2px);width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(1.05)}.story-hero-overlay{z-index:2;background:linear-gradient(#0000004d 0%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.story-header{z-index:3;text-align:center;max-width:800px;margin:0 auto;padding:2rem;position:relative}.story-title{text-shadow:0 2px 10px #00000080;margin-bottom:1rem;font-size:3.5rem;line-height:1.2}.story-date{color:#fffc;font-family:var(--font-mono);margin-bottom:0;font-size:1rem}.story-container{background:var(--card-background);border-radius:var(--border-radius);max-width:800px;box-shadow:var(--shadow);z-index:10;margin:-4rem auto 0;padding:3rem 1.5rem;position:relative}.story-content{font-size:1.125rem;line-height:1.8}.story-content h2{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2rem}.story-content h3{margin-top:2rem;margin-bottom:1rem;font-size:1.75rem}.story-content p{margin-bottom:1.5rem}.story-content blockquote{border-left:4px solid var(--accent-color);border-radius:0 var(--border-radius) var(--border-radius) 0;background-color:#00000008;margin:2rem 0;padding:1rem 1.5rem}.story-content pre{background-color:var(--secondary-color);color:#fff;border-radius:var(--border-radius);font-family:var(--font-mono);margin:2rem 0;padding:1.5rem;overflow-x:auto}.story-content code{font-family:var(--font-mono);background-color:#0000000d;border-radius:4px;padding:.2rem .4rem}.story-content hr{background:var(--border-color);border:0;height:1px;margin:3rem 0}.story-content img{border-radius:var(--border-radius);max-width:100%;margin:2rem 0}.story-content em{font-style:italic}.story-content strong{font-weight:700}.references{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:2rem}.references h3{margin-bottom:1.5rem;font-size:1.75rem;display:inline-block;position:relative}.references h3:after{content:"";background:var(--accent-color);width:50px;height:3px;margin-top:.5rem;display:block}.reference-item{border-radius:var(--border-radius);border-left:3px solid var(--accent-color);background-color:#00000005;margin-bottom:2rem;padding:1.5rem}.reference-title{font-weight:600;font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.25rem}.reference-url{word-break:break-all;font-family:var(--font-mono);margin-top:.5rem;font-size:.9rem;display:inline-block}.read-next{border-top:1px solid var(--border-color);margin-top:4rem;padding-top:2rem}.read-next h3{text-align:center;margin-bottom:2rem;font-size:2rem;position:relative}.read-next h3:after{content:"";background:var(--accent-color);width:60px;height:3px;margin:1rem auto;display:block}.read-next-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;display:grid}.about-container{background:var(--card-background);border-radius:var(--border-radius);max-width:800px;box-shadow:var(--shadow);margin:4rem auto;padding:3rem 1.5rem}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{margin-bottom:1rem;font-size:3rem;position:relative}.about-header h1:after{content:"";background:var(--accent-color);width:80px;height:4px;margin:1rem auto;display:block}.about-content{font-size:1.125rem;line-height:1.8}.about-content h2{margin-top:2.5rem;margin-bottom:1.5rem;font-size:2rem;display:inline-block;position:relative}.about-content h2:after{content:"";background:var(--accent-color);width:50px;height:3px;margin-top:.5rem;display:block}.footer{color:#fff;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);margin-top:6rem;padding:3rem 0;position:relative}.footer:before{content:"";background:linear-gradient(90deg, var(--accent-color), transparent);height:4px;position:absolute;top:0;left:0;right:0}.footer-container{justify-content:space-between;align-items:center;display:flex}.footer-text{opacity:.8;margin:0}.footer-links{gap:1.5rem;display:flex}.footer-link{color:#fff;opacity:.8;transition:var(--transition);position:relative}.footer-link:after{content:"";width:0;height:2px;transition:var(--transition);background-color:#fff;position:absolute;bottom:-4px;left:0}.footer-link:hover{opacity:1;text-decoration:none}.footer-link:hover:after{width:100%}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.75rem}.hero{padding:4rem 0}.hero h1{font-size:2.5rem}.story-hero{height:50vh}.story-title{font-size:2.5rem}.footer-container{text-align:center;flex-direction:column;gap:1.5rem}.featured-story{margin-top:-2rem}.story-container{margin-top:-2rem;padding:2rem 1.25rem}}@media (width<=480px){.navbar-container{flex-direction:column;gap:1rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.story-title{font-size:2rem}.story-hero{height:40vh}}.tags-list{flex-wrap:wrap;gap:.5rem;margin:.5rem 0;display:flex}.tag-pill{color:#555;background-color:#0000000d;border-radius:1rem;padding:.25rem .75rem;font-size:.8rem;text-decoration:none;transition:all .2s;display:inline-block}.tag-pill:hover{color:#000;background-color:#0000001a;text-decoration:none}.story-card-tags{margin-top:.25rem;margin-bottom:.5rem}.story-tags{margin-top:.5rem}.story-tags .tag-pill{color:#fff;background-color:#fff3}.story-tags .tag-pill:hover{background-color:#ffffff4d}.tag-collection-header,.collection-header{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem}.tag-collection-header h1,.collection-header h1{margin-bottom:.5rem}.tag-collection-header .highlight{color:#06c}.collection-description{color:#555;margin-bottom:1rem;font-size:1.1rem}.back-link{color:#06c;margin-top:1rem;text-decoration:none;display:inline-block}.back-link:hover{text-decoration:underline}.no-stories{text-align:center;padding:3rem 0}.collections-section{margin:2rem 0}.collections-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.collection-card{background-color:#f9f9f9;border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000000d}.collection-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.collection-title{margin-top:0;margin-bottom:.75rem}.collection-title a{color:#333;text-decoration:none}.collection-title a:hover{color:#06c}.view-collection{color:#06c;margin-top:1rem;font-weight:500;text-decoration:none;display:inline-block}.view-collection:hover{text-decoration:underline}.all-tags{margin:2rem 0}.tags-cloud{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.tag-cloud-item{background-color:#f0f0f0;border-radius:1.5rem;padding:.35rem 1rem;font-size:.9rem;transition:all .2s}.tag-cloud-item:hover{color:#fff;background-color:#06c}
