/*
Theme Name: VisualSprout – Power BI Beginner Kit
Theme URI: https://example.com/visualsprout
Author: OpenAI
Description: A playful, accessible beginner learning theme for understanding Power BI visuals, chart choice, tooltips, and dashboard aesthetics. Independent educational theme; not affiliated with Microsoft.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: visualsprout
*/

:root{
  --ink:#17182b;
  --ink-2:#252746;
  --cream:#fff9ef;
  --paper:#ffffff;
  --sun:#ffd85c;
  --mint:#86e6c4;
  --lilac:#b9a7ff;
  --coral:#ff8e7c;
  --sky:#7ed7ff;
  --line:rgba(23,24,43,.13);
  --muted:#62647a;
  --shadow:0 24px 70px rgba(39,31,74,.14);
  --radius:28px;
  --radius-sm:18px;
  --container:min(1180px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body.reduced-motion *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
img{max-width:100%;height:auto}
.container{width:var(--container);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,249,239,.82);backdrop-filter:blur(18px);border-bottom:1px solid transparent;transition:.25s ease}
.site-header.is-scrolled{border-color:var(--line);box-shadow:0 10px 30px rgba(23,24,43,.06)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.03em}
.brand-mark{width:40px;height:40px;border-radius:13px;background:var(--sun);display:grid;place-items:center;box-shadow:inset 0 0 0 2px rgba(23,24,43,.08);transform:rotate(-5deg)}
.brand-mark svg{width:24px}
.nav-links{display:flex;gap:26px;align-items:center;font-size:14px;font-weight:700}
.nav-links a{opacity:.72}.nav-links a:hover{opacity:1}
.nav-cta{padding:12px 17px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:white!important;opacity:1!important}
.menu-toggle{display:none;background:none;border:0;padding:8px}
.hero{padding:72px 0 40px;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}
.kicker{font-size:13px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:#66520b}
.hero h1{font-size:clamp(56px,7vw,102px);line-height:.92;letter-spacing:-.075em;margin:18px 0 24px;max-width:780px}
.hero h1 span{display:inline-block;background:var(--sun);padding:.03em .12em .08em;border-radius:.28em;transform:rotate(-1deg)}
.hero-copy{font-size:19px;color:var(--muted);max-width:620px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 21px;border-radius:999px;border:1px solid var(--ink);font-weight:850;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.btn.primary{background:var(--ink);color:white}.btn.secondary{background:transparent}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(23,24,43,.12)}
.hero-note{margin-top:28px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px}.hero-note-dot{width:9px;height:9px;border-radius:99px;background:#38b66b;box-shadow:0 0 0 5px rgba(56,182,107,.13)}
.playboard{position:relative;min-height:560px;background:var(--paper);border:1px solid var(--line);border-radius:40px;box-shadow:var(--shadow);padding:26px;overflow:hidden}
.playboard:before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:var(--lilac);filter:blur(0);top:-150px;right:-110px;opacity:.38}
.board-top{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.dot-row{display:flex;gap:6px}.dot-row i{width:9px;height:9px;border-radius:99px;background:#d9d9df}.board-title{font-size:12px;font-weight:800;color:var(--muted)}
.chart-card{position:relative;z-index:2;margin-top:22px;border-radius:24px;background:#f7f4ff;padding:20px;border:1px solid rgba(23,24,43,.08)}
.chart-head{display:flex;justify-content:space-between;align-items:center}.chart-title{font-size:15px;font-weight:900}.pill{font-size:11px;font-weight:850;padding:7px 10px;border-radius:999px;background:white;border:1px solid var(--line)}
.bar-chart{height:220px;display:flex;align-items:end;gap:16px;padding:30px 10px 0}.bar{flex:1;border-radius:14px 14px 6px 6px;background:var(--lilac);transform-origin:bottom;animation:grow 1s cubic-bezier(.2,.7,.2,1) both}.bar:nth-child(2){background:var(--sun);height:78%}.bar:nth-child(1){height:52%}.bar:nth-child(3){background:var(--mint);height:92%}.bar:nth-child(4){background:var(--coral);height:63%}
@keyframes grow{from{transform:scaleY(.05);opacity:.2}to{transform:scaleY(1);opacity:1}}
.chart-labels{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center;font-size:10px;color:var(--muted);font-weight:800;margin-top:10px}
.float-card{position:absolute;z-index:5;padding:16px;border-radius:20px;background:var(--ink);color:white;box-shadow:0 20px 40px rgba(23,24,43,.25);animation:float 4s ease-in-out infinite}.float-card strong{display:block;font-size:26px;letter-spacing:-.04em}.float-card small{opacity:.65}.float-a{right:14px;bottom:34px;transform:rotate(3deg)}.float-b{left:-14px;top:190px;background:var(--sun);color:var(--ink);transform:rotate(-5deg);animation-delay:-1.4s}.float-b strong{font-size:16px}.float-b small{opacity:.7}
@keyframes float{50%{translate:0 -9px}}
.section{padding:96px 0}.section-head{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:end;margin-bottom:38px}.section h2{font-size:clamp(40px,5vw,70px);line-height:.98;letter-spacing:-.06em;margin:8px 0}.section-lede{color:var(--muted);max-width:560px;font-size:17px}
.question-shell{background:var(--ink);color:white;border-radius:38px;padding:38px;box-shadow:var(--shadow);overflow:hidden;position:relative}.question-shell:after{content:"?";position:absolute;right:22px;top:-35px;font-size:220px;line-height:1;color:rgba(255,255,255,.04);font-weight:900}.question-shell h3{font-size:28px;letter-spacing:-.03em;margin:0 0 18px}.question-tabs{display:flex;flex-wrap:wrap;gap:10px;position:relative;z-index:2}.question-chip{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);color:white;border-radius:999px;padding:11px 15px;font-weight:800;cursor:pointer}.question-chip.active,.question-chip:hover{background:var(--sun);color:var(--ink);border-color:var(--sun)}
.recommendation{position:relative;z-index:2;margin-top:28px;display:grid;grid-template-columns:180px 1fr;gap:26px;align-items:center;padding:24px;border-radius:26px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}.rec-icon{aspect-ratio:1;border-radius:22px;background:white;color:var(--ink);display:grid;place-items:center}.rec-icon svg{width:110px;height:110px}.rec-eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:900;color:var(--sun)}.recommendation h4{font-size:32px;margin:5px 0;letter-spacing:-.04em}.recommendation p{margin:0;color:rgba(255,255,255,.73)}
.visual-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.visual-card{background:var(--paper);border:1px solid var(--line);border-radius:26px;padding:22px;cursor:pointer;transition:.25s ease;min-height:260px;display:flex;flex-direction:column;justify-content:space-between}.visual-card:hover{transform:translateY(-6px) rotate(-.3deg);box-shadow:var(--shadow)}.visual-card:nth-child(4n+1) .visual-icon{background:#fff2bb}.visual-card:nth-child(4n+2) .visual-icon{background:#e7defe}.visual-card:nth-child(4n+3) .visual-icon{background:#dff8ef}.visual-card:nth-child(4n) .visual-icon{background:#ffe4df}.visual-icon{height:115px;border-radius:20px;display:grid;place-items:center;margin-bottom:18px}.visual-icon svg{width:92px;height:92px}.visual-card h3{margin:0;font-size:22px;letter-spacing:-.035em}.visual-card p{margin:7px 0 0;color:var(--muted);font-size:14px}.card-tag{font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:#69550e;margin-top:18px}.learn-arrow{align-self:flex-end;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);margin-top:16px}
.modal{position:fixed;inset:0;background:rgba(13,14,27,.56);z-index:150;display:none;align-items:center;justify-content:center;padding:22px}.modal.open{display:flex}.modal-panel{width:min(780px,100%);max-height:88vh;overflow:auto;background:var(--cream);border-radius:32px;padding:30px;box-shadow:0 40px 100px rgba(0,0,0,.3)}.modal-close{float:right;width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:white;cursor:pointer;font-weight:900}.modal-kicker{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;color:#705c12}.modal h3{font-size:44px;letter-spacing:-.05em;margin:8px 0 10px}.modal-intro{font-size:18px;color:var(--muted)}.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.info-box{border:1px solid var(--line);border-radius:18px;padding:18px;background:white}.info-box strong{display:block;margin-bottom:6px}.info-box p{margin:0;color:var(--muted);font-size:14px}.steps{margin:22px 0 0;padding:0;list-style:none;counter-reset:step}.steps li{counter-increment:step;display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px dashed var(--line)}.steps li:before{content:counter(step);min-width:28px;height:28px;border-radius:9px;background:var(--sun);display:grid;place-items:center;font-size:12px;font-weight:900}
.basics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.basic-card{min-height:210px;border-radius:26px;padding:22px;border:1px solid var(--line);background:white;position:relative;overflow:hidden}.basic-card:nth-child(2){background:#fff2bb}.basic-card:nth-child(3){background:#e8e1ff}.basic-card:nth-child(4){background:#dcf7ee}.basic-card h3{font-size:24px;margin:10px 0 8px;letter-spacing:-.04em}.basic-card p{color:var(--muted);font-size:14px}.mini-help{position:absolute;right:15px;top:15px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white;font-size:12px;font-weight:900}.mini-help:hover:after{content:attr(data-help);position:absolute;right:0;top:38px;width:220px;padding:12px;border-radius:14px;background:var(--ink);color:white;font-size:12px;font-weight:600;line-height:1.4;z-index:4;box-shadow:0 12px 30px rgba(0,0,0,.2)}
.aesthetic-lab{display:grid;grid-template-columns:1fr 1fr;gap:22px}.dash{border-radius:30px;padding:22px;border:1px solid var(--line);min-height:420px;background:white}.dash.messy{background:#f0f0f0}.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.dash-head strong{font-size:20px}.dash-badge{font-size:11px;border-radius:999px;padding:7px 10px;background:var(--coral);font-weight:900}.dash.pretty .dash-badge{background:var(--mint)}.mini-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi{padding:14px;border-radius:15px;background:#fff;border:1px solid var(--line)}.pretty .kpi{background:#f8f5ff;border:0}.kpi b{display:block;font-size:24px}.mini-chart{height:170px;margin-top:16px;border:1px solid var(--line);border-radius:18px;display:flex;align-items:end;gap:9px;padding:16px}.mini-chart i{display:block;flex:1;background:#777;height:40%;border-radius:6px 6px 3px 3px}.messy .mini-chart i:nth-child(2){background:red;height:80%}.messy .mini-chart i:nth-child(3){background:blue;height:55%}.messy .mini-chart i:nth-child(4){background:green;height:72%}.pretty .mini-chart{background:#17182b;border:0}.pretty .mini-chart i{background:var(--lilac)}.pretty .mini-chart i:nth-child(2){height:80%;background:var(--sun)}.pretty .mini-chart i:nth-child(3){height:55%;background:var(--mint)}.pretty .mini-chart i:nth-child(4){height:72%;background:var(--coral)}.dash-note{margin-top:16px;color:var(--muted);font-size:13px}
.path{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.path-step{padding:20px;border-radius:22px;background:white;border:1px solid var(--line);min-height:180px}.path-num{width:34px;height:34px;border-radius:11px;background:var(--sun);display:grid;place-items:center;font-weight:900}.path-step h3{font-size:18px;margin:18px 0 8px}.path-step p{font-size:13px;color:var(--muted);margin:0}
.cta{padding:20px 0 100px}.cta-box{border-radius:42px;background:var(--sun);padding:54px;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:end;box-shadow:var(--shadow)}.cta-box h2{font-size:clamp(44px,6vw,76px);letter-spacing:-.065em;line-height:.96;margin:0}.cta-box p{font-size:17px;max-width:530px}.cta-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.site-footer{padding:34px 0 44px;border-top:1px solid var(--line)}.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.footer-note{max-width:700px;color:var(--muted);font-size:12px}.footer-brand{font-weight:900}.access-toggle{position:fixed;right:18px;bottom:18px;z-index:70;background:white;border:1px solid var(--line);border-radius:999px;padding:10px 14px;box-shadow:0 12px 28px rgba(23,24,43,.12);cursor:pointer;font-weight:800;font-size:12px}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.in{opacity:1;transform:none}
@media(max-width:900px){.nav-links{display:none}.menu-toggle{display:block}.nav-links.open{position:absolute;display:flex;flex-direction:column;align-items:flex-start;top:78px;left:20px;right:20px;background:white;border:1px solid var(--line);padding:18px;border-radius:22px;box-shadow:var(--shadow)}.hero-grid,.section-head,.cta-box{grid-template-columns:1fr}.hero{padding-top:45px}.playboard{min-height:500px}.visual-grid{grid-template-columns:repeat(2,1fr)}.basics-grid{grid-template-columns:repeat(2,1fr)}.path{grid-template-columns:repeat(2,1fr)}.aesthetic-lab{grid-template-columns:1fr}.cta-actions{justify-content:flex-start}.recommendation{grid-template-columns:120px 1fr}.footer-grid{flex-direction:column}}
@media(max-width:600px){:root{--container:min(100% - 24px,1180px)}.nav{height:70px}.brand-name{font-size:15px}.hero h1{font-size:58px}.playboard{padding:18px;min-height:460px}.bar-chart{height:190px}.float-b{left:4px;top:170px}.section{padding:70px 0}.section-head{gap:10px}.visual-grid,.basics-grid,.path{grid-template-columns:1fr}.question-shell{padding:24px}.recommendation{grid-template-columns:1fr}.rec-icon{width:115px}.modal-panel{padding:22px}.modal-grid{grid-template-columns:1fr}.modal h3{font-size:36px}.cta-box{padding:32px 24px}.access-toggle{font-size:11px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.reveal{opacity:1;transform:none}}
