:where(.home-landing){font-family:Hanken Grotesk,system-ui,-apple-system,sans-serif;font-size:17.5px;color:var(--ink);background:var(--bg);margin:0;transition:background .25s ease,color .25s ease;overflow-x:hidden}:where(.home-landing),:where(.home-landing) *{box-sizing:border-box}:where(.home-landing) a{color:inherit;text-decoration:none}:where(.home-landing) .wrap{max-width:1280px;margin:0 auto;padding:0 24px}:where(.home-landing) .section-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;border-radius:var(--r-full);background:var(--green-bg);color:var(--green-deep);font-size:13px;font-weight:700;border:1px solid rgba(34,168,98,.18)}:where(.home-landing) .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--r-full);font-weight:700;font-size:14.5px;cursor:pointer;border:1.5px solid transparent;transition:background .15s,color .15s,border-color .15s,transform .1s;text-decoration:none}:where(.home-landing) .btn-primary{background:var(--green);color:white}:where(.home-landing) .btn-primary:hover{background:var(--green-deep)}:where(.home-landing) .btn-ghost{background:transparent;color:var(--ink)}:where(.home-landing) .btn-ghost:hover{background:var(--bg-soft)}:where(.home-landing) .btn-outline{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}:where(.home-landing) .btn-outline:hover{border-color:var(--ink)}:where(.home-landing) .btn-sm{padding:8px 14px;font-size:13.5px}:where(.home-landing) .btn-xl{padding:16px 28px;font-size:16.5px}:where(.home-landing) .chip{display:inline-flex;align-items:center;padding:5px 11px;border-radius:var(--r-full);background:var(--bg-soft);color:var(--ink-2);font-size:12.5px;font-weight:600}:where(.home-landing) .fade-up{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}:where(.home-landing) .fade-up.in{opacity:1;transform:none}:where(.home-landing) .nav{position:sticky;top:0;z-index:50;background:var(--nav-bg);backdrop-filter:saturate(140%) blur(12px);border-bottom:none;box-shadow:none;transition:background .25s ease,box-shadow .2s ease}:where(.home-landing) .nav.scrolled{box-shadow:0 8px 24px -20px rgba(27,31,35,.12)}:where(.home-landing) .not-found-page{position:relative}:where(.home-landing) .not-found-card{padding:2.5rem 2rem;border-radius:var(--r-2xl);border:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 24px 48px -32px rgba(27,31,35,.2)}html[data-theme=dark] :where(.home-landing) .not-found-card{box-shadow:0 24px 48px -24px rgba(0,0,0,.45)}:where(.home-landing) .nav-signed-pill{align-items:center;padding:6px 12px;border-radius:var(--r-full);font-size:12px;font-weight:700;color:var(--green-deep);background:var(--green-bg);border:1px solid var(--green-soft);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:where(.home-landing) .public-signed-in-root .border-b.border-\[var\(--line\)\].bg-\[var\(--surface\)\]{border-top:3px solid var(--green-soft)}html[data-theme=dark] :where(.home-landing) .nav.scrolled{box-shadow:0 8px 28px -18px rgba(0,0,0,.45)}:where(.home-landing) .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px}:where(.home-landing) .brand{display:inline-flex;align-items:baseline;font-weight:800;font-size:22px;letter-spacing:-.025em;color:var(--ink)}:where(.home-landing) .brand .ai{color:var(--green)}:where(.home-landing) .foot-brand .brand,:where(.home-landing) .menu-drawer-head .brand{font-family:var(--font-dongle),system-ui,sans-serif;font-weight:700}:where(.home-landing) .menu-drawer-head .brand{font-size:28px}:where(.home-landing) .foot-brand .brand{font-size:30px}:where(.home-landing) .brand-logo{width:32px;height:32px;margin-right:10px;border-radius:8px;display:inline-block;position:relative;top:7px;object-fit:contain}:where(.home-landing) .brand-logo-sm{width:26px;height:26px;top:6px}:where(.home-landing) .nav-mid{display:flex;align-items:center;gap:4px;font-size:15px;font-weight:600}:where(.home-landing) .nav-mid a{color:var(--ink-2);padding:8px 14px;border-radius:var(--r-sm);transition:background .15s,color .15s}:where(.home-landing) .nav-mid a:hover{background:var(--bg-soft);color:var(--ink)}:where(.home-landing) .nav-end{display:flex;gap:8px;align-items:center}:where(.home-landing) .nav-matura-promo{position:absolute;left:50%;display:inline-flex;align-items:center;min-height:40px;transform:translateX(-50%);color:var(--green);font-family:var(--font-avenir),var(--font-hanken),system-ui,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.015em;text-decoration:none;white-space:nowrap;will-change:transform;animation:nav-matura-wave 2.4s cubic-bezier(.45,0,.55,1) infinite;transition:color .2s ease,text-decoration-color .2s ease}:where(.home-landing) .nav-matura-promo:focus-visible,:where(.home-landing) .nav-matura-promo:hover{color:var(--green-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}:where(.home-landing) .nav-matura-promo:focus-visible{outline:2px solid color-mix(in srgb,var(--green) 45%,transparent);outline-offset:5px;border-radius:4px}@keyframes nav-matura-wave{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-4px)}}:where(.home-landing) .nav-auth-btn{display:none;padding:8px 16px;font-size:14px}:where(.home-landing) .nav-auth-btn--dark{background:#14161a!important;color:#ffffff!important;border-color:#14161a!important;box-shadow:0 4px 14px rgba(0,0,0,.18)!important}:where(.home-landing) .nav-auth-btn--dark:hover{background:#000000!important;border-color:#000000!important}:where(.home-landing) .brand-logo-link{display:inline-flex;align-items:center;flex-shrink:0}:where(.home-landing) .brand-logo-round{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}@media (min-width:768px){:where(.home-landing) .nav-auth-btn{display:inline-flex}}:where(.home-landing) .hero{padding:90px 0 36px;text-align:center}:where(.home-landing) .hero h1{font-size:clamp(38px,6vw,82px);line-height:1.02;letter-spacing:-.035em;font-weight:800;margin:0 auto 22px;max-width:900px}:where(.home-landing) .hero-sub{font-size:18px;color:var(--ink-2);max-width:540px;margin:0 auto;line-height:1.55}:where(.home-landing) .hero-h1-line{display:inline-block;white-space:nowrap}:where(.home-landing) .hero-word-new{color:var(--ink);display:inline;transition:color .25s ease}:where(.home-landing) .demo-wrap{margin:48px auto 0;max-width:960px;padding:0 12px}:where(.home-landing) .demo-frame{position:relative;background:var(--surface);border:2.5px solid var(--yellow);border-radius:var(--r-2xl);padding:18px;box-shadow:var(--shadow-hero);transition:background .25s ease}:where(.home-landing) .demo-badge{position:absolute;left:50%;top:-15px;transform:translateX(-50%);z-index:4;display:inline-flex;align-items:center;gap:8px;background:var(--yellow-soft);padding:6px 18px;border-radius:var(--r-full);border:1.5px solid var(--yellow);font-size:12.5px;font-weight:700;color:var(--yellow-deep);white-space:nowrap}html[data-theme=dark] :where(.home-landing) .demo-badge{background:#2a2418;color:#f5d054}:where(.home-landing) .demo-tabs-row{position:absolute;left:50%;top:28px;transform:translateX(-50%);display:flex;gap:10px}:where(.home-landing) .demo-tab-icon{width:42px;height:42px;border-radius:var(--r-md);display:grid;place-items:center;background:var(--yellow-soft);border:1.5px solid var(--yellow);color:var(--yellow-deep)}:where(.home-landing) .demo-tab-icon.green{background:var(--green-soft);border-color:#b0ddc5;color:var(--green-deep)}:where(.home-landing) .demo-tab-icon.lavender{background:var(--lavender);border-color:#c2b3dc;color:#5a3fa0}:where(.home-landing) .demo-body{display:grid;grid-template-columns:1.45fr 1fr;gap:16px;margin-top:68px}:where(.home-landing) .arkusz-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:20px 22px;font-family:Times New Roman,"Liberation Serif",serif;color:var(--ink);font-size:14px;line-height:1.55;overflow:hidden;transition:background .25s ease}:where(.home-landing) .zad-header{display:flex;align-items:center;justify-content:space-between;padding:5px 22px;margin:-2px -22px 12px;background:var(--lavender-deep)}:where(.home-landing) .zad-tytul{font-weight:700;font-size:14px}:where(.home-landing) .zad-kratki{display:inline-flex;align-items:center;gap:2px}:where(.home-landing) .kratka{width:10px;height:10px;background:#b7b7bd;border:1px solid #6e6e76;display:block}:where(.home-landing) .zad-polecenie{font-weight:700;margin:4px 0 10px}:where(.home-landing) .zad-body{margin:8px 0 12px}:where(.home-landing) .zad-odpowiedzi{display:flex;flex-wrap:wrap;gap:3px 16px;margin:10px 0 14px}:where(.home-landing) .odp{font-size:14px;flex:1 1 90px;min-width:80px}:where(.home-landing) .odp strong{font-weight:700}:where(.home-landing) .odp.right{background:var(--green-soft);border-radius:4px;padding:1px 6px;margin-left:-6px}:where(.home-landing) .brudnopis{position:relative;height:130px;background-color:var(--surface);background-image:linear-gradient(to right,var(--line-strong) 1px,transparent 1px),linear-gradient(to bottom,var(--line-strong) 1px,transparent 1px);background-size:12px 12px;border:1px solid var(--line-strong);transition:background-color .25s ease}:where(.home-landing) .brudnopis-label{position:absolute;top:5px;left:8px;font-style:italic;font-weight:700;font-size:12px;background:var(--surface);padding:0 4px}:where(.home-landing) .brudnopis-scribble{position:absolute;left:24px;top:28px;font-family:cursive;font-size:15px;color:#2a4a8a;line-height:1.15;letter-spacing:.4px;white-space:pre}:where(.home-landing) .gen-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:18px;display:flex;flex-direction:column;transition:background .25s ease}:where(.home-landing) .gen-head{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px;margin-bottom:14px;letter-spacing:-.01em}:where(.home-landing) .gen-dots{display:inline-flex;gap:0;margin-left:1px}:where(.home-landing) .mock-gen-static{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;margin-top:12px;padding:12px 14px;border-radius:var(--r-md);border:1px dashed var(--line-strong);background:var(--bg-soft)}:where(.home-landing) .mock-gen-static-label{font-size:13px;font-weight:800;color:var(--ink)}:where(.home-landing) .mock-gen-static-hint{font-size:10px;font-weight:600;color:var(--muted)}:where(.home-landing) .gen-doc{background:var(--green-bg);border-radius:var(--r-md);padding:16px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;min-height:110px;position:relative}:where(.home-landing) .gen-doc-card{background:var(--surface-elevated);border-radius:var(--r-sm);width:120px;height:80px;padding:10px 11px;box-shadow:0 6px 14px -6px rgba(20,40,30,.18);position:relative}:where(.home-landing) .gen-doc-card:before{content:"";position:absolute;inset:auto 11px 36px 11px;height:7px;background:var(--green);border-radius:3px;width:36%}:where(.home-landing) .gen-doc-card:after{content:"";position:absolute;left:11px;right:11px;bottom:11px;height:4px;background:var(--line);border-radius:2px;box-shadow:0 -8px 0 0 var(--line),0 -16px 0 0 var(--line)}:where(.home-landing) .gen-doc-shadow{position:absolute;bottom:9px;left:50%;transform:translateX(-50%);width:90px;height:7px;background:rgba(0,0,0,.06);filter:blur(5px);border-radius:50%}:where(.home-landing) .gen-step{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:13px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line)}:where(.home-landing) .gen-step:last-child{border-bottom:none}:where(.home-landing) .gen-step-mark{width:18px;height:18px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;border:1.5px solid var(--line-strong);position:relative}:where(.home-landing) .gen-step.done .gen-step-mark{background:var(--green);border-color:var(--green);color:white}:where(.home-landing) .gen-step.active .gen-step-mark{border-color:var(--green)}:where(.home-landing) .gen-step.active .gen-step-mark:before{content:"";position:absolute;inset:-2px;border-radius:50%;border:2px solid var(--green);border-top:2px solid transparent;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}:where(.home-landing) .gen-step.pending{color:var(--muted)}:where(.home-landing) .demo-cta{position:absolute;left:28px;right:28px;bottom:-23px;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;background:var(--green);color:white;border-radius:var(--r-full);font-weight:700;font-size:15px;box-shadow:0 6px 18px -6px rgba(34,168,98,.55);text-decoration:none;transition:background .15s,transform .1s}:where(.home-landing) .demo-cta:hover{background:var(--green-deep);transform:translateY(-1px)}:where(.home-landing) .how-section{padding:120px 0 60px}:where(.home-landing) .section-head-center{text-align:center;margin-bottom:20px}:where(.home-landing) .section-title-big{font-size:clamp(32px,4.5vw,54px);font-weight:800;letter-spacing:-.03em;line-height:1.06;margin:0 auto 14px;max-width:660px}:where(.home-landing) .section-sub-big{font-size:17px;color:var(--ink-2);max-width:520px;margin:0 auto;line-height:1.55}:where(.home-landing) .how-grid-wrap{position:relative;margin-top:28px}:where(.home-landing) .how-connecting-line{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:visible}:where(.home-landing) .how-connecting-path{stroke:var(--green);stroke-opacity:.35;stroke-dasharray:6 5;stroke-linecap:round;transition:stroke-dashoffset .12s linear}html[data-theme=dark] :where(.home-landing) .how-connecting-path{stroke-opacity:.5}:where(.home-landing) .how-grid{position:relative;z-index:1;display:grid;gap:40px}:where(.home-landing) .how-card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-2xl);padding:40px 52px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:36px;position:relative;min-height:280px;transition:background .25s ease}:where(.home-landing) .how-card.flip{direction:rtl}:where(.home-landing) .how-card.flip>*{direction:ltr}:where(.home-landing) .how-num{position:absolute;top:20px;left:50%;transform:translateX(-50%);background:var(--surface);border:1.5px solid var(--line-strong);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-size:13px;font-weight:700;color:var(--ink-2)}:where(.home-landing) .how-visual{height:220px;display:grid;place-items:center}:where(.home-landing) .how-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left}:where(.home-landing) .how-text h3{font-size:32px;font-weight:800;letter-spacing:-.025em;line-height:1.1;margin:0 0 12px;text-align:left}:where(.home-landing) .how-text p{font-size:17px;color:var(--ink-2);margin:0 0 20px;line-height:1.55;max-width:360px;text-align:left}:where(.home-landing) .made-section{padding:60px 0 100px}:where(.home-landing) .made-section-intro{margin-bottom:3rem}:where(.home-landing) .baza-zadania-section{position:relative;padding:80px 0 90px;overflow:hidden}:where(.home-landing) .baza-zadania-glow{display:none!important}:where(.home-landing) .baza-zadania-pill-spaced{margin-bottom:.3cm}:where(.home-landing) .baza-zadania-inner{position:relative;z-index:1}:where(.home-landing) .baza-zadania-pill{box-shadow:0 0 24px rgba(34,168,98,.15)}html[data-theme=dark] :where(.home-landing) .baza-zadania-pill{box-shadow:0 0 32px rgba(43,201,116,.25)}:where(.home-landing) .baza-dzialy-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin:36px 0 40px}:where(.home-landing) .baza-cke-grid{grid-template-columns:repeat(4,1fr);gap:14px;max-width:900px;margin-left:auto;margin-right:auto}:where(.home-landing) .baza-dzial-tile{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:var(--r-lg);border:1.5px solid var(--line);background:var(--surface);transition:border-color .2s,box-shadow .2s,transform .15s}:where(.home-landing) .baza-cke-tile{position:relative;gap:8px;padding:20px 18px 18px;border-radius:var(--r-xl,var(--r-lg));background:color-mix(in srgb,var(--surface) 72%,transparent);backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%);border:1px solid color-mix(in srgb,var(--green) 18%,var(--line));box-shadow:var(--shadow-sm);overflow:hidden}:where(.home-landing) .baza-cke-tile:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(135deg,color-mix(in srgb,var(--green) 35%,transparent),transparent 55%,color-mix(in srgb,var(--green) 12%,transparent));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none}:where(.home-landing) .baza-cke-tile-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--r-md);background:var(--yellow-soft);color:var(--yellow-deep);margin-bottom:2px}html[data-theme=dark] :where(.home-landing) .baza-cke-tile-icon{background:rgba(250,204,21,.12);color:#fde68a}:where(.home-landing) .baza-cke-tile:hover,:where(.home-landing) .baza-dzial-tile:hover{border-color:color-mix(in srgb,var(--green) 55%,var(--line));box-shadow:0 0 32px color-mix(in srgb,var(--green) 22%,transparent),var(--shadow-md);transform:translateY(-3px)}:where(.home-landing) .baza-cke-tile:hover:before{opacity:1}html[data-theme=dark] :where(.home-landing) .baza-cke-tile:hover,html[data-theme=dark] :where(.home-landing) .baza-dzial-tile:hover{border-color:rgba(43,201,116,.55);box-shadow:0 0 40px rgba(43,201,116,.2),var(--shadow-md)}:where(.home-landing) .baza-dzial-title{font-size:14px;font-weight:800;letter-spacing:-.02em;line-height:1.25;color:var(--ink)}:where(.home-landing) .baza-dzial-count{font-size:12px;font-weight:600;color:var(--muted)}:where(.home-landing) .baza-arkusze-block{max-width:720px;margin:0 auto;padding:24px 28px;border-radius:var(--r-2xl);border:1.5px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm)}html[data-theme=dark] :where(.home-landing) .baza-arkusze-block{box-shadow:0 0 40px rgba(43,201,116,.06)}:where(.home-landing) .baza-arkusze-heading{margin:0 0 16px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}:where(.home-landing) .baza-arkusze-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}:where(.home-landing) .baza-arkusz-link{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--r-md);border:1px solid transparent;transition:background .15s,border-color .15s}:where(.home-landing) .baza-arkusz-link:hover{background:var(--green-bg);border-color:rgba(34,168,98,.2)}:where(.home-landing) .baza-arkusz-icon{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;border-radius:10px;background:var(--green-bg);color:var(--green-deep)}:where(.home-landing) .baza-arkusz-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}:where(.home-landing) .baza-arkusz-text strong{font-size:15px;font-weight:700;color:var(--ink);line-height:1.3}:where(.home-landing) .baza-arkusz-text span:last-child{font-size:12px;color:var(--muted);font-weight:600}:where(.home-landing) .baza-arkusz-arrow{flex-shrink:0;font-size:18px;font-weight:700;color:var(--green);transition:transform .15s}:where(.home-landing) .baza-arkusz-link:hover .baza-arkusz-arrow{transform:translateX(4px)}@media (max-width:900px){:where(.home-landing) .baza-cke-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){:where(.home-landing) .baza-dzialy-grid{grid-template-columns:repeat(2,1fr)}:where(.home-landing) .baza-arkusze-block{padding:20px 18px}}:where(.home-landing) .made-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:900px;margin:0 auto}:where(.home-landing) .made-card{background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-2xl);padding:32px 28px;transition:background .25s ease,border-color .25s ease,box-shadow .3s ease,transform .3s ease}:where(.home-landing) .made-card-interactive:hover{border-color:color-mix(in srgb,var(--green) 28%,var(--line));box-shadow:0 12px 36px -12px color-mix(in srgb,var(--green) 18%,transparent);transform:translateY(-4px) scale(1.01)}:where(.home-landing) .made-section.is-inview .level-bar:before{animation:level-bar-fill 1.1s cubic-bezier(.22,1,.36,1) forwards}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar{animation:chart-bar-rise .9s cubic-bezier(.22,1,.36,1) forwards;transform-origin:bottom center;transform:scaleY(0)}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar:first-child{animation-delay:.05s}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar:nth-child(2){animation-delay:.15s}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar:nth-child(3){animation-delay:.25s}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar:nth-child(4){animation-delay:.35s}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar:nth-child(5){animation-delay:.45s}@keyframes level-bar-fill{0%{filter:brightness(.92);opacity:.65}to{filter:brightness(1);opacity:1}}@keyframes chart-bar-rise{to{transform:scaleY(1)}}:where(.home-landing) .made-card-visual{height:160px;display:grid;place-items:center;margin-bottom:12px}:where(.home-landing) .made-card h3{font-size:24px;font-weight:800;letter-spacing:-.025em;margin:0 0 10px;line-height:1.1}:where(.home-landing) .made-card p{font-size:15px;color:var(--ink-2);margin:0 0 18px;line-height:1.55}:where(.home-landing) .made-chips{display:flex;flex-wrap:wrap;gap:7px}:where(.home-landing) .streak-visual{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:240px}:where(.home-landing) .streak-visual-flame{font-size:2rem;line-height:1;filter:grayscale(0)}:where(.home-landing) .streak-visual-days{display:flex;gap:8px;width:100%;justify-content:center}:where(.home-landing) .streak-visual-day{display:flex;flex-direction:column;align-items:center;gap:6px}:where(.home-landing) .streak-visual-label{font-size:10px;font-weight:800;text-transform:uppercase;color:var(--muted)}:where(.home-landing) .streak-visual-dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--line);background:var(--bg-soft);transition:background .35s ease,border-color .35s ease,transform .35s ease}:where(.home-landing) .streak-visual-dot.is-on{border-color:#f59e0b;background:linear-gradient(145deg,#fde68a,#facc15);box-shadow:0 4px 12px rgba(250,204,21,.35)}:where(.home-landing) .made-section.is-inview .streak-visual-dot.is-on{animation:streak-dot-pop .5s cubic-bezier(.22,1,.36,1) backwards}:where(.home-landing) .streak-visual-caption{margin:0;font-size:13px;color:var(--ink-2)}:where(.home-landing) .streak-visual-caption strong{color:var(--yellow-deep)}@keyframes streak-dot-pop{0%{transform:scale(.6);opacity:.4}to{transform:scale(1);opacity:1}}:where(.home-landing) .levels-visual{display:flex;flex-direction:column;gap:8px;width:220px}:where(.home-landing) .level-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;border:1.5px solid var(--line-strong);border-radius:var(--r-full);font-size:13px;font-weight:700;color:var(--ink);background:color-mix(in srgb,var(--surface) 90%,var(--bg-soft));position:relative;box-shadow:inset 0 1px 0 color-mix(in srgb,white 40%,transparent);transition:border-color .2s ease,transform .2s ease}:where(.home-landing) .made-card-interactive:hover .level-bar{transform:translateX(2px)}:where(.home-landing) .level-bar:before{content:"";display:block;height:8px;border-radius:4px;flex:1;margin-right:14px;box-shadow:inset 0 1px 2px rgba(0,0,0,.06)}:where(.home-landing) .level-bar.level-1:before{background:linear-gradient(90deg,var(--green) 35%,var(--line) 35%)}:where(.home-landing) .level-bar.level-2:before{background:linear-gradient(90deg,var(--yellow) 65%,var(--line) 65%)}:where(.home-landing) .level-bar.level-3:before{background:linear-gradient(90deg,#dc2626 90%,var(--line) 90%)}:where(.home-landing) .level-bar.level-1{border-color:color-mix(in srgb,var(--green) 35%,var(--line))}:where(.home-landing) .level-bar.level-2{border-color:color-mix(in srgb,var(--yellow) 40%,var(--line))}:where(.home-landing) .level-bar.level-3{border-color:color-mix(in srgb,#dc2626 35%,var(--line))}:where(.home-landing) .chart-visual{width:220px;padding:8px 4px 0}:where(.home-landing) .chart-visual-animated .chart-bars{position:relative}:where(.home-landing) .chart-visual-animated .chart-bars:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--line-strong),transparent)}:where(.home-landing) .chart-bars{display:flex;align-items:flex-end;gap:10px;height:110px}:where(.home-landing) .chart-bar{flex:1;border-radius:6px 6px 0 0;box-shadow:0 -2px 12px color-mix(in srgb,var(--green) 12%,transparent)}:where(.home-landing) .chart-axis{border-top:2px solid var(--ink);margin-top:2px}:where(.home-landing) .chart-labels{display:flex;gap:8px;margin-top:6px;font-size:10px;font-weight:700;color:var(--muted)}:where(.home-landing) .chart-label{flex:1;text-align:center}:where(.home-landing) .bigcta-section{padding:20px 0 120px;text-align:center}:where(.home-landing) .bigcta-section a{margin:0 auto}:where(.home-landing) footer{background:var(--green-bg);padding:40px 0 90px;margin-top:20px}:where(.home-landing) .marketing-footer{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}:where(.home-landing) .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}:where(.home-landing) .foot-brand p{font-size:14px;color:var(--ink-2);line-height:1.55;margin:14px 0 0;max-width:230px}:where(.home-landing) .foot-col h4{font-size:13px;font-weight:800;letter-spacing:.01em;margin:0 0 16px;color:var(--ink)}:where(.home-landing) .foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}:where(.home-landing) .foot-col a{font-size:14.5px;color:var(--ink-2);font-weight:500;transition:color .12s}:where(.home-landing) .foot-col a:hover{color:var(--green-deep)}:where(.home-landing) .foot-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:48px;padding-top:28px;border-top:1px solid rgba(34,168,98,.18);flex-wrap:wrap}:where(.home-landing) .foot-social{display:inline-flex;gap:10px}:where(.home-landing) .social-btn{width:38px;height:38px;border-radius:50%;display:inline-grid;place-items:center;background:var(--surface);color:var(--ink);border:1.5px solid rgba(34,168,98,.25);transition:transform .15s,background .15s,color .15s,border-color .15s}:where(.home-landing) .social-btn:hover{transform:translateY(-2px);background:var(--green);color:white;border-color:var(--green)}:where(.home-landing) .foot-copy{font-size:13px;color:var(--ink-2)}:where(.home-landing) .btn-shine{position:relative;overflow:hidden}:where(.home-landing) .btn-shine:after{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transform:translateX(-170%);animation:shine 3.5s ease-in-out 2s infinite}@keyframes shine{0%,to{transform:translateX(-170%)}50%{transform:translateX(250%)}}:where(.home-landing) a.demo-cta{position:absolute;overflow:hidden;text-align:center}:where(.home-landing) .typewriter{display:inline-block;vertical-align:bottom;color:inherit;white-space:nowrap;text-align:center;position:relative}html[data-theme=dark] :where(.home-landing) .typewriter{color:inherit}:where(.home-landing) .how-card-no-visual{grid-template-columns:1fr;text-align:center}:where(.home-landing) .how-card-no-visual .how-text{align-items:center;text-align:center;max-width:600px;margin:0 auto}:where(.home-landing) .how-card-no-visual .how-text h3{text-align:center}:where(.home-landing) .how-card-no-visual .how-text p{text-align:center;max-width:100%}:where(.home-landing) .typewriter-word{display:inline-block;transition:opacity .4s ease,transform .4s ease}:where(.home-landing) .typewriter-word.is-visible{opacity:1;transform:translateY(0)}:where(.home-landing) .typewriter-word.is-hidden{opacity:0;transform:translateY(8px)}@media (prefers-reduced-motion:reduce){:where(.home-landing) .typewriter-word{transition:none}:where(.home-landing) .how-connecting-path{transition:none;stroke-dashoffset:0!important}:where(.home-landing) .made-section.is-inview .chart-visual-animated .chart-bar{animation:none;transform:none}}:where(.home-landing) .tw-break{display:none!important}:where(.home-landing) .chart-visual-step1{position:relative;overflow:hidden;transition:all .3s ease}:where(.home-landing) .how-card-step1-active .chart-visual-step1{border-color:var(--green);box-shadow:0 10px 30px -10px rgba(43,201,116,.35);transform:translateY(-4px) scale(1.02)}:where(.home-landing) .chart-bars-step1 .chart-bar-step1{height:45%;transition:height .55s cubic-bezier(.22,1,.36,1)}:where(.home-landing) .chart-bars-step1 .chart-bar-step1-1{height:45%}:where(.home-landing) .chart-bars-step1 .chart-bar-step1-2{height:62%}:where(.home-landing) .chart-bars-step1 .chart-bar-step1-3{height:78%}:where(.home-landing) .chart-bars-step1 .chart-bar-step1-4{height:55%}:where(.home-landing) .how-card-step1-active .chart-bars-step1 .chart-bar-step1-1{height:85%}:where(.home-landing) .how-card-step1-active .chart-bars-step1 .chart-bar-step1-2{height:35%}:where(.home-landing) .how-card-step1-active .chart-bars-step1 .chart-bar-step1-3{height:90%}:where(.home-landing) .how-card-step1-active .chart-bars-step1 .chart-bar-step1-4{height:70%}:where(.home-landing) .scan-laser{position:absolute;left:4%;right:4%;height:3px;border-radius:2px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--green) 55%,transparent),color-mix(in srgb,var(--green) 90%,white),color-mix(in srgb,var(--green) 55%,transparent),transparent);box-shadow:0 0 14px color-mix(in srgb,var(--green) 45%,transparent);opacity:0;pointer-events:none;top:8%}:where(.home-landing) .how-card-step1-active .scan-laser{opacity:.75;animation:scan-laser-move 2.4s ease-in-out infinite}@keyframes scan-laser-move{0%,to{top:8%}50%{top:88%}}@media (prefers-reduced-motion:reduce){:where(.home-landing) .chart-bars-step1 .chart-bar-step1{transition:none}:where(.home-landing) .how-card-step1-active .scan-laser{animation:none;opacity:.5;top:50%}}:where(.home-landing) .menu-btn{background:none;border:none;cursor:pointer;width:40px;height:40px;display:grid;place-items:center;border-radius:var(--r-sm);color:var(--ink);transition:background .15s;padding:0;flex-shrink:0}:where(.home-landing) .menu-btn:hover{background:var(--bg-soft)}:where(.home-landing) .theme-toggle{width:40px;height:40px;border:1.5px solid var(--line);border-radius:var(--r-sm);background:var(--surface);cursor:pointer;display:grid;place-items:center;color:var(--ink-2);transition:background .15s,border-color .15s,color .15s,box-shadow .15s;padding:0;flex-shrink:0;position:relative;overflow:hidden}:where(.home-landing) .theme-toggle:hover{background:var(--bg-soft);border-color:var(--line-strong);color:var(--ink);box-shadow:0 2px 10px rgba(0,0,0,.06)}:where(.home-landing) .theme-toggle:focus-visible{outline:2px solid var(--green);outline-offset:2px}:where(.home-landing) .theme-toggle .theme-icon{position:absolute;transition:transform .38s cubic-bezier(.4,0,.2,1),opacity .22s ease}:where(.home-landing) .theme-toggle .icon-sun{opacity:1;transform:rotate(0deg) scale(1)}:where(.home-landing) .theme-toggle .icon-moon{opacity:0;transform:rotate(-70deg) scale(.55)}html[data-theme=dark] :where(.home-landing) .theme-toggle .icon-sun{opacity:0;transform:rotate(70deg) scale(.55)}html[data-theme=dark] :where(.home-landing) .theme-toggle .icon-moon{opacity:1;transform:rotate(0deg) scale(1)}html[data-theme=dark] :where(.home-landing) .theme-toggle:hover{box-shadow:0 2px 14px rgba(0,0,0,.28)}html[data-theme=dark] :where(.home-landing) .brudnopis-scribble{color:#8eb8ff}html[data-theme=dark] :where(.home-landing) .demo-tab-icon.green{border-color:rgba(43,201,116,.32)}html[data-theme=dark] :where(.home-landing) .demo-tab-icon.lavender{border-color:rgba(194,179,220,.28);color:#c4b0e8}html[data-theme=dark] :where(.home-landing) .kratka{background:#5a616b;border-color:#434a55}html[data-theme=dark] :where(.home-landing) .menu-link-login{border-color:rgba(43,201,116,.28)}html[data-theme=dark] :where(.home-landing) .menu-link-login:hover{background:rgba(43,201,116,.16);border-color:var(--green)}html[data-theme=dark] :where(.home-landing) .mock-ui-generate .mock-gen-btn.success{background:var(--green-bg)}html[data-theme=dark] :where(.home-landing) .foot-bottom{border-top-color:rgba(43,201,116,.14)}html[data-theme=dark] :where(.home-landing) .social-btn{border-color:rgba(43,201,116,.18)}html[data-theme=dark] :where(.home-landing) .mode-tab.active{background:var(--surface);color:var(--ink)}html[data-theme=dark] :where(.home-landing) .mode-tabs{background:var(--bg-soft)}html[data-theme=dark] :where(.home-landing) .mock-ui-exam .mock-timer-display{box-shadow:inset 0 1px 2px rgba(0,0,0,.18)}:where(.home-landing) .menu-overlay{position:fixed;inset:0;z-index:200;display:none;pointer-events:none}:where(.home-landing) .menu-overlay.open{display:block;pointer-events:auto}:where(.home-landing) .menu-overlay:before{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--overlay-scrim) 76%,transparent);backdrop-filter:blur(7px);opacity:0;transition:opacity .25s ease}:where(.home-landing) .menu-overlay.open:before{opacity:1}:where(.home-landing) .menu-drawer{position:absolute;top:0;right:0;bottom:0;width:min(320px,90vw);background:color-mix(in srgb,var(--surface) 86%,transparent);border-left:1px solid color-mix(in srgb,var(--line) 78%,transparent);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%);transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1),background .25s ease;display:flex;flex-direction:column;padding:20px 20px 32px;box-shadow:-16px 0 44px rgba(0,0,0,.14)}html[data-theme=dark] :where(.home-landing) .menu-drawer{background:color-mix(in srgb,var(--surface) 78%,transparent);border-left-color:rgba(255,255,255,.1);box-shadow:-18px 0 48px rgba(0,0,0,.34)}:where(.home-landing) .menu-overlay.open .menu-drawer{transform:translateX(0)}:where(.home-landing) .menu-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:18px;border-bottom:1px solid var(--line)}:where(.home-landing) .menu-close-btn{background:none;border:none;cursor:pointer;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:var(--ink);transition:background .15s;flex-shrink:0}:where(.home-landing) .menu-close-btn:hover{background:var(--bg-soft)}:where(.home-landing) .menu-links{display:flex;flex-direction:column;gap:3px}:where(.home-landing) .menu-link{display:block;padding:13px 16px;border-radius:var(--r-md);font-size:16px;font-weight:700;color:var(--ink);transition:background .12s,color .12s;text-decoration:none}:where(.home-landing) .menu-link:hover{background:var(--bg-soft);color:var(--green-deep)}:where(.home-landing) .menu-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:0}:where(.home-landing) .menu-link-cta{display:flex;align-items:center;justify-content:center;gap:7px;padding:13px 16px;border-radius:var(--r-full);font-size:15px;font-weight:800;color:white;background:var(--green);border:1.5px solid var(--green);text-align:center;text-decoration:none;transition:background .15s,transform .1s,box-shadow .15s;box-shadow:0 2px 10px -2px rgba(34,168,98,.4)}:where(.home-landing) .menu-link-cta:hover{background:var(--green-deep);border-color:var(--green-deep);transform:translateY(-1px);box-shadow:0 4px 14px -2px rgba(34,168,98,.5)}:where(.home-landing) .menu-link-login{display:flex;align-items:center;justify-content:center;gap:7px;padding:13px 16px;border-radius:var(--r-full);font-size:15px;font-weight:700;color:var(--green-deep);background:var(--green-soft);border:1.5px solid #a8dfc0;text-decoration:none;transition:border-color .15s,background .15s,transform .1s}:where(.home-landing) .menu-link-login:hover{background:#c4edd4;border-color:var(--green);transform:translateY(-1px)}:where(.home-landing) .menu-divider{height:1px;background:var(--line);margin:14px 0}:where(.home-landing) .menu-section-lbl{font-size:10.5px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:4px 0 8px}:where(.home-landing) .menu-nav-list{display:flex;flex-direction:column;gap:10px}:where(.home-landing) .menu-nav-link{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border-radius:var(--r-md);font-size:15px;font-weight:700;color:var(--ink-2);background:color-mix(in srgb,var(--surface) 76%,transparent);border:1px solid color-mix(in srgb,var(--line) 82%,transparent);text-align:left;cursor:pointer;transition:border-color .15s,background .15s,color .15s;text-decoration:none}:where(.home-landing) .menu-nav-link-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:var(--r-md);background:var(--yellow-soft);color:var(--yellow-deep)}:where(.home-landing) .menu-nav-link-body{display:flex;flex-direction:column;gap:2px;min-width:0}:where(.home-landing) .menu-nav-link-desc{font-size:11.5px;font-weight:600;color:var(--muted);line-height:1.3}:where(.home-landing) .menu-nav-link.active,:where(.home-landing) .menu-nav-link:hover{background:color-mix(in srgb,var(--bg-soft) 82%,transparent);border-color:var(--line-strong);color:var(--ink)}:where(.home-landing) .baza-zadania-cta{box-shadow:0 0 32px rgba(34,168,98,.35)}html[data-theme=dark] :where(.home-landing) .baza-zadania-cta{box-shadow:0 0 40px rgba(43,201,116,.4)}:where(.home-landing) .menu-chips{display:flex;flex-direction:column;gap:8px}:where(.home-landing) .menu-chip{display:flex;align-items:center;padding:11px 16px;border-radius:var(--r-md);font-size:14px;font-weight:600;color:var(--ink-2);background:var(--bg-soft);border:1px solid transparent;text-decoration:none;transition:background .15s,color .15s}:where(.home-landing) .menu-chip:hover{background:var(--surface-elevated);border-color:var(--line);color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.04)}:where(.home-landing) .mock-ui{background:var(--surface);border:1.5px solid var(--line);border-radius:24px;width:290px;padding:16px;box-shadow:var(--shadow-md);position:relative;font-family:Hanken Grotesk,sans-serif;text-align:left;overflow:visible;transition:transform .25s cubic-bezier(.175,.885,.32,1.275)}:where(.home-landing) .mock-ui:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}:where(.home-landing) .mock-ui .mock-header{display:flex;gap:5px;margin-bottom:12px;border-bottom:1px solid var(--line);padding-bottom:8px}:where(.home-landing) .mock-ui .mock-dot{width:6px;height:6px;border-radius:50%;background:var(--line-strong);display:inline-block}:where(.home-landing) .mock-ui .mock-body{display:flex;flex-direction:column;gap:12px}:where(.home-landing) .mock-ui-generate .slider-container{display:flex;flex-direction:column;gap:6px}:where(.home-landing) .mock-ui-generate .slider-label{font-size:13px;font-weight:700;color:var(--ink)}:where(.home-landing) .mock-ui-generate .slider-label span{color:var(--green)}:where(.home-landing) .mock-ui-generate .mock-slider{width:100%;accent-color:var(--green);cursor:pointer;margin:4px 0}:where(.home-landing) .mock-ui-generate .slider-ticks{display:flex;justify-content:space-between;font-size:10.5px;font-weight:700;color:var(--muted);padding:0 4px}:where(.home-landing) .mock-ui-generate .mock-gen-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-size:13.5px;padding:10px 14px;border-radius:var(--r-md);font-weight:700;transition:all .2s ease}:where(.home-landing) .mock-ui-generate .mock-gen-btn.loading{background:var(--green-deep);cursor:not-allowed;opacity:.9}:where(.home-landing) .mock-ui-generate .mock-gen-btn.success{background:#eff7f1;border-color:var(--green);color:var(--green-deep);box-shadow:none}:where(.home-landing) .mock-ui-generate .sparks-container{position:absolute;inset:0;pointer-events:none;overflow:visible;z-index:10}:where(.home-landing) .mock-ui-generate .spark{position:absolute;background:var(--green);border-radius:50%;opacity:.9;animation:spark-explode .7s cubic-bezier(.1,.8,.3,1) forwards}@keyframes spark-explode{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--tx),var(--ty)) scale(0);opacity:0}}:where(.home-landing) .mock-ui-reviews .mock-topic-header{display:flex;align-items:center;gap:8px}:where(.home-landing) .mock-ui-reviews .mock-topic-badge{background:var(--green-soft);color:var(--green-deep);font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px;text-transform:uppercase}:where(.home-landing) .mock-ui-reviews .mock-topic-name{font-size:14.5px;font-weight:800;color:var(--ink)}:where(.home-landing) .mock-ui-reviews .mock-progress-container{background:var(--bg-soft);border-radius:var(--r-md);padding:10px 12px;border:1px solid var(--line)}:where(.home-landing) .mock-ui-reviews .mock-progress-labels{display:flex;justify-content:space-between;font-size:12px;font-weight:700;color:var(--ink-2);margin-bottom:6px}:where(.home-landing) .mock-ui-reviews .mock-progress-bar{height:8px;background:var(--line-strong);border-radius:4px;position:relative;overflow:hidden;margin-bottom:6px}:where(.home-landing) .mock-ui-reviews .mock-progress-fill{height:100%;background:var(--green);border-radius:4px;width:20%;transition:width 1.2s cubic-bezier(.2,.8,.2,1)}:where(.home-landing) .mock-ui-reviews:hover .mock-progress-fill,:where(.home-landing) .mock-ui:hover .mock-ui-reviews .mock-progress-fill{width:85%!important}:where(.home-landing) .mock-ui-reviews .mock-progress-previous{position:absolute;top:0;left:0;height:100%;background:#e53935;border-radius:4px;width:20%;opacity:.25}:where(.home-landing) .mock-ui-reviews .mock-progress-meta{display:flex;justify-content:space-between;font-size:10.5px;color:var(--muted);font-weight:600}:where(.home-landing) .mock-ui-reviews .mock-tutor-badge{background:var(--surface-elevated);border:1px solid var(--line-strong);border-radius:var(--r-md);padding:8px 12px;display:flex;align-items:center;gap:10px;box-shadow:var(--shadow-sm);transform:translateY(0);transition:transform .25s cubic-bezier(.2,.8,.2,1)}:where(.home-landing) .mock-ui-reviews:hover .mock-tutor-badge,:where(.home-landing) .mock-ui:hover .mock-ui-reviews .mock-tutor-badge{transform:translateY(-2px) scale(1.02)}:where(.home-landing) .mock-ui-reviews .mock-tutor-avatar{width:24px;height:24px;border-radius:50%;background:var(--green-soft);display:grid;place-items:center;font-size:12px;position:relative}:where(.home-landing) .mock-ui-reviews .pulse-dot{position:absolute;bottom:0;right:0;width:6px;height:6px;background:var(--green);border-radius:50%;border:1px solid white;animation:pulse-light 1.5s infinite}@keyframes pulse-light{0%{box-shadow:0 0 0 0 rgba(34,168,98,.7)}70%{box-shadow:0 0 0 4px rgba(34,168,98,0)}to{box-shadow:0 0 0 0 rgba(34,168,98,0)}}:where(.home-landing) .mock-ui-reviews .mock-tutor-text{display:flex;flex-direction:column;font-size:11px}:where(.home-landing) .mock-ui-reviews .mock-tutor-text strong{color:var(--ink);font-weight:700}:where(.home-landing) .mock-ui-reviews .mock-tutor-text span{color:var(--ink-2)}:where(.home-landing) .mock-ui-exam .mock-exam-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}:where(.home-landing) .mock-ui-exam .mock-exam-title{font-size:13.5px;font-weight:800;color:var(--ink)}:where(.home-landing) .mock-ui-exam .mock-exam-status{background:var(--yellow-soft);color:var(--yellow-deep);font-size:10px;font-weight:800;padding:2px 6px;border-radius:4px}:where(.home-landing) .mock-ui-exam .mock-timer-display{background:var(--bg-soft);border-radius:var(--r-md);padding:14px;text-align:center;border:1.5px solid var(--line-strong);box-shadow:inset 0 1px 2px rgba(0,0,0,.03)}:where(.home-landing) .mock-ui-exam .timer-digits{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums;font-size:28px;font-weight:700;color:var(--green-deep);text-shadow:0 1px 2px rgba(34,168,98,.08);letter-spacing:1px}:where(.home-landing) .mock-ui-exam .mock-exam-progress{display:flex;flex-direction:column;gap:6px}:where(.home-landing) .mock-ui-exam .progress-info{display:flex;justify-content:space-between;font-size:11.5px;font-weight:700;color:var(--ink-2)}:where(.home-landing) .mock-ui-exam .mock-progress-bar{height:6px;background:var(--line);border-radius:3px;overflow:hidden}:where(.home-landing) .mock-ui-exam .mock-progress-fill{height:100%;background:var(--green);border-radius:3px}@media (max-width:920px){:where(.home-landing) .demo-body{grid-template-columns:1fr;gap:12px}:where(.home-landing) .how-connecting-line{display:none}:where(.home-landing) .how-card{grid-template-columns:1fr;padding:60px 28px 32px;text-align:center;min-height:auto;gap:20px;display:flex;flex-direction:column}:where(.home-landing) .how-card .how-text{order:1}:where(.home-landing) .how-card .how-visual{order:2}:where(.home-landing) .how-card.flip{direction:ltr}:where(.home-landing) .how-card.flip>*{direction:ltr}:where(.home-landing) .how-visual{height:auto;padding:12px 0;width:100%;max-width:320px;margin:0 auto}:where(.home-landing) .how-text{align-items:center;text-align:center}:where(.home-landing) .how-text h3,:where(.home-landing) .how-text p{text-align:center;margin-left:auto;margin-right:auto;max-width:none}:where(.home-landing) .how-num{top:14px;left:50%;transform:translateX(-50%);width:28px;height:28px;font-size:12px}:where(.home-landing) .made-grid{grid-template-columns:1fr}:where(.home-landing) .nav-mid{display:none}:where(.home-landing) .foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){:where(.home-landing) .hero .wrap{padding-left:8px;padding-right:8px}:where(.home-landing) .hero h1,:where(.home-landing) .hero-h1-sleek{font-size:clamp(34px,10vw,48px)!important;line-height:1.15!important}:where(.home-landing) .hero-sub-sleek{font-size:14px!important;line-height:1.45!important;margin-bottom:24px!important}:where(.home-landing) .quizlet-card{min-height:0!important;padding:10px!important;border-radius:20px!important}:where(.home-landing) .quizlet-card-inner{padding:12px!important;border-radius:16px!important;min-height:0!important}:where(.home-landing) .menu-drawer-head{padding-left:10px!important}:where(.home-landing) .menu-drawer-head .brand{margin-left:0!important}:where(.home-landing) .foot-brand .brand{margin-left:0!important}:where(.home-landing) .hero-h1-line{display:inline;white-space:normal}:where(.home-landing) .typewriter{display:inline-block;white-space:nowrap;text-align:center}:where(.home-landing) .demo-body{grid-template-columns:1fr;gap:12px;margin-top:56px}:where(.home-landing) .gen-panel{min-height:auto}:where(.home-landing) .hero{padding:52px 0 24px}:where(.home-landing) .how-section{padding:80px 0 30px}:where(.home-landing) .how-card{padding:56px 20px 28px;gap:16px}:where(.home-landing) .how-visual{max-width:280px}:where(.home-landing) .nav-end .btn-ghost{display:none}:where(.home-landing) .foot-grid{grid-template-columns:1fr 1fr}:where(.home-landing) .foot-bottom{justify-content:center;text-align:center}:where(.home-landing) .illust-svg{max-width:100%;height:auto}:where(.home-landing) .nav-inner{padding:13px 0}:where(.home-landing) .brand{font-size:19px;letter-spacing:-.02em;margin-left:24px}:where(.home-landing) .menu-drawer-head{padding-left:24px;padding-right:20px}:where(.home-landing) .menu-btn{margin-right:16px}:where(.home-landing) .brand-logo{width:28px;height:28px;margin-right:8px;top:6px}:where(.home-landing) .demo-frame{padding-bottom:46px}:where(.home-landing) .demo-cta{left:18px;right:18px;bottom:-23px;font-size:14px;padding:13px 18px}}:where(.home-landing) .mock-caption{margin-top:8px;font-size:11px;font-weight:600;color:var(--muted);text-align:center}:where(.home-landing) .mock-stats-row{display:flex;gap:8px;margin-bottom:12px}:where(.home-landing) .mock-stat-pill{flex:1;border-radius:10px;border:1px solid var(--line);background:var(--surface);padding:8px 6px;text-align:center;font-size:10px;color:var(--muted)}:where(.home-landing) .mock-stat-pill strong{display:block;margin-top:2px;font-size:14px;color:var(--ink)}:where(.home-landing) .mock-line-chart{display:flex;align-items:flex-end;gap:6px;height:72px;padding:0 4px}:where(.home-landing) .mock-line-chart-bar{flex:1;border-radius:6px 6px 2px 2px;background:linear-gradient(180deg,var(--green) 0,var(--green-soft) 100%);min-height:8px}@media (prefers-reduced-motion:reduce){:where(.home-landing) .hero-word-new{animation:none;background-position:50%}}@keyframes pulse-dot{0%,to{opacity:.2}50%{opacity:1}}@keyframes gen-dot-seq{0%,20%{opacity:.2}30%,50%{opacity:1}60%,to{opacity:.2}}:where(.home-landing) .gen-dots .dot-1{animation:gen-dot-seq 1.35s infinite}:where(.home-landing) .gen-dots .dot-2{animation:gen-dot-seq 1.35s .45s infinite}:where(.home-landing) .gen-dots .dot-3{animation:gen-dot-seq 1.35s .9s infinite}:where(.home-landing) .quizlet-carousel-container{width:100%}:where(.home-landing) .carousel-viewport{width:100%;overflow:hidden;container-type:inline-size;border-radius:28px}:where(.home-landing) .quizlet-carousel-track{--card-gap:0px;--card-width:82cqw;--carousel-offset:calc((100cqw - var(--card-width)) / 2);display:flex;gap:var(--card-gap);width:max-content;transform:translateX(calc(-1 * var(--carousel-idx, 0) * (var(--card-width) + var(--card-gap)) + var(--carousel-offset)));transition:transform .5s cubic-bezier(.16,1,.3,1)}@media (max-width:640px){:where(.home-landing) .carousel-viewport{width:min(calc(100vw - 70px),360px);margin-left:auto;margin-right:auto;background:linear-gradient(90deg,#f8f5ff,#f5faff 42%,#f6fff9)}:where(.home-landing) .quizlet-carousel-track{--card-gap:0px;--card-width:100cqw}:where(.home-landing) .quizlet-card,html[data-theme=dark] :where(.home-landing) .quizlet-card{background:transparent!important}html[data-theme=dark] :where(.home-landing) .carousel-viewport{background:linear-gradient(90deg,rgba(168,85,247,.16),rgba(59,130,246,.14) 42%,rgba(34,197,94,.16))}:where(.home-landing) .quizlet-card .card-title{font-size:17px!important;margin-bottom:10px!important}:where(.home-landing) .quizlet-card .space-y-3>:not([hidden])~:not([hidden]){margin-top:8px!important}:where(.home-landing) .difficulty-btn,:where(.home-landing) .task-qty-pill{flex:1 1 0;min-width:0;padding-left:6px;padding-right:6px;white-space:nowrap}}:where(.home-landing) .quizlet-card{width:var(--card-width);flex:0 0 var(--card-width);padding:24px;border-radius:0;box-shadow:none;display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;min-height:350px;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}:where(.home-landing) .quizlet-card.card-color-blue,:where(.home-landing) .quizlet-card.card-color-green,:where(.home-landing) .quizlet-card.card-color-orange,:where(.home-landing) .quizlet-card.card-color-teal,:where(.home-landing) .quizlet-card.card-color-violet,:where(.home-landing) .quizlet-card.card-color-yellow,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-blue,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-green,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-orange,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-teal,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-violet,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-yellow{background:transparent}:where(.home-landing) .quizlet-card:hover{transform:none;box-shadow:none}:where(.home-landing) .carousel-status-nav{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;flex-wrap:nowrap}:where(.home-landing) .carousel-status-pill{position:relative;display:flex;align-items:center;justify-content:center;width:10px;height:24px;padding:0;border-radius:var(--r-full);border:0;background:transparent;cursor:pointer;transition:transform .22s ease}:where(.home-landing) .carousel-status-pill.active{background:transparent}:where(.home-landing) .carousel-status-dot{display:block;width:9px;height:9px;border-radius:50%;background:color-mix(in srgb,var(--green) 28%,white);transition:border-radius .22s ease,background .22s ease,width .22s ease,transform .22s ease}:where(.home-landing) .carousel-status-pill.active .carousel-status-dot{width:9px;border-radius:50%;background:var(--green);box-shadow:none}:where(.home-landing) .carousel-status-pill:hover .carousel-status-dot{background:color-mix(in srgb,var(--green) 52%,white)}:where(.home-landing) .carousel-status-pill:hover{transform:none}@media (prefers-reduced-motion:reduce){:where(.home-landing) .nav-matura-promo{animation:none}}:where(.home-landing) .quizlet-card-inner{background:var(--surface);border-radius:20px;padding:24px;border:1px solid var(--line);display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;box-sizing:border-box;width:100%}:where(.home-landing) .quizlet-card .card-title{font-size:18px!important;font-weight:700!important;color:var(--ink);text-align:center!important;margin:0 0 20px!important;letter-spacing:-.5px!important;line-height:1.2}:where(.home-landing) .score-box{display:flex;align-items:center;justify-content:space-between;background:var(--bg-soft);padding:14px;border-radius:16px;border:1px solid var(--line);margin-bottom:20px}:where(.home-landing) .score-label{margin:0;font-size:10px;color:var(--muted);font-weight:700;text-transform:none;letter-spacing:.5px}:where(.home-landing) .score-value{margin:2px 0 0;font-size:22px;font-weight:770;color:var(--green-deep)}:where(.home-landing) .badge-circle{width:40px;height:40px;border-radius:50%;background:conic-gradient(var(--green) var(--score-pct,70%),var(--line) 0);display:flex;align-items:center;justify-content:center;transition:background .18s linear}:where(.home-landing) .badge-circle-inner{width:32px;height:32px;background:var(--bg-soft);border-radius:50%}:where(.home-landing) .stats-list{display:flex;flex-direction:column;gap:12px}:where(.home-landing) .stat-item{background:var(--surface);padding:12px;border-radius:14px;border:1px solid var(--line)}:where(.home-landing) .stat-info{display:flex;justify-content:space-between;font-size:11px;font-weight:600;margin-bottom:8px;color:var(--ink)}:where(.home-landing) .progress-bar-bg{width:100%;background:#f1f5f9;height:6px;border-radius:10px;overflow:hidden}:where(.home-landing) .progress-bar-fill{height:100%;border-radius:10px;transform-origin:left center;animation:stat-fill-in .95s cubic-bezier(.16,1,.3,1) both}@keyframes stat-fill-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}:where(.home-landing) .formula-box,:where(.home-landing) .slider-box{background:var(--surface);padding:14px;border-radius:14px;border:1px solid var(--line)}:where(.home-landing) .slider-box{margin-bottom:12px}:where(.home-landing) .slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}:where(.home-landing) .slider-label{margin:0;font-size:11px;font-weight:600;color:var(--ink)}:where(.home-landing) .slider-badge{font-size:11px;font-weight:700;color:var(--green-deep);background:var(--green-bg);padding:3px 10px;border-radius:999px}:where(.home-landing) .custom-slider{width:100%;margin:0;accent-color:var(--green);cursor:pointer}:where(.home-landing) .slider-footer{margin-top:6px;display:flex;justify-content:space-between;font-size:10px;font-weight:600;color:var(--muted)}:where(.home-landing) .formula-box{display:flex;justify-content:space-between;align-items:center}:where(.home-landing) .formula-title{font-size:11px;font-weight:600;color:var(--ink)}:where(.home-landing) .formula-status{font-size:11px;font-weight:700;color:var(--green-deep)}:where(.home-landing) .ai-header{display:flex;align-items:center;gap:12px;background:var(--bg-soft);padding:12px 14px;border-radius:14px;border:1px solid var(--line);margin-bottom:16px}:where(.home-landing) .ai-avatar{width:28px;height:28px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;color:var(--surface);font-size:11px;font-weight:700}:where(.home-landing) .ai-info p{margin:0}:where(.home-landing) .ai-name{font-size:12px;font-weight:700;color:var(--ink)}:where(.home-landing) .ai-status{font-size:10px;color:var(--green-deep);font-weight:700;margin-top:2px!important}:where(.home-landing) .chat-container{display:flex;flex-direction:column;gap:12px;font-size:11px;line-height:1.6}:where(.home-landing) .chat-container--animated{min-height:238px;justify-content:flex-start}:where(.home-landing) .chat-line{opacity:0;transform:translateY(8px);animation:chat-line-in .34s ease forwards}:where(.home-landing) .chat-line--student{display:flex;justify-content:flex-end}:where(.home-landing) .chat-line--ai{align-items:flex-end}:where(.home-landing) .chat-line--1{animation-delay:.44s}:where(.home-landing) .chat-line--2{animation-delay:2.12s}:where(.home-landing) .chat-line--3{animation-delay:4.56s}:where(.home-landing) .chat-line--4{animation-delay:6.28s}:where(.home-landing) .chat-line .chat-bubble{opacity:0;transform:translateY(4px);animation:chat-bubble-in .28s ease forwards}:where(.home-landing) .chat-line--1 .chat-bubble{animation-delay:1.16s}:where(.home-landing) .chat-line--2 .chat-bubble{animation-delay:2.92s}:where(.home-landing) .chat-line--3 .chat-bubble{animation-delay:5.16s}:where(.home-landing) .chat-line--4 .chat-bubble{animation-delay:7s}:where(.home-landing) .chat-line--ai>.korepetytor-avatar,:where(.home-landing) .chat-line--ai>:first-child,:where(.home-landing) .chat-line--ai>svg{opacity:1}:where(.home-landing) .typing-indicator{display:inline-flex;align-items:center;gap:3px;width:max-content;height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--line);background:var(--bg-soft);color:var(--muted);animation:typing-hide .1s linear forwards}:where(.home-landing) .chat-line--student .typing-indicator{margin-left:auto;background:var(--green-bg);border-color:var(--green-soft)}:where(.home-landing) .typing-indicator span{width:4px;height:4px;border-radius:50%;background:currentColor;animation:typing-dot .58s ease-in-out infinite}:where(.home-landing) .typing-indicator span:nth-child(2){animation-delay:.12s}:where(.home-landing) .typing-indicator span:nth-child(3){animation-delay:.24s}:where(.home-landing) .chat-line--1 .typing-indicator{animation-delay:1.08s}:where(.home-landing) .chat-line--2 .typing-indicator{animation-delay:2.84s}:where(.home-landing) .chat-line--3 .typing-indicator{animation-delay:5.08s}:where(.home-landing) .chat-line--4 .typing-indicator{animation-delay:6.92s}:where(.home-landing) .chat-bubble{padding:8px 12px;max-width:90%;border:1px solid var(--line);font-size:11px}:where(.home-landing) .bubble-left{background:var(--bg-soft);border-radius:14px 14px 14px 4px;color:var(--ink)}:where(.home-landing) .bubble-right{background:var(--green-bg);border-color:var(--green-soft);color:var(--green-deep);border-radius:16px 16px 4px 16px;align-self:flex-end;text-align:right;font-weight:600}@keyframes chat-line-in{to{opacity:1;transform:translateY(0)}}@keyframes chat-bubble-in{to{opacity:1;transform:translateY(0)}}@keyframes chat-avatar-in{to{opacity:1}}@keyframes typing-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@keyframes typing-hide{to{opacity:0;transform:scale(.96)}}:where(.home-landing) code.math-snippet{background:#cbd5e1;padding:2px 6px;border-radius:4px;font-family:monospace;font-weight:700;font-size:10px}:where(.home-landing) .bubble-right code.math-snippet{background:#86efac;color:var(--green-deep)}:where(.home-landing) .cke-box{background:var(--bg-soft);padding:14px;border-radius:16px;border:1px solid var(--line);margin-bottom:12px}:where(.home-landing) .cke-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:10px}:where(.home-landing) .cke-badge{font-size:10px;font-weight:700;color:#e11d48;background:#ffe4e6;padding:3px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}:where(.home-landing) .cke-date{font-size:10px;font-weight:600;color:var(--muted)}:where(.home-landing) .cke-question{font-size:11px;font-weight:600;color:var(--ink);line-height:1.6;margin:0}:where(.home-landing) code.math-inline{background:var(--line);padding:2px 4px;border-radius:4px;font-family:monospace;font-weight:700;font-size:10px}:where(.home-landing) .options-list{display:flex;flex-direction:column;gap:8px}:where(.home-landing) .option-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:11px;font-weight:500}:where(.home-landing) .option-item.correct{background:var(--green-bg);border-color:var(--green-soft);color:var(--green-deep);font-weight:700}:where(.home-landing) .option-letter{width:22px;height:22px;border-radius:50%;background:var(--bg-soft);color:var(--muted);font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}:where(.home-landing) .option-item.correct .option-letter{background:var(--green);color:var(--surface)}:where(.home-landing) .exam-mode-preview{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;min-height:190px;padding:12px;border-radius:16px;border:1px solid #d7e1df;background:#f6f8f9;color:#334155;box-shadow:0 8px 18px rgba(15,23,42,.06)}:where(.home-landing) .exam-mode-preview__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(148,163,184,.35);padding-bottom:8px}:where(.home-landing) .exam-mode-preview__label,:where(.home-landing) .exam-mode-preview__section-label{color:#64748b;font-size:9px;font-weight:800;letter-spacing:0;text-transform:none}:where(.home-landing) .exam-mode-preview__timer{display:inline-flex;align-items:center;gap:2px;padding:3px 7px;border-radius:999px;border:1px solid #fbbf24;background:#fffbeb;color:#b45309;font-size:9px;font-weight:800}:where(.home-landing) .exam-mode-preview__nav-tile{display:flex;align-items:center;justify-content:center;height:22px;border-radius:7px;font-size:10px;font-weight:800}:where(.home-landing) .exam-mode-preview__nav-tile--saved{background:#10b981;color:white}:where(.home-landing) .exam-mode-preview__nav-tile--review{background:#fbbf24;color:#1f2937}:where(.home-landing) .exam-mode-preview__nav-tile--empty{background:#e2e8f0;color:#64748b}:where(.home-landing) .exam-mode-preview__progress{border-top:1px solid rgba(148,163,184,.35);padding-top:8px}:where(.home-landing) .exam-mode-preview__progress-copy{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;color:#64748b;font-size:9px;font-weight:800}:where(.home-landing) .exam-mode-preview__progress-copy span:last-child{color:#059669}:where(.home-landing) .exam-mode-preview__bar{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#e2e8f0}:where(.home-landing) .exam-mode-preview__bar-fill{height:100%;border-radius:inherit;background:#10b981}html[data-theme=dark] :where(.home-landing) .exam-mode-preview{border-color:rgba(148,163,184,.22);background:rgba(30,41,59,.78);color:#f1f5f9;box-shadow:none}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__header,html[data-theme=dark] :where(.home-landing) .exam-mode-preview__progress{border-color:rgba(255,255,255,.1)}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__label,html[data-theme=dark] :where(.home-landing) .exam-mode-preview__progress-copy,html[data-theme=dark] :where(.home-landing) .exam-mode-preview__section-label{color:#94a3b8}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__timer{border-color:rgba(252,211,77,.3);background:rgba(251,191,36,.1);color:#fde68a}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__nav-tile--empty{border:1px solid #334155;background:#1e293b;color:#94a3b8}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__nav-tile--review{color:#020617}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__progress-copy span:last-child{color:#6ee7b7}html[data-theme=dark] :where(.home-landing) .exam-mode-preview__bar{background:#1e293b}:where(.home-landing) .study-plan-preview{display:flex;flex-direction:column;justify-content:center;gap:16px;min-height:164px;padding:14px;border:1px solid color-mix(in srgb,var(--green) 22%,var(--line));border-radius:16px;background:color-mix(in srgb,var(--green-bg) 52%,var(--surface))}:where(.home-landing) .study-plan-preview__header{display:block}:where(.home-landing) .study-plan-preview__title{margin:0;max-width:210px;color:var(--ink);font-size:14.4px;font-weight:800;line-height:1.3}:where(.home-landing) .study-plan-preview__steps{display:flex;flex-direction:column;gap:8px}:where(.home-landing) .study-plan-preview__step{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 84%,transparent);color:var(--ink-2);font-size:11px;font-weight:700;padding:9px 10px}:where(.home-landing) .study-plan-preview__step.active{border-color:color-mix(in srgb,var(--green) 34%,var(--line));color:var(--ink)}:where(.home-landing) .study-plan-preview__check{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;border:1px solid color-mix(in srgb,var(--green) 28%,var(--line));color:transparent;font-size:12px;font-weight:900;line-height:1}:where(.home-landing) .study-plan-preview__step.active .study-plan-preview__check{border-color:var(--green);background:var(--green);color:white}:where(.home-landing) .study-plan-preview__step strong{color:var(--green-deep);font-size:10px}:where(.home-landing) .habit-box{background:var(--bg-soft);padding:16px;border-radius:16px;border:1px solid var(--line);text-align:center}:where(.home-landing) .habit-title{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}:where(.home-landing) .days-container{display:flex;justify-content:space-between}:where(.home-landing) .day-col{display:flex;flex-direction:column;align-items:center;gap:6px}:where(.home-landing) .day-name{font-size:10px;font-weight:600;color:var(--muted)}:where(.home-landing) .day-circle{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}:where(.home-landing) .day-circle.done{background:var(--green);color:white;box-shadow:0 2px 4px rgba(34,197,94,.2)}:where(.home-landing) .day-circle.pending{background:var(--surface);border:1px solid var(--line);color:var(--muted);font-weight:700}@media (min-width:768px){:where(.home-landing) .quizlet-carousel-track{--card-width:calc((100cqw - var(--card-gap)) / 2);--carousel-offset:0px}}@media (min-width:1024px){:where(.home-landing) .quizlet-carousel-track{--card-width:calc((100cqw - 2 * var(--card-gap)) / 3);--carousel-offset:0px}}:where(.home-landing) .hero-h1-sleek{font-family:var(--font-avenir),var(--font-hanken),system-ui,sans-serif;font-size:clamp(30px,4.8vw,65px)!important;line-height:1.1!important;letter-spacing:-.035em;font-weight:500!important;color:var(--ink);-webkit-text-stroke:.35px currentColor;margin:0 auto 16px;max-width:900px}.home-landing{font-family:var(--font-avenir),var(--font-hanken),system-ui,sans-serif}.home-landing .features-blocks-section h2,.home-landing .home-faq-title{font-family:var(--font-avenir),var(--font-hanken),system-ui,sans-serif;font-weight:500;color:var(--ink);-webkit-text-stroke:.35px currentColor}.home-landing .quizlet-card :not(.card-title){font-weight:400!important}:where(.home-landing) .menu-overlay,:where(.home-landing) .nav{font-family:var(--font-avenir),var(--font-hanken),system-ui,sans-serif}:where(.home-landing) .menu-link-cta{background:#14161a!important;border-color:#14161a!important;color:#ffffff!important;box-shadow:0 2px 10px -2px rgba(0,0,0,.35)!important}:where(.home-landing) .menu-link-cta:hover{background:#000000!important;border-color:#000000!important}:where(.home-landing) .hero-sub-sleek{font-size:17.5px;color:var(--ink-2);max-width:640px;margin:0 auto 36px;line-height:1.5;font-weight:540}:where(.home-landing) .btn,:where(.home-landing) .btn-primary,:where(.home-landing) .features-blocks-section .btn,:where(.home-landing) .quizlet-carousel-container .btn{border-radius:14px!important;font-weight:700!important;letter-spacing:-.01em;box-shadow:0 4px 14px rgba(34,168,98,.12);transition:all .2s cubic-bezier(.16,1,.3,1)}:where(.home-landing) .btn-primary:hover,:where(.home-landing) .btn:hover{transform:translateY(-1.5px);box-shadow:0 6px 20px rgba(34,168,98,.2)}:where(.home-landing) .btn-primary:active,:where(.home-landing) .btn:active{transform:translateY(0)}:where(.home-landing) .difficulty-btn{padding:8px 14px;border-radius:10px;border:1px solid var(--line);font-size:11.5px;font-weight:700;cursor:pointer;background:var(--surface);color:var(--ink-2);transition:all .2s ease;flex:1;text-align:center}:where(.home-landing) .difficulty-btn.active{background:var(--green-bg);border-color:var(--green);color:var(--green-deep)}:where(.home-landing) .difficulty-btn:hover:not(.active){border-color:var(--line-strong);background:var(--bg-soft)}:where(.home-landing) .task-qty-pill{padding:6px 10px;border-radius:8px;border:1px solid var(--line);font-size:11px;font-weight:700;cursor:pointer;background:var(--surface);color:var(--ink-2);transition:all .15s ease;flex:1;text-align:center}:where(.home-landing) .task-qty-pill.active{background:var(--green-bg);border-color:var(--green);color:var(--green-deep)}:where(.home-landing) .task-qty-pill:hover:not(.active){background:var(--bg-soft)}:where(.home-landing) .stepper-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:var(--ink);cursor:pointer;user-select:none;transition:all .15s ease}:where(.home-landing) .stepper-btn:hover{background:var(--bg-soft);border-color:var(--line-strong)}:where(.home-landing) .stepper-btn:active{transform:scale(.9)}@keyframes cke-shake{0%,to{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}:where(.home-landing) .cke-shake{animation:cke-shake .4s ease-in-out}@keyframes cke-pop{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}:where(.home-landing) .cke-pop{animation:cke-pop .3s ease-out}:where(.home-landing) .option-item.clickable{cursor:pointer;transition:all .2s ease}:where(.home-landing) .option-item.clickable:hover:not(.correct):not(.incorrect){background:var(--bg-soft);border-color:var(--line-strong)}:where(.home-landing) .option-item.incorrect{background:var(--red-bg);border-color:var(--red-soft);color:var(--red-deep);font-weight:700}:where(.home-landing) .option-item.incorrect .option-letter{background:var(--red);color:var(--surface)}:where(.home-landing) .streak-svg-flame{width:22px;height:22px;stroke:var(--green);fill:none}:where(.home-landing) .streak-svg-flame.active{fill:var(--green-bg)}@media (max-width:640px){:where(.home-landing) .hero .quizlet-carousel-container{padding-left:0!important;padding-right:0!important}:where(.home-landing) .quizlet-carousel-track{--card-gap:10px;--card-width:min(calc(100vw - 32px),390px)}:where(.home-landing) .quizlet-card{min-height:0!important;padding:8px!important}:where(.home-landing) .quizlet-card-inner{min-height:0!important;padding:10px!important}:where(.home-landing) .quizlet-card .card-title{font-size:17px!important;margin-bottom:10px!important}:where(.home-landing) .quizlet-card .space-y-3>:not([hidden])~:not([hidden]){margin-top:8px!important}:where(.home-landing) .difficulty-btn,:where(.home-landing) .task-qty-pill{flex:1 1 0;min-width:0;padding-left:6px!important;padding-right:6px!important;font-size:11px!important;white-space:nowrap}:where(.home-landing) .stepper-btn{width:30px!important;height:30px!important;flex:0 0 30px}:where(.home-landing) .quizlet-card-inner>button{margin-top:22px!important}:where(.home-landing) .quizlet-card .rounded-xl{border-radius:14px!important}}@media (max-width:380px){:where(.home-landing) .carousel-viewport{width:calc(100vw - 62px)}:where(.home-landing) .quizlet-carousel-track{--card-width:100cqw}:where(.home-landing) .quizlet-card{padding:6px!important}:where(.home-landing) .quizlet-card-inner{padding:9px!important}:where(.home-landing) .difficulty-btn,:where(.home-landing) .task-qty-pill{font-size:10px!important;padding-left:4px!important;padding-right:4px!important}}html[data-theme=dark] :where(.home-landing) .quizlet-card .bg-white{background:var(--surface)!important}html[data-theme=dark] :where(.home-landing) .quizlet-card .stepper-btn{background:var(--bg-soft);border-color:var(--line-strong)}html[data-theme=dark] :where(.home-landing) .quizlet-card .stepper-btn:hover{background:var(--surface-elevated)}@media (max-width:640px){:where(.home-landing) .carousel-viewport{width:min(calc(100vw - 32px),390px);margin-left:auto;margin-right:auto;background:transparent}:where(.home-landing) .quizlet-carousel-track{--card-gap:0px;--card-width:100cqw}:where(.home-landing) .quizlet-card{padding:22px 16px 24px!important}:where(.home-landing) .quizlet-card.card-color-violet{background:linear-gradient(90deg,#f8f5ff,#f5faff 52%,#f6fff9)!important}:where(.home-landing) .quizlet-card.card-color-blue{background:linear-gradient(90deg,#f5faff,#f6fff9 58%,#ecfff4)!important}:where(.home-landing) .quizlet-card.card-color-green{background:linear-gradient(90deg,#f6fff9,#f0fff6 52%,#fffdf2)!important}:where(.home-landing) .quizlet-card.card-color-yellow{background:linear-gradient(90deg,#fffdf2,#fff8ec 54%,#fffbf5)!important}:where(.home-landing) .quizlet-card.card-color-orange{background:linear-gradient(90deg,#fffbf5,#fbf5ff 56%,#f8f5ff)!important}:where(.home-landing) .quizlet-card.card-color-teal{background:linear-gradient(90deg,#eefdfb,#f4fbff 56%,#f8f5ff)!important}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-violet{background:linear-gradient(90deg,rgba(168,85,247,.18),rgba(59,130,246,.16) 52%,rgba(34,197,94,.14))!important}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-blue{background:linear-gradient(90deg,rgba(59,130,246,.18),rgba(34,197,94,.16) 58%,rgba(34,197,94,.18))!important}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-green{background:linear-gradient(90deg,rgba(34,197,94,.18),rgba(34,197,94,.15) 52%,rgba(234,179,8,.15))!important}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-yellow{background:linear-gradient(90deg,rgba(234,179,8,.16),rgba(249,115,22,.14) 54%,rgba(249,115,22,.16))!important}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-orange{background:linear-gradient(90deg,rgba(249,115,22,.16),rgba(168,85,247,.14) 56%,rgba(168,85,247,.18))!important}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-teal{background:linear-gradient(90deg,rgba(20,184,166,.16),rgba(59,130,246,.14) 56%,rgba(168,85,247,.18))!important}}@media (max-width:380px){:where(.home-landing) .carousel-viewport{width:calc(100vw - 28px)}:where(.home-landing) .quizlet-card{padding:18px 14px 20px!important}}@media (min-width:1024px){:where(.home-landing) .nav .wrap,:where(.home-landing) footer .wrap{max-width:1680px;padding-left:8px;padding-right:8px}}:where(.home-landing) .nav-auth-btn.btn-ghost{background:var(--surface);border:1px solid var(--line);color:var(--ink);box-shadow:none}:where(.home-landing) .nav-auth-btn.btn-ghost:hover{background:var(--bg-soft);border-color:var(--line);color:var(--ink);box-shadow:none;transform:none}:where(.home-landing) .menu-link-login{color:var(--ink);background:var(--surface);border-color:var(--line)}:where(.home-landing) .menu-link-login:hover{color:var(--ink);background:var(--bg-soft);border-color:var(--line)}html[data-theme=dark] :where(.home-landing) .menu-link-login,html[data-theme=dark] :where(.home-landing) .menu-link-login:hover{color:var(--ink);background:var(--surface);border-color:var(--line)}:where(.home-landing) .features-blocks-section{background:#fcfbf8}html[data-theme=dark] :where(.home-landing) .features-blocks-section{background:color-mix(in srgb,var(--surface) 94%,#fcfbf8 6%)}:where(.home-landing) .feature-mock-card{min-height:196px;display:flex;flex-direction:column;justify-content:center;width:100%}:where(.home-landing) .feature-mock-card--list{gap:8px;min-height:196px;padding-top:22px!important;padding-bottom:22px!important}:where(.home-landing) .feature-mock-card--list>div{min-height:40px;padding-top:9px!important;padding-bottom:9px!important}:where(.home-landing) .feature-mock-card--progress{gap:30px;min-height:196px;padding-top:34px!important;padding-bottom:34px!important}:where(.home-landing) .feature-mock-card--progress .h-2\.5{height:12px}:where(.home-landing) .feature-mock-card--progress .text-xs{font-size:13px}:where(.home-landing) .feature-mock-card--streak{gap:20px;min-height:196px;padding-top:34px!important;padding-bottom:34px!important}:where(.home-landing) .feature-mock-card--streak .mb-4{margin-bottom:18px!important}:where(.home-landing) .feature-mock-card--streak .h-7.w-7,:where(.home-landing) .feature-mock-card--streak .sm\:h-8.sm\:w-8{width:40px!important;height:40px!important}:where(.home-landing) .feature-mock-card--streak .text-\[10px\]{font-size:11px!important}:where(.home-landing) .feature-mock-card--streak p{font-size:13px}@media (max-width:640px){:where(.home-landing) .feature-mock-card{min-height:184px}:where(.home-landing) .feature-mock-card--streak .h-7.w-7,:where(.home-landing) .feature-mock-card--streak .sm\:h-8.sm\:w-8{width:34px!important;height:34px!important}}:where(.home-landing) .quizlet-card.card-color-violet{background:linear-gradient(90deg,#f8f5ff,#f8f5ff 50%,#f5faff)}:where(.home-landing) .quizlet-card.card-color-blue{background:linear-gradient(90deg,#f5faff,#f5faff 50%,#f6fff9)}:where(.home-landing) .quizlet-card.card-color-green{background:linear-gradient(90deg,#f6fff9,#f6fff9 50%,#fffdf2)}:where(.home-landing) .quizlet-card.card-color-yellow{background:linear-gradient(90deg,#fffdf2,#fffdf2 50%,#fffbf5)}:where(.home-landing) .quizlet-card.card-color-orange{background:linear-gradient(90deg,#fffbf5,#fffbf5 50%,#f8f5ff)}:where(.home-landing) .quizlet-card.card-color-teal{background:linear-gradient(90deg,#eefdfb,#eefdfb 50%,#f8f5ff)}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-violet{background:linear-gradient(90deg,rgba(168,85,247,.12),rgba(168,85,247,.12) 62%,rgba(59,130,246,.12))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-blue{background:linear-gradient(90deg,rgba(59,130,246,.12),rgba(59,130,246,.12) 62%,rgba(34,197,94,.12))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-green{background:linear-gradient(90deg,rgba(34,197,94,.12),rgba(34,197,94,.12) 62%,rgba(234,179,8,.12))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-yellow{background:linear-gradient(90deg,rgba(234,179,8,.12),rgba(234,179,8,.12) 62%,rgba(249,115,22,.12))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-orange{background:linear-gradient(90deg,rgba(249,115,22,.12),rgba(249,115,22,.12) 62%,rgba(168,85,247,.12))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-teal{background:linear-gradient(90deg,rgba(20,184,166,.12),rgba(20,184,166,.12) 62%,rgba(168,85,247,.12))}:where(.home-landing) .quizlet-card{position:relative;background:var(--card-gradient)!important}:where(.home-landing) .quizlet-card:after,:where(.home-landing) .quizlet-card:before{display:none}:where(.home-landing) .quizlet-card.card-color-violet{--card-gradient:linear-gradient(90deg,#f5edff,#edf6ff 48%,#eefdf5)}:where(.home-landing) .quizlet-card.card-color-blue{--card-gradient:linear-gradient(90deg,#edf6ff,#eefdf5 55%,#e9fff2)}:where(.home-landing) .quizlet-card.card-color-green{--card-gradient:linear-gradient(90deg,#eefdf5,#effdf3 48%,#fff9e8)}:where(.home-landing) .quizlet-card.card-color-yellow{--card-gradient:linear-gradient(90deg,#fff9e8,#fff2e8 52%,#fff5ef)}:where(.home-landing) .quizlet-card.card-color-orange{--card-gradient:linear-gradient(90deg,#fff5ef,#f8efff 54%,#f5edff)}:where(.home-landing) .quizlet-card.card-color-teal{--card-gradient:linear-gradient(90deg,#eefdfb,#f4fbff 54%,#f5edff)}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-violet{--card-gradient:linear-gradient(90deg,rgba(168,85,247,0.34),rgba(59,130,246,0.26) 48%,rgba(34,197,94,0.2))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-blue{--card-gradient:linear-gradient(90deg,rgba(59,130,246,0.3),rgba(34,197,94,0.24) 55%,rgba(34,197,94,0.28))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-green{--card-gradient:linear-gradient(90deg,rgba(34,197,94,0.28),rgba(34,197,94,0.22) 48%,rgba(234,179,8,0.24))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-yellow{--card-gradient:linear-gradient(90deg,rgba(234,179,8,0.25),rgba(249,115,22,0.22) 52%,rgba(249,115,22,0.24))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-orange{--card-gradient:linear-gradient(90deg,rgba(249,115,22,0.25),rgba(168,85,247,0.2) 54%,rgba(168,85,247,0.3))}html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-teal{--card-gradient:linear-gradient(90deg,rgba(20,184,166,0.25),rgba(59,130,246,0.2) 54%,rgba(168,85,247,0.28))}@media (max-width:640px){:where(.home-landing) .carousel-viewport{width:min(calc(100vw - 28px),392px);overflow:hidden;background:transparent!important}:where(.home-landing) .quizlet-card{padding:22px 18px 18px!important}}@media (max-width:380px){:where(.home-landing) .carousel-viewport{width:calc(100vw - 22px)}:where(.home-landing) .quizlet-card{padding:18px 16px 16px!important}}:where(.home-landing) .carousel-viewport{background:transparent!important;overflow:hidden!important;position:relative;isolation:isolate;--card-gap:0px;--card-width:82cqw;--carousel-offset:calc((100cqw - var(--card-width)) / 2)}:where(.home-landing) .carousel-viewport:before{content:"";display:none;position:absolute;inset:0;z-index:0;pointer-events:none;border-radius:28px;background:linear-gradient(90deg,#f5edff,#edf6ff 16%,#eefdf5 32%,#fff9e8 50%,#fff5ef 66%,#eefdfb 84%,#f5edff);background-size:calc((var(--card-width) + var(--card-gap)) * 6) 100%;background-position:calc(-1 * var(--carousel-idx, 0) * (var(--card-width) + var(--card-gap)) + var(--carousel-offset)) 0;background-repeat:repeat-x;opacity:.95;transition:var(--carousel-bg-transition,background-position .5s cubic-bezier(.16,1,.3,1));-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent),linear-gradient(180deg,transparent 0,#000 15%,#000 83%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0,#000 12%,#000 88%,transparent),linear-gradient(180deg,transparent 0,#000 15%,#000 83%,transparent);mask-composite:intersect}html[data-theme=dark] :where(.home-landing) .carousel-viewport:before{background:linear-gradient(90deg,rgba(168,85,247,.15),rgba(59,130,246,.135) 16%,rgba(34,197,94,.14) 32%,rgba(234,179,8,.105) 50%,rgba(249,115,22,.095) 66%,rgba(20,184,166,.11) 84%,rgba(168,85,247,.15));opacity:.82}:where(.home-landing) .quizlet-carousel-track{position:relative;z-index:1;overflow:visible;border-radius:28px}:where(.home-landing) .quizlet-carousel-track:before{display:none}:where(.home-landing) .quizlet-card,:where(.home-landing) .quizlet-card.card-color-blue,:where(.home-landing) .quizlet-card.card-color-green,:where(.home-landing) .quizlet-card.card-color-orange,:where(.home-landing) .quizlet-card.card-color-teal,:where(.home-landing) .quizlet-card.card-color-violet,:where(.home-landing) .quizlet-card.card-color-yellow,html[data-theme=dark] :where(.home-landing) .quizlet-card,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-blue,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-green,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-orange,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-teal,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-violet,html[data-theme=dark] :where(.home-landing) .quizlet-card.card-color-yellow{position:relative;z-index:1;background:transparent!important}:where(.home-landing) .quizlet-card-inner{position:relative;z-index:2}@media (max-width:640px){:where(.home-landing) .carousel-viewport{--card-gap:0px;--card-width:100cqw;--carousel-offset:0px}:where(.home-landing) .quizlet-carousel-track{border-radius:26px}:where(.home-landing) .carousel-viewport:before{border-radius:26px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent),linear-gradient(180deg,transparent 0,#000 11%,#000 85%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,transparent 0,#000 9%,#000 91%,transparent),linear-gradient(180deg,transparent 0,#000 11%,#000 85%,transparent);mask-composite:intersect}}@media (min-width:768px){:where(.home-landing) .carousel-viewport{--card-width:calc((100cqw - var(--card-gap)) / 2);--carousel-offset:0px}}@media (min-width:1024px){:where(.home-landing) .carousel-viewport{--card-width:calc((100cqw - 2 * var(--card-gap)) / 3);--carousel-offset:0px}}:where(.home-landing) .home-faq-section{padding:86px 0 96px;background:var(--surface);border-top:1px solid var(--line)}:where(.home-landing) .home-faq-title{margin:0 auto 28px;max-width:860px;font-size:clamp(28px,3.5vw,44px);line-height:1.1;font-weight:600;letter-spacing:-.035em;color:var(--ink);text-align:center}:where(.home-landing) .home-faq-list{max-width:860px;margin:0 auto;border-top:1px solid var(--line)}:where(.home-landing) .home-faq-item{border-bottom:1px solid var(--line)}:where(.home-landing) .home-faq-item summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:32px 0;cursor:pointer;font-size:20px;font-weight:500;color:var(--ink);letter-spacing:-.01em}:where(.home-landing) .home-faq-item summary::-webkit-details-marker{display:none}:where(.home-landing) .home-faq-icon{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);color:var(--ink-2);background:var(--surface);transition:transform .2s ease,background .2s ease,border-color .2s ease}:where(.home-landing) .home-faq-icon svg{width:18px;height:18px}:where(.home-landing) .home-faq-item[open] .home-faq-icon{transform:rotate(180deg);background:var(--green-bg);border-color:var(--green-soft);color:var(--green-deep)}:where(.home-landing) .home-faq-item p{margin:-14px 54px 32px 0;color:var(--ink-2);font-size:15px;line-height:1.7;font-weight:400}@media (max-width:640px){:where(.home-landing) .home-faq-section{padding:64px 0 72px}:where(.home-landing) .home-faq-title{margin-bottom:18px}:where(.home-landing) .home-faq-item summary{padding:24px 0;font-size:18px}:where(.home-landing) .home-faq-item p{margin-right:0;font-size:14px}}