/* DKTopCasinos theme. Colours come from CSS variables (editable in Webstedsindstillinger → Design). No gradients. */
:root{--page:#f7f5f2;--card:#fff;--card-2:#f1eeea;--border:#e7e3dd;--text:#2f3b47;--text-muted:#66727d;--primary:#c8102e;--primary-hover:#a80d26;--primary-soft:#fbe9ec;--primary-text:#9e0c24;--on-primary:#fff;--info-soft:#eef3f7;--info-text:#3a5a73;--star:#e0a21b;--radius:12px;--font:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
*,*::before,*::after{box-sizing:border-box;border-color:var(--border)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--page);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}
h1,h2,h3,h4{color:var(--text);font-weight:700;letter-spacing:-.01em;line-height:1.25;margin:0}
p{margin:0}
ul,ol{margin:0;padding:0;list-style:none}
.screen-reader-text,.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed;top:8px;left:8px;z-index:100;width:auto;height:auto;clip:auto;background:var(--card);padding:8px 12px;border-radius:var(--radius)}
.site{display:flex;min-height:100vh;flex-direction:column}
.site-main{flex:1}
.container{width:100%;max-width:72rem;margin:0 auto;padding-left:1rem;padding-right:1rem}
@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}
.section{padding-top:2.5rem;padding-bottom:2.5rem}
.section--tight{padding-top:1.5rem;padding-bottom:1.5rem}
.section--hero{padding-bottom:1rem}
.muted{color:var(--text-muted)}
.small{font-size:.875rem}.xs{font-size:.75rem}
.lead{font-size:15px;line-height:1.65}
.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}
.maxw{max-width:48rem}.maxw-xl{max-width:36rem}
.h1{font-size:1.875rem}@media(min-width:640px){.h1{font-size:2.25rem}}
.h2{font-size:1.5rem}.h3{font-size:1.25rem}.h4{font-size:1.125rem}
.bold{font-weight:700}.semibold{font-weight:600}
.link{color:var(--primary-text);font-weight:600;text-decoration:underline;font-size:.875rem}
.grid{display:grid;gap:1rem}
@media(min-width:640px){.sm-2{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:768px){.md-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1024px){.lg-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg-4{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-grid{grid-template-columns:1.2fr 1fr;gap:2rem;align-items:start}.review-grid{grid-template-columns:1.4fr 1fr;gap:1.5rem;align-items:start}}
.flex{display:flex}.items-center{align-items:center}.wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.ml-auto{margin-left:auto}
/* Compliance strip + header */
.strip{background:var(--card-2);font-size:.75rem;color:var(--text-muted)}
.strip .container{display:flex;flex-direction:column;gap:.25rem;padding-top:.5rem;padding-bottom:.5rem}
@media(min-width:640px){.strip .container{flex-direction:row;justify-content:space-between;align-items:center}}
.site-header{background:var(--primary);color:var(--on-primary);position:sticky;top:0;z-index:30;transition:box-shadow .2s}
.site-header.is-stuck{box-shadow:0 2px 12px rgba(0,0,0,.16)}
.admin-bar .site-header{top:32px}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:600px){.admin-bar .site-header{top:0}}
.mobile-nav{max-height:calc(100vh - 64px);overflow-y:auto;overscroll-behavior:contain}
.site-header .bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.75rem;padding-bottom:.75rem}
.brand{font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--on-primary);text-decoration:none}
.brand img{max-height:40px;width:auto;display:block}
.header-actions{display:flex;align-items:center;gap:.5rem}
.btn-light{display:none;background:var(--card);color:var(--primary-text);border-radius:var(--radius);padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none}
@media(min-width:640px){.btn-light{display:inline-flex}}
.menu-toggle{background:none;border:1px solid rgba(255,255,255,.4);color:var(--on-primary);border-radius:var(--radius);padding:.5rem;cursor:pointer;display:inline-flex}
@media(min-width:1024px){.menu-toggle{display:none}}
.main-nav{display:none}
@media(min-width:1024px){.main-nav{display:block}}
.main-nav>ul{display:flex;align-items:center;gap:.25rem}
.main-nav>ul>li{position:relative}
.main-nav>ul>li>a{display:flex;align-items:center;gap:.25rem;border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--on-primary);text-decoration:none}
.main-nav>ul>li>a:hover,.main-nav>ul>li:focus-within>a{background:rgba(255,255,255,.14)}
.mega{visibility:hidden;opacity:0;position:absolute;left:0;top:100%;width:56rem;max-width:90vw;background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:opacity .15s;z-index:40}
.main-nav>ul>li:nth-last-child(-n+2) .mega{left:auto;right:0}
.main-nav>ul>li:hover .mega,.main-nav>ul>li:focus-within .mega{visibility:visible;opacity:1}
.mega-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}
.mega-heading{display:block;margin-bottom:.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);text-decoration:none}
.mega-col li+li{margin-top:.375rem}
.mega-col a{font-size:.875rem;color:var(--text);text-decoration:none}
.mega-col a:hover{color:var(--primary-text)}
.mobile-nav{border-top:1px solid rgba(255,255,255,.2);background:var(--primary)}
.mobile-nav[hidden]{display:none}
@media(min-width:1024px){.mobile-nav{display:none!important}}
.mobile-nav .container{padding-top:.75rem;padding-bottom:.75rem}
.mobile-nav>.container>ul>li{border-bottom:1px solid rgba(255,255,255,.2);padding:.25rem 0}
.m-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;background:none;border:0;color:var(--on-primary);font:inherit;font-size:.875rem;font-weight:600;padding:.5rem 0;cursor:pointer;text-align:left}
.m-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.m-panel[hidden]{display:none}
.m-panel{padding-bottom:.75rem}
.m-panel .mega-heading{color:rgba(255,255,255,.7);margin:.5rem 0 .25rem}
.m-panel a{color:var(--on-primary);font-size:.875rem;text-decoration:none;display:inline-block;padding:.125rem 0}
.m-cta{display:block;margin-top:.75rem;background:var(--card);color:var(--primary-text);border-radius:var(--radius);padding:.75rem 1rem;text-align:center;font-size:.875rem;font-weight:600;text-decoration:none}
/* Components */
.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}
.card--hl{border:2px solid var(--primary)}
.card--hover:hover{border-color:var(--primary)}
.pad{padding:1rem}.pad-5{padding:1.25rem}
.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--radius);background:var(--primary);color:var(--on-primary);padding:.625rem 1.25rem;font:inherit;font-size:.875rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .15s}
.btn:hover{background:var(--primary-hover)}
.btn:focus-visible{outline:2px solid var(--primary-text);outline-offset:2px}
.btn--block{width:100%}
.btn--outline{background:transparent;color:var(--text);border:1px solid var(--border)}
.btn--outline:hover{background:var(--card-2)}
.badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:999px;background:var(--info-soft);color:var(--info-text);padding:.25rem .625rem;font-size:.75rem;font-weight:600}
.badge svg{width:14px;height:14px}
.pill{display:inline-flex;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:600;background:var(--card-2);color:var(--text-muted)}
.pill--primary{background:var(--primary-soft);color:var(--primary-text)}
.logo-tile{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:var(--radius);background:var(--primary-soft);color:var(--primary-text);font-weight:700;width:3rem;height:3rem}
.logo-tile--sm{width:2.5rem;height:2.5rem;font-size:.875rem}.logo-tile--lg{width:4rem;height:4rem;font-size:1.25rem}
.logo-tile img{width:100%;height:100%;object-fit:contain;border-radius:var(--radius)}
.avatar{border-radius:999px}
.rank{display:flex;width:2.25rem;height:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:var(--primary-soft);color:var(--primary-text);font-size:.875rem;font-weight:700}
.stars{display:inline-flex;align-items:center;gap:.25rem}
.stars svg{width:16px;height:16px;color:var(--border)}
.stars svg.on{color:var(--star);fill:var(--star)}
.stars b{font-size:.875rem;font-weight:600}
.ico{width:24px;height:24px;color:var(--primary-text)}
.ico-sm{width:16px;height:16px;color:var(--primary-text);flex-shrink:0;margin-top:2px}
.ticks li{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}
.ticks li+li{margin-top:.5rem}
.checklist li{display:flex;gap:.5rem;font-size:.875rem}
.checklist li+li{margin-top:.25rem}
/* Toplist */
.toplist>li+li{margin-top:.75rem}
.toprow{display:flex;flex-direction:column;gap:1rem}
@media(min-width:768px){.toprow{flex-direction:row;align-items:center}.toprow__cta{width:12rem;align-items:center}}
.toprow__main{min-width:0;flex:1}
.toprow__name{font-weight:700}
.toprow__cta{display:flex;flex-direction:column;align-items:stretch;gap:.25rem}
.toprow__cta .review-link{text-align:center;font-size:.75rem;font-weight:600;color:var(--primary-text);text-decoration:underline}
/* Tables */
.table-wrap{overflow-x:auto;background:var(--card);border:1px solid var(--border);border-radius:var(--radius)}
.table{width:100%;min-width:42rem;border-collapse:collapse;text-align:left;font-size:.875rem}
.table--narrow{min-width:32rem}
.table thead{background:var(--card-2);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}
.table th,.table td{padding:.75rem 1rem;vertical-align:top}
.table tbody tr{border-top:1px solid var(--border)}
.table tbody th{font-weight:600}
.table a{color:var(--primary-text)}
/* FAQ */
.faq>*+*{margin-top:.75rem}
.faq details{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem}
.faq summary{cursor:pointer;list-style:none;font-weight:600;display:flex;justify-content:space-between;gap:.75rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary span{color:var(--primary-text)}
.faq details[open] summary span{transform:rotate(45deg)}
.faq details p{margin-top:.5rem;font-size:.875rem;line-height:1.65;color:var(--text-muted)}
/* Breadcrumbs (Rank Math) */
.breadcrumbs{margin-bottom:1rem;font-size:.75rem;color:var(--text-muted)}
.breadcrumbs .rank-math-breadcrumb p{margin:0}
.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{color:var(--primary-text)}
.breadcrumbs .last{font-weight:600}
/* Prose (Gutenberg + WYSIWYG) */
.prose{font-size:15px;line-height:1.7}
.prose>*+*{margin-top:1rem}
.prose h2{font-size:1.25rem;padding-top:.5rem}.prose h3{font-size:1.125rem;padding-top:.25rem}
.prose ul{list-style:disc;padding-left:1.25rem}.prose ol{list-style:decimal;padding-left:1.25rem}
.prose li+li{margin-top:.25rem}
.prose a{color:var(--primary-text);text-decoration:underline}
.prose blockquote{margin:0;border-left:3px solid var(--primary);padding-left:1rem;color:var(--text-muted)}
.prose table{width:100%;border-collapse:collapse;font-size:.875rem}.prose td,.prose th{border:1px solid var(--border);padding:.5rem}
.prose img{border-radius:var(--radius)}
.image-tile{display:flex;height:8rem;align-items:center;justify-content:center;background:var(--primary-soft);color:var(--primary-text);padding:0 1rem;text-align:center;font-size:.875rem;font-weight:600}
.image-tile img{width:100%;height:100%;object-fit:cover}
.chips{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{display:inline-flex;border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;font-weight:600;color:var(--primary-text);text-decoration:none}
.linkgrid a{display:block;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none}
.linkgrid a:hover{border-color:var(--primary)}
.dl-row{display:flex;gap:.5rem}
.dl dt{color:var(--text-muted)}.dl dd{margin:0}
.licence-box dl>div+div{margin-top:.5rem}
.scoregrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;max-width:42rem}
@media(min-width:640px){.scoregrid{grid-template-columns:repeat(5,minmax(0,1fr))}}
.scoregrid div{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem}
.scoregrid dt{font-size:.75rem;color:var(--text-muted)}.scoregrid dd{margin:0;font-weight:700}
.stickybar{background:var(--card);border-bottom:1px solid var(--border)}
.stickybar .container{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.75rem;padding-bottom:.75rem}
.form label{display:block;font-size:.875rem;font-weight:600}
.form label+label{margin-top:1rem}
.form input,.form textarea{display:block;width:100%;margin-top:.25rem;border:1px solid var(--border);background:var(--card);border-radius:var(--radius);padding:.5rem .75rem;font:inherit;color:var(--text)}
.form .hp{position:absolute;left:-9999px}
.result{background:var(--card-2);border-radius:var(--radius);padding:1rem;font-size:.875rem}
.notice{border-radius:var(--radius);padding:.75rem 1rem;font-size:.875rem;background:var(--info-soft);color:var(--info-text)}
.notice--error{background:var(--primary-soft);color:var(--primary-text)}
/* Footer */
.site-footer{margin-top:3rem;background:var(--primary-text);color:var(--on-primary)}
.site-footer a{color:var(--on-primary);text-decoration:none}
.footer-top{display:grid;gap:2.5rem;padding-top:3rem;padding-bottom:2.5rem}
@media(min-width:900px){.footer-top{grid-template-columns:minmax(0,1.1fr) minmax(0,2fr);gap:3rem}}
.f-brand{display:inline-block;font-size:1.375rem;font-weight:700;letter-spacing:-.01em}
.f-brand img{max-height:44px;width:auto}
.f-text{margin-top:.75rem;font-size:.875rem;line-height:1.65;opacity:.85;max-width:26rem}
.socials{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}
.socials a{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,255,255,.3);transition:background-color .15s,border-color .15s}
.socials a:hover{background:var(--on-primary);color:var(--primary-text);border-color:var(--on-primary)}
.socials svg{width:18px;height:18px}
.f-contact{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;opacity:.9}
.footer-menus{display:grid;gap:2rem;grid-template-columns:repeat(2,minmax(0,1fr))}
@media(min-width:640px){.footer-menus{grid-template-columns:repeat(3,minmax(0,1fr))}}
.site-footer .f-heading{margin-bottom:.875rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.7}
.site-footer .footer-menus li+li{margin-top:.5rem}
.site-footer .footer-menus a{font-size:.875rem;opacity:.9}
.site-footer .footer-menus a:hover{opacity:1;text-decoration:underline;text-underline-offset:3px}
.footer-trust{border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.12)}
.trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:1.25rem;padding-bottom:1.25rem}
.trust-badge--age{display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:999px;border:2px solid var(--on-primary);font-weight:700;font-size:.9375rem}
.trust-card{display:inline-flex;align-items:center;gap:.625rem;border:1px solid rgba(255,255,255,.28);border-radius:var(--radius);padding:.5rem .875rem;transition:background-color .15s}
.trust-card:hover{background:rgba(255,255,255,.1)}
.trust-card svg{width:20px;height:20px;flex-shrink:0}
.trust-card span{display:flex;flex-direction:column;font-size:.875rem;font-weight:600;line-height:1.2}
.trust-card small{font-size:.6875rem;font-weight:400;opacity:.8}
.footer-bottom .container{padding-top:1.25rem;padding-bottom:1.5rem}
.f-disclaimer{font-size:.75rem;line-height:1.6;opacity:.75;max-width:60rem;margin-bottom:1rem}
.bottom-row{display:flex;flex-direction:column;gap:.75rem;font-size:.75rem;opacity:.85}
@media(min-width:768px){.bottom-row{flex-direction:row;align-items:center;justify-content:space-between}}
.legal-nav ul{display:flex;flex-wrap:wrap;gap:.25rem 1.25rem}
.legal-nav a{font-size:.75rem}
.legal-nav a:hover{text-decoration:underline}
/* Back to top */
.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:45;display:flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:var(--on-primary);box-shadow:0 4px 14px rgba(0,0,0,.18);opacity:0;transform:translateY(8px);transition:opacity .2s,transform .2s,background-color .15s,bottom .2s}
.back-to-top.is-visible{opacity:1;transform:none}
.back-to-top:hover{background:var(--primary-hover)}
.back-to-top svg{width:22px;height:22px}
.back-to-top[hidden]{display:none}
body.cookie-open .back-to-top{bottom:6.5rem}
@media(min-width:768px){body.cookie-open .back-to-top{bottom:5rem}}
/* Cookie banner */
.cookie{position:fixed;left:0;right:0;bottom:0;z-index:50;background:var(--card);border-top:1px solid var(--border)}
.cookie[hidden]{display:none}
.cookie .container{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;padding-bottom:1rem}
@media(min-width:768px){.cookie .container{flex-direction:row;align-items:center;justify-content:space-between}}
.notfound{max-width:48rem;margin:0 auto;padding:5rem 1rem;text-align:center}
.notfound .code{font-size:3.75rem;font-weight:700;color:var(--primary-text)}
.pagination{display:flex;gap:.5rem;margin-top:2rem}.pagination .page-numbers{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);text-decoration:none}.pagination .current{background:var(--primary);color:var(--on-primary)}
.alignwide,.alignfull{max-width:100%}

/* Logos and images */
.logo-tile--img{width:5.5rem;padding:.375rem .5rem;border:1px solid var(--border)}
.logo-tile--img img{width:100%;height:100%;object-fit:contain;border-radius:0}
.logo-tile--sm.logo-tile--img{width:4.5rem;height:2.5rem}
.logo-tile--lg.logo-tile--img{width:8rem;height:4rem;padding:.5rem .75rem}
.logo-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(7rem,1fr));gap:.75rem;margin-bottom:1.5rem}
.logo-strip a{display:block;border-radius:var(--radius);transition:transform .15s}
.logo-strip a:hover{transform:translateY(-2px)}
.logo-strip .logo-tile{width:100%;height:4.5rem}
.card--media{overflow:hidden;display:flex;flex-direction:column}
.card-media{aspect-ratio:16/9;background:var(--card-2);overflow:hidden}
.card-media--short{aspect-ratio:16/8}
.card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.card--hover:hover .card-media img{transform:scale(1.03)}
.hero{position:relative;overflow:hidden}
.hero-media{position:absolute;inset:0;z-index:0}
.hero-media__img{width:100%;height:100%;object-fit:cover;display:block}
.hero--image .hero-media::after{content:"";position:absolute;inset:0;background:rgba(247,245,242,.9)}
.hero-inner{position:relative;z-index:1}
.split{display:grid;gap:2rem;align-items:start}
@media(min-width:900px){.split{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:3rem}.split--left .split-media{order:-1}.split--left{grid-template-columns:minmax(0,1fr) minmax(0,1.3fr)}.split-media{position:sticky;top:6rem}}
.split-media{margin:0;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--card-2)}
.split-media img{width:100%;height:auto;display:block}
@media(max-width:767px){.footer-bottom .container{padding-bottom:5.5rem}}

/* Top list cards (mobile-first) */
.tl{display:grid;gap:1.5rem}
.tl-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:18px;padding:1rem}
.tl-card.has-ribbon{margin-top:.75rem;padding-top:1.375rem}
.tl-card--top{border:2px solid var(--primary);background:var(--card)}
.tl-ribbon{position:absolute;top:-.8rem;left:1rem;display:inline-flex;align-items:center;gap:.3rem;max-width:calc(100% - 2rem);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text-muted);padding:.25rem .625rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.tl-card--top .tl-ribbon{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}
.tl-ribbon__star{width:12px;height:12px;fill:currentColor;flex-shrink:0}
.tl-head{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:.625rem}
.tl-rank{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;border:2px solid var(--primary-soft);background:var(--card);color:var(--primary-text);font-size:.875rem;font-weight:700}
.tl-card--top .tl-rank{border-color:var(--primary);background:var(--primary-soft)}
.tl-logo{display:block;text-decoration:none}
.logo-tile--tl{width:3.25rem;height:3.25rem;font-size:.9375rem;border-radius:12px}
.logo-tile--tl.logo-tile--img{width:3.25rem;height:3.25rem;padding:.3rem}
.tl-info{min-width:0}
.tl-name{display:block;font-size:1.0625rem;font-weight:700;line-height:1.2;color:var(--text);text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tl-name:hover{color:var(--primary-text)}
.tl-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:.3rem}
.tl-tag{display:inline-flex;align-items:center;gap:.2rem;border-radius:999px;border:1px solid var(--border);background:var(--card);padding:.125rem .5rem;font-size:.6875rem;font-weight:600;color:var(--text-muted);line-height:1.4}
.tl-tag--licence{border-color:#cfe0ec;background:var(--info-soft);color:var(--info-text)}
.tl-tag svg{width:11px;height:11px}
.tl-holder{display:none;margin-top:.25rem;font-size:.75rem;color:var(--text-muted)}
.tl-score{display:flex;flex-direction:column;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:14px;background:#fdf3dd;border:1px solid #f1d9a4;color:#7a4f00;line-height:1}
.tl-score b{font-size:1.125rem;font-weight:700}
.tl-score small{font-size:.625rem;font-weight:600;opacity:.75;margin-top:.1rem}
.tl-bonus{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .625rem;margin-top:.875rem;padding:.625rem .75rem;border-radius:12px;background:var(--card-2);font-size:.875rem;font-weight:600;color:var(--text)}
.tl-bonus .stars svg{width:14px;height:14px}
.tl-actions{display:grid;grid-template-columns:1.2fr 1fr;gap:.5rem;margin-top:.75rem}
.tl-btn{min-height:2.75rem;padding:.5rem .75rem;gap:.375rem;border-radius:12px;white-space:nowrap}
.tl-btn__ico{width:15px;height:15px;flex-shrink:0}
.tl-actions .btn--outline{background:var(--card);color:var(--text)}
.tl-actions .btn--outline:hover{border-color:var(--primary);color:var(--primary-text);background:var(--card)}
@media(max-width:350px){.tl-actions{grid-template-columns:1fr}.tl-score{width:2.75rem;height:2.75rem}}
@media(min-width:640px){.tl-holder{display:block}.tl-card{padding:1.25rem}.tl-card.has-ribbon{padding-top:1.5rem}}
@media(min-width:900px){
 .tl-card{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) 13rem;align-items:center;gap:1.25rem}
 .tl-bonus{margin-top:0;flex-direction:column;align-items:flex-start;background:transparent;padding:0}
 .tl-actions{grid-template-columns:1fr;margin-top:0}
 .tl-head{grid-template-columns:auto auto minmax(0,1fr) auto}
 .logo-tile--tl,.logo-tile--tl.logo-tile--img{width:4.5rem;height:3.5rem}
}

/* ===== Mobile optimisation (v1.3) ===== */
:root{--header-h:62px}
html{scroll-padding-top:calc(var(--header-h) + 64px)}
.link--tap{display:inline-flex;align-items:center;min-height:44px}
.h1{font-size:1.625rem;line-height:1.2}
@media(min-width:640px){.h1{font-size:2.25rem}}
@media(max-width:639px){.section{padding-top:1.75rem;padding-bottom:1.75rem}.section--tight{padding-top:1rem;padding-bottom:1rem}.h2{font-size:1.3125rem}.lead{font-size:15px}}
/* breadcrumbs: one line, scrollable */
@media(max-width:1023px){.breadcrumbs{white-space:normal;overflow:visible}.breadcrumbs .rank-math-breadcrumb p{display:block;line-height:1.5}.breadcrumbs .last{display:inline}}
/* tap targets */
.faq details{padding:0}
.faq summary{min-height:48px;align-items:center;padding:.75rem 1rem}
.faq details p{margin:0;padding:0 1rem .875rem}
.chip{min-height:44px;align-items:center}
.form input,.form textarea{min-height:48px;font-size:16px}
.form textarea{min-height:120px}
.m-panel a{padding:.5rem 0}
.site-footer .footer-menus a{display:inline-block;padding:.3rem 0}
.legal-nav a{display:inline-block;padding:.5rem 0}
.linkgrid a{min-height:48px;display:flex;align-items:center}
/* minimum readable text */
.tl-ribbon{font-size:.75rem}
.tl-tag{font-size:.75rem}
.tl-score small{font-size:.6875rem}
/* comparison table -> cards on mobile */
@media(max-width:699px){
 .table-wrap{background:transparent;border:0;overflow:visible}
 .table{min-width:0}
 .table thead{display:none}
 .table,.table tbody,.table tr,.table th,.table td{display:block;width:100%}
 .table tbody tr{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:.75rem 1rem;margin-bottom:.75rem}
 .table tbody th{padding:.25rem 0 .5rem;font-size:1rem;border-bottom:1px solid var(--border);margin-bottom:.25rem}
 .table tbody th a{display:inline-flex;min-height:36px;align-items:center}
 .table td{display:flex;justify-content:space-between;gap:1rem;padding:.4rem 0;text-align:right}
 .table td::before{content:attr(data-label);color:var(--text-muted);font-size:.8125rem;text-align:left;flex-shrink:0}
}
/* swipe rows on mobile */
@media(max-width:767px){
 .swipe{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory;gap:.75rem;margin-left:-1rem;margin-right:-1rem;padding:0 1rem .5rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}
 .swipe::-webkit-scrollbar{display:none}
 .swipe>*{flex:0 0 84%;scroll-snap-align:start}
 .swipe--small>*{flex-basis:62%}
 .logo-strip{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.5rem;margin-left:-1rem;margin-right:-1rem;padding:0 1rem .25rem;scrollbar-width:none}
 .logo-strip::-webkit-scrollbar{display:none}
 .logo-strip li{flex:0 0 7.5rem;scroll-snap-align:start}
 .logo-strip .logo-tile{height:3.75rem}
 .best-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.625rem}
 .best-grid .pad-5{padding:.75rem}
 .best-grid .card-media--short{aspect-ratio:16/10}
 .best-grid .small{font-size:.8125rem}
 .hero-grid{gap:1.25rem}
}
.swipe-hint{display:none;margin-top:.25rem;font-size:.75rem;color:var(--text-muted)}
@media(max-width:767px){.swipe-hint{display:block}}
/* ===== Casino review ===== */
.review-title{margin-top:.25rem}
.review-layout{display:grid;gap:1.5rem;margin-top:1.25rem}
.review-aside{display:none}
@media(min-width:1024px){.review-layout{grid-template-columns:minmax(0,1fr) 19rem;gap:2.5rem;align-items:start}.review-aside{display:block;position:sticky;top:calc(var(--header-h) + 1rem)}}
.review-main{min-width:0}
.rv-hero{position:relative;background:var(--card);border:2px solid var(--primary);border-radius:18px;padding:1rem}
@media(min-width:640px){.rv-hero{padding:1.25rem}}
.rv-hero__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem}
.rv-hero__title{font-size:1.25rem;font-weight:700;line-height:1.2}
.rv-hero__name .tl-tag{margin-top:.3rem}
.rv-facts{display:grid;gap:0;margin:.875rem 0 0;border-top:1px solid var(--border)}
.rv-facts div{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.875rem}
.rv-facts dt{color:var(--text-muted);flex-shrink:0}
.rv-facts dd{margin:0;text-align:right;font-weight:600}
.rv-toc{position:sticky;top:var(--header-h);z-index:20;margin:1.25rem -1rem 0;padding:.5rem 1rem;background:var(--page);border-bottom:1px solid var(--border)}
.rv-toc ul{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.rv-toc ul::-webkit-scrollbar{display:none}
.rv-toc a{display:inline-flex;align-items:center;min-height:38px;white-space:nowrap;border:1px solid var(--border);background:var(--card);border-radius:999px;padding:.25rem .875rem;font-size:.8125rem;font-weight:600;text-decoration:none;color:var(--text)}
.rv-toc a.is-active{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}
@media(min-width:640px){.rv-toc{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}
@media(min-width:1024px){.rv-toc{display:none}}
.rv-section{padding-top:1.75rem}
.rv-h2{font-size:1.3125rem;margin-bottom:.75rem}
@media(min-width:640px){.rv-h2{font-size:1.5rem}}
.readmore__body{position:relative}
.readmore.is-collapsed .readmore__body{max-height:22rem;overflow:hidden}
.readmore.is-collapsed .readmore__body::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3rem;background:var(--page);opacity:.85}
.readmore__btn{width:100%;margin-top:.75rem;min-height:44px}
.rv-list{margin:0}
.rv-list div{padding:.625rem 0;border-bottom:1px solid var(--border)}
.rv-list div:first-child{padding-top:0}
.rv-list div:last-child{border-bottom:0;padding-bottom:0}
.rv-list dt{font-size:.8125rem;color:var(--text-muted)}
.rv-list dd{margin:.125rem 0 0;font-weight:600;font-size:.9375rem;overflow-wrap:anywhere}
@media(min-width:640px){.rv-list--grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}.rv-list--grid div{padding:.625rem 0!important;border-bottom:1px solid var(--border)!important}}
.rv-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.rv-chips span{display:inline-flex;align-items:center;gap:.375rem;min-height:36px;border-radius:999px;background:var(--primary-soft);color:var(--primary-text);padding:.25rem .875rem;font-size:.8125rem;font-weight:700}
.rv-chips span svg{width:15px;height:15px}
.rv-chips .is-yes{background:var(--info-soft);color:var(--info-text)}
.rv-chips .is-no{background:var(--card-2);color:var(--text-muted)}
.rv-cons .ico-sm{color:var(--text-muted)}
.rv-bars{display:grid;gap:.75rem;margin:0}
.rv-bars div{display:grid;grid-template-columns:5.5rem minmax(0,1fr);align-items:center;gap:.75rem}
.rv-bars dt{font-size:.875rem;color:var(--text-muted)}
.rv-bars dd{margin:0;display:flex;align-items:center;gap:.625rem}
.rv-bar{flex:1;height:.5rem;border-radius:999px;background:var(--card-2);overflow:hidden}
.rv-bar span{display:block;height:100%;border-radius:999px;background:var(--star)}
.rv-bars b{font-size:.875rem;width:2rem;text-align:right}
.rv-aside-toc li+li{border-top:1px solid var(--border)}
.rv-aside-toc a{display:block;padding:.5rem 0;font-size:.875rem;text-decoration:none;color:var(--text)}
.rv-aside-toc a:hover,.rv-aside-toc a.is-active{color:var(--primary-text);font-weight:600}
/* sticky bottom CTA bar (mobile/tablet) */
.cta-bar{position:fixed;left:0;right:0;bottom:0;z-index:44;background:var(--card);border-top:1px solid var(--border);box-shadow:0 -4px 16px rgba(0,0,0,.08);padding:.5rem 1rem calc(.5rem + env(safe-area-inset-bottom));transform:translateY(110%);transition:transform .25s}
.cta-bar.is-visible{transform:none}
.cta-bar[hidden]{display:none}
.cta-bar__inner{display:flex;align-items:center;gap:.625rem;max-width:40rem;margin:0 auto}
.cta-bar .logo-tile--sm,.cta-bar .logo-tile--sm.logo-tile--img{width:2.75rem;height:2.75rem;padding:.2rem}
.cta-bar__text{min-width:0;flex:1;display:flex;flex-direction:column;line-height:1.2}
.cta-bar__text b{font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cta-bar__text span{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-muted)}
.cta-bar__star{width:12px;height:12px;color:var(--star);fill:var(--star)}
.cta-bar__btn{min-height:44px;padding:.5rem 1rem;white-space:nowrap}
@media(min-width:1024px){.cta-bar{display:none!important}}
body.has-cta-bar .back-to-top{bottom:5.25rem}
body.has-cta-bar.cookie-open .cta-bar{display:none}
@media(max-width:1023px){body.single-casino .site-footer{padding-bottom:4.5rem}}
/* v1.3.1 tap + text polish */
.tl-name{padding:.3rem 0;margin:-.3rem 0}
.tl-score small{font-size:.75rem}
@media(max-width:639px){.tl-name{padding:.5rem 0;margin:-.5rem 0}}
/* v1.3.2: keep horizontal scroll rows from widening the mobile layout viewport */
@media(max-width:767px){.logo-strip,.swipe{contain:paint}}

/* ===== Guides (v1.4) ===== */
.guide-head{max-width:48rem}
.guide-kicker{display:inline-flex;align-items:center;gap:.375rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-text);padding:.25rem .75rem;font-size:.75rem;font-weight:700}
.guide-kicker svg{width:14px;height:14px}
.guide-title{margin-top:.75rem}
.guide-lead{margin-top:.75rem;font-size:1.0625rem;line-height:1.6;color:var(--text-muted)}
.guide-byline{display:flex;align-items:center;gap:.75rem;margin-top:1rem}
.guide-byline__avatar{width:2.75rem;height:2.75rem;font-size:.875rem;text-decoration:none}
.guide-byline__name{display:inline-block;font-weight:700;font-size:.9375rem;color:var(--text);text-decoration:none;padding:.125rem 0}
.guide-byline__name:hover{color:var(--primary-text)}
.guide-byline__meta{display:block;font-size:.8125rem;color:var(--text-muted)}
.guide-hero{margin:1.25rem 0 0;border-radius:18px;overflow:hidden;background:var(--card-2);aspect-ratio:16/9;max-width:62rem}
.guide-hero img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:639px){.guide-hero{margin-left:-1rem;margin-right:-1rem;border-radius:0}.guide-lead{font-size:1rem}}
.guide-layout{display:grid;gap:1.5rem;margin-top:.5rem}
.guide-aside{display:none}
@media(min-width:1024px){.guide-layout{grid-template-columns:minmax(0,1fr) 18rem;gap:3rem;align-items:start;margin-top:2rem}.guide-aside{display:grid;gap:1rem;position:sticky;top:calc(var(--header-h) + 1rem)}}
.guide-main{min-width:0;max-width:46rem}
.guide-toc{margin-top:1rem}
.guide-prose{margin-top:1.25rem;font-size:1rem;line-height:1.75}
@media(min-width:640px){.guide-prose{font-size:1.0625rem}}
.guide-prose>*+*{margin-top:1.1rem}
.guide-prose h2{font-size:1.375rem;line-height:1.3;padding-top:1rem;scroll-margin-top:calc(var(--header-h) + 64px)}
@media(min-width:640px){.guide-prose h2{font-size:1.5rem}}
.guide-prose h3{font-size:1.125rem}
.guide-prose ul,.guide-prose ol{padding-left:1.25rem}
.guide-prose li::marker{color:var(--primary)}
.guide-prose p:first-child{font-size:1.0625rem}
.guide-author{display:flex;gap:1rem;align-items:flex-start;margin-top:2.5rem;padding:1.25rem}
.guide-author .logo-tile--lg{width:3.5rem;height:3.5rem;font-size:1rem;flex-shrink:0}
.guide-author__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--text-muted)}
.guide-author__name{display:inline-block;font-size:1.125rem;font-weight:700;color:var(--text);text-decoration:none;padding:.25rem 0}
.guide-aside__title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem}
.guide-aside__casinos li+li{border-top:1px solid var(--border)}
.guide-aside__casinos li a{display:flex;align-items:center;gap:.625rem;padding:.5rem 0;text-decoration:none;color:var(--text)}
.guide-aside__casinos .logo-tile--sm,.guide-aside__casinos .logo-tile--sm.logo-tile--img{width:2.75rem;height:2.75rem;padding:.2rem}
.guide-aside__casinos span{display:flex;flex-direction:column;line-height:1.25}
.guide-aside__casinos b{font-size:.9375rem}
.guide-aside__casinos small{font-size:.75rem;color:var(--text-muted)}
@media(max-width:767px){.guide-related>*{flex-basis:78%}.guide-related .image-tile{height:9rem}}
/* guides archive list */
.guide-list{display:grid;gap:.75rem}
@media(min-width:768px){.guide-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}
@media(min-width:1024px){.guide-list{grid-template-columns:repeat(3,minmax(0,1fr))}}
.guide-item{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:.875rem;padding:.625rem;height:100%;text-decoration:none;color:var(--text);border-radius:16px;transition:border-color .15s}
.guide-item:hover{border-color:var(--primary)}
.guide-item__img{display:block;border-radius:12px;overflow:hidden;background:var(--primary-soft);aspect-ratio:1/1}
.guide-item__img img{width:100%;height:100%;object-fit:cover;display:block}
.guide-item__body{display:flex;flex-direction:column;min-width:0;padding:.125rem .125rem .125rem 0}
.guide-item__meta{font-size:.75rem;color:var(--text-muted)}
.guide-item__title{font-size:1rem;line-height:1.3;margin-top:.2rem}
.guide-item__excerpt{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:.25rem;font-size:.8125rem;line-height:1.45;color:var(--text-muted)}
.guide-item__more{display:inline-flex;align-items:center;gap:.25rem;margin-top:auto;padding-top:.375rem;font-size:.8125rem;font-weight:700;color:var(--primary-text)}
.guide-item__arrow{width:14px;height:14px;transform:rotate(90deg)}
@media(min-width:768px){.guide-item{grid-template-columns:1fr;padding:0;overflow:hidden}.guide-item__img{border-radius:0;aspect-ratio:16/9}.guide-item__body{padding:1rem 1.125rem 1.125rem}.guide-item__title{font-size:1.125rem}.guide-item__excerpt{-webkit-line-clamp:3;font-size:.875rem}}

/* ===== Footer v2 (v1.4) ===== */
.ft{margin-top:3.5rem;background:#8a0a1f;color:#fff}
.ft a{color:#fff;text-decoration:none}
.ft-band{background:var(--primary)}
.ft-band__inner{display:flex;flex-direction:column;gap:.875rem;padding-top:1.5rem;padding-bottom:1.5rem}
@media(min-width:768px){.ft-band__inner{flex-direction:row;align-items:center;justify-content:space-between;padding-top:1.75rem;padding-bottom:1.75rem}}
.ft-band__title{font-size:1.25rem;font-weight:700;letter-spacing:-.01em}
.ft-band__text{margin-top:.25rem;font-size:.9375rem;opacity:.9}
.ft-band__btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.625rem 1.375rem;border-radius:12px;background:#fff;color:var(--primary-text)!important;font-weight:700;font-size:.9375rem;white-space:nowrap;align-self:flex-start;transition:transform .15s}
.ft-band__btn:hover{transform:translateY(-1px)}
@media(min-width:768px){.ft-band__btn{align-self:auto}}
.ft-main{display:grid;gap:2rem;padding-top:2.5rem;padding-bottom:2rem}
@media(min-width:1024px){.ft-main{grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:4rem;padding-top:3.5rem;padding-bottom:2.5rem}}
.ft-logo{display:inline-block;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}
.ft-logo img{max-height:44px;width:auto}
.ft-text{margin-top:.75rem;max-width:24rem;font-size:.9375rem;line-height:1.65;color:rgba(255,255,255,.82)}
.ft-social{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}
.ft-social a{display:flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border-radius:12px;background:rgba(255,255,255,.1);transition:background-color .15s,color .15s}
.ft-social a:hover{background:#fff;color:var(--primary-text)}
.ft-social svg{width:18px;height:18px}
.ft-mail{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9375rem;color:rgba(255,255,255,.9)!important}
.ft-cols{display:grid;gap:0}
@media(min-width:768px){.ft-cols{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}
.ft-col{border-top:1px solid rgba(255,255,255,.14)}
.ft-col:last-child{border-bottom:1px solid rgba(255,255,255,.14)}
@media(min-width:768px){.ft-col,.ft-col:last-child{border:0}}
.ft-col__title{display:flex;align-items:center;justify-content:space-between;min-height:52px;cursor:pointer;list-style:none;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.72)}
.ft-col__title::-webkit-details-marker{display:none}
.ft-col__chev{width:18px;height:18px;transition:transform .2s}
.ft-col[open] .ft-col__chev{transform:rotate(180deg)}
@media(min-width:768px){.ft-col__title{min-height:0;margin-bottom:1rem;cursor:default}.ft-col__chev{display:none}}
.ft-col ul{padding-bottom:.75rem}
@media(min-width:768px){.ft-col ul{padding-bottom:0}}
.ft-col li a{display:flex;align-items:center;min-height:40px;font-size:.9375rem;color:rgba(255,255,255,.92)}
@media(min-width:768px){.ft-col li a{min-height:0;padding:.3rem 0}}
.ft-col li a:hover{color:#fff;text-decoration:underline;text-underline-offset:4px}
.ft-trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.14)}
@media(min-width:900px){.ft-trust{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;padding:1.75rem 0}}
.ft-trust li>span,.ft-trust li>a{display:flex;align-items:center;gap:.625rem;height:100%;min-height:56px;padding:.625rem .75rem;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);transition:background-color .15s}
.ft-trust li>a:hover{background:rgba(255,255,255,.14)}
.ft-age{display:flex!important;width:2.25rem!important;height:2.25rem;min-height:0!important;padding:0!important;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px!important;border:2px solid #fff!important;background:transparent!important;font-size:.8125rem;font-weight:700}
.ft-trust li:first-child{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}
.ft-trust li:first-child>.ft-trust__txt{background:none;border:0;padding:0;min-height:0}
.ft-trust__ico{display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;background:rgba(255,255,255,.12)}
.ft-trust__ico svg{width:18px;height:18px}
.ft-trust__txt{display:flex;flex-direction:column;min-width:0;line-height:1.25}
.ft-trust__txt b{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ft-trust__txt small{font-size:.75rem;color:rgba(255,255,255,.75)}
.ft-bottom{background:#6e0818}
.ft-bottom .container{padding-top:1.5rem;padding-bottom:1.5rem}
@media(max-width:767px){.ft-bottom .container{padding-bottom:5.5rem}}
.ft-disclaimer{font-size:.8125rem;line-height:1.65;color:rgba(255,255,255,.72);max-width:62rem}
.ft-bottom__row{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);font-size:.8125rem}
@media(min-width:768px){.ft-bottom__row{flex-direction:row;align-items:center;justify-content:space-between}}
.ft-copy{color:rgba(255,255,255,.75)}
.ft-legal ul{display:flex;flex-wrap:wrap;gap:0 1.25rem}
.ft-legal a{display:inline-flex;align-items:center;min-height:40px;font-size:.8125rem;color:rgba(255,255,255,.85)!important}
@media(min-width:768px){.ft-legal a{min-height:0}}
.ft-legal a:hover{color:#fff!important;text-decoration:underline}
body.single-casino .ft{padding-bottom:0}
@media(max-width:1023px){body.single-casino .ft-bottom .container{padding-bottom:6rem}}
/* v1.4.2 guide hero height on larger screens */
@media(min-width:640px){.guide-hero{aspect-ratio:auto;height:22rem}}
@media(min-width:1024px){.guide-hero{height:26rem;max-width:none}}
/* v1.4.3 trust labels wrap on small screens */
@media(max-width:899px){.ft-trust__txt b{white-space:normal;overflow:visible;text-overflow:clip;font-size:.8125rem;line-height:1.2}.ft-trust__txt small{overflow-wrap:normal;word-break:normal}.ft-trust li>span,.ft-trust li>a,.ft-trust li:first-child{padding:.625rem}}

/* ===== All pages mobile pass (v1.5) ===== */
/* page header */
.ph{max-width:48rem}
.ph-kicker{display:inline-flex;align-items:center;gap:.375rem;border-radius:999px;background:var(--primary-soft);color:var(--primary-text);padding:.25rem .75rem;font-size:.75rem;font-weight:700;margin-bottom:.625rem}
.ph-kicker svg{width:14px;height:14px}
.ph-title{margin:0}
.ph-lead{margin-top:.75rem;font-size:1rem;line-height:1.65;color:var(--text-muted)}
@media(min-width:640px){.ph-lead{font-size:1.0625rem}}
.clamp.is-clamped .ph-lead{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.clamp__btn{display:inline-flex;align-items:center;min-height:40px;margin-top:.125rem;padding:0;border:0;background:none;color:var(--primary-text);font:inherit;font-size:.875rem;font-weight:700;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
/* comparison collapsible */
.cmp{border:0}
.cmp__sum{display:flex;align-items:center;justify-content:space-between;gap:1rem;list-style:none;cursor:pointer;min-height:56px;padding:.75rem 1rem;border:1px solid var(--border);border-radius:14px;background:var(--card)}
.cmp__sum::-webkit-details-marker{display:none}
.cmp__title{font-size:1.125rem;font-weight:700;color:var(--text)}
.cmp__hint{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:700;color:var(--primary-text);white-space:nowrap}
.cmp__chev{width:18px;height:18px;transition:transform .2s}
.cmp[open] .cmp__chev{transform:rotate(180deg)}
.cmp[open] .cmp__sum{margin-bottom:.75rem}
@media(min-width:768px){.cmp__sum{border:0;background:none;padding:0;min-height:0;cursor:default}.cmp__title{font-size:1.5rem}.cmp__hint{display:none}.cmp[open] .cmp__sum{margin-bottom:1rem}}
.cat-content .guide-prose{max-width:46rem;margin-top:0}
.cat-faq .faq{max-width:46rem}
/* related cards */
.rel-grid{margin-top:.25rem}
.rel-card{display:flex;flex-direction:column;gap:.375rem;height:100%;min-height:8rem;padding:1rem 1.125rem;text-decoration:none;color:var(--text);border-radius:16px;transition:border-color .15s}
.rel-card:hover{border-color:var(--primary)}
.rel-card__kicker{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
.rel-card__kicker{font-size:.75rem}
.rel-card__title{font-size:1rem;font-weight:700;line-height:1.3}
.rel-card__more{display:inline-flex;align-items:center;gap:.25rem;margin-top:auto;font-size:.8125rem;font-weight:700;color:var(--primary-text)}
.rel-card__arrow{width:14px;height:14px;transform:rotate(90deg)}
@media(max-width:767px){.rel-grid>*{flex-basis:70%}}
@media(min-width:768px){.rel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
/* review cards with logos */
.rev-grid{display:grid;gap:.625rem}
@media(min-width:640px){.rev-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(min-width:1024px){.rev-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
.rev-card{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem .625rem .625rem;text-decoration:none;color:var(--text);border-radius:14px;min-height:64px;transition:border-color .15s}
.rev-card:hover{border-color:var(--primary)}
.rev-card__body{display:flex;flex-direction:column;min-width:0;flex:1;line-height:1.25}
.rev-card__body b{font-size:1rem}
.rev-card__body small{font-size:.8125rem;color:var(--text-muted)}
.rev-card__chev,.linkgrid__chev{width:18px;height:18px;flex-shrink:0;color:var(--primary-text);transform:rotate(-90deg)}
/* link list */
.linkgrid a{justify-content:space-between;gap:.75rem;border-radius:14px}
.linkgrid a span{min-width:0}
/* static pages */
.static-layout{margin-top:0}
.static-page .guide-main .ph{margin-bottom:.25rem}
.static-page .rv-toc{margin-top:1rem}
.page-help{display:flex;gap:.875rem;align-items:flex-start;margin-top:2.5rem;padding:1.125rem 1.25rem;border-radius:16px}
.page-help__ico{width:22px;height:22px;flex-shrink:0;color:var(--primary-text);margin-top:.125rem}
.help-card .btn{min-height:44px}
/* author page */
.author-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:start;padding:1.25rem;border-radius:18px}
@media(max-width:479px){.author-card{grid-template-columns:1fr}}
.author-card__avatar{width:4.5rem;height:4.5rem;font-size:1.375rem}
.author-card__role{margin-top:.25rem;font-size:.9375rem;font-weight:600;color:var(--text-muted)}
.author-card__bio{margin-top:.625rem;font-size:.9375rem;line-height:1.65}
/* 404 */
.notfound{max-width:40rem;margin:0 auto;padding:2rem 1.25rem;text-align:center;border-radius:18px}
.notfound .code{font-size:3.5rem;line-height:1}
.notfound__actions{max-width:26rem;margin-left:auto;margin-right:auto}
/* bottom CTA bar on any page that has one */
@media(max-width:1023px){body:has(.cta-bar) .ft-bottom .container{padding-bottom:6rem}}
/* v1.5.1 guide author links: 44px tap targets */
.guide-byline__name{display:inline-flex;align-items:center;min-height:44px;padding:0;margin:-.5rem 0}
.guide-author__name{display:inline-flex;align-items:center;min-height:44px;padding:0}

/* ===== v1.6: text hero + richer toplist cards ===== */
.hero--text{background:var(--page)}
.hero-text{max-width:52rem;margin:0 auto;padding-top:2.25rem;padding-bottom:1.75rem;text-align:center}
@media(min-width:768px){.hero-text{padding-top:3.5rem;padding-bottom:2.5rem}}
.hero-text__kicker{font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--primary-text)}
.hero-text__title{margin-top:.875rem;font-size:2.125rem;line-height:1.12;letter-spacing:-.02em}
@media(min-width:640px){.hero-text__title{font-size:3rem}}
@media(min-width:1024px){.hero-text__title{font-size:3.5rem}}
.hero-text__lead{margin:1rem auto 0;max-width:40rem;font-size:1.0625rem;line-height:1.65;color:var(--text-muted)}
@media(min-width:640px){.hero-text__lead{font-size:1.1875rem}}
.hero-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-top:1.75rem}
.hero-stat{display:flex;align-items:center;gap:.75rem;text-align:left}
.hero-stat__ico{display:flex;width:2.75rem;height:2.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;background:var(--primary-soft);color:var(--primary-text)}
.hero-stat__ico svg{width:20px;height:20px}
.hero-stat__txt{display:flex;flex-direction:column;line-height:1.2}
.hero-stat__txt b{font-size:1.25rem;font-weight:700;color:var(--text)}
.hero-stat__txt small{margin-top:.2rem;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}
@media(max-width:479px){.hero-stats{flex-direction:column;align-items:center;gap:.875rem}.hero-stat{width:15.5rem}}
/* toplist cards: tags + offer headline */
.tl-tags{gap:.3rem}
.tl-tag--type{border-color:var(--primary-soft);background:var(--primary-soft);color:var(--primary-text)}
.tl-offer{display:flex;align-items:center;gap:.5rem;margin-top:.875rem;font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--text)}
.tl-offer__ico{width:20px;height:20px;flex-shrink:0;color:var(--primary-text)}
@media(min-width:900px){.tl-offer{margin-top:0;font-size:1.0625rem}}
.tl-name{white-space:normal}
/* v1.6.1 tags row on mobile, stats on one line on desktop */
.tl-tags--mob{display:none}
@media(max-width:899px){
 .tl-tags--desk{display:none}
 .tl-tags--mob{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.75rem}
 .tl-tags--mob .tl-tag{font-size:.8125rem;padding:.25rem .625rem}
 .tl-name{white-space:nowrap}
 .tl-holder{display:block;margin-top:.15rem}
}
@media(max-width:479px){.hero-stat{width:17.5rem}}
@media(min-width:768px){.hero-stats{flex-wrap:nowrap;gap:2.25rem}.hero-stat__txt small{white-space:nowrap}}

/* ===== v1.7 Dark mode (opt-in via moon button; deep slate, not black) ===== */
.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:transparent;color:var(--on-primary);cursor:pointer;transition:background-color .15s}
.theme-toggle:hover{background:rgba(255,255,255,.14)}
.theme-toggle svg{width:20px;height:20px}
.menu-toggle{width:2.75rem;height:2.75rem;justify-content:center;align-items:center;border-radius:999px}
.theme-toggle__sun{display:none}
html[data-theme="dark"] .theme-toggle__sun{display:inline-flex}
html[data-theme="dark"] .theme-toggle__moon{display:none}
html[data-theme="dark"]{color-scheme:dark;--page:#12161c;--card:#1b2029;--card-2:#232a35;--border:#303845;--text:#e7eaef;--text-muted:#a3adba;--primary:#d9223f;--primary-hover:#e83c57;--primary-soft:#3a1c24;--primary-text:#ff8fa0;--on-primary:#fff;--info-soft:#1c2b38;--info-text:#9fc6e4;--star:#f0b43a}
html[data-theme="dark"] body{background:var(--page);color:var(--text)}
html[data-theme="dark"] .strip{background:#0d1015;color:var(--text-muted)}
html[data-theme="dark"] .site-header{background:#b0162f}
html[data-theme="dark"] .mobile-nav{background:#b0162f}
html[data-theme="dark"] .mega{background:var(--card);border-color:var(--border)}
html[data-theme="dark"] .mega-col a{color:var(--text)}
html[data-theme="dark"] .btn-light{background:var(--card);color:var(--primary-text)}
html[data-theme="dark"] .m-cta{background:var(--card);color:var(--primary-text)}
html[data-theme="dark"] .btn--outline,html[data-theme="dark"] .tl-actions .btn--outline{background:transparent;color:var(--text);border-color:var(--border)}
html[data-theme="dark"] .tl-actions .btn--outline:hover{border-color:var(--primary-text);color:var(--primary-text)}
html[data-theme="dark"] .tl-score{background:#3a2e14;border-color:#5b4820;color:#f5cf7a}
html[data-theme="dark"] .tl-tag{background:transparent}
html[data-theme="dark"] .tl-tag--licence{border-color:#2c4458;background:var(--info-soft)}
html[data-theme="dark"] .tl-tag--type{border-color:var(--primary-soft);background:var(--primary-soft)}
html[data-theme="dark"] .tl-ribbon{background:var(--card);color:var(--text-muted);border-color:var(--border)}
html[data-theme="dark"] .tl-card--top .tl-ribbon{background:var(--primary);border-color:var(--primary);color:#fff}
html[data-theme="dark"] .tl-rank{background:var(--card)}
html[data-theme="dark"] .tl-card--top .tl-rank{background:var(--primary-soft)}
html[data-theme="dark"] .stars svg{color:#3a4250}
html[data-theme="dark"] .logo-tile--img{border-color:var(--border)}
html[data-theme="dark"] .card--hl,html[data-theme="dark"] .tl-card--top,html[data-theme="dark"] .rv-hero{border-color:var(--primary)}
html[data-theme="dark"] .rv-toc{background:var(--page)}
html[data-theme="dark"] .rv-toc a{background:var(--card);border-color:var(--border);color:var(--text)}
html[data-theme="dark"] .rv-toc a.is-active{background:var(--primary);border-color:var(--primary);color:#fff}
html[data-theme="dark"] .readmore.is-collapsed .readmore__body::after{background:var(--page)}
html[data-theme="dark"] .rv-bar{background:var(--card-2)}
html[data-theme="dark"] .rv-chips .is-no{background:var(--card-2);color:var(--text-muted)}
html[data-theme="dark"] .cta-bar{background:var(--card);border-color:var(--border);box-shadow:0 -4px 16px rgba(0,0,0,.4)}
html[data-theme="dark"] .cookie{background:var(--card);border-color:var(--border)}
html[data-theme="dark"] .form input,html[data-theme="dark"] .form textarea{background:var(--card-2);border-color:var(--border);color:var(--text)}
html[data-theme="dark"] .result{background:var(--card-2)}
html[data-theme="dark"] .notice--error{background:var(--primary-soft);color:var(--primary-text)}
html[data-theme="dark"] .table thead{background:var(--card-2)}
html[data-theme="dark"] .image-tile,html[data-theme="dark"] .card-media,html[data-theme="dark"] .guide-hero,html[data-theme="dark"] .guide-item__img{background:var(--card-2)}
html[data-theme="dark"] .prose a,html[data-theme="dark"] .link{color:var(--primary-text)}
html[data-theme="dark"] .hero-stat__ico,html[data-theme="dark"] .ph-kicker,html[data-theme="dark"] .guide-kicker{background:var(--primary-soft);color:var(--primary-text)}
html[data-theme="dark"] .hero-text__kicker{color:var(--primary-text)}
html[data-theme="dark"] .ft{background:#5c0816}
html[data-theme="dark"] .ft-band{background:#9b1229}
html[data-theme="dark"] .ft-bottom{background:#420511}
html[data-theme="dark"] .ft-band__btn{background:var(--card);color:var(--primary-text)!important}
html[data-theme="dark"] .back-to-top{background:var(--primary)}
html[data-theme="dark"] .split-media,html[data-theme="dark"] .page-help{border-color:var(--border)}
html[data-theme="dark"] img{filter:brightness(.92)}
html[data-theme="dark"] .logo-tile img{filter:none}
@media(prefers-reduced-motion:no-preference){html.theme-anim,html.theme-anim *{transition:background-color .25s,border-color .25s,color .25s!important}}

/* ---------- Artikler, nyhedsforside og live data (v2) ---------- */
.sec-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}
.art-grid{align-items:stretch}
.art-card{display:flex;flex-direction:column;overflow:hidden;height:100%}
.art-card__media{display:block;aspect-ratio:16/9;background:var(--card-2);overflow:hidden}
.art-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.art-card__ph{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--primary);opacity:.35}
.art-card__ph svg{width:38px;height:38px}
.art-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.125rem 1.25rem}
.art-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-muted);flex-wrap:wrap}
.art-card__cat{color:var(--primary-text);font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.art-card__title{font-size:1.0625rem;line-height:1.35;margin:0}
.art-card__title a{text-decoration:none}
.art-card__title a:hover{color:var(--primary-text)}
.art-card__text{font-size:.875rem;color:var(--text-muted);margin:0}
.art-card__foot{margin-top:auto;font-size:.75rem;color:var(--text-muted)}
.art-feature{display:flex;flex-direction:column;overflow:hidden}
.art-feature__media{display:block;aspect-ratio:16/9;background:var(--card-2)}
.art-feature__media img{width:100%;height:100%;object-fit:cover;display:block}
.art-feature__body{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem}
.art-feature__title{font-size:1.375rem;line-height:1.3}
.art-feature__title a{text-decoration:none}
.art-feature__text{color:var(--text-muted);font-size:.9375rem}
.art-feature .btn{align-self:flex-start;min-height:44px}
.hero--news{background:var(--card);border-bottom:1px solid var(--border);padding:2rem 0 2.5rem}
.hero--news .container{display:grid;gap:1.5rem}
.hero-text .h1{margin-top:.25rem}
.hero-intro{margin-top:.75rem;color:var(--text-muted);font-size:1.0625rem;line-height:1.6}
.hero-deadline{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;background:var(--primary-soft);color:var(--primary-text);border-radius:var(--radius);padding:.625rem .875rem;font-size:.875rem}
@media(min-width:1024px){.hero--news .container{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem}}
.takeaways{margin-bottom:1.5rem;background:var(--primary-soft);border-color:transparent}
.takeaways__title{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--primary-text);margin-bottom:.5rem}
.takeaways__title svg{width:18px;height:18px}
.takeaways ul{display:grid;gap:.5rem}
.takeaways li{position:relative;padding-left:1.25rem;font-size:.9375rem}
.takeaways li::before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;border-radius:50%;background:var(--primary)}
.art-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.chip--link{text-decoration:none}
.chip-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}
.cat-head{display:grid;gap:1.25rem;margin-bottom:2rem}
.cat-head__img img{border-radius:var(--radius);width:100%;object-fit:cover;aspect-ratio:16/10}
.cat-intro{margin-top:.75rem;max-width:44rem}
@media(min-width:1024px){.cat-head--media{grid-template-columns:1.4fr 1fr;align-items:center;gap:2rem}}
.sources ul{display:grid;gap:.375rem;font-size:.875rem;color:var(--text-muted)}
.sources li{padding-left:1rem;position:relative}
.sources li::before{content:"–";position:absolute;left:0}
.pagination{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem;justify-content:center}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);text-decoration:none;font-weight:600;font-size:.875rem}
.pagination .page-numbers.current{background:var(--primary);border-color:var(--primary);color:var(--on-primary)}
.deadline-card__time{font-size:1.0625rem;font-weight:700;margin:.25rem 0}
.form-list{display:grid;gap:.625rem;margin-top:.5rem}
.form-list li{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.form-list__name{display:flex;flex-direction:column;line-height:1.25}
.form-list__name small{color:var(--text-muted);font-size:.75rem}
.form-list__val{font-weight:700;color:var(--primary-text);font-variant-numeric:tabular-nums}
.fpl-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);contain:paint}
.fpl-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:34rem}
.fpl-table caption{text-align:left;padding:.75rem 1rem 0;font-weight:700}
.fpl-table th,.fpl-table td{padding:.625rem .75rem;border-bottom:1px solid var(--border);text-align:left}
.fpl-table thead th{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700}
.fpl-table tbody tr:last-child th,.fpl-table tbody tr:last-child td{border-bottom:0}
.fpl-table td.n,.fpl-table th.n{text-align:right;font-variant-numeric:tabular-nums}
.fpl-name{display:block;font-weight:700}
.fpl-team{display:block;font-size:.75rem;color:var(--text-muted)}
.newsletter{display:grid;gap:1rem}
.newsletter__form{display:flex;gap:.5rem;flex-wrap:wrap}
.newsletter__form input{flex:1 1 14rem;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font:inherit;background:var(--card)}
.newsletter__form .btn{min-height:44px}
@media(min-width:768px){.newsletter{grid-template-columns:1.3fr 1fr;align-items:center}}
.search-form{display:flex;gap:.5rem;flex-wrap:wrap}
.search-form input{flex:1 1 16rem;min-height:44px;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;font:inherit;background:var(--card)}
.search-form .btn{min-height:44px}
.info-card{display:flex;flex-direction:column;overflow:hidden;height:100%}
.info-card__img img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.info-card__body{padding:1.125rem;display:flex;flex-direction:column;gap:.5rem}
.info-card__ico{color:var(--primary)}
.info-card__ico svg{width:24px;height:24px}
.text-sec{display:grid;gap:1.5rem}
.text-sec__img img{width:100%;border-radius:var(--radius);object-fit:cover}
@media(min-width:1024px){.text-sec--media{grid-template-columns:1.3fr 1fr;align-items:center}.text-sec--left .prose{order:2}}
.faq-sec{display:grid;gap:1.5rem}
.faq-sec__img img{width:100%;border-radius:var(--radius);object-fit:cover}
@media(min-width:1024px){.faq-sec--media{grid-template-columns:1.4fr 1fr;align-items:start}}
html[data-theme="dark"] .takeaways{background:rgba(200,16,46,.14)}
html[data-theme="dark"] .hero--news{background:var(--card)}
html[data-theme="dark"] .hero-deadline{background:rgba(200,16,46,.16)}
