*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--blue:#06f;--blue-dark:#0047cc;--dark:#111;--gray-dark:#1a1a1a;--gray-mid:#444;--gray-light:#888;--gray-border:#e0e0e0;--bg:#fff;--bg-secondary:#f4f4f4;--text:#111;--text-secondary:#444;--text-muted:#777;--serif:"Roboto Serif",Georgia,serif;--sans:"Roboto",Arial,sans-serif}html{font-size:16px}body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}img{max-width:100%;display:block}.top-bar{background:var(--dark);color:#fff;font-size:.72rem;padding:0 1rem;height:36px;display:flex;align-items:center;justify-content:space-between;gap:1rem;overflow:hidden}.top-bar-date{color:#aaa;white-space:nowrap}.top-bar-links{display:flex;gap:1.2rem;align-items:center;flex-shrink:0}.top-bar-links a{color:#ccc;transition:color .2s}.masthead,.top-bar-links a:hover{color:#fff}.masthead{background:var(--blue);padding:0 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.masthead-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column}.masthead-top{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0 .6rem;gap:1rem}.masthead-logo{display:flex;flex-direction:column;gap:.1rem}.masthead-logo-title{font-family:var(--serif);font-size:2.4rem;font-weight:900;color:#fff;line-height:1;letter-spacing:-.02em}.masthead-logo-sub{font-size:.65rem;color:hsla(0,0%,100%,.8);font-weight:400;letter-spacing:.08em;text-transform:uppercase}.masthead-author{display:flex;align-items:center;gap:.6rem;flex-shrink:0}.masthead-author-photo{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid hsla(0,0%,100%,.4)}.masthead-author-info{display:flex;flex-direction:column}.masthead-author-label{font-size:.6rem;color:hsla(0,0%,100%,.7);text-transform:uppercase;letter-spacing:.05em}.masthead-author-name{font-size:.75rem;font-weight:700;color:#fff}.masthead-author-name:hover{color:hsla(0,0%,100%,.85)}.masthead-author-ig{font-size:.65rem;color:hsla(0,0%,100%,.6)}.masthead-nav{display:flex;gap:0;border-top:1px solid hsla(0,0%,100%,.15);overflow-x:auto;scrollbar-width:none}.masthead-nav::-webkit-scrollbar{display:none}.masthead-nav a{padding:.45rem .9rem;font-size:.78rem;font-weight:500;color:hsla(0,0%,100%,.85);white-space:nowrap;border-bottom:2px solid transparent;transition:all .15s;text-transform:uppercase;letter-spacing:.03em}.masthead-nav a.active,.masthead-nav a:hover{color:#fff;border-bottom-color:#fff}.ticker-bar{background:var(--dark);height:34px;gap:0;overflow:hidden}.ticker-bar,.ticker-label{color:#fff;display:flex;align-items:center}.ticker-label{background:var(--blue);font-weight:700;font-size:.7rem;text-transform:uppercase;padding:0 .8rem;height:100%;white-space:nowrap;letter-spacing:.05em;flex-shrink:0}.ticker-content{flex:1 1;overflow:hidden;position:relative}.ticker-text{font-size:.78rem;color:#ddd;white-space:nowrap;padding-left:1rem;animation:ticker-scroll 30s linear infinite}@keyframes ticker-scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.container{max-width:1100px;margin:0 auto;padding:0 1rem}.featured-section{padding:1.5rem 0 1rem}.featured-article{display:grid;grid-template-columns:1fr 340px;grid-gap:1.5rem;gap:1.5rem;align-items:start}.featured-image-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:4px;background:#eee}.featured-image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.featured-image-wrap:hover img{transform:scale(1.02)}.featured-tag{position:absolute;top:.8rem;left:.8rem;background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.2rem .5rem;letter-spacing:.05em}.featured-kicker{font-size:.72rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.featured-title{font-family:var(--serif);font-size:1.75rem;font-weight:900;line-height:1.15;color:var(--text);margin-bottom:.6rem;transition:color .2s}a:hover .featured-title{color:var(--blue)}.featured-summary{font-size:.92rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.8rem}.featured-meta{display:flex;align-items:center;gap:.8rem;font-size:.75rem;color:var(--text-muted)}.featured-source{font-weight:600;color:var(--gray-mid)}.section-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0 .8rem;border-top:2px solid var(--dark);margin-top:1rem}.section-title{font-size:1rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:var(--dark)}.section-line{height:2px;background:var(--gray-border);margin:0 0 1.5rem}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.2rem 1.5rem;gap:1.2rem 1.5rem;margin-bottom:2rem}.news-card{display:flex;flex-direction:column;gap:.4rem}.news-card-img{aspect-ratio:16/9;object-fit:cover;border-radius:3px;background:#eee;width:100%;transition:opacity .2s}.news-card:hover .news-card-img{opacity:.9}.news-card-kicker{font-size:.65rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em;margin-top:.2rem}.news-card-title{font-family:var(--serif);font-size:.95rem;font-weight:700;line-height:1.25;color:var(--text);transition:color .2s}.news-card:hover .news-card-title{color:var(--blue)}.news-card-meta{font-size:.7rem;color:var(--text-muted)}.share-bar{display:flex;align-items:center;gap:.6rem;padding:.8rem 0;border-top:1px solid var(--gray-border);border-bottom:1px solid var(--gray-border);margin:1.2rem 0}.share-label{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-right:.3rem}.share-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;cursor:pointer;border:none;transition:opacity .2s,transform .1s;text-decoration:none;position:relative;overflow:hidden}.share-btn:hover{opacity:.85;transform:translateY(-1px)}.share-btn img{width:100%;height:100%;object-fit:cover;display:block}.copied-badge{position:absolute;top:-4px;right:-4px;background:#25d366;color:#fff;font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.article-page{max-width:740px;margin:0 auto;padding:1.5rem 1rem 3rem}.back-link{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--text-muted);margin-bottom:1.5rem;transition:color .2s}.back-link:hover{color:var(--blue)}.article-header{margin-bottom:1.5rem}.article-tag{display:inline-block;background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;padding:.2rem .5rem;letter-spacing:.06em;margin-bottom:.6rem}.article-title{font-family:var(--serif);font-size:2rem;font-weight:900;line-height:1.15;color:var(--text);margin-bottom:.6rem}.article-meta{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.article-author{font-weight:600;color:var(--gray-dark)}.article-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;margin-bottom:1.5rem}.article-body{font-size:1.05rem;line-height:1.75;color:var(--text)}.article-body p{margin-bottom:1.2rem}.article-body a{color:var(--blue);text-decoration:underline}.article-source-box{margin-top:2rem;padding:1rem 1.2rem;background:var(--bg-secondary);border-left:4px solid var(--blue);border-radius:0 4px 4px 0;font-size:.88rem;color:var(--text-secondary)}.article-source-box strong{display:block;margin-bottom:.2rem;color:var(--text);font-size:.78rem;text-transform:uppercase;letter-spacing:.05em}.ad-slot{background:var(--bg-secondary);border:1px solid var(--gray-border);border-radius:4px;height:100px;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--text-muted);margin:1.5rem 0}.site-footer{background:var(--dark);color:#ccc;padding:2rem 1rem;margin-top:3rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.footer-logo{font-family:var(--serif);font-size:1.6rem;font-weight:900;color:#fff}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.8rem;color:#888;transition:color .2s}.footer-links a:hover{color:#fff}.footer-copy{font-size:.72rem;color:#555}@media (max-width:900px){.featured-article{grid-template-columns:1fr}.featured-image-wrap{max-height:280px}.news-grid{grid-template-columns:repeat(2,1fr)}.masthead-author{display:none}}@media (max-width:600px){.news-grid{grid-template-columns:1fr}.masthead-logo-title{font-size:1.8rem}.article-title{font-size:1.5rem}.top-bar{display:none}}