:root{
	--themefy-primary:#4b176f;
	--themefy-primary-2:#321044;
	--themefy-accent:#ff6252;
	--themefy-highlight:#d6a228;
	--themefy-surface:#fffaf5;
	--themefy-ink:#15131a;
	--themefy-muted:#696572;
	--themefy-border:#e7e1e8;
	--themefy-card:#ffffff;
	--themefy-bg:#fffdfb;
	--themefy-dark:#17101d;
	--themefy-radius:14px;
	--themefy-shadow:0 16px 42px rgba(42,16,55,.09);
	--themefy-container:1240px;
	--themefy-font-sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	--themefy-font-serif:Georgia,"Times New Roman",serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--themefy-bg);color:var(--themefy-ink);font-family:var(--themefy-font-sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.themefy-dark{--themefy-bg:#100d13;--themefy-surface:#18121d;--themefy-card:#1c1621;--themefy-ink:#f6f1f8;--themefy-muted:#b8afbd;--themefy-border:#362c3d;--themefy-shadow:0 16px 42px rgba(0,0,0,.26)}
body.themefy-default-dark:not(.themefy-light){--themefy-bg:#100d13;--themefy-surface:#18121d;--themefy-card:#1c1621;--themefy-ink:#f6f1f8;--themefy-muted:#b8afbd;--themefy-border:#362c3d;--themefy-shadow:0 16px 42px rgba(0,0,0,.26)}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--themefy-accent)}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.screen-reader-text:focus{clip:auto!important;width:auto;height:auto;top:8px;left:8px;padding:12px 16px;background:#fff;color:#111;z-index:99999}
.themefy-container{width:min(calc(100% - 40px),var(--themefy-container));margin-inline:auto}
.themefy-site-shell{min-height:100vh;display:flex;flex-direction:column}.themefy-site-main{flex:1}
.themefy-skip-link{z-index:99999}

/* Header */
.themefy-topbar{background:var(--themefy-primary-2);color:#eee2f4;font-size:12px;letter-spacing:.02em}
.themefy-topbar-inner{min-height:35px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.themefy-topbar-left{display:flex;align-items:center;gap:18px}.themefy-tagline-top{opacity:.78}
.themefy-top-menu ul,.themefy-footer-bottom ul{display:flex;align-items:center;gap:18px;list-style:none;margin:0;padding:0}.themefy-top-menu a{opacity:.9}
.themefy-masthead{background:var(--themefy-card);border-bottom:1px solid var(--themefy-border)}
.themefy-masthead-inner{min-height:116px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.themefy-brand{display:flex;flex-direction:column;align-items:flex-start;min-width:260px}.custom-logo{max-height:72px;width:auto}.custom-logo-link{display:inline-block}
.themefy-text-logo{display:inline-flex;align-items:baseline;font-size:42px;line-height:1;font-weight:900;letter-spacing:-.055em;color:var(--themefy-primary)}
.themefy-text-logo strong{font-weight:900;color:var(--themefy-accent)}
.themefy-brand-tagline{margin-top:9px;color:var(--themefy-muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:700}
.themefy-header-ad{justify-self:end;max-width:760px;width:100%}.themefy-header-ad .widget{margin:0}.themefy-header-actions{display:none;gap:8px;justify-self:end}
.themefy-nav-wrap{background:var(--themefy-primary);color:#fff;position:relative;z-index:100}
.themefy-sticky-enabled .themefy-nav-wrap{position:sticky;top:0}
.admin-bar.themefy-sticky-enabled .themefy-nav-wrap{top:32px}
.themefy-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:54px}
.themefy-primary-nav{min-width:0}.themefy-primary-menu,.themefy-primary-nav>div>ul{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}
.themefy-primary-menu>li,.themefy-primary-nav>div>ul>li{position:relative}
.themefy-primary-menu>li>a,.themefy-primary-nav>div>ul>li>a{display:block;padding:17px 13px;font-size:13px;line-height:20px;text-transform:uppercase;letter-spacing:.045em;font-weight:800}
.themefy-primary-menu>li:hover>a,.themefy-primary-menu>li.current-menu-item>a{background:rgba(255,255,255,.1);color:#fff}
.themefy-primary-menu .sub-menu{position:absolute;left:0;top:100%;min-width:230px;background:var(--themefy-card);color:var(--themefy-ink);padding:10px;list-style:none;margin:0;box-shadow:var(--themefy-shadow);border:1px solid var(--themefy-border);border-radius:0 0 10px 10px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease}
.themefy-primary-menu li:hover>.sub-menu,.themefy-primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.themefy-primary-menu .sub-menu a{display:block;padding:9px 11px;border-radius:6px;font-weight:650;font-size:14px}.themefy-primary-menu .sub-menu a:hover{background:var(--themefy-surface)}
.themefy-nav-actions,.themefy-header-actions{display:flex;align-items:center;gap:4px}.themefy-icon-button{width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:inherit;font-weight:800;font-size:21px;display:grid;place-items:center}.themefy-icon-button:hover{background:rgba(255,255,255,.12)}
.themefy-menu-toggle{display:none;background:none;border:0;padding:10px}.themefy-menu-toggle>span:not(.screen-reader-text){display:block;width:24px;height:2px;background:currentColor;margin:4px 0}
.themefy-search-panel{background:var(--themefy-card);border-bottom:1px solid var(--themefy-border);padding:24px 0;box-shadow:var(--themefy-shadow)}
.themefy-search-form{display:flex;gap:10px;width:100%}.themefy-search-form label{flex:1}.themefy-search-form input{width:100%;height:50px;border:1px solid var(--themefy-border);border-radius:8px;background:var(--themefy-bg);color:var(--themefy-ink);padding:0 16px}.themefy-search-form button,.themefy-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border:0;border-radius:8px;padding:0 20px;background:var(--themefy-primary);color:#fff;font-weight:800}.themefy-search-form button:hover,.themefy-button:hover{background:var(--themefy-accent);color:#fff}

/* Global editorial */
.themefy-home-section{padding:48px 0}.themefy-home-section+.themefy-home-section{border-top:1px solid var(--themefy-border)}
.themefy-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.themefy-section-head h2{margin:0;font-family:var(--themefy-font-serif);font-size:30px;line-height:1.1;letter-spacing:-.025em}.themefy-section-head h2:after{content:"";display:block;width:44px;height:4px;background:var(--themefy-accent);border-radius:4px;margin-top:11px}.themefy-section-head>a{font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--themefy-primary)}
.themefy-category,.themefy-eyebrow{display:inline-block;color:var(--themefy-accent);font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.09em;font-weight:900;margin-bottom:9px}
.themefy-post-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--themefy-muted);font-size:11px;line-height:1.3;text-transform:uppercase;letter-spacing:.035em}.themefy-post-meta>*+*:before{content:"•";margin-right:9px;color:var(--themefy-highlight)}
.themefy-card,.themefy-list-item{min-width:0}.themefy-card-media,.themefy-list-media,.themefy-media,.themefy-profile-image{display:block;position:relative;overflow:hidden;background:#e8e2ea}.themefy-card-media img,.themefy-list-media img,.themefy-media img,.themefy-profile-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.themefy-card:hover img,.themefy-list-item:hover img,.themefy-dark-card:hover img{transform:scale(1.035)}
.themefy-placeholder{display:block;width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,var(--themefy-primary),var(--themefy-accent));opacity:.9}
.themefy-card h3,.themefy-list-item h3,.themefy-dark-card h3{margin:0;font-family:var(--themefy-font-serif);line-height:1.18;letter-spacing:-.02em}.themefy-card h3{font-size:21px}.themefy-card p,.themefy-list-item p{color:var(--themefy-muted);margin:10px 0 12px;font-size:14px;line-height:1.55}
.themefy-card-media{border-radius:var(--themefy-radius);aspect-ratio:16/10}.themefy-card-body{padding-top:15px}

/* Ticker */
.themefy-ticker{background:var(--themefy-surface);border-bottom:1px solid var(--themefy-border)}.themefy-ticker-inner{height:46px;display:flex;align-items:center;gap:18px;overflow:hidden}.themefy-ticker-inner>strong{background:var(--themefy-accent);color:#fff;padding:5px 10px;border-radius:5px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}.themefy-ticker-track{display:flex;align-items:center;gap:30px;min-width:0;overflow:hidden;white-space:nowrap}.themefy-ticker-track a{font-size:13px;font-weight:700}.themefy-ticker-track a span{color:var(--themefy-highlight);font-size:7px;margin-right:7px}

/* Hero */
.themefy-hero-section{padding-top:30px}.themefy-hero-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.85fr);gap:22px}.themefy-hero-lead{position:relative;min-height:590px;border-radius:18px;overflow:hidden;background:var(--themefy-dark);color:#fff}.themefy-hero-lead .themefy-media{position:absolute;inset:0}.themefy-hero-lead .themefy-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(10,5,14,.84) 100%)}.themefy-hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:42px;z-index:2}.themefy-hero-overlay h2{font-family:var(--themefy-font-serif);font-size:44px;line-height:1.05;letter-spacing:-.035em;margin:0 0 14px;max-width:820px}.themefy-hero-overlay h2 a:hover{color:#fff}.themefy-hero-overlay p{max-width:700px;font-size:16px;line-height:1.55;color:#eee2f2;margin:0 0 18px}.themefy-hero-overlay .themefy-post-meta{color:#ddd0e2}.themefy-hero-side{display:grid;gap:20px}.themefy-hero-side-card{display:grid;grid-template-columns:150px 1fr;gap:15px;padding-bottom:20px;border-bottom:1px solid var(--themefy-border)}.themefy-hero-side-card:last-child{border-bottom:0;padding-bottom:0}.themefy-hero-side-card .themefy-card-media{aspect-ratio:1/1}.themefy-hero-side-card .themefy-card-body{padding-top:2px}.themefy-hero-side-card h3{font-size:18px}.themefy-hero-side-card p{display:none}

/* Card grids */
.themefy-scroll-cards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);gap:20px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:12px;scroll-snap-type:inline mandatory}.themefy-scroll-cards>.themefy-card{scroll-snap-align:start}.themefy-scroll-cards::-webkit-scrollbar{height:7px}.themefy-scroll-cards::-webkit-scrollbar-thumb{background:var(--themefy-border);border-radius:10px}
.themefy-news-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.themefy-news-grid>.themefy-card:first-child{grid-column:span 2;grid-row:span 2}.themefy-news-grid>.themefy-card:first-child .themefy-card-media{aspect-ratio:16/11}.themefy-news-grid>.themefy-card:first-child h3{font-size:31px}.themefy-news-grid>.themefy-card:nth-child(n+2) .themefy-card-media{aspect-ratio:16/9}
.themefy-profile-section{background:var(--themefy-surface)}.themefy-profile-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.themefy-profile-card{background:var(--themefy-card);border-radius:var(--themefy-radius);overflow:hidden;box-shadow:var(--themefy-shadow)}.themefy-profile-image{aspect-ratio:4/5}.themefy-profile-card-body{padding:18px}.themefy-profile-card h3{font-family:var(--themefy-font-serif);font-size:21px;line-height:1.1;margin:0}.themefy-profile-card p{color:var(--themefy-muted);font-size:13px;margin:9px 0 0}
.themefy-split-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:34px}.themefy-split-lead .themefy-card-media{aspect-ratio:16/10}.themefy-split-lead h3{font-size:32px}.themefy-story-list{display:grid;gap:18px}.themefy-list-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:16px;align-items:start}.themefy-list-media{border-radius:10px;aspect-ratio:4/3}.themefy-list-item h3{font-size:18px}.themefy-list-item p{display:none}.themefy-sports-section{background:var(--themefy-surface)}
.themefy-ranked-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:50px}.themefy-ranked-card{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:22px 0;border-top:1px solid var(--themefy-border)}.themefy-rank{font-family:var(--themefy-font-serif);font-size:43px;line-height:1;color:var(--themefy-border);font-weight:900}.themefy-ranked-card h3{font-family:var(--themefy-font-serif);font-size:21px;line-height:1.18;margin:0 0 12px}
.themefy-dark-feature{background:var(--themefy-dark);color:#fff}.themefy-dark-feature .themefy-section-head h2:after{background:var(--themefy-highlight)}.themefy-dark-feature .themefy-section-head>a{color:#fff}.themefy-dark-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.themefy-dark-card .themefy-media{aspect-ratio:16/10;border-radius:var(--themefy-radius);margin-bottom:16px}.themefy-dark-card h3{font-size:21px}.themefy-play{position:absolute;left:15px;bottom:15px;width:43px;height:43px;border-radius:50%;background:#fff;color:var(--themefy-primary);display:grid;place-items:center;font-size:14px;padding-left:2px;box-shadow:0 7px 24px rgba(0,0,0,.24)}
.themefy-newsletter-section{border-top:0!important;padding-top:30px;padding-bottom:30px}.themefy-newsletter-card{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px 50px;border-radius:20px;background:linear-gradient(115deg,var(--themefy-primary),#732aa1);color:#fff;box-shadow:var(--themefy-shadow)}.themefy-newsletter-card h2{font-family:var(--themefy-font-serif);font-size:37px;line-height:1.1;margin:0 0 9px}.themefy-newsletter-card p{margin:0;color:#eadff0;max-width:720px}.themefy-button-light{background:#fff;color:var(--themefy-primary);white-space:nowrap}.themefy-button-light:hover{background:var(--themefy-highlight);color:#201322}
.themefy-latest-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:44px}.themefy-latest-list-item{padding:18px 0;border-top:1px solid var(--themefy-border);grid-template-columns:170px 1fr}.themefy-latest-list-item .themefy-list-media{aspect-ratio:16/10}.themefy-latest-list-item p{display:block}

/* Archives */
.themefy-content-with-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:54px;align-items:start}.themefy-site-main>.themefy-content-with-sidebar{padding-top:48px;padding-bottom:70px}.themefy-archive-header{margin-bottom:30px;padding-bottom:22px;border-bottom:3px solid var(--themefy-primary)}.themefy-archive-header h1{font-family:var(--themefy-font-serif);font-size:43px;line-height:1.05;letter-spacing:-.03em;margin:14px 0 0}.themefy-archive-description{color:var(--themefy-muted);max-width:760px}.themefy-archive-list{display:grid;gap:0}.themefy-archive-item{padding:24px 0;border-bottom:1px solid var(--themefy-border);grid-template-columns:260px 1fr}.themefy-archive-item .themefy-list-media{aspect-ratio:16/10}.themefy-archive-item h3{font-size:25px}.themefy-archive-item p{display:block}
.navigation.pagination{margin-top:35px}.nav-links{display:flex;gap:7px;flex-wrap:wrap}.page-numbers{min-width:40px;height:40px;border:1px solid var(--themefy-border);border-radius:7px;display:grid;place-items:center;padding:0 10px;background:var(--themefy-card)}.page-numbers.current{background:var(--themefy-primary);color:#fff;border-color:var(--themefy-primary)}
.themefy-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--themefy-muted);font-size:12px;margin-bottom:17px}.themefy-breadcrumbs a{font-weight:700;color:var(--themefy-primary)}

/* Sidebar */
.themefy-sidebar{position:sticky;top:80px;display:grid;gap:26px}.widget{background:var(--themefy-card);border:1px solid var(--themefy-border);border-radius:var(--themefy-radius);padding:24px}.widget-title{font-family:var(--themefy-font-serif);font-size:23px;line-height:1.1;margin:0 0 20px;padding-bottom:13px;border-bottom:3px solid var(--themefy-primary)}.widget ul{list-style:none;padding:0;margin:0}.widget li+li{border-top:1px solid var(--themefy-border)}.widget li a{display:block;padding:10px 0}.themefy-popular-list{counter-reset:popular;list-style:none;padding:0;margin:0}.themefy-popular-list li{counter-increment:popular;display:grid;grid-template-columns:32px 1fr;gap:10px;padding:15px 0;border-top:1px solid var(--themefy-border)}.themefy-popular-list li:before{content:counter(popular);font-family:var(--themefy-font-serif);font-size:26px;font-weight:800;color:var(--themefy-accent)}.themefy-popular-list a{padding:0!important;font-family:var(--themefy-font-serif);font-weight:700;line-height:1.25}.themefy-popular-list span{grid-column:2;color:var(--themefy-muted);font-size:11px;text-transform:uppercase}.themefy-sidebar-newsletter{background:var(--themefy-primary);color:#fff}.themefy-sidebar-newsletter .widget-title{border-color:var(--themefy-highlight)}.themefy-sidebar-newsletter p{color:#eadff0}

/* Single articles */
.themefy-article-header-wrap{padding-top:46px}.themefy-article-header{max-width:970px;margin:0 auto;text-align:center}.themefy-article-header h1{font-family:var(--themefy-font-serif);font-size:58px;line-height:1.03;letter-spacing:-.04em;margin:6px 0 18px}.themefy-article-deck{font-family:var(--themefy-font-serif);font-size:21px;line-height:1.48;color:var(--themefy-muted);margin:0 auto 20px;max-width:850px}.themefy-article-header .themefy-post-meta{justify-content:center}.themefy-article-featured{margin-top:34px;max-width:1160px}.themefy-article-featured img{width:100%;border-radius:18px;max-height:720px;object-fit:cover}.themefy-article-featured>p{font-size:12px;color:var(--themefy-muted);margin:8px 4px}.themefy-single-layout{padding-top:42px;padding-bottom:70px}.themefy-article-column{min-width:0}.themefy-entry-content{font-family:var(--themefy-font-serif);font-size:18px;line-height:1.82;color:var(--themefy-ink)}.themefy-entry-content>*{max-width:780px;margin-left:auto;margin-right:auto}.themefy-entry-content>.alignwide{max-width:1050px}.themefy-entry-content>.alignfull{max-width:none;width:100vw;margin-left:calc(50% - 50vw)}.themefy-entry-content p{margin-top:0;margin-bottom:1.35em}.themefy-entry-content h2,.themefy-entry-content h3,.themefy-entry-content h4{font-family:var(--themefy-font-sans);line-height:1.2;letter-spacing:-.025em;scroll-margin-top:95px}.themefy-entry-content h2{font-size:32px;margin-top:1.8em}.themefy-entry-content h3{font-size:24px;margin-top:1.5em}.themefy-entry-content a{text-decoration:underline;text-decoration-color:var(--themefy-accent);text-underline-offset:3px}.themefy-entry-content blockquote{border-left:5px solid var(--themefy-accent);padding:4px 0 4px 25px;font-size:25px;line-height:1.45;font-style:italic;color:var(--themefy-primary)}.themefy-entry-content table{width:100%;border-collapse:collapse;font-family:var(--themefy-font-sans);font-size:15px}.themefy-entry-content th,.themefy-entry-content td{padding:12px;border:1px solid var(--themefy-border);text-align:left}.themefy-entry-content th{background:var(--themefy-surface)}
.themefy-share{max-width:780px;margin:0 auto 25px;padding-bottom:18px;border-bottom:1px solid var(--themefy-border);display:flex;align-items:center;gap:9px;flex-wrap:wrap}.themefy-share>span{font-weight:900;text-transform:uppercase;font-size:11px;letter-spacing:.08em;margin-right:4px}.themefy-share a,.themefy-share button{border:1px solid var(--themefy-border);background:var(--themefy-card);color:var(--themefy-ink);border-radius:999px;padding:7px 12px;font-size:12px;font-weight:750}.themefy-share a:hover,.themefy-share button:hover{border-color:var(--themefy-accent);color:var(--themefy-accent)}
.themefy-toc{max-width:780px;margin:0 auto 28px;background:var(--themefy-surface);border:1px solid var(--themefy-border);border-left:5px solid var(--themefy-primary);border-radius:10px;padding:18px 21px}.themefy-toc-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:0;padding:0;color:var(--themefy-ink);font-weight:900}.themefy-toc ol{margin:14px 0 0;padding-left:20px;font-size:14px}.themefy-toc li{margin:6px 0}.themefy-toc-level-3{margin-left:18px!important}.themefy-toc.is-collapsed ol{display:none}
.themefy-tags{max-width:780px;margin:30px auto;display:flex;gap:8px;flex-wrap:wrap;align-items:center;font-size:13px}.themefy-tags a{background:var(--themefy-surface);border:1px solid var(--themefy-border);padding:7px 10px;border-radius:6px}.themefy-author-box{max-width:780px;margin:35px auto;display:grid;grid-template-columns:80px 1fr;gap:20px;padding:25px;border:1px solid var(--themefy-border);border-radius:var(--themefy-radius);background:var(--themefy-card)}.themefy-author-box img{border-radius:50%}.themefy-author-box span{font-size:11px;text-transform:uppercase;color:var(--themefy-muted);letter-spacing:.08em}.themefy-author-box h2{margin:2px 0 7px;font-size:20px}.themefy-author-box p{margin:0;color:var(--themefy-muted)}.themefy-related{max-width:100%;margin-top:50px}.themefy-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.themefy-related-card h3{font-size:19px}.themefy-related-card p{display:none}.themefy-source-note{max-width:780px;margin:32px auto;padding:17px 20px;border-radius:9px;background:var(--themefy-surface);border:1px solid var(--themefy-border);font-size:13px;color:var(--themefy-muted)}

/* Profile single */
.themefy-profile-hero{background:linear-gradient(145deg,var(--themefy-surface),var(--themefy-bg));padding:42px 0 50px;border-bottom:1px solid var(--themefy-border)}.themefy-profile-hero-grid{display:grid;grid-template-columns:360px minmax(0,1fr);align-items:center;gap:55px}.themefy-profile-portrait{border-radius:22px;overflow:hidden;box-shadow:var(--themefy-shadow);background:var(--themefy-primary);aspect-ratio:4/5}.themefy-profile-portrait img{width:100%;height:100%;object-fit:cover}.themefy-profile-intro h1{font-family:var(--themefy-font-serif);font-size:62px;line-height:1;letter-spacing:-.045em;margin:5px 0 18px}.themefy-profile-intro .themefy-article-deck{margin-left:0}.themefy-profile-highlight{display:inline-flex;flex-direction:column;padding:15px 20px;border-radius:10px;background:var(--themefy-primary);color:#fff;margin:2px 0 20px}.themefy-profile-highlight span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.themefy-profile-highlight strong{font-size:25px;line-height:1.2}.themefy-quick-facts{max-width:780px;margin:0 auto 30px;border:1px solid var(--themefy-border);border-radius:var(--themefy-radius);overflow:hidden;background:var(--themefy-card)}.themefy-quick-facts h2{margin:0;padding:18px 22px;background:var(--themefy-primary);color:#fff;font-family:var(--themefy-font-serif);font-size:25px}.themefy-quick-facts dl{margin:0}.themefy-quick-facts dl>div{display:grid;grid-template-columns:190px 1fr;padding:13px 20px;border-bottom:1px solid var(--themefy-border)}.themefy-quick-facts dl>div:last-child{border-bottom:0}.themefy-quick-facts dt{font-weight:800}.themefy-quick-facts dd{margin:0;color:var(--themefy-muted)}

/* Pages, comments, errors */
.themefy-page-wrap{max-width:980px;padding-top:50px;padding-bottom:70px}.themefy-page-header h1{font-family:var(--themefy-font-serif);font-size:52px;line-height:1.05;margin:0 0 30px}.themefy-page-image{margin-bottom:30px}.themefy-page-image img{border-radius:18px}.themefy-comments-area{max-width:780px;margin:50px auto 0;padding-top:30px;border-top:1px solid var(--themefy-border)}.themefy-comments-title{font-family:var(--themefy-font-serif)}.comment-list{list-style:none;padding:0}.comment-body{padding:20px 0;border-bottom:1px solid var(--themefy-border)}.comment-author{display:flex;align-items:center;gap:10px}.comment-author img{border-radius:50%}.comment-form input:not([type=submit]),.comment-form textarea{width:100%;border:1px solid var(--themefy-border);background:var(--themefy-card);color:var(--themefy-ink);border-radius:7px;padding:11px}.comment-form .submit{border:0;background:var(--themefy-primary);color:#fff;padding:12px 20px;border-radius:7px;font-weight:800}.themefy-error-page{text-align:center;max-width:700px;padding-top:80px;padding-bottom:100px}.themefy-error-code{font-size:100px;line-height:1;font-weight:900;color:var(--themefy-primary)}.themefy-error-page h1{font-family:var(--themefy-font-serif);font-size:42px}.themefy-error-page .themefy-search-form{margin:25px 0}.themefy-empty-state{padding:45px;background:var(--themefy-surface);border-radius:var(--themefy-radius)}

/* Footer */
.themefy-site-footer{background:#17101d;color:#e9deec;margin-top:auto}.themefy-footer-top{display:grid;grid-template-columns:1.3fr repeat(4,minmax(0,1fr));gap:35px;padding:62px 0 45px}.themefy-footer-brand p{color:#b9aebd;max-width:320px}.themefy-footer-logo{font-size:34px;color:#fff}.themefy-footer-column .widget{background:transparent;border:0;border-radius:0;padding:0;color:#e9deec}.themefy-footer-column .widget-title{font-family:var(--themefy-font-sans);font-size:14px;text-transform:uppercase;letter-spacing:.07em;border:0;padding:0;color:#fff}.themefy-footer-column li+li{border-color:#302537}.themefy-footer-bottom{min-height:66px;border-top:1px solid #302537;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#a99dad;font-size:12px}.themefy-footer-bottom p{margin:0}.themefy-footer-bottom a:hover{color:#fff}

@media(max-width:1100px){
	.themefy-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.themefy-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.themefy-dark-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.themefy-content-with-sidebar{grid-template-columns:minmax(0,1fr) 290px;gap:34px}.themefy-footer-top{grid-template-columns:repeat(3,minmax(0,1fr))}.themefy-footer-brand{grid-column:1/-1}.themefy-primary-menu>li>a,.themefy-primary-nav>div>ul>li>a{padding-inline:9px;font-size:12px}
}

@media(max-width:900px){
	.admin-bar.themefy-sticky-enabled .themefy-nav-wrap{top:46px}.themefy-topbar{display:none}.themefy-masthead-inner{min-height:84px;grid-template-columns:auto 1fr auto}.themefy-brand{align-items:center;min-width:0}.themefy-text-logo{font-size:34px}.themefy-brand-tagline{display:none}.themefy-menu-toggle{display:block;color:var(--themefy-ink)}.themefy-header-actions{display:flex}.themefy-header-ad{display:none}.themefy-nav-wrap{position:relative!important;top:auto!important}.themefy-nav-inner{min-height:0}.themefy-primary-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--themefy-card);color:var(--themefy-ink);border-bottom:1px solid var(--themefy-border);box-shadow:var(--themefy-shadow);max-height:75vh;overflow:auto}.themefy-primary-nav.is-open{display:block}.themefy-primary-menu,.themefy-primary-nav>div>ul{display:block;padding:12px 20px}.themefy-primary-menu>li>a,.themefy-primary-nav>div>ul>li>a{padding:12px 8px;border-bottom:1px solid var(--themefy-border)}.themefy-primary-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;padding-left:16px;display:block}.themefy-nav-actions{display:none}.themefy-hero-grid{grid-template-columns:1fr}.themefy-hero-lead{min-height:520px}.themefy-hero-side{grid-template-columns:repeat(2,minmax(0,1fr))}.themefy-split-layout{grid-template-columns:1fr}.themefy-content-with-sidebar{grid-template-columns:1fr}.themefy-sidebar{position:static}.themefy-single-layout .themefy-sidebar{margin-top:20px}.themefy-profile-hero-grid{grid-template-columns:300px 1fr;gap:35px}.themefy-profile-intro h1{font-size:49px}.themefy-article-header h1{font-size:48px}
}

@media(max-width:680px){
	.themefy-container{width:min(calc(100% - 26px),var(--themefy-container))}.themefy-home-section{padding:35px 0}.themefy-section-head{align-items:flex-end}.themefy-section-head h2{font-size:27px}.themefy-section-head>a{font-size:11px}.themefy-masthead-inner{gap:8px}.themefy-text-logo{font-size:30px}.themefy-icon-button{width:34px;height:34px}.themefy-hero-lead{min-height:460px}.themefy-hero-overlay{padding:25px}.themefy-hero-overlay h2{font-size:34px}.themefy-hero-overlay p{display:none}.themefy-hero-side{grid-template-columns:1fr}.themefy-hero-side-card{grid-template-columns:120px 1fr}.themefy-news-grid{grid-template-columns:1fr}.themefy-news-grid>.themefy-card:first-child{grid-column:auto;grid-row:auto}.themefy-news-grid>.themefy-card:first-child h3{font-size:25px}.themefy-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.themefy-profile-card-body{padding:14px}.themefy-profile-card h3{font-size:18px}.themefy-ranked-grid{grid-template-columns:1fr}.themefy-dark-grid{grid-template-columns:1fr}.themefy-newsletter-card{display:block;padding:30px}.themefy-newsletter-card h2{font-size:31px}.themefy-newsletter-card .themefy-button{margin-top:22px}.themefy-latest-list{grid-template-columns:1fr}.themefy-latest-list-item{grid-template-columns:120px 1fr}.themefy-latest-list-item p{display:none}.themefy-archive-item{grid-template-columns:120px 1fr;gap:14px}.themefy-archive-item h3{font-size:19px}.themefy-archive-item p{display:none}.themefy-archive-header h1{font-size:36px}.themefy-article-header-wrap{padding-top:30px}.themefy-article-header h1{font-size:39px}.themefy-article-deck{font-size:18px}.themefy-article-featured{width:100%;margin-top:25px}.themefy-article-featured img{border-radius:0}.themefy-entry-content{font-size:17px;line-height:1.75}.themefy-entry-content h2{font-size:28px}.themefy-related-grid{grid-template-columns:1fr}.themefy-profile-hero{padding-top:28px}.themefy-profile-hero-grid{grid-template-columns:1fr;gap:25px}.themefy-profile-portrait{width:min(100%,330px);margin-inline:auto}.themefy-profile-intro{text-align:center}.themefy-profile-intro h1{font-size:44px}.themefy-profile-intro .themefy-article-deck{margin-inline:auto}.themefy-profile-intro .themefy-post-meta{justify-content:center}.themefy-quick-facts dl>div{grid-template-columns:1fr;gap:3px}.themefy-footer-top{grid-template-columns:1fr 1fr}.themefy-footer-brand{grid-column:1/-1}.themefy-footer-bottom{display:block;padding:20px 0}.themefy-footer-bottom nav{margin-top:12px}.themefy-footer-bottom ul{flex-wrap:wrap}.themefy-share a,.themefy-share button{padding:6px 10px}.themefy-author-box{grid-template-columns:60px 1fr}.themefy-author-box img{width:60px;height:60px}
}

@media(max-width:420px){.themefy-profile-grid{grid-template-columns:1fr}.themefy-footer-top{grid-template-columns:1fr}.themefy-text-logo{font-size:27px}.themefy-hero-overlay h2{font-size:30px}.themefy-list-item{grid-template-columns:110px 1fr}}
.themefy-inline-ad{max-width:780px;margin:28px auto;padding:16px;border:1px dashed var(--themefy-border);border-radius:10px;text-align:center;background:var(--themefy-surface)}.themefy-inline-ad .widget{margin:0;padding:0;border:0;background:transparent}.themefy-inline-ad:before{content:"Advertisement";display:block;margin-bottom:8px;font-family:var(--themefy-font-sans);font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:var(--themefy-muted)}

/* Themefy system options and demo variations */
:root{
	--themefy-primary:#123d6a;
	--themefy-primary-2:color-mix(in srgb,var(--themefy-primary) 72%,#000 28%);
	--themefy-accent:#e53e3e;
	--themefy-highlight:#f2b134;
	--themefy-surface:#f5f7fb;
	--themefy-user-surface:#f5f7fb;
	--themefy-ink:#111827;
	--themefy-user-ink:#111827;
	--themefy-footer:#0d1b2a;
	--themefy-bg:#fff;
	--themefy-muted:#667085;
	--themefy-border:#e4e7ec;
	--themefy-card:#fff;
	--themefy-base-size:16px;
}
body{font-size:var(--themefy-base-size);background:var(--themefy-bg)}
body.themefy-dark,body.themefy-default-dark:not(.themefy-light){
	--themefy-bg:color-mix(in srgb,var(--themefy-user-surface) 90%,#000 10%);
	--themefy-surface:var(--themefy-user-surface);
	--themefy-card:color-mix(in srgb,var(--themefy-user-surface) 84%,#fff 16%);
	--themefy-ink:var(--themefy-user-ink);
	--themefy-muted:color-mix(in srgb,var(--themefy-user-ink) 68%,transparent 32%);
	--themefy-border:color-mix(in srgb,var(--themefy-user-ink) 18%,transparent 82%);
	--themefy-shadow:0 16px 42px rgba(0,0,0,.28);
}
.themefy-site-footer{background:var(--themefy-footer)}
.themefy-text-logo{display:inline-block;max-width:100%;overflow-wrap:anywhere}
.themefy-heading-modern .themefy-section-head h2,.themefy-heading-modern .themefy-card h3,.themefy-heading-modern .themefy-list-item h3,.themefy-heading-modern .themefy-dark-card h3,.themefy-heading-modern .themefy-hero-overlay h2,.themefy-heading-modern .themefy-article-header h1,.themefy-heading-modern .themefy-profile-intro h1,.themefy-heading-modern .themefy-page-header h1{font-family:var(--themefy-font-sans);font-weight:850;letter-spacing:-.035em}
.themefy-heading-compact .themefy-section-head h2,.themefy-heading-compact .themefy-card h3,.themefy-heading-compact .themefy-list-item h3,.themefy-heading-compact .themefy-dark-card h3,.themefy-heading-compact .themefy-hero-overlay h2,.themefy-heading-compact .themefy-article-header h1,.themefy-heading-compact .themefy-profile-intro h1,.themefy-heading-compact .themefy-page-header h1{font-family:var(--themefy-font-sans);font-weight:900;letter-spacing:-.045em;line-height:1.02}
.themefy-card-bordered .themefy-card,.themefy-card-bordered .themefy-profile-card,.themefy-card-bordered .themefy-ranked-card{border:1px solid var(--themefy-border);background:var(--themefy-card);border-radius:var(--themefy-radius);overflow:hidden}
.themefy-card-bordered .themefy-card-body{padding:15px 16px 18px}.themefy-card-bordered .themefy-card-media{border-radius:0}
.themefy-card-soft .themefy-card,.themefy-card-soft .themefy-profile-card{background:var(--themefy-card);border-radius:var(--themefy-radius);box-shadow:var(--themefy-shadow);overflow:hidden}
.themefy-card-soft .themefy-card-body{padding:15px 16px 18px}.themefy-card-soft .themefy-card-media{border-radius:0}
.themefy-card-flat .themefy-card,.themefy-card-flat .themefy-profile-card{box-shadow:none;background:transparent}
.themefy-site-layout-boxed{background:var(--themefy-surface)}
.themefy-site-layout-boxed .themefy-site-shell{width:min(100%,calc(var(--themefy-container) + 80px));margin-inline:auto;background:var(--themefy-bg);box-shadow:0 0 45px rgba(15,23,42,.12)}
.themefy-sidebar-none .themefy-content-with-sidebar{grid-template-columns:minmax(0,1fr)}
.themefy-sidebar-none .themefy-content-with-sidebar>.themefy-sidebar{display:none}
.themefy-sidebar-left .themefy-content-with-sidebar{grid-template-columns:320px minmax(0,1fr)}
.themefy-sidebar-left .themefy-content-with-sidebar>.themefy-sidebar{grid-column:1;grid-row:1}
.themefy-sidebar-left .themefy-content-with-sidebar>.themefy-main-content{grid-column:2;grid-row:1}
.themefy-header-style-centered .themefy-masthead-inner{grid-template-columns:1fr auto 1fr;text-align:center}
.themefy-header-style-centered .themefy-brand{grid-column:2;align-items:center;min-width:0}.themefy-header-style-centered .themefy-header-ad,.themefy-header-style-centered .themefy-header-actions{grid-column:3}
.themefy-header-style-centered .themefy-nav-inner{justify-content:center}.themefy-header-style-centered .themefy-nav-actions{position:absolute;right:max(20px,calc((100vw - var(--themefy-container))/2))}
.themefy-header-style-compact .themefy-topbar{display:none}.themefy-header-style-compact .themefy-masthead-inner{min-height:76px}.themefy-header-style-compact .themefy-text-logo{font-size:34px}.themefy-header-style-compact .themefy-brand-tagline{display:none}.themefy-header-style-compact .themefy-nav-inner{min-height:46px}.themefy-header-style-compact .themefy-primary-menu>li>a{padding-block:13px}
.themefy-header-style-minimal .themefy-topbar{background:transparent;color:var(--themefy-muted);border-bottom:1px solid var(--themefy-border)}.themefy-header-style-minimal .themefy-nav-wrap{background:var(--themefy-card);color:var(--themefy-ink);border-top:1px solid var(--themefy-border);border-bottom:1px solid var(--themefy-border)}.themefy-header-style-minimal .themefy-primary-menu>li:hover>a,.themefy-header-style-minimal .themefy-primary-menu>li.current-menu-item>a{background:var(--themefy-surface);color:var(--themefy-primary)}.themefy-header-style-minimal .themefy-icon-button:hover{background:var(--themefy-surface)}
.themefy-header-style-bold .themefy-masthead{background:var(--themefy-primary);color:#fff;border:0}.themefy-header-style-bold .themefy-text-logo,.themefy-header-style-bold .themefy-brand-tagline{color:#fff}.themefy-header-style-bold .themefy-brand-tagline{opacity:.78}.themefy-header-style-bold .themefy-menu-toggle{color:#fff}.themefy-header-style-bold .themefy-nav-wrap{background:var(--themefy-primary-2)}
.themefy-header-style-bold .themefy-masthead .themefy-icon-button{color:#fff}
.themefy-home-ad{padding:30px 0;text-align:center}.themefy-home-ad .widget{margin:0;background:transparent;border:1px dashed var(--themefy-border)}

@media(max-width:900px){
	.themefy-header-style-centered .themefy-masthead-inner{grid-template-columns:auto 1fr auto;text-align:left}.themefy-header-style-centered .themefy-brand{grid-column:2;align-items:center}.themefy-header-style-centered .themefy-header-actions{grid-column:3}.themefy-header-style-centered .themefy-nav-actions{position:static}
	.themefy-sidebar-left .themefy-content-with-sidebar{grid-template-columns:1fr}.themefy-sidebar-left .themefy-content-with-sidebar>.themefy-sidebar,.themefy-sidebar-left .themefy-content-with-sidebar>.themefy-main-content{grid-column:auto;grid-row:auto}
	.themefy-mobile-menu-offcanvas .themefy-primary-nav{display:block;position:fixed;left:0;right:auto;top:0;bottom:0;width:min(86vw,360px);max-height:none;transform:translateX(-102%);transition:transform .24s ease;z-index:9999;padding-top:72px;border-right:1px solid var(--themefy-border)}
	.themefy-mobile-menu-offcanvas .themefy-primary-nav.is-open{transform:translateX(0)}
}
@media(max-width:520px){
	.themefy-text-logo{font-size:clamp(23px,8vw,30px)}
	.themefy-hero-lead{min-height:410px}
	.themefy-hero-overlay h2{font-size:clamp(28px,9vw,36px)}
	.themefy-article-header h1{font-size:clamp(34px,10vw,42px)}
}
.themefy-mobile-menu{display:none;list-style:none;margin:0;padding:0}
.themefy-sidebar-left .themefy-content-with-sidebar>:not(.themefy-sidebar){grid-column:2;grid-row:1}
@media(max-width:900px){
	.themefy-primary-nav>.themefy-primary-menu{display:block}
	.themefy-primary-nav>.themefy-mobile-menu{display:none}
	.themefy-primary-nav:has(>.themefy-mobile-menu)>.themefy-primary-menu{display:none}
	.themefy-primary-nav:has(>.themefy-mobile-menu)>.themefy-mobile-menu{display:block;padding:12px 20px}
	.themefy-mobile-menu li{list-style:none}.themefy-mobile-menu a{display:block;padding:12px 8px;border-bottom:1px solid var(--themefy-border);font-weight:750}.themefy-mobile-menu .sub-menu{list-style:none;margin:0;padding-left:16px}
	.themefy-sidebar-left .themefy-content-with-sidebar>:not(.themefy-sidebar){grid-column:auto;grid-row:auto}
}
:root{--themefy-dark:var(--themefy-footer)}
.themefy-site-footer{color:#e5e7eb}.themefy-footer-brand p,.themefy-footer-bottom{color:#aab2c0}.themefy-footer-column li+li,.themefy-footer-bottom{border-color:rgba(255,255,255,.12)}

/* Themefy v2 demo engine primitives */
.themefy-home-main{overflow:hidden}.themefy-story-card,.themefy-list-item{min-width:0}.themefy-story-image{display:block;overflow:hidden;background:linear-gradient(135deg,var(--themefy-primary),var(--themefy-accent));position:relative}.themefy-story-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.themefy-story-card:hover .themefy-story-image img,.themefy-list-item:hover .themefy-story-image img{transform:scale(1.035)}.themefy-image-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:170px;background:linear-gradient(135deg,var(--themefy-primary),var(--themefy-accent));color:rgba(255,255,255,.8);font-size:56px;font-weight:900}.themefy-story-copy{min-width:0}.themefy-story-copy h2,.themefy-story-copy h3,.themefy-list-copy h3{margin:0;line-height:1.15;letter-spacing:-.025em}.themefy-story-copy p,.themefy-list-copy p{color:var(--themefy-muted);margin:10px 0 0}.themefy-cat{display:inline-block;margin-bottom:8px;color:var(--themefy-accent);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.075em}.themefy-story-meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--themefy-muted);font-size:11px;text-transform:uppercase;letter-spacing:.045em;margin-top:10px}.themefy-story-meta>*+*:before{content:"•";margin-right:10px;color:var(--themefy-highlight)}.themefy-story-card.is-overlay{position:relative;color:#fff;overflow:hidden}.themefy-story-card.is-overlay>.themefy-story-image{position:absolute;inset:0}.themefy-story-card.is-overlay>.themefy-story-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.84))}.themefy-story-card.is-overlay>.themefy-story-copy{position:absolute;left:0;right:0;bottom:0;padding:24px;z-index:2}.themefy-story-card.is-overlay .themefy-story-copy p,.themefy-story-card.is-overlay .themefy-story-meta{color:rgba(255,255,255,.82)}.themefy-story-card.is-overlay .themefy-cat{color:#fff}.themefy-list-item{display:grid;grid-template-columns:130px minmax(0,1fr);gap:16px;align-items:start;padding:15px 0;border-bottom:1px solid var(--themefy-border)}.themefy-list-thumb{aspect-ratio:4/3}.themefy-list-copy h3{font-size:17px}.themefy-rank-number{font:900 34px/1 var(--themefy-font-serif);color:var(--themefy-accent);opacity:.7}.themefy-list-item:has(.themefy-rank-number){grid-template-columns:48px 1fr}.themefy-demo-heading{display:flex;align-items:center;gap:16px;margin:0 0 22px}.themefy-demo-heading h2{margin:0;font:800 30px/1.1 var(--themefy-font-serif);letter-spacing:-.03em}.themefy-demo-heading>span{height:2px;flex:1;background:var(--themefy-border)}.themefy-newsletter{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 38px;border-radius:14px;background:var(--themefy-primary);color:#fff}.themefy-newsletter h2{font-size:30px;margin:3px 0 6px}.themefy-newsletter p{margin:0;color:rgba(255,255,255,.8)}.themefy-newsletter .themefy-button{background:#fff;color:var(--themefy-primary);white-space:nowrap}.themefy-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--themefy-highlight)}

/* Header variants */
.themefy-politics-brandbar,.themefy-independent-mast,.themefy-shop-mast,.themefy-techcrunch-mast,.themefy-author-mast{background:var(--themefy-card);border-bottom:1px solid var(--themefy-border)}.themefy-politics-brandbar>.themefy-container,.themefy-independent-mast>.themefy-container,.themefy-shop-mast>.themefy-container,.themefy-techcrunch-mast>.themefy-container,.themefy-author-mast>.themefy-container{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.themefy-subscribe-link{padding:10px 18px;background:var(--themefy-accent);color:#fff;font-weight:800}.themefy-independent-editions{background:#f2f2f2;border-bottom:1px solid #ccc;font-size:12px}.themefy-independent-editions>.themefy-container{min-height:35px;display:flex;gap:18px;align-items:center}.themefy-independent-editions a{margin-left:auto;background:#e21c2a;color:#fff;padding:7px 14px;font-weight:800}.themefy-shop-search{flex:1;max-width:620px}.themefy-shop-cart{display:grid;grid-template-columns:auto auto;column-gap:8px;align-items:center}.themefy-shop-cart>span{grid-row:span 2;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--themefy-primary);color:#fff}.themefy-shop-cart small{color:var(--themefy-muted)}.themefy-techcrunch-event{color:var(--themefy-muted);font-size:13px}.themefy-author-links{display:flex;gap:25px;font-weight:700}.themefy-dipper-subnav,.themefy-urban-citybar{background:var(--themefy-surface);border-bottom:1px solid var(--themefy-border)}.themefy-dipper-subnav>.themefy-container,.themefy-urban-citybar>.themefy-container{display:flex;gap:25px;align-items:center;min-height:38px;font-size:12px;font-weight:700}

@media(max-width:900px){.themefy-container{width:min(calc(100% - 28px),var(--themefy-container))}.themefy-menu-toggle{display:block}.themefy-primary-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--themefy-card);color:var(--themefy-ink);max-height:75vh;overflow:auto;border-bottom:1px solid var(--themefy-border);box-shadow:var(--themefy-shadow)}.themefy-primary-nav.is-open{display:block}.themefy-primary-menu,.themefy-primary-nav>div>ul{display:block}.themefy-primary-menu>li>a,.themefy-primary-nav>div>ul>li>a{padding:13px 20px;border-bottom:1px solid var(--themefy-border)}.themefy-primary-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding-left:20px;display:block}.themefy-nav-wrap{position:relative}.themefy-nav-inner{min-height:46px}.themefy-nav-actions{margin-left:auto}.themefy-masthead-inner{min-height:78px;grid-template-columns:auto 1fr auto}.themefy-brand{min-width:0}.themefy-text-logo{font-size:31px}.themefy-brand-tagline,.themefy-header-ad{display:none}.themefy-politics-brandbar>.themefy-container,.themefy-independent-mast>.themefy-container,.themefy-shop-mast>.themefy-container,.themefy-techcrunch-mast>.themefy-container,.themefy-author-mast>.themefy-container{min-height:72px}.themefy-shop-search,.themefy-techcrunch-event,.themefy-author-links{display:none}.themefy-newsletter{align-items:flex-start;flex-direction:column}.themefy-story-card.is-overlay>.themefy-story-copy{padding:18px}}
@media(max-width:620px){.themefy-topbar{display:none}.themefy-list-item{grid-template-columns:96px minmax(0,1fr);gap:12px}.themefy-list-copy h3{font-size:15px}.themefy-demo-heading h2{font-size:24px}.themefy-newsletter{padding:26px 22px;border-radius:8px}.themefy-newsletter h2{font-size:25px}.themefy-independent-editions{display:none}.themefy-story-card.is-overlay .themefy-story-copy p{display:none}}

/* Demo-aware archive system */
.themefy-archive-page{padding:38px 0 72px}.themefy-archive-header{padding:0 0 28px;border-bottom:1px solid var(--themefy-border);margin-bottom:32px}.themefy-archive-kicker{display:block;color:var(--themefy-accent);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.themefy-archive-header h1{font-size:clamp(34px,5vw,64px);line-height:1;margin:0}.themefy-archive-description{max-width:760px;margin-top:14px;color:var(--themefy-muted)}.themefy-archive-shell{align-items:start}.themefy-archive-list{display:grid;gap:26px}.themefy-archive-story{display:grid;grid-template-columns:minmax(180px,34%) 1fr;gap:24px;padding-bottom:26px;border-bottom:1px solid var(--themefy-border)}.themefy-archive-image{display:block;overflow:hidden;background:var(--themefy-surface);aspect-ratio:16/10}.themefy-archive-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.themefy-archive-story:hover .themefy-archive-image img{transform:scale(1.025)}.themefy-archive-copy h2{font-size:clamp(23px,3vw,34px);line-height:1.08;margin:7px 0 10px}.themefy-archive-copy p{color:var(--themefy-muted);margin:0 0 13px}.themefy-archive-copy .themefy-post-meta{font-size:12px}.themefy-archive-layout-profile-grid,.themefy-archive-layout-dense-grid,.themefy-archive-layout-visual-grid,.themefy-archive-layout-bright-grid,.themefy-archive-layout-tech-cards,.themefy-archive-layout-urban-grid,.themefy-archive-layout-shop-grid,.themefy-archive-layout-poster-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.themefy-archive-layout-profile-grid .themefy-archive-story,.themefy-archive-layout-dense-grid .themefy-archive-story,.themefy-archive-layout-visual-grid .themefy-archive-story,.themefy-archive-layout-bright-grid .themefy-archive-story,.themefy-archive-layout-tech-cards .themefy-archive-story,.themefy-archive-layout-urban-grid .themefy-archive-story,.themefy-archive-layout-shop-grid .themefy-archive-story,.themefy-archive-layout-poster-grid .themefy-archive-story{display:block;border:0;padding:0}.themefy-archive-layout-profile-grid .themefy-archive-image{aspect-ratio:4/5}.themefy-archive-layout-poster-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.themefy-archive-layout-poster-grid .themefy-archive-image{aspect-ratio:2/3}.themefy-archive-layout-poster-grid h2{font-size:17px}.themefy-archive-layout-shop-grid .themefy-archive-image{aspect-ratio:1/1}.themefy-archive-layout-shop-grid h2{font-size:19px}.themefy-archive-layout-newspaper,.themefy-archive-layout-broadsheet{grid-template-columns:1fr 1fr;gap:0 32px}.themefy-archive-layout-newspaper .themefy-archive-story,.themefy-archive-layout-broadsheet .themefy-archive-story{grid-template-columns:150px 1fr}.themefy-archive-layout-essay .themefy-archive-story{grid-template-columns:130px 1fr;max-width:900px}.themefy-archive-layout-essay .themefy-archive-image{display:none}.themefy-archive-layout-essay h2{font-family:var(--themefy-font-serif);font-size:38px}.themefy-archive-layout-tech-feed .themefy-archive-story{grid-template-columns:280px 1fr;border-bottom:2px solid #111;padding-bottom:30px}.themefy-archive-layout-tech-feed h2{font-size:38px}.themefy-archive-layout-compact-list .themefy-archive-story{grid-template-columns:120px 1fr;gap:17px}.themefy-archive-layout-compact-list h2{font-size:23px}.themefy-archive-layout-business-list .themefy-archive-story{background:#fff;border:1px solid var(--themefy-border);padding:18px;grid-template-columns:210px 1fr}.themefy-archive-layout-minimal-rows .themefy-archive-story{grid-template-columns:1fr 260px}.themefy-archive-layout-minimal-rows .themefy-archive-image{order:2}.themefy-archive-layout-minimal-rows h2{font-family:var(--themefy-font-serif);font-size:37px}.themefy-archive-layout-politics .themefy-archive-story{grid-template-columns:220px 1fr;border-bottom:3px solid #111}.themefy-archive-layout-product-news .themefy-archive-story{border:1px solid var(--themefy-border);background:#fff;padding:14px;grid-template-columns:150px 1fr}

/* Demo-aware single article system */
.themefy-article-head-stage{padding:48px 0 20px}.themefy-article-header{max-width:980px}.themefy-article-header h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.035em;margin:10px 0 18px}.themefy-article-deck{font-size:clamp(18px,2vw,24px);line-height:1.45;max-width:850px;color:var(--themefy-muted)}.themefy-article-featured{margin-top:20px}.themefy-article-featured img{width:100%;max-height:720px;object-fit:cover}.themefy-article-featured figcaption{font-size:12px;color:var(--themefy-muted);margin-top:7px}.themefy-single-layout{padding-top:42px;padding-bottom:75px}.themefy-entry-content{font-size:18px;line-height:1.82}.themefy-entry-content>p:first-child::first-letter{font-size:4.2em;line-height:.8;float:left;margin:.1em .1em 0 0;font-family:var(--themefy-font-serif);font-weight:700}.themefy-single-view-compact-news .themefy-article-head-stage{padding:28px 0 12px}.themefy-single-view-compact-news .themefy-article-header h1{font-size:clamp(34px,5vw,58px)}.themefy-single-view-minimal-editorial .themefy-article-header,.themefy-single-view-essay .themefy-article-header{max-width:820px;margin:auto;text-align:center}.themefy-single-view-minimal-editorial .themefy-article-header h1,.themefy-single-view-essay .themefy-article-header h1{font-family:var(--themefy-font-serif);font-weight:600}.themefy-single-view-minimal-editorial .themefy-article-column,.themefy-single-view-essay .themefy-article-column{max-width:780px;margin:auto}.themefy-single-view-business .themefy-article-head-stage{background:#f1f4f5;border-block:1px solid var(--themefy-border)}.themefy-single-view-business .themefy-article-header h1{color:#163d55;font-family:var(--themefy-font-serif)}.themefy-single-view-visual .themefy-article-head-stage,.themefy-single-view-bright .themefy-article-head-stage{background:var(--themefy-primary);color:#fff}.themefy-single-view-visual .themefy-article-deck,.themefy-single-view-bright .themefy-article-deck{color:rgba(255,255,255,.78)}.themefy-single-view-newspaper .themefy-article-header,.themefy-single-view-broadsheet .themefy-article-header{max-width:1050px}.themefy-single-view-newspaper .themefy-article-header h1,.themefy-single-view-broadsheet .themefy-article-header h1{font-family:var(--themefy-font-serif);font-weight:800;border-bottom:5px solid #111;padding-bottom:20px}.themefy-single-view-tech .themefy-article-head-stage{border-bottom:8px solid #0f9d58}.themefy-single-view-tech .themefy-article-header h1{font-family:Arial,sans-serif;font-weight:900;max-width:1100px}.themefy-single-view-techbd .themefy-article-header h1{color:#1366a3}.themefy-single-view-product-news .themefy-article-head-stage{background:#fff7ec}.themefy-single-view-cinema .themefy-article-head-stage{background:#111;color:#fff}.themefy-single-view-cinema .themefy-article-deck{color:#bbb}.themefy-single-view-urban .themefy-article-header h1{font-family:var(--themefy-font-serif)}.themefy-single-view-shop-story .themefy-article-head-stage{background:#f8f3eb}.themefy-single-view-politics .themefy-article-head-stage{background:#eef0f2;border-bottom:5px solid #cd1f2b}.themefy-single-view-politics .themefy-article-header h1{font-family:var(--themefy-font-serif)}.themefy-single-view-editorial-profile .themefy-article-header{text-align:center;margin:auto}.themefy-single-view-editorial-profile .themefy-article-header h1{font-family:var(--themefy-font-serif)}

/* Footer families */
.themefy-site-footer{margin-top:auto}.themefy-footer-view-minimal,.themefy-footer-view-author{background:#fff;color:#222;border-top:1px solid #ddd}.themefy-footer-view-minimal a,.themefy-footer-view-author a{color:#222}.themefy-footer-view-corporate{background:#0d2939;border-top:7px solid #b77a24}.themefy-footer-view-dark,.themefy-footer-view-cinema{background:#080b0d}.themefy-footer-view-tech{background:#111;border-top:10px solid #0f9d58}.themefy-footer-view-techbd{background:#0b344f}.themefy-footer-view-directory{background:#421515;border-top:6px solid #e0a72c}.themefy-footer-view-shop{background:#20211d;border-top:7px solid #d8a72c}.themefy-footer-view-politics{background:#191c20;border-top:8px solid #c91e2b}.themefy-footer-view-broadsheet,.themefy-footer-view-newspaper{background:#111;border-top:5px solid #fff}.themefy-footer-view-magazine{background:#24102f;border-top:6px solid #e34a76}.themefy-footer-view-urban{background:#152b3b;border-top:6px solid #e66b2e}.themefy-footer-view-portal{border-top:6px solid var(--themefy-accent)}

@media(max-width:900px){.themefy-archive-layout-profile-grid,.themefy-archive-layout-dense-grid,.themefy-archive-layout-visual-grid,.themefy-archive-layout-bright-grid,.themefy-archive-layout-tech-cards,.themefy-archive-layout-urban-grid,.themefy-archive-layout-shop-grid{grid-template-columns:1fr 1fr}.themefy-archive-layout-poster-grid{grid-template-columns:repeat(3,1fr)}.themefy-archive-layout-newspaper,.themefy-archive-layout-broadsheet{grid-template-columns:1fr}.themefy-archive-layout-tech-feed .themefy-archive-story{grid-template-columns:190px 1fr}.themefy-article-header h1{font-size:clamp(38px,8vw,60px)}}
@media(max-width:620px){.themefy-archive-page{padding-top:24px}.themefy-archive-layout-profile-grid,.themefy-archive-layout-dense-grid,.themefy-archive-layout-visual-grid,.themefy-archive-layout-bright-grid,.themefy-archive-layout-tech-cards,.themefy-archive-layout-urban-grid,.themefy-archive-layout-shop-grid{grid-template-columns:1fr}.themefy-archive-layout-poster-grid{grid-template-columns:1fr 1fr}.themefy-archive-story,.themefy-archive-layout-newspaper .themefy-archive-story,.themefy-archive-layout-broadsheet .themefy-archive-story,.themefy-archive-layout-tech-feed .themefy-archive-story,.themefy-archive-layout-business-list .themefy-archive-story,.themefy-archive-layout-minimal-rows .themefy-archive-story,.themefy-archive-layout-politics .themefy-archive-story,.themefy-archive-layout-product-news .themefy-archive-story{grid-template-columns:110px 1fr;gap:14px}.themefy-archive-layout-minimal-rows .themefy-archive-image{order:0}.themefy-archive-copy h2,.themefy-archive-layout-minimal-rows h2,.themefy-archive-layout-tech-feed h2,.themefy-archive-layout-essay h2{font-size:21px}.themefy-archive-copy p{display:none}.themefy-archive-layout-profile-grid .themefy-archive-story,.themefy-archive-layout-dense-grid .themefy-archive-story,.themefy-archive-layout-visual-grid .themefy-archive-story,.themefy-archive-layout-bright-grid .themefy-archive-story,.themefy-archive-layout-tech-cards .themefy-archive-story,.themefy-archive-layout-urban-grid .themefy-archive-story,.themefy-archive-layout-shop-grid .themefy-archive-story,.themefy-archive-layout-poster-grid .themefy-archive-story{display:block}.themefy-article-head-stage{padding-top:28px}.themefy-article-header h1{font-size:36px}.themefy-article-deck{font-size:18px}.themefy-single-layout{padding-top:28px}.themefy-entry-content{font-size:17px;line-height:1.75}}
