:root{--ink:#153c2c;--muted:#1d6544;--paper:#eaf5ee;--card:#fff;--line:#d6e6dc;--gold:#39765a;--deep:#24382f;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-sans),sans-serif;margin:0}.shell{background-image:radial-gradient(#80a591 .55px,#0000 .55px);background-size:18px 18px;min-height:100vh}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#f5f0e5eb;grid-template-columns:1fr auto 1fr;align-items:center;height:76px;padding:0 clamp(22px,5vw,72px);display:grid;position:sticky;top:0}.brand{font-family:var(--font-serif),serif;align-items:center;gap:10px;font-size:22px;font-weight:700;display:flex}.brand-mark{background:var(--ink);color:#80a591;width:34px;height:34px;font-family:var(--font-serif);border-radius:50% 50% 46% 54%;place-items:center;font-weight:800;display:inline-grid;transform:rotate(-5deg)}.site-header nav{gap:5px;display:flex}.site-header nav a{color:var(--muted);border-radius:99px;align-items:center;gap:7px;padding:9px 14px;font-size:14px;display:flex}.site-header nav a:hover,.site-header nav a.active{color:var(--ink);background:#d6e6dc}.site-header>:last-child{justify-self:end}.avatar-link{align-items:center;gap:9px;display:flex}.avatar{background:var(--gold);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:grid}.header-user{font-size:12px;display:grid}.header-user small{text-transform:capitalize;color:var(--muted)}main{min-height:70vh}.section{padding:clamp(72px,9vw,130px) max(24px,50vw - 590px)}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:690px;display:flex;position:relative}.hero:before{content:"";opacity:.55;z-index:-1;border:1px solid #80a591;border-radius:50%;width:500px;height:500px;position:absolute}.hero:after{content:"✦";color:var(--gold);font-size:44px;position:absolute;top:22%;right:15%}.eyebrow,.kicker{letter-spacing:.16em;color:#1d6544;font-size:12px;font-weight:800}.eyebrow{background:#eaf5ee;border:1px solid #80a591;border-radius:99px;align-items:center;gap:8px;padding:8px 12px;display:flex}.hero h1,.page-title,.course-hero h1,.empty-state h1{font-family:var(--font-serif);letter-spacing:-.045em;max-width:1000px;margin:28px 0 24px;font-size:clamp(52px,7.3vw,104px);line-height:.89}.hero h1 em{color:var(--gold);font-weight:400}.hero>p{max-width:620px;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{align-items:center;gap:24px;margin-top:26px;display:flex}.button{background:var(--ink);color:#fff;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:14px 20px;font-size:14px;font-weight:750;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 6px #39765a}.button:hover{transform:translateY(-2px);box-shadow:0 8px #39765a}.button-small{box-shadow:none;padding:10px 15px}.text-link{align-items:center;gap:8px;font-size:14px;font-weight:700;display:inline-flex}.trust-row{border-top:1px solid var(--line);color:var(--muted);gap:42px;margin-top:62px;padding-top:24px;font-size:12px;display:flex}.trust-row strong{color:var(--ink);font-size:16px}.section-rule{border-top:1px solid var(--line)}.section-heading{justify-content:space-between;align-items:end;margin-bottom:38px;display:flex}.section h2{font-family:var(--font-serif);margin:12px 0;font-size:clamp(34px,4vw,54px);line-height:1}.course-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.course-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);transition:transform .25s,box-shadow .25s;overflow:hidden}.course-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #153c2c17}.course-art{background:color-mix(in srgb,var(--accent) 13%,#eaf5ee);height:190px;padding:20px;position:relative;overflow:hidden}.course-art:before,.course-art:after{content:"";border:1px solid var(--accent);border-radius:50%;width:220px;height:220px;position:absolute;top:30px;right:-45px}.course-art:after{width:150px;height:150px;top:75px;right:90px}.course-art>span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}.course-art>strong{font-family:var(--font-serif);color:var(--accent);opacity:.75;font-size:84px;position:absolute;bottom:5px;right:27px}.course-body{padding:22px}.course-meta,.course-footer,.stats{color:var(--muted);align-items:center;gap:18px;font-size:12px;display:flex}.course-meta span,.course-footer span,.stats span{align-items:center;gap:6px;display:flex}.course-body h3{font-family:var(--font-serif);margin:18px 0 7px;font-size:27px}.course-body p{color:var(--muted);margin:0 0 24px;line-height:1.55}.course-footer{border-top:1px solid var(--line);justify-content:space-between;padding-top:16px}.course-footer svg{color:var(--gold)}.quote-band{background:var(--deep);color:#fff;border-radius:24px;grid-template-columns:2fr 1fr;align-items:end;gap:50px;margin:0 max(24px,50vw - 590px) 100px;padding:70px;display:grid}.quote-band blockquote{font-family:var(--font-serif);margin:0;font-size:clamp(30px,4vw,52px);line-height:1.1}.quote-band>div{color:#d2d8d2;gap:12px;font-size:13px;display:flex}.page-top{padding-top:100px}.page-title{margin-bottom:16px;font-size:clamp(48px,6vw,80px)}.page-intro{color:var(--muted);max-width:560px;font-size:18px}.filter-row{gap:8px;margin:42px 0 34px;display:flex}.chip{border:1px solid var(--line);color:var(--muted);background:0 0;border-radius:99px;padding:9px 14px}.chip.active{background:var(--ink);color:#fff;border-color:var(--ink)}.page-top .course-grid{grid-template-columns:repeat(2,1fr)}.course-hero{grid-template-columns:1.4fr .7fr;align-items:center;gap:8vw;display:grid}.course-hero h1{font-size:clamp(52px,6vw,82px)}.course-hero p{color:var(--muted);font-size:18px;line-height:1.7}.course-hero .button{margin-top:32px}.stats{flex-wrap:wrap;margin:25px 0 8px}.course-poster{aspect-ratio:4/5;background:color-mix(in srgb,var(--accent) 25%,#d6e6dc);border-radius:28px;flex-direction:column;justify-content:flex-end;padding:34px;display:flex;position:relative;overflow:hidden}.course-poster:before{content:"";border:1px solid var(--accent);border-radius:50%;width:360px;height:360px;position:absolute;top:-80px;right:-150px}.course-poster>span{text-transform:uppercase;letter-spacing:.12em;font-size:11px}.course-poster>strong{font-family:var(--font-serif);font-size:30px}.poster-glyph{font:160px var(--font-serif);color:var(--accent);position:absolute;top:20%;left:12%}.course-layout{grid-template-columns:.75fr 1.25fr;gap:10vw;padding-top:30px;display:grid}.outcomes{gap:16px;margin-top:30px;display:grid}.outcomes span{color:var(--muted);align-items:center;gap:10px;display:flex}.outcomes svg{color:var(--gold)}.curriculum{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}.curriculum-head{border-bottom:1px solid var(--line);justify-content:space-between;padding:24px;display:flex}.curriculum-head span{color:var(--muted);font-size:12px}.module>p{background:#eaf5ee;gap:16px;margin:0;padding:16px 24px;font-weight:750;display:flex}.module>p span{color:var(--gold)}.module>a{border-top:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px 24px;display:grid}.module>a:hover{background:#eaf5ee}.module>a small{color:var(--muted)}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;display:flex}.empty-state p{color:var(--muted);margin:0 0 30px}.site-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;align-items:center;padding:38px max(24px,50vw - 590px);font-size:13px;display:flex}.site-footer>div{align-items:center;gap:12px;display:flex}.site-footer>div:last-child{gap:22px}.site-footer .brand-mark{width:28px;height:28px}@media (max-width:850px){.site-header{grid-template-columns:1fr auto}.site-header nav{background:var(--ink);border-radius:16px;justify-content:space-around;padding:7px;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 10px 30px #0004}.site-header nav a{color:#d6e6dc}.site-header nav a.active{color:#fff;background:#1d6544}.header-user{display:none}.course-grid,.page-top .course-grid,.course-hero,.course-layout,.quote-band{grid-template-columns:1fr}.course-hero{gap:45px}.course-poster{max-height:460px}.quote-band{padding:42px}.section-heading{align-items:start;gap:20px}.trust-row{gap:18px}.site-footer{padding-bottom:90px}.site-footer p{display:none}}@media (max-width:560px){.hero{min-height:630px}.hero:before{width:300px;height:300px}.hero-actions{flex-direction:column}.trust-row{grid-template-columns:repeat(3,1fr);display:grid}.section-heading{display:block}.section-heading>.text-link{margin-top:15px}.filter-row{padding-bottom:6px;overflow:auto}.site-footer{align-items:start}.site-footer>div:last-child{display:grid}.course-hero{padding-top:70px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.auth-page{grid-template-columns:1fr 480px;align-items:center;gap:9vw;min-height:760px;display:grid}.auth-copy h1,.dashboard h1,.form-page>h1,.table-page h1{font:clamp(46px,5vw,76px)/.95 var(--font-serif);letter-spacing:-.04em;margin:18px 0}.auth-copy>p,.dashboard-head p,.dashboard>p{color:var(--muted);font-size:17px}.auth-copy blockquote{font:28px var(--font-serif);border-left:3px solid var(--gold);margin:70px 0 0;padding-left:22px}.auth-card,.editor-card,.publish-card,.admin-panel{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:0 20px 60px #153c2c0b}.auth-card h2{margin:16px 0 5px;font-size:27px}.auth-card>p{color:var(--muted);margin-bottom:24px;font-size:13px}.form-icon{color:#1d6544;background:#d6e6dc;border-radius:14px;place-items:center;width:48px;height:48px;display:grid}.auth-card label,.editor-card label{gap:7px;margin:15px 0;font-size:12px;font-weight:800;display:grid}.auth-card input,.editor-card input,.editor-card textarea,.editor-card select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:9px;outline:none;padding:13px}.auth-card input:focus,.editor-card input:focus,.editor-card textarea:focus,.editor-card select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #39765a22}.auth-card .button{width:100%;margin-top:10px}.form-error,.success-banner{color:#8e321e;background:#f7dfd5;border-radius:9px;margin:16px 0;padding:12px 14px;font-size:13px}.success-banner{color:#285f36;background:#dfeddf;align-items:center;gap:9px;display:flex}.demo-accounts{border-top:1px solid var(--line);color:var(--muted);gap:4px;margin-top:27px;padding-top:20px;font-size:11px;display:grid}.demo-accounts strong{color:var(--ink);margin-bottom:3px}.lesson-page{padding-top:60px}.back-link{color:var(--muted);margin-bottom:25px;font-size:13px;display:inline-block}.lesson-player{grid-template-columns:1.5fr .7fr;gap:45px;display:grid}.video-frame{aspect-ratio:16/9;background:#153c2c;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 25px 70px #0002}.video-frame video{width:100%;height:100%;display:block}.video-error{color:#fff;text-align:center;background:#1d6544;border:1px solid #d6e6dc;border-radius:12px;padding:17px 20px;font-weight:700;line-height:1.5;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 12px 32px #0007}.lesson-copy{padding-top:25px}.lesson-copy h1{font:clamp(38px,4vw,58px)/1 var(--font-serif);margin:15px 0}.lesson-copy p{color:var(--muted);line-height:1.7}.lesson-copy .button{margin-top:20px}.lesson-nav{border-top:1px solid var(--line);grid-column:1/-1;justify-content:space-between;padding-top:22px;display:flex}.lesson-nav a{align-items:center;gap:8px;font-weight:750;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-head{justify-content:space-between;align-items:end;gap:30px;display:flex}.metric-grid{grid-template-columns:repeat(2,1fr);gap:15px;margin:45px 0;display:grid}.metric-grid>div{background:var(--card);border:1px solid var(--line);border-radius:15px;align-items:center;gap:15px;padding:22px;display:flex}.metric-grid svg{color:var(--gold)}.metric-grid span{color:var(--muted);font-size:12px;display:grid}.metric-grid strong{color:var(--ink);font-size:28px}.learning-list,.studio-list{gap:14px;display:grid}.learning-list article,.studio-list article{background:var(--card);border:1px solid var(--line);border-radius:17px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:20px;display:grid}.learning-initial{width:80px;height:80px;font:42px var(--font-serif);color:#fff;border-radius:14px;place-items:center;display:grid}.learning-list article span,.learning-list article small{color:var(--muted);font-size:11px}.learning-list h3{font:26px var(--font-serif);margin:5px 0 10px}.progress-track{background:#d6e6dc;border-radius:9px;height:5px;margin-bottom:7px;overflow:hidden}.progress-track i{background:var(--gold);height:100%;display:block}.empty-card{border:1px dashed var(--line);text-align:center;border-radius:18px;padding:38px}.studio-list article{grid-template-columns:1fr auto}.studio-list article>div:last-child{gap:8px;display:flex}.studio-list h2{margin:10px 0 6px;font-size:30px}.studio-list p{color:var(--muted);font-size:13px}.status{letter-spacing:.12em;background:#eaf5ee;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:800}.status.published{color:#32683c;background:#dcebdc}.form-page{padding-top:90px}.form-page>p{color:var(--muted)}.form-page>.editor-card{max-width:760px;margin-top:40px}.form-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.editor-grid{grid-template-columns:1.4fr .6fr;align-items:start;gap:25px;margin-top:40px;display:grid}.editor-card h2{margin-top:0;font-size:32px}.studio-module{border:1px solid var(--line);border-radius:12px;overflow:hidden}.studio-module>strong{background:#eaf5ee;padding:15px;display:block}.studio-module>div{border-top:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:15px;display:grid}.studio-module small{color:var(--muted)}.publish-card{position:sticky;top:100px}.publish-card h3{font:30px var(--font-serif);margin:15px 0}.publish-card p,.publish-card li{color:var(--muted);font-size:13px;line-height:1.6}.publish-card ul{padding-left:18px}.publish-card .button{width:100%;margin-top:12px}.admin-metrics{grid-template-columns:repeat(4,1fr);gap:15px;margin:45px 0;display:grid}.admin-metrics a{background:var(--card);border:1px solid var(--line);border-radius:15px;gap:8px;padding:20px;display:grid}.admin-metrics svg{color:var(--gold)}.admin-metrics strong{font-size:36px}.admin-metrics span{color:var(--muted);font-size:12px}.panel-head{justify-content:space-between;align-items:center;display:flex}.audit-row{border-top:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 0;display:grid}.audit-dot{background:var(--gold);border-radius:50%;width:8px;height:8px}.audit-row div{display:grid}.audit-row small,.audit-row time{color:var(--muted);font-size:11px}.table-page{padding-top:90px}.data-table{background:var(--card);border:1px solid var(--line);border-radius:18px;margin-top:35px;overflow:hidden}.table-row{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:18px;padding:17px 22px;font-size:13px;display:grid}.table-row.head{text-transform:uppercase;letter-spacing:.1em;background:#d6e6dc;border:0;font-size:11px}.table-row span{text-overflow:ellipsis;overflow:hidden}.chip{align-items:center;gap:7px;display:inline-flex}@media (max-width:850px){.auth-page,.lesson-player,.editor-grid{grid-template-columns:1fr}.auth-page{padding-top:70px}.auth-copy blockquote{margin-top:35px}.lesson-nav{grid-column:auto}.admin-metrics{grid-template-columns:1fr 1fr}.publish-card{position:static}.table-page{overflow:hidden}.data-table{overflow:auto}.table-row{min-width:650px}.dashboard-head{align-items:start}.form-page{padding-top:65px}}@media (max-width:560px){.auth-card,.editor-card,.publish-card,.admin-panel{padding:23px}.dashboard-head{display:block}.dashboard-head>.button,.dashboard-head>.chip{margin-top:20px}.metric-grid{grid-template-columns:1fr}.learning-list article{grid-template-columns:auto 1fr}.learning-list article>.button{grid-column:1/-1}.studio-list article{grid-template-columns:1fr}.studio-list article>div:last-child{justify-content:space-between}.admin-metrics{grid-template-columns:1fr 1fr}.form-row{grid-template-columns:1fr}}:root{--font-sans:"Segoe UI",Arial,sans-serif;--font-serif:Georgia,"Times New Roman",serif;--purple:#39765a;--purple-dark:#1d6544;--purple-soft:#fff;--community-bg:#fff}.brand-mark{background:linear-gradient(145deg,var(--purple),var(--purple-dark));color:#fff}.avatar{background:var(--purple-soft);color:var(--purple-dark)}.community-shell{background:var(--community-bg);grid-template-columns:290px minmax(0,1fr);max-width:1180px;min-height:calc(100vh - 76px);margin:0 auto;display:grid}.community-sidebar{background:#fff;border-right:1px solid #eaf5ee;height:calc(100vh - 76px);padding:36px 24px;position:sticky;top:76px}.profile-orb{color:#fff;background:linear-gradient(145deg,#d6e6dc,#39765a);border-radius:50%;place-items:center;width:64px;height:64px;font-size:25px;font-weight:800;display:grid}.community-sidebar h2{margin:14px 0 3px;font-size:16px}.community-sidebar>span{color:#39765a;font-size:12px}.sidebar-rule{background:#eaf5ee;height:1px;margin:28px -24px 22px}.community-sidebar>strong{font-size:15px}.community-sidebar p{color:#39765a;border:1px solid #eaf5ee;border-radius:7px;align-items:center;gap:8px;padding:10px;font-size:13px;display:flex}.signout-link{color:var(--purple);cursor:pointer;background:0 0;border:0;padding:10px 0;font-weight:700}.community-main{width:100%;max-width:820px;margin:0 auto;padding:18px 20px 70px}.mobile-greeting{display:none}.learning-panel,.workshop-panel,.feed-card{background:#fff;border:1px solid #eaf5ee;border-radius:15px;margin-bottom:18px;overflow:hidden;box-shadow:0 2px 9px #1d654408}.panel-label{justify-content:space-between;padding:16px 18px 10px;display:flex}.panel-label a,.panel-label>span{color:var(--purple);font-size:12px;font-weight:700}.continue-row{border-top:1px solid #fff;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:12px 18px 18px;display:grid}.continue-row:first-of-type{border:0}.course-symbol{color:#fff;border-radius:12px;place-items:center;width:68px;height:68px;display:grid}.continue-row small,.continue-row>div>span{color:#39765a;font-size:11px}.continue-row h3{margin:3px 0 9px;font-size:16px}.community-progress{background:#eaf5ee;border-radius:9px;max-width:380px;height:5px;overflow:hidden}.community-progress i{background:linear-gradient(90deg,#39765a,#39765a);height:100%;display:block}.play-course{background:var(--purple-dark);color:#fff;border-radius:10px;place-items:center;width:48px;height:48px;display:grid}.no-access{color:#39765a;align-items:center;gap:15px;padding:28px;display:flex}.no-access div{gap:4px;display:grid}.no-access span{font-size:12px}.workshop-panel>div:last-child{text-align:center;color:#39765a;padding:16px 15px 24px}.workshop-panel p{font-size:12px}.feed-heading{justify-content:space-between;align-items:center;display:flex}.feed-heading h2{font:700 23px var(--font-sans);margin:10px 0 18px}.feed-heading button,.mobile-greeting button{background:#eaf5ee;border:0;border-radius:8px;padding:9px}.feed-card header{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px 18px 5px;display:grid}.feed-avatar{color:#fff;background:linear-gradient(145deg,#80a591,#39765a);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:800;display:grid}.feed-card header div{display:grid}.feed-card header small{color:#39765a;font-size:11px}.feed-card>p{color:#1d6544;margin:0;padding:8px 18px 14px;font-size:14px;line-height:1.55}.feed-art{background:radial-gradient(circle at 70% 20%,color-mix(in srgb,var(--feed-accent) 70%,white),transparent 40%),linear-gradient(145deg,#153c2c,#39765a);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:310px;padding:35px;display:flex}.feed-art>svg{width:50px;height:50px}.feed-art>span{text-transform:uppercase;letter-spacing:.18em;margin-top:18px;font-size:10px}.feed-art h3{font:48px/1 var(--font-serif);max-width:500px;margin:12px 0}.feed-art p{opacity:.85;margin:0}.feed-card footer{color:#39765a;align-items:center;gap:22px;padding:13px 18px;font-size:13px;display:flex}.feed-card footer span{align-items:center;gap:5px;display:flex}.feed-card footer svg{width:17px}.feed-card footer a{margin-left:auto}.floating-help{background:var(--purple);color:#fff;border-radius:99px;align-items:center;gap:7px;padding:10px 14px;font-size:12px;font-weight:700;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 8px 24px #1d654444}.floating-help svg{width:16px}.access-page>h1{font:clamp(44px,5vw,70px)/1 var(--font-serif);margin:15px 0}.access-page>p{color:var(--muted)}.member-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:38px;display:grid}.member-card{background:#fff;border:1px solid #eaf5ee;border-radius:18px;overflow:hidden}.member-card>header{grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:20px;display:grid}.member-avatar{background:var(--purple-soft);width:44px;height:44px;color:var(--purple);border-radius:50%;place-items:center;display:grid}.member-card h2{font:700 18px var(--font-sans);margin:0 0 3px}.member-card header div>span{color:#39765a;align-items:center;gap:5px;font-size:11px;display:flex}.member-card header b{letter-spacing:.1em;color:var(--purple);background:var(--purple-soft);border-radius:99px;padding:5px 7px;font-size:9px}.assignment-title{background:#faf8fb;border-block:1px solid #eaf5ee;align-items:center;gap:8px;padding:12px 20px;display:flex}.assignment-title svg{color:var(--purple)}.assignment-title small{color:#39765a;margin-left:auto}.assignment-list form{border-top:1px solid #eaf5ee;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:13px 20px;display:grid}.assignment-list form:first-child{border:0}.course-dot{border-radius:50%;width:10px;height:10px}.assignment-list form>span:nth-of-type(2){display:grid}.assignment-list small{color:#39765a;font-size:10px}.access-toggle{color:var(--purple);cursor:pointer;background:#fff;border:1px solid #d6e6dc;border-radius:99px;padding:7px 11px;font-size:11px;font-weight:750}.access-toggle.on{background:var(--purple);border-color:var(--purple);color:#fff}@media (max-width:850px){.community-shell{grid-template-columns:1fr}.community-sidebar{display:none}.community-main{padding:16px 14px 90px}.mobile-greeting{justify-content:space-between;align-items:center;margin:5px 2px 17px;display:flex}.mobile-greeting span{color:#39765a;font-size:11px}.mobile-greeting h1{margin:2px 0;font-size:26px}.member-grid{grid-template-columns:1fr}.feed-art{min-height:250px}.feed-art h3{font-size:38px}}@media (max-width:560px){.continue-row{grid-template-columns:auto 1fr}.play-course{grid-column:1/-1;width:100%;height:40px}.community-main{padding-inline:10px}.feed-art h3{font-size:33px}.member-card>header{grid-template-columns:auto 1fr}.member-card header b{grid-column:2}.assignment-list form{padding-inline:14px}}.header-auth{align-items:center;gap:16px;display:flex}.auth-card .auth-switch{text-align:center;margin:24px 0 0}.auth-card .password-help{margin:0;font-size:12px}.auth-card button:disabled{cursor:wait;opacity:.65;transform:none}.auth-switch a{text-underline-offset:3px;text-decoration:underline}@media (max-width:480px){.header-auth{gap:10px}.header-auth .text-link svg{display:none}.header-auth .button{padding:10px;font-size:12px}}.phone-app{padding:20px max(20px,env(safe-area-inset-right)) 20px max(20px,env(safe-area-inset-left));max-width:900px;margin:auto}.app-install{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:16px;font-size:14px}.app-install summary{cursor:pointer;min-height:24px;font-weight:700}.app-install p{line-height:1.6}.app-update{bottom:max(16px,env(safe-area-inset-bottom));z-index:50;background:var(--card);border:1px solid var(--line);border-radius:14px;align-items:center;gap:16px;max-width:640px;margin:auto;padding:16px;display:flex;position:fixed;left:16px;right:16px;box-shadow:0 8px 30px #0002}.app-update button{flex-shrink:0}@media (display-mode:standalone){.app-install{display:none}body{padding-bottom:env(safe-area-inset-bottom)}}@media (max-width:480px){.app-update{flex-wrap:wrap}input,select,textarea{font-size:16px}}
:root{--ink:#153c2c;--muted:#526b5f;--paper:#fff;--card:#fff;--line:#d6e6dc;--gold:#21845b;--deep:#155c3e;--purple:#18794e;--purple-soft:#eaf5ee}body,.shell{background:#fff}.site-header{border-color:var(--line);background:#fff}.site-header nav{flex-wrap:wrap;min-width:0}.site-header nav a.active,.site-header nav a:hover{color:#155c3e;background:#eaf5ee}.brand-mark,.button,.play-course,.floating-help{color:#fff;background:#18794e}.button{box-shadow:none}.button:hover{background:#115f3c;box-shadow:0 4px 12px #153c2c18}.hero h1 em,.kicker,.eyebrow{color:#18794e}.eyebrow,.form-icon,.community-sidebar,.profile-orb,.member-avatar{color:#155c3e;border-color:var(--line);background:#eaf5ee}.hero:before,.hero:after{color:#21845b;border-color:#c6e4d2}.auth-card input,.editor-card input,.editor-card textarea,.editor-card select{background:#fff}.auth-card input:focus,.editor-card input:focus,.editor-card textarea:focus,.editor-card select:focus{box-shadow:0 0 0 3px #21845b22}.community-shell,.community-main{background:#f6faf7}.feed-art{--feed-accent:#18794e!important}[style*=--accent]{--accent:#18794e!important}[style*=--program-accent]{--program-accent:#18794e!important}.course-dot,.course-symbol,.learning-initial{background:#21845b!important}.member-card,.feed-card,.learning-panel,.workshop-panel{border-color:var(--line)}.assignment-title{border-color:var(--line);background:#f2f8f4}.assignment-list form{border-color:#e7f0eb}.assignment-list small,.assignment-title small,.member-card header div>span{color:var(--muted)}.access-toggle{color:#155c3e;border-color:#b9d8c5}.access-toggle.on{color:#155c3e;background:#eaf5ee;border-color:#b9d8c5}.admin-access-links{color:#18794e;flex-wrap:wrap;gap:24px;margin-block:24px;font-weight:600;display:flex}.account-search{border:1px solid var(--line);background:#f6faf7;border-radius:16px;max-width:700px;padding:22px}.account-search label{margin-bottom:10px;font-size:14px;font-weight:700;display:block}.account-search div{align-items:center;gap:12px;display:flex}.account-search input{background:#fff;border:1px solid #b9d8c5;border-radius:8px;flex:1;min-width:0;padding:12px}.member-card header div{overflow-wrap:anywhere;min-width:0}.assignment-list form>span:nth-of-type(2){min-width:0}@media (max-width:1100px){.site-header{grid-template-columns:1fr auto;gap:12px;height:auto;min-height:76px;padding-block:12px}.site-header nav{box-shadow:none;background:#fff;grid-area:2/1/auto/-1;justify-content:center;padding:0;position:static}.site-header nav a{color:var(--muted);padding:7px 10px;font-size:12px}}@media (max-width:480px){.account-search div{flex-wrap:wrap}.account-search input{flex-basis:100%}.assignment-list form{grid-template-columns:auto 1fr}.assignment-list button{grid-column:2;justify-self:start}}@media (max-width:1100px){.site-header{min-width:0}.site-header nav{justify-content:flex-start;min-width:0;max-width:100%;padding-bottom:4px;overflow-x:auto}.site-header nav a{flex-shrink:0;min-height:44px}}
