*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:3px solid var(--lcwob-accent);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}img{display:block;max-width:100%;height:auto}:root{--lcwob-primary:#315667;--lcwob-primary-lt:#3f6f85;--lcwob-accent:#ffcc00;--lcwob-accent-hv:#d8ad00;--lcwob-bg:#122933;--lcwob-surface:#193947;--lcwob-text:#f0f0f0;--lcwob-muted:#a0a0a0;--lcwob-border:rgba(255,255,255,0.15);--lcwob-heading:#ffffff;--lcwob-link:#ffcc00;--lcwob-cta-text:#000000;--lcwob-r-btn:8px;--lcwob-r-card:12px;--lcwob-r-inp:8px;--lcwob-f-head:'Outfit',system-ui,sans-serif;--lcwob-f-body:'Open Sans',system-ui,sans-serif}body.lcwob-body{font-family:var(--lcwob-f-body);background:var(--lcwob-bg);color:var(--lcwob-text);line-height:1.6;font-size:16px}.lcwob-wrap{max-width:1200px;margin:0 auto;padding:0 1.5rem}.lcwob-grid{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;margin-top:2rem}.lcwob-grid>*{min-width:0}@media(max-width:960px){.lcwob-grid{grid-template-columns:1fr}}.lcwob-hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.lcwob-hero-bonus{display:grid;grid-template-columns:3fr 2fr;gap:1.5rem;align-items:center}.lcwob-ss-grid{display:grid;gap:1rem;margin:2rem 0}.lcwob-ss-grid-2{grid-template-columns:1fr 1fr}.lcwob-ss-grid-1{grid-template-columns:1fr}.lcwob-header{background:var(--lcwob-primary);position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,0.3)}.lcwob-header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}.lcwob-nav{display:flex;align-items:center;gap:.5rem}.lcwob-nav-link{padding:.6rem 1rem;color:rgba(255,255,255,0.8);text-decoration:none;font-size:.9rem;font-weight:500;border-radius:var(--lcwob-r-btn);transition:all .2s;cursor:pointer;border:none;background:none}.lcwob-nav-link:hover,.lcwob-nav-link.active{color:#fff;background:rgba(255,255,255,0.1)}.lcwob-nav-link.active{background:var(--lcwob-accent);color:var(--lcwob-cta-text) !important}.lcwob-nav-dropdown{position:relative;display:inline-block}.lcwob-nav-dropdown-content{display:none;position:absolute;background:var(--lcwob-surface);min-width:200px;box-shadow:0 8px 24px rgba(0,0,0,0.2);border-radius:8px;overflow:hidden;z-index:1001;border:1px solid var(--lcwob-border);top:100%;left:0}.lcwob-nav-dropdown-content a{color:var(--lcwob-text);padding:10px 16px;text-decoration:none;display:block;font-size:.85rem}.lcwob-nav-dropdown-content a:hover{background:rgba(128,128,128,0.1)}.lcwob-nav-dropdown:hover .lcwob-nav-dropdown-content{display:block}.lcwob-cta{background:var(--lcwob-accent);color:var(--lcwob-cta-text) !important;font-weight:700;padding:.7rem 1.5rem;border-radius:var(--lcwob-r-btn);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .2s,background .2s}.lcwob-cta:hover{background:var(--lcwob-accent-hv);transform:translateY(-2px)}.lcwob-card{background:var(--lcwob-surface);border-radius:var(--lcwob-r-card);border:1px solid var(--lcwob-border);overflow:hidden}.lcwob-card-body{padding:1.5rem}.lcwob-section-label{font-family:var(--lcwob-f-head);font-size:1.1rem;font-weight:800;color:var(--lcwob-heading);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:1px}.lcwob-slots-grid-wrap{margin:3rem 0}.lcwob-slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem}.lcwob-slot-card{background:var(--lcwob-surface);border-radius:12px;overflow:hidden;border:1px solid var(--lcwob-border);transition:transform .3s}.lcwob-slot-card:hover{transform:scale(1.05);z-index:2;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.lcwob-slot-img img{width:100%;height:140px;object-fit:cover}.lcwob-slot-info{padding:.75rem;text-align:center}.lcwob-slot-name{font-weight:700;font-size:.8rem;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lcwob-slot-play{background:var(--lcwob-accent);color:var(--lcwob-cta-text);text-decoration:none;padding:.3rem .8rem;border-radius:4px;font-size:.75rem;font-weight:700}.lcwob-footer{background:var(--lcwob-primary);color:rgba(255,255,255,0.7);padding:4rem 0 2rem;margin-top:5rem}.lcwob-footer-row{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:center;opacity:.6;margin-bottom:2rem}.lcwob-footer-row img{height:30px;filter:grayscale(1) brightness(2);transition:filter .3s}.lcwob-footer-row img:hover{filter:none}.lcwob-footer-sep{border:0;border-top:1px solid rgba(255,255,255,0.1);margin:2rem 0}.lcwob-footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.lcwob-footer-title{color:#fff;font-weight:800;margin-bottom:1rem}.lcwob-footer-links{list-style:none}.lcwob-footer-links a{color:inherit;text-decoration:none;font-size:.85rem;line-height:2}.lcwob-footer-links a:hover{color:#fff}.lcwob-footer-copy{text-align:center;font-size:.75rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,0.05)}.lcwob-h1{font-family:var(--lcwob-f-head);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:var(--lcwob-heading);margin-bottom:1.25rem;line-height:1.15}.lcwob-article{font-size:1.05rem;line-height:1.85;color:var(--lcwob-text)}.lcwob-article p{margin-bottom:1.6rem}.lcwob-article h2{font-family:var(--lcwob-f-head);font-size:1.65rem;font-weight:800;margin:2.5rem 0 1rem;color:var(--lcwob-heading);padding-bottom:.4rem;border-bottom:2px solid var(--lcwob-accent);display:inline-block}.lcwob-article h3{font-family:var(--lcwob-f-head);font-size:1.2rem;font-weight:700;margin:2rem 0 .75rem;color:var(--lcwob-heading)}.lcwob-article ul,.lcwob-article ol{padding-left:1.5rem;margin-bottom:1.5rem}.lcwob-article li{margin-bottom:.5rem;line-height:1.7}.lcwob-article strong{color:var(--lcwob-text);font-weight:700}.lcwob-article a{color:var(--lcwob-link)}.lcwob-article blockquote{border-left:3px solid var(--lcwob-accent);margin:1.5rem 0;padding:.8rem 1.2rem;background:var(--lcwob-surface);border-radius:0 8px 8px 0;font-style:italic;color:var(--lcwob-muted)}.lcwob-internal-link{color:var(--lcwob-link);font-weight:600;text-decoration:underline;text-underline-offset:3px}.lcwob-ghost-chat{position:fixed;bottom:20px;background:var(--lcwob-accent);color:var(--lcwob-cta-text);padding:12px 20px;border-radius:30px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 20px rgba(0,0,0,0.4);opacity:0;transform:translateY(20px);transition:opacity .5s,transform .5s;z-index:9999;cursor:pointer}.lcwob-ghost-chat.visible{opacity:1;transform:translateY(0)}.lcwob-ghost-msg{font-weight:700;font-size:.9rem}.lcwob-alts{margin:2rem 0}.lcwob-alt-card{display:flex;align-items:center;gap:1rem;background:var(--lcwob-bg);padding:1rem;border-radius:12px;margin-bottom:.75rem;border:1px solid var(--lcwob-border);transition:border-color .2s}.lcwob-alt-card:hover{border-color:var(--lcwob-accent)}.lcwob-alt-btn{background:var(--lcwob-accent);color:var(--lcwob-cta-text);text-decoration:none;padding:.4rem 1rem;border-radius:6px;font-weight:700;font-size:.8rem}.lcwob-mobile-menu{position:fixed;top:0;right:-100%;width:100%;height:100%;background:var(--lcwob-primary);z-index:2000;transition:right .3s ease;display:flex;align-items:center;justify-content:center}.lcwob-mobile-menu.open{right:0}.lcwob-mobile-menu-inner{position:relative;width:100%;text-align:center}.lcwob-mobile-close{position:absolute;top:-50px;right:20px;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer}.lcwob-mobile-nav{display:flex;flex-direction:column;gap:1.5rem}.lcwob-mobile-nav a,.lcwob-mobile-nav button{color:#fff;text-decoration:none;font-size:1.5rem;font-weight:700;background:none;border:none;font-family:var(--lcwob-f-head)}.lcwob-nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer}.lcwob-nav-dropdown-content a{color:var(--lcwob-text) !important}@media(max-width:960px){.lcwob-wrap{padding:0 1rem}.lcwob-card-body{padding:1.25rem}aside{order:2}}@media(max-width:768px){.lcwob-nav{display:none}.lcwob-nav-toggle{display:block !important}.lcwob-header-inner{height:58px}.lcwob-h1{font-size:1.7rem;line-height:1.2}.lcwob-article{font-size:1rem;line-height:1.75}.lcwob-article h2{font-size:1.35rem;display:block}.lcwob-article h3{font-size:1.1rem}.lcwob-section-label{font-size:1rem}.lcwob-wrap{padding:0 .875rem}.lcwob-page-body{padding-top:1.25rem !important;padding-bottom:2.5rem !important}.lcwob-hero{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem !important}.lcwob-hero-bonus{grid-template-columns:1fr;gap:1rem;padding:1rem 1.25rem !important}.lcwob-ss-grid-2{grid-template-columns:1fr}.lcwob-slots-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.lcwob-slots-grid-wrap{margin:1.75rem 0}.lcwob-footer{padding:2.5rem 0 1.5rem;margin-top:3rem}.lcwob-footer-grid{grid-template-columns:1fr;gap:1.25rem}.lcwob-ghost-chat{bottom:12px;left:12px !important;right:auto !important;padding:9px 14px;font-size:.82rem;border-radius:20px}.lcwob-ghost-msg{font-size:.82rem}.lcwob-card-body{padding:1rem}.lcwob-table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.lcwob-table{min-width:360px}.lcwob-faq-q{font-size:.95rem;padding:.875rem 1rem}.lcwob-faq-title{font-size:1.35rem}.lcwob-rating-score{font-size:2rem}}@media(max-width:600px){.lcwob-h1{font-size:1.5rem}.lcwob-slots-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.lcwob-slot-img img{height:110px}.lcwob-slot-info{padding:.5rem}.lcwob-slot-name{font-size:.72rem}.lcwob-cta{padding:.6rem 1.1rem;font-size:.9rem}.lcwob-hero{padding:1rem !important}.lcwob-footer-row{gap:1rem}}@media(max-width:480px){.lcwob-wrap{padding:0 .625rem}.lcwob-h1{font-size:1.35rem}.lcwob-slots-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.lcwob-slot-img img{height:95px}.lcwob-article{font-size:.95rem}.lcwob-article h2{font-size:1.2rem;display:block}.lcwob-ghost-chat{max-width:calc(100vw - 24px)}.lcwob-ghost-msg{display:none}.lcwob-rating-score{font-size:1.75rem}.lcwob-card-body{padding:.875rem}.lcwob-faq-q{font-size:.88rem;padding:.75rem .875rem}}.lcwob-facts{list-style:none}.lcwob-facts li{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--lcwob-border);font-size:.85rem}.lcwob-facts li:last-child{border-bottom:none}.lcwob-facts-label{color:var(--lcwob-muted)}.lcwob-facts-value{font-weight:700;color:var(--lcwob-accent)}.lcwob-qlinks{list-style:none}.lcwob-qlinks li a{color:var(--lcwob-link);text-decoration:none;font-size:.85rem;display:block;padding:.3rem 0;border-bottom:1px solid var(--lcwob-border)}.lcwob-qlinks li:last-child a{border-bottom:none}.lcwob-qlinks li a:hover{color:var(--lcwob-accent);padding-left:.25rem;transition:padding .15s}.lcwob-rating-score{font-size:2.5rem;font-weight:900;color:var(--lcwob-accent);line-height:1}.lcwob-stars{font-size:1.4rem;margin:.5rem 0}.lcwob-star-on{color:var(--lcwob-accent)}.lcwob-star-off{color:var(--lcwob-border)}.lcwob-summary{border-left:4px solid var(--lcwob-accent);padding:1rem 1.25rem;background:var(--lcwob-surface);border-radius:0 var(--lcwob-r-card) var(--lcwob-r-card) 0;margin-bottom:1.5rem}.lcwob-summary-label{font-weight:800;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--lcwob-accent);margin-bottom:.35rem}.lcwob-faq{margin-top:3rem;padding-top:.5rem}.lcwob-faq-title{font-family:var(--lcwob-f-head);font-size:1.6rem;font-weight:800;margin-bottom:1.5rem;color:var(--lcwob-heading);border-bottom:2px solid var(--lcwob-border);padding-bottom:.75rem}.lcwob-faq-item{border:1px solid var(--lcwob-border);border-radius:var(--lcwob-r-card);margin-bottom:.6rem;overflow:hidden}.lcwob-faq-q{width:100%;background:var(--lcwob-surface);border:none;padding:1rem 1.25rem;text-align:left;font-size:1rem;font-weight:600;color:var(--lcwob-text);cursor:pointer;display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;line-height:1.5;transition:background .2s}.lcwob-faq-q-text{flex:1;min-width:0;word-break:break-word}.lcwob-faq-q:hover{background:var(--lcwob-bg)}.lcwob-faq-icon{font-size:1.3rem;transition:transform .3s;flex-shrink:0;color:var(--lcwob-accent);margin-top:.1rem;line-height:1}.lcwob-faq-a{display:none;padding:1rem 1.25rem;border-top:1px solid var(--lcwob-border);font-size:.95rem;line-height:1.75;color:var(--lcwob-muted)}.lcwob-faq-item.open .lcwob-faq-a{display:block;animation:lcwobFaqSlide .25s ease}.lcwob-faq-item.open .lcwob-faq-icon{transform:rotate(45deg)}@keyframes lcwobFaqSlide{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lcwob-table-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:var(--lcwob-r-card)}.lcwob-table{width:100%;border-collapse:collapse;font-size:.9rem}.lcwob-table th{background:var(--lcwob-primary);color:#fff;padding:.75rem 1rem;text-align:left}.lcwob-table td{padding:.65rem 1rem;border-bottom:1px solid var(--lcwob-border)}.lcwob-table tr:nth-child(even) td{background:var(--lcwob-surface)}.lcwob-crumb{font-size:.8rem;color:var(--lcwob-muted);margin-bottom:1rem}.lcwob-crumb a{color:var(--lcwob-link);text-decoration:none}.lcwob-calc-row{display:flex;justify-content:space-between;font-size:.85rem;margin:.5rem 0}.lcwob-calc-box{background:var(--lcwob-primary);color:#fff;border-radius:8px;padding:.75rem 1rem;text-align:center;margin-top:.75rem;font-size:.8rem}.lcwob-item-list{padding-left:1.5rem;margin-bottom:1rem}.lcwob-item-list li{margin-bottom:.4rem}.lcwob-bonus-strip{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:linear-gradient(135deg,var(--lcwob-accent) 0%,color-mix(in srgb,var(--lcwob-accent) 70%,white) 100%);color:#000;border-radius:14px;padding:1rem 1.5rem;margin:1.25rem 0 1.75rem;box-shadow:0 4px 24px rgba(0,0,0,.25)}.lcwob-bonus-strip-icon{font-size:2rem;flex-shrink:0}.lcwob-bonus-strip-text{flex:1;min-width:180px}.lcwob-bonus-strip-label{display:block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;opacity:.7;margin-bottom:.15rem}.lcwob-bonus-strip-value{display:block;font-size:1.05rem;font-weight:900;line-height:1.2}.lcwob-bonus-strip-cta{background:#000;color:var(--lcwob-accent);text-decoration:none;padding:.65rem 1.4rem;border-radius:var(--lcwob-r-btn);font-weight:800;font-size:.9rem;white-space:nowrap;flex-shrink:0;animation:lcwobBonusPulse 2s ease-in-out infinite}.lcwob-bonus-strip-cta:hover{background:#111;transform:scale(1.04);transition:transform .15s}@keyframes lcwobBonusPulse{0%,100%{box-shadow:0 0 0 0 rgba(0,0,0,.4)}50%{box-shadow:0 0 0 6px rgba(0,0,0,0)}}@media(max-width:600px){.lcwob-bonus-strip{padding:.875rem 1rem;gap:.75rem}.lcwob-bonus-strip-value{font-size:.95rem}.lcwob-bonus-strip-cta{width:100%;text-align:center}}.lcwob-author-block{display:flex;align-items:flex-start;gap:1.25rem;background:var(--lcwob-surface);border:1px solid var(--lcwob-border);border-radius:var(--lcwob-r-card);padding:1.25rem 1.5rem;margin-top:2.5rem}.lcwob-author-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--lcwob-accent)}.lcwob-author-info{flex:1;min-width:0}.lcwob-author-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--lcwob-accent);margin-bottom:.25rem}.lcwob-author-name{font-weight:800;font-size:1rem;color:var(--lcwob-heading);margin-bottom:.1rem}.lcwob-author-job{font-size:.82rem;color:var(--lcwob-muted);margin-bottom:.5rem}.lcwob-author-bio{font-size:.88rem;line-height:1.6;color:var(--lcwob-text);margin-bottom:.75rem}.lcwob-author-links{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.lcwob-author-social{display:inline-flex;align-items:center;justify-content:center;background:var(--lcwob-primary);color:#fff;text-decoration:none;padding:.3rem .7rem;border-radius:6px;font-size:.78rem;font-weight:700;transition:background .2s,transform .15s}.lcwob-author-social:hover{background:var(--lcwob-accent);color:var(--lcwob-cta-text);transform:translateY(-1px)}.lcwob-author-profile-link{font-size:.82rem;color:var(--lcwob-link);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}.lcwob-author-profile-link:hover{color:var(--lcwob-accent)}.lcwob-author-profile{max-width:860px}.lcwob-author-profile-header{display:flex;gap:2rem;align-items:flex-start;margin-bottom:2.5rem;background:var(--lcwob-surface);border-radius:var(--lcwob-r-card);padding:2rem;border:1px solid var(--lcwob-border)}.lcwob-author-avatar-lg{width:160px;height:160px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid var(--lcwob-accent);box-shadow:0 8px 30px rgba(0,0,0,0.3)}.lcwob-author-avatar-md{width:120px;height:120px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--lcwob-accent)}.lcwob-author-profile-meta{flex:1;min-width:0}.lcwob-author-job-lg{font-size:1.1rem;color:var(--lcwob-muted);margin-bottom:.5rem}.lcwob-author-location{font-size:.88rem;color:var(--lcwob-muted);margin-bottom:.75rem}.lcwob-author-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin:.75rem 0}.lcwob-author-tag{background:var(--lcwob-primary);color:rgba(255,255,255,.85);font-size:.75rem;padding:.25rem .7rem;border-radius:20px;font-weight:600}.lcwob-author-links-lg{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem}.lcwob-author-social--lg{padding:.45rem 1rem;font-size:.85rem;border-radius:8px}.lcwob-author-profile-body{line-height:1.8}.lcwob-author-bio-long{font-size:1.02rem;margin-bottom:2rem;color:var(--lcwob-text)}.lcwob-author-pubs{list-style:none;margin-bottom:2rem;background:var(--lcwob-surface);border-radius:var(--lcwob-r-card);padding:1rem 1.5rem;border:1px solid var(--lcwob-border)}.lcwob-author-pubs li{padding:.5rem 0;border-bottom:1px solid var(--lcwob-border);font-size:.9rem}.lcwob-author-pubs li:last-child{border-bottom:none}.lcwob-author-pubs a{color:var(--lcwob-link);text-decoration:none}.lcwob-author-pubs a:hover{color:var(--lcwob-accent)}.lcwob-author-pub-source{color:var(--lcwob-muted);font-size:.8rem}.lcwob-author-articles h3{font-family:var(--lcwob-f-head);font-size:1.2rem;margin-bottom:1rem;color:var(--lcwob-heading)}.lcwob-author-article-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem}.lcwob-author-article-list li a{color:var(--lcwob-link);text-decoration:none;font-size:.88rem;font-weight:600;display:block;padding:.5rem .75rem;background:var(--lcwob-surface);border-radius:8px;border:1px solid var(--lcwob-border);transition:border-color .2s}.lcwob-author-article-list li a:hover{border-color:var(--lcwob-accent);color:var(--lcwob-accent)}.lcwob-author-card-grid{display:grid;gap:1.5rem;max-width:680px}.lcwob-author-card{display:flex;gap:1.5rem;align-items:flex-start;background:var(--lcwob-surface);border-radius:var(--lcwob-r-card);padding:1.75rem;border:1px solid var(--lcwob-border)}.lcwob-author-card-body{flex:1;min-width:0}.lcwob-author-card .lcwob-author-name{font-size:1.15rem;font-weight:800;margin-bottom:.25rem;color:var(--lcwob-heading)}@media(max-width:600px){.lcwob-author-block{flex-direction:column;gap:1rem;padding:1rem}.lcwob-author-profile-header{flex-direction:column;align-items:center;text-align:center;gap:1rem}.lcwob-author-avatar-lg{width:120px;height:120px}.lcwob-author-links-lg{justify-content:center}.lcwob-author-tags{justify-content:center}.lcwob-author-card{flex-direction:column}.lcwob-author-article-list{grid-template-columns:1fr}}body.lcwob-body{font-size:16px;line-height:1.6}.lcwob-header-inner{height:118px}.lcwob-header{box-shadow:}.lcwob-nav-link{letter-spacing:normal;text-transform:none}.lcwob-cta{border-radius:9999px;padding:.65rem 2rem}

/* === CLONE LAYOUT === */
/* ════════════════════════════════════════════════════════════
   Brand Clone Layout — auto-generated by layout_engine.py
   ════════════════════════════════════════════════════════════ */

:root {
  --cl-bg: #122933;
  --cl-bg-header: #315667;
  --cl-bg-card: #000000;
  --cl-accent: #ffcc00;
  --cl-cta: #000000;
  --cl-text: #000000;
  --cl-text-nav: #ffffff;
  --cl-radius-btn: 8px;
  --cl-radius-card: 12px;
  --cl-font-h: 'Outfit', system-ui, sans-serif;
  --cl-font-b: 'Open Sans', system-ui, sans-serif;
}

body {
  margin: 0;
  background: #122933;
  color: #000000;
  font-family: var(--cl-font-b);
  line-height: 1.65;
}


/* ── Sidebar Layout ── */
.lcwob-cl-page-wrap {
  display: flex;
  min-height: 100vh;
}
.lcwob-cl-sidebar {
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  background: #315667;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  overflow-y: auto;
  z-index: 100;
  border-right: 1px solid rgba(255,255,255,.08);
}
.lcwob-cl-sidebar-logo {
  padding: 0 1.5rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: 'Outfit', sans-serif;
}
.lcwob-cl-sidebar-logo a {
  color: #ffcc00;
  text-decoration: none;
}
.lcwob-cl-sidebar-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lcwob-cl-sidebar-link {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .7rem 1.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: .88rem;
  transition: background .2s, color .2s;
  border-left: 3px solid transparent;
}
.lcwob-cl-sidebar-link:hover,
.lcwob-cl-sidebar-link.active {
  background: rgba(255,255,255,.06);
  border-left-color: #ffcc00;
  color: #ffcc00;
}
.lcwob-cl-sidebar-cta-wrap {
  padding: 1rem 1.5rem;
}
.lcwob-cl-sidebar-cta {
  display: block;
  text-align: center;
  background: #ffcc00;
  color: #122933;
  padding: .75rem;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  font-size: .9rem;
  transition: opacity .2s;
}
.lcwob-cl-sidebar-cta:hover { opacity: .85; }
.lcwob-cl-main-content {
  margin-left: 260px;
  flex: 1;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .lcwob-cl-sidebar { display: none; }
  .lcwob-cl-main-content { margin-left: 0; }
}


/* ── Hero ── */
.lcwob-cl-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, #315667, #122933);
  border-radius: 0 0 12px 12px;
}
.lcwob-cl-hero-title {
  font-family: var(--cl-font-h);
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0 0 .5rem;
}
.lcwob-cl-hero-score {
  font-size: 3rem;
  font-weight: 900;
}
.lcwob-cl-hero-max {
  font-size: 1.2rem;
  opacity: .5;
}
.lcwob-cl-stars {
  color: #ffcc00;
  font-size: 1.3rem;
  margin-left: .5rem;
}
.lcwob-cl-hero-bonus {
  background: rgba(255,200,0,.12);
  border: 1px solid rgba(255,200,0,.25);
  padding: .7rem 1rem;
  border-radius: 8px;
  margin: 1rem 0;
  font-weight: 700;
}
.lcwob-cl-hero-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.5);
}
.lcwob-cl-hero-minimal {
  text-align: center;
  padding: 3rem 1rem;
}
.lcwob-cl-cta {
  display: inline-block;
  background: #ffcc00;
  color: #122933;
  padding: .85rem 2rem;
  border-radius: 8px;
  font-weight: 800;
  font-size: 1rem;
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}
.lcwob-cl-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.3);
}
@media (max-width: 768px) {
  .lcwob-cl-hero { grid-template-columns: 1fr; padding: 2rem 1rem; }
}

/* ── Section titles ── */
.lcwob-cl-section-title {
  font-family: var(--cl-font-h);
  font-size: 1.4rem;
  font-weight: 800;
  margin: 2rem 0 1rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid #ffcc00;
  display: inline-block;
}

/* ── Game Grid ── */
.lcwob-cl-games {
  padding: 2rem 0;
}
.lcwob-cl-game-grid {
  display: grid;
  gap: .75rem;
}
.lcwob-cl-game-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.lcwob-cl-game-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}
.lcwob-cl-game-card:hover .lcwob-cl-game-img {
  transform: scale(1.08);
}
.lcwob-cl-game-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 40%, rgba(0,0,0,.85));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: .75rem;
  opacity: 0;
  transition: opacity .3s;
}
.lcwob-cl-game-card:hover .lcwob-cl-game-overlay {
  opacity: 1;
}
.lcwob-cl-game-name {
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
}
.lcwob-cl-game-play {
  background: #ffcc00;
  color: #122933;
  text-align: center;
  padding: .4rem;
  border-radius: 6px;
  margin-top: .4rem;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 768px) {
  .lcwob-cl-game-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

/* ── Content area ── */
.lcwob-cl-content-wrap {
  padding: 2rem;
}
.lcwob-cl-content-wrap h1 {
  font-family: var(--cl-font-h);
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.lcwob-cl-content-wrap h2 {
  font-family: var(--cl-font-h);
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: .75rem;
}
.lcwob-cl-content-wrap a {
  color: #ffcc00;
}

/* ── Footer ── */
.lcwob-cl-footer {
  background: #315667;
  padding: 3rem 2rem 1.5rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.lcwob-cl-footer-grid {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
.lcwob-cl-footer-col h4 {
  color: #ffcc00;
  margin-bottom: .75rem;
  font-family: var(--cl-font-h);
}
.lcwob-cl-footer-col a {
  display: block;
  color: #ffffff;
  opacity: .7;
  text-decoration: none;
  padding: .25rem 0;
  font-size: .85rem;
}
.lcwob-cl-footer-col a:hover { opacity: 1; }
.lcwob-cl-footer-disclaimer {
  font-size: .8rem;
  opacity: .6;
  line-height: 1.5;
}
.lcwob-cl-footer-payments {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 1rem;
}
.lcwob-cl-payment-icon {
  height: 28px;
  opacity: .6;
  filter: grayscale(.5);
}
.lcwob-cl-footer-bottom {
  text-align: center;
  font-size: .75rem;
  opacity: .5;
  padding-top: 1rem;
}


/* === BRAND OVERRIDES === */
:root {
  --cl-primary-bg: #f5f5f5;
  --cl-secondary-bg: #ffffff;
  --cl-accent-bg: #ff6f00;
  --cl-primary-text: #333333;
  --cl-secondary-text: #666666;
  --cl-accent-text: #ffffff;
  --cl-border-color: #dddddd;
  --cl-shadow-color: rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Arial', sans-serif;
  background-color: var(--cl-primary-bg);
  color: var(--cl-primary-text);
  margin: 0;
  padding: 0;
}

.locow-cl-sidebar {
  width: 260px;
  background-color: var(--cl-secondary-bg);
  position: fixed;
  height: 100vh;
  box-shadow: 2px 0 5px var(--cl-shadow-color);
}

.locow-cl-sidebar a {
  display: block;
  padding: 15px;
  color: var(--cl-primary-text);
  text-decoration: none;
  transition: background-color 0.3s;
}

.locow-cl-sidebar a:hover {
  background-color: var(--cl-accent-bg);
  color: var(--cl-accent-text);
}

.locow-cl-header {
  background-color: var(--cl-secondary-bg);
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px var(--cl-shadow-color);
}

.locow-cl-hero {
  background: url('hero-banner.jpg') no-repeat center center;
  background-size: cover;
  padding: 60px 20px;
  text-align: center;
  color: var(--cl-accent-text);
}

.locow-cl-hero h1 {
  font-size: 2.5em;
  margin: 0;
}

.locow-cl-content {
  margin-left: 260px;
  padding: 20px;
}

.locow-cl-game-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.locow-cl-game-card {
  background-color: var(--cl-secondary-bg);
  border-radius: 10px;
  box-shadow: 0 4px 8px var(--cl-shadow-color);
  overflow: hidden;
  transition: transform 0.3s;
}

.locow-cl-game-card:hover {
  transform: translateY(-5px);
}

.locow-cl-footer {
  background-color: var(--cl-secondary-bg);
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.locow-cl-footer a {
  color: var(--cl-secondary-text);
  text-decoration: none;
}

.locow-cl-footer a:hover {
  color: var(--cl-primary-text);
}

.locow-cl-cta {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--cl-accent-bg);
  color: var(--cl-accent-text);
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.locow-cl-cta:hover {
  background-color: darken(var(--cl-accent-bg), 10%);
}

@media (max-width: 768px) {
  .locow-cl-sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }

  .locow-cl-content {
    margin-left: 0;
  }

  .locow-cl-game-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .locow-cl-footer {
    grid-template-columns: repeat(2, 1fr);
  }
}