/*
  PaperMod v7
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2024 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238)}.dark{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51)}.list{background:var(--code-bg)}.dark.list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;border-bottom:1px solid var(--secondary)}.footer a:hover{border-bottom:1px solid var(--primary)}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin-inline-start:auto;margin-inline-end:auto;line-height:var(--header-height)}.nav a{display:block}.logo,#menu{display:flex;margin:auto var(--gap)}.logo{flex-wrap:inherit}.logo a{font-size:24px;font-weight:700}.logo a img,.logo a svg{display:inline;vertical-align:middle;pointer-events:none;transform:translate(0,-10%);border-radius:6px;margin-inline-end:8px}button#theme-toggle{font-size:26px;margin:auto 4px}body.dark #moon{vertical-align:middle;display:none}body:not(.dark) #sun{display:none}#menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap}#menu li+li{margin-inline-start:var(--gap)}#menu a{font-size:16px}#menu .active{font-weight:500;border-bottom:2px solid}.lang-switch li,.lang-switch ul,.logo-switches{display:inline-flex;margin:auto 4px}.lang-switch{display:flex;flex-wrap:inherit}.lang-switch a{margin:auto 3px;font-size:16px;font-weight:500}.logo-switches{flex-wrap:inherit}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);pointer-events:none;width:100%;height:auto}.entry-cover a{color:var(--secondary);box-shadow:0 1px 0 var(--primary)}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px;display:flex;flex-wrap:wrap}.post-meta .i18n_list li{display:inline-flex;list-style:none;margin:auto 3px;box-shadow:0 1px 0 var(--secondary)}.breadcrumbs a{font-size:16px}.post-content{color:var(--content)}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:16px}.post-content h5{font-size:14px}.post-content h6{font-size:12px}.post-content a,.toc a:hover{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content img{border-radius:4px;margin:1rem 0}.post-content img[src*="#center"]{margin:1rem auto}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.toc{margin:0 2px 40px;border:1px solid var(--border);background:var(--code-bg);border-radius:var(--radius);padding:.4em}.dark .toc{background:var(--entry)}.toc details summary{cursor:zoom-in;margin-inline-start:10px;user-select:none}.toc details[open] summary{cursor:zoom-out}.toc .details{display:inline;font-weight:500}.toc .inner{margin:5px 20px 0;padding:0 10px;opacity:.9}.toc li ul{margin-inline-start:var(--gap)}.toc summary:focus{outline:0}.post-footer{margin-top:56px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}.list:not(.dark)::-webkit-scrollbar-track{background:var(--code-bg)}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}.list:not(.dark)::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}.tw-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;padding:4px 9px;border-radius:2px;color:#fff;text-transform:uppercase;line-height:1;vertical-align:middle}.tw-badge-news{background:#111}.tw-badge-satire{background:#c0392b}.tw-badge-parody_column{background:#b8691f}.tw-badge-commentary{background:#2c6e8f}.tw-badge-analysis{background:#5a5a5a}.tw-badge-kids_story{background:#a67b00}.tw-satire-disclaimer{margin:18px 0;padding:12px 16px;border-left:4px solid #c0392b;background:#fbecea;color:#6a1c14;font-size:14px;font-style:italic}.tw-footer-disclaimer{max-width:1220px;margin:0 auto;padding:16px 18px;font-size:12px;color:#888;text-align:center;line-height:1.5}.bb-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.bb-wrap *{box-sizing:border-box!important}main.main:has(.bb-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.bb-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.bb-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.bb-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.bb-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#00267f!important;display:block!important;margin:0 0 10px!important}.bb-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.bb-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.bb-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.bb-wrap .feat-card{min-width:0!important}.bb-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.bb-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.bb-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#00267f!important;display:block!important;margin:0 0 6px!important}.bb-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.bb-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.bb-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.bb-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.bb-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.bb-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.bb-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.bb-wrap .tile{min-width:0!important}.bb-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.bb-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.bb-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#00267f!important;display:block!important;margin:0 0 6px!important}.bb-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.bb-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.bb-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.bb-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.bb-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.bb-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.bb-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.bb-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.bb-wrap .side-list li:last-child{border-bottom:none!important}.bb-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#00267f!important}.bb-wrap .side-list a{color:#111!important;text-decoration:none!important}.bb-wrap .side-list a:hover{text-decoration:underline!important}.bb-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.bb-wrap .side-live span{font-weight:700!important;color:#111!important}.bb-wrap .side-promo{background:#00267f!important;color:#ffc726!important;border-top:3px solid #00267f!important}.bb-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#ffc726!important}.bb-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.bb-wrap .onion-main{grid-template-columns:1fr!important}.bb-wrap .onion-featured{grid-template-columns:1fr!important}.bb-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.bb-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.bb-wrap .hero-img{height:300px!important}.bb-wrap .hero-headline{font-size:28px!important}}.ttb-card{overflow:hidden;border-radius:6px}.ttb-card-image{aspect-ratio:16/9!important;width:100%;display:block;position:relative;overflow:hidden}.ttb-card-image-typo::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(212,164,55,.15),transparent 60%)}.ttb-card-image-tag{position:relative;z-index:2;font-size:clamp(16px,2vw,22px)!important;letter-spacing:3.5px!important}.ttb-card-body{padding:16px 18px 20px!important;background:#fff}.ttb-card-title{font-size:18px!important;line-height:1.22!important;margin:4px 0 8px!important;letter-spacing:-.015em!important}.ttb-card-section{font-size:10.5px!important;letter-spacing:1.8px!important}.ttb-card-meta{font-size:12px!important;color:#888;margin-top:6px!important}.ttb-card-featured{border:none!important;background:0 0!important;box-shadow:none!important}.ttb-card-featured:hover{transform:none!important;box-shadow:none!important}.ttb-card-featured .ttb-card-image{aspect-ratio:16/9!important;border-radius:6px;margin-bottom:18px}.ttb-card-featured .ttb-card-body{padding:0!important;background:0 0!important}.ttb-card-featured .ttb-card-title{font-size:clamp(1.5rem,2.8vw,2.1rem)!important;font-weight:800!important;line-height:1.15!important;margin:10px 0 12px!important;color:#0a3d4a!important}.ttb-card-featured .ttb-card-excerpt{font-size:16px!important;line-height:1.55!important;color:#333!important;margin:0 0 10px!important}.ttb-bighero{max-width:1240px;margin:0 auto 48px;padding:0 24px;display:grid;grid-template-columns:1.7fr 1fr;gap:36px;align-items:start}.ttb-bighero-main{position:relative}.ttb-bighero-image{aspect-ratio:16/9;background-size:cover;background-position:50%;background-color:#0a3d4a;border-radius:6px;margin-bottom:18px}.ttb-bighero-image.ttb-card-image-typo{display:flex;align-items:center;justify-content:center}.ttb-bighero-eyebrow{display:inline-block;color:#d4a437;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px}.ttb-bighero-title{font-size:clamp(1.8rem,4vw,3rem)!important;font-weight:900!important;line-height:1.05!important;color:#0a3d4a!important;margin:0 0 14px!important;letter-spacing:-.02em!important;font-family:Georgia,times new roman,serif}.ttb-bighero-excerpt{font-size:17px;line-height:1.5;color:#333;margin:0 0 14px}.ttb-bighero-meta{font-size:13px;color:#666;font-weight:600;letter-spacing:.3px}.ttb-bighero-meta a{color:#0a3d4a!important;text-decoration:none!important}.ttb-bighero-side{border-left:3px solid #d4a437;padding-left:24px}.ttb-bighero-side-heading{color:#0a3d4a!important;font-size:12px;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid #0a3d4a}.ttb-bighero-side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:tw-num}.ttb-bighero-side-list li{list-style:none!important;padding:14px 0;border-bottom:1px solid #e5e5e0;counter-increment:tw-num;display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start}.ttb-bighero-side-list li:last-child{border-bottom:none}.ttb-bighero-side-list li::before{content:counter(tw-num);color:#d4a437;font-weight:900;font-size:22px;line-height:1;font-family:Georgia,times new roman,serif;min-width:24px}.ttb-bighero-side-list a{color:#0a3d4a!important;text-decoration:none!important;font-size:15px;font-weight:700;line-height:1.3;display:block}.ttb-bighero-side-list a:hover{color:#b8882a!important}.ttb-bighero-side-list .side-meta{display:block;font-size:11px;color:#888;font-weight:500;margin-top:4px}@media(max-width:900px){.ttb-bighero{grid-template-columns:1fr;gap:28px;padding:0 16px}.ttb-bighero-side{border-left:0;border-top:3px solid #d4a437;padding:18px 0 0}}.dark .ttb-card-body{background:#16252b}.dark .ttb-card-title,.dark .ttb-card-featured .ttb-card-title,.dark .ttb-bighero-title{color:#fff!important}.dark .ttb-card-featured .ttb-card-excerpt,.dark .ttb-bighero-excerpt{color:#cfd4d6!important}.dark .ttb-bighero-side-heading{color:#fff!important;border-bottom-color:#d4a437}.dark .ttb-bighero-side-list a{color:#e8e8e8!important}.dark .ttb-bighero-side-list li{border-color:#2a3a40}.tw-onion-mast{background:#0a3d4a;color:#faf8f0;border-bottom:1px solid #0d4f5f;font-family:Georgia,times new roman,serif}.tw-onion-mast-inner{max-width:1280px;margin:0 auto;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12.5px;letter-spacing:.5px}.tw-onion-mast-date{font-style:italic;color:#e8e8e8}.tw-onion-mast-tag{font-weight:900;letter-spacing:3px;color:#d4a437;font-size:13px}.tw-onion-mast-motto{font-style:italic;color:#e8e8e8;letter-spacing:1.2px}.tw-onion-flag{height:6px;width:100%}.tw-onion-nameplate{background:#faf8f0;padding:32px 24px 24px;text-align:center;border-bottom:3px double #0a3d4a}.tw-onion-nameplate-inner{max-width:1100px;margin:0 auto}.tw-onion-country-name{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:900;margin:0 0 8px;letter-spacing:-.03em;line-height:.95}.tw-onion-country-sub{color:#555;font-style:italic;font-family:Georgia,times new roman,serif;font-size:clamp(1rem,1.6vw,1.2rem);margin:0;letter-spacing:.3px}.tw-onion-newswire{background:#fafaf5;padding:28px 24px 32px;border-bottom:1px solid #e5e5e0}.tw-onion-newswire-inner{max-width:1240px;margin:0 auto}.tw-onion-newswire-heading{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:20px;font-weight:800;margin:0 0 16px;padding-bottom:8px;border-bottom:2px solid #0a3d4a;letter-spacing:-.01em}.tw-onion-newswire-list{list-style:none;padding:0;margin:0;columns:3;column-gap:32px}.tw-onion-newswire-item{break-inside:avoid;margin:0 0 10px;padding:0 0 8px;border-bottom:1px dashed #d4c8a0}.tw-onion-newswire-item a{color:#1a1a1a!important;font-family:Georgia,times new roman,serif;font-size:14.5px;font-weight:700;line-height:1.3;text-decoration:none;display:block;transition:color .12s ease}.tw-onion-newswire-item a:hover{color:#b8882a!important}.tw-onion-lead-block{background:#faf8f0;padding:44px 24px 48px;border-bottom:1px solid #e5e5e0}.tw-onion-lead-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.tw-onion-lead-text{padding-top:8px}.tw-onion-lead-section{display:inline-block;color:#b8882a!important;font-size:11px;font-weight:900;letter-spacing:2.5px;text-transform:uppercase;margin:0 0 14px;text-decoration:none;border-bottom:2px solid #d4a437;padding-bottom:2px}.tw-onion-lead-section:hover{color:#0a3d4a!important}.tw-onion-lead-headline{margin:0 0 18px;line-height:1.05}.tw-onion-lead-headline a{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;letter-spacing:-.02em;text-decoration:none}.tw-onion-lead-headline a:hover{color:#b8882a!important}.tw-onion-lead-deck{color:#333;font-family:Georgia,times new roman,serif;font-size:16.5px;line-height:1.55;margin:0 0 24px}.tw-onion-lead-secondary{list-style:none;padding:20px 0 0;margin:0;border-top:1px solid #d4c8a0}.tw-onion-lead-secondary li{margin:0 0 12px;padding:0 0 12px;border-bottom:1px dashed #e5e0c8}.tw-onion-lead-secondary li:last-child{border-bottom:none}.tw-onion-lead-secondary a{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:17px;font-weight:800;line-height:1.25;text-decoration:none;letter-spacing:-.01em}.tw-onion-lead-secondary a:hover{color:#b8882a!important}.tw-onion-lead-image{position:relative}.tw-onion-lead-image img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;display:block;background:#eee}.tw-onion-section-heading{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:900;margin:0 0 24px;padding-bottom:10px;border-bottom:2px solid #0a3d4a;letter-spacing:-.015em;position:relative}.tw-onion-section-heading::after{content:"";position:absolute;bottom:-2px;left:0;width:72px;height:4px;background:#d4a437}.tw-onion-trending{background:#fafaf5;padding:44px 24px;border-bottom:1px solid #e5e5e0}.tw-onion-trending-inner{max-width:1240px;margin:0 auto}.tw-onion-trending-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.tw-onion-trend-card a{text-decoration:none!important;color:inherit;display:block}.tw-onion-trend-img{width:100%;aspect-ratio:16/10;overflow:hidden;background:#eee;margin:0 0 14px}.tw-onion-trend-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.tw-onion-trend-card:hover .tw-onion-trend-img img{transform:scale(1.04)}.tw-onion-trend-section{display:block;color:#b8882a;font-size:10.5px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin:0 0 8px}.tw-onion-trend-headline{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:18px;font-weight:800;line-height:1.25;letter-spacing:-.01em;margin:0}.tw-onion-trend-card:hover .tw-onion-trend-headline{color:#b8882a!important}.tw-onion-other-block{background:#faf8f0;padding:44px 24px;border-bottom:1px solid #e5e5e0}.tw-onion-other-inner{max-width:1240px;margin:0 auto}.tw-onion-other-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.tw-onion-other-image img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#eee}.tw-onion-other-text{padding-top:8px}.tw-onion-other-headline{margin:0 0 14px;line-height:1.1}.tw-onion-other-headline a{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:900;letter-spacing:-.02em;text-decoration:none}.tw-onion-other-headline a:hover{color:#b8882a!important}.tw-onion-other-deck{color:#333;font-family:Georgia,times new roman,serif;font-size:16px;line-height:1.55;margin:0 0 20px}.tw-onion-more{background:#fafaf5;padding:44px 24px 56px}.tw-onion-more-inner{max-width:1240px;margin:0 auto}.tw-onion-more-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.tw-onion-more-item{border-top:3px solid #0a3d4a;padding-top:14px}.tw-onion-more-section{display:block;color:#b8882a!important;font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase;margin:0 0 10px;text-decoration:none}.tw-onion-more-headline{margin:0 0 10px;line-height:1.25}.tw-onion-more-headline a{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:16px;font-weight:800;letter-spacing:-.01em;text-decoration:none}.tw-onion-more-headline a:hover{color:#b8882a!important}.tw-onion-more-meta{color:#888;font-size:12px;font-weight:600;margin:0;font-style:italic}.tw-onion-about{background:#faf8f0;padding:36px 24px 40px;border-top:1px solid #e5e5e0;border-bottom:1px solid #e5e5e0}.tw-onion-about-inner{max-width:820px;margin:0 auto;text-align:center;font-family:Georgia,times new roman,serif;font-size:16px;line-height:1.7;color:#444;font-style:italic}.tw-onion-empty{background:#faf8f0;padding:64px 24px}.tw-onion-empty-inner{max-width:640px;margin:0 auto;text-align:center}.tw-onion-empty h2{color:#0a3d4a!important;font-family:Georgia,times new roman,serif;font-size:2rem;font-weight:900;margin:0 0 14px}.tw-onion-empty p{color:#555;font-size:16px;line-height:1.6;margin:0 0 24px}.tw-onion-empty-btn{display:inline-block;background:#d4a437;color:#0a3d4a!important;padding:14px 32px;font-size:13px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none!important;border-radius:2px}.tw-onion-footer-cta{background:#0a3d4a;color:#fff;padding:56px 24px}.tw-onion-footer-inner{max-width:680px;margin:0 auto;text-align:center}.tw-onion-footer-cta h2{color:#fff!important;font-family:Georgia,times new roman,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;margin:0 0 14px;letter-spacing:-.01em}.tw-onion-footer-cta p{color:#e8e8e8;font-size:16px;line-height:1.55;margin:0 0 24px;font-style:italic;font-family:Georgia,times new roman,serif}.tw-onion-footer-btn{display:inline-block;background:#d4a437;color:#0a3d4a!important;padding:14px 32px;font-size:14px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none!important;border-radius:2px;transition:background .15s ease}.tw-onion-footer-btn:hover{background:#fff}.dark .tw-onion-nameplate,.dark .tw-onion-lead-block,.dark .tw-onion-other-block,.dark .tw-onion-about{background:#0b161a}.dark .tw-onion-newswire,.dark .tw-onion-trending,.dark .tw-onion-more{background:#0f1f24}.dark .tw-onion-country-name,.dark .tw-onion-lead-headline a,.dark .tw-onion-lead-secondary a,.dark .tw-onion-trend-headline,.dark .tw-onion-other-headline a,.dark .tw-onion-more-headline a,.dark .tw-onion-section-heading,.dark .tw-onion-newswire-heading{color:#fff!important}.dark .tw-onion-lead-deck,.dark .tw-onion-other-deck,.dark .tw-onion-about{color:#cfd4d6}.dark .tw-onion-newswire-item a{color:#e8e8e8!important}.dark .tw-onion-country-sub{color:#bababa}.dark .tw-onion-more-item{border-top-color:#d4a437}@media(max-width:960px){.tw-onion-lead-inner,.tw-onion-other-grid{grid-template-columns:1fr;gap:24px}.tw-onion-other-image{order:-1}.tw-onion-trending-grid{grid-template-columns:1fr 1fr}.tw-onion-more-grid{grid-template-columns:1fr 1fr}.tw-onion-newswire-list{columns:2}}@media(max-width:640px){.tw-onion-mast-inner{flex-wrap:wrap;gap:8px;font-size:11px}.tw-onion-mast-motto{display:none}.tw-onion-nameplate{padding:24px 16px 18px}.tw-onion-lead-block,.tw-onion-other-block,.tw-onion-trending,.tw-onion-more,.tw-onion-newswire{padding-left:16px;padding-right:16px}.tw-onion-trending-grid{grid-template-columns:1fr}.tw-onion-more-grid{grid-template-columns:1fr}.tw-onion-newswire-list{columns:1}}:root{--primary-color:#FF6B35;--secondary-color:#F7931E;--accent-color:#004E89;--text-dark:#1A1A1A;--text-light:#666666;--bg-light:#FFFBF5;--bg-card:#FFFFFF;--border-color:#E5E5E5;--success-color:#2ECC71;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--border-radius:12px;--shadow-sm:0 2px 8px rgba(0, 0, 0, 0.08);--shadow-md:0 4px 16px rgba(0, 0, 0, 0.12);--shadow-lg:0 8px 24px rgba(0, 0, 0, 0.15);--transition:all 0.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--bg-light)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-sm)}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:#fff;padding:var(--spacing-xl)var(--spacing-sm);text-align:center}.hero-badge{display:inline-block;background:rgba(255,255,255,.2);padding:var(--spacing-xs)var(--spacing-sm);border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:var(--spacing-sm);backdrop-filter:blur(10px)}.hero-title{font-size:1.75rem;font-weight:800;margin-bottom:var(--spacing-sm);line-height:1.2}.hero-tagline{font-size:1rem;margin-bottom:var(--spacing-lg);opacity:.95}.hero-card{background:#fff;color:var(--text-dark);border-radius:var(--border-radius);padding:var(--spacing-lg);box-shadow:var(--shadow-lg);max-width:800px;margin:0 auto;text-align:left}.hero-meta{display:flex;gap:var(--spacing-sm);flex-wrap:wrap;margin-bottom:var(--spacing-sm);font-size:.875rem;color:var(--text-light)}.hero-post-title{font-size:1.5rem;margin-bottom:var(--spacing-sm);line-height:1.3}.hero-post-title a{color:var(--text-dark);text-decoration:none;transition:var(--transition)}.hero-post-title a:hover{color:var(--primary-color)}.hero-excerpt{color:var(--text-light);margin-bottom:var(--spacing-md);line-height:1.6}.hero-actions{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm)}.social-share{display:flex;gap:var(--spacing-xs)}.share-btn{width:44px;height:44px;border:none;background:var(--bg-light);border-radius:8px;cursor:pointer;font-size:1.25rem;transition:var(--transition)}.share-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm)}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;text-align:center;transition:var(--transition);border:none;cursor:pointer;font-size:1rem;min-height:44px;min-width:44px}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:#e55a2b;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--accent-color);color:#fff}.btn-secondary:hover{background:#003d6b;transform:translateY(-2px)}.btn-outline{background:0 0;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}.btn-subscribe{background:var(--success-color);color:#fff}.btn-subscribe:hover{background:#27ae60}.subscribe-banner{background:var(--accent-color);color:#fff;padding:var(--spacing-lg)var(--spacing-sm)}.subscribe-content{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-md);flex-wrap:wrap}.subscribe-text h3{margin-bottom:var(--spacing-xs);font-size:1.25rem}.subscribe-text p{margin:0;opacity:.9}.quick-nav{padding:var(--spacing-lg)var(--spacing-sm);background:#fff;border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.nav-buttons{display:flex;gap:var(--spacing-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:1200px;margin:0 auto}.nav-buttons::-webkit-scrollbar{display:none}.nav-btn{display:inline-block;padding:.75rem 1.25rem;background:var(--bg-light);border-radius:8px;text-decoration:none;color:var(--text-dark);font-weight:500;white-space:nowrap;transition:var(--transition);min-height:44px}.nav-btn:hover,.nav-btn.active{background:var(--primary-color);color:#fff;transform:translateY(-2px)}.topic-filters{padding:var(--spacing-lg)var(--spacing-sm);background:#fff}.filter-label{font-weight:600;margin-bottom:var(--spacing-sm);color:var(--text-dark)}.chips-container{display:flex;gap:var(--spacing-xs);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:var(--spacing-xs)}.chip{display:inline-block;padding:.5rem 1rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:20px;text-decoration:none;color:var(--text-dark);font-size:.875rem;white-space:nowrap;transition:var(--transition);min-height:44px;display:flex;align-items:center}.chip:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-2px)}.chip-all{background:var(--accent-color);color:#fff;border-color:var(--accent-color);font-weight:600}.section-header{margin-bottom:var(--spacing-lg);text-align:center}.section-header h2{font-size:1.75rem;margin-bottom:var(--spacing-xs);color:var(--text-dark)}.section-subtitle{color:var(--text-light);font-size:1rem}.uncle-ramesh-section{padding:var(--spacing-xl)var(--spacing-sm);background:linear-gradient(135deg,#C8E6C9 0%,#A5D6A7 100%)}.featured-card{background:#fff;border-radius:var(--border-radius);padding:var(--spacing-lg);box-shadow:var(--shadow-md);max-width:800px;margin:0 auto var(--spacing-md)}.card-badge{display:inline-block;background:var(--accent-color);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--spacing-sm)}.card-meta{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);font-size:.875rem;color:var(--text-light)}.card-title{font-size:1.5rem;margin-bottom:var(--spacing-sm);line-height:1.3}.card-title a{color:var(--text-dark);text-decoration:none;transition:var(--transition)}.card-title a:hover{color:var(--primary-color)}.card-excerpt{color:var(--text-light);margin-bottom:var(--spacing-md);line-height:1.6}.card-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--spacing-sm)}.card-tags{display:flex;gap:var(--spacing-xs);flex-wrap:wrap}.tag{padding:.25rem .75rem;background:var(--bg-light);border-radius:4px;font-size:.75rem;color:var(--text-light)}.view-all{text-align:center}.link-all{color:var(--accent-color);text-decoration:none;font-weight:600;transition:var(--transition)}.link-all:hover{color:var(--primary-color)}.recent-briefs{padding:var(--spacing-xl)var(--spacing-sm);background:#fff}.cards-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg);margin-bottom:var(--spacing-lg)}.brief-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--border-radius);padding:var(--spacing-md);transition:var(--transition);box-shadow:var(--shadow-sm)}.brief-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm)}.card-icon{font-size:1.5rem}.card-date{font-size:.875rem;color:var(--text-light)}.card-snippet{color:var(--text-light);margin-bottom:var(--spacing-sm);font-size:.9375rem;line-height:1.5}.card-meta-footer{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm);font-size:.875rem}.read-time{color:var(--text-light)}.read-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:var(--transition)}.read-link:hover{color:var(--accent-color)}.card-tags-mini{display:flex;gap:var(--spacing-xs);flex-wrap:wrap;margin-top:var(--spacing-sm)}.mini-tag{padding:.25rem .5rem;background:var(--bg-light);border-radius:4px;font-size:.75rem;color:var(--text-light)}.view-all-briefs{text-align:center;margin-top:var(--spacing-lg)}.why-section{padding:var(--spacing-xl)var(--spacing-sm);background:var(--bg-light)}.why-content h2{text-align:center;margin-bottom:var(--spacing-lg);font-size:1.75rem}.features-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg);max-width:1000px;margin:0 auto}.feature{text-align:center;padding:var(--spacing-lg);background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow-sm);transition:var(--transition)}.feature:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-icon{font-size:3rem;margin-bottom:var(--spacing-sm)}.feature h3{margin-bottom:var(--spacing-xs);font-size:1.25rem}.feature p{color:var(--text-light)}.subscribe-section{padding:var(--spacing-xl)var(--spacing-sm);background:#fff}.subscribe-box{max-width:600px;margin:0 auto;text-align:center;padding:var(--spacing-xl);background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);border-radius:var(--border-radius);color:#fff;box-shadow:var(--shadow-lg)}.subscribe-box h2{margin-bottom:var(--spacing-sm);font-size:1.75rem}.subscribe-box p{margin-bottom:var(--spacing-lg);opacity:.95}.subscribe-form{display:flex;gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);flex-direction:column}.email-input{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;min-height:44px}.email-input:focus{outline:2px solid var(--accent-color);outline-offset:2px}.form-note{font-size:.875rem;opacity:.9}.popular-section{padding:var(--spacing-xl)var(--spacing-sm);background:var(--bg-light)}.popular-list{max-width:800px;margin:0 auto}.popular-item{background:#fff;padding:var(--spacing-md);border-radius:var(--border-radius);margin-bottom:var(--spacing-md);box-shadow:var(--shadow-sm);transition:var(--transition)}.popular-item:hover{transform:translateX(4px);box-shadow:var(--shadow-md)}.popular-content h4{margin-bottom:var(--spacing-xs);font-size:1.125rem}.popular-content h4 a{color:var(--text-dark);text-decoration:none;transition:var(--transition)}.popular-content h4 a:hover{color:var(--primary-color)}.popular-meta{font-size:.875rem;color:var(--text-light);margin-bottom:var(--spacing-xs)}.popular-excerpt{color:var(--text-light);font-size:.9375rem;line-height:1.5}.faq-section{padding:var(--spacing-xl)var(--spacing-sm);background:#fff}.faq-section h2{text-align:center;margin-bottom:var(--spacing-lg);font-size:1.75rem}.faq-grid{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg);max-width:1000px;margin:0 auto}.faq-item{padding:var(--spacing-lg);background:var(--bg-light);border-radius:var(--border-radius);border-left:4px solid var(--primary-color)}.faq-item h3{margin-bottom:var(--spacing-sm);color:var(--text-dark);font-size:1.125rem}.faq-item p{color:var(--text-light);line-height:1.6}@media(min-width:768px){.hero-title{font-size:2.5rem}.hero-tagline{font-size:1.125rem}.subscribe-form{flex-direction:row}.cards-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.hero-title{font-size:3rem}.cards-grid{grid-template-columns:repeat(3,1fr)}.features-grid{grid-template-columns:repeat(4,1fr)}.nav-buttons{justify-content:center}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px}a,button,input,select,textarea{min-height:44px;min-width:44px}.newsletter-section h2,.newsletter-section p,.newsletter-section label{color:#fff!important}.dueling-header h2,.dueling-header p{color:#fff!important}section[style*=background] h2,section[style*=background] p,section[style*=background] label{color:#fff!important}.feature-box h3,.feature-box p{color:#fff!important}.newsletter-section h2,.newsletter-section h3,.newsletter-section p,.newsletter-section label,.dueling-header h2,.dueling-header h3,.dueling-header p,.feature-box h2,.feature-box h3,.feature-box p,section[style*=background] h2,section[style*=background] h3,section[style*=background] p,section[style*=background] label{color:#fff!important}.post-content,.post-content p,.post-content li,.post-entry .entry-content,.post-entry .entry-content p,article p,.page-content p,.content p{color:#000!important}.post-title,.entry-header h1,.entry-header h2,.post-entry h2{color:#000!important}.post-meta,.post-meta a,.entry-footer{color:#000!important}.page-header,.page-header h1,.page-header h2,.page-header .post-description{color:#fff!important}.entry-header,.entry-header h1,.entry-header h2,.entry-header .post-title{color:#fff!important}.post-single .entry-header h1,.post-single .post-title{color:#fff!important}.first-entry .entry-header h2{color:#fff!important}.page-header time,.entry-header time,.post-single time{color:#fff!important}:root{--primary:rgb(21, 131, 168);--secondary:rgb(36, 156, 191);--tertiary:rgb(250, 247, 240);--content:rgb(26, 26, 26);--code-block-bg:rgb(21, 131, 168);--code-bg:rgb(242, 238, 229);--border:rgb(216, 211, 196);--theme:rgb(21, 131, 168);--entry:rgb(255, 255, 255);--hljs-bg:rgb(10, 85, 125)}.dark{--primary:rgb(250, 247, 240);--secondary:rgb(216, 211, 196);--tertiary:rgb(36, 156, 191);--content:rgb(250, 247, 240);--theme:rgb(10, 85, 125);--entry:rgb(21, 131, 168)}.nav{background:#1583a8!important;border-bottom:3px solid #c9a96e!important}.logo a,.logo a:hover{color:#c9a96e!important}#menu a,.menu a{color:#1583a8!important;font-weight:500}#menu a:hover,.menu a:hover,#menu a.active,.menu a.active{color:#d9b97e!important;border-bottom:2px solid #c9a96e!important}#menu .active::after,#menu .active::before{background:#c9a96e!important}.footer a,.footer a:hover{color:#1583a8;border-bottom:1px solid #c9a96e}.dark .footer a{color:#c9a96e}.post-entry a,.post-title a,.pagination a{color:#1583a8}.post-entry a:hover,.post-title a:hover{color:#c02020}.post-tags a{background:#faf7f0;color:#1583a8;border:1px solid #d8d3c4}.post-tags a:hover{background:#1583a8;color:#fff}.top-link{background:#1583a8!important;color:#c9a96e!important}.ttb-section-head{border-bottom-color:#3dc5bd!important}.trade-featured{border-left-color:#c9a96e!important}.pagination a:hover{color:#0d5f7a!important;border-bottom:2px solid #3dc5bd!important}.top-link{background:#0d5f7a!important;color:#3dc5bd!important}header.header nav.nav .logo a{font-size:0!important;line-height:0!important;display:inline-flex!important;align-items:center!important;vertical-align:middle!important}header.header nav.nav .logo a img{height:80px!important;width:auto!important;max-width:none!important;font-size:0!important;display:inline-block!important}header.header nav.nav ul#menu li a,header.header nav.nav ul#menu li a span{color:#faf7f0!important;font-size:.95rem!important;font-weight:600!important;letter-spacing:.02em!important}header.header nav.nav ul#menu li a:hover,header.header nav.nav ul#menu li a:hover span,header.header nav.nav ul#menu li a span.active{color:#76e5dc!important;border-bottom:2px solid #c9a96e!important}header.header nav.nav{min-height:100px!important;padding:14px 24px!important;background:#0d5f7a!important;border-bottom:4px solid #c9a96e!important}header.header nav.nav .logo-switches button{color:#faf7f0!important}header.header nav.nav ul#menu{font-size:.95rem!important}header.header nav.nav .logo{flex:none!important;min-width:280px!important;display:flex!important;align-items:center!important}header.header nav.nav .logo a{display:inline-flex!important;align-items:center!important;height:auto!important}header.header nav.nav .logo a img{height:195px!important;width:500px!important;max-width:none!important;max-height:none!important;min-height:195px!important;transform:none!important;border-radius:0!important;margin-inline-end:0!important;object-fit:contain!important;display:block!important;font-size:0!important}header.header nav.nav{min-height:215px!important;padding:10px 24px!important}.first-entry,.page-header,body:not(.post) article .post-header,body.page .post-header,body.list .post-header{background:linear-gradient(180deg,#0d5f7a 0%,#063d52 100%)!important;color:#fff!important;padding:48px 32px!important;margin-bottom:32px!important;border-radius:4px!important;border-bottom:4px solid #c9a96e!important}.first-entry .entry-hint-parent,.first-entry .post-title,.page-header h1,body:not(.post) article .post-header .post-title,body.page .post-header .post-title,body.list .post-header .post-title{color:#fff!important;font-family:fraunces,Georgia,serif!important;font-weight:400!important;letter-spacing:-.02em!important}.first-entry .post-meta,.page-header .post-meta,body:not(.post) article .post-header .post-meta,body.page .post-header .post-meta,body.list .post-header .post-meta{color:#c9a96e!important;opacity:.9!important}body.page #ttb-scroll-modal,body.list #ttb-scroll-modal,body.home #ttb-scroll-modal,body.term #ttb-scroll-modal,body.section:not(.post) #ttb-scroll-modal{display:none!important}body[class*=about] #ttb-scroll-modal,body[class*=contact] #ttb-scroll-modal,body[class*=advertise] #ttb-scroll-modal,body[class*=privacy] #ttb-scroll-modal,body[class*=legal] #ttb-scroll-modal,body[class*=search] #ttb-scroll-modal{display:none!important}.tw-flag-bar{background:#fff;border-bottom:1px solid #e5e5e0;position:relative;z-index:40}.tw-flag-bar-inner{max-width:1240px;margin:0 auto;padding:10px 16px;display:flex;justify-content:center;align-items:stretch;gap:10px;flex-wrap:wrap}.tw-flag-btn{display:inline-flex;align-items:center;gap:10px;padding:0 18px 0 0;min-height:44px;border:2px solid #0a3d4a;border-radius:4px;background:#fafaf5;color:#0a3d4a!important;font-weight:700;font-size:14px;letter-spacing:.3px;text-transform:uppercase;text-decoration:none!important;cursor:pointer;font-family:inherit;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tw-flag-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(10,61,74,.18);border-color:#d4a437}.tw-flag-btn[aria-expanded=true]{background:#0a3d4a;color:#fff!important;border-color:#d4a437}.tw-flag-btn[aria-expanded=true] .tw-flag-caret{transform:rotate(180deg)}.tw-flag-stripes{display:block;width:10px;align-self:stretch;flex-shrink:0}.tw-flag-label{padding:10px 0}.tw-flag-caret{transition:transform .2s ease;flex-shrink:0}.tw-flag-stripes-caribbean{background:linear-gradient(to bottom,#0066b3 0%,#0066b3 33%,#fcd116 33%,#fcd116 66%,#009739 66%,#009739 100%);width:14px}.tw-flag-stripes-africa{background:linear-gradient(to bottom,#ce1126 0%,#ce1126 25%,#000000 25%,#000000 50%,#009739 50%,#009739 75%,#fcd116 75%,#fcd116 100%);width:14px}.tw-flag-stripes-guyana{background:linear-gradient(to bottom,#009e49 0%,#009e49 40%,#fcd116 40%,#fcd116 60%,#ce1126 60%,#ce1126 100%);width:14px}.tw-region-panel{background:#faf8f0;border-top:1px solid #e5e5e0;border-bottom:2px solid #d4a437;padding:16px 0}.tw-region-panel[hidden]{display:none}.tw-region-panel-inner{max-width:1240px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.tw-country-card{display:flex;align-items:center;gap:12px;padding:0;background:#fff;border:1px solid #e5e5e0;border-radius:4px;color:#0a3d4a!important;font-weight:700;text-decoration:none!important;overflow:hidden;min-height:52px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.tw-country-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(10,61,74,.15);border-color:#d4a437}.tw-country-stripes{display:block;width:44px;align-self:stretch;flex-shrink:0}.tw-country-name{padding:12px 14px 12px 0;font-size:14px;letter-spacing:.2px}.tw-country-all{justify-content:center;background:#0a3d4a;color:#fff!important;border-color:#0a3d4a}.tw-country-all:hover{background:#d4a437;color:#0a3d4a!important;border-color:#d4a437}.tw-country-all .tw-country-name{padding:12px 14px}.tw-jm{background:linear-gradient(to bottom,#000 0 33%,#fcd116 33% 66%,#009b3a 66% 100%)}.tw-tt{background:linear-gradient(to bottom,#ce1126 0 33%,#ffffff 33% 40%,#000 40% 60%,#ffffff 60% 66%,#ce1126 66% 100%)}.tw-bb{background:linear-gradient(to right,#00267f 0 33%,#ffc726 33% 66%,#00267f 66% 100%)}.tw-gh{background:linear-gradient(to bottom,#ce1126 0 33%,#fcd116 33% 66%,#006b3f 66% 100%)}.tw-ke{background:linear-gradient(to bottom,#000 0 33%,#bb0000 33% 66%,#006600 66% 100%)}.tw-ng{background:linear-gradient(to right,#008753 0 33%,#ffffff 33% 66%,#008753 66% 100%)}.tw-za{background:linear-gradient(to bottom,#007a4d 0 33%,#ffb612 33% 40%,#de3831 40% 60%,#002395 60% 66%,#007a4d 66% 100%)}@media(max-width:768px){.tw-flag-bar-inner{padding:8px 12px;gap:6px}.tw-flag-btn{padding-right:12px;font-size:13px}.tw-flag-stripes,.tw-flag-stripes-caribbean,.tw-flag-stripes-africa,.tw-flag-stripes-guyana{width:10px}.tw-region-panel-inner{grid-template-columns:1fr 1fr}}@media(max-width:480px){.tw-region-panel-inner{grid-template-columns:1fr}}.tw-gy{background:linear-gradient(to bottom,#009e49 0 30%,#fcd116 30% 50%,#ffffff 50% 60%,#000000 60% 70%,#ce1126 70% 100%)}.tw-ic{background:linear-gradient(to bottom,#ff9933 0 25%,#ffffff 25% 50%,#138808 50% 75%,#0066b3 75% 100%)}.tw-flag-inner{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:10px;max-width:1220px;margin:0 auto;padding:10px 18px}.gh-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.gh-wrap *{box-sizing:border-box!important}main.main:has(.gh-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.gh-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.gh-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.gh-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.gh-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#ce1126!important;display:block!important;margin:0 0 10px!important}.gh-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.gh-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.gh-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.gh-wrap .feat-card{min-width:0!important}.gh-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.gh-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.gh-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#ce1126!important;display:block!important;margin:0 0 6px!important}.gh-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.gh-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.gh-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.gh-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.gh-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.gh-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.gh-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.gh-wrap .tile{min-width:0!important}.gh-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.gh-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.gh-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#ce1126!important;display:block!important;margin:0 0 6px!important}.gh-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.gh-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.gh-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.gh-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.gh-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.gh-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.gh-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.gh-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.gh-wrap .side-list li:last-child{border-bottom:none!important}.gh-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#ce1126!important}.gh-wrap .side-list a{color:#111!important;text-decoration:none!important}.gh-wrap .side-list a:hover{text-decoration:underline!important}.gh-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.gh-wrap .side-live span{font-weight:700!important;color:#111!important}.gh-wrap .side-promo{background:#006b3f!important;color:#fcd116!important;border-top:3px solid #ce1126!important}.gh-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#fcd116!important}.gh-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.gh-wrap .onion-main{grid-template-columns:1fr!important}.gh-wrap .onion-featured{grid-template-columns:1fr!important}.gh-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.gh-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.gh-wrap .hero-img{height:300px!important}.gh-wrap .hero-headline{font-size:28px!important}}.gy-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.gy-wrap *{box-sizing:border-box!important}main.main:has(.gy-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.gy-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.gy-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.gy-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.gy-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#ce1126!important;display:block!important;margin:0 0 10px!important}.gy-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.gy-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.gy-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.gy-wrap .feat-card{min-width:0!important}.gy-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.gy-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.gy-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#ce1126!important;display:block!important;margin:0 0 6px!important}.gy-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.gy-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.gy-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.gy-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.gy-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.gy-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.gy-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.gy-wrap .tile{min-width:0!important}.gy-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.gy-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.gy-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#009e49!important;display:block!important;margin:0 0 6px!important}.gy-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.gy-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.gy-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.gy-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.gy-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.gy-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.gy-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.gy-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.gy-wrap .side-list li:last-child{border-bottom:none!important}.gy-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#fcd116!important;-webkit-text-stroke:1px #111!important}.gy-wrap .side-list a{color:#111!important;text-decoration:none!important}.gy-wrap .side-list a:hover{text-decoration:underline!important}.gy-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.gy-wrap .side-live span{font-weight:700!important;color:#111!important}.gy-wrap .side-promo{background:linear-gradient(135deg,#009E49 0%,#009E49 45%,#FCD116 45%,#FCD116 55%,#CE1126 55%,#CE1126 100%)!important;color:#111!important;border-top:3px solid #000!important;position:relative!important}.gy-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#111!important;font-weight:700!important;text-shadow:0 1px 0 rgba(255,255,255,.5)!important;background:rgba(255,255,255,.85)!important;padding:8px!important;border-radius:2px!important}.gy-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.gy-wrap .onion-main{grid-template-columns:1fr!important}.gy-wrap .onion-featured{grid-template-columns:1fr!important}.gy-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.gy-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.gy-wrap .hero-img{height:300px!important}.gy-wrap .hero-headline{font-size:28px!important}}.gy-wrap .side-cartoon{padding:20px!important}.gy-wrap .side-cartoon .side-cartoon-link{display:block!important;line-height:0!important;border:1px solid #111!important;overflow:hidden!important;transition:transform .15s ease!important}.gy-wrap .side-cartoon .side-cartoon-link:hover{transform:scale(1.01)!important}.gy-wrap .side-cartoon .side-cartoon-img{width:100%!important;height:auto!important;display:block!important}.gy-wrap .side-sports-btn{padding:0!important;background:0 0!important;border-top:none!important}.gy-wrap .side-sports-btn .side-sports-link{display:block!important;line-height:0!important;transition:transform .15s ease!important}.gy-wrap .side-sports-btn .side-sports-link:hover{transform:scale(1.02)!important}.gy-wrap .side-sports-btn .side-sports-img{width:100%!important;height:auto!important;display:block!important}.gy-wrap .tw-cta p{margin:0 auto 22px!important;max-width:520px!important;text-align:center!important}.gy-wrap .tw-cta{text-align:center!important}.ttb-newswire-block{background:#0a3d4a;color:#fff;padding:28px 20px;margin:40px 0}.ttb-newswire-wrap{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:start}.ttb-newswire-label{color:#d4a437;font-weight:800;font-size:13px;letter-spacing:2px;padding-top:4px;border-right:2px solid #d4a437;padding-right:24px}.ttb-newswire-list{list-style:none;padding:0;margin:0;columns:3;column-gap:32px}.ttb-newswire-list li{margin:0 0 10px;break-inside:avoid;list-style:none}.ttb-newswire-list a{color:#fff!important;text-decoration:none!important;font-size:14px;font-weight:500;line-height:1.35;display:inline-block;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.ttb-newswire-list a:hover{color:#d4a437!important;border-bottom-color:#d4a437}@media(max-width:768px){.ttb-newswire-wrap{grid-template-columns:1fr;gap:16px}.ttb-newswire-label{border-right:0;border-bottom:2px solid #d4a437;padding:0 0 10px}.ttb-newswire-list{columns:1}}.ttb-ext-section{max-width:1240px;margin:56px auto;padding:0 20px}.ttb-ext-section .ttb-section-head{display:flex;justify-content:space-between;align-items:baseline;border-bottom:3px solid #0a3d4a;padding-bottom:10px;margin-bottom:28px}.ttb-ext-section .ttb-section-head h2{margin:0;color:#0a3d4a!important;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;letter-spacing:-.01em}.ttb-more-link{color:#0a3d4a!important;font-weight:700;font-size:14px;text-decoration:none!important;letter-spacing:.3px;text-transform:uppercase;transition:color .15s ease}.ttb-more-link:hover{color:#d4a437!important}.ttb-section-empty{background:#fafaf5;border:1px dashed #d4a437;padding:32px;text-align:center;color:#555}.ttb-card-grid{display:grid;gap:24px}.ttb-card-grid-3{grid-template-columns:repeat(3,1fr)}.ttb-card-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.ttb-card-grid-3,.ttb-card-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.ttb-card-grid-3,.ttb-card-grid-4{grid-template-columns:1fr}}.ttb-card{background:#fff;border:1px solid #e5e5e0;border-radius:4px;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.ttb-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(10,61,74,.14)}.ttb-card-link{display:block;text-decoration:none!important;color:inherit}.ttb-card-image{aspect-ratio:16/9;background-color:#0a3d4a;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.ttb-card-image-typo{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a3d4a 0%,#0d4f5f 50%,#0a3d4a 100%)}.ttb-card-image-typo-posts{background:linear-gradient(135deg,#0a3d4a,#0d4f5f)}.ttb-card-image-typo-uncle-ramesh{background:linear-gradient(135deg,#6b2d0e,#8b4418)}.ttb-card-image-typo-rumor-mill{background:linear-gradient(135deg,#4a0a3d,#5f0d4f)}.ttb-card-image-typo-speedeet-wilar{background:linear-gradient(135deg,#0d5f3d,#0a4a2e)}.ttb-card-image-typo-dj-roadblock{background:linear-gradient(135deg,#5f0d2e,#7a1840)}.ttb-card-image-typo-bam-bam-sally{background:linear-gradient(135deg,#7a5500,#a67c00)}.ttb-card-image-typo-progress-report{background:linear-gradient(135deg,#0a3d4a,#0a5c6e)}.ttb-card-image-typo-patriots-portfolio{background:linear-gradient(135deg,#4a0a1f,#6b0d2a)}.ttb-card-image-tag{color:#d4a437;font-weight:800;font-size:clamp(14px,2vw,20px);letter-spacing:3px;text-transform:uppercase;text-align:center;padding:0 20px}.ttb-card-body{padding:18px 20px 20px}.ttb-card-section{display:inline-block;color:#d4a437;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 8px}.ttb-card-title{color:#0a3d4a!important;font-size:17px;font-weight:700;line-height:1.25;margin:0 0 8px;letter-spacing:-.01em}.ttb-card-excerpt{color:#444;font-size:14px;line-height:1.5;margin:0 0 10px}.ttb-card-meta{color:#888;font-size:12px;font-weight:500;margin:0}.ttb-card-featured .ttb-card-image{aspect-ratio:16/9}.ttb-card-featured .ttb-card-title{font-size:clamp(1.2rem,2.5vw,1.6rem)}.ttb-card-featured .ttb-card-image-tag{font-size:clamp(18px,2.5vw,26px)}.ttb-block-layout{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}.ttb-block-sub{list-style:none;padding:0;margin:0;border-top:1px solid #e5e5e0}.ttb-block-sub li{margin:0;padding:0;border-bottom:1px solid #e5e5e0}.ttb-sub-item{display:block;padding:18px 0;text-decoration:none!important;color:inherit;transition:padding-left .15s ease}.ttb-sub-item:hover{padding-left:8px}.ttb-sub-tag{display:inline-block;color:#d4a437;font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 6px}.ttb-sub-title{color:#0a3d4a!important;font-size:16px;font-weight:700;line-height:1.3;margin:0 0 6px;letter-spacing:-.01em}.ttb-sub-meta{color:#888;font-size:12px;margin:0}@media(max-width:900px){.ttb-block-layout{grid-template-columns:1fr;gap:16px}}.dark .ttb-card{background:#16252b;border-color:#2a3a40}.dark .ttb-card-title,.dark .ttb-sub-title{color:#fff!important}.dark .ttb-card-excerpt{color:#cfd4d6}.dark .ttb-ext-section .ttb-section-head h2{color:#fff!important}.dark .ttb-ext-section .ttb-section-head{border-bottom-color:#d4a437}.dark .ttb-more-link{color:#d4a437!important}.dark .ttb-block-sub,.dark .ttb-block-sub li{border-color:#2a3a40}.dark .ttb-section-empty{background:#16252b;color:#cfd4d6}html.dark .ttb-ext-section .ttb-section-head h2,body.dark .ttb-ext-section .ttb-section-head h2{color:#d4a437!important}html.dark .ttb-section-empty,body.dark .ttb-section-empty{background:#16252b!important;color:#e8e2d0!important;border-color:#d4a437!important}html.dark .ttb-section-empty p,body.dark .ttb-section-empty p{color:#e8e2d0!important}.jm-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.jm-wrap *{box-sizing:border-box!important}.jm-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.jm-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.jm-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.jm-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#009b3a!important;display:block!important;margin:0 0 10px!important}.jm-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important}.jm-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.jm-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.jm-wrap .feat-card{min-width:0!important}.jm-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.jm-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.jm-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#009b3a!important;display:block!important;margin:0 0 6px!important}.jm-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important}.jm-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.jm-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.jm-wrap .onion-feed{display:flex!important;flex-direction:column!important;gap:24px!important;min-width:0!important}.jm-wrap .feed-item{border-bottom:1px solid #eee!important;padding:0 0 24px!important;margin:0!important;min-width:0!important}.jm-wrap .feed-item:last-child{border-bottom:none!important}.jm-wrap .feed-link{display:grid!important;grid-template-columns:180px 1fr!important;gap:20px!important;text-decoration:none!important;color:#111!important;align-items:start!important;min-width:0!important}.jm-wrap .feed-img{width:180px!important;height:180px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;display:block!important}.jm-wrap .feed-text{min-width:0!important;overflow:hidden!important}.jm-wrap .feed-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#009b3a!important;display:block!important;margin:0 0 6px!important}.jm-wrap .feed-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:22px!important;line-height:1.3!important;color:#111!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.jm-wrap .feed-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.jm-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.jm-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.jm-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.jm-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.jm-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.jm-wrap .side-list li:last-child{border-bottom:none!important}.jm-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#009b3a!important}.jm-wrap .side-list a{color:#111!important;text-decoration:none!important}.jm-wrap .side-list a:hover{text-decoration:underline!important}.jm-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.jm-wrap .side-live span{font-weight:700!important;color:#111!important}.jm-wrap .side-promo{background:#111!important;color:#fed100!important;border-top:3px solid #009b3a!important}.jm-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#fed100!important}@media(max-width:900px){.jm-wrap .onion-main{grid-template-columns:1fr!important}.jm-wrap .onion-featured{grid-template-columns:1fr!important}.jm-wrap .hero-img{height:300px!important}.jm-wrap .hero-headline{font-size:28px!important}.jm-wrap .feed-link{grid-template-columns:1fr!important}.jm-wrap .feed-img{width:100%!important;height:200px!important}}main.main:has(.jm-wrap){max-width:1280px!important;width:100%!important;padding:0!important}body:has(.jm-wrap) main.main{max-width:1280px!important;width:100%!important}.jm-wrap .hero-headline,.jm-wrap .feat-headline,.jm-wrap .feed-headline{font-family:Georgia,times new roman,serif!important;color:#111!important;background:0 0!important;text-transform:none!important}.jm-wrap .hero-headline{font-size:42px!important;line-height:1.15!important;font-weight:900!important}.jm-wrap .feat-headline{font-size:20px!important;line-height:1.3!important;font-weight:700!important}.jm-wrap .feed-headline{font-size:22px!important;line-height:1.3!important;font-weight:700!important}.jm-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;width:100%!important;max-width:100%!important}.jm-wrap .onion-feed{display:flex!important;flex-direction:column!important;gap:24px!important;min-width:0!important;width:100%!important}.jm-wrap .feed-item{width:100%!important;min-width:0!important}.jm-wrap .feed-link{display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:20px!important;width:100%!important;align-items:start!important}.jm-wrap .feed-img{width:180px!important;height:180px!important;min-width:180px!important}.jm-wrap .feed-text{min-width:0!important;overflow:hidden!important;max-width:100%!important}.jm-wrap .feed-text *{max-width:100%!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.jm-wrap p{margin:0!important;font-family:Arial,sans-serif!important}.jm-wrap .hero-meta,.jm-wrap .feat-meta,.jm-wrap .feed-meta{font-size:12px!important;color:#777!important}@media(max-width:900px){.jm-wrap .onion-main{grid-template-columns:1fr!important}.jm-wrap .onion-featured{grid-template-columns:1fr!important}.jm-wrap .feed-link{grid-template-columns:1fr!important}.jm-wrap .feed-img{width:100%!important;height:200px!important}}.jm-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.jm-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.jm-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.jm-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.jm-wrap .tile{min-width:0!important}.jm-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.jm-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.jm-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#009b3a!important;display:block!important;margin:0 0 6px!important}.jm-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.jm-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.jm-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.jm-wrap .onion-feed{display:none!important}@media(max-width:900px){.jm-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.jm-wrap .onion-feed-grid3{grid-template-columns:1fr!important}}.ke-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.ke-wrap *{box-sizing:border-box!important}main.main:has(.ke-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.ke-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.ke-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.ke-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.ke-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#b00!important;display:block!important;margin:0 0 10px!important}.ke-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.ke-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.ke-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.ke-wrap .feat-card{min-width:0!important}.ke-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.ke-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.ke-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#b00!important;display:block!important;margin:0 0 6px!important}.ke-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.ke-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.ke-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.ke-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.ke-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.ke-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.ke-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.ke-wrap .tile{min-width:0!important}.ke-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.ke-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.ke-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#b00!important;display:block!important;margin:0 0 6px!important}.ke-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.ke-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.ke-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.ke-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.ke-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.ke-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.ke-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.ke-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.ke-wrap .side-list li:last-child{border-bottom:none!important}.ke-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#b00!important}.ke-wrap .side-list a{color:#111!important;text-decoration:none!important}.ke-wrap .side-list a:hover{text-decoration:underline!important}.ke-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.ke-wrap .side-live span{font-weight:700!important;color:#111!important}.ke-wrap .side-promo{background:#000!important;color:#fff!important;border-top:3px solid #b00!important}.ke-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#fff!important}.ke-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.ke-wrap .onion-main{grid-template-columns:1fr!important}.ke-wrap .onion-featured{grid-template-columns:1fr!important}.ke-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.ke-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.ke-wrap .hero-img{height:300px!important}.ke-wrap .hero-headline{font-size:28px!important}}.tw-logo-img-big{max-height:46px!important}@media(max-width:1024px){.tw-logo-img-big{max-height:42px!important}}@media(max-width:768px){.tw-logo-img-big{max-height:38px!important}}.tw-logo-box{overflow:visible}.tw-logo-link{overflow:visible}.tw-newswire{background:#fff;border-bottom:1px solid #e5e5e0;padding:20px 0 24px;margin:0}.tw-newswire-inner{max-width:1240px;margin:0 auto;padding:0 24px}.tw-newswire-heading{font-family:Georgia,times new roman,serif;color:#0a3d4a!important;font-size:13px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;margin:0 0 14px;padding:0 0 10px;border-bottom:2px solid #0a3d4a}.tw-newswire-headlines{list-style:none!important;padding:0!important;margin:0!important;columns:4;column-gap:32px}.tw-newswire-headlines li{margin:0 0 8px;padding:0;list-style:none!important;break-inside:avoid;page-break-inside:avoid}.tw-newswire-headlines a{color:#0a3d4a!important;text-decoration:none!important;font-family:Georgia,times new roman,serif;font-size:14px;font-weight:600;line-height:1.35;display:inline;border-bottom:1px solid transparent;transition:color .15s ease,border-color .15s ease}.tw-newswire-headlines a:hover,.tw-newswire-headlines a:focus{color:#b8882a!important;border-bottom-color:#d4a437}@media(max-width:1024px){.tw-newswire-headlines{columns:3}}@media(max-width:720px){.tw-newswire-headlines{columns:2;column-gap:20px}.tw-newswire-inner{padding:0 16px}}@media(max-width:440px){.tw-newswire-headlines{columns:1}}.dark .tw-newswire{background:#0b161a;border-bottom-color:#2a3a40}.dark .tw-newswire-heading{color:#fff!important;border-bottom-color:#d4a437}.dark .tw-newswire-headlines a{color:#e8e8e8!important}.dark .tw-newswire-headlines a:hover,.dark .tw-newswire-headlines a:focus{color:#d4a437!important}.tw-header-wrap{display:grid;grid-template-columns:1fr 2fr;align-items:stretch;width:100%;border-bottom:3px solid #d4a437;position:relative;z-index:100}.tw-logo-box{background:#faf8f0;border-right:2px solid #d4a437;padding:10px 28px;display:flex;align-items:center;justify-content:center;min-height:84px}.tw-logo-link{display:flex;align-items:center;text-decoration:none}.tw-logo-img-big{max-height:68px!important;height:auto!important;width:auto!important;max-width:100%;display:block}.tw-logo-text{color:#0a3d4a;font-weight:800;font-size:24px;letter-spacing:-.01em}.tw-nav-box{background:linear-gradient(135deg,#0a3d4a 0%,#0d4f5f 100%);padding:0;margin:0;display:flex;align-items:stretch}.tw-nav-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;width:100%;padding:0 24px;min-height:84px}.tw-menu-center{display:flex!important;align-items:center;justify-content:center;gap:2px;flex-wrap:nowrap;margin:0!important;padding:0!important;list-style:none!important;overflow:visible!important}.tw-menu-center li{list-style:none;position:relative;overflow:visible;margin:0}.tw-menu-center>li>a,.tw-nav-dropdown-toggle{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;color:#fff!important;font-weight:600;font-size:15px;letter-spacing:.2px;border-radius:4px;transition:background .15s ease,color .15s ease;text-decoration:none!important;background:0 0;border:none;cursor:pointer;font-family:inherit;position:relative}.tw-menu-center>li>a:hover,.tw-nav-dropdown-toggle:hover,.tw-nav-dropdown:hover .tw-nav-dropdown-toggle,.tw-nav-dropdown:focus-within .tw-nav-dropdown-toggle{color:#d4a437!important;background:rgba(212,164,55,.12)}.tw-nav-caret{transition:transform .2s ease;flex-shrink:0;color:#d4a437}.tw-nav-dropdown:hover .tw-nav-caret,.tw-nav-dropdown:focus-within .tw-nav-caret{transform:rotate(180deg)}.tw-utility-slot{display:flex;align-items:center;gap:8px}#theme-toggle{background:0 0;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:4px;display:flex;align-items:center;transition:background .15s ease,color .15s ease}#theme-toggle:hover{color:#d4a437;background:rgba(212,164,55,.12)}#sun{display:none}.dark #moon{display:none}.dark #sun{display:block}.tw-nav-dropdown-menu{position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%)translateY(-6px);min-width:210px;background:#fff!important;border:1px solid #e5e5e0;border-top:3px solid #d4a437;box-shadow:0 8px 24px rgba(10,61,74,.22);padding:8px 0!important;margin:6px 0 0!important;list-style:none!important;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:9999!important;display:block!important}.tw-nav-dropdown:hover .tw-nav-dropdown-menu,.tw-nav-dropdown:focus-within .tw-nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%)translateY(0)}.tw-nav-dropdown:last-child .tw-nav-dropdown-menu{left:auto!important;right:0!important;transform:translateY(-6px)}.tw-nav-dropdown:last-child:hover .tw-nav-dropdown-menu,.tw-nav-dropdown:last-child:focus-within .tw-nav-dropdown-menu{transform:translateY(0)}.tw-nav-dropdown::after{content:"";position:absolute;top:100%;left:0;right:0;height:14px}.tw-nav-dropdown-menu li{margin:0!important;padding:0!important;display:block!important}.tw-nav-dropdown-item{display:block!important;padding:10px 18px!important;color:#0a3d4a!important;font-size:14px;font-weight:500;text-decoration:none!important;transition:background .12s ease,color .12s ease;white-space:nowrap}.tw-nav-dropdown-item:hover,.tw-nav-dropdown-item:focus{background:#fafaf5!important;color:#b8882a!important}.dark .tw-nav-dropdown-menu{background:#1a2a30!important;border-color:#2a3a40;border-top-color:#d4a437}.dark .tw-nav-dropdown-item{color:#e8e8e8!important}.dark .tw-nav-dropdown-item:hover{background:#0a3d4a!important;color:#d4a437!important}.dark .tw-logo-box{background:#faf8f0}.tw-marquee{margin-top:0!important;border-top:0!important}@media(max-width:1024px){.tw-header-wrap{grid-template-columns:260px 1fr}.tw-logo-img-big{max-height:56px!important}.tw-logo-box{padding:8px 20px;min-height:72px}.tw-nav-inner{min-height:72px;padding:0 16px;gap:8px}.tw-menu-center>li>a,.tw-nav-dropdown-toggle{padding:8px 10px;font-size:14px}}@media(max-width:768px){.tw-header-wrap{grid-template-columns:1fr;grid-template-rows:auto auto}.tw-logo-box{border-right:0;border-bottom:2px solid #d4a437;padding:10px 16px;min-height:0}.tw-logo-img-big{max-height:44px!important}.tw-nav-inner{min-height:0;padding:6px 12px;grid-template-columns:1fr auto}.tw-menu-center{flex-wrap:wrap;justify-content:flex-start;gap:0}}@media(max-width:520px){.tw-menu-center{flex-direction:column;align-items:stretch;width:100%}.tw-nav-dropdown{width:100%}.tw-nav-dropdown-toggle{width:100%;justify-content:space-between}.tw-nav-dropdown-menu{position:static!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important;box-shadow:none;border:none;border-left:3px solid #d4a437;margin-left:16px!important;display:none!important}.tw-nav-dropdown:hover .tw-nav-dropdown-menu,.tw-nav-dropdown:focus-within .tw-nav-dropdown-menu{display:block!important}.tw-nav-dropdown:last-child .tw-nav-dropdown-menu{right:auto!important;left:0!important}}.ng-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.ng-wrap *{box-sizing:border-box!important}main.main:has(.ng-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.ng-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.ng-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.ng-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.ng-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#008751!important;display:block!important;margin:0 0 10px!important}.ng-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.ng-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.ng-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.ng-wrap .feat-card{min-width:0!important}.ng-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.ng-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.ng-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#008751!important;display:block!important;margin:0 0 6px!important}.ng-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.ng-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.ng-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.ng-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.ng-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.ng-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.ng-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.ng-wrap .tile{min-width:0!important}.ng-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.ng-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.ng-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#008751!important;display:block!important;margin:0 0 6px!important}.ng-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.ng-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.ng-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.ng-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.ng-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.ng-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.ng-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.ng-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.ng-wrap .side-list li:last-child{border-bottom:none!important}.ng-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#008751!important}.ng-wrap .side-list a{color:#111!important;text-decoration:none!important}.ng-wrap .side-list a:hover{text-decoration:underline!important}.ng-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.ng-wrap .side-live span{font-weight:700!important;color:#111!important}.ng-wrap .side-promo{background:#008751!important;color:#fff!important;border-top:3px solid #008751!important}.ng-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#fff!important}.ng-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.ng-wrap .onion-main{grid-template-columns:1fr!important}.ng-wrap .onion-featured{grid-template-columns:1fr!important}.ng-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.ng-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.ng-wrap .hero-img{height:300px!important}.ng-wrap .hero-headline{font-size:28px!important}}html,body{overflow-x:hidden;-webkit-text-size-adjust:100%}.post-content,.post-content p,.entry-content,.page-content{color:#1a1a1a;line-height:1.7}a{color:#0a3d4a;text-decoration-thickness:1px;text-underline-offset:2px}a:hover,a:focus{color:#b8882a;text-decoration-thickness:2px}h1,h2,h3,h4{color:#0a3d4a;letter-spacing:-.01em}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #d4a437;outline-offset:2px;border-radius:2px}.gold-text,.accent-gold{color:#8b6914;font-weight:600}nav a,.menu a,.nav-link,button,.btn{min-height:44px;display:inline-flex;align-items:center}@media(max-width:768px){.main,main,.container,.wrapper{padding-left:16px!important;padding-right:16px!important;max-width:100%!important}.hero h1,.hero-title,.first-entry h1{font-size:clamp(1.6rem,6vw,2.2rem)!important;line-height:1.15!important}.hero h2,.hero-subtitle{font-size:clamp(1rem,3.5vw,1.2rem)!important}body,.post-content,.page-content{font-size:16px}h1{font-size:1.75rem}h2{font-size:1.4rem}h3{font-size:1.2rem}.grid,.grid-2,.grid-3,.grid-4,.briefs-grid,.cards-grid,.country-grid,.dueling-pair,.franchise-row{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}.card,.brief-card,.country-card,.franchise-card{padding:16px!important;width:100%!important}img,figure,video{max-width:100%;height:auto}table{display:block;overflow-x:auto;white-space:nowrap}input[type=email],input[type=text],textarea,select{width:100%!important;box-sizing:border-box;font-size:16px}.footer-grid,footer .columns{grid-template-columns:1fr!important;gap:24px!important}.tw-subscribe-modal,.subscribe-modal{width:92%!important;max-width:92%!important;padding:20px!important}}@media(max-width:420px){.hero h1,.hero-title{font-size:clamp(1.4rem,7vw,1.8rem)!important}.card h2,.card h3{font-size:1.05rem!important;line-height:1.25!important}.post-meta,.byline,.timestamp{font-size:12px!important}}.dark a{color:#f4c85e}.dark a:hover,.dark a:focus{color:#fff}.dark .post-content,.dark .post-content p{color:#e8e8e8}.dark h1,.dark h2,.dark h3,.dark h4{color:#fff}@media print{.tw-marquee,nav,footer,.subscribe-modal{display:none!important}body{color:#000;background:#fff}}.satire-banner{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;background:#0b0b0b!important;color:#f2c94c!important;font-family:Arial,Helvetica,sans-serif!important;font-size:12px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;padding:8px 16px!important;margin:0 0 20px!important;border:1px solid #1f1f1f!important;width:100%!important;box-sizing:border-box!important}.satire-banner-dot{color:#f2c94c!important;font-size:10px!important;opacity:.6!important}.satire-banner-text{color:#f2c94c!important}article .satire-banner,.post .satire-banner,main .satire-banner{margin:0 0 24px!important}.satire-disclaimer{background:#fafaf5!important;border-top:3px solid #0b0b0b!important;border-bottom:3px solid #f2c94c!important;padding:20px 24px!important;margin:40px 0 20px!important;font-family:Georgia,serif!important;color:#222!important}.satire-disclaimer-label{display:inline-block!important;background:#0b0b0b!important;color:#f2c94c!important;padding:4px 10px!important;font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:1.5px!important;margin-bottom:12px!important}.satire-disclaimer p{font-size:14px!important;line-height:1.5!important;margin:8px 0!important;color:#333!important}.satire-disclaimer-meta{font-size:12px!important;color:#666!important;margin-top:12px!important;font-style:italic!important}.satire-disclaimer a{color:#111!important;text-decoration:underline!important;font-weight:700!important}.satire-badge{display:inline-block!important;background:#0b0b0b!important;color:#f2c94c!important;font-family:Arial,sans-serif!important;font-size:9px!important;font-weight:700!important;letter-spacing:1px!important;padding:2px 6px!important;margin-right:6px!important;vertical-align:middle!important;text-transform:uppercase!important}.tw-shop-hero{background:linear-gradient(135deg,#0a3d4a 0%,#0d4f5f 50%,#0a3d4a 100%);color:#fff;padding:64px 24px 72px;border-bottom:4px solid #d4a437}.tw-shop-hero-inner{max-width:900px;margin:0 auto;text-align:center}.tw-shop-eyebrow{color:#d4a437;font-size:12px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;display:block;margin:0 0 14px}.tw-shop-title{color:#fff!important;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:900;margin:0 0 16px;letter-spacing:-.02em;line-height:1.05;font-family:Georgia,times new roman,serif}.tw-shop-tagline{color:#e8e8e8;font-size:clamp(1rem,1.8vw,1.2rem);max-width:680px;margin:0 auto;line-height:1.55}.tw-shop-intro{background:#faf8f0;padding:36px 24px 28px}.tw-shop-intro-inner{max-width:780px;margin:0 auto;text-align:center;font-size:17px;line-height:1.65;color:#333}.tw-shop-intro-inner p{margin:0 0 14px}.tw-shop-intro-inner p:last-child{margin-bottom:0}.tw-shop-live{background:#fafaf5;padding:56px 24px 64px}.tw-shop-live-inner{max-width:1180px;margin:0 auto}.tw-shop-live-header{text-align:center;margin:0 0 40px}.tw-shop-live-eyebrow{display:block;color:#0d5f3d;font-size:11px;font-weight:800;letter-spacing:2.5px;text-transform:uppercase;margin:0 0 10px}.tw-shop-live-header h2{color:#0a3d4a!important;font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:900;margin:0;font-family:Georgia,times new roman,serif;letter-spacing:-.02em}.tw-shop-live-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.tw-product-card{display:flex;flex-direction:column;background:#fff;border:2px solid #d4a437;border-radius:8px;overflow:hidden;text-decoration:none!important;color:inherit;transition:transform .18s ease,box-shadow .18s ease;box-shadow:0 4px 16px rgba(10,61,74,6%)}.tw-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(10,61,74,.18);text-decoration:none!important}.tw-product-card-image{aspect-ratio:4/3;background:linear-gradient(135deg,#faf8f0 0%,#f5f0e0 100%);position:relative;display:flex;align-items:center;justify-content:center}.tw-product-card-logo{width:65%;height:40%;background:url(/images/brand/logo-horizontal.png)50%/contain no-repeat}.tw-product-card-badge{position:absolute;top:14px;right:14px;background:#0d5f3d;color:#fff;font-weight:800;font-size:11px;letter-spacing:1.5px;padding:5px 12px;border-radius:3px}.tw-product-card-body{padding:24px 24px 28px;flex:1;display:flex;flex-direction:column}.tw-product-card-body h3{color:#0a3d4a!important;font-size:20px;font-weight:800;margin:0 0 10px;font-family:Georgia,times new roman,serif;letter-spacing:-.01em}.tw-product-card-body p{color:#444;font-size:15px;line-height:1.55;margin:0 0 20px;flex:1}.tw-product-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #eee}.tw-product-card-price{color:#0a3d4a!important;font-size:20px;font-weight:800;font-family:Georgia,times new roman,serif}.tw-product-card-cta{color:#b8882a!important;font-size:13px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.tw-product-card:hover .tw-product-card-cta{color:#0a3d4a!important}.tw-shop-live-pitch{background:#0a3d4a;color:#fff;padding:36px 32px;border-radius:8px;display:flex;flex-direction:column;justify-content:center}.tw-shop-live-pitch h3{color:#d4a437!important;font-size:16px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 20px}.tw-shop-live-pitch p{color:#e8e8e8;font-size:15.5px;line-height:1.65;margin:0 0 16px}.tw-shop-live-pitch-btn{display:inline-block;margin-top:12px;background:#d4a437;color:#0a3d4a!important;padding:13px 26px;font-size:13px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none!important;border-radius:4px;align-self:flex-start;transition:background .15s ease,transform .15s ease}.tw-shop-live-pitch-btn:hover{background:#fff;transform:translateY(-2px)}.tw-shop-coming{background:#faf8f0;padding:48px 24px}.tw-shop-coming-inner{max-width:1120px;margin:0 auto}.tw-shop-coming h2{color:#0a3d4a!important;font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:800;margin:0 0 28px;text-align:center;font-family:Georgia,times new roman,serif}.tw-shop-coming-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.tw-coming-item{background:#fff;border:1px dashed #d4a437;border-radius:6px;padding:22px 18px;text-align:center}.tw-coming-label{display:block;color:#b8882a;font-weight:800;font-size:11px;letter-spacing:2px;margin:0 0 10px}.tw-coming-item p{color:#444;font-size:14px;margin:0 0 10px;line-height:1.45}.tw-coming-price{color:#0a3d4a!important;font-weight:800!important;font-size:16px!important;font-family:Georgia,times new roman,serif;margin:0!important}.tw-shop-notify{background:#0a3d4a;color:#fff;padding:56px 24px}.tw-shop-notify-inner{max-width:680px;margin:0 auto;text-align:center}.tw-shop-notify h2{color:#fff!important;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 14px;font-family:Georgia,times new roman,serif}.tw-shop-notify p{color:#e8e8e8;font-size:16px;line-height:1.55;margin:0 0 24px}.tw-shop-notify-btn{display:inline-block;background:#d4a437;color:#0a3d4a!important;padding:14px 32px;font-size:14px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;text-decoration:none!important;border-radius:4px;transition:transform .15s ease,background .15s ease}.tw-shop-notify-btn:hover{background:#fff;transform:translateY(-2px)}.tw-shop-faq{background:#faf8f0;padding:56px 24px 72px}.tw-shop-faq-inner{max-width:1120px;margin:0 auto}.tw-shop-faq h2{color:#0a3d4a!important;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 36px;text-align:center;font-family:Georgia,times new roman,serif}.tw-shop-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}.tw-shop-faq-item{border-left:3px solid #d4a437;padding-left:18px}.tw-shop-faq-item h3{color:#0a3d4a!important;font-size:16px;font-weight:800;margin:0 0 10px;letter-spacing:.2px}.tw-shop-faq-item p{color:#444;font-size:14.5px;line-height:1.6;margin:0}.dark .tw-shop-intro,.dark .tw-shop-live,.dark .tw-shop-coming,.dark .tw-shop-faq{background:#0b161a}.dark .tw-product-card{background:#16252b}.dark .tw-product-card-body h3{color:#fff!important}.dark .tw-product-card-body p{color:#cfd4d6}.dark .tw-product-card-price{color:#d4a437!important}.dark .tw-coming-item{background:#16252b}.dark .tw-shop-live-header h2{color:#fff!important}.dark .tw-shop-coming h2{color:#fff!important}.dark .tw-shop-faq h2{color:#fff!important}.dark .tw-shop-faq-item h3{color:#fff!important}.dark .tw-shop-faq-item p,.dark .tw-coming-item p{color:#cfd4d6}.dark .tw-shop-intro-inner{color:#e8e8e8}.dark .tw-coming-price{color:#d4a437!important}@media(max-width:860px){.tw-shop-live-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.tw-shop-hero{padding:40px 20px 48px}.tw-shop-live{padding:40px 16px 48px}.tw-shop-coming{padding:36px 16px}.tw-shop-coming-grid{grid-template-columns:1fr 1fr}.tw-shop-notify{padding:40px 20px}.tw-shop-faq{padding:40px 20px 56px}.tw-shop-live-pitch{padding:28px 24px}}.sa-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.sa-wrap *{box-sizing:border-box!important}main.main:has(.sa-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.sa-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.sa-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.sa-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.sa-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#007a4d!important;display:block!important;margin:0 0 10px!important}.sa-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.sa-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.sa-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.sa-wrap .feat-card{min-width:0!important}.sa-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.sa-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.sa-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#007a4d!important;display:block!important;margin:0 0 6px!important}.sa-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.sa-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.sa-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.sa-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.sa-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.sa-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.sa-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.sa-wrap .tile{min-width:0!important}.sa-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.sa-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.sa-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#007a4d!important;display:block!important;margin:0 0 6px!important}.sa-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.sa-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.sa-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.sa-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.sa-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.sa-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.sa-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.sa-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.sa-wrap .side-list li:last-child{border-bottom:none!important}.sa-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#007a4d!important}.sa-wrap .side-list a{color:#111!important;text-decoration:none!important}.sa-wrap .side-list a:hover{text-decoration:underline!important}.sa-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.sa-wrap .side-live span{font-weight:700!important;color:#111!important}.sa-wrap .side-promo{background:#002395!important;color:#ffb612!important;border-top:3px solid #007a4d!important}.sa-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#ffb612!important}.sa-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.sa-wrap .onion-main{grid-template-columns:1fr!important}.sa-wrap .onion-featured{grid-template-columns:1fr!important}.sa-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.sa-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.sa-wrap .hero-img{height:300px!important}.sa-wrap .hero-headline{font-size:28px!important}}.topic-hub-hero{background:linear-gradient(135deg,#0a3d4a 0%,#0d4f5f 50%,#0a3d4a 100%);border-bottom:4px solid #d4a437;color:#fff;padding:64px 24px 72px;margin-bottom:48px}.topic-hub-hero-inner{max-width:960px;margin:0 auto;text-align:center}.topic-hub-eyebrow{color:#d4a437;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:0 0 12px}.topic-hub-title{color:#fff!important;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;margin:0 0 14px;letter-spacing:-.02em;line-height:1.05}.topic-hub-tagline{color:#e8e8e8;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;max-width:640px;margin:0 auto;line-height:1.5}.topic-hub-feed{max-width:1120px;margin:0 auto;padding:0 24px 80px}.topic-hub-featured{background:#fafaf5;border-left:6px solid #d4a437;padding:32px 36px;margin-bottom:40px;transition:transform .2s ease,box-shadow .2s ease}.topic-hub-featured:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(10,61,74,.12)}.topic-hub-featured-link{text-decoration:none;color:inherit;display:block}.topic-hub-featured-label{color:#d4a437;font-size:11px;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;margin:0 0 8px}.topic-hub-featured-title{color:#0a3d4a!important;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;margin:0 0 14px;line-height:1.2;letter-spacing:-.01em}.topic-hub-featured-summary{color:#333;font-size:17px;line-height:1.6;margin:0 0 14px}.topic-hub-featured-meta{color:#666;font-size:13px;margin:0;font-weight:500}.topic-hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.topic-hub-card{background:#fff;border:1px solid #e5e5e0;border-top:3px solid #0a3d4a;padding:22px 22px 20px;transition:all .2s ease}.topic-hub-card:hover{border-top-color:#d4a437;transform:translateY(-2px);box-shadow:0 6px 18px rgba(10,61,74,.1)}.topic-hub-card-link{text-decoration:none;color:inherit;display:block}.topic-hub-card-title{color:#0a3d4a!important;font-size:17px;font-weight:700;margin:0 0 10px;line-height:1.3}.topic-hub-card-meta{color:#777;font-size:12px;margin:0;font-weight:500}.topic-hub-empty{background:#fafaf5;border:1px dashed #d4a437;padding:48px 32px;text-align:center;color:#555;font-size:16px;line-height:1.6}@media(max-width:768px){.topic-hub-hero{padding:40px 20px 48px;margin-bottom:32px}.topic-hub-featured{padding:22px 20px;border-left-width:4px}.topic-hub-grid{grid-template-columns:1fr;gap:16px}}.ic-wrap{max-width:1120px;margin:0 auto;padding:0 24px 80px}.ic-header{background:linear-gradient(135deg,#0a3d4a 0%,#0d4f5f 50%,#0a3d4a 100%);border-bottom:4px solid #d4a437;color:#fff;padding:64px 32px 56px;margin:0 -24px 48px;text-align:center}.ic-title{color:#fff!important;font-family:fraunces,Georgia,serif;font-size:clamp(2.4rem,5.5vw,3.8rem);font-weight:700;margin:0 0 16px;letter-spacing:-.02em;line-height:1.05}.ic-tagline{color:#e8e8e8;font-size:clamp(1rem,2vw,1.2rem);font-weight:400;max-width:640px;margin:0 auto 12px;line-height:1.5}.ic-schedule{color:#d4a437;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin:14px 0 0}.ic-hero{margin:0 0 56px}.ic-hero .hero-img{width:100%;height:420px;background-size:cover;background-position:50%;background-color:#e8e8e8;margin-bottom:20px}.ic-hero .hero-cat{color:#d4a437;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;display:block;margin:0 0 10px}.ic-hero .hero-headline{font-family:fraunces,Georgia,serif;font-weight:700;font-size:clamp(1.8rem,3.5vw,2.6rem);line-height:1.15;color:#0a3d4a;margin:0 0 12px;letter-spacing:-.01em}.ic-hero .hero-meta{color:#666;font-size:14px;margin:0}.ic-hero .hero-link{text-decoration:none;color:inherit;display:block}.ic-archive{margin:48px 0}.archive-title{font-family:fraunces,Georgia,serif;font-weight:700;font-size:1.5rem;color:#0a3d4a;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #d4a437}.ic-archive-list{display:grid;gap:28px}.ic-archive-item{padding:20px 0;border-bottom:1px solid #e5e5e0}.ic-archive-item:last-child{border-bottom:none}.ic-archive-item a{text-decoration:none;color:inherit;display:block}.ic-archive-item a:hover .ic-headline{color:#d4a437}.ic-date{color:#666;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;display:block;margin:0 0 6px}.ic-headline{font-family:fraunces,Georgia,serif;font-weight:700;font-size:1.25rem;color:#0a3d4a;margin:0 0 8px;line-height:1.3;transition:color .15s ease}.ic-excerpt{color:#444;font-size:15px;line-height:1.55;margin:0}.ic-upcoming{padding:40px;background:#fafaf5;border-left:6px solid #d4a437;text-align:center;color:#666;font-style:italic}.ic-upcoming p{margin:0}.tt-wrap.onion-wrap{max-width:1200px!important;margin:0 auto!important;padding:0 20px!important;background:#fff!important;color:#111!important;font-family:Arial,Helvetica,sans-serif!important;width:100%!important;box-sizing:border-box!important}.tt-wrap *{box-sizing:border-box!important}main.main:has(.tt-wrap){max-width:1280px!important;width:100%!important;padding:0!important}.tt-wrap .onion-hero{margin:0 0 40px!important;display:block!important}.tt-wrap .hero-link{display:block!important;color:#111!important;text-decoration:none!important}.tt-wrap .hero-img{width:100%!important;height:500px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:20px!important;display:block!important}.tt-wrap .hero-cat{font-family:Arial,sans-serif!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#ce1126!important;display:block!important;margin:0 0 10px!important}.tt-wrap .hero-headline{font-family:Georgia,times new roman,serif!important;font-weight:900!important;font-size:42px!important;line-height:1.15!important;color:#111!important;max-width:900px!important;margin:0 0 10px!important;padding:0!important;background:0 0!important;text-transform:none!important}.tt-wrap .hero-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.tt-wrap .onion-featured{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin:0 0 50px!important;padding:0 0 30px!important;border-bottom:1px solid #ddd!important;width:100%!important}.tt-wrap .feat-card{min-width:0!important}.tt-wrap .feat-card a{text-decoration:none!important;color:#111!important;display:block!important}.tt-wrap .feat-img{width:100%!important;height:210px!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:12px!important;display:block!important}.tt-wrap .feat-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#ce1126!important;display:block!important;margin:0 0 6px!important}.tt-wrap .feat-headline{font-family:Georgia,serif!important;font-weight:700!important;font-size:20px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important}.tt-wrap .feat-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.tt-wrap .onion-main{display:grid!important;grid-template-columns:minmax(0,1fr)340px!important;gap:40px!important;margin:0 0 60px!important;width:100%!important;align-items:start!important}.tt-wrap .onion-feed-grid2{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px 24px!important;min-width:0!important}.tt-wrap .onion-feed-grid3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important}.tt-wrap .onion-more{margin:40px 0 60px!important;padding-top:30px!important;border-top:3px solid #111!important}.tt-wrap .more-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:16px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 24px!important;color:#111!important}.tt-wrap .tile{min-width:0!important}.tt-wrap .tile-link{display:block!important;text-decoration:none!important;color:#111!important}.tt-wrap .tile-img{width:100%!important;aspect-ratio:16/10!important;background-size:cover!important;background-position:50%!important;background-color:#e8e8e8!important;margin-bottom:10px!important;display:block!important}.tt-wrap .tile-cat{font-family:Arial,sans-serif!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important;color:#ce1126!important;display:block!important;margin:0 0 6px!important}.tt-wrap .tile-headline{font-family:Georgia,times new roman,serif!important;font-weight:700!important;font-size:18px!important;line-height:1.3!important;color:#111!important;margin:0 0 8px!important;padding:0!important;background:0 0!important;text-transform:none!important;word-wrap:break-word!important;overflow-wrap:break-word!important}.tt-wrap .tile-link:hover .tile-headline{text-decoration:underline!important}.tt-wrap .tile-meta{font-family:Arial,sans-serif!important;font-size:12px!important;color:#777!important;margin:0!important}.tt-wrap .onion-sidebar{display:flex!important;flex-direction:column!important;gap:30px!important;min-width:0!important}.tt-wrap .side-block{padding:20px!important;background:#f7f7f3!important;border-top:3px solid #111!important;margin:0!important}.tt-wrap .side-title{font-family:Georgia,serif!important;font-weight:900!important;font-size:14px!important;text-transform:uppercase!important;letter-spacing:1.5px!important;margin:0 0 14px!important;color:#111!important;padding:0!important;background:0 0!important}.tt-wrap .side-list{list-style:none!important;padding:0!important;margin:0!important;counter-reset:side-counter!important}.tt-wrap .side-list li{counter-increment:side-counter!important;padding:10px 0 10px 28px!important;border-bottom:1px solid #e0e0d8!important;position:relative!important;font-family:Georgia,serif!important;font-size:15px!important;line-height:1.3!important;color:#111!important;background:0 0!important}.tt-wrap .side-list li:last-child{border-bottom:none!important}.tt-wrap .side-list li::before{content:counter(side-counter)!important;position:absolute!important;left:0!important;top:10px!important;font-family:Georgia,serif!important;font-weight:900!important;font-size:18px!important;color:#ce1126!important}.tt-wrap .side-list a{color:#111!important;text-decoration:none!important}.tt-wrap .side-list a:hover{text-decoration:underline!important}.tt-wrap .side-live p{font-family:Arial,sans-serif!important;font-size:13px!important;margin:6px 0!important;color:#333!important}.tt-wrap .side-live span{font-weight:700!important;color:#111!important}.tt-wrap .side-promo{background:#ce1126!important;color:#fff!important;border-top:3px solid #ce1126!important}.tt-wrap .side-promo .promo-text{font-family:Georgia,serif!important;font-size:14px!important;font-style:italic!important;margin:0!important;text-align:center!important;color:#fff!important}.tt-wrap p{margin:0!important;font-family:Arial,sans-serif!important}@media(max-width:900px){.tt-wrap .onion-main{grid-template-columns:1fr!important}.tt-wrap .onion-featured{grid-template-columns:1fr!important}.tt-wrap .onion-feed-grid2{grid-template-columns:1fr!important}.tt-wrap .onion-feed-grid3{grid-template-columns:1fr!important}.tt-wrap .hero-img{height:300px!important}.tt-wrap .hero-headline{font-size:28px!important}}:root{--navy:#0D5F7A;--navy-deep:#063D52;--gold:#C9A96E;--gold-bright:#D9B97E;--gold-deep:#B89557;--cream:#FAF7F0;--sand:#F2EEE5;--ink:#1a1a1a;--ink-soft:#444;--rule:#d8d3c4;--action:#C02020;--action-hover:#9A1818;--badge-news:#111;--badge-satire:#C02020;--badge-parody:#B8691F;--badge-commentary:#2C6E8F;--gy-green:#009E49;--gy-yellow:#FCD116;--gy-red:#CE1126;--jm-black:#000;--jm-yellow:#FED100;--jm-green:#009B3A;--tt-red:#DA1A32;--tt-white:#fff;--tt-black:#000;--bb-blue:#00267F;--bb-gold:#FFC72C;--gh-red:#CE1126;--gh-gold:#FCD116;--gh-green:#006B3F;--ke-black:#000;--ke-red:#BB0000;--ke-green:#006600;--ng-green:#008751;--za-green:#007A4D;--za-gold:#FFB612;--za-red:#DE3831;--za-blue:#002395}body.tw-site{background:var(--cream);color:var(--ink);font-family:inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0;padding:0}.tw-site a{color:inherit;text-decoration:none}.tw-site *{box-sizing:border-box}.tw-utility{background:#111;color:#d9d4c7;font-size:12px;border-bottom:1px solid #000}.tw-utility-inner{max-width:1120px;margin:0 auto;padding:8px 20px;display:flex;align-items:center;gap:10px;letter-spacing:.02em}.tw-utility-date{font-weight:600}.tw-utility-sep{opacity:.4}.tw-utility-tag{opacity:.85;font-style:italic}.tw-utility-spacer{flex:1}.tw-utility-link{color:var(--gold-bright);font-weight:600;transition:color .15s}.tw-utility-link:hover{color:#fff}.tw-masthead{background:var(--cream);border-bottom:3px double var(--navy)}.tw-masthead-inner{max-width:1120px;margin:0 auto;padding:32px 20px 24px;text-align:center}.tw-brand-link{display:inline-block}.tw-brand-logo{max-width:100%;width:auto;height:auto;max-height:90px;display:block;margin:0 auto}@media(max-width:600px){.tw-brand-logo{max-height:64px}}.tw-tagline{font-family:fraunces,serif;font-style:italic;font-weight:300;font-size:1.05rem;color:var(--ink-soft);margin:12px 0 0;max-width:700px;margin-left:auto;margin-right:auto}.tw-mainnav{background:var(--cream);border-bottom:1px solid var(--rule)}.tw-mainnav-inner{max-width:1120px;margin:0 auto;padding:14px 20px;list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:30px}.tw-mainnav-inner a{font-family:inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);padding:4px 0;border-bottom:2px solid transparent;transition:border-color .15s,color .15s}.tw-mainnav-inner a:hover{border-bottom-color:var(--gold-deep);color:var(--navy)}.tw-main{background:var(--cream)}.tw-home-shell{max-width:1120px;margin:0 auto;padding:0 20px}.tw-home-hero{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%);color:#fff;padding:22px 24px;margin:24px 0 36px;text-align:center;border-bottom:3px solid var(--gold);border-radius:2px}.tw-home-hero .eyebrow{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-weight:600}.tw-home-hero .pitch{font-family:fraunces,serif;font-weight:300;font-style:italic;font-size:1.05rem;color:rgba(255,255,255,.92);margin:6px 0 0}.tw-section{margin-bottom:56px}.tw-section-head{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1.5px solid var(--navy);padding-bottom:12px;margin-bottom:24px;gap:12px;flex-wrap:wrap}.tw-section-head h2{font-family:fraunces,serif;font-weight:500;color:var(--navy);font-size:1.55rem;letter-spacing:-.01em;margin:0}.tw-section-head .meta{font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);font-weight:600}.tw-section-head .more{font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);font-weight:700;border-bottom:1px solid var(--navy);padding-bottom:1px}.tw-section-head .more:hover{color:var(--action);border-bottom-color:var(--action)}.tw-hero-grid{display:grid;grid-template-columns:minmax(0,1.45fr)minmax(360px,.9fr);gap:20px;margin-bottom:56px}.tw-hero-lead{}.tw-hero-stack{display:none}.tw-whatmatters{background:#fff;border:1px solid #ece8db;border-radius:4px;padding:18px 20px 20px;box-shadow:0 1px 4px rgba(13,95,122,6%);border-top:3px solid var(--navy);min-width:280px}.tw-whatmatters h3{font-family:inter,sans-serif;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin:0 0 14px}.tw-whatmatters ol{list-style:none;padding:0;margin:0;counter-reset:wm}.tw-whatmatters li{counter-increment:wm;padding:9px 0 10px 26px;border-bottom:1px dotted var(--rule);position:relative}.tw-whatmatters li:last-child{border-bottom:0}.tw-whatmatters li::before{content:counter(wm);position:absolute;left:0;top:9px;font-family:fraunces,serif;font-weight:600;color:var(--gold-deep)}.tw-whatmatters a{font-family:fraunces,serif;font-size:.92rem;line-height:1.3;color:var(--navy);font-weight:500}.tw-whatmatters a:hover{color:var(--action)}.tw-card{background:#fff;border:1px solid #ece8db;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(13,95,122,6%);transition:transform .18s,box-shadow .18s;display:flex;flex-direction:column}.tw-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(13,95,122,8%)}.tw-card-link{display:flex;flex-direction:column;flex:1}.tw-card-flag-bar{height:6px}.tw-card.gy .tw-card-flag-bar{background:linear-gradient(90deg,var(--gy-green) 0%,var(--gy-yellow) 50%,var(--gy-red) 100%)}.tw-card.jm .tw-card-flag-bar{background:linear-gradient(90deg,var(--jm-black) 0%,var(--jm-yellow) 50%,var(--jm-green) 100%)}.tw-card.tt .tw-card-flag-bar{background:linear-gradient(90deg,var(--tt-red) 0%,var(--tt-white) 50%,var(--tt-black) 100%)}.tw-card.bb .tw-card-flag-bar{background:linear-gradient(90deg,var(--bb-blue) 0%,var(--bb-gold) 50%,var(--bb-blue) 100%)}.tw-card.gh .tw-card-flag-bar{background:linear-gradient(90deg,var(--gh-red) 0%,var(--gh-gold) 50%,var(--gh-green) 100%)}.tw-card.ke .tw-card-flag-bar{background:linear-gradient(90deg,var(--ke-black) 0%,var(--ke-red) 33%,var(--ke-green) 66%,var(--ke-black) 100%)}.tw-card.ng .tw-card-flag-bar{background:linear-gradient(90deg,var(--ng-green) 0%,#fff 50%,var(--ng-green) 100%)}.tw-card.za .tw-card-flag-bar{background:linear-gradient(90deg,var(--za-green) 0%,var(--za-gold) 33%,var(--za-red) 66%,var(--za-blue) 100%)}.tw-card.neutral .tw-card-flag-bar{background:linear-gradient(90deg,var(--gold-deep),var(--gold-bright))}.tw-card-img{width:100%;aspect-ratio:16/9;background-size:cover;background-position:50%;background-color:var(--sand)}.tw-card-body{padding:18px 20px 20px;flex:1;display:flex;flex-direction:column}.tw-card-meta{display:flex;align-items:center;gap:10px;margin-bottom:10px}.tw-card-section{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:700}.tw-card-source{font-size:.7rem;letter-spacing:.04em;color:var(--ink-soft)}.tw-card-headline{font-family:fraunces,serif;font-weight:500;color:var(--navy);font-size:1.1rem;line-height:1.28;margin:0 0 10px}.tw-card:hover .tw-card-headline{color:var(--action)}.tw-hero-lead .tw-card-headline{font-size:1.8rem;line-height:1.15;font-weight:600}.tw-card-facts,.tw-card-why{font-family:fraunces,serif;font-size:.92rem;line-height:1.5;color:var(--ink-soft);margin:4px 0 0}.tw-card-facts strong,.tw-card-why strong{font-family:inter,sans-serif;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--navy);font-weight:700;display:inline-block;margin-right:6px}.tw-card-why strong{color:var(--gold-deep)}.tw-card-dek{font-family:fraunces,serif;font-size:.92rem;line-height:1.5;color:var(--ink-soft);margin:4px 0 12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tw-card-byline{font-size:.72rem;letter-spacing:.04em;color:var(--ink-soft);margin-top:auto;padding-top:10px}.tw-card-byline strong{color:var(--ink);font-weight:600}.tw-badge{display:inline-block;font-family:inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;padding:3px 8px;border-radius:2px;color:#fff;text-transform:uppercase;line-height:1.4}.tw-badge-news{background:var(--badge-news)}.tw-badge-satire{background:var(--badge-satire)}.tw-badge-parody_column{background:var(--badge-parody)}.tw-badge-commentary{background:var(--badge-commentary)}.tw-badge-analysis{background:#5a5a5a}.tw-badge-kids_story{background:#a67b00}.tw-duel-pairs{display:flex;flex-direction:column;gap:16px}.tw-duel{display:grid;grid-template-columns:1fr 1fr;border:1px solid #ece8db;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 1px 4px rgba(13,95,122,6%)}.tw-duel-news,.tw-duel-take{padding:22px 24px}.tw-duel-news{background:#fff;border-right:1px solid var(--rule)}.tw-duel-take{background:#fdf6ed;border-left:3px solid var(--badge-parody)}.tw-duel-label{font-family:inter,sans-serif;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);font-weight:700;margin-bottom:10px}.tw-duel-news h3{font-family:fraunces,serif;font-weight:600;color:var(--navy);font-size:1.1rem;line-height:1.25;margin:8px 0 10px}.tw-duel-take .tw-duel-character{font-family:fraunces,serif;font-style:italic;font-weight:600;color:var(--badge-parody);font-size:1.25rem;margin:8px 0}.tw-duel-body{font-family:fraunces,serif;font-size:.95rem;line-height:1.55;color:var(--ink-soft);margin:0}.tw-duel-source{font-family:inter,sans-serif;font-size:.72rem;letter-spacing:.04em;color:var(--ink-soft);margin-top:12px}.tw-country-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.tw-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.tw-speedeet-feature{background:linear-gradient(135deg,#fff9ec 0%,#fdf1d8 100%);border:1px solid #ece8db;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(13,95,122,6%)}.tw-sf-link{display:grid;grid-template-columns:3fr 2fr}.tw-sf-img{aspect-ratio:16/9;background-size:cover;background-position:50%;background-color:var(--sand)}.tw-sf-body{padding:36px 36px 36px 32px;display:flex;flex-direction:column;justify-content:center}.tw-sf-eyebrow{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:10px}.tw-sf-title{font-family:fraunces,serif;font-weight:500;font-size:1.7rem;line-height:1.15;color:var(--navy);margin:0 0 12px}.tw-sf-dek{font-family:fraunces,serif;font-size:1rem;line-height:1.5;color:var(--ink-soft);margin:0 0 22px}.tw-sf-ctas{display:flex;gap:12px;flex-wrap:wrap}.tw-sf-cta{font-family:inter,sans-serif;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:12px 20px;border-radius:3px}.tw-sf-cta-read{background:var(--navy);color:#fff}.tw-sf-cta-read:hover{background:var(--navy-deep)}.tw-sf-cta-buy{background:var(--action);color:#fff}.tw-sf-cta-buy:hover{background:var(--action-hover)}.tw-cta{background:var(--navy);color:#fff;padding:48px 32px;border-radius:4px;text-align:center;margin:48px 0;border-left:4px solid var(--gold)}.tw-cta h3{font-family:fraunces,serif;font-weight:400;color:#fff;font-size:1.6rem;margin:0 0 12px;letter-spacing:-.01em}.tw-cta p{font-family:fraunces,serif;font-weight:300;color:rgba(255,255,255,.85);margin:0 auto 22px;max-width:520px;text-align:center}.tw-cta .tw-cta-btn{display:inline-block;background:var(--action);color:#fff;padding:14px 32px;border-radius:4px;font-weight:700;font-size:.95rem;letter-spacing:.02em;box-shadow:0 4px 14px rgba(192,32,32,.35)}.tw-cta .tw-cta-btn:hover{background:var(--action-hover)}.tw-footer-disclaimer{max-width:1120px;margin:24px auto 0;padding:16px 20px;font-family:inter,sans-serif;font-size:12px;color:var(--ink-soft);text-align:center;border-top:1px solid var(--rule);line-height:1.5}.tw-article{max-width:760px;margin:40px auto 60px;padding:0 20px}.tw-article-meta{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.tw-article-source{font-family:inter,sans-serif;font-size:12px;color:var(--ink-soft);letter-spacing:.04em}.tw-article-title{font-family:fraunces,serif;font-weight:500;font-size:clamp(2rem,4vw,2.8rem);line-height:1.12;color:#5ebfd9;margin:0 0 14px;letter-spacing:-.015em}.tw-article-dek{font-family:fraunces,serif;font-style:italic;font-weight:300;font-size:1.15rem;line-height:1.45;color:var(--ink-soft);margin:0 0 20px}.tw-article-byline{font-family:inter,sans-serif;font-size:13px;color:var(--ink-soft);padding-bottom:22px;border-bottom:1px solid var(--rule);letter-spacing:.02em}.tw-article-byline strong{color:var(--ink);font-weight:600}.tw-article-byline .sep{margin:0 8px;opacity:.4}.tw-satire-disclaimer{margin:22px 0;padding:14px 18px;border-left:4px solid var(--badge-satire);background:#fbecea;color:#6a1c14;font-family:fraunces,serif;font-style:italic;font-size:.95rem}.tw-facts-block,.tw-why-block{background:#fff;border:1px solid #ece8db;padding:18px 22px;margin:24px 0;border-left:4px solid var(--navy);border-radius:2px}.tw-why-block{border-left-color:var(--gold-deep)}.tw-facts-block h3,.tw-why-block h3{font-family:inter,sans-serif;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--navy);margin:0 0 6px}.tw-why-block h3{color:var(--gold-deep)}.tw-facts-block p,.tw-why-block p{font-family:fraunces,serif;font-size:1rem;line-height:1.55;margin:0;color:var(--ink)}.tw-article-body{font-family:fraunces,serif;font-size:1.15rem;line-height:1.65;color:var(--ink);margin:28px 0}.tw-article-body p{margin:18px 0}.tw-article-body h2{font-family:fraunces,serif;font-weight:500;color:var(--navy);font-size:1.7rem;margin:36px 0 14px}.tw-article-body h3{font-family:fraunces,serif;font-weight:500;color:var(--navy);font-size:1.35rem;margin:28px 0 12px}.tw-article-body a{color:var(--navy);border-bottom:1px solid var(--navy)}.tw-article-body a:hover{color:var(--action);border-bottom-color:var(--action)}.tw-article-footer{padding-top:24px;border-top:1px solid var(--rule);margin-top:36px}.tw-article-tags{display:flex;flex-wrap:wrap;gap:8px}.tw-tag{font-family:inter,sans-serif;font-size:11px;letter-spacing:.04em;padding:5px 10px;background:#fff;border:1px solid var(--rule);color:var(--ink-soft);text-transform:lowercase;border-radius:2px}.tw-tag:hover{background:var(--navy);color:#fff;border-color:var(--navy)}@media(max-width:1000px){.tw-hero-grid{grid-template-columns:1fr}.tw-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-country-row{grid-template-columns:repeat(2,minmax(0,1fr))}.tw-duel{grid-template-columns:1fr}.tw-duel-news{border-right:0;border-bottom:1px solid var(--rule)}.tw-sf-link{grid-template-columns:1fr}.tw-sf-body{padding:26px 24px}}@media(max-width:600px){.tw-feed-grid{grid-template-columns:1fr}.tw-utility-inner{font-size:11px;gap:6px;padding:6px 14px}.tw-utility-tag{display:none}.tw-mainnav-inner{gap:18px;padding:12px 14px}.tw-section-head h2{font-size:1.3rem}.tw-masthead-inner{padding:22px 14px 18px}}.tw-card{min-height:380px}.tw-card-headline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tw-hero-lead .tw-card-headline{-webkit-line-clamp:4}.tw-hero-lead .tw-card{min-height:480px}.tw-cartoon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.tw-cartoon-card{background:#fff;border:1px solid #ece8db;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px rgba(13,95,122,6%);transition:transform .18s,box-shadow .18s}.tw-cartoon-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(13,95,122,.12)}.tw-cartoon-img{aspect-ratio:4/3;background-size:cover;background-position:50%;background-color:var(--sand)}.tw-cartoon-meta{padding:18px 20px 20px}.tw-cartoon-date{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);font-weight:700;margin-bottom:8px}.tw-cartoon-title{font-family:fraunces,serif;font-weight:500;color:var(--navy);font-size:1.25rem;line-height:1.25;margin:0 0 10px}.tw-cartoon-card:hover .tw-cartoon-title{color:var(--action)}.tw-cartoon-byline{font-family:fraunces,serif;font-style:italic;color:var(--ink-soft);font-size:.9rem;margin:0}.tw-cartoon-single{max-width:960px;margin:40px auto 60px;padding:0 20px}.tw-cartoon-single-head{margin-bottom:24px}.tw-cartoon-figure{margin:0 0 28px;background:#fff;border:1px solid var(--rule);padding:12px;border-radius:4px}.tw-cartoon-figure img{width:100%;height:auto;display:block;border-radius:2px}.tw-speedeet-feature{margin:1rem 0 2rem}.tw-sf-link{display:flex;gap:1.5rem;align-items:stretch;text-decoration:none;color:inherit;background:#fdf8ed;border:1px solid #e8dcc0;border-radius:8px;padding:1.25rem;transition:box-shadow .2s ease,transform .15s ease}.tw-sf-link:hover{box-shadow:0 6px 18px rgba(0,0,0,8%);transform:translateY(-1px)}.tw-sf-img{flex:0 0 200px;width:200px;height:277px;background-size:cover;background-position:50%;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.18)}.tw-sf-body{flex:auto;display:flex;flex-direction:column;justify-content:center;gap:.5rem;min-width:0}.tw-sf-eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:#c97a2a}.tw-sf-title{font-size:1.4rem;font-weight:700;margin:0;line-height:1.25;color:#1a3a4a}.tw-sf-dek{font-size:.95rem;line-height:1.5;color:#444;margin:.25rem 0 .75rem}.tw-sf-ctas{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:auto}.tw-sf-cta{display:inline-block;padding:.45rem .9rem;font-size:.85rem;font-weight:600;border-radius:4px;letter-spacing:.02em}.tw-sf-cta-read{background:#1a3a4a;color:#fff}.tw-sf-cta-buy{background:#c97a2a;color:#fff}@media(max-width:640px){.tw-sf-link{flex-direction:column;align-items:center;text-align:center}.tw-sf-img{flex:none;width:180px;height:250px}.tw-sf-ctas{justify-content:center}}.tw-static-page{max-width:720px;margin:0 auto 2.5rem;padding:0 1.5rem}.tw-static-head{background:0 0!important;padding:2rem 0 1.25rem;border-bottom:1px solid #ddd;margin-bottom:1.75rem}.tw-static-head h1{font-size:2.5rem;margin:0 0 .5rem;color:#1a3a4a!important;font-weight:700}.tw-static-dek{font-size:1.1rem;color:#666!important;font-style:italic;margin:0}.tw-static-body{font-size:1.05rem;line-height:1.7;color:#222}.tw-static-body p{margin:1rem 0}.tw-static-body strong{color:#1a3a4a}.tw-static-body a{color:#1a3a4a;text-decoration:underline}.tw-todays-clash{margin:1.5rem 0 2.5rem}.tw-clash-head h2{font-family:fraunces,Georgia,serif;font-size:1.75rem;margin:0 0 .25rem;color:#2d4a5c}.tw-clash-head .meta{font-size:.9rem;color:#777;font-style:italic}.tw-clash-hero{display:grid;grid-template-columns:1fr auto 1fr;gap:0;margin:1rem 0 1.5rem;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.1);background:#fff}.tw-clash-side{display:flex;flex-direction:column;padding:1.5rem 1.75rem;text-decoration:none;color:#1a1a1a;transition:background .15s;min-height:200px}.tw-clash-side:hover{background:#fafafa}.tw-clash-critical{border-left:6px solid #c0392b;background:#fdf6f5}.tw-clash-critical:hover{background:#fcecea}.tw-clash-loyalist{border-right:6px solid #2c7a3d;background:#f6fbf7}.tw-clash-loyalist:hover{background:#ecf5ee}.tw-clash-side-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.35rem}.tw-clash-critical .tw-clash-side-tag{color:#c0392b}.tw-clash-loyalist .tw-clash-side-tag{color:#2c7a3d}.tw-clash-byline{font-family:fraunces,Georgia,serif;font-style:italic;font-size:.95rem;color:#555;margin-bottom:.5rem}.tw-clash-headline{font-family:fraunces,Georgia,serif;font-size:1.3rem;line-height:1.25;margin:0 0 .6rem;color:#1a1a1a}.tw-clash-side:hover .tw-clash-headline{color:#2d4a5c}.tw-clash-dek{font-size:.9rem;line-height:1.45;color:#555;margin:0}.tw-clash-divider{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#2d4a5c;color:#fff;padding:0 1.25rem;min-width:90px}.tw-clash-vs{font-family:fraunces,Georgia,serif;font-weight:700;font-size:1.6rem;letter-spacing:.05em}.tw-clash-country{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-top:.35rem;opacity:.85}.tw-clash-carib-head{font-family:fraunces,Georgia,serif;font-size:1.15rem;color:#2d4a5c;margin:1.5rem 0 .75rem;padding-top:1rem;border-top:1px solid #e0e0e0}.tw-clash-carib-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.tw-clash-mini{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column}.tw-clash-mini-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.tw-clash-mini-country{font-weight:700;font-size:.85rem;color:#2d4a5c;text-transform:uppercase;letter-spacing:.05em}.tw-clash-mini-side{display:block;text-decoration:none;color:#1a1a1a;padding:.55rem 0;border-bottom:1px dashed #eee;transition:color .15s}.tw-clash-mini-side:last-child{border-bottom:none;padding-bottom:0}.tw-clash-mini-side:first-of-type{padding-top:0}.tw-clash-mini-side:hover{color:#2d4a5c}.tw-clash-mini-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:#888;font-weight:600;margin-bottom:.2rem}.tw-clash-mini h4{font-family:fraunces,Georgia,serif;font-size:.95rem;line-height:1.3;margin:0;color:inherit}@media(max-width:720px){.tw-clash-hero{grid-template-columns:1fr}.tw-clash-divider{flex-direction:row;padding:.5rem;min-width:0;gap:.5rem}.tw-clash-vs{font-size:1.2rem}.tw-clash-country{margin-top:0}.tw-clash-critical{border-left:none;border-top:6px solid #c0392b}.tw-clash-loyalist{border-right:none;border-bottom:6px solid #2c7a3d}}