/* WordPress and Flatsome integration layer. The original design CSS loads first. */
body.hkplaycasino-child{overflow-x:hidden;background:var(--bg);color:var(--ink)}
body.hkplaycasino-child #wrapper,body.hkplaycasino-child #main{background:transparent}
body.hkplaycasino-child .site-main{display:block;min-height:45vh}
body.hkplaycasino-child .site-header{position:sticky;top:0;width:100%;min-height:0}
.admin-bar.hkplaycasino-child .site-header{top:32px}
body.hkplaycasino-child .brand{margin:0;line-height:1}
body.hkplaycasino-child .brand img{width:210px;max-height:58px;object-fit:contain}
body.hkplaycasino-child .primary-nav .menu{margin:0}
body.hkplaycasino-child .primary-nav .menu>li{list-style:none;margin:0;display:flex;align-items:center}
body.hkplaycasino-child .primary-nav .menu>li>a{flex:1}
body.hkplaycasino-child .primary-nav .menu>li>.submenu-toggle{min-width:26px;margin-left:-11px;padding:0 8px;font-size:0}
body.hkplaycasino-child .primary-nav .submenu-toggle:after{content:"";display:block;width:7px;height:7px;margin:0;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px)}
body.hkplaycasino-child .primary-nav .sub-menu{position:absolute;top:calc(100% + 12px);left:50%;z-index:10;width:320px;margin:0;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:#0d2b3f;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:1fr 1fr;gap:4px;opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:.2s;list-style:none}
body.hkplaycasino-child .primary-nav .menu-item-has-children:hover>.sub-menu,body.hkplaycasino-child .primary-nav .menu-item-has-children:focus-within>.sub-menu,body.hkplaycasino-child .primary-nav .menu-item-has-children.is-open>.sub-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
body.hkplaycasino-child .primary-nav .sub-menu li{list-style:none;margin:0}
body.hkplaycasino-child .primary-nav .sub-menu a{min-height:40px;padding:8px 10px;border-radius:8px;font-weight:600;white-space:normal}
body.hkplaycasino-child .primary-nav .sub-menu a:hover{background:rgba(255,255,255,.08)}
body.hkplaycasino-child .primary-nav .current-menu-item>a,body.hkplaycasino-child .primary-nav .current-menu-ancestor>a{color:var(--secondary)}
body.hkplaycasino-child a:focus-visible,body.hkplaycasino-child button:focus-visible{outline:3px solid var(--secondary);outline-offset:3px}
.hkplay-icon{display:inline-block;flex:0 0 auto;object-fit:contain}
.breadcrumb-wrap{padding-top:28px}
.breadcrumb-wrap .rank-math-breadcrumb p,.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0;color:var(--muted);font-size:14px}
.breadcrumb-wrap .rank-math-breadcrumb a,.breadcrumbs a{font-weight:700}
.standard-content{padding-bottom:88px}
.article-shell{max-width:900px;margin-top:28px;padding:44px;border:1px solid var(--border);border-radius:var(--r-md);background:#fff;box-shadow:var(--shadow-sm)}
.article-header{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid var(--border)}
.article-header h1{margin:0;font-size:clamp(34px,5vw,56px);line-height:1.12;letter-spacing:-.03em}
.article-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px;color:var(--muted);font-size:14px}
.article-meta span{display:flex;align-items:center;gap:7px}
.article-featured{overflow:hidden;margin:0 0 34px;border-radius:18px}
.article-featured img{display:block;width:100%;height:auto}
.entry-content{font-size:18px}
.entry-content h2{margin-top:2em;font-size:clamp(28px,4vw,40px);line-height:1.2}
.entry-content h3{margin-top:1.7em;font-size:25px;line-height:1.3}
.entry-content p,.entry-content li{color:var(--muted)}
.entry-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.entry-content img{border-radius:16px}
.archive-hero{margin-top:28px;padding:64px 0;background:#071a2b;color:#fff}
.archive-hero-inner{display:flex;align-items:flex-start;gap:22px;max-width:1000px}
.archive-icon{display:grid;place-items:center;flex:0 0 72px;width:72px;height:72px;border-radius:20px;background:rgba(255,255,255,.1)}
.archive-icon img{filter:brightness(0) invert(1)}
.archive-hero h1{margin:0;font-size:clamp(38px,5vw,60px);line-height:1.1}
.archive-description{max-width:780px;margin-top:12px;color:#c4d6e0}
.archive-description p{margin:0}
.archive-content{padding-block:64px 96px}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.post-card{overflow:hidden;margin:0;border:1px solid var(--border);border-radius:var(--r-md);background:#fff;box-shadow:var(--shadow-sm);transition:.2s}
.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.post-card-media{display:block;overflow:hidden;aspect-ratio:16/10;background:#dfe9ef}
.post-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}
.post-card:hover .post-card-media img{transform:scale(1.035)}
.post-card-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(145deg,#e8f2f4,#d5e7e6)}
.post-card-body{padding:24px}
.post-card-meta{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;color:var(--muted);font-size:13px}
.post-card-meta a{font-weight:700}
.post-card h2{margin:0 0 10px;font-size:23px;line-height:1.25}
.post-card h2 a{color:var(--ink)}
.post-card h2 a:hover{color:var(--primary);text-decoration:none}
.post-card p{margin:0 0 16px;color:var(--muted);font-size:15px}
.post-card-link{font-weight:800}
.navigation.pagination{margin-top:42px;text-align:center}
.nav-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}
.nav-links .page-numbers{display:grid;place-items:center;min-width:44px;height:44px;padding:0 12px;border:1px solid var(--border);border-radius:11px;background:#fff;font-weight:700}
.nav-links .current{border-color:var(--primary);background:var(--primary);color:#fff}
.related-section{padding:78px 0;background:var(--soft)}
.compact-heading{margin-bottom:28px}
.compact-heading h2{font-size:38px}
.global-cta{padding:48px 0;background:#08293c;color:#fff}
.global-cta-inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:24px;align-items:center}
.global-cta-icon{display:grid;place-items:center;width:70px;height:70px;border-radius:20px;background:rgba(255,255,255,.1)}
.global-cta-icon img{filter:brightness(0) invert(1)}
.global-cta h2{margin:0;font-size:clamp(27px,3vw,38px);line-height:1.2}
.global-cta p{margin:8px 0 0;color:#c4d6e0}
.footer-brand .brand{display:inline-flex;margin-bottom:16px}
.footer-brand .brand img{width:220px}
.footer-menu,.footer-menu ul{margin:0;padding:0;list-style:none}
.footer-menu li{margin:0;list-style:none}
.footer-trust{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
.footer-trust span{display:flex;align-items:center;gap:7px;font-size:13px}
.footer-trust img{filter:brightness(0) invert(1);opacity:.8}
.mobile-cta-bar{display:none}
.error-main{padding:86px 0;background:var(--soft)}
.error-card{max-width:760px;padding:64px;text-align:center;border:1px solid var(--border);border-radius:var(--r-lg);background:#fff;box-shadow:var(--shadow-lg)}
.error-icon{display:grid;place-items:center;width:84px;height:84px;margin:0 auto 18px;border-radius:24px;background:var(--soft)}
.error-card h1{margin:0;font-size:clamp(42px,7vw,72px)}
.error-card p{max-width:600px;margin:12px auto 26px;color:var(--muted)}
.error-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.btn-outline{border-color:var(--primary);color:var(--primary)}
.empty-state{padding:42px;text-align:center;border:1px solid var(--border);border-radius:var(--r-md);background:#fff}
@media(max-width:1180px){body.hkplaycasino-child .primary-nav .menu>li{display:grid;grid-template-columns:1fr auto;width:100%}body.hkplaycasino-child .primary-nav .menu>li>a{grid-column:1}body.hkplaycasino-child .primary-nav .menu>li>.submenu-toggle{grid-column:2;margin:0;padding:0 18px}body.hkplaycasino-child .primary-nav .sub-menu{position:static;grid-column:1/-1;width:100%;margin:4px 0 8px;opacity:1;visibility:visible;transform:none;display:none;box-shadow:none}body.hkplaycasino-child .primary-nav .menu-item-has-children.is-open>.sub-menu{display:grid;transform:none}.global-cta-inner{grid-template-columns:auto 1fr}.global-cta .cta-actions{grid-column:2}.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar.hkplaycasino-child .site-header{top:46px}}
@media(max-width:700px){body.hkplaycasino-child{padding-bottom:68px}body.hkplaycasino-child .brand img{width:165px}.article-shell{width:calc(100% - 28px);padding:28px 22px}.breadcrumb-wrap{padding-top:20px}.archive-hero{margin-top:20px;padding:46px 0}.archive-hero-inner{display:block}.archive-icon{margin-bottom:18px}.archive-content{padding-block:40px 72px}.post-grid{grid-template-columns:1fr}.post-card-body{padding:21px}.global-cta-inner{display:block}.global-cta-icon{margin-bottom:18px}.global-cta .cta-actions{margin-top:22px}.global-cta .btn{width:100%}.mobile-cta-bar{position:fixed;right:0;bottom:0;left:0;z-index:999;display:grid;grid-template-columns:1fr 1.3fr;gap:8px;padding:8px max(12px,env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom));background:rgba(3,17,28,.97);box-shadow:0 -8px 24px rgba(0,0,0,.2)}.mobile-cta-bar .btn{min-height:48px}.error-card{width:calc(100% - 28px);padding:44px 22px}.footer-bottom{padding-bottom:12px}}
@media(prefers-reduced-motion:reduce){.post-card,.post-card-media img{transition:none!important}}

