/* WK Pool Pro v2.0.5 — final app shell: zwart, strak, overal hetzelfde */
:root{
  --wkp-app-bg:#02050b;
  --wkp-app-bg-2:#050b14;
  --wkp-panel:#07111f;
  --wkp-panel-2:#0a1728;
  --wkp-line:rgba(255,255,255,.12);
  --wkp-line-soft:rgba(255,255,255,.075);
  --wkp-text:#f7fbff;
  --wkp-muted:#9dadc2;
  --wkp-muted-2:#718299;
  --wkp-orange:#ff7a1a;
  --wkp-orange-2:#ff4f00;
  --wkp-radius:22px;
  --wkp-shadow:0 22px 70px rgba(0,0,0,.42);
}
html body.wkp-full-app-page,
body.wkp-full-app-page{
  background:var(--wkp-app-bg)!important;
  color:var(--wkp-text)!important;
}
body.wkp-full-app-page .site,
body.wkp-full-app-page .site-content,
body.wkp-full-app-page .content-area,
body.wkp-full-app-page main,
body.wkp-full-app-page .site-main,
body.wkp-full-app-page .entry-content,
body.wkp-full-app-page .page,
body.wkp-full-app-page .hentry{
  background:transparent!important;
}
body.wkp-full-app-page .entry-title{display:none!important;}
body.wkp-full-app-page .wp-block-search,
body.wkp-full-app-page .wp-block-latest-posts,
body.wkp-full-app-page .wp-block-latest-comments,
body.wkp-full-app-page .wp-block-archives,
body.wkp-full-app-page .wp-block-categories,
body.wkp-full-app-page aside,
body.wkp-full-app-page .sidebar,
body.wkp-full-app-page #secondary{
  display:none!important;
}
body.wkp-full-app-page .site-main,
body.wkp-full-app-page .content-area,
body.wkp-full-app-page .entry-content{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
}
body.wkp-full-app-page footer,
body.wkp-full-app-page .site-footer{
  background:#02050b!important;color:#6f7f94!important;border-top:1px solid rgba(255,255,255,.06)!important;
}

.wkp-appshell.wkp-v205-final-shell,
.wkp-frontpage .wkp-appshell.wkp-v205-final-shell,
.wkp-v205-final-shell{
  width:min(1240px,calc(100vw - 28px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:14px 0 104px!important;
  color:var(--wkp-text)!important;
  font-family:Inter,Roboto,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  background:transparent!important;
}
.wkp-v205-final-shell:before{
  content:"";position:fixed;inset:0;z-index:-3;
  background:
    linear-gradient(180deg,#02050b 0%,#040914 42%,#02050b 100%)!important;
}
.wkp-v205-final-shell:after{
  content:"";position:fixed;left:0;right:0;top:0;height:380px;z-index:-2;pointer-events:none;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,122,26,.20),transparent 32%),
    radial-gradient(circle at 85% 4%,rgba(24,80,145,.18),transparent 34%);
}
.wkp-v205-final-shell,
.wkp-v205-final-shell *{box-sizing:border-box;}
.wkp-v205-final-shell h1,
.wkp-v205-final-shell h2,
.wkp-v205-final-shell h3,
.wkp-v205-final-shell h4,
.wkp-v205-final-shell p,
.wkp-v205-final-shell li,
.wkp-v205-final-shell span,
.wkp-v205-final-shell small,
.wkp-v205-final-shell strong,
.wkp-v205-final-shell b,
.wkp-v205-final-shell em,
.wkp-v205-final-shell label,
.wkp-v205-final-shell td,
.wkp-v205-final-shell th,
.wkp-v205-final-shell summary{
  color:inherit;
}
.wkp-v205-final-shell a{color:inherit;text-decoration:none;}

/* Topbar gelijk op iedere pagina */
.wkp-v205-final-shell .wkp-dash-topbar{
  position:sticky;top:8px;z-index:80;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  margin:0 0 14px;padding:10px 12px;
  border:1px solid var(--wkp-line);border-radius:20px;
  background:rgba(3,8,15,.86)!important;backdrop-filter:blur(18px);
  box-shadow:0 18px 48px rgba(0,0,0,.35);
}
.wkp-v205-final-shell .wkp-dash-brand{display:flex;align-items:center;gap:9px;color:#fff!important;font-weight:1000;letter-spacing:.01em;white-space:nowrap;}
.wkp-v205-final-shell .wkp-dash-brand span:first-child{display:grid;place-items:center;width:32px;height:32px;border-radius:11px;background:#ff7110;color:#fff!important;}
.wkp-v205-final-shell .wkp-dash-nav{display:flex;align-items:center;gap:5px;overflow:auto;scrollbar-width:none;}
.wkp-v205-final-shell .wkp-dash-nav::-webkit-scrollbar{display:none;}
.wkp-v205-final-shell .wkp-dash-nav a{
  display:inline-flex;align-items:center;gap:7px;padding:10px 12px;border-radius:14px;
  color:#aebbd0!important;font-weight:900;font-size:13px;white-space:nowrap;
}
.wkp-v205-final-shell .wkp-dash-nav a:hover,
.wkp-v205-final-shell .wkp-dash-nav a.is-active{background:#111d2d!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);}
.wkp-v205-final-shell .wkp-dash-nav a.is-active span:first-child{color:#ff7a1a!important;}
.wkp-v205-final-shell .wkp-dash-live{display:flex;align-items:center;gap:8px;color:#fff!important;font-weight:900;font-size:12px;white-space:nowrap;}
.wkp-v205-final-shell .wkp-dash-live span{width:8px;height:8px;border-radius:99px;background:#1ee179;box-shadow:0 0 0 5px rgba(30,225,121,.12);}

/* Header/masthead: geen onleesbare balken, zwarte premium basis */
.wkp-v205-final-shell .wkp-plein60-masthead,
.wkp-v205-final-shell .wkp-plein60-submasthead{
  position:relative;overflow:hidden;min-height:315px!important;margin:0 0 18px!important;border-radius:28px!important;
  background:#07111f!important;border:1px solid var(--wkp-line)!important;box-shadow:var(--wkp-shadow)!important;
}
.wkp-v205-final-shell .wkp-plein60-masthead-media{position:absolute;inset:0;background-image:url('https://plein60.nl/wp-content/uploads/2026/05/ChatGPT-Image-May-14-2026-01_55_59-PM.png');background-size:cover;background-position:center;opacity:.58;filter:saturate(1.08) contrast(1.05);}
.wkp-v205-final-shell .wkp-plein60-masthead-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,5,11,.94) 0%,rgba(2,5,11,.76) 48%,rgba(2,5,11,.48) 100%),linear-gradient(0deg,rgba(2,5,11,.78),rgba(2,5,11,.05));}
.wkp-v205-final-shell .wkp-plein60-masthead-content{position:relative;z-index:2;max-width:760px;padding:46px 50px 44px!important;}
.wkp-v205-final-shell .wkp-plein60-kicker{display:inline-flex;margin:0 0 14px;padding:8px 11px;border-radius:999px;background:rgba(255,122,26,.13);border:1px solid rgba(255,122,26,.32);color:#ff9a44!important;font-size:12px;font-weight:1000;letter-spacing:.11em;text-transform:uppercase;}
.wkp-v205-final-shell .wkp-plein60-masthead h1{margin:0!important;color:#fff!important;font-size:clamp(38px,5.4vw,74px)!important;line-height:.92!important;letter-spacing:-.07em!important;font-weight:1000!important;text-shadow:0 4px 28px rgba(0,0,0,.45)!important;}
.wkp-v205-final-shell .wkp-plein60-masthead p{max-width:640px;margin:18px 0 0!important;color:#d5deeb!important;font-size:clamp(16px,2vw,22px)!important;line-height:1.35!important;font-weight:700!important;}
.wkp-v205-final-shell .wkp-plein60-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px;}
.wkp-v205-final-shell .wkp-plein60-primary,
.wkp-v205-final-shell .wkp-plein60-secondary,
.wkp-v205-final-shell .wkp-dash-button,
.wkp-v205-final-shell .wkp-button,
.wkp-v205-final-shell button,
.wkp-v205-final-shell input[type=submit]{
  display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px!important;border:0!important;border-radius:15px!important;
  background:#ff7110!important;color:#fff!important;font-weight:1000!important;box-shadow:0 14px 34px rgba(255,113,16,.28)!important;text-decoration:none!important;
}
.wkp-v205-final-shell .wkp-plein60-secondary{background:rgba(255,255,255,.10)!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;}
.wkp-v205-final-shell .wkp-plein60-scorecard{position:absolute;right:24px;bottom:24px;z-index:3;width:min(260px,calc(100% - 48px));padding:18px;border-radius:20px;background:rgba(3,8,15,.82)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 45px rgba(0,0,0,.45);backdrop-filter:blur(16px);}
.wkp-v205-final-shell .wkp-plein60-scorecard small{display:block;color:#9dadc2!important;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:1000;}
.wkp-v205-final-shell .wkp-plein60-scorecard strong{display:block;margin:3px 0;color:#fff!important;font-size:34px;line-height:1;font-weight:1000;letter-spacing:-.06em;}
.wkp-v205-final-shell .wkp-plein60-scorecard span{color:#ff9340!important;font-weight:900;}

/* Componenten: één kaartstijl */
.wkp-v205-final-shell .wkp-app-page-content,
.wkp-v205-final-shell .wkp-shortcode-page{color:#fff!important;background:transparent!important;}
.wkp-v205-final-shell .wkp-page-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 16px!important;}
.wkp-v205-final-shell .wkp-page-metrics article,
.wkp-v205-final-shell .wkp-dash-card,
.wkp-v205-final-shell .wkp-dash-widget,
.wkp-v205-final-shell .wkp-dash-wide,
.wkp-v205-final-shell .wkp-podium-card,
.wkp-v205-final-shell .wkp-tavern-podium-card,
.wkp-v205-final-shell .wkp-analysis-card,
.wkp-v205-final-shell .wkp-pub-card,
.wkp-v205-final-shell .wkp-next,
.wkp-v205-final-shell .wkp-rule-grid article,
.wkp-v205-final-shell details,
.wkp-v205-final-shell .wkp-welcome-box,
.wkp-v205-final-shell .wkp-notice{
  background:linear-gradient(180deg,var(--wkp-panel-2),var(--wkp-panel))!important;
  border:1px solid var(--wkp-line)!important;
  border-radius:var(--wkp-radius)!important;
  box-shadow:0 18px 52px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.055)!important;
  color:#fff!important;
}
.wkp-v205-final-shell .wkp-page-metrics article{padding:18px!important;}
.wkp-v205-final-shell .wkp-page-metrics small,
.wkp-v205-final-shell .wkp-dash-card-head span,
.wkp-v205-final-shell .wkp-dash-widget header span,
.wkp-v205-final-shell .wkp-hint{color:var(--wkp-muted)!important;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.wkp-v205-final-shell .wkp-page-metrics strong{display:block;color:#fff!important;font-size:clamp(25px,3vw,38px)!important;font-weight:1000!important;line-height:1;letter-spacing:-.06em;margin:5px 0;}
.wkp-v205-final-shell .wkp-page-metrics span{color:#ff8b34!important;font-weight:900;}
.wkp-v205-final-shell .wkp-section-title,
.wkp-v205-final-shell .wkp-tavern-title,
.wkp-v205-final-shell .wkp-analysis-card h2,
.wkp-v205-final-shell .wkp-analysis-card h3,
.wkp-v205-final-shell .wkp-dash-widget h3,
.wkp-v205-final-shell .wkp-dash-card h2,
.wkp-v205-final-shell .wkp-rule-grid h3{
  color:#fff!important;font-weight:1000!important;letter-spacing:-.055em!important;
}
.wkp-v205-final-shell .wkp-section-title,
.wkp-v205-final-shell .wkp-tavern-title{font-size:clamp(26px,3.6vw,44px)!important;margin:28px 0 13px!important;}
.wkp-v205-final-shell .wkp-hint{background:rgba(255,255,255,.055)!important;border:1px solid var(--wkp-line-soft)!important;border-radius:15px!important;padding:12px 14px!important;text-transform:none;letter-spacing:0;line-height:1.45;}
.wkp-v205-final-shell p{color:#c9d4e3!important;}
.wkp-v205-final-shell small{color:var(--wkp-muted)!important;}
.wkp-v205-final-shell em{font-style:normal;color:#ff8b34!important;}

/* Tabellen nooit meer zwarte tekst op zwarte balk */
.wkp-v205-final-shell .wkp-table{width:100%;border-collapse:separate!important;border-spacing:0!important;overflow:hidden;background:linear-gradient(180deg,var(--wkp-panel-2),var(--wkp-panel))!important;border:1px solid var(--wkp-line)!important;border-radius:22px!important;box-shadow:var(--wkp-shadow)!important;color:#fff!important;}
.wkp-v205-final-shell .wkp-table th{background:#0d1929!important;color:#aebbd0!important;padding:14px!important;border-bottom:1px solid var(--wkp-line)!important;font-size:12px!important;font-weight:1000!important;letter-spacing:.08em;text-transform:uppercase;}
.wkp-v205-final-shell .wkp-table td{background:transparent!important;color:#fff!important;padding:15px 14px!important;border-bottom:1px solid rgba(255,255,255,.075)!important;font-weight:850!important;}
.wkp-v205-final-shell .wkp-table tr:nth-child(even) td{background:rgba(255,255,255,.025)!important;}
.wkp-v205-final-shell .wkp-table tr:last-child td{border-bottom:0!important;}
.wkp-v205-final-shell .wkp-table td:first-child{color:#ff8b34!important;font-weight:1000!important;}
.wkp-v205-final-shell .wkp-table strong{color:#fff!important;font-weight:1000!important;}
.wkp-v205-final-shell .wkp-table a,
.wkp-v205-final-shell .wkp-tavern-link{color:#fff!important;font-weight:950!important;}

/* Analyse/kroegen/home widgets */
.wkp-v205-final-shell .wkp-dash-hero-grid,
.wkp-v205-final-shell .wkp-dash-widget-grid,
.wkp-v205-final-shell .wkp-highlight-grid,
.wkp-v205-final-shell .wkp-analysis-grid,
.wkp-v205-final-shell .wkp-pub-grid,
.wkp-v205-final-shell .wkp-podium,
.wkp-v205-final-shell .wkp-tavern-podium,
.wkp-v205-final-shell .wkp-rule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 16px;}
.wkp-v205-final-shell .wkp-page-metrics + .wkp-next{margin-top:0!important;}
.wkp-v205-final-shell .wkp-dash-card,
.wkp-v205-final-shell .wkp-dash-widget,
.wkp-v205-final-shell .wkp-dash-wide{padding:20px!important;}
.wkp-v205-final-shell .wkp-dash-card-head h2{font-size:clamp(26px,3.6vw,44px)!important;line-height:.95!important;margin:8px 0!important;color:#fff!important;}
.wkp-v205-final-shell .wkp-dash-row,
.wkp-v205-final-shell .wkp-mini-ranking div{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:10px;padding:12px;border-radius:15px;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.07)!important;color:#fff!important;}
.wkp-v205-final-shell .wkp-dash-row + .wkp-dash-row,
.wkp-v205-final-shell .wkp-mini-ranking div + div{margin-top:8px;}
.wkp-v205-final-shell .wkp-dash-row b,
.wkp-v205-final-shell .wkp-mini-ranking b{display:grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#ff7110;color:#fff!important;font-weight:1000;}
.wkp-v205-final-shell .wkp-dash-row strong,
.wkp-v205-final-shell .wkp-mini-ranking strong{color:#fff!important;font-weight:1000;}
.wkp-v205-final-shell .wkp-dash-row em,
.wkp-v205-final-shell .wkp-mini-ranking em{color:#ff8b34!important;font-weight:1000;}
.wkp-v205-final-shell .wkp-highlight-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.wkp-v205-final-shell .wkp-highlight-grid article{padding:18px;border-radius:20px;background:#0a1728!important;border:1px solid var(--wkp-line)!important;color:#fff!important;box-shadow:0 18px 52px rgba(0,0,0,.3);}
.wkp-v205-final-shell .wkp-highlight-grid strong{display:block;color:#fff!important;font-size:20px;font-weight:1000;margin:8px 0;}
.wkp-v205-final-shell .wkp-highlight-grid span,
.wkp-v205-final-shell .wkp-highlight-grid small{color:#aebbd0!important;}

/* Formulieren/invulpagina */
.wkp-v205-final-shell input,
.wkp-v205-final-shell select,
.wkp-v205-final-shell textarea{background:#050d18!important;color:#fff!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:13px!important;box-shadow:none!important;outline:none!important;}
.wkp-v205-final-shell input::placeholder,
.wkp-v205-final-shell textarea::placeholder{color:#74849b!important;}
.wkp-v205-final-shell select option{background:#050d18!important;color:#fff!important;}
.wkp-v205-final-shell .wkp-checkgrid label{background:rgba(255,255,255,.055)!important;border:1px solid var(--wkp-line-soft)!important;border-radius:14px!important;color:#fff!important;}
.wkp-v205-final-shell summary{background:#0d1929!important;border-radius:20px 20px 0 0!important;color:#fff!important;}

/* Mobiel: echte cards, compact, dezelfde uitstraling */
@media(max-width:900px){
  .wkp-appshell.wkp-v205-final-shell{width:calc(100vw - 20px)!important;padding-top:10px!important;}
  .wkp-v205-final-shell .wkp-dash-topbar{display:none!important;}
  .wkp-v205-final-shell .wkp-plein60-masthead,
  .wkp-v205-final-shell .wkp-plein60-submasthead{min-height:355px!important;border-radius:24px!important;}
  .wkp-v205-final-shell .wkp-plein60-masthead-content{padding:30px 22px 118px!important;}
  .wkp-v205-final-shell .wkp-plein60-masthead h1{font-size:clamp(35px,12vw,58px)!important;}
  .wkp-v205-final-shell .wkp-plein60-masthead p{font-size:16px!important;}
  .wkp-v205-final-shell .wkp-plein60-scorecard{left:16px;right:16px;bottom:16px;width:auto;}
  .wkp-v205-final-shell .wkp-page-metrics,
  .wkp-v205-final-shell .wkp-dash-hero-grid,
  .wkp-v205-final-shell .wkp-dash-widget-grid,
  .wkp-v205-final-shell .wkp-highlight-grid,
  .wkp-v205-final-shell .wkp-analysis-grid,
  .wkp-v205-final-shell .wkp-pub-grid,
  .wkp-v205-final-shell .wkp-podium,
  .wkp-v205-final-shell .wkp-tavern-podium,
  .wkp-v205-final-shell .wkp-rule-grid{grid-template-columns:1fr!important;gap:12px!important;}
  .wkp-v205-final-shell .wkp-page-metrics{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .wkp-v205-final-shell .wkp-page-metrics article{padding:13px!important;border-radius:18px!important;}
  .wkp-v205-final-shell .wkp-page-metrics small{font-size:10px!important;letter-spacing:.04em;}
  .wkp-v205-final-shell .wkp-page-metrics strong{font-size:20px!important;}
  .wkp-v205-final-shell .wkp-page-metrics span{font-size:11px!important;}
  .wkp-v205-final-shell .wkp-table thead{display:none!important;}
  .wkp-v205-final-shell .wkp-table,
  .wkp-v205-final-shell .wkp-table tbody,
  .wkp-v205-final-shell .wkp-table tr,
  .wkp-v205-final-shell .wkp-table td{display:block!important;width:100%!important;}
  .wkp-v205-final-shell .wkp-table{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;}
  .wkp-v205-final-shell .wkp-table tr{margin:0 0 11px!important;padding:14px!important;border-radius:20px!important;background:linear-gradient(180deg,var(--wkp-panel-2),var(--wkp-panel))!important;border:1px solid var(--wkp-line)!important;box-shadow:0 16px 44px rgba(0,0,0,.32)!important;}
  .wkp-v205-final-shell .wkp-table td{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;padding:8px 2px!important;border-bottom:1px solid rgba(255,255,255,.07)!important;text-align:right!important;color:#fff!important;}
  .wkp-v205-final-shell .wkp-table td:last-child{border-bottom:0!important;}
  .wkp-v205-final-shell .wkp-table td:before{content:attr(data-label);color:#93a4ba!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-weight:1000!important;text-align:left!important;}
  .wkp-v205-final-shell .wkp-table td:first-child:before{content:"#";}
  .wkp-v205-final-shell .wkp-dash-bottomnav{position:fixed;left:10px;right:10px;bottom:10px;z-index:100;display:grid!important;grid-template-columns:repeat(7,1fr);gap:2px;padding:7px;border-radius:22px;background:rgba(3,8,15,.92)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 55px rgba(0,0,0,.5);backdrop-filter:blur(18px);}
  .wkp-v205-final-shell .wkp-dash-bottomnav a{display:flex!important;flex-direction:column;align-items:center;gap:2px;min-width:0;padding:8px 2px;border-radius:15px;color:#9dadc2!important;font-size:10px!important;font-weight:900;}
  .wkp-v205-final-shell .wkp-dash-bottomnav a.is-active{background:#111d2d!important;color:#fff!important;}
  .wkp-v205-final-shell .wkp-dash-bottomnav a span:first-child{font-size:15px;color:#ff7a1a!important;}
}
@media(min-width:901px){.wkp-v205-final-shell .wkp-dash-bottomnav{display:none!important;}}
@media(max-width:560px){
  .wkp-appshell.wkp-v205-final-shell{width:calc(100vw - 16px)!important;}
  .wkp-v205-final-shell .wkp-page-metrics{grid-template-columns:1fr!important;}
  .wkp-v205-final-shell .wkp-plein60-masthead,
  .wkp-v205-final-shell .wkp-plein60-submasthead{min-height:390px!important;}
}
