@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Inter:wght@300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=PT+Serif+Caption:ital@0;1&family=Radley:ital@0;1&family=Slabo+13px&family=Slabo+27px&display=swap");:root{--font-main:"Radley",serif;--font-meta:"Inter",sans-serif;--primary-color:#000000;--secondary-color:#333333;--accent-color:#261462;--background-color:#ffffff;--light-gray:#f5f5f5;--medium-gray:#cccccc;--dark-gray:#666666;--border-color:#000000;--text-color:#000000;--text-muted:#666666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);line-height:1.4;color:var(--text-color);background-color:var(--background-color);font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{background:var(--background-color);border-bottom:2px solid var(--primary-color)}.site-header .container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 20px}.site-header .header-content{display:flex;flex-direction:column;align-items:flex-start}.site-header .title-with-icon{display:flex;align-items:center;gap:1rem}.site-header .site-icon{width:60px;height:60px;object-fit:contain}.site-header .title-text{display:flex;flex-direction:column}.site-title{font-family:var(--font-main);font-size:2.5rem;font-weight:900;color:var(--accent-color);text-decoration:none;letter-spacing:-.02em;text-transform:capitalize}.site-title:hover{color:var(--primary-color)}.site-tagline{font-family:var(--font-meta);font-size:.9rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-style:italic}.site-nav ul{display:flex;list-style:none;gap:1.5rem}.site-nav ul li a{color:var(--primary-color);text-decoration:none;font-weight:600;font-size:.9rem;padding:.4rem .8rem;border:2px solid var(--primary-color);text-transform:uppercase}.site-nav ul li a:hover{background-color:var(--primary-color);color:white}.main-content{max-width:1500px;margin:0 auto;padding:.5rem 20px 1.5rem}.newspaper-layout{display:grid;grid-template-columns:1fr 2fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem;border-bottom:3px solid var(--primary-color);padding-bottom:2rem;align-items:start}.side-cards{display:flex;flex-direction:column;gap:.5rem}.side-cards .side-card{background:var(--background-color)}.side-cards .side-card .card-image,.side-cards .side-card .card-image-placeholder{width:100%;height:120px;object-fit:cover}.side-cards .side-card .card-image-placeholder{background:var(--light-gray);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.side-cards .side-card .card-image-placeholder:before{content:"No Image"}.side-cards .side-card .card-content{padding:1rem}.side-cards .side-card .card-content h3{font-family:var(--font-main);font-size:2rem;font-weight:700;line-height:1.2;text-transform:capitalize;margin-bottom:.5rem}.side-cards .side-card .card-content h3 a,.side-cards .side-card .card-content h3 span{color:var(--primary-color);text-decoration:none}.side-cards .side-card .card-content h3 a:hover,.side-cards .side-card .card-content h3 span:hover{color:var(--accent-color)}.side-cards .side-card .card-content .card-meta{font-family:var(--font-meta);color:var(--text-muted);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.featured-article .main-story h1{font-family:var(--font-main);font-size:3.5rem;font-weight:900;line-height:1;color:var(--primary-color);margin-bottom:1rem;text-transform:capitalize;letter-spacing:-.02em}.featured-article .main-story h1 a,.featured-article .main-story h1 span{color:var(--primary-color);text-decoration:none}.featured-article .main-story h1 a:hover,.featured-article .main-story h1 span:hover{color:var(--accent-color)}.featured-article .main-story .story-meta{font-family:var(--font-meta);color:var(--text-muted);font-weight:700;margin-bottom:1.5rem;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.featured-article .main-story .story-image-container{margin-bottom:0}.featured-article .main-story .story-image{width:100%;object-fit:cover;margin-bottom:0}.featured-article .main-story .story-excerpt{font-size:1.1rem;line-height:1.5;color:var(--secondary-color);font-weight:400;text-align:left;margin-top:1rem}.newspaper-columns{margin-top:2rem}.newspaper-columns .columns-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.newspaper-columns .column-story{background:var(--background-color);page-break-inside:avoid;break-inside:avoid}.newspaper-columns .column-story .card-image,.newspaper-columns .column-story .card-image-placeholder{width:100%;height:180px;object-fit:cover}.newspaper-columns .column-story .card-image-placeholder{background:var(--light-gray);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.newspaper-columns .column-story .card-image-placeholder:before{content:"No Image"}.newspaper-columns .column-story .card-content{padding:1.5rem}.newspaper-columns .column-story .card-content h3{font-family:var(--font-main);font-size:1.3rem;font-weight:700;line-height:1.2;text-transform:capitalize;margin-bottom:.75rem}.newspaper-columns .column-story .card-content h3 a,.newspaper-columns .column-story .card-content h3 span{color:var(--primary-color);text-decoration:none}.newspaper-columns .column-story .card-content h3 a:hover,.newspaper-columns .column-story .card-content h3 span:hover{color:var(--accent-color)}.newspaper-columns .column-story .card-content .card-meta{font-family:var(--font-meta);color:var(--text-muted);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem}.site-footer{background:var(--primary-color);color:white;padding:3rem 0 2rem;margin-top:4rem}.site-footer a{color:white}.site-footer .container{text-align:center}.site-footer p{margin-bottom:1rem;font-weight:600}.site-footer .footer-links a{color:white;text-decoration:none;margin:0 .5rem;font-weight:700;text-transform:uppercase}.site-footer .footer-links a:hover{color:white;text-decoration:underline}.publication-badge{display:inline-block;font-family:var(--font-meta);font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:.2rem .5rem;margin-bottom:.5rem;background:var(--accent-color);color:white;border-radius:2px}.landing-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem 1rem}.landing-container .landing-icon{width:120px;height:120px;object-fit:contain;margin-bottom:1.5rem;opacity:.9}.landing-container h1{font-family:var(--font-main);font-size:3rem;font-weight:900;color:var(--primary-color);margin-bottom:.5rem;letter-spacing:-.02em}.landing-container .landing-subtitle{font-family:var(--font-meta);font-size:1.05rem;color:var(--text-muted);margin-bottom:2.5rem;max-width:500px;line-height:1.5}.scenario-form{display:flex;gap:0;width:100%;max-width:600px}.scenario-form input[type=text]{flex:1 1;font-family:var(--font-meta);font-size:1rem;padding:.9rem 1.2rem;border:2px solid var(--primary-color);border-right:none;outline:none;background:var(--background-color);color:var(--text-color);transition:border-color .2s}.scenario-form input[type=text]:focus{border-color:var(--accent-color)}.scenario-form input[type=text]::placeholder{color:var(--medium-gray);font-style:italic}.scenario-form button{font-family:var(--font-meta);font-size:.9rem;font-weight:700;padding:.9rem 1.5rem;border:2px solid var(--primary-color);background:var(--primary-color);color:white;cursor:pointer;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;transition:background .2s,opacity .2s}.scenario-form button:hover:not(:disabled){background:var(--accent-color);border-color:var(--accent-color)}.scenario-form button:disabled{opacity:.5;cursor:not-allowed}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;gap:1.5rem}.loading-spinner{width:48px;height:48px;border-top:4px solid var(--light-gray);border:4px solid var(--light-gray);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-container .loading-text{font-family:var(--font-meta);font-size:1rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.loading-container .loading-subtext{font-family:var(--font-meta);font-size:.85rem;color:var(--medium-gray);max-width:400px}.error-banner{max-width:600px;margin:2rem auto;padding:1.5rem;border:2px solid #c0392b;background:#fdf2f2;text-align:center}.error-banner h3{font-family:var(--font-meta);font-size:1rem;font-weight:700;color:#c0392b;text-transform:uppercase;margin-bottom:.5rem}.error-banner p{font-family:var(--font-meta);font-size:.9rem;color:var(--secondary-color);margin-bottom:1rem}.error-banner button{font-family:var(--font-meta);font-size:.85rem;font-weight:700;padding:.6rem 1.2rem;border:2px solid var(--primary-color);background:var(--primary-color);color:white;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.error-banner button:hover{background:var(--accent-color);border-color:var(--accent-color)}.reset-bar{text-align:center;padding:.5rem 0;border-bottom:2px solid var(--primary-color);margin-bottom:.5rem}.reset-bar .scenario-label{font-family:var(--font-meta);font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.reset-bar .scenario-label strong,.reset-bar button{color:var(--primary-color);font-weight:700}.reset-bar button{font-family:var(--font-meta);font-size:.8rem;padding:.5rem 1rem;border:2px solid var(--primary-color);background:transparent;cursor:pointer;text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}.reset-bar button:hover{background:var(--primary-color);color:white}.skeleton{background:linear-gradient(90deg,var(--light-gray) 25%,#e8e8e8 50%,var(--light-gray) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;border-radius:2px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-text.wide{width:80%}.skeleton-text.medium{width:60%}.skeleton-text.narrow{width:40%}.skeleton-headline{height:2.5rem;margin-bottom:1rem}.skeleton-image{height:180px;margin-bottom:.5rem}@media (max-width:1024px){.newspaper-columns .columns-grid{grid-template-columns:1fr 1fr;gap:.5rem}.newspaper-columns .column-story .card-image,.newspaper-columns .column-story .card-image-placeholder{height:120px}.newspaper-columns .column-story .card-content{padding:.5rem}.newspaper-columns .column-story .card-content h3{font-size:.9rem;line-height:1.1rem;margin-bottom:.75rem}.newspaper-columns .column-story .card-content .card-meta{font-size:.85rem;letter-spacing:.5px;margin-bottom:1rem}}@media (max-width:768px){.featured-article .main-story{text-align:left}.site-header .container{flex-direction:column;gap:1rem}.site-header .header-content{text-align:center;align-items:center!important}.site-header .title-with-icon{gap:.5rem}.site-header .site-icon{display:none;width:50px;height:50px}.site-title{font-size:2rem}.site-tagline{font-size:.8rem}.site-nav ul{gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:.4rem}.site-nav ul li a{padding:.3rem .6rem;font-size:.8rem}.newspaper-layout{grid-template-columns:1fr;gap:2rem}.side-cards{order:1;flex-direction:column;gap:1rem;max-width:100%;overflow-x:scroll;padding-bottom:1rem}.side-cards .side-card{flex:0 0 200px}.side-cards .side-card .card-image,.side-cards .side-card .card-image-placeholder{height:100px}.side-cards .side-card .card-content{padding:.8rem}.side-cards .side-card .card-content h3{font-size:1rem}.featured-article{order:0}.featured-article .main-story h1{font-size:2rem}.featured-article .main-story .story-image,.featured-article .main-story .story-image.taller{height:200px}.columns-grid{grid-template-columns:1fr;gap:1.5rem}.column-story .card-image,.column-story .card-image-placeholder{height:150px}.column-story .card-content{padding:1rem}.column-story .card-content h3{font-size:2rem}.main-content{padding:0 15px 1rem}.container{padding:0 15px}.landing-container h1{font-size:2.2rem}.scenario-form{flex-direction:column}.scenario-form input[type=text]{border-right:2px solid var(--primary-color);border-bottom:none}.scenario-form input[type=text]:focus{border-color:var(--accent-color)}}@media (max-width:480px){.featured-article .main-story h1{font-size:2rem}.side-cards .side-card{flex:0 0 180px}.column-story .card-content h3,.side-cards .side-card .card-content h3{font-size:1.5rem}.column-story .card-image,.column-story .card-image-placeholder{height:120px}.landing-container h1{font-size:1.8rem}.landing-container .landing-icon{width:80px;height:80px}}