:root{
 --bg:#07111f;
 --card:#0f1b2d;
 --card2:#12233b;
 --accent:#25c2ff;
 --text:#e8f0ff;
 --muted:#9db0cc;
}
*{box-sizing:border-box}
body{
 background:radial-gradient(circle at top,#12345a 0%,#08111d 45%,#04070d 100%) fixed !important;
 color:var(--text)!important;
 font-family:'Inter',sans-serif!important;
}
body:before{
 content:'';
 position:fixed;
 inset:0;
 background:linear-gradient(120deg,rgba(37,194,255,.12),transparent 40%),linear-gradient(320deg,rgba(120,89,255,.14),transparent 35%);
 pointer-events:none;
 z-index:-1;
}
.wp-site-blocks{max-width:1400px;margin:0 auto;padding:24px}
.modern-header{
 background:rgba(10,18,33,.72)!important;
 backdrop-filter:blur(18px);
 border:1px solid rgba(255,255,255,.08);
 border-radius:28px;
 padding:18px 28px!important;
 margin:20px auto 40px!important;
 box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.entry-content{
 background:rgba(7,15,27,.7);
 border:1px solid rgba(255,255,255,.06);
 border-radius:36px;
 padding:48px!important;
 backdrop-filter:blur(14px);
}
h1,h2,h3,h4{color:#fff!important;letter-spacing:-.03em}
h1{
 font-size:clamp(40px,6vw,72px)!important;
 line-height:1.05!important;
 max-width:900px;
 margin-bottom:24px!important;
}
p,li{color:var(--muted)!important;font-size:18px!important;line-height:1.8!important}
a{color:var(--accent)!important;transition:.25s ease}
a:hover{opacity:.85}
.market-card,.wp-block-column{
 background:linear-gradient(180deg,rgba(18,35,59,.92),rgba(10,18,33,.95))!important;
 border:1px solid rgba(255,255,255,.08)!important;
 border-radius:26px!important;
 overflow:hidden;
 transition:transform .3s ease, box-shadow .3s ease;
 box-shadow:0 18px 40px rgba(0,0,0,.28)!important;
}
.market-card:hover,.wp-block-column:hover{transform:translateY(-8px);box-shadow:0 28px 60px rgba(0,0,0,.4)!important}
.wp-block-image img{
 border-radius:24px!important;
 border:none!important;
}
.wp-block-button__link{
 background:linear-gradient(135deg,#1aa8ff,#7859ff)!important;
 border:none!important;
 border-radius:16px!important;
 padding:14px 24px!important;
 color:white!important;
 font-weight:700!important;
 box-shadow:0 12px 30px rgba(37,194,255,.3);
}
.wp-block-button__link:hover{transform:translateY(-2px)}
.has-border-color{
 border-color:rgba(255,255,255,.1)!important;
 background:rgba(255,255,255,.03)!important;
 padding:12px 16px!important;
}
#auto-date{
 display:inline-flex;
 background:rgba(37,194,255,.12);
 border:1px solid rgba(37,194,255,.2);
 color:#dff6ff;
 border-radius:999px;
 padding:10px 18px;
 font-weight:600;
}
footer{
 opacity:.8;
 margin-top:32px;
}
@media(max-width:768px){
 .wp-site-blocks{padding:14px}
 .entry-content{padding:24px!important;border-radius:24px}
 h1{font-size:42px!important}
 p,li{font-size:16px!important}
 .modern-header{padding:16px!important}
 .wp-block-columns{display:flex!important;flex-direction:column;gap:20px}
}


/* Requested refinements */
.site-subtitle{
 margin:.35rem 0 0!important;
 color:#9db0cc!important;
 font-size:13px!important;
 line-height:1.45!important;
 max-width:520px;
 letter-spacing:.01em;
}
.date-center{display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;margin:22px auto 34px!important;}
.working-link-row{border:0!important;background:transparent!important;padding:0!important;margin:10px var(--wp--preset--spacing--10)!important;}
.work-btn,.detail-link-block{
 display:flex!important;align-items:center;justify-content:center;gap:8px;width:100%;
 min-height:48px;padding:13px 18px!important;border-radius:16px!important;
 color:#fff!important;text-decoration:none!important;font-weight:800!important;letter-spacing:.01em;
 box-shadow:0 14px 28px rgba(0,0,0,.28);transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.work-btn:hover,.detail-link-block:hover{transform:translateY(-2px);filter:saturate(1.08);opacity:1!important;}
.clear-btn{background:linear-gradient(135deg,#12b76a,#00d084)!important;box-shadow:0 14px 32px rgba(18,183,106,.24)!important;}
.onion-btn{background:linear-gradient(135deg,#7c3aed,#c084fc)!important;box-shadow:0 14px 32px rgba(124,58,237,.25)!important;}
.detail-link-row{margin:12px var(--wp--preset--spacing--10) 20px!important;}
.detail-link-block{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.12)!important;color:#dff6ff!important;box-shadow:none!important;}
body:not(.home) .entry-content > .wp-block-columns:first-of-type{align-items:center!important;gap:34px!important;}
@media(min-width:782px){body:not(.home) .entry-content > .wp-block-columns:first-of-type{flex-direction:row-reverse!important;}body:not(.home) .entry-content > .wp-block-columns:first-of-type > .wp-block-column:first-child{flex-basis:46%!important;}body:not(.home) .entry-content > .wp-block-columns:first-of-type > .wp-block-column:nth-child(2){flex-basis:54%!important;}}
body:not(.home) .entry-content > .wp-block-columns:first-of-type h1{font-size:clamp(30px,4vw,48px)!important;line-height:1.12!important;margin-bottom:18px!important;}
body:not(.home) .entry-content > .wp-block-columns:first-of-type h1 strong{font-size:inherit!important;line-height:inherit!important;}
body:not(.home) h2 strong, body:not(.home) h3 strong{font-size:.92em!important;}
.tor-hero{padding:46px!important;background:linear-gradient(135deg,rgba(124,58,237,.18),rgba(37,194,255,.08));border:1px solid rgba(255,255,255,.08);border-radius:30px;margin-bottom:28px!important;}
.tor-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:24px 0!important;}
.tor-card{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:22px;}
.tor-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px;}
.tor-actions a{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:16px;text-decoration:none!important;font-weight:800!important;color:#fff!important;background:linear-gradient(135deg,#7c3aed,#25c2ff);}
.tor-actions a.secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);}
@media(max-width:781px){.tor-grid{grid-template-columns:1fr}.site-subtitle{font-size:12px!important}.work-btn,.detail-link-block{min-height:44px}}
#auto-date{display:flex!important;width:fit-content;margin:20px auto!important;text-align:center;justify-content:center;}


/* V3 fixes */
.header-tor-button .wp-block-navigation-item__content,
.wp-block-navigation-item__content[href="/tor-browser/"]{
 display:inline-flex!important;align-items:center;justify-content:center;
 padding:9px 14px!important;border-radius:999px!important;
 background:linear-gradient(135deg,#7c3aed,#25c2ff)!important;
 color:#fff!important;font-size:13px!important;font-weight:800!important;
 box-shadow:0 10px 24px rgba(124,58,237,.22);
 border:1px solid rgba(255,255,255,.16)!important;text-decoration:none!important;
}
.detail-link-block{
 display:inline-flex!important;width:auto!important;min-height:0!important;
 padding:7px 12px!important;border-radius:10px!important;
 font-size:13px!important;font-weight:700!important;line-height:1.2!important;
 background:rgba(255,255,255,.035)!important;border:1px solid rgba(157,176,204,.28)!important;
 color:#9ddfff!important;box-shadow:none!important;
}
.detail-link-row{margin:12px auto 18px!important;text-align:center!important;}
body:not(.home) .entry-content > .wp-block-columns:first-of-type .wp-block-image,
body:not(.home) .entry-content > .wp-block-columns:first-of-type figure{max-width:420px!important;margin-left:auto!important;margin-right:auto!important;}
body:not(.home) .entry-content > .wp-block-columns:first-of-type img{width:100%!important;max-height:300px!important;object-fit:contain!important;}
body:not(.home) .entry-content > .wp-block-columns:first-of-type > .wp-block-column{min-width:0!important;}
body:not(.home) .entry-content > .wp-block-columns:first-of-type > .wp-block-column:nth-child(2){padding:22px!important;}
.footer-brand-row{display:flex!important;align-items:center!important;gap:14px!important;flex-direction:row!important;}
.footer-brand-row .wp-block-site-logo{flex:0 0 auto!important;}
.footer-brand-row .wp-block-site-title{margin:0!important;}
.footer-tagline-under{margin-top:12px!important;}
.onion-links-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:20px 0 30px!important;}
.onion-link-card{display:block;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.045);text-decoration:none!important;font-weight:800!important;}
@media(max-width:781px){.onion-links-grid{grid-template-columns:1fr}.footer-brand-row{justify-content:flex-start}.wp-block-navigation-item__content[href="/tor-browser/"]{font-size:12px!important;padding:8px 12px!important}}


/* V4 fixes */
.work-btn{
 flex-direction:column!important;
 gap:3px!important;
 line-height:1.15!important;
}
.work-btn-note{
 display:block!important;
 font-size:11px!important;
 line-height:1.25!important;
 font-weight:500!important;
 letter-spacing:0!important;
 opacity:.86!important;
 text-align:center!important;
}
.tor-browser-page .modern-header,
.tor-browser-page .modern-footer{
 width:100%!important;
}


/* V5 final fixes */
.work-btn{
 flex-direction:row!important;
 flex-wrap:wrap!important;
 gap:4px 6px!important;
 min-height:0!important;
 padding:10px 14px!important;
 border-radius:13px!important;
 font-size:16px!important;
 line-height:1.15!important;
}
.work-btn strong{font-size:16px!important;line-height:1.15!important;display:inline!important;}
.work-btn-note{
 flex:0 0 100%!important;
 width:100%!important;
 margin-top:2px!important;
 font-size:10px!important;
 line-height:1.2!important;
 font-weight:500!important;
 opacity:.82!important;
}
.working-link-row{margin:7px var(--wp--preset--spacing--10)!important;}
.tor-browser-page .tor-content{margin-top:0!important;}
.tor-browser-page .tor-hero h1{font-size:clamp(32px,5vw,58px)!important;max-width:980px;}
.tor-browser-page .modern-header{margin:20px auto 40px!important;}
.tor-browser-page .modern-footer{margin-top:32px!important;}
@media(max-width:781px){.work-btn{font-size:14px!important;padding:9px 12px!important}.work-btn strong{font-size:14px!important}.work-btn-note{font-size:9px!important}}


/* Final touches */
.market-leader{
 position:relative!important;
 overflow:visible!important;
}
.market-leader-badge{
 position:absolute;
 top:-12px;
 left:14px;
 z-index:30;
 background:#ffd54a;
 color:#1a1a1a;
 font-size:12px;
 font-weight:800;
 padding:6px 12px;
 border-radius:999px;
 box-shadow:0 8px 22px rgba(255,213,74,.35);
 letter-spacing:.2px;
}
.wp-block-navigation-item__content[href="/tor-browser/"]{
 display:inline-flex!important;
 align-items:center!important;
 gap:8px!important;
}
.wp-block-navigation-item__content[href="/tor-browser/"]::before{
 content:"";
 width:16px;
 height:16px;
 border-radius:50%;
 background:radial-gradient(circle at center,#8a5cff 0%,#5a2fff 70%);
 box-shadow:0 0 10px rgba(138,92,255,.45);
 display:inline-block;
 position:relative;
}
