:root{--ink:#181713;--muted:#6f6b60;--cream:#fff8ed;--paper:#fffdf8;--line:#ded8cb;--orange:#f05a28;--orange-dark:#c94318;--green:#275c4a;--font-geist-sans:"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;--font-geist-mono:"SFMono-Regular",Consolas,monospace}*{box-sizing:border-box}html{background:var(--cream)}body{color:var(--ink);background:var(--cream);font-family:var(--font-geist-sans),Arial,sans-serif;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}.site-header{justify-content:space-between;align-items:center;max-width:1240px;height:84px;margin:auto;padding:0 32px;display:flex}.brand{letter-spacing:-1px;align-items:center;gap:10px;font-size:22px;font-weight:850;display:flex}.brand img{border-radius:11px}.site-header nav{align-items:center;gap:24px;font-size:14px;font-weight:650;display:flex}.button{border:1px solid var(--ink);border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:720;transition:all .2s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.small{min-height:38px;padding:0 16px}.button.primary{color:#fff;background:var(--ink)}.button.secondary{background:0 0}.button-row{flex-wrap:wrap;gap:12px;display:flex}.hero{grid-template-columns:1.08fr .92fr;align-items:center;gap:92px;max-width:1180px;min-height:690px;margin:0 auto;padding:74px 34px 100px;display:grid}.eyebrow{color:var(--orange-dark);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:800}.hero h1{letter-spacing:-.075em;margin:24px 0 30px;font-size:clamp(58px,7.4vw,104px);line-height:.88}.hero-copy>p{max-width:620px;color:var(--muted);margin:0 0 34px;font-size:20px;line-height:1.55}.configuration-strip{gap:9px;margin-top:28px;display:flex}.status{border:1px solid var(--line);border-radius:99px;padding:7px 11px;font-size:11px;font-weight:720}.status.ready{color:var(--green);background:#e5f3ec;border-color:#c4e1d4}.status.pending{color:#8d521c;background:#fff0d2;border-color:#efd4a1}.feed-preview{border:1px solid var(--line);background:var(--paper);border-radius:30px;padding:22px;position:relative;transform:rotate(1.5deg);box-shadow:0 30px 80px #2d231324}.feed-head{grid-template-columns:46px 1fr auto;align-items:center;gap:11px;margin-bottom:18px;display:grid}.avatar{background:#f2c4a7;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:800;display:grid}.feed-head strong,.feed-head small{display:block}.feed-head small{color:var(--muted);margin-top:3px;font-size:11px}.pill{border:1px solid var(--line);text-transform:capitalize;border-radius:99px;width:max-content;padding:6px 10px;font-size:11px}.learning-card{color:#fff;background:#214c43;border-radius:18px;min-height:330px;padding:28px}.card-index{letter-spacing:.12em;color:#b6d7cb;font-size:10px}.learning-card h2{letter-spacing:-.025em;margin:22px 0 30px;font-family:Georgia,serif;font-size:35px;line-height:1.03}.question-list p{border-top:1px solid #ffffff2e;grid-template-columns:34px 1fr;gap:12px;margin:12px 0;padding-top:12px;font-size:13px;display:grid}.question-list b{color:#ffbf8f}.feed-actions{gap:22px;padding:16px 4px 10px;font-size:13px;font-weight:700;display:flex}.caption{margin:3px 4px 0;font-size:13px;line-height:1.45}.caption span{color:var(--orange-dark)}.principles{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);max-width:1240px;margin:auto;display:grid}.principles article{border-right:1px solid var(--line);padding:38px 28px 54px}.principles article:last-child{border-right:0}.principles article>span{font-family:var(--font-geist-mono);color:var(--orange-dark);font-size:11px}.principles h2{margin:36px 0 12px;font-size:19px}.principles p{color:var(--muted);font-size:14px;line-height:1.55}.centered-shell{place-items:center;min-height:100svh;padding:42px 20px;display:grid}.centered-shell.wide{padding-block:80px}.setup-card{background:var(--paper);border:1px solid var(--line);border-radius:28px;width:min(680px,100%);padding:clamp(28px,5vw,54px);box-shadow:0 24px 60px #2d231317}.setup-card h1{letter-spacing:-.055em;margin:16px 0;font-size:clamp(38px,6vw,62px)}.setup-card>p{color:var(--muted);font-size:17px;line-height:1.55}.setup-card h2{margin-top:34px;font-size:17px}.setup-status{grid-template-columns:1fr 1fr;gap:12px;margin:28px 0;display:grid}.setup-status>div{border:1px solid var(--line);border-radius:14px;grid-template-columns:18px 1fr;padding:16px;display:grid}.setup-status small{color:var(--muted);grid-column:2}.dot{background:#d39852;border-radius:50%;width:10px;height:10px;margin-top:4px}.dot.ready{background:#42956e}.variable-list{border:1px solid var(--line);border-radius:14px;overflow:hidden}.variable-list div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:14px 16px;display:flex}.variable-list div:last-child{border:0}.variable-list code{font-size:12px}.variable-list span{color:var(--muted);text-align:right;font-size:12px}.callout{background:#f2eee5;border-radius:14px;margin:24px 0;padding:16px;font-size:13px;line-height:1.5}.auth-shell{place-items:center;min-height:100svh;padding:30px;display:grid}.dashboard-shell{max-width:1180px;margin:auto;padding:0 28px 80px}.dashboard-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:76px;display:flex}.dashboard-header>div{align-items:center;gap:12px;display:flex}.wordmark{letter-spacing:-.05em;font-size:21px;font-weight:850}.dashboard-intro{padding:70px 0 38px}.dashboard-intro h1{letter-spacing:-.06em;margin:16px 0;font-size:clamp(42px,7vw,76px)}.dashboard-intro p{color:var(--muted)}.collection-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.collection-card{border:1px solid var(--line);background:var(--paper);border-radius:18px;flex-direction:column;min-height:250px;padding:22px;display:flex}.collection-card>span{text-transform:uppercase;letter-spacing:.1em;color:var(--orange-dark);font-size:10px}.collection-card h2{letter-spacing:-.035em;margin:18px 0 10px;font-size:25px}.collection-card p{color:var(--muted);margin:0 0 24px;line-height:1.5}.collection-card small{color:var(--muted);margin-top:auto;line-height:1.4}.collection-card strong{margin-top:16px;font-size:12px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.metric-grid article{border:1px solid var(--line);background:var(--paper);border-radius:18px;padding:24px}.metric-grid span,.metric-grid small{color:var(--muted);display:block}.metric-grid strong{letter-spacing:-.05em;margin:28px 0 6px;font-size:48px;display:block}@media (max-width:820px){.site-header{padding:0 20px}.site-header nav>a:first-child{display:none}.hero{grid-template-columns:1fr;gap:64px;padding:56px 22px 76px}.hero h1{font-size:clamp(58px,19vw,88px)}.feed-preview{transform:none}.principles{grid-template-columns:1fr 1fr}.principles article:nth-child(2){border-right:0}.collection-grid,.metric-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.principles,.collection-grid,.metric-grid{grid-template-columns:1fr}.principles article{border-right:0;border-bottom:1px solid var(--line)}.setup-status{grid-template-columns:1fr}.variable-list div{flex-direction:column;gap:6px}.variable-list span{text-align:left}.learning-card h2{font-size:29px}.dashboard-shell{padding-inline:18px}}.app-frame{background:#f7f4ed;min-height:100svh}.app-sidebar{border-right:1px solid var(--line);z-index:20;background:#fffdf8f2;flex-direction:column;width:238px;padding:32px 24px;display:flex;position:fixed;inset:0 auto 0 0}.app-logo{margin:0 12px 48px;font-size:25px}.app-sidebar nav{flex-direction:column;gap:8px;display:flex}.app-sidebar nav a{border-radius:12px;align-items:center;gap:15px;padding:13px 14px;font-size:15px;font-weight:700;display:flex}.app-sidebar nav a:hover{background:#f0ece3}.app-sidebar nav a:first-letter{font-size:21px}.sidebar-account{border-top:1px solid var(--line);flex-direction:column;gap:5px;margin-top:auto;padding:16px 12px;display:flex}.sidebar-account small{color:var(--muted);text-transform:capitalize}.app-content{min-height:100svh;margin-left:238px}.mobile-tabbar{display:none}.learner-main{width:min(640px,100%);margin:auto;padding:0 20px 90px}.feed-tabs{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);z-index:10;background:#f7f4edeb;grid-template-columns:1fr 1fr;height:64px;display:grid;position:sticky;top:0}.feed-tabs button{color:var(--muted);cursor:pointer;background:0 0;border:0;font-weight:760;position:relative}.feed-tabs button.active:after{content:"";background:var(--ink);height:2px;position:absolute;bottom:-1px;left:32%;right:32%}.feed-stream{gap:22px;padding-top:22px;display:grid}.social-post,.campaign-card,.empty-feed{border:1px solid var(--line);background:var(--paper);border-radius:18px;overflow:hidden}.post-author{grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:14px 16px;display:grid}.avatar.small{color:#fff;background:linear-gradient(135deg,#f2b190,#ef6b45);width:42px;height:42px}.post-author div:nth-child(2){min-width:0}.post-author strong,.post-author a,.post-author small{display:block}.post-author strong{font-size:14px}.post-author a{color:var(--muted);margin:2px 0;font-size:12px}.post-author small{color:#997454;text-transform:uppercase;letter-spacing:.05em;font-size:9px}.post-author>span{border:1px solid var(--line);text-transform:uppercase;border-radius:20px;padding:5px 8px;font-size:9px}.social-post>img,.social-post>video{object-fit:cover;background:#191919;width:100%;max-height:650px;display:block}.post-visual{color:#fff;background:linear-gradient(145deg,#1f4e45,#132d29);flex-direction:column;justify-content:flex-end;min-height:460px;padding:42px;display:flex}.post-visual.image{background:linear-gradient(145deg,#d6683d,#7d271f)}.post-visual.carousel{background:linear-gradient(145deg,#414b82,#252952)}.post-visual.video{background:linear-gradient(145deg,#4a2a61,#21132c)}.post-visual small{letter-spacing:.12em;opacity:.72}.post-visual h2{letter-spacing:-.045em;margin:18px 0;font-family:Georgia,serif;font-size:clamp(34px,7vw,52px);line-height:1}.post-visual p{max-width:470px;margin:0;font-size:15px;line-height:1.55}.post-actions{gap:14px;padding:13px 16px 4px;display:flex}.post-actions button{cursor:pointer;background:0 0;border:0;padding:3px;font-size:25px}.post-caption{padding:0 18px;font-size:13px;line-height:1.5}.ranking-reason{color:var(--muted);padding:0 18px 12px;display:block}.social-post details{border-top:1px solid var(--line);padding:11px 18px;font-size:11px}.social-post details a{color:var(--orange-dark);margin-top:6px;display:block}.campaign-card{background:#ffe4c8;padding:24px}.campaign-card small{letter-spacing:.12em;font-weight:800}.campaign-card h2{margin:18px 0 8px;font-size:26px}.campaign-card p{color:#574c3e;line-height:1.5}.campaign-card a{font-size:13px;font-weight:800}.empty-feed{text-align:center;padding:60px 35px}.inline-alert{color:#fff;z-index:12;background:#711;border-radius:8px;padding:12px;position:sticky;top:70px}.wide-app-page{max-width:1160px;margin:auto;padding:58px 48px 110px}.page-heading{max-width:750px;margin-bottom:48px}.page-heading h1,.studio-heading h1{letter-spacing:-.06em;margin:15px 0;font-size:clamp(46px,6vw,78px)}.page-heading p,.studio-heading p{color:var(--muted);font-size:17px;line-height:1.55}.explore-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.explore-card{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:12px;transition:all .2s}.explore-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #281e1414}.collection-cover{aspect-ratio:4/3;color:#fff;background:linear-gradient(145deg,#23483f,#e5683b);border-radius:10px;flex-direction:column;justify-content:space-between;padding:20px;display:flex}.collection-cover small{text-transform:uppercase;letter-spacing:.1em}.collection-cover strong{letter-spacing:-.04em;font-size:25px;line-height:1}.explore-card h2{margin:18px 6px 7px;font-size:20px}.explore-card p{color:var(--muted);min-height:56px;margin:0 6px 16px;font-size:13px;line-height:1.45}.explore-card>small,.explore-card>b{margin:8px 6px;font-size:11px;display:block}.explore-card>b{color:var(--orange-dark)}.collection-profile>header{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr;align-items:center;gap:35px;padding-bottom:42px;display:grid}.profile-avatar{color:#fff;background:linear-gradient(145deg,#efb18d,#dd552d);border-radius:50%;place-items:center;width:130px;height:130px;font-size:54px;font-weight:850;display:grid}.collection-profile h1{letter-spacing:-.05em;margin:8px 0;font-size:50px}.collection-profile header p{color:var(--muted);max-width:680px}.instructor-collections{flex-wrap:wrap;gap:8px;display:flex}.instructor-collections a{border:1px solid var(--line);background:var(--paper);border-radius:99px;padding:7px 10px;font-size:11px}.collection-hero{background:var(--paper);border:1px solid var(--line);border-radius:20px;grid-template-columns:1fr 300px;gap:55px;margin:38px 0 55px;padding:35px;display:grid}.collection-hero h2{letter-spacing:-.05em;margin:8px 0;font-size:42px}.collection-hero p,.collection-hero li{color:var(--muted);line-height:1.55}.collection-cta{flex-direction:column;justify-content:center;gap:12px;display:flex}.collection-cta small{color:var(--muted);line-height:1.4}.preview-title{font-size:28px}.preview-grid{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.preview-post{aspect-ratio:3/4;color:#fff;background:#214c43;border-radius:13px;padding:18px}.preview-post:nth-child(2n){background:#d45e39}.preview-post small{text-transform:uppercase;font-size:9px}.preview-post h3{letter-spacing:-.035em;font-size:19px}.preview-post p{opacity:.82;font-size:11px;line-height:1.45}.form-error{color:#a12617;margin-top:8px;display:block}.library-list,.notification-list{gap:12px;display:grid}.library-list>a,.notification-list article{background:var(--paper);border:1px solid var(--line);border-radius:14px;padding:24px}.library-list h2,.notification-list h2{margin:8px 0}.library-list p,.notification-list p{color:var(--muted);line-height:1.5}.offline-controls{flex-wrap:wrap;gap:10px;margin:-25px 0 30px;display:flex}.offline-controls>small{color:var(--muted);flex-basis:100%}.profile-summary{align-items:center;gap:25px;margin-bottom:45px;display:flex}.profile-summary h1{letter-spacing:-.05em;margin:8px 0;font-size:55px}.plan-card{color:#fff;background:#214c43;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;margin-bottom:50px;padding:35px;display:flex}.plan-card h2{margin:8px 0;font-size:32px}.plan-card p{color:#c2d8d0}.profile-collections{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.profile-collections a{border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:20px;font-weight:750}.profile-collections small{color:var(--muted);margin-top:8px;display:block}.chat-page{max-width:820px;margin:auto;padding:60px 32px 110px}.chat-page h1{letter-spacing:-.055em;margin:12px 0;font-size:55px}.chat-panel{border:1px solid var(--line);background:var(--paper);border-radius:20px;overflow:hidden}.chat-disclosure{background:#f2e8d4;flex-direction:column;gap:4px;padding:16px 20px;font-size:12px;display:flex}.chat-messages{flex-direction:column;gap:13px;min-height:430px;max-height:60svh;padding:24px;display:flex;overflow:auto}.chat-messages article{background:#eee9df;border-radius:16px;align-self:flex-start;max-width:78%;padding:13px 16px}.chat-messages article.learner{color:#fff;background:#214c43;align-self:flex-end}.chat-messages p{margin:5px 0;line-height:1.5}.chat-messages small{font-weight:800}.chat-messages article div span{margin-top:5px;font-size:10px;display:block}.chat-panel form{border-top:1px solid var(--line);padding:16px}.chat-panel form label{margin-bottom:8px;font-size:11px;font-weight:800;display:block}.chat-panel form>div{gap:8px;display:flex}.chat-panel textarea{resize:none;border:1px solid var(--line);background:#fff;border-radius:11px;flex:1;min-height:54px;padding:10px}.chat-panel form button{background:var(--ink);color:#fff;border:0;border-radius:11px;padding:0 20px;font-weight:750}.onboarding-form{gap:24px;margin-top:32px;display:grid}.onboarding-form fieldset{border:1px solid var(--line);border-radius:14px;gap:12px;padding:18px;display:grid}.onboarding-form legend{padding:0 7px;font-weight:750}.onboarding-form label{gap:9px;display:flex}.adult-check{font-size:14px}.studio-heading-row{justify-content:space-between;align-items:flex-end;gap:28px;max-width:none;display:flex}.studio-heading-row>div{max-width:850px}.button{border:1px solid var(--line);color:var(--ink);font:inherit;cursor:pointer;background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-size:12px;font-weight:800;display:inline-flex}.button.primary{background:var(--orange-dark);border-color:var(--orange-dark);color:#fff}.button:disabled{cursor:not-allowed;opacity:.45}.status-pill{color:#666;text-transform:uppercase;letter-spacing:.08em;background:#e8e5de;border-radius:999px;width:max-content;padding:6px 9px;font-size:10px;font-weight:850;display:inline-flex}.status-approved,.status-ready{color:#235a42;background:#d9ede2}.status-in_production{color:#245270;background:#dce9f4}.status-review,.status-generating{color:#7d5412;background:#fff0cf}.course-admin-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.course-admin-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-height:310px;padding:22px;display:flex}.course-admin-card>div:first-child{color:var(--orange-dark);justify-content:space-between;gap:12px;font-size:11px;font-weight:800;display:flex}.course-admin-card h2{letter-spacing:-.035em;margin:30px 0 6px;font-size:24px;line-height:1.08}.course-admin-card>p,.course-admin-card>small{color:var(--muted)}.course-admin-card dl{grid-template-columns:repeat(3,1fr);gap:8px;margin:26px 0;display:grid}.course-admin-card dl div{background:#f4f2ed;border-radius:8px;padding:9px}.course-admin-card dt{text-transform:uppercase;color:var(--muted);font-size:9px}.course-admin-card dd{margin:4px 0 0;font-size:12px;font-weight:800}.course-admin-card>a{color:var(--orange-dark);margin-top:auto;font-size:13px;font-weight:800}.builder-form,.plan-preview,.readiness-panel,.production-toolbar{border:1px solid var(--line);background:#fff;border-radius:18px;margin-bottom:20px;padding:28px}.builder-form fieldset{border:0;margin:0;padding:0}.builder-section-heading{margin:6px 0 22px}.builder-section-heading>span{color:var(--orange-dark);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:850}.builder-section-heading h2{letter-spacing:-.035em;margin:8px 0;font-size:27px}.builder-section-heading p{color:var(--muted);margin:0;line-height:1.5}.form-grid{gap:14px;margin-bottom:30px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.builder-form>label,.builder-form fieldset>label,.form-grid label{margin-bottom:20px;font-size:11px;font-weight:800;display:block}.builder-form input,.builder-form select,.builder-form textarea{border:1px solid var(--line);width:100%;font:inherit;resize:vertical;background:#fff;border-radius:9px;margin-top:7px;padding:11px;font-size:13px;display:block}.builder-form fieldset:disabled{opacity:.72}.builder-footer{border-top:1px solid var(--line);align-items:center;gap:10px;padding-top:20px;display:flex}.builder-footer>span{color:var(--muted);margin-left:auto;font-size:12px}.builder-hero{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:24px;display:flex}.builder-hero h1{letter-spacing:-.06em;margin:10px 0;font-size:clamp(42px,5vw,68px)}.builder-hero p{color:var(--muted)}.builder-progress{grid-template-columns:repeat(4,1fr);gap:3px;margin-bottom:20px;display:grid}.builder-progress span{color:#777;text-transform:uppercase;background:#dedbd4;padding:11px;font-size:10px;font-weight:850}.builder-progress span:first-child{border-radius:9px 0 0 9px}.builder-progress span:last-child{border-radius:0 9px 9px 0}.builder-progress .active{color:#fff;background:#2b5147}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.module-grid article{background:#f4f2ed;border-radius:12px;padding:18px}.module-grid span{color:var(--orange-dark);text-transform:uppercase;font-size:9px;font-weight:850}.module-grid h3{margin:16px 0 6px;font-size:18px}.module-grid p{color:var(--muted);margin:0;font-size:12px}.review-actions{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.readiness-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.readiness-grid>div{background:#f2efe9;border-radius:10px;padding:13px}.readiness-grid .pass{color:#24563f;background:#e1f0e7}.readiness-grid b,.readiness-grid small{display:block}.readiness-grid small{color:var(--muted);margin-top:5px}.empty-state{color:var(--muted);text-align:center;border:1px dashed #bbb4a9;border-radius:14px;padding:32px}.production-toolbar{justify-content:space-between;align-items:center;gap:20px;margin:0;display:flex}.production-toolbar>div:last-child{gap:8px;display:flex}.production-toolbar b,.production-toolbar small{display:block}.production-toolbar small{color:var(--muted);margin-top:5px}.brief-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.brief-table{flex-direction:column;gap:8px;display:flex}.brief-card{border:1px solid var(--line);background:#fff;border-radius:13px;flex-direction:column;min-height:235px;padding:17px;display:flex}.brief-card>div:first-child{color:var(--orange-dark);text-transform:uppercase;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.brief-card h3{margin:22px 0 8px;font-size:16px;line-height:1.25}.brief-card p{color:var(--muted);font-size:12px;line-height:1.45}.brief-card>small{color:var(--muted);margin-top:auto}.brief-card>a,.brief-card>button{color:var(--orange-dark);text-align:left;cursor:pointer;background:0 0;border:0;margin-top:13px;padding:0;font-size:12px;font-weight:850}.brief-table .brief-card{grid-template-columns:150px 1fr 1fr 200px;align-items:center;gap:16px;min-height:0;display:grid}.brief-table .brief-card h3,.brief-table .brief-card p,.brief-table .brief-card small,.brief-table .brief-card a,.brief-table .brief-card button{margin:0}.editor-layout{grid-template-columns:minmax(0,1fr) 320px;gap:16px;display:grid}.post-editor-form,.proposal-panel,.editor-inspector section{border:1px solid var(--line);background:#fff;border-radius:16px;margin-bottom:16px;padding:20px}.editor-toolbar{border-bottom:1px solid var(--line);align-items:end;gap:12px;margin-bottom:18px;padding-bottom:16px;display:flex}.editor-toolbar label{font-size:10px;font-weight:800}.editor-toolbar select{border:1px solid var(--line);border-radius:8px;margin-top:5px;padding:8px;display:block}.editor-toolbar>span{color:var(--muted);margin-left:auto;font-size:11px}.bilingual-editor{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.trilingual-editor{grid-template-columns:repeat(3,minmax(300px,1fr));overflow-x:auto}.bilingual-editor fieldset{border:1px solid var(--line);border-radius:12px;padding:16px}.bilingual-editor legend{padding:0 7px;font-weight:850}.bilingual-editor label{margin:16px 0;display:block}.bilingual-editor label>span{justify-content:space-between;align-items:center;font-size:10px;font-weight:850;display:flex}.bilingual-editor label button{color:var(--orange-dark);cursor:pointer;background:0 0;border:0;font-weight:850}.bilingual-editor textarea{border:1px solid var(--line);width:100%;font:inherit;resize:vertical;border-radius:8px;margin-top:6px;padding:9px;font-size:13px;line-height:1.45}.proposal-panel>article{border-top:1px solid var(--line);padding:18px 0}.proposal-panel>article>span{color:var(--muted);text-transform:uppercase;font-size:10px}.proposal-panel>article>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.proposal-panel>article>div>div{background:#f4f2ed;border-radius:10px;padding:12px}.proposal-panel em{color:var(--muted);font-size:11px}.proposal-panel footer{justify-content:flex-end;gap:7px;margin-top:10px;display:flex}.editor-inspector{position:relative}.editor-inspector section{padding:17px}.editor-inspector h2{margin:0 0 14px;font-size:17px}.editor-inspector article{border-top:1px solid var(--line);padding:11px 0}.editor-inspector article b,.editor-inspector article small,.editor-inspector article a{display:block}.editor-inspector article small{color:var(--muted);margin-top:4px}.editor-inspector article p{font-size:11px}.editor-inspector article button{color:var(--orange-dark);cursor:pointer;background:0 0;border:0;padding:5px 0;font-weight:800}.editor-inspector form{border-top:1px solid var(--line);gap:8px;padding-top:12px;display:grid}.editor-inspector select,.editor-inspector textarea{border:1px solid var(--line);border-radius:8px;width:100%;padding:8px}.editor-inspector label{font-size:11px}.editor-message{color:#fff;background:#191a18;border-radius:9px;width:max-content;max-width:100%;margin-left:auto;padding:10px 14px;position:sticky;bottom:15px}.calendar-message{color:#fff;background:#191a18;border-radius:10px;padding:12px 14px}.calendar-backlog{border:1px solid var(--line);background:#fff;border-radius:14px;margin-bottom:14px;padding:18px}.calendar-backlog>div{gap:9px;display:flex;overflow:auto}.calendar-grid{grid-template-columns:repeat(7,minmax(180px,1fr));gap:8px;padding-bottom:10px;display:grid;overflow:auto}.calendar-day{border:1px solid var(--line);background:#e8e5de;border-radius:12px;min-height:330px;padding:10px}.calendar-day>header{justify-content:space-between;margin-bottom:12px;display:flex}.calendar-day>header span{color:var(--muted);font-size:10px}.calendar-day>small{text-align:center;color:var(--muted);padding:12px;display:block}.calendar-backlog article,.calendar-day article{border:1px solid var(--line);cursor:grab;background:#fff;border-radius:9px;min-width:190px;margin-bottom:7px;padding:10px}.calendar-backlog article span,.calendar-day article span{color:var(--orange-dark);font-size:9px;display:block}.calendar-backlog article b,.calendar-day article b{margin:8px 0;font-size:12px;line-height:1.3;display:block}.calendar-backlog article a,.calendar-day article a{color:var(--muted);font-size:10px}.campaign-card{position:relative}.campaign-dismiss{cursor:pointer;background:0 0;border:0;font-size:22px;position:absolute;top:10px;right:12px}.chat-citations{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.chat-citations a,.chat-citations span{border:1px solid;border-radius:99px;padding:4px 7px;font-size:10px}.push-opt-in{border:1px solid var(--line);background:var(--paper);border-radius:16px;justify-content:space-between;align-items:center;gap:22px;margin-bottom:36px;padding:24px;display:flex}.push-opt-in h2{margin:7px 0}.push-opt-in p{color:var(--muted);max-width:720px}.push-opt-in>span{color:var(--muted);max-width:200px;font-size:11px}.comments-panel article{border-top:1px solid var(--line)}.comments-panel details{font-size:10px}.comments-panel details button{background:#eee9df;border:0;border-radius:6px;margin:5px 4px 7px 0;padding:5px 8px}.moderation-list{gap:12px;display:grid}.moderation-list>article,.safety-case-list>article{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px}.moderation-list>article>header{justify-content:space-between;display:flex}.moderation-list header b,.moderation-list header small{display:block}.moderation-list header small{color:var(--muted);margin-top:4px}.moderation-list blockquote{border-left:3px solid var(--orange);color:var(--muted);padding-left:12px}.moderation-action{border-top:1px solid var(--line);grid-template-columns:auto 150px 180px 1fr auto;align-items:center;gap:8px;padding-top:14px;display:grid}.moderation-action select,.moderation-action textarea,.safety-case-list textarea{border:1px solid var(--line);border-radius:8px;padding:8px}.moderation-action button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:9px}.moderation-action small{grid-column:1/-1}.safety-case-list{gap:12px;display:grid}.safety-case-list>article>div:first-child{align-items:center;gap:12px;display:flex}.safety-case-list p{color:var(--muted)}.safety-case-list form{gap:8px;margin-top:12px;display:grid}.studio-frame{background:#f4f2ed;min-height:100svh}.studio-sidebar{color:#fff;background:#191a18;flex-direction:column;width:265px;padding:30px 24px;display:flex;position:fixed;inset:0 auto 0 0}.studio-sidebar .wordmark{font-size:20px}.studio-sidebar .wordmark b{color:#f48152}.studio-sidebar nav{flex-direction:column;gap:5px;margin-top:50px;display:flex}.studio-sidebar nav a{color:#c9c9c2;border-radius:9px;padding:12px;font-size:13px;font-weight:700}.studio-sidebar nav a:hover{color:#fff;background:#30312e}.studio-sidebar>small{color:#9c9d96;margin-top:auto;line-height:1.6}.studio-content{margin-left:265px}.studio-page{max-width:1280px;margin:auto;padding:55px 45px 100px}.studio-heading{max-width:850px;margin-bottom:38px}.studio-form{border:1px solid var(--line);background:#fff;border-radius:16px;grid-template-columns:2fr 1fr 1fr auto;align-items:end;gap:14px;margin-bottom:28px;padding:26px;display:grid}.studio-form h2{grid-column:1/-1;margin:0}.studio-form label{font-size:11px;font-weight:800}.studio-form select,.studio-form input{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;margin-top:7px;padding:10px;display:block}.studio-form>p,.studio-form>small{grid-column:1/-1}.studio-table{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}.studio-table>div{border-top:1px solid var(--line);grid-template-columns:1.4fr 1.2fr .8fr 1.2fr;align-items:center;gap:18px;padding:16px 20px;font-size:13px;display:grid}.studio-table .table-head{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;background:#e9e6df;border:0;font-size:10px;font-weight:800}.studio-table b,.studio-table small{display:block}.studio-table small{color:var(--muted);overflow-wrap:anywhere;margin-top:5px;line-height:1.3}.studio-table button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:7px;padding:7px 9px}.transition-action{flex-direction:column;align-items:flex-start;gap:7px;display:flex}.comments-panel{border-top:1px solid var(--line);background:#faf7f0;padding:15px 18px}.comments-panel header{justify-content:space-between;display:flex}.comments-panel header button{background:0 0;border:0}.comments-panel p{font-size:12px}.comments-panel form{gap:7px;display:flex}.comments-panel input{border:1px solid var(--line);border-radius:8px;flex:1;padding:8px}.comments-panel form button{background:var(--ink);color:#fff;border:0;border-radius:8px;padding:0 12px}.comments-panel>small{color:#a12617}.creator-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:28px;display:grid}.studio-form.compact{flex-direction:column;align-items:stretch;margin:0;display:flex}.studio-form textarea,.studio-form fieldset input,.studio-form fieldset textarea{border:1px solid var(--line);border-radius:8px;width:100%;margin-top:7px;padding:9px}.studio-form.composer{grid-template-columns:repeat(4,1fr)}.studio-form.composer fieldset{border:1px solid var(--line);border-radius:10px;grid-column:span 2}.studio-form.composer>button,.studio-form.composer>p{grid-column:1/-1}.view-marker{width:100%;height:1px;display:block}@media (max-width:1100px){.course-admin-grid,.brief-board,.module-grid,.readiness-grid,.form-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout{grid-template-columns:1fr}}@media (max-width:1050px){.preview-grid{grid-template-columns:repeat(3,1fr)}.explore-grid{grid-template-columns:repeat(2,1fr)}.studio-form{grid-template-columns:1fr 1fr}.studio-form h2,.studio-form>p,.studio-form>small{grid-column:1/-1}}@media (max-width:760px){.creator-grid,.studio-form.composer{grid-template-columns:1fr}.studio-form.composer fieldset{grid-column:1}.studio-heading-row,.builder-hero,.production-toolbar,.push-opt-in{flex-direction:column;align-items:stretch}.course-admin-grid,.brief-board,.module-grid,.readiness-grid,.form-grid.two,.form-grid.three,.bilingual-editor,.proposal-panel>article>div,.builder-progress{grid-template-columns:1fr}.builder-progress span:first-child,.builder-progress span:last-child{border-radius:0}.builder-progress span:first-child{border-radius:9px 9px 0 0}.builder-progress span:last-child{border-radius:0 0 9px 9px}.moderation-action{grid-template-columns:1fr}.production-toolbar>div:last-child{flex-wrap:wrap}.brief-table .brief-card{display:flex}.builder-footer{flex-wrap:wrap;align-items:flex-start}.builder-footer>span{width:100%;margin:0}.calendar-grid{grid-template-columns:repeat(7,minmax(260px,1fr))}.app-sidebar{display:none}.app-content{margin-left:0}.mobile-tabbar{border-top:1px solid var(--line);z-index:30;padding-bottom:env(safe-area-inset-bottom);background:#fffdf8f5;grid-template-columns:repeat(4,1fr);display:grid;position:fixed;inset:auto 0 0}.mobile-tabbar a{flex-direction:column;justify-content:center;align-items:center;height:62px;font-size:20px;display:flex}.mobile-tabbar small{margin-top:2px;font-size:9px}.learner-main{padding-inline:0}.feed-tabs{padding-inline:12px}.feed-stream{gap:13px;padding:12px 10px 90px}.social-post,.campaign-card{border-radius:14px}.wide-app-page{padding:38px 18px 100px}.explore-grid{grid-template-columns:1fr 1fr;gap:9px}.explore-card{padding:8px}.collection-cover{padding:12px}.collection-cover strong{font-size:19px}.explore-card p{display:none}.collection-profile>header{grid-template-columns:75px 1fr;gap:18px}.profile-avatar{width:75px;height:75px;font-size:32px}.collection-profile h1{font-size:35px}.collection-hero{grid-template-columns:1fr;gap:20px;padding:24px}.preview-grid{grid-template-columns:1fr 1fr}.profile-collections{grid-template-columns:1fr}.plan-card{flex-direction:column;align-items:flex-start}.chat-page{padding:35px 12px 90px}.chat-page h1{font-size:42px}.studio-sidebar{width:auto;position:static}.studio-sidebar nav{grid-template-columns:repeat(2,1fr);margin-top:20px;display:grid}.studio-sidebar>small{margin-top:20px}.studio-content{margin:0}.studio-page{padding:35px 14px}.studio-table{overflow:auto}.studio-table>div{min-width:760px}.studio-form{grid-template-columns:1fr}}html{-moz-text-size-adjust:100%;text-size-adjust:100%}body{overscroll-behavior-y:none;-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}.app-frame,.app-content{min-height:100dvh}.pwa-install-shell{max-width:1180px;margin:0 auto;padding:0 34px 48px}.pwa-install-card{border:1px solid var(--line);background:var(--paper);border-radius:16px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:18px;padding:24px;display:grid}.pwa-install-icon{background:var(--orange);color:#fff;border-radius:15px;place-items:center;width:58px;height:58px;font-size:28px;font-weight:900;display:grid}.pwa-install-card h2{margin:7px 0 5px}.pwa-install-card p{color:var(--muted);margin:0;line-height:1.5}.pwa-install-card>small{max-width:150px;color:var(--muted)}.pwa-install-note:empty{display:none}@media (max-width:760px){.mobile-tabbar{padding-bottom:max(env(safe-area-inset-bottom),8px);min-height:calc(62px + env(safe-area-inset-bottom))}.feed-tabs{padding-top:env(safe-area-inset-top);height:calc(64px + env(safe-area-inset-top))}.feed-stream{padding-bottom:calc(96px + env(safe-area-inset-bottom))}.wide-app-page,.chat-page{padding-bottom:calc(110px + env(safe-area-inset-bottom));padding-left:max(18px,env(safe-area-inset-left));padding-right:max(18px,env(safe-area-inset-right))}.pwa-install-shell{padding:0 22px 42px}.pwa-install-card{grid-template-columns:52px 1fr;align-items:start;padding:18px}.pwa-install-icon{width:52px;height:52px}.pwa-install-card>button,.pwa-install-card>small,.pwa-install-card>.status-pill{grid-column:1/-1;width:100%}.pwa-install-card input,.pwa-install-card button,input,select,textarea{font-size:16px}.post-actions button,.mobile-tabbar a{min-width:44px;min-height:44px}}@media (max-width:390px){.explore-grid,.preview-grid{grid-template-columns:1fr}.post-visual{min-height:390px;padding:30px 24px}.post-visual h2{font-size:34px}.mobile-tabbar small{font-size:10px}}@media (orientation:landscape) and (max-height:520px){.post-visual{min-height:320px}.mobile-tabbar a{height:52px}.mobile-tabbar{min-height:calc(52px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.button:hover{transform:none}}.profile-chips>.profile-chip{border:1px solid var(--kollege-line);background:#fff;border-radius:14px;min-width:100px;overflow:hidden}.profile-chips>.profile-chip.active{border-color:var(--kollege-purple);background:var(--kollege-lavender)}.profile-chip>button{background:0 0;border:0;width:100%;padding:11px}.profile-chip span{background:var(--kollege-plum);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;margin:auto;font-weight:800;display:grid}.profile-chip b,.profile-chip small{margin-top:6px;display:block}.profile-chip small{color:var(--kollege-muted)}.profile-chip>div{border-top:1px solid var(--kollege-line);grid-template-columns:1fr 1fr;display:grid}.profile-chip>div a,.profile-chip>div button{color:var(--kollege-purple);text-align:center;background:0 0;border:0;padding:7px 5px;font-size:9px;font-weight:700}.profile-chip>div button{border-left:1px solid var(--kollege-line);color:#9b2d38}.reviewed-faqs{gap:10px;margin-top:24px;display:grid}.reviewed-faqs details{border:1px solid var(--kollege-line);background:#fff;border-radius:12px;padding:13px}.reviewed-faqs summary{cursor:pointer;font-weight:750}.reviewed-faqs p{color:var(--kollege-muted);line-height:1.55}.reviewed-faqs a{color:var(--kollege-purple);font-size:11px;display:block}.grade-band-field{flex-wrap:wrap;gap:8px;display:flex}.grade-band-field label{border:1px solid var(--kollege-line);border-radius:999px;align-items:center;gap:5px;padding:7px 10px;display:flex}.grade-band-field input{width:auto;margin:0}:root{--kollege-plum:#351044;--kollege-purple:#643476;--kollege-lavender:#f2e9f6;--kollege-yellow:#ffc947;--kollege-line:#ece8ed;--kollege-muted:#776f79}.app-frame{background:#fff}.app-sidebar{border-color:var(--kollege-line);background:#fff}.app-logo span{color:var(--kollege-yellow)}.app-sidebar nav a:hover{background:var(--kollege-lavender);color:var(--kollege-plum)}.app-sidebar nav svg{width:20px;height:20px}.app-content{background:#fff}.learner-main{width:min(620px,100%);padding:0 0 100px}.kollege-mobile-head{border-bottom:1px solid var(--kollege-line);z-index:13;background:#fffffff7;justify-content:space-between;align-items:center;height:54px;padding:0 15px;display:none;position:sticky;top:0}.kollege-mobile-head .wordmark span{color:var(--kollege-yellow)}.kollege-mobile-head a[aria-label]{place-items:center;width:40px;height:40px;display:grid}.feed-tabs{border-color:var(--kollege-line);background:#fffffff7;height:44px;top:0}.feed-tabs button{font-size:13px}.feed-tabs button.active:after{background:var(--kollege-plum)}.feed-stream{gap:0;padding:0}.tutor-stories{border-bottom:1px solid var(--kollege-line);scrollbar-width:none;gap:12px;padding:12px 14px 11px;display:flex;overflow-x:auto}.tutor-stories::-webkit-scrollbar{display:none}.tutor-stories>a{text-align:center;flex:0 0 66px;width:66px}.story-ring{background:linear-gradient(135deg,var(--kollege-yellow),#8b55a4);border-radius:50%;width:58px;height:58px;margin:auto;padding:2px;display:grid}.story-ring img,.story-ring .avatar-fallback{object-fit:cover;border:2px solid #fff;border-radius:50%;width:100%;height:100%}.tutor-stories b,.tutor-stories small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.tutor-stories b{margin-top:5px;font-size:11px}.tutor-stories small{color:var(--kollege-muted);font-size:9px}.social-post{background:#fff;border:0;border-bottom:7px solid #f7f5f7;border-radius:0}.post-author{grid-template-columns:38px 1fr 36px;height:56px;padding:0 13px}.tutor-avatar{width:36px;height:36px}.tutor-avatar img,.tutor-avatar .avatar-fallback{object-fit:cover;background:var(--kollege-lavender);width:36px;height:36px;color:var(--kollege-purple);border-radius:50%;place-items:center;font-weight:800;display:grid}.post-author strong{align-items:center;gap:6px;font-size:13px;display:flex}.post-author strong span{background:var(--kollege-lavender);color:var(--kollege-purple);text-transform:uppercase;border-radius:4px;padding:2px 5px;font-size:8px}.post-author a{font-size:10px}.post-author>button{background:0 0;border:0;place-items:center;display:grid}.social-post>img,.social-post>video,.post-visual{aspect-ratio:4/5;object-fit:cover;width:100%;min-height:0;max-height:none}.post-actions{align-items:center;gap:1px;min-height:48px;padding:2px 12px}.post-actions button,.post-action-link{min-width:38px;min-height:38px;color:inherit;background:0 0;border:0;place-items:center;display:inline-grid}.post-actions button.active{color:#e54568}.post-actions .ask-pill{width:auto;min-height:30px;color:var(--kollege-plum);border:1px solid #d9cade;border-radius:999px;margin-left:4px;padding:0 11px;font-size:11px;font-weight:700}.post-actions .save-button{margin-left:auto}.post-copy>strong{font-size:13px;display:block}.progress-row{grid-template-columns:1fr auto auto;align-items:center;gap:8px;display:grid}.progress-row>span{background:#e9e3eb;border-radius:999px;height:4px;overflow:hidden}.progress-row>span i{border-radius:inherit;background:var(--kollege-purple);height:100%;display:block}.progress-row small{color:var(--kollege-muted);font-size:9px}.progress-row button{background:var(--kollege-yellow);border:0;border-radius:999px;align-items:center;gap:4px;padding:6px 9px;font-size:9px;font-weight:800;display:flex}.progress-row button.done{background:var(--kollege-lavender);color:var(--kollege-purple)}.campaign-card{border-color:var(--kollege-line);background:#fff;border-radius:13px;margin:10px 12px}.campaign-card.system{background:var(--kollege-lavender)}.campaign-card.commercial{background:#fff8df}.sponsor-link{background:var(--kollege-plum);color:#fff;border:0;border-radius:999px;padding:8px 12px;font-weight:700}.mobile-tabbar{border-color:var(--kollege-line)!important;background:#fffffffa!important;grid-template-columns:repeat(5,1fr)!important}.mobile-tabbar a{color:#8a828c}.mobile-tabbar svg{width:21px;height:21px}.profile-switcher{border:1px solid var(--kollege-line);background:#fff;border-radius:18px;margin-bottom:28px;padding:22px}.profile-switcher-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.profile-switcher-head small{color:var(--kollege-muted);text-transform:uppercase;font-size:10px}.profile-switcher-head h2{margin:4px 0}.profile-chips{gap:10px;margin-top:16px;display:flex;overflow-x:auto}.profile-chips>button{border:1px solid var(--kollege-line);background:#fff;border-radius:14px;min-width:92px;padding:11px}.profile-chips>button.active{border-color:var(--kollege-purple);background:var(--kollege-lavender)}.profile-chips span{background:var(--kollege-plum);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;margin:auto;font-weight:800;display:grid}.profile-chips b,.profile-chips small{margin-top:6px;display:block}.profile-chips small{color:var(--kollege-muted)}.learner-profile-form{border-top:1px solid var(--kollege-line);grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;padding-top:20px;display:grid}.learner-profile-form label{font-size:11px;font-weight:700}.learner-profile-form input,.learner-profile-form select{border:1px solid var(--kollege-line);background:#fff;border-radius:9px;width:100%;margin-top:6px;padding:10px}.learner-profile-form .check-line{align-items:center;gap:7px;display:flex}.learner-profile-form .check-line input,.guardian-consent input{width:auto;margin:0}.guardian-consent{grid-column:1/-1;gap:9px;line-height:1.45;display:flex}.learner-profile-form .button{grid-column:1/-1}.tutor-grid{gap:10px;display:grid}.tutor-grid>a{border:1px solid var(--kollege-line);background:#fff;border-radius:14px;grid-template-columns:54px 1fr auto;align-items:center;gap:13px;padding:12px;display:grid}.tutor-grid>a>span{background:var(--kollege-lavender);width:54px;height:54px;color:var(--kollege-purple);border-radius:50%;place-items:center;font-weight:800;display:grid}.tutor-grid strong,.tutor-grid small{display:block}.tutor-grid small{color:var(--kollege-muted);margin-top:3px}.tutor-grid b{color:var(--kollege-purple);font-size:11px}.premium-lock{border:1px solid var(--kollege-line);background:var(--kollege-lavender);border-radius:18px;margin-top:24px;padding:28px}.premium-lock p{color:var(--kollege-muted)}.band-p1p3{font-size:110%}.band-p1p3 .post-copy>strong{font-size:16px}.band-p1p3 .post-copy>p{font-size:13px}.band-s4s6 .post-copy>p{font-size:10px}.band-s4s6 .tutor-stories{padding-block:8px}@media (max-width:760px){.kollege-mobile-head{display:flex}.feed-tabs{top:54px}.app-content{padding-top:0}.learner-main{padding:0}.feed-stream{padding:0 0 calc(86px + env(safe-area-inset-bottom));gap:0}.social-post{border-radius:0}.tutor-stories{padding:9px 14px 10px}.tutor-stories>a{flex-basis:58px;width:58px}.story-ring{width:52px;height:52px}.tutor-stories b{margin-top:3px}.tutor-stories small{display:none}.wide-app-page{padding-top:28px}.profile-summary h1{font-size:38px}.learner-profile-form{grid-template-columns:1fr}.guardian-consent,.learner-profile-form .button{grid-column:1}.mobile-tabbar a{height:60px}.inline-alert{top:100px}.post-visual{padding:34px 26px}.post-visual h2{font-size:38px}html,body{scrollbar-width:none}body::-webkit-scrollbar{display:none}}.profile-chip>div{grid-template-columns:repeat(3,1fr)}.chat-report{color:var(--kollege-muted);cursor:pointer;background:0 0;border:0;margin-top:9px;padding:0;font-size:10px;text-decoration:underline;display:block}.chat-report:disabled{cursor:default;text-decoration:none}.chat-error{margin:0;padding:0 20px 12px}.post-author{position:relative}.post-safety-menu{z-index:8;border:1px solid var(--kollege-line);background:#fff;border-radius:10px;min-width:150px;display:grid;position:absolute;top:48px;right:10px;overflow:hidden;box-shadow:0 12px 30px #35104429}.post-safety-menu button{border:0;border-bottom:1px solid var(--kollege-line);text-align:left;background:#fff;padding:11px 13px;font-size:11px}.post-safety-menu button:last-child{border:0}.campaign-actions{align-items:center;gap:9px;display:flex}.campaign-actions>button:not(.sponsor-link){color:var(--kollege-muted);background:0 0;border:0;font-size:10px;text-decoration:underline}.social-post>img{height:auto}:root{--kollege-ink:#1e1127;--kollege-plum:#2f103f;--kollege-purple:#6b36a8;--kollege-lavender:#f5eff9;--kollege-yellow:#f3bc2e;--kollege-line:#ece8ef;--kollege-muted:#746c79}.feed-shell{width:100%;color:var(--kollege-ink);background:#fff}.kollege-mobile-head{background:#fff;border-bottom:0;height:58px;padding:0 18px}.kollege-mobile-head .wordmark,.app-logo{color:var(--kollege-plum);letter-spacing:-.055em;font-size:22px;font-weight:850}.kollege-mobile-head .wordmark span,.app-logo span{color:var(--kollege-yellow);font-size:25px;line-height:0}.kollege-mobile-head>a[aria-label]{width:44px;height:44px;color:var(--kollege-ink);place-items:center;display:grid}.kollege-mobile-head>a[aria-label] svg{width:23px;height:23px}.feed-tabs{border-bottom:1px solid var(--kollege-line);background:#fff;height:50px;top:0}.feed-tabs button{color:#655d69;min-height:44px;font-size:14px;font-weight:650}.feed-tabs button.active{color:var(--kollege-ink)}.feed-tabs button.active:after{background:var(--kollege-plum);height:2px;left:27%;right:27%}.tutor-stories{border-bottom:1px solid var(--kollege-line);gap:10px;padding:14px 12px 13px}.tutor-stories>a{flex:0 0 64px;width:64px}.story-ring{background:#fff;border:1px solid #a77bbb;width:60px;height:60px;padding:2px;position:relative}.story-ring.active{border:2px solid var(--kollege-purple)}.story-ring img,.story-ring .avatar-fallback{border:2px solid #fff}.story-ring i{background:var(--kollege-plum);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:18px;height:18px;font-size:7px;font-style:normal;font-weight:800;display:grid;position:absolute;bottom:-1px;right:-2px}.tutor-stories b{margin-top:6px;font-size:11px;font-weight:700}.tutor-stories small{color:#655d69;margin-top:2px;font-size:10px}.social-post{background:#fff;border-bottom:6px solid #f7f5f8}.post-author{grid-template-columns:42px 1fr 44px;gap:11px;height:64px;padding:0 14px}.tutor-avatar,.tutor-avatar img,.tutor-avatar .avatar-fallback{width:40px;height:40px}.post-author strong{gap:7px;font-size:14px;font-weight:760}.post-author strong span{background:var(--kollege-lavender);color:var(--kollege-purple);letter-spacing:0;text-transform:none;border-radius:5px;padding:3px 6px;font-size:8px;font-weight:750}.post-author a{color:var(--kollege-muted);margin-top:3px;font-size:11px}.post-author>button{width:44px;height:44px;color:var(--kollege-ink)}.social-post>img,.social-post>video,.post-visual,.lesson-carousel{aspect-ratio:4/5;object-fit:cover;border-radius:8px;width:calc(100% - 24px);margin:0 12px}.post-visual.text{background:#2f103f}.feed-shell-preview .social-post>img{aspect-ratio:4/5}.feed-shell-preview .feed-tabs{height:44px}.feed-shell-preview .post-actions{min-height:50px;padding-top:1px}.feed-shell-preview .post-actions button{min-width:44px;min-height:44px}.feed-shell-preview .post-copy{padding-bottom:12px}.feed-shell-preview .post-copy>p{margin-bottom:9px;font-size:13px}.post-actions{gap:6px;min-height:54px;padding:4px 13px 0}.post-actions button{min-width:44px;min-height:44px}.post-actions svg{width:24px;height:24px}.post-actions .ask-pill{background:var(--kollege-lavender);min-width:auto;min-height:44px;color:var(--kollege-purple);border:0;order:3;margin-left:auto;padding:0 15px;font-size:12px;font-weight:750}.post-actions .save-button{order:4;margin-left:0}.post-copy{padding:0 18px 18px}.post-copy>p{color:#2d2531;margin:2px 0 17px;font-size:14px;line-height:1.45}.progress-row{grid-template-columns:max-content minmax(70px,1fr) auto;gap:12px}.progress-row small{color:var(--kollege-plum);font-size:11px;font-weight:750}.progress-row>span{background:#e8e5e9;height:4px}.progress-row>span i{background:var(--kollege-purple)}.progress-row button{color:var(--kollege-muted);background:0 0;border:0;padding:6px 0;font-size:10px;font-weight:700}.progress-row button.done{color:var(--kollege-purple);background:0 0}.feed-shell-preview .progress-row button{display:none}.social-post details{border-top:1px solid var(--kollege-line);color:var(--kollege-muted);margin:0 18px;padding:10px 0 15px}.lesson-carousel{background:#eee9f0;position:relative;overflow:hidden}.lesson-carousel>img{object-fit:cover;width:100%;height:100%;display:block}.lesson-carousel figcaption{border:1px solid var(--kollege-line);color:var(--kollege-ink);background:#fff;border-radius:8px;gap:4px;padding:12px 14px;display:grid;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 8px 24px #2f103f1f}.lesson-carousel figcaption small{color:var(--kollege-purple);letter-spacing:.08em;font-size:9px;font-weight:800}.lesson-carousel figcaption strong{font-size:15px;line-height:1.3}.lesson-carousel>button{border:1px solid var(--kollege-line);width:44px;height:44px;color:var(--kollege-plum);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;top:calc(50% - 22px);box-shadow:0 4px 14px #2f103f1f}.lesson-carousel>button:disabled{opacity:.42}.lesson-carousel>button svg{width:22px;height:22px}.carousel-previous{left:10px}.carousel-next{right:10px}.carousel-status{color:var(--kollege-plum);background:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;top:10px;right:10px}.mobile-tabbar a.active{color:var(--kollege-plum);font-weight:750}.mobile-tabbar a.active svg{stroke-width:2.2px}@media (max-width:760px){.kollege-mobile-head{padding-top:env(safe-area-inset-top);height:calc(58px + env(safe-area-inset-top));display:flex;top:0}.feed-tabs{top:calc(58px + env(safe-area-inset-top))}.learner-main{width:100%;max-width:390px;margin:auto}.tutor-stories{padding-block:14px 13px}.tutor-stories>a{flex-basis:64px;width:64px}.story-ring{width:60px;height:60px}.tutor-stories small{display:block}.mobile-tabbar{min-height:calc(68px + env(safe-area-inset-bottom));padding:0 4px max(env(safe-area-inset-bottom),5px);background:#fff!important}.mobile-tabbar a{color:#77717d;height:68px;font-size:21px}.mobile-tabbar small{font-size:10px}.feed-stream{padding-bottom:calc(94px + env(safe-area-inset-bottom))}}.profile-summary{position:relative}.profile-settings-link{border:1px solid var(--kollege-line);border-radius:999px;align-items:center;gap:8px;margin-left:auto;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex}.profile-settings-link svg{width:17px;height:17px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:18px;display:flex}.section-heading h2{margin:5px 0 0}.section-heading>a,.settings-link{color:var(--kollege-purple);font-size:13px;font-weight:750}.settings-page{max-width:760px}.account-settings{border-top:1px solid var(--kollege-line);gap:0;margin-bottom:48px;display:grid}.account-settings>section{border-bottom:1px solid var(--kollege-line);grid-template-columns:1fr 220px;align-items:center;gap:26px;padding:24px 0;display:grid}.account-settings h2,.account-settings p{margin:0}.account-settings h2{font-size:17px}.account-settings p{color:var(--kollege-muted);margin-top:5px;font-size:13px;line-height:1.45}.account-settings select,.account-settings input[type=text],.account-settings input[name=nickname]{border:1px solid var(--kollege-line);background:#fff;border-radius:10px;width:100%;min-height:44px;padding:0 12px}.account-settings fieldset{border:0;border-bottom:1px solid var(--kollege-line);margin:0;padding:24px 0}.account-settings legend{margin-bottom:8px;font-size:17px;font-weight:750}.account-settings fieldset label{justify-content:space-between;align-items:center;gap:24px;padding:15px 0;display:flex}.account-settings label span,.account-settings label b,.account-settings label small{display:block}.account-settings label small{color:var(--kollege-muted);margin-top:4px}.account-settings input[type=checkbox]{width:20px;height:20px;accent-color:var(--kollege-purple)}.account-settings>.button{justify-self:start;margin-top:22px}.settings-message{color:var(--kollege-purple);margin:0;font-size:13px;font-weight:700}.settings-support{margin-top:48px}.settings-support .pwa-install-shell{padding:0}.settings-support .pwa-install-card{margin-top:16px}.settings-link{margin:20px 0 40px;display:inline-block}.account-data-controls{border-top:1px solid var(--kollege-line);margin:12px 0 80px;padding-top:32px}.account-data-row{border-top:1px solid var(--kollege-line);grid-template-columns:1fr auto;align-items:start;gap:28px;padding:22px 0;display:grid}.account-data-row h3,.account-data-row p{margin:0}.account-data-row h3{font-size:16px}.account-data-row p{max-width:500px;color:var(--kollege-muted);margin-top:5px;font-size:13px;line-height:1.5}.danger-zone{border-color:#efd7d7}.danger-confirmation{gap:8px;min-width:220px;display:grid}.danger-confirmation label{color:#8a3030;font-size:12px;font-weight:700}.danger-confirmation input{border:1px solid #d9a8a8;border-radius:10px;min-height:42px;padding:0 12px}.button.danger{color:#a02d2d;background:#fff;border-color:#b54141}.button.danger:not(:disabled):hover{background:#fff3f3}.account-setup-form{grid-template-columns:1fr 1fr}.account-setup-form .check-line{align-self:end}@media (max-width:760px){.profile-summary{align-items:flex-start;margin-bottom:30px}.profile-settings-link{margin-left:auto;padding:10px}.profile-settings-link svg{width:19px;height:19px}.account-settings>section{grid-template-columns:1fr;gap:12px}.account-settings>.button{width:100%}.account-data-row{grid-template-columns:1fr}.account-data-row>.button,.danger-confirmation{width:100%}.account-setup-form{grid-template-columns:1fr}}.mobile-preview-stage{background:#f1edf2;place-items:center;min-height:884px;padding:20px;display:grid;overflow:hidden}.mobile-preview-device{background:#fff;border:0;width:390px;max-width:100%;height:844px;box-shadow:0 24px 60px #35104424}@media (max-height:860px) and (min-width:500px){.mobile-preview-stage{min-height:100svh;padding:12px}.mobile-preview-device{zoom:.78}}.form-grid .form-wide{grid-column:1/-1}.form-grid .form-wide small{color:var(--muted);margin-top:7px;font-weight:500;display:block}
