:root{
  --ink:#151513;
  --paper:#e9dfcc;
  --paper-2:#f4eedf;
  --stone:#a59b8b;
  --muted:#6f675d;
  --rust:#a5482e;
  --line:rgba(21,21,19,.18);
  --white:#fffaf0;
  --max:1240px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper-2);color:var(--ink);font-family:Manrope,system-ui,sans-serif;line-height:1.55} a{color:inherit;text-decoration:none} img{display:block;max-width:100%}
.section-shell{width:min(var(--max),calc(100% - 48px));margin-inline:auto}
.site-header{height:82px;padding:0 max(24px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:10;background:rgba(244,238,223,.88);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:11px;font-weight:800;letter-spacing:-.03em;font-size:20px}.brand em{font-family:"DM Serif Display",serif;font-weight:400}.brand-mark{width:22px;height:22px;display:inline-block;background:var(--ink);clip-path:polygon(0 0,100% 0,60% 46%,100% 100%,0 100%,40% 54%)}
.top-nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:700}.top-nav>a:not(.nav-cta){opacity:.72}.top-nav>a:hover{opacity:1}.nav-cta{border:1px solid var(--ink);padding:11px 16px}.nav-cta:hover{background:var(--ink);color:var(--paper-2)}
.hero{min-height:calc(100vh - 82px);display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:40px;padding-top:48px;padding-bottom:54px}.hero-copy{padding:30px 0;position:relative;z-index:2}.eyebrow,.manifesto-index{font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;margin:0 0 26px}.hero h1,.manifesto h2,.we-find h2,.not-template h2,.map-heading h2,.closing h2{font-family:"DM Serif Display",serif;font-weight:400;letter-spacing:-.045em;line-height:.91;margin:0}.hero h1{font-size:clamp(64px,7vw,110px);max-width:760px}.hero-kicker{font-size:clamp(25px,2.7vw,42px);font-weight:700;letter-spacing:-.04em;margin:23px 0 22px}.hero-deck{font-size:17px;max-width:650px;color:#4b473f;margin:0 0 31px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.button{display:inline-flex;gap:18px;align-items:center;justify-content:space-between;padding:15px 19px;border:1px solid var(--ink);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;min-width:218px;transition:.2s}.button.primary{background:var(--ink);color:var(--white)}.button:hover{transform:translateY(-2px)}.text-link{font-size:13px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:4px}.microcopy{font-size:11px;color:var(--muted);margin-top:23px}
.hero-art{position:relative;justify-self:end;width:min(100%,610px)}.portrait-frame{position:relative;aspect-ratio:4/5;overflow:hidden;background:#d8cdb9;clip-path:polygon(6% 0,100% 0,100% 94%,94% 100%,0 100%,0 7%)}.portrait{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity 1.1s cubic-bezier(.2,.8,.2,1),transform 1.4s cubic-bezier(.2,.8,.2,1)}.portrait-rough{opacity:1;transform:scale(1.015)}.portrait-refined{opacity:0;transform:scale(1.04)}.hero-art.is-refined .portrait-rough{opacity:0;transform:scale(1.04)}.hero-art.is-refined .portrait-refined{opacity:1;transform:scale(1.015)}.scan-line{position:absolute;top:0;bottom:0;width:2px;left:-10%;background:rgba(255,250,240,.8);box-shadow:0 0 25px rgba(255,250,240,.9);opacity:0}.hero-art.is-animating .scan-line{animation:scan 1.15s ease-in-out}@keyframes scan{0%{left:-5%;opacity:0}15%{opacity:1}85%{opacity:1}100%{left:105%;opacity:0}}
.transform-caption{position:absolute;left:-26px;bottom:39px;background:var(--ink);color:var(--white);padding:16px 18px;font-size:10px;letter-spacing:.13em;line-height:1.5;min-width:184px;text-transform:uppercase}.transform-caption b{font-size:14px;letter-spacing:.04em}.caption-after{display:none}.hero-art.is-refined .caption-before{display:none}.hero-art.is-refined .caption-after{display:inline}.transform-toggle{position:absolute;right:17px;top:17px;border:0;background:rgba(244,238,223,.91);display:flex;align-items:center;gap:8px;padding:8px 10px;font:700 10px Manrope,sans-serif;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.toggle-dot{width:7px;height:7px;background:var(--rust);border-radius:50%}
.manifesto{background:var(--ink);color:var(--white);padding:108px 0}.manifesto-inner{display:grid;grid-template-columns:.65fr 2fr 1fr;gap:45px;align-items:start}.manifesto h2{font-size:clamp(58px,7vw,105px)}.manifesto h2 span{color:#aa9f8f;font-style:italic}.manifesto-inner>p:last-child{font-size:18px;color:#cfc7b9;margin:12px 0 0}
.compare{padding:110px 0;display:grid;grid-template-columns:1fr 90px 1fr;gap:20px}.compare-card{padding:40px;border:1px solid var(--line);min-height:460px}.compare-card.weak{background:#ded3bf}.compare-card.strong{background:#fbf5e8}.compare-number{font-size:10px;font-weight:800;letter-spacing:.18em}.compare-card h3{font-family:"DM Serif Display",serif;font-size:43px;line-height:1;margin:75px 0 12px;font-weight:400}.compare-lead{font-weight:700;margin-bottom:30px}.compare-card ul{list-style:none;padding:0;margin:0}.compare-card li{padding:11px 0;border-top:1px solid var(--line);font-size:13px}.compare-card li:before{content:"↳";margin-right:9px}.compare-divider{display:grid;place-items:center;font-size:34px}.compare-divider span{border:1px solid var(--line);width:50px;height:50px;display:grid;place-items:center;border-radius:50%}
.we-find{background:#302f2c;color:var(--white);padding:112px 0}.light{color:#bcb3a5}.find-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px}.we-find h2{font-size:clamp(70px,8vw,120px)}.we-find h2 i{color:#c7bbab}.find-copy{font-size:19px;color:#d8d0c3;padding-top:20px}.find-copy p{margin:0 0 24px}.evidence-flow{margin-top:88px;border-top:1px solid rgba(255,255,255,.18);display:grid;grid-template-columns:1fr 70px 1fr 70px 1fr 70px 1.35fr;align-items:stretch}.flow-card{padding:27px 8px 5px 0}.flow-card span{font-size:9px;color:#aaa195;font-weight:800;letter-spacing:.14em}.flow-card p{font-size:14px;line-height:1.5;margin:13px 0 0}.flow-card.emphasis p{font-size:17px;font-weight:700}.flow-card.final{background:var(--paper);color:var(--ink);padding:27px}.flow-card.final span{color:#6f675d}.flow-card.final p{font-family:"DM Serif Display",serif;font-size:22px;line-height:1.25}.flow-connector{display:grid;place-items:center;color:#837b70;position:relative}.flow-connector:before{content:"";height:1px;background:#777067;position:absolute;left:0;right:0}.flow-connector span{background:#302f2c;padding:0 7px;z-index:1;font-size:9px}
.not-template{padding:120px 0;display:grid;grid-template-columns:1fr 1.08fr;align-items:center;gap:100px}.not-template h2{font-size:clamp(62px,7vw,104px)}.not-template-copy>p:last-child{font-size:17px;max-width:560px;color:#514b43;margin-top:30px}.document-field{min-height:510px;position:relative;background:linear-gradient(135deg,rgba(21,21,19,.035),transparent 45%);border:1px solid var(--line)}.doc-shape{position:absolute;background:#f8f0df;border:1px solid #a69c8c;box-shadow:12px 14px 0 rgba(21,21,19,.07);padding:30px}.doc-shape i{display:block;height:8px;background:#2b2a27;margin-bottom:13px;opacity:.82}.doc-shape i:nth-child(2n){width:72%}.doc-shape i:nth-child(3n){width:48%}.doc-a{width:220px;height:300px;left:8%;top:15%;transform:rotate(-7deg)}.doc-b{width:250px;height:340px;left:35%;top:23%;transform:rotate(5deg);z-index:2}.doc-c{width:205px;height:280px;right:5%;top:9%;transform:rotate(10deg)}
.steps{padding:110px 0;background:#d9cdb8}.step-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--ink)}.step-list article{padding:24px 25px 35px;border-right:1px solid rgba(21,21,19,.25);min-height:280px}.step-list article:first-child{padding-left:0}.step-list article:last-child{border-right:0}.step-list span{font-size:10px;font-weight:800}.step-list h3{font-family:"DM Serif Display",serif;font-size:31px;font-weight:400;line-height:1.05;margin:80px 0 15px}.step-list p{font-size:13px;color:#524c43}
.evidence-map{padding:120px 0;display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.map-heading h2{font-size:clamp(60px,6.5vw,96px)}.map-heading h2 span{font-style:italic;color:#847a6d}.map-demo{border:1px solid var(--line);min-height:450px;padding:45px;display:flex;flex-direction:column;justify-content:center;background:#efe6d4}.map-role{font:800 11px Manrope,sans-serif;letter-spacing:.14em;text-align:center;background:var(--ink);color:var(--white);padding:17px}.map-trunk{width:1px;height:75px;background:var(--ink);margin:0 auto}.map-branches{border-top:1px solid var(--ink);display:grid;grid-template-columns:repeat(3,1fr);padding-top:62px;position:relative}.branch{text-align:center;position:relative;padding:0 10px}.branch:before{content:"";position:absolute;height:62px;width:1px;background:var(--ink);top:-62px;left:50%}.dot{display:block;width:11px;height:11px;background:var(--rust);border-radius:50%;margin:-68px auto 66px;position:relative}.branch b{display:block;font-family:"DM Serif Display",serif;font-size:27px;font-weight:400}.branch small{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:#72695e}.ai-note{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ai-note-inner{padding:33px 0}.ai-note p{font-size:14px;margin:0;max-width:850px}
.closing{min-height:760px;background:#161614;color:var(--white);display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden}.closing-art{height:760px;overflow:hidden;opacity:.67;clip-path:polygon(0 0,92% 0,100% 100%,0 100%)}.closing-art img{width:100%;height:100%;object-fit:cover;object-position:48% 20%;filter:grayscale(.25) contrast(1.1)}.closing-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 9vw}.closing h2{font-size:clamp(72px,8vw,124px)}.closing-kicker{font-family:"DM Serif Display",serif;font-style:italic;color:#c0b4a4;font-size:31px;margin:22px 0 34px}.button.inverse{border-color:var(--white);background:var(--white);color:var(--ink);width:max-content}.closing-micro{font-size:11px;color:#a49b8f;margin-top:20px}.footer{background:#0e0e0d;color:#a69d91}.footer-inner{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:30px;font-size:11px}.footer-brand{color:var(--white);font-size:17px}
@media (max-width:960px){.top-nav a:not(.nav-cta){display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-art{justify-self:center;width:min(92%,620px);margin-top:20px}.manifesto-inner{grid-template-columns:1fr}.manifesto-inner>p:last-child{max-width:560px}.compare{grid-template-columns:1fr}.compare-divider{height:40px;transform:rotate(90deg)}.find-grid,.not-template,.evidence-map{grid-template-columns:1fr}.evidence-flow{grid-template-columns:1fr}.flow-connector{height:55px}.flow-connector:before{height:100%;width:1px;left:50%;right:auto}.flow-card.final{margin-top:0}.step-list{grid-template-columns:1fr 1fr}.step-list article:nth-child(2){border-right:0}.step-list article:nth-child(n+3){border-top:1px solid rgba(21,21,19,.25)}.closing{grid-template-columns:1fr}.closing-art{height:450px;clip-path:none}.closing-copy{padding:80px 7vw}.footer-inner{flex-direction:column;justify-content:center}}
@media (max-width:620px){.section-shell{width:min(var(--max),calc(100% - 28px))}.site-header{height:70px;padding:0 14px}.brand{font-size:17px}.nav-cta{padding:9px 10px;font-size:10px}.hero{min-height:auto;gap:20px;padding-top:35px}.hero h1{font-size:58px}.hero-deck{font-size:15px}.transform-caption{left:8px;bottom:8px}.manifesto,.we-find,.not-template,.steps,.evidence-map,.compare{padding-top:80px;padding-bottom:80px}.manifesto h2,.we-find h2,.not-template h2,.map-heading h2{font-size:55px}.compare-card{padding:26px;min-height:420px}.compare-card h3{font-size:36px;margin-top:58px}.document-field{min-height:390px}.doc-a{width:160px;height:225px}.doc-b{width:175px;height:250px}.doc-c{width:145px;height:205px}.doc-shape{padding:18px}.doc-shape i{height:6px}.step-list{grid-template-columns:1fr}.step-list article{border-right:0;border-top:1px solid rgba(21,21,19,.25)!important;padding-left:0}.step-list h3{margin-top:46px}.map-demo{padding:25px;min-height:390px}.map-branches{padding-top:50px;gap:4px}.branch:before{height:50px;top:-50px}.dot{margin-top:-56px;margin-bottom:55px}.branch b{font-size:20px}.closing-art{height:360px}.closing-copy{padding:65px 20px}.closing h2{font-size:65px}.footer-inner{text-align:center}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.portrait,.button{transition:none!important}.scan-line{display:none}}

/* === EVIDENCEFIT THEME LAB v9 === */
/* Semantic palette layer. Theme Lab is preview-only; nothing is persisted. */
body{
  --theme-paper:#f4eedf;
  --theme-paper-alt:#e9dfcc;
  --theme-ink:#151513;
  --theme-panel:#302f2c;
  --theme-accent:#a5482e;
  --theme-soft:#ded3bf;
  --theme-muted:#6f675d;
  --theme-line:rgba(21,21,19,.18);
  --theme-on-dark:#fffaf0;
  --theme-on-dark-muted:#d8d0c3;
}
body[data-theme="oxide"]{--theme-paper:#f4eedf;--theme-paper-alt:#e9dfcc;--theme-ink:#151513;--theme-panel:#302f2c;--theme-accent:#a5482e;--theme-soft:#ded3bf;--theme-muted:#6f675d;--theme-line:rgba(21,21,19,.18);--theme-on-dark:#fffaf0;--theme-on-dark-muted:#d8d0c3}
body[data-theme="cobalt"]{--theme-paper:#f5f2ea;--theme-paper-alt:#dce5f6;--theme-ink:#121b2b;--theme-panel:#18243a;--theme-accent:#315ef5;--theme-soft:#e4eaf5;--theme-muted:#586174;--theme-line:rgba(18,27,43,.18);--theme-on-dark:#f7f8fb;--theme-on-dark-muted:#bac6dd}
body[data-theme="forest"]{--theme-paper:#f3f0e8;--theme-paper-alt:#dbe2d8;--theme-ink:#20211f;--theme-panel:#285544;--theme-accent:#48765f;--theme-soft:#d9e0d7;--theme-muted:#66685c;--theme-line:rgba(32,33,31,.18);--theme-on-dark:#f7f5ee;--theme-on-dark-muted:#c8d4cb}
body[data-theme="burgundy"]{--theme-paper:#f2ebdd;--theme-paper-alt:#eadbd4;--theme-ink:#191716;--theme-panel:#53202b;--theme-accent:#7f2638;--theme-soft:#e4d2cf;--theme-muted:#6b625a;--theme-line:rgba(25,23,22,.18);--theme-on-dark:#fff8ef;--theme-on-dark-muted:#dabcc1}
body[data-theme="lime"]{--theme-paper:#e9e8e2;--theme-paper-alt:#e6edbd;--theme-ink:#181a18;--theme-panel:#252a24;--theme-accent:#a8c62c;--theme-soft:#dfe5bc;--theme-muted:#5d625d;--theme-line:rgba(24,26,24,.19);--theme-on-dark:#f6f7ef;--theme-on-dark-muted:#d1d7bc}
body[data-theme="signal"]{--theme-paper:#f4f5f2;--theme-paper-alt:#e2c1ba;--theme-ink:#1b2228;--theme-panel:#29343d;--theme-accent:#c84435;--theme-soft:#ead7d2;--theme-muted:#53606a;--theme-line:rgba(27,34,40,.19);--theme-on-dark:#f8faf8;--theme-on-dark-muted:#c2cbd0}
body[data-theme="metallic"]{--theme-paper:#ede8f5;--theme-paper-alt:#adbbda;--theme-ink:#28324f;--theme-panel:#3d52a0;--theme-accent:#7091e6;--theme-soft:#d8e0f1;--theme-muted:#5e6f98;--theme-line:rgba(61,82,160,.22);--theme-on-dark:#f8f9ff;--theme-on-dark-muted:#d8e2ff}
body[data-theme="moon"]{--theme-paper:#d3d9d4;--theme-paper-alt:#aebcbc;--theme-ink:#212a31;--theme-panel:#2e3944;--theme-accent:#124e66;--theme-soft:#c5ceca;--theme-muted:#56686d;--theme-line:rgba(33,42,49,.22);--theme-on-dark:#f0f3f1;--theme-on-dark-muted:#aebfc2}
body[data-theme="futuristic"]{--theme-paper:#d1e8e2;--theme-paper-alt:#ffcb9a;--theme-ink:#2c3531;--theme-panel:#116466;--theme-accent:#d9b08c;--theme-soft:#e7d7bf;--theme-muted:#536d68;--theme-line:rgba(44,53,49,.21);--theme-on-dark:#f5fbf8;--theme-on-dark-muted:#c9e0da}

/* Map theme variables onto the original design tokens. */
body{--ink:var(--theme-ink);--paper:var(--theme-paper-alt);--paper-2:var(--theme-paper);--muted:var(--theme-muted);--rust:var(--theme-accent);--line:var(--theme-line);--white:var(--theme-on-dark);background:var(--theme-paper);color:var(--theme-ink);transition:background-color .25s ease,color .25s ease}
.site-header{background:color-mix(in srgb,var(--theme-paper) 90%,transparent)}
.hero-deck,.not-template-copy>p:last-child,.step-list p{color:var(--theme-muted)}
.manifesto{background:var(--theme-ink);color:var(--theme-on-dark)}
.manifesto h2 span{color:var(--theme-on-dark-muted)}
.manifesto-inner>p:last-child{color:var(--theme-on-dark-muted)}
.compare-card.weak{background:var(--theme-soft)}
.compare-card.strong{background:color-mix(in srgb,var(--theme-paper) 94%,white)}
.we-find{background:var(--theme-panel);color:var(--theme-on-dark)}
.light{color:var(--theme-on-dark-muted)}
.find-copy{color:var(--theme-on-dark-muted)}
.flow-connector span{background:var(--theme-panel)}
.flow-card.final{background:var(--theme-paper-alt);color:var(--theme-ink)}
.steps{background:var(--theme-paper-alt)}
.map-demo{background:color-mix(in srgb,var(--theme-paper-alt) 70%,var(--theme-paper))}
.map-role{background:var(--theme-ink);color:var(--theme-on-dark)}
/* Keep the result band readable on every theme. */
.map-branches{background:var(--theme-ink);color:var(--theme-on-dark);padding-bottom:18px}
.branch b{color:var(--theme-on-dark)}
.branch small{color:var(--theme-on-dark-muted)}
.map-trunk,.map-branches,.branch:before{border-color:var(--theme-ink);background-color:var(--theme-ink)}
.dot{background:var(--theme-accent)}
.closing{background:var(--theme-ink);color:var(--theme-on-dark)}
.closing-kicker{color:var(--theme-on-dark-muted)}
.footer{background:color-mix(in srgb,var(--theme-ink) 88%,black);color:var(--theme-on-dark-muted)}
.footer-brand{color:var(--theme-on-dark)}

/* Theme Lab */
.theme-lab{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);z-index:9999;width:min(1080px,calc(100% - 28px));padding:12px 14px 13px;background:rgba(255,255,255,.96);border:1px solid rgba(20,20,20,.18);box-shadow:0 10px 35px rgba(0,0,0,.14);backdrop-filter:blur(16px);font-family:Manrope,system-ui,sans-serif;color:#1b1d22}
.theme-lab-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:9px;padding:0 2px}.theme-lab-head>div{display:flex;gap:10px;align-items:baseline}.theme-lab-head span{font-size:9px;font-weight:900;letter-spacing:.18em}.theme-lab-head strong{font-size:13px}.theme-lab-head small{font-size:9px;color:#6d7178}
.theme-options{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:7px}
.theme-card{appearance:none;border:1px solid #d2d5da;background:#fff;color:#242831;padding:7px;text-align:left;cursor:pointer;min-width:0;font:inherit;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.theme-card:hover{transform:translateY(-2px);border-color:#8b9099}.theme-card:focus-visible{outline:2px solid #242831;outline-offset:2px}.theme-card.is-active{border-color:#1d2026;box-shadow:inset 0 0 0 1px #1d2026}.theme-card b,.theme-card small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.theme-card b{font-size:9px;margin-top:6px}.theme-card small{font-size:7px;color:#747983;margin-top:1px}.theme-mini{height:24px;display:grid;grid-template-columns:1.3fr 1fr .8fr .65fr;overflow:hidden;border:1px solid rgba(0,0,0,.08)}.theme-mini i{display:block}
.theme-card[data-theme-choice="oxide"] .theme-mini i:nth-child(1){background:#f4eedf}.theme-card[data-theme-choice="oxide"] .theme-mini i:nth-child(2){background:#151513}.theme-card[data-theme-choice="oxide"] .theme-mini i:nth-child(3){background:#a5482e}.theme-card[data-theme-choice="oxide"] .theme-mini i:nth-child(4){background:#ded3bf}
.theme-card[data-theme-choice="cobalt"] .theme-mini i:nth-child(1){background:#f5f2ea}.theme-card[data-theme-choice="cobalt"] .theme-mini i:nth-child(2){background:#121b2b}.theme-card[data-theme-choice="cobalt"] .theme-mini i:nth-child(3){background:#315ef5}.theme-card[data-theme-choice="cobalt"] .theme-mini i:nth-child(4){background:#dce5f6}
.theme-card[data-theme-choice="forest"] .theme-mini i:nth-child(1){background:#f3f0e8}.theme-card[data-theme-choice="forest"] .theme-mini i:nth-child(2){background:#285544}.theme-card[data-theme-choice="forest"] .theme-mini i:nth-child(3){background:#48765f}.theme-card[data-theme-choice="forest"] .theme-mini i:nth-child(4){background:#dbe2d8}
.theme-card[data-theme-choice="burgundy"] .theme-mini i:nth-child(1){background:#f2ebdd}.theme-card[data-theme-choice="burgundy"] .theme-mini i:nth-child(2){background:#53202b}.theme-card[data-theme-choice="burgundy"] .theme-mini i:nth-child(3){background:#7f2638}.theme-card[data-theme-choice="burgundy"] .theme-mini i:nth-child(4){background:#e4d2cf}
.theme-card[data-theme-choice="lime"] .theme-mini i:nth-child(1){background:#e9e8e2}.theme-card[data-theme-choice="lime"] .theme-mini i:nth-child(2){background:#181a18}.theme-card[data-theme-choice="lime"] .theme-mini i:nth-child(3){background:#a8c62c}.theme-card[data-theme-choice="lime"] .theme-mini i:nth-child(4){background:#e6edbd}
.theme-card[data-theme-choice="signal"] .theme-mini i:nth-child(1){background:#f4f5f2}.theme-card[data-theme-choice="signal"] .theme-mini i:nth-child(2){background:#1b2228}.theme-card[data-theme-choice="signal"] .theme-mini i:nth-child(3){background:#c84435}.theme-card[data-theme-choice="signal"] .theme-mini i:nth-child(4){background:#e2c1ba}
.theme-card[data-theme-choice="metallic"] .theme-mini i:nth-child(1){background:#ede8f5}.theme-card[data-theme-choice="metallic"] .theme-mini i:nth-child(2){background:#3d52a0}.theme-card[data-theme-choice="metallic"] .theme-mini i:nth-child(3){background:#7091e6}.theme-card[data-theme-choice="metallic"] .theme-mini i:nth-child(4){background:#adbbda}
.theme-card[data-theme-choice="moon"] .theme-mini i:nth-child(1){background:#d3d9d4}.theme-card[data-theme-choice="moon"] .theme-mini i:nth-child(2){background:#212a31}.theme-card[data-theme-choice="moon"] .theme-mini i:nth-child(3){background:#124e66}.theme-card[data-theme-choice="moon"] .theme-mini i:nth-child(4){background:#748d92}
.theme-card[data-theme-choice="futuristic"] .theme-mini i:nth-child(1){background:#d1e8e2}.theme-card[data-theme-choice="futuristic"] .theme-mini i:nth-child(2){background:#2c3531}.theme-card[data-theme-choice="futuristic"] .theme-mini i:nth-child(3){background:#116466}.theme-card[data-theme-choice="futuristic"] .theme-mini i:nth-child(4){background:#ffcb9a}
@media(max-width:980px){.theme-options{grid-template-columns:repeat(5,minmax(0,1fr))}.theme-lab{position:relative;left:auto;bottom:auto;transform:none;width:min(100% - 28px,900px);margin:30px auto}.theme-lab-head small{display:none}}
@media(max-width:620px){.theme-options{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-card b{font-size:8px}.theme-card small{display:none}}
