:root{--purple-950:#190536;--purple-900:#210743;--purple-800:#32105f;--purple-700:#5e24be;--purple-600:#7136df;--purple-500:#8450ec;--purple-200:#dfd3fb;--purple-100:#f2edff;--purple-50:#faf8ff;--green-700:#38a611;--green-600:#51c91b;--green-500:#68d72a;--green-300:#a8ec71;--green-100:#eefbe6;--ink:#190a3b;--ink-2:#30254e;--muted:#675d7f;--line:#e8e3f1;--surface:#fff;--page:#fff;--shadow-card:0 8px 24px #30165614;--shadow-soft:0 4px 14px #30165612;--radius-sm:12px;--radius-md:18px;--radius-lg:24px;--page-width:1420px;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--page)}body{min-width:320px;color:var(--ink);background:var(--page);font-family:var(--font);-webkit-font-smoothing:antialiased;margin:0}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%;display:block}.icon{flex:none;width:1.25em;height:1.25em}.page-shell{width:min(calc(100% - 72px), var(--page-width));margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{color:#fff;background:linear-gradient(90deg,#1c073c 0%,#17032f 100%);height:78px}.header-inner{justify-content:space-between;align-items:center;width:min(100% - 72px,1460px);height:100%;margin:0 auto;display:flex}.brand{color:#fff;letter-spacing:-.04em;align-items:center;gap:10px;font-size:clamp(1.55rem,2.3vw,2.2rem);font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{object-fit:contain;width:72px;height:56px}.brand-stash{color:var(--green-500);margin-left:-4px}.main-nav{align-items:center;gap:42px;height:100%;display:flex}.nav-link{color:#fff;opacity:.96;align-items:center;gap:8px;height:100%;font-size:18px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.nav-link.active:after{content:"";background:var(--green-500);border-radius:999px;height:3px;position:absolute;bottom:14px;left:0;right:0}.placeholder{padding:72px 0}.placeholder h1{letter-spacing:-.04em;margin:24px 0 12px;font-size:54px}.placeholder>p{max-width:680px;color:var(--muted);font-size:20px;line-height:1.6}.placeholder-note{background:var(--purple-50);border:1px solid var(--purple-200);border-radius:var(--radius-md);margin-top:24px;padding:18px 20px}@media (width<=760px){.page-shell,.header-inner{width:min(calc(100% - 32px), var(--page-width))}.site-header{height:68px}.brand{font-size:1.45rem}.brand-mark{width:48px;height:42px}.main-nav{gap:20px}.nav-link{font-size:15px}.nav-link .icon{display:none}}@media (width<=620px){.header-inner{gap:12px}.brand{gap:0}.brand-study,.brand-stash{display:none}.brand-mark{width:46px;height:42px}.main-nav{gap:14px}.nav-link{font-size:14px}}.primary-button{color:#fff;background:linear-gradient(90deg,#4cc816 0%,#58ce18 100%);border-radius:13px;justify-content:center;align-items:center;gap:14px;min-height:54px;padding:0 22px;font-size:17px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 7px 16px #52c9192e}.primary-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #52c91940}.primary-button .icon{margin-left:auto}.icon-button{appearance:none;background:var(--purple-100);color:var(--purple-800);cursor:pointer;border:0;border-radius:12px;place-items:center;display:grid}.icon-button:hover{background:#e9defd}.hero-section{grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);align-items:center;gap:36px;padding-top:34px;padding-bottom:20px;display:grid}.hero-copy{padding-left:42px}.hero-copy h1{color:var(--ink);letter-spacing:-.055em;margin:0;font-size:clamp(58px,5vw,78px);font-weight:800;line-height:.98}.hero-copy h1 span{color:var(--green-600)}.hero-subtitle{color:var(--ink-2);margin:24px 0 28px;font-size:20px;line-height:1.5}.hero-actions{grid-template-columns:1fr 1fr;gap:20px;max-width:720px;display:grid}.action-card{border:1px solid var(--line);border-radius:var(--radius-md);min-height:205px;box-shadow:var(--shadow-card);flex-direction:column;justify-content:flex-start;padding:22px 22px 18px;display:flex}.create-card{background:linear-gradient(135deg,#fbfff8,#f3fde9)}.code-card{background:linear-gradient(135deg,#fdfcff,#f7f2ff)}.action-card-heading{grid-template-columns:60px 1fr;align-items:start;gap:16px;display:grid}.action-card h2{letter-spacing:-.02em;margin:3px 0 8px;font-size:21px}.action-card p{color:var(--ink-2);margin:0;font-size:16px;line-height:1.55}.action-icon{color:#fff;border-radius:14px;place-items:center;width:60px;height:60px;display:grid}.action-icon.green{background:linear-gradient(145deg,#70dc24,#47bf11)}.action-icon.purple{background:linear-gradient(145deg,#9161f1,#6533d0)}.action-icon .icon{width:32px;height:32px}.create-card .primary-button,.code-form{margin-top:12px}.code-input-row{background:#fff;border:1px solid #dcd4eb;border-radius:12px;grid-template-columns:1fr 52px;height:52px;display:grid;overflow:hidden}.code-input-row input{min-width:0;color:var(--ink);border:0;outline:0;padding:0 16px;font-size:15px}.code-input-row input::placeholder{color:#837a99}.code-input-row button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#8654ec,#6632cf);border:0;place-items:center;display:grid}.code-input-row button .icon{width:27px;height:27px}.code-help{color:#5e5473!important;margin:7px 0 0 2px!important;font-size:14px!important}.form-error{white-space:nowrap;text-overflow:ellipsis;height:18px;line-height:18px;overflow:hidden;color:#b1263e!important;margin:2px 0 0 2px!important;font-size:13px!important}.hero-art{justify-content:center;align-self:stretch;align-items:flex-end;min-height:470px;display:flex}.hero-art img{object-fit:contain;object-position:center bottom;width:min(100%,590px);max-height:500px}.collection-section{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#fffffffa;margin-top:2px;padding:14px 20px 18px}.section-heading{align-items:flex-start;gap:12px;padding:0 2px 14px;display:flex}.section-heading.compact{padding-bottom:10px}.section-heading h2{letter-spacing:-.025em;margin:0;font-size:22px}.section-heading p{color:var(--muted);margin:3px 0 0;font-size:13px}.section-icon{color:var(--purple-600);place-items:center;width:32px;height:32px;display:grid}.section-icon .icon{width:28px;height:28px}.library-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.set-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;min-height:172px;padding:14px;position:relative;box-shadow:0 2px 7px #22094606}.set-card-main{color:inherit;grid-template-columns:96px 1fr;gap:14px;text-decoration:none;display:grid}.set-avatar{object-fit:cover;background:var(--purple-100);border-radius:11px;width:96px;height:86px}.set-card-copy{min-width:0;padding-top:2px}.set-card h3{letter-spacing:-.015em;margin:0 0 7px;font-size:16px;line-height:1.25}.set-card-copy p{color:var(--ink-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.set-card-meta{color:var(--muted);margin-top:12px;padding-right:44px;font-size:13px;line-height:1.65}.set-card-meta .meta-dot{margin:0 7px}.set-menu{width:40px;height:40px;position:absolute;bottom:14px;right:12px}.set-menu .icon{width:24px;height:24px}.set-menu-popover{z-index:10;border:1px solid var(--line);opacity:0;visibility:hidden;background:#fff;border-radius:13px;width:190px;padding:6px;transition:opacity .12s,transform .12s,visibility .12s;position:absolute;bottom:60px;right:10px;transform:translateY(5px);box-shadow:0 14px 36px #230a4829}.set-card.menu-open .set-menu-popover{opacity:1;visibility:visible;transform:translateY(0)}.set-menu-item{width:100%;min-height:38px;color:var(--ink-2);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;padding:0 11px;font-size:14px;font-weight:650;text-decoration:none;display:flex}.set-menu-item:hover,.set-menu-item:focus-visible{background:var(--purple-50);color:var(--purple-800);outline:0}.set-menu-item.danger{color:#9e2940}.set-menu-item.danger:hover,.set-menu-item.danger:focus-visible{color:#8c1f34;background:#fff2f4}.set-menu-separator{background:var(--line);height:1px;margin:5px 6px}.set-menu-status{min-height:0;color:var(--green-700);padding:0 11px;font-size:12px;font-weight:700}.recent-section{margin-top:14px;margin-bottom:24px;padding-bottom:14px}.recent-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;display:grid}.recent-card{border:1px solid var(--line);min-width:0;color:inherit;background:#fff;border-radius:13px;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;padding:10px;text-decoration:none;display:grid}.recent-card:hover,.set-card:hover{border-color:#d8ccef;box-shadow:0 5px 14px #3016560f}.recent-avatar{aspect-ratio:1;object-fit:cover;background:var(--purple-100);border-radius:9px;width:52px}.recent-card h3{white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px;font-size:14px;overflow:hidden}.recent-card span{color:#70678a;letter-spacing:.02em;font-size:13px;display:block}.empty-state{color:var(--muted);grid-column:1/-1;padding:20px 8px}@media (width<=1180px){.hero-section{grid-template-columns:1fr .75fr}.hero-copy{padding-left:10px}.hero-actions{grid-template-columns:1fr;max-width:540px}.action-card{min-height:180px}.library-grid{grid-template-columns:repeat(2,1fr)}.recent-grid{grid-template-columns:repeat(3,1fr)}.recent-card:nth-child(n+4){display:none}}@media (width<=820px){.hero-section{padding-top:38px;display:block}.hero-copy{padding:0}.hero-copy h1{font-size:clamp(48px,11vw,66px)}.hero-art{max-width:560px;min-height:0;margin:34px auto 0}.hero-actions{max-width:none}.library-grid,.recent-grid{grid-template-columns:1fr}.recent-card:nth-child(n){display:grid}}@media (width<=520px){.hero-copy h1{font-size:46px}.hero-subtitle{font-size:17px}.action-card-heading{grid-template-columns:50px 1fr}.action-icon{width:50px;height:50px}.set-card-main{grid-template-columns:76px 1fr}.set-avatar{width:76px;height:76px}}.create-page{grid-template-columns:minmax(0,1.34fr) minmax(380px,.86fr);align-items:start;gap:44px;max-width:1210px;padding-top:38px;padding-bottom:56px;display:grid}.create-main{min-width:0}.create-main h1{letter-spacing:-.05em;margin:0;font-size:clamp(48px,4.4vw,64px);line-height:1.02}.create-intro{color:var(--muted);margin:13px 0 24px;font-size:18px;line-height:1.5}.be-real-banner{border:1px solid var(--purple-200);min-height:51px;color:var(--purple-600);background:linear-gradient(90deg,#fbf9ff,#f7f3ff);border-radius:10px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 15px;font-size:14px;line-height:1.4;display:flex}.be-real-banner strong{font-weight:800}.be-real-icon{place-items:center;display:grid}.be-real-icon .icon{width:20px;height:20px}.create-form{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;padding:29px 29px 30px}.form-field{margin-bottom:20px}.form-field label{color:var(--ink);margin-bottom:8px;font-size:14px;font-weight:800;display:block}.optional-tag{background:var(--purple-100);color:var(--muted);border-radius:999px;align-items:center;margin-left:8px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-flex}.required-mark{color:var(--green-600)}.optional-badge{color:#756d84;vertical-align:1px;background:#f0edf6;border-radius:999px;align-items:center;margin-left:7px;padding:2px 7px;font-size:11px;font-weight:700;line-height:1.35;display:inline-flex}.form-field input,.form-field textarea,.form-field select{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9d1e8;border-radius:12px;outline:none;font-size:16px;transition:border-color .15s,box-shadow .15s}.form-field input,.form-field select{height:52px;padding:0 16px}.form-field textarea{resize:vertical;min-height:110px;padding:16px;font-size:16px;line-height:1.5}.form-field input::placeholder,.form-field textarea::placeholder{color:#8d859d}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--purple-500);box-shadow:0 0 0 3px #8450ec1a}.form-field input[aria-invalid=true]{border-color:#cc4158;box-shadow:0 0 0 3px #cc415817}.field-help{color:#827992;margin:7px 0 0;font-size:12px;line-height:1.4}.select-wrap{position:relative}.select-wrap select{appearance:none;cursor:pointer;padding-right:45px}.select-chevron{pointer-events:none;color:var(--ink);place-items:center;display:grid;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.select-chevron .icon{width:18px;height:18px}.turnstile-mock{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fbfbfd;border:1px solid #d9d2e7;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:11px 14px;transition:border-color .15s,background .15s;display:grid}.turnstile-mock:focus-visible{outline-offset:2px;outline:3px solid #7136df2e}.turnstile-check{width:28px;height:28px;color:var(--green-700);background:#fff;border:1px solid #b9afc8;border-radius:6px;place-items:center;display:grid}.turnstile-check .icon{stroke-width:2.5px;width:20px;height:20px}.turnstile-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.turnstile-copy strong{font-size:14px}.turnstile-copy small{color:#756d84;font-size:11px}.turnstile-brand{color:#6d6680;text-align:right;letter-spacing:.02em;font-size:9px;font-weight:800;line-height:1.1}.turnstile-mock.is-unverified .turnstile-check{color:#0000}.turnstile-mock.is-unverified{background:#fff}.create-form-error{color:#af263d;height:20px;margin:7px 0 4px;font-size:13px;line-height:20px}.create-submit{cursor:pointer;border:0;width:100%}.create-submit .icon{margin-left:8px}.create-aside{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#fff;margin-top:111px;overflow:hidden}.create-sharing-art{object-fit:contain;object-position:center;background:#fff;width:100%;height:auto;display:block}.create-aside-copy{padding:23px 23px 24px}.create-aside h2{letter-spacing:-.035em;margin:0 0 8px;font-size:27px}.create-aside-copy>p{color:var(--muted);margin:0 0 18px;font-size:14px;line-height:1.6}.share-code-example{border:1px solid var(--purple-200);color:var(--purple-600);background:linear-gradient(90deg,#faf7ff,#f4efff);border-radius:12px;grid-template-columns:32px 1fr;align-items:center;gap:11px;padding:15px 16px;font-size:14px;line-height:1.45;display:grid}.share-code-icon{place-items:center;display:grid}.share-code-icon .icon{width:26px;height:26px}.share-code-example strong{color:var(--purple-700);white-space:nowrap}.create-steps{gap:13px;margin:22px 0 17px;padding:0;list-style:none;display:grid}.create-steps li{grid-template-columns:29px 1fr;align-items:start;gap:11px;display:grid}.create-steps li>span{width:27px;height:27px;color:var(--green-700);background:#e9fadf;border-radius:999px;place-items:center;font-size:13px;font-weight:800;display:grid}.create-steps strong{margin:1px 0 2px;font-size:14px;display:block}.create-steps p{color:#756c87;margin:0;font-size:12px;line-height:1.4}.create-privacy-note{border-top:1px solid var(--line);color:#786f88;grid-template-columns:25px 1fr;align-items:start;gap:10px;padding-top:16px;display:grid}.create-privacy-note>span{place-items:center;display:grid}.create-privacy-note .icon{width:20px;height:20px}.create-privacy-note p{margin:0;font-size:12px;line-height:1.5}@media (width<=980px){.create-page{grid-template-columns:1fr;max-width:760px}.create-aside{margin-top:0}.create-sharing-art{object-fit:contain;height:auto;max-height:none}}@media (width<=620px){.create-page{padding-top:26px}.create-main h1{font-size:44px}.create-intro{font-size:16px}.create-form{padding:22px 18px 24px}.turnstile-mock{grid-template-columns:32px 1fr}.turnstile-brand{display:none}.create-sharing-art{object-fit:contain;height:auto}}.set-page{padding-top:28px;padding-bottom:64px}.set-hero{grid-template-columns:220px minmax(0,1fr) 330px;align-items:start;gap:28px;display:grid}.set-hero-avatar{aspect-ratio:1;object-fit:cover;width:220px;box-shadow:var(--shadow-card);background:linear-gradient(#a97cf6,#8b58ee);border-radius:28px}.set-hero-copy{min-width:0;padding-top:2px}.set-hero-copy h1{letter-spacing:-.05em;overflow-wrap:anywhere;max-width:100%;margin:0 0 10px;font-size:clamp(2.55rem,4.1vw,4.2rem);line-height:1.03}.set-description{color:var(--ink-2);margin:0 0 12px;font-size:18px;line-height:1.45}.set-meta-line{color:var(--purple-800);flex-wrap:wrap;align-items:center;gap:12px;font-size:18px;display:flex}.meta-dot{color:#9387b0}.study-action-row{align-items:center;gap:12px;margin-top:18px;display:flex}.set-study-button{cursor:pointer;border:0;justify-content:center;gap:12px;width:min(100%,460px);min-height:64px;font-size:21px}.set-study-button .icon{width:25px;height:25px;margin-left:0}.icon-secondary-button{border:1px solid var(--purple-200);width:58px;height:58px;color:var(--purple-800);cursor:pointer;box-shadow:var(--shadow-soft);background:#fff;border-radius:14px;flex:none;place-items:center;display:grid}.icon-secondary-button:hover{background:var(--purple-50)}.icon-secondary-button .icon{width:23px;height:23px}.settings-wrap{position:relative}.set-hero-side{justify-items:end;gap:12px;min-width:0;display:grid}.set-utility-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.secondary-share-button,.library-toggle{border:1px solid var(--purple-200);min-height:44px;color:var(--purple-800);font:inherit;cursor:pointer;white-space:nowrap;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:750;display:inline-flex}.secondary-share-button:hover,.library-toggle:hover{background:var(--purple-50)}.secondary-share-button .icon,.library-toggle .icon{width:18px;height:18px}.library-toggle.in-library{color:var(--green-700);background:#f7fff3;border-color:#c7eeb4}.share-popover-wrap{position:relative}.share-panel-card{z-index:25;border-radius:var(--radius-md);background:linear-gradient(#fff,#fcfffa);border:1px solid #d7edc5;width:min(380px,100vw - 40px);padding:20px;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 18px 42px #30165629}.share-panel-card:before{content:"";background:#fff;border-top:1px solid #d7edc5;border-left:1px solid #d7edc5;width:12px;height:12px;position:absolute;top:-7px;right:28px;transform:rotate(45deg)}.share-panel-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.share-panel-head h3{letter-spacing:-.025em;margin:0 0 5px;font-size:19px}.share-panel-head p{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.share-close{flex:none;width:36px;height:36px}.share-panel-meta{color:var(--ink-2);gap:7px;margin-top:13px;font-size:13px;display:grid}.share-panel-meta span{align-items:center;gap:8px;display:inline-flex}.share-panel-meta .icon{width:16px;height:16px;color:var(--green-700)}.share-link-block{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.share-link-row{align-items:center;gap:8px;display:flex}.share-link-value{min-width:0;color:var(--ink-2);text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #ddd4ec;border-radius:10px;flex:1;padding:10px 11px;font-size:12px;line-height:1.2;overflow:hidden}.share-link-copy{background:var(--purple-700);color:#fff;min-height:38px;font:inherit;cursor:pointer;border:0;border-radius:10px;flex:none;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:750;display:inline-flex}.share-link-copy:hover{background:var(--purple-800)}.share-link-copy .icon{width:16px;height:16px}.share-code-block{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:13px;padding-top:13px;display:flex}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px;font-size:11px;font-weight:800;display:block}.share-code-block strong{letter-spacing:-.04em;font-size:28px}.share-code-copy{width:40px;height:40px}.share-panel-status{min-height:16px;color:var(--purple-700);margin-top:8px;font-size:12px}.set-body{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:22px;margin-top:30px;overflow:visible}.set-body-topline{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:0 20px;display:flex}.set-tabs{align-self:stretch;gap:8px;display:flex}.set-tab{color:var(--ink-2);cursor:pointer;background:0 0;border:0;border-bottom:3px solid #0000;min-height:58px;padding:0 8px;font-size:16px;font-weight:700}.set-tab.active{color:var(--purple-700);border-bottom-color:var(--purple-600)}.entries-header-tools{justify-content:flex-end;align-items:center;gap:14px;display:flex}.entries-count{color:var(--purple-700);white-space:nowrap;font-size:14px;font-weight:700}.search-field{border:1px solid var(--line);background:#fff;border-radius:11px;align-items:center;gap:8px;width:230px;min-height:40px;padding:0 11px;display:inline-flex}.search-field .icon{width:17px;height:17px;color:var(--purple-600)}.search-field input{width:100%;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.quick-add-strip{border:1px solid var(--purple-100);background:linear-gradient(90deg,#f8f4ff,#fbf9ff);border-radius:14px;grid-template-columns:185px minmax(0,1fr) 255px;align-items:stretch;margin:14px 20px;display:grid;overflow:hidden}.quick-add-label{align-items:center;gap:11px;padding:12px 14px;display:flex}.quick-add-icon,.add-several-icon{width:40px;height:40px;color:var(--purple-700);background:#eee7ff;border-radius:11px;flex:none;place-items:center;display:grid}.quick-add-label strong,.add-several-button strong{font-size:15px;display:block}.quick-add-label small,.add-several-button small{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.35;display:block}.quick-add-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 94px;align-items:center;gap:10px;padding:10px 12px 10px 0;display:grid}.quick-add-form textarea{width:100%;min-height:44px;max-height:120px;color:var(--ink);font:inherit;resize:none;background:#fff;border:1px solid #d9d1e8;border-radius:10px;padding:11px 13px;font-size:14px;line-height:1.4;overflow-y:auto}.quick-add-form textarea:focus,.search-field:focus-within{border-color:var(--purple-500);box-shadow:0 0 0 3px #8450ec14}.primary-mini-button{background:var(--purple-700);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:750;line-height:1;display:inline-flex}.primary-mini-button .icon{flex:none;width:18px;height:18px;margin:0}.add-several-button{border:0;border-left:1px solid var(--purple-200);min-width:0;color:var(--ink);text-align:left;cursor:pointer;background:#ffffff6b;align-items:center;gap:11px;padding:10px 14px;display:flex}.add-several-button:hover{background:#ffffffc7}.entries-table{padding:0 20px 20px}.entries-head-grid{border:1px solid var(--line);color:var(--ink-2);background:#fbf9ff;border-bottom:0;border-radius:14px 14px 0 0;grid-template-columns:1fr 1fr;gap:24px;padding:13px 18px;font-size:13px;font-weight:800;display:grid}.entry-row{border-inline:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;position:relative}.entry-row:last-of-type{border-radius:0 0 14px 14px}.entry-content{grid-template-columns:1fr 1fr;gap:24px;min-height:72px;padding:16px 58px 16px 18px;display:grid}.entry-prompt{color:var(--ink);white-space:pre-wrap;font-size:17px;font-weight:800;line-height:1.45}.entry-answer{color:var(--ink-2);white-space:pre-wrap;font-size:16px;line-height:1.55}.entry-menu-button{width:38px;height:38px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.entry-menu-button .icon{width:22px;height:22px}.set-page .set-menu-popover{z-index:20;border:1px solid var(--line);background:#fff;border-radius:14px;width:220px;padding:8px;display:none;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 32px #200d4529}.set-page .settings-wrap.menu-open .settings-popover,.set-page .entry-row.menu-open .row-popover{display:block}.set-page .row-popover{top:50%;right:8px;transform:translateY(-50%)}.set-page .set-menu-item{text-align:left;width:100%;color:var(--ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.set-page .set-menu-item:hover{background:var(--purple-50)}.set-page .set-menu-item:disabled{color:#aaa2b7;cursor:not-allowed;background:0 0}.menu-coming-soon{color:#aaa2b7;margin-left:auto;font-size:11px;font-weight:700}.set-page .set-menu-item.danger{color:#a3364b}.set-page .set-menu-separator{background:var(--line);height:1px;margin:6px 0}.set-page .set-menu-status{min-height:18px;color:var(--purple-700);padding:4px 12px 2px;font-size:12px}.entries-empty{border:1px solid var(--line);color:var(--muted);border-top:0;border-radius:0 0 14px 14px;padding:26px 18px}.search-empty[hidden]{display:none}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;display:grid}.detail-card{border:1px solid var(--line);background:#fff;border-radius:16px;padding:18px}.detail-card.wide{grid-column:span 2}.detail-card h3{margin:0 0 8px;font-size:18px}.detail-card p{color:var(--ink-2);margin:0;line-height:1.6}.detail-card small{color:var(--muted)}.overlay{z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#180c2d85;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #67489e24;border-radius:26px;width:min(100%,640px);max-height:calc(100vh - 56px);position:relative;overflow:auto;box-shadow:0 28px 75px #19053642}.edit-entry-modal,.edit-set-modal{width:min(100%,700px)}.bulk-modal{width:min(100%,1040px)}.study-options-modal{width:min(100%,650px);padding-top:8px}.modal-head{justify-content:space-between;align-items:flex-start;gap:22px;padding:28px 30px 20px;display:flex}.modal-head-left{border-bottom:1px solid #eee9f6}.modal-head h2,.study-modal-heading h2{color:var(--ink);letter-spacing:-.04em;margin:0 0 7px;font-size:30px;line-height:1.08}.modal-head p,.study-modal-heading p{color:var(--muted);margin:0;font-size:15px;line-height:1.5}.modal-kicker{background:var(--purple-100);color:var(--purple-700);letter-spacing:.03em;text-transform:uppercase;border-radius:999px;margin-bottom:8px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.modal-close{background:var(--purple-100);width:44px;height:44px;color:var(--purple-800);cursor:pointer;border:0;border-radius:14px;flex:none;place-items:center;transition:background .15s,transform .15s;display:grid}.modal-close:hover{background:#e8defb;transform:translateY(-1px)}.modal-close .icon{width:22px;height:22px}.modal-form{gap:18px;padding:24px 30px 8px;display:grid}.modal-field{gap:8px;display:grid}.modal-label{color:var(--ink);align-items:center;gap:8px;font-size:14px;font-weight:800;display:flex}.modal-label small{background:var(--purple-100);color:var(--muted);border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.modal-field input,.modal-field textarea,.modal-field select,.bulk-input{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d9d1e8;border-radius:13px;outline:none;font-size:16px;line-height:1.45;transition:border-color .15s,box-shadow .15s,background .15s}.modal-field input,.modal-field select{min-height:52px;padding:0 15px}.modal-field textarea{resize:vertical;min-height:112px;padding:14px 15px}.modal-field input:focus,.modal-field textarea:focus,.modal-field select:focus,.bulk-input:focus{border-color:var(--purple-500);box-shadow:0 0 0 3px #8450ec1a}.modal-footer{background:linear-gradient(#faf8ff59,#faf8ffc7);border-top:1px solid #eee9f6;margin-top:22px;padding:20px 30px 28px}.modal-footer-actions-only,.study-modal-footer{grid-template-columns:1fr 1fr;gap:14px;display:grid}.modal-footer-split{justify-content:space-between;align-items:center;gap:18px;display:flex}.modal-footer-actions{gap:12px;display:flex}.modal-footnote{color:var(--muted);margin:0;font-size:13px}.modal-button{min-height:52px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:13px;padding:0 22px;font-size:16px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s}.modal-button:hover{transform:translateY(-1px)}.modal-button-secondary{border-color:var(--purple-200);color:var(--purple-700);background:#fff}.modal-button-secondary:hover{background:var(--purple-50)}.modal-button-primary{color:#fff;background:linear-gradient(90deg,#49bd12,#5bd51b);box-shadow:0 7px 18px #4dc31433}.modal-button-primary:hover{box-shadow:0 10px 22px #4dc31445}.study-modal-close{z-index:2;position:absolute;top:22px;right:22px}.study-modal-heading{text-align:center;padding:28px 78px 8px}.study-modal-form{gap:20px;padding:12px 30px 0;display:grid}.study-mode-field{gap:8px}.modal-select-shell{min-height:52px;color:var(--purple-700);background:#fff;border:1px solid #d9d1e8;border-radius:12px;grid-template-columns:24px 1fr 22px;align-items:center;gap:10px;padding:0 14px;display:grid;position:relative}.modal-select-shell select{appearance:none;width:100%;min-height:50px;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-weight:700}.study-option-group{border:0;margin:0;padding:0}.study-option-group legend{color:var(--ink);margin-bottom:9px;font-size:14px;font-weight:800}.study-choice-grid{gap:12px;display:grid}.study-choice-grid-two{grid-template-columns:1fr 1fr}.study-choice-grid-three{grid-template-columns:repeat(3,1fr)}.study-choice{min-height:108px;color:var(--ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #ddd6ea;border-radius:14px;grid-template-columns:46px 1fr 18px;align-items:center;gap:12px;padding:14px;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;display:grid;position:relative}.study-choice:hover{border-color:var(--purple-300,#c7b5f5);transform:translateY(-1px)}.study-choice.selected{border-color:var(--purple-600);background:linear-gradient(#fff,#fbf9ff);box-shadow:0 0 0 1px #7136df0d}.study-choice-icon{background:var(--purple-100);width:44px;height:44px;color:var(--purple-700);border-radius:50%;place-items:center;display:grid}.study-choice-icon .icon{width:22px;height:22px}.study-choice-copy{gap:4px;display:grid}.study-choice-copy strong{font-size:16px}.study-choice-copy small{color:var(--muted);font-size:12px;font-weight:500;line-height:1.35}.study-radio{background:#fff;border:2px solid #c8bed9;border-radius:50%;width:18px;height:18px}.study-choice.selected .study-radio{border:5px solid var(--purple-700)}.compact-choice{grid-template-columns:42px 1fr 16px;gap:9px;min-height:112px;padding:12px}.compact-choice .study-choice-icon{width:40px;height:40px}.compact-choice .study-choice-copy strong{font-size:15px}.study-start-button{justify-content:center;align-items:center;gap:10px;display:inline-flex}.study-start-button .icon{width:21px;height:21px}.bulk-table-shell{padding:22px 30px 4px}.bulk-grid-head,.bulk-row{grid-template-columns:34px 1fr 1fr 40px;align-items:start;gap:10px;display:grid}.bulk-grid-head{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;padding:0 8px 8px;font-size:12px;font-weight:800}.bulk-grid{gap:9px;display:grid}.bulk-row{background:#fcfbff;border:1px solid #e7e1ef;border-radius:14px;padding:10px}.bulk-row-number{background:var(--purple-100);width:28px;height:28px;color:var(--purple-700);border-radius:50%;place-items:center;margin-top:7px;font-size:12px;font-weight:800;display:grid}.bulk-input{resize:vertical;background:#fff;min-height:68px;padding:11px 12px}.bulk-remove{color:#948aa4;cursor:pointer;background:0 0;border:0;border-radius:10px;place-items:center;width:36px;height:36px;margin-top:3px;display:grid}.bulk-remove:hover{color:#a3364b;background:#f2edf8}.bulk-remove .icon{width:18px;height:18px}.bulk-add-row{width:100%;min-height:48px;color:var(--purple-700);font:inherit;cursor:pointer;background:#fbf9ff;border:1px dashed #cfc1e8;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:12px;font-weight:800;display:flex}.bulk-add-row:hover{background:#f6f1ff}.bulk-add-row .icon{width:18px;height:18px}@media (width<=1180px){.set-hero{grid-template-columns:180px minmax(0,1fr) 280px}.set-hero-avatar{width:180px}.quick-add-strip{grid-template-columns:165px minmax(0,1fr)}.add-several-button{border-left:0;border-top:1px solid var(--purple-200);grid-column:1/-1}}@media (width<=900px){.set-hero{grid-template-columns:1fr}.set-hero-avatar{width:150px}.set-hero-side{justify-items:start}.set-utility-actions{justify-content:flex-start}.set-body-topline{flex-direction:column;align-items:stretch;padding-top:8px;padding-bottom:12px}.entries-header-tools{justify-content:space-between}.search-field{width:min(100%,260px)}.quick-add-strip{grid-template-columns:1fr}.quick-add-form{grid-template-columns:1fr;padding:0 12px 12px}.add-several-button{grid-column:auto}.entry-content,.entries-head-grid,.details-grid,.bulk-grid-head,.bulk-row{grid-template-columns:1fr}.entry-content{padding-right:58px}.detail-card.wide{grid-column:auto}.modal-actions.split{flex-direction:column;align-items:stretch}.right-actions{justify-content:stretch}}.set-page .set-menu-popover{opacity:1;visibility:visible;pointer-events:auto;transition:none;bottom:auto;transform:none}.set-page .settings-popover{top:calc(100% + 8px);right:0}.set-page .row-popover{top:50%;bottom:auto;right:8px;transform:translateY(-50%)}.set-page .settings-popover{background:#fffffffb;border:1px solid #e2daf2;border-radius:18px;width:330px;padding:10px;top:calc(100% + 12px);right:-4px;box-shadow:0 22px 52px #1f0a432e,0 4px 14px #1f0a4314}.set-page .settings-popover:before{content:"";background:#fff;border-top:1px solid #e2daf2;border-left:1px solid #e2daf2;width:13px;height:13px;position:absolute;top:-7px;right:23px;transform:rotate(45deg)}.settings-menu-header{z-index:1;justify-content:space-between;align-items:baseline;gap:12px;padding:8px 10px 10px;display:flex;position:relative}.settings-menu-title{color:var(--ink);letter-spacing:.01em;font-size:14px;font-weight:800}.settings-menu-code{color:#9287a7;letter-spacing:.04em;font-size:11px;font-weight:700}.set-page .settings-menu-action{z-index:1;width:100%;min-height:62px;color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px 10px;display:grid;position:relative}.set-page .settings-menu-action:hover{background:var(--purple-50)}.settings-menu-icon{background:var(--purple-100);width:38px;height:38px;color:var(--purple-700);border-radius:11px;place-items:center;display:grid}.settings-menu-icon .icon{width:19px;height:19px}.settings-menu-copy{gap:2px;min-width:0;display:grid}.settings-menu-copy strong{color:inherit;font-size:14px;font-weight:750;line-height:1.25}.settings-menu-copy small{color:var(--muted);font-size:11.5px;line-height:1.35}.set-page .settings-menu-action.is-disabled{color:#9b94a9;cursor:default}.set-page .settings-menu-action.is-disabled:hover{background:0 0}.set-page .settings-menu-action.is-disabled .settings-menu-icon{color:#aaa3b7;background:#f4f1f7}.set-page .settings-menu-action.is-disabled .settings-menu-copy small{color:#aaa3b7}.settings-soon-pill{color:#8e869d;letter-spacing:.02em;background:#f2eff6;border-radius:999px;align-self:center;padding:4px 7px;font-size:10px;font-weight:800}.settings-menu-separator{background:var(--line);height:1px;margin:7px 8px}.set-page .settings-menu-action.is-danger{color:#b0344c}.set-page .settings-menu-action.is-danger:hover{background:#fff6f7}.set-page .settings-menu-action.is-danger .settings-menu-icon{color:#b0344c;background:#fff0f2}.settings-menu-status{min-height:0;color:var(--purple-700);padding:0 12px;font-size:12px;font-weight:700}.settings-menu-status:not(:empty){background:var(--purple-50);border-radius:10px;align-items:center;min-height:30px;margin-top:5px;display:flex}@media (width<=720px){.overlay{align-items:end;padding:14px}.modal-card{border-radius:22px 22px 0 0;max-height:calc(100vh - 20px)}.modal-head{padding:22px 20px 16px}.modal-form,.study-modal-form,.bulk-table-shell{padding-left:20px;padding-right:20px}.modal-footer{padding:16px 20px 22px}.study-choice-grid-two,.study-choice-grid-three{grid-template-columns:1fr}.study-modal-heading{text-align:left;padding:24px 68px 6px 20px}.study-modal-close{top:18px;right:18px}.modal-footer-actions-only,.study-modal-footer{grid-template-columns:1fr}.modal-footer-split{flex-direction:column;align-items:stretch}.modal-footer-actions{grid-template-columns:1fr 1fr;display:grid}.bulk-grid-head{display:none}.bulk-row{grid-template-columns:30px 1fr 38px}.bulk-row .bulk-input[data-bulk-field=answer]{grid-column:2/3}.bulk-remove{grid-area:1/3}}.study-toggle-choice{width:100%;color:var(--ink);text-align:left;font:inherit;cursor:pointer;background:#fff;border:1px solid #ddd6ea;border-radius:14px;grid-template-columns:26px 1fr;align-items:start;gap:12px;padding:14px 16px;transition:border-color .15s,background .15s,box-shadow .15s;display:grid}.study-toggle-choice:hover{border-color:var(--purple-300,#c7b5f5)}.study-toggle-choice.selected{border-color:var(--purple-600);background:linear-gradient(#fff,#fbf9ff);box-shadow:0 0 0 1px #7136df0d}.study-toggle-choice>span:last-child{gap:4px;display:grid}.study-toggle-choice strong{font-size:15px}.study-toggle-choice small{color:var(--muted);font-size:12px;font-weight:500;line-height:1.4}.study-toggle-check{color:#fff;background:#fff;border:2px solid #c8bed9;border-radius:7px;place-items:center;width:22px;height:22px;margin-top:1px;display:grid}.study-toggle-choice.selected .study-toggle-check{border-color:var(--purple-700);background:var(--purple-700)}.study-toggle-check .icon{stroke-width:3px;width:14px;height:14px}.study-options-warning{color:#8a5510;background:#fff5e8;border-radius:11px;margin:-2px 0 0;padding:11px 13px;font-size:13px;font-weight:650;line-height:1.45}.study-start-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none;transform:none}.study-options-modal{width:min(100%,610px)}.study-options-modal .study-modal-close{border-radius:11px;width:38px;height:38px;top:16px;right:16px}.study-options-modal .study-modal-heading{padding:20px 64px 2px}.study-options-modal .study-modal-heading h2{margin-bottom:4px}.study-options-modal .study-modal-heading p{margin:0;font-size:13px}.study-options-modal .study-modal-form{gap:12px;padding:8px 24px 0}.study-options-modal .study-mode-field{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:10px}.study-options-modal .study-mode-field .modal-label{white-space:nowrap}.study-options-modal .modal-select-shell{border-radius:10px;grid-template-columns:20px minmax(0,1fr) 18px;gap:8px;min-height:42px;padding:0 11px}.study-options-modal .modal-select-shell>.icon:first-child{width:18px;height:18px;display:block}.study-options-modal .modal-select-shell select{min-height:40px;font-size:14px}.study-options-modal .study-option-group legend{letter-spacing:.01em;margin-bottom:6px;font-size:12px}.study-options-modal .study-choice-grid{gap:7px}.study-options-modal .study-choice{min-height:60px;box-shadow:none;border-radius:11px;grid-template-columns:28px minmax(0,1fr) 16px;gap:9px;padding:9px 10px;transition:border-color .12s,background .12s}.study-options-modal .study-choice:hover{background:var(--purple-50);transform:none}.study-options-modal .study-choice.selected{background:var(--purple-50);box-shadow:none}.study-options-modal .study-choice-icon{width:28px;height:28px;color:var(--purple-700);background:var(--purple-100);border-radius:8px;place-items:center;display:grid}.study-options-modal .study-choice-icon .icon{width:16px;height:16px}.study-options-modal .study-choice-copy{min-width:0;display:block}.study-options-modal .study-choice-copy strong{font-size:14px;line-height:1.2;display:block}.study-options-modal .study-choice-copy small{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.25;display:block}.study-options-modal .study-radio{border-width:1.5px;width:15px;height:15px}.study-options-modal .study-choice.selected .study-radio{border-width:4px}.study-options-modal .compact-choice{grid-template-columns:24px minmax(0,1fr) 15px;min-height:58px;padding:8px 9px}.study-options-modal .compact-choice .study-choice-icon{width:24px;height:24px}.study-options-modal .compact-choice .study-choice-icon .icon{width:14px;height:14px}.study-options-modal .study-toggle-choice{min-height:50px;box-shadow:none;border-radius:10px;grid-template-columns:19px minmax(0,1fr);align-items:center;gap:9px;padding:8px 11px}.study-options-modal .study-toggle-choice>span:last-child{gap:1px}.study-options-modal .study-toggle-choice strong{font-size:14px;line-height:1.2}.study-options-modal .study-toggle-choice small{font-size:11px;line-height:1.25}.study-options-modal .study-toggle-check{border-radius:5px;width:18px;height:18px;margin:0}.study-options-modal .study-toggle-check .icon{width:12px;height:12px}.study-options-modal .study-options-warning{border-radius:9px;margin:0;padding:8px 10px;font-size:12px}.study-options-modal .study-modal-footer{gap:10px;margin-top:14px;padding:13px 24px 17px}.study-options-modal .study-modal-footer .modal-button{border-radius:10px;min-height:44px;padding:0 16px;font-size:14px}.study-entry-scope-modal{width:min(100%,610px)}.study-entry-scope-form{padding-top:16px;padding-bottom:8px}.study-entry-scope-form .study-choice{min-height:78px;padding:12px}.study-entry-scope-form .study-choice-copy strong{font-size:15px}.study-entry-scope-form .study-choice-copy small{font-size:12px;line-height:1.35}@media (width<=720px){.study-options-modal .study-modal-heading{text-align:left;padding:18px 58px 2px 18px}.study-options-modal .study-modal-form{padding-left:18px;padding-right:18px}.study-options-modal .study-mode-field{grid-template-columns:78px minmax(0,1fr)}.study-options-modal .study-choice-grid-two{grid-template-columns:1fr 1fr}.study-options-modal .study-choice-grid-three{grid-template-columns:repeat(3,1fr)}.study-options-modal .study-modal-footer{grid-template-columns:1fr 1fr;padding-left:18px;padding-right:18px}}@media (width<=430px){.study-options-modal .study-modal-heading p{font-size:12px;line-height:1.35}.study-options-modal .study-modal-form{gap:10px}.study-options-modal .study-choice-grid-two{grid-template-columns:1fr 1fr}.study-options-modal .study-choice-copy strong{font-size:13px}.study-options-modal .study-toggle-choice small{display:none}}.study-page{background:radial-gradient(circle at 50% 28%,#f2edff8c,#0000 38%),#fff;min-height:calc(100vh - 78px);padding:28px 0 48px}.study-toolbar{justify-content:space-between;align-items:center;gap:20px;display:flex}.study-exit,.study-options-button{color:var(--purple-700);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:8px 0;font-size:15px;font-weight:750;text-decoration:none;display:inline-flex}.study-exit:hover,.study-options-button:hover{color:var(--purple-900)}.study-exit .icon,.study-options-button .icon{width:20px;height:20px}.study-session{width:min(100% - 72px,1120px);margin-top:22px}.study-session-header{justify-items:center;gap:16px;margin-bottom:34px;display:grid}.study-session-header h1{max-width:800px;color:var(--ink);letter-spacing:-.025em;text-align:center;margin:0;font-size:clamp(1.35rem,2.1vw,1.9rem);line-height:1.2}.study-progress-row{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;width:min(100%,520px);display:grid}.study-progress-count{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;font-size:14px}.study-progress-track{background:#ece5fa;border-radius:999px;height:7px;overflow:hidden}.study-progress-track span{border-radius:inherit;background:linear-gradient(90deg, var(--purple-700), var(--purple-500));width:0;height:100%;transition:width .22s;display:block}.study-stage{perspective:1200px;min-height:500px;position:relative}.study-card,.study-complete-card{background:#fffffff5;border:1px solid #ded4f4;border-radius:24px;width:100%;min-height:500px;box-shadow:0 14px 34px #2e155412}.study-card{cursor:pointer;opacity:1;will-change:transform, opacity;outline:0;flex-direction:column;justify-content:center;padding:34px 74px;transition:transform .19s cubic-bezier(.22,.8,.34,1),opacity .155s,box-shadow .18s;display:flex;position:relative;overflow:hidden;transform:translate(0)rotateY(0)scale(1)}.study-card:hover{box-shadow:0 18px 42px #2e15541a}.study-card:focus-visible{box-shadow:0 0 0 4px #8450ec21,0 18px 42px #2e15541a}.study-side-block{text-align:center;justify-items:center;gap:22px;display:grid;position:relative}.study-side-label{border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:0 13px;font-size:14px;font-weight:800;display:inline-flex}.prompt-label{color:var(--purple-700);background:#eee6ff}.answer-label{color:#2e9410;background:#e9f8df}.study-side-text{max-width:890px;color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere}.study-side-primary .study-side-text{letter-spacing:-.035em;font-size:clamp(2rem,4vw,3.45rem);font-weight:800;line-height:1.16}.study-side-primary .study-side-answer{font-size:clamp(1.75rem,3.5vw,2.85rem);font-weight:650}.study-reveal-area{opacity:0;max-height:0;transition:max-height .21s cubic-bezier(.22,.8,.34,1),opacity .15s,transform .18s;overflow:hidden;transform:translateY(8px)}.study-reveal-area.is-visible{opacity:1;max-height:900px;transform:translateY(0)}.study-divider{justify-content:center;align-items:center;margin:32px 0 20px;display:flex;position:relative}.study-divider:before{content:"";background:#e6e0ed;height:1px;position:absolute;left:15%;right:15%}.study-divider .study-side-label{z-index:1;background-clip:padding-box;position:relative;box-shadow:0 0 0 10px #fff}.study-side-secondary .study-side-text{letter-spacing:-.015em;max-width:850px;font-size:clamp(1.4rem,2.45vw,2rem);font-weight:450;line-height:1.45}.study-side-secondary .study-side-prompt{font-weight:700}.study-enter-from-right{opacity:0;transform:translate(8%)rotateY(-2.5deg)scale(.985)}.study-enter-from-left{opacity:0;transform:translate(-8%)rotateY(2.5deg)scale(.985)}.study-exit-to-left{opacity:0;pointer-events:none;transform:translate(-8%)rotateY(2.5deg)scale(.985)}.study-exit-to-right{opacity:0;pointer-events:none;transform:translate(8%)rotateY(-2.5deg)scale(.985)}.study-boundary-nudge{animation:.21s studyBoundaryNudge}@keyframes studyBoundaryNudge{0%,to{transform:translate(0)}45%{transform:translate(10px)}}.study-controls-hint{min-height:56px;color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:9px;font-size:14px;display:flex}.study-controls-hint[hidden]{display:none}.hint-dot{color:#a49ab7}.study-controls-hint kbd{min-width:32px;min-height:27px;color:var(--purple-800);font:inherit;background:#fff;border:1px solid #d9d0e7;border-bottom-width:2px;border-radius:7px;place-items:center;padding:0 8px;font-size:12px;font-weight:700;display:inline-grid;box-shadow:0 1px 2px #240d480d}.study-complete-card{text-align:center;align-content:center;place-items:center;padding:56px;display:grid}.study-complete-icon{background:var(--green-100);width:58px;height:58px;color:var(--green-700);border-radius:50%;place-items:center;margin-bottom:16px;display:grid}.study-complete-icon .icon{width:30px;height:30px}.study-complete-kicker{color:var(--purple-700);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:850}.study-complete-card h2{color:var(--ink);letter-spacing:-.04em;margin:0;font-size:clamp(2rem,4vw,3.2rem)}.study-complete-card p{max-width:520px;color:var(--muted);margin:13px 0 26px;font-size:16px;line-height:1.55}.study-complete-actions{gap:12px;display:flex}.study-complete-actions .modal-button{min-width:150px}.study-complete-enter{animation:.23s cubic-bezier(.22,.8,.34,1) both studyCompleteEnter}@keyframes studyCompleteEnter{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.study-overlay{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#160a2a80;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.study-page-options{position:relative}.study-empty-state{text-align:center;justify-items:center;width:min(100% - 72px,720px);margin:100px auto 0;display:grid}.study-empty-icon{background:var(--purple-100);width:64px;height:64px;color:var(--purple-700);border-radius:18px;place-items:center;display:grid}.study-empty-icon .icon{width:32px;height:32px}.study-empty-state h1{letter-spacing:-.04em;margin:18px 0 8px;font-size:38px}.study-empty-state p{color:var(--muted);margin:0 0 22px}.study-empty-action{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}@media (width<=760px){.study-page{min-height:calc(100vh - 68px);padding-top:18px}.study-toolbar,.study-session{width:min(100% - 28px,1120px)}.study-options-button span{display:none}.study-session{margin-top:10px}.study-session-header{gap:12px;margin-bottom:20px}.study-progress-row{grid-template-columns:50px 1fr}.study-stage{min-height:430px}.study-card,.study-complete-card{border-radius:20px;min-height:430px}.study-card{padding:28px 24px}.study-side-primary .study-side-text{font-size:clamp(1.8rem,8vw,2.7rem)}.study-side-secondary .study-side-text{font-size:clamp(1.25rem,5.8vw,1.75rem)}.study-divider:before{left:2%;right:2%}.study-controls-hint>span:first-child,.hint-dot{display:none}.study-complete-card{padding:38px 24px}.study-complete-actions{flex-direction:column;width:100%}.study-complete-actions .modal-button{width:100%}}@media (prefers-reduced-motion:reduce){.study-card,.study-progress-track span,.study-reveal-area{transition:none}.study-boundary-nudge,.study-complete-enter{animation:none}}.study-side-primary .study-side-text.study-text-xl{font-size:clamp(2.2rem,4vw,3.45rem)}.study-side-primary .study-side-text.study-text-lg{font-size:clamp(1.9rem,3.25vw,2.75rem)}.study-side-primary .study-side-text.study-text-md{font-size:clamp(1.6rem,2.7vw,2.2rem)}.study-side-primary .study-side-text.study-text-sm{font-size:clamp(1.35rem,2.2vw,1.8rem);line-height:1.3}.study-side-primary .study-side-text.study-text-xs{letter-spacing:-.012em;font-size:clamp(1.15rem,1.8vw,1.5rem);line-height:1.4}.study-side-secondary .study-side-text.study-text-xl{font-size:clamp(1.4rem,2.45vw,2rem)}.study-side-secondary .study-side-text.study-text-lg{font-size:clamp(1.3rem,2.1vw,1.75rem)}.study-side-secondary .study-side-text.study-text-md{font-size:clamp(1.18rem,1.8vw,1.5rem)}.study-side-secondary .study-side-text.study-text-sm{font-size:clamp(1.08rem,1.55vw,1.3rem);line-height:1.55}.study-side-secondary .study-side-text.study-text-xs{letter-spacing:0;font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.6}@media (width<=760px){.study-side-primary .study-side-text.study-text-xl{font-size:clamp(1.8rem,8vw,2.7rem)}.study-side-primary .study-side-text.study-text-lg{font-size:clamp(1.6rem,7vw,2.25rem)}.study-side-primary .study-side-text.study-text-md{font-size:clamp(1.4rem,6vw,1.9rem)}.study-side-primary .study-side-text.study-text-sm{font-size:clamp(1.2rem,5vw,1.55rem)}.study-side-primary .study-side-text.study-text-xs{font-size:clamp(1.05rem,4.2vw,1.3rem)}.study-side-secondary .study-side-text.study-text-xl{font-size:clamp(1.25rem,5.8vw,1.75rem)}.study-side-secondary .study-side-text.study-text-lg{font-size:clamp(1.18rem,5.1vw,1.55rem)}.study-side-secondary .study-side-text.study-text-md{font-size:clamp(1.1rem,4.6vw,1.4rem)}.study-side-secondary .study-side-text.study-text-sm{font-size:clamp(1.02rem,4.1vw,1.25rem)}.study-side-secondary .study-side-text.study-text-xs{font-size:clamp(.98rem,3.8vw,1.15rem)}}.quiz-score{justify-content:center;align-items:center;gap:9px;margin-top:-4px;font-size:13px;font-weight:800;display:flex}.quiz-score[hidden]{display:none}.quiz-score>span{border-radius:999px;align-items:center;gap:5px;min-height:28px;padding:0 9px;display:inline-flex}.quiz-score .icon{stroke-width:3px;width:14px;height:14px}.quiz-round-label{background:var(--purple-100);color:var(--purple-700)}.quiz-score-right{color:#318b15;background:#edf9e7}.quiz-score-wrong{color:#aa3045;background:#fff0f2}.quiz-card{background:#fffffff7;border:1px solid #ded4f4;border-radius:24px;align-content:center;gap:28px;width:100%;min-height:500px;padding:42px 56px;display:grid;box-shadow:0 14px 34px #2e155412}.quiz-stem{text-align:center;justify-items:center;gap:14px;display:grid}.quiz-stem-text{max-width:900px;color:var(--ink);letter-spacing:-.035em;white-space:pre-wrap;overflow-wrap:anywhere;font-size:clamp(1.7rem,3.3vw,2.8rem);font-weight:800;line-height:1.2}.quiz-stem .study-text-sm{font-size:clamp(1.35rem,2.2vw,1.8rem)}.quiz-stem .study-text-xs{font-size:clamp(1.15rem,1.8vw,1.5rem)}.quiz-stem p{color:var(--muted);margin:0;font-size:15px}.quiz-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(100%,920px);margin:0 auto;display:grid}.quiz-choice{min-height:86px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #ddd6ea;border-radius:15px;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:12px;padding:14px 16px;transition:transform .14s,border-color .14s,background .14s,box-shadow .14s;display:grid}.quiz-choice:not(:disabled):hover{border-color:#bca8ed;transform:translateY(-1px);box-shadow:0 5px 14px #3016560f}.quiz-choice:disabled{cursor:default;opacity:1}.quiz-choice-key{background:var(--purple-100);width:34px;height:34px;color:var(--purple-700);border-radius:10px;place-items:center;font-size:13px;font-weight:900;display:grid}.quiz-choice-text{overflow-wrap:anywhere;white-space:pre-wrap;min-width:0;font-size:16px;font-weight:700;line-height:1.4}.quiz-choice-result{place-items:center;display:grid}.quiz-choice-result .icon{stroke-width:3px;width:20px;height:20px}.quiz-choice.is-correct{color:#216f0c;background:#f4fced;border-color:#75c954;box-shadow:0 0 0 1px #4dbe1d14}.quiz-choice.is-correct .quiz-choice-key{color:#2d8911;background:#dff3d3}.quiz-choice.is-wrong{color:#8f263a;background:#fff5f6;border-color:#e6a3ae}.quiz-choice.is-wrong .quiz-choice-key{color:#a92f45;background:#f9dfe4}.quiz-feedback{text-align:center;border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:7px;width:min(100%,920px);margin:-6px auto 0;padding:12px 16px;font-size:14px;line-height:1.45;display:flex}.quiz-feedback.is-correct{color:#2c7815;background:#eef9e8}.quiz-feedback.is-wrong{color:#8e2c3f;background:#fff1f3}.quiz-feedback strong{font-size:15px}.quiz-next-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:-10px;display:flex}.quiz-next-row .modal-button{align-items:center;gap:8px;min-width:180px;display:inline-flex}.quiz-next-row .icon{width:18px;height:18px}.quiz-review-button{min-height:42px;color:var(--purple-700);font:inherit;cursor:pointer;background:#fff;border:1px solid #d9cef0;border-radius:11px;align-items:center;gap:7px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.quiz-review-button:hover{background:var(--purple-50)}.quiz-review-button.is-active{background:var(--purple-100);color:var(--purple-800);border-color:#b89ce9}.quiz-review-button .icon{width:16px;height:16px}.quiz-complete-score{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:18px;display:flex}.quiz-complete-score>*{border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:0 11px;display:inline-flex}.quiz-complete-score>strong{background:var(--purple-100);color:var(--purple-800);font-size:15px}.quiz-complete-score .icon{stroke-width:3px;width:15px;height:15px}.entry-selector-modal{grid-template-rows:auto auto minmax(180px,1fr) auto auto;width:min(100%,860px);max-height:min(88vh,850px);display:grid;position:relative;overflow:hidden}.entry-selector-heading{padding-bottom:12px}.entry-selector-tools{border-bottom:1px solid #eee9f6;justify-content:space-between;align-items:center;gap:14px;padding:12px 28px 14px;display:flex}.entry-selector-search{min-width:0;height:44px;color:var(--muted);background:#fff;border:1px solid #d9d1e8;border-radius:11px;flex:1;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:9px;padding:0 12px;display:grid}.entry-selector-search .icon{width:18px;height:18px}.entry-selector-search input{width:100%;min-width:0;color:var(--ink);font:inherit;background:0 0;border:0;outline:0;font-size:14px}.entry-selector-actions{gap:7px;display:flex}.entry-selector-actions button{border:1px solid var(--purple-200);min-height:38px;color:var(--purple-700);font:inherit;cursor:pointer;background:#fff;border-radius:9px;padding:0 11px;font-size:12px;font-weight:800}.entry-selector-actions button:hover{background:var(--purple-50)}.entry-selector-list{min-height:0;padding:10px 20px 12px;overflow-y:auto}.entry-selector-row{cursor:pointer;border:1px solid #0000;border-radius:12px;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:12px;padding:12px 13px;display:grid;position:relative}.entry-selector-row:hover{background:#fbf9ff}.entry-selector-row.is-selected{background:#fdfcff;border-color:#e4dcf4}.entry-selector-row[hidden]{display:none}.entry-selector-row input{opacity:0;pointer-events:none;position:absolute}.entry-selector-check{color:#0000;background:#fff;border:2px solid #c8bed9;border-radius:7px;place-items:center;width:22px;height:22px;margin-top:2px;display:grid}.entry-selector-row.is-selected .entry-selector-check{border-color:var(--purple-700);background:var(--purple-700);color:#fff}.entry-selector-check .icon{stroke-width:3px;width:14px;height:14px}.entry-selector-copy{gap:4px;min-width:0;display:grid}.entry-selector-copy strong,.entry-selector-copy small{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.entry-selector-copy strong{color:var(--ink);-webkit-line-clamp:2;font-size:14px;line-height:1.4}.entry-selector-copy small{color:var(--muted);-webkit-line-clamp:2;font-size:13px;line-height:1.4}.entry-selector-empty{color:var(--muted);text-align:center;margin:0;padding:18px 28px}.entry-selector-empty[hidden]{display:none}.entry-selector-footer{margin-top:0}.entry-selector-footer .modal-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=760px){.quiz-card{gap:22px;min-height:440px;padding:28px 20px}.quiz-choice-grid{grid-template-columns:1fr}.quiz-choice{min-height:72px}.entry-selector-modal{max-height:92vh}.entry-selector-tools{flex-direction:column;align-items:stretch;padding-left:18px;padding-right:18px}.entry-selector-actions{justify-content:stretch}.entry-selector-actions button{flex:1}.entry-selector-list{padding-left:10px;padding-right:10px}}.about-page{padding-top:22px;padding-bottom:58px}.about-hero{grid-template-columns:minmax(0,.98fr) minmax(420px,1.02fr);align-items:center;gap:34px;padding:8px 8px 26px;display:grid}.about-hero-copy{min-width:0}.about-hero-copy h1{letter-spacing:-.06em;margin:0;font-size:clamp(3.5rem,5.8vw,5.35rem);line-height:.94}.about-hero-copy h1 span{color:#58b62c}.about-tagline{color:var(--purple-600);letter-spacing:-.03em;margin:12px 0 18px;font-size:clamp(1.45rem,2.35vw,2.15rem);font-weight:800;line-height:1.15}.about-story{max-width:610px;color:var(--ink-2);gap:13px;font-size:15.5px;line-height:1.62;display:grid}.about-story p{margin:0}.about-hero-art{justify-content:center;align-items:center;display:flex}.about-hero-art img{width:min(100%,570px);height:auto}.about-how,.about-why,.about-cta{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px}.about-how{padding:24px}.about-section-heading{margin-bottom:18px}.about-section-heading h2,.about-cta h2{color:var(--ink);letter-spacing:-.035em;margin:0;font-size:27px;line-height:1.15}.about-section-heading p{color:var(--ink-2);margin:6px 0 0;font-size:15px;line-height:1.5}.about-how-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.how-step{background:linear-gradient(110deg,#faf7ff 0%,#f7f2ff 100%);border-radius:14px;grid-template-columns:52px 1fr;align-items:start;gap:13px;min-width:0;padding:18px;display:grid}.how-icon,.why-icon{color:var(--purple-700);border-radius:14px;place-items:center;display:grid}.how-icon{background:#edfbdc;width:50px;height:50px}.how-icon .icon{stroke-width:1.9px;width:26px;height:26px}.how-step h3{letter-spacing:-.02em;margin:1px 0 5px;font-size:18px;line-height:1.2}.how-step p{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.5}.about-why{margin-top:18px;padding:24px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.why-card{background:#fff;border:1px solid #e8e1f2;border-radius:14px;grid-template-columns:56px 1fr;align-items:start;gap:14px;min-height:142px;padding:18px;display:grid}.why-icon{background:#f2ebff;width:54px;height:54px}.why-icon .icon{stroke-width:1.8px;width:28px;height:28px}.why-card h3{letter-spacing:-.025em;margin:1px 0 6px;font-size:19px;line-height:1.2}.why-card p{color:var(--ink-2);margin:0;font-size:14px;line-height:1.5}.about-cta{background:linear-gradient(100deg,#f5eeff 0%,#fbf9ff 100%);grid-template-columns:minmax(0,1fr) minmax(270px,350px);align-items:center;gap:28px;margin-top:18px;padding:22px 24px;display:grid}.about-cta h2{font-size:23px}.about-cta p{max-width:600px;color:var(--ink-2);margin:7px 0 0;font-size:14px;line-height:1.5}.about-cta-button{gap:9px;width:100%;min-height:56px;font-size:17px}.about-cta-button .icon{width:19px;height:19px}.about-footer{text-align:center;color:var(--muted);padding:18px 20px 0}.about-footer p{margin:0 0 4px;font-size:14px}.about-footer a{color:var(--purple-600);align-items:center;gap:6px;font-size:15px;font-weight:800;text-decoration:none;display:inline-flex}.about-footer a:hover{color:var(--purple-800)}.about-footer a .icon{width:17px;height:17px}@media (width<=1000px){.about-hero{grid-template-columns:1fr}.about-hero-art{order:-1}.about-hero-art img{width:min(100%,500px)}.about-story{max-width:none}.about-how-grid,.about-cta{grid-template-columns:1fr}.about-cta-button{width:min(100%,420px)}}@media (width<=680px){.about-page{padding-top:14px}.about-hero{padding-inline:0}.about-hero-copy h1{font-size:3.5rem}.about-story{font-size:15px}.about-how,.about-why,.about-cta{padding:20px 16px}.why-grid{grid-template-columns:1fr}.why-card{grid-template-columns:50px 1fr}.why-icon{width:48px;height:48px}}.help-page,.contact-page{padding-top:18px;padding-bottom:46px}.help-layout,.contact-layout{align-items:start;gap:28px;display:grid}.help-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)}.help-main-column,.help-side-column,.contact-content{min-width:0}.help-heading,.contact-heading{margin-bottom:18px}.help-heading h1,.contact-heading h1{letter-spacing:-.06em;margin:0;font-size:clamp(3.7rem,6vw,5.75rem);line-height:.92}.help-hero-accent,.contact-accent{color:#52ae25;letter-spacing:-.04em;margin:10px 0;font-size:clamp(1.7rem,2.7vw,2.65rem);font-weight:800;line-height:1.05}.help-intro,.contact-intro{max-width:650px;color:var(--ink-2);margin:0;font-size:16px;line-height:1.6}.help-side-column{align-content:start;gap:18px;display:grid}.help-side-art{justify-content:center;align-items:flex-start;display:flex}.help-side-art img{width:min(100%,520px);height:auto}.help-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;padding:24px 24px 22px}.help-card-heading{grid-template-columns:56px 1fr;align-items:start;gap:16px;margin-bottom:22px;display:grid}.help-card-heading.compact{margin-bottom:18px}.help-heading-icon{border-radius:16px;place-items:center;width:52px;height:52px;display:grid}.help-heading-icon.purple{color:var(--purple-700);background:var(--purple-50)}.help-heading-icon.green{color:var(--green-700);background:var(--green-100)}.help-heading-icon .icon{stroke-width:1.9px;width:35px;height:35px}.help-card-heading h2{letter-spacing:-.025em;margin:2px 0 4px;font-size:23px;line-height:1.15}.help-card-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.faq-list{gap:9px;display:grid}.faq-item{background:#fff;border:1px solid #e1daef;border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}.faq-item.is-open{border-color:#d7c9f8;box-shadow:0 6px 16px #4a26840d}.faq-question{width:100%;min-height:50px;color:var(--ink);font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:18px;padding:0 16px;font-size:15px;font-weight:800;display:flex}.faq-question:hover{background:#fcfbff}.faq-chevron{color:var(--purple-700);place-items:center;transition:transform .16s;display:grid}.faq-chevron .icon{width:18px;height:18px}.faq-item.is-open .faq-chevron{transform:rotate(180deg)}.faq-answer{padding:0 16px 16px}.faq-answer p{color:var(--ink-2);margin:0;font-size:13.5px;line-height:1.6}.help-contact-card{padding:22px}.help-contact-button{text-align:center;justify-content:center;align-items:center;gap:10px;width:100%;min-height:52px;display:inline-flex}.help-contact-button .icon{flex:none;width:20px;height:20px;margin:0}.help-happy{background:linear-gradient(90deg,#f5efff 0%,#faf7ff 100%);border-radius:16px;justify-content:center;align-items:center;gap:18px;min-height:88px;margin-top:18px;padding:12px 24px;display:flex}.help-happy img{object-fit:contain;flex:none;width:96px;height:auto}.help-happy p{color:var(--ink-2);margin:0 0 3px;font-size:14px}.help-happy strong{color:var(--green-700);font-size:15px}.contact-art{justify-content:center;align-items:flex-start;padding-top:32px;display:flex;position:sticky;top:22px}.contact-content{padding-top:4px}.contact-heading{margin-bottom:16px}.contact-intro{max-width:610px}.contact-card{width:100%}.help-form{gap:13px;display:grid}.help-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.help-field{color:var(--ink);gap:7px;font-size:13px;font-weight:800;display:grid}.help-field b{color:var(--green-700);font-weight:900}.help-field span em{color:var(--muted);margin-left:5px;font-size:11px;font-style:normal;font-weight:700}.help-field input,.help-field select,.help-field textarea{width:100%;color:var(--ink);font:inherit;background:#fff;border:1px solid #d8d0e8;border-radius:10px;outline:none;font-size:15px;font-weight:400;transition:border-color .15s,box-shadow .15s}.help-field input,.help-field select{height:46px;padding:0 13px}.help-field textarea{resize:vertical;min-height:110px;padding:12px 13px;line-height:1.45}.help-field input::placeholder,.help-field textarea::placeholder{color:#938aa1}.help-field input:focus,.help-field select:focus,.help-field textarea:focus{border-color:var(--purple-500);box-shadow:0 0 0 3px #8450ec17}.help-field input[aria-invalid=true],.help-field select[aria-invalid=true],.help-field textarea[aria-invalid=true]{border-color:#bf3b50;box-shadow:0 0 0 3px #bf3b5014}.help-select-wrap{position:relative}.help-select-wrap select{appearance:none;padding-right:42px}.help-select-wrap>span{pointer-events:none;color:var(--ink);position:absolute;top:50%;right:13px;transform:translateY(-50%)}.help-select-wrap .icon{width:17px;height:17px}.help-form-status{color:#a32e43;min-height:17px;margin:-3px 0 -4px;font-size:12px;line-height:17px}.help-form-status.success{color:var(--green-700)}.help-submit{cursor:pointer;border:0;gap:9px;width:100%;min-height:50px}.help-submit .icon{width:20px;height:20px;margin-left:0}.help-privacy{color:var(--muted);text-align:center;justify-content:center;align-items:flex-start;gap:8px;margin:0;font-size:11.5px;line-height:1.4;display:flex}.help-privacy .icon{flex:none;width:15px;height:15px;margin-top:1px}.help-privacy a{color:var(--purple-700);font-weight:750}@media (width<=1040px){.help-layout,.contact-layout{grid-template-columns:1fr}.help-side-column{grid-template-columns:minmax(0,.95fr) minmax(300px,1.05fr);align-items:center}.help-side-art img{width:min(100%,430px)}.contact-art{order:2;padding-top:0;position:static}.contact-art img{width:min(100%,700px)}.contact-content{order:1}}@media (width<=720px){.help-page,.contact-page{padding-top:12px}.help-side-column{grid-template-columns:1fr}.help-side-art{order:-1}.help-heading h1,.contact-heading h1{font-size:4.1rem}.help-hero-accent,.contact-accent{font-size:2rem}.help-intro,.contact-intro{font-size:15px}.help-card{padding:20px 16px}.help-card-heading{grid-template-columns:48px 1fr;gap:12px}.help-heading-icon{width:46px;height:46px}.help-form-grid{grid-template-columns:1fr}.help-happy{justify-content:flex-start;padding-inline:18px}}.contact-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:28px}.contact-side-column{align-content:start;min-width:0;display:grid}.contact-art{justify-content:center;align-items:flex-start;padding-top:8px;display:flex;position:static}.contact-art img{width:min(100%,560px);height:auto}@media (width<=1040px){.contact-side-column{order:2}.contact-content{order:1}}.schools-hero{grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);align-items:center;gap:54px;min-height:620px;padding-top:56px;padding-bottom:48px;display:grid}.schools-kicker{color:var(--purple-700);letter-spacing:.085em;text-transform:uppercase;align-items:center;gap:8px;font-size:13px;font-weight:850;display:inline-flex}.schools-kicker:before{content:"";background:var(--green-500);border-radius:999px;width:28px;height:4px}.schools-hero-copy h1{letter-spacing:-.07em;margin:14px 0 22px;font-size:clamp(4rem,6.3vw,6.4rem);line-height:.93}.schools-hero-copy h1 span{color:var(--green-600)}.schools-hero-copy>p{max-width:700px;color:var(--ink-2);margin:0;font-size:20px;line-height:1.65}.schools-hero-actions{flex-wrap:wrap;align-items:center;gap:24px;margin-top:30px;display:flex}.schools-text-link{color:var(--purple-700);align-items:center;gap:8px;font-size:16px;font-weight:800;text-decoration:none;display:inline-flex}.schools-text-link .icon{width:18px;height:18px}.schools-text-link:hover{color:var(--purple-900)}.schools-hero-art{min-width:0}.schools-art-frame{position:relative}.schools-art-frame img{width:100%;height:auto}.schools-art-note{background:#fffffff0;border:1px solid #ddd0f6;border-radius:14px;min-width:126px;padding:11px 14px;line-height:1.15;display:grid;position:absolute;box-shadow:0 12px 30px #2d144d1f}.schools-art-note strong{color:var(--purple-800);font-size:14px}.schools-art-note span{color:var(--muted);margin-top:2px;font-size:12px}.note-one{top:14%;left:2%;transform:rotate(-3deg)}.note-two{bottom:16%;right:1%;transform:rotate(2deg)}.schools-strip{color:#fff;background:linear-gradient(90deg,#1d073d 0%,#260b50 100%)}.schools-strip-inner{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;min-height:74px;display:flex}.schools-strip-inner>span{color:#cdb8f6;font-size:14px;font-weight:750}.schools-strip-inner strong{font-size:14px}.schools-strip-inner i{background:var(--green-500);border-radius:50%;width:4px;height:4px}.schools-section-heading{grid-template-columns:52px 1fr;align-items:start;gap:18px;max-width:900px;margin-bottom:28px;display:grid}.schools-section-number,.school-doc-index{color:var(--green-700);letter-spacing:.08em;font-size:13px;font-weight:900}.schools-section-heading h2,.schools-flow-copy h2,.schools-share-copy h2,.schools-ohio h2,.schools-final h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3.3vw,3.2rem);line-height:1.05}.schools-section-heading p,.schools-flow-copy p,.schools-share-copy p,.schools-ohio-copy>p,.schools-final p{color:var(--ink-2);margin:9px 0 0;font-size:16px;line-height:1.65}.schools-facts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.schools-fact{border:1px solid var(--line);min-height:132px;box-shadow:var(--shadow-soft);background:#fff;border-radius:17px;grid-template-columns:50px 1fr;align-items:start;gap:15px;padding:22px;display:grid}.schools-fact-icon{width:48px;height:48px;color:var(--purple-700);background:var(--purple-100);border-radius:14px;place-items:center;display:grid}.schools-fact-icon .icon{width:24px;height:24px}.schools-fact div:last-child{gap:3px;display:grid}.schools-fact span{color:var(--muted);font-size:12px;font-weight:750}.schools-fact strong{letter-spacing:-.025em;font-size:21px}.schools-fact small{color:var(--ink-2);font-size:13px;line-height:1.35}.schools-simple-flow{background:linear-gradient(100deg,#f8f4ff 0%,#fcfbff 55%,#f4faef 100%);margin-top:56px;padding:70px 0 74px}.schools-flow-copy{max-width:760px}.schools-flow-copy .schools-section-number{margin-bottom:9px;display:block}.schools-flow{grid-template-columns:1fr 70px 1fr 70px 1fr;align-items:center;margin-top:34px;display:grid}.schools-flow article{text-align:center;background:#fff;border:1px solid #e5dcef;border-radius:18px;min-height:190px;padding:24px 22px;box-shadow:0 8px 24px #3418530e}.schools-flow-icon{width:62px;height:62px;color:var(--purple-700);background:#eefbdd;border-radius:50%;place-items:center;margin:0 auto 15px;display:grid}.schools-flow-icon .icon{width:29px;height:29px}.schools-flow article strong{font-size:21px;display:block}.schools-flow article span{max-width:260px;color:var(--ink-2);margin:7px auto 0;font-size:14px;line-height:1.5;display:block}.schools-flow-arrow{color:#c0addf;place-items:center;display:grid}.schools-flow-arrow .icon{width:30px;height:30px}.schools-no-account-line{width:fit-content;color:var(--green-700);align-items:center;gap:9px;margin:22px auto 0;font-size:15px;display:flex}.schools-no-account-line .icon{width:21px;height:21px}.schools-storage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.schools-storage-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:20px;padding:28px}.browser-card{border-top:5px solid var(--purple-600)}.set-card-school{border-top:5px solid var(--green-600)}.schools-storage-label{color:var(--muted);letter-spacing:.075em;text-transform:uppercase;font-size:12px;font-weight:850}.schools-storage-card h3{letter-spacing:-.035em;margin:9px 0 19px;font-size:24px}.schools-storage-card ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.schools-storage-card li{background:#faf8ff;border-radius:12px;grid-template-columns:32px 1fr;align-items:center;gap:10px;padding:12px 13px;display:grid}.set-card-school li{background:#fbfff8}.schools-storage-card li>.icon{width:21px;height:21px;color:var(--purple-700)}.set-card-school li>.icon{color:var(--green-700)}.schools-storage-card li span{display:grid}.schools-storage-card li strong{font-size:14px}.schools-storage-card li small{color:var(--muted);margin-top:2px;font-size:12px}.schools-storage-card>p{color:var(--ink-2);margin:17px 0 0;font-size:13px;line-height:1.55}.schools-share-section{color:#fff;background:#1c073d;margin-top:76px;padding:64px 0}.schools-share-inner{grid-template-columns:160px minmax(0,820px);justify-content:center;align-items:center;gap:38px;display:grid}.schools-share-mark{color:#1c073d;background:var(--green-500);border-radius:36px;place-items:center;width:142px;height:142px;display:grid;transform:rotate(-3deg)}.schools-share-mark .icon{stroke-width:1.7px;width:64px;height:64px}.schools-share-copy .schools-section-number{color:var(--green-300);margin-bottom:8px;display:block}.schools-share-copy h2{color:#fff}.schools-share-copy p{color:#ffffffc7}.schools-share-copy strong{color:#fff}.schools-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.schools-review-grid a{border:1px solid var(--line);min-height:90px;color:inherit;background:#fff;border-radius:16px;grid-template-columns:48px minmax(0,1fr) 24px;align-items:center;gap:14px;padding:18px 20px;text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:grid}.schools-review-grid a:hover{box-shadow:var(--shadow-soft);border-color:#d4c5ee;transform:translateY(-1px)}.schools-review-grid a>span{width:46px;height:46px;color:var(--purple-700);background:var(--purple-100);border-radius:13px;place-items:center;display:grid}.schools-review-grid a>span .icon{width:23px;height:23px}.schools-review-grid a>div{gap:4px;display:grid}.schools-review-grid strong{font-size:16px}.schools-review-grid small{color:var(--muted);font-size:13px;line-height:1.35}.schools-review-grid>a>.icon{color:#b3a1d0;width:20px;height:20px}.schools-ohio{background:linear-gradient(100deg,#f3fde9 0%,#f8fff2 48%,#f9f6ff 100%);border-block:1px solid #e2efd8;margin-top:72px;padding:72px 0}.schools-ohio-inner{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:center;gap:58px;display:grid}.schools-ohio-copy .schools-kicker{margin-bottom:13px}.schools-ohio-checks{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin-top:20px;display:grid}.schools-ohio-checks span{color:var(--ink-2);align-items:center;gap:7px;font-size:14px;font-weight:700;display:flex}.schools-ohio-checks .icon{width:17px;height:17px;color:var(--green-700);stroke-width:2.8px}.schools-ohio-card{background:#fff;border:1px solid #d7e8ca;border-radius:19px;padding:28px;box-shadow:0 10px 28px #30491c12}.schools-ohio-card-icon{color:#fff;background:var(--purple-800);letter-spacing:-.04em;border-radius:14px;place-items:center;width:52px;height:52px;font-weight:900;display:grid}.schools-ohio-card h3{letter-spacing:-.035em;margin:17px 0 8px;font-size:22px}.schools-ohio-card p{color:var(--ink-2);margin:0;font-size:14px;line-height:1.55}.schools-ohio-card a{color:var(--purple-700);margin-top:15px;font-size:14px;font-weight:800;display:inline-block}.schools-final{background:linear-gradient(110deg,#f5efff 0%,#fcfbff 58%,#f5fbea 100%);border:1px solid #ded2f5;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);align-items:center;gap:42px;margin-top:78px;margin-bottom:24px;padding:32px 36px;display:grid}.schools-final .schools-kicker{margin-bottom:10px}.schools-final h2{font-size:2.5rem}.schools-final-actions{justify-items:stretch;gap:9px;display:grid}.schools-final-actions>a:not(.primary-button){color:var(--purple-700);text-align:center;font-size:14px;font-weight:800;text-decoration:none}.schools-final-actions>a:not(.primary-button):hover{text-underline-offset:3px;text-decoration:underline}.school-doc-page{padding-top:48px;padding-bottom:12px}.school-doc-heading{max-width:960px}.school-doc-back{width:fit-content;color:var(--purple-700);align-items:center;gap:7px;margin-bottom:26px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex}.school-doc-back .icon{width:17px;height:17px}.school-doc-heading .schools-kicker{width:fit-content;display:flex}.school-doc-heading h1{letter-spacing:-.06em;max-width:920px;margin:14px 0 17px;font-size:clamp(3rem,5vw,4.8rem);line-height:.98}.school-doc-heading p{max-width:850px;color:var(--ink-2);margin:0;font-size:18px;line-height:1.65}.school-doc-heading small{color:var(--muted);margin-top:12px;display:block}.school-doc-nav{z-index:20;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-radius:15px;gap:5px;margin:34px 0 24px;padding:10px;display:flex;position:sticky;top:0;overflow-x:auto;box-shadow:0 8px 24px #3016560f}.school-doc-nav a{color:var(--ink-2);border-radius:9px;flex:none;padding:9px 12px;font-size:12px;font-weight:800;text-decoration:none}.school-doc-nav a:hover{color:var(--purple-800);background:var(--purple-100)}.school-doc-content{gap:16px;max-width:1080px;display:grid}.school-doc-content article{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;padding:28px 30px;scroll-margin-top:82px}.school-doc-content h2{letter-spacing:-.035em;margin:5px 0 11px;font-size:24px}.school-doc-content p{color:var(--ink-2);margin:0;font-size:15px;line-height:1.7}.school-doc-content p+p{margin-top:12px}.school-doc-content a{color:var(--purple-700);font-weight:750}.school-doc-callout{border-left:4px solid var(--green-600);color:var(--ink-2);background:#f7fdf2;border-radius:10px;margin-top:18px;padding:15px 17px;font-size:14px;line-height:1.55}.school-doc-note{border-top:1px solid var(--line);padding-top:14px;color:var(--muted)!important;margin-top:16px!important;font-size:13px!important}.school-table-wrap{border:1px solid var(--line);border-radius:13px;margin:16px 0 0;overflow-x:auto}.school-table{border-collapse:collapse;background:#fff;width:100%;min-width:820px}.school-table th{color:var(--purple-800);text-align:left;text-transform:uppercase;letter-spacing:.06em;background:#f7f3ff;padding:11px 13px;font-size:11px}.school-table td{border-top:1px solid var(--line);color:var(--ink-2);vertical-align:top;padding:13px;font-size:13px;line-height:1.45}.school-table td strong{color:var(--ink)}.compact-table{min-width:700px}.school-doc-list{gap:9px;margin:16px 0 0;padding:0;list-style:none;display:grid}.school-doc-list li{color:var(--ink-2);grid-template-columns:22px 1fr;align-items:start;gap:8px;font-size:14px;line-height:1.5;display:grid}.school-doc-list .icon{width:18px;height:18px;color:var(--green-700);stroke-width:2.8px;margin-top:1px}.school-tech-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.school-tech-grid div{background:#faf8ff;border-radius:12px;gap:4px;padding:14px 15px;display:grid}.school-tech-grid span{color:var(--muted);font-size:11px;font-weight:750}.school-tech-grid strong{overflow-wrap:anywhere;font-size:13px}@media (width<=1080px){.schools-hero{grid-template-columns:1fr;gap:18px;padding-top:38px}.schools-hero-art{order:-1;max-width:760px;margin:0 auto}.schools-hero-copy{max-width:850px}.schools-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.schools-flow{grid-template-columns:1fr;gap:14px}.schools-flow-arrow{transform:rotate(90deg)}.schools-flow article{min-height:auto}.schools-share-inner{grid-template-columns:120px 1fr}.schools-share-mark{border-radius:28px;width:110px;height:110px}.schools-share-mark .icon{width:48px;height:48px}.schools-ohio-inner,.schools-final{grid-template-columns:1fr}.school-tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.schools-hero{min-height:0;padding-top:22px;padding-bottom:34px}.schools-hero-copy h1{font-size:3.75rem}.schools-hero-copy>p{font-size:16px}.schools-hero-actions{align-items:stretch;gap:13px}.schools-primary{width:100%;min-width:0}.schools-text-link{justify-content:center}.schools-art-note{display:none}.schools-strip-inner{gap:10px 13px;padding-block:17px}.schools-strip-inner>span{width:100%}.schools-section{padding-top:54px}.schools-section-heading{grid-template-columns:38px 1fr;gap:10px}.schools-facts-grid{grid-template-columns:1fr}.schools-simple-flow{margin-top:38px;padding:52px 0}.schools-storage-grid{grid-template-columns:1fr}.schools-share-section{margin-top:54px;padding:50px 0}.schools-share-inner{grid-template-columns:1fr;gap:22px}.schools-share-mark{border-radius:20px;width:72px;height:72px}.schools-share-mark .icon{width:34px;height:34px}.schools-review-grid{grid-template-columns:1fr}.schools-ohio{margin-top:54px;padding:52px 0}.schools-ohio-checks{grid-template-columns:1fr}.schools-final{margin-top:54px;padding:25px 20px}.school-doc-page{padding-top:30px}.school-doc-heading h1{font-size:3rem}.school-doc-heading p{font-size:16px}.school-doc-content article{padding:23px 18px}.school-tech-grid{grid-template-columns:1fr}}.school-doc-reference-links{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:16px;padding-top:14px;font-size:12px;display:flex}.school-doc-reference-links span{color:var(--muted);font-weight:800}.school-doc-reference-links a{font-size:12px}.schools-page{padding-bottom:28px;overflow:visible}.schools-hero{grid-template-columns:minmax(0,.98fr) minmax(430px,1.02fr);align-items:center;gap:42px;min-height:0;padding-top:42px;padding-bottom:32px}.schools-hero-copy>p{max-width:700px;font-size:18px;line-height:1.65}.schools-hero-list{gap:11px;margin:22px 0 0;padding:0;list-style:none;display:grid}.schools-hero-list li{color:var(--ink);grid-template-columns:22px 1fr;align-items:center;gap:10px;font-size:15px;font-weight:750;display:grid}.schools-hero-list .icon{width:18px;height:18px;color:var(--green-700)}.schools-hero-actions{align-items:flex-start;gap:18px 28px}.schools-primary{min-width:0}.schools-inline-links{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.schools-hero-art img{max-width:100%;height:auto}.schools-section{padding-top:60px;padding-bottom:10px}.schools-section-heading-simple{max-width:900px;margin-bottom:24px;display:block}.schools-section-heading-simple h2,.schools-final-compact h2{letter-spacing:-.05em;margin:0;font-size:clamp(2rem,3.3vw,3.2rem);line-height:1.05}.schools-section-heading-simple p,.schools-final-compact p{color:var(--ink-2);margin:9px 0 0;font-size:16px;line-height:1.65}.schools-section-number,.school-doc-index{display:none}.schools-final-compact{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(100deg,#f5eeff 0%,#fbf9ff 100%);border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:center;gap:26px;margin-top:26px;padding:26px;display:grid}.schools-final-compact .schools-kicker{margin-bottom:10px}.school-doc-content h2{margin-top:0}@media (width<=1040px){.schools-hero{grid-template-columns:1fr;gap:26px;padding-top:28px}.schools-hero-art{max-width:780px;margin:0 auto}}@media (width<=720px){.schools-hero{padding-top:18px;padding-bottom:18px}.schools-hero-copy>p{font-size:16px}.schools-inline-links{flex-direction:column;align-items:flex-start}.schools-facts-grid,.schools-review-grid,.schools-storage-grid,.schools-final-compact{grid-template-columns:1fr}}.schools-hero-actions{align-items:center}.schools-inline-links{align-items:center;min-height:54px}.schools-student-section{color:#fff;background:radial-gradient(circle at 92% 4%,#784cd647,#0000 31%),linear-gradient(135deg,#1c073d 0%,#29105a 100%);border-radius:24px;margin-top:34px;padding:42px 36px 38px;box-shadow:0 18px 44px #1f084324}.schools-student-section .schools-section-heading-simple h2{color:#fff}.schools-student-section .schools-section-heading-simple p{color:#ffffffc2}.schools-student-section .schools-fact{border-color:#ddd0f680;box-shadow:0 8px 24px #10032529}.schools-final-actions{gap:12px}.schools-final-link-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 22px;display:flex}.schools-final-link-row a{color:var(--purple-700);text-align:center;font-size:14px;font-weight:800;text-decoration:none}.schools-final-link-row a:hover{text-underline-offset:3px;text-decoration:underline}.schools-final-compact .schools-final-actions>.primary-button{width:100%}.school-doc-heading h1{margin-top:0}@media (width<=760px){.schools-hero-actions{align-items:stretch}.schools-inline-links{min-height:0}.schools-student-section{border-radius:20px;margin-top:22px;padding:30px 18px 26px}}.schools-student-section .schools-fact{grid-template-columns:52px 1fr;align-items:start;gap:16px;min-height:148px;padding:22px 22px 20px}.schools-student-section .schools-fact-icon{border-radius:15px;width:50px;height:50px}.schools-student-section .schools-fact>div:last-child{gap:4px}.schools-student-section .schools-fact span{color:var(--ink);letter-spacing:-.015em;font-size:16px;font-weight:850;line-height:1.2}.schools-student-section .schools-fact strong{color:var(--purple-700);letter-spacing:-.035em;font-size:23px;line-height:1.12}.schools-student-section .schools-fact small{color:var(--ink-2);margin-top:2px;font-size:13.5px;line-height:1.45}.schools-final-compact{grid-template-columns:minmax(0,1fr) auto;gap:40px}.schools-final-compact .schools-final-actions{justify-self:end;align-items:center;width:min(100%,500px)}.schools-final-compact .schools-final-actions>.primary-button{width:auto;min-width:430px;padding-inline:26px}.schools-final-link-row{gap:10px 26px;width:100%}.schools-final-link-row a+a:before{content:"•";color:#c2b1df;margin-right:26px;text-decoration:none}@media (width<=1080px){.schools-final-compact{grid-template-columns:1fr;gap:22px}.schools-final-compact .schools-final-actions{justify-self:stretch;width:100%}.schools-final-compact .schools-final-actions>.primary-button{width:min(100%,520px);min-width:0}.schools-final-link-row{justify-content:flex-start}}@media (width<=760px){.schools-student-section .schools-fact{min-height:0;padding:18px}.schools-final-compact .schools-final-actions>.primary-button{width:100%}.schools-final-link-row{justify-content:center;gap:9px 18px}.schools-final-link-row a+a:before{margin-right:18px}}.site-footer{color:#fff;background:radial-gradient(circle at 82% 8%,#6f3dc947,#0000 30%),linear-gradient(135deg,#1b063a 0%,#21094c 58%,#16042f 100%);border-top:1px solid #ffffff0f;margin-top:64px;padding:52px 0 24px}.site-footer-main{grid-template-columns:minmax(260px,1.05fr) minmax(260px,.9fr) minmax(320px,1fr);align-items:start;gap:56px;display:grid}.footer-brand-link{color:#fff;letter-spacing:-.04em;align-items:center;gap:10px;font-size:30px;text-decoration:none;display:inline-flex}.footer-brand-link b{font-weight:800}.footer-brand-link strong{color:var(--green-500);font-weight:800}.footer-brand-mark{object-fit:contain;width:58px;height:46px}.footer-tagline{color:#cdb8ff;margin:14px 0 0;font-size:17px;font-weight:750}.footer-blurb{color:#ffffffc2;max-width:310px;margin:12px 0 0;font-size:14px;line-height:1.55}.footer-link-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;display:grid}.footer-link-column{align-content:start;gap:11px;display:grid}.footer-link-column h2,.footer-code-card h2{color:#d9c8ff;text-transform:uppercase;letter-spacing:.07em;margin:0 0 4px;font-size:14px;font-weight:800}.footer-link-column a{color:#ffffffdb;width:fit-content;font-size:15px;text-decoration:none}.footer-link-column a:hover{color:#fff;text-underline-offset:4px;text-decoration:underline}.footer-code-card{background:#532b9538;border:1px solid #b793ff85;border-radius:18px;padding:20px;box-shadow:inset 0 1px #ffffff0d}.footer-code-card h2{color:#fff;text-transform:none;letter-spacing:-.02em;font-size:18px}.footer-code-card>p{color:#ffffffb8;margin:5px 0 14px;font-size:14px}.footer-code-card small{color:#ffffff91;margin-top:2px;font-size:12px;display:block}.footer-code-input-row{background:#11052861;border:1px solid #c6aeff94;border-radius:12px;grid-template-columns:minmax(0,1fr) 52px;min-height:50px;display:grid;overflow:hidden}.footer-code-input-row:focus-within{box-shadow:0 0 0 3px #7d4edd47}.footer-code-input-row input{color:#fff;background:0 0;border:0;outline:0;min-width:0;padding:0 14px;font-size:14px}.footer-code-input-row input::placeholder{color:#ffffff75}.footer-code-input-row button{background:var(--green-600);color:#fff;cursor:pointer;border:0;place-items:center;display:grid}.footer-code-input-row button:hover{background:var(--green-700)}.footer-code-input-row .icon{width:21px;height:21px}.footer-code-error{color:#ffd4dd;height:18px;margin:6px 0 0;font-size:12px;line-height:18px}.site-footer-bottom{color:#ffffff94;border-top:1px solid #ffffff26;justify-content:space-between;gap:24px;margin-top:38px;padding-top:20px;font-size:12px;display:flex}.site-footer-bottom p{margin:0}.footer-ohio{white-space:nowrap;align-items:center;gap:7px;line-height:1;display:inline-flex}.ohio-flag{flex:none;width:18px;height:12px;display:block}@media (width<=980px){.site-footer-main{grid-template-columns:1fr 1fr}.footer-code-card{grid-column:1/-1}}@media (width<=650px){.site-footer{margin-top:44px;padding-top:38px}.site-footer-main{grid-template-columns:1fr;gap:32px}.footer-link-columns{grid-template-columns:1fr 1fr}.footer-code-card{grid-column:auto}.site-footer-bottom{flex-direction:column;gap:7px}}.legal-page{padding-top:54px;padding-bottom:20px}.legal-heading{max-width:820px;margin-bottom:30px}.legal-kicker{color:var(--purple-600);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:13px;font-weight:800;display:inline-block}.legal-heading h1{letter-spacing:-.055em;margin:0;font-size:clamp(3rem,5vw,4.7rem);line-height:1}.legal-heading>p{color:var(--muted);margin:16px 0 8px;font-size:19px;line-height:1.55}.legal-heading small{color:#837895}.legal-content{gap:14px;max-width:980px;display:grid}.legal-content article{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;padding:24px 26px}.legal-content h2{letter-spacing:-.025em;margin:0 0 10px;font-size:21px}.legal-content p{color:var(--ink-2);margin:0;font-size:16px;line-height:1.7}.legal-content p+p{margin-top:12px}.legal-content a{color:var(--purple-700);font-weight:700}@media (width<=680px){.legal-page{padding-top:34px}.legal-content article{padding:20px 18px}}.legal-table-wrap{border:1px solid var(--line);border-radius:13px;margin:16px 0 0;overflow-x:auto}.legal-table{border-collapse:collapse;width:100%;min-width:760px}.legal-table th{color:var(--purple-800);text-align:left;text-transform:uppercase;letter-spacing:.06em;background:#f7f3ff;padding:11px 13px;font-size:11px}.legal-table td{border-top:1px solid var(--line);color:var(--ink-2);vertical-align:top;padding:13px;font-size:13px;line-height:1.5}.legal-table td strong{color:var(--ink)}.legal-table-wrap+p{margin-top:16px}.turnstile-widget{align-items:center;width:100%;min-width:0;min-height:65px;display:flex}.turnstile-widget>div,.turnstile-widget iframe{max-width:100%}.turnstile-loading,.turnstile-unavailable{color:#756d84;background:#fbfbfd;border:1px solid #d9d2e7;border-radius:10px;align-items:center;width:100%;min-height:65px;margin:0;padding:0 14px;font-size:12px;line-height:1.4;display:flex}.turnstile-unavailable{color:#a32e43;background:#fffafb;border-color:#e8c9d0}
