@import"https://fonts.googleapis.com/css2?family=Anybody:wght@400;600;700;800;900&family=DM+Sans:wght@400;500;600;700&display=swap";:root{--ink-950: #101116;--ink-900: #17191f;--ink-800: #232630;--ink-700: #363a47;--ink-600: #565c6c;--ink-500: #747b8d;--ink-300: #c5c9d2;--ink-200: #dcdee5;--ink-100: #eceef2;--ink-50: #f6f7f9;--white: #fff;--banana-500: #f3c623;--banana-300: #ffe475;--banana-100: #fff5c7;--violet-600: #6a48eb;--violet-100: #ebe7ff;--coral-500: #ff725e;--coral-100: #ffe9e4;--lime-500: #b6e54b;--lime-100: #ecf9ce;--green-600: #21875a;--green-100: #dff5e9;--red-600: #bc3f4c;--red-100: #ffe5e8;--blue-600: #2872d4;--blue-100: #e2efff;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-pill: 999px;--shadow-xs: 0 1px 2px rgba(16,17,22,.05);--shadow-sm: 0 8px 24px rgba(16,17,22,.08);--shadow-md: 0 22px 56px rgba(16,17,22,.12);--shadow-dark: 0 30px 80px rgba(0,0,0,.28);--font-body: "DM Sans", system-ui, sans-serif;--font-display: "Anybody", "DM Sans", sans-serif;--color-bg: var(--white);--color-surface: var(--ink-50);--color-card: var(--white);--color-text: var(--ink-950);--color-muted: var(--ink-600);--color-border: var(--ink-200);--color-primary: var(--banana-500);--color-primary-hover: var(--banana-300);--color-on-primary: var(--ink-950);--focus: 0 0 0 3px rgba(106,72,235,.25);--container: 1200px;--header-height: 76px;--button-radius: var(--radius-pill);--card-radius: var(--radius-lg);--input-radius: 13px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body,button,input,textarea,select{font-family:var(--font-body)}button,input,textarea,select{font-size:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.08;letter-spacing:-.035em}p{color:var(--color-muted)}:focus-visible{outline:none;box-shadow:var(--focus)}.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}.site{min-height:100vh;display:flex;flex-direction:column}.main{flex:1}.sr-only,.skip-link:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:10px;left:10px;z-index:999;background:var(--ink-950);color:var(--white);padding:10px 15px;border-radius:8px}.eyebrow{display:block;color:var(--ink-600);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:10px}.section{padding:var(--space-24) 0}.section-soft{background:var(--ink-50)}.section-heading{margin-bottom:36px}.section-heading h2,.section-head h2{margin:0;font-size:clamp(32px,5vw,52px)}.section-heading p,.section-head p{max-width:620px;margin:12px 0 0;font-size:18px}.split-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.centered-heading{text-align:center;max-width:760px;margin-inline:auto}.centered-heading p{margin-inline:auto}.section-head{text-align:center;margin-bottom:42px}.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--ink-900);font-weight:800;font-size:14px}.text-link:hover{color:var(--violet-600)}.muted{color:var(--color-muted)}.btn{min-height:44px;border:1px solid transparent;border-radius:var(--button-radius);padding:0 20px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;transition:transform .18s ease,background .18s ease,border-color .18s ease}.btn:hover{transform:translateY(-2px)}.btn:disabled{opacity:.58;cursor:not-allowed;transform:none}.btn-primary{background:var(--color-primary);color:var(--color-on-primary);border-color:var(--color-primary);box-shadow:0 8px 22px #f3c62333}.btn-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-secondary{background:var(--white);color:var(--ink-950);border-color:var(--ink-200)}.btn-secondary:hover,.btn-ghost:hover{background:var(--ink-50);border-color:var(--ink-300)}.btn-ghost{background:transparent;color:var(--ink-900);border-color:transparent}.btn-light{background:var(--white);color:var(--ink-950)}.btn-lg{min-height:52px;padding:0 25px}.btn-sm{min-height:38px;padding:0 15px;font-size:14px}.btn-block{width:100%}.button-row{display:flex;align-items:center;gap:10px}.icon-button{width:40px;height:40px;border:1px solid var(--ink-200);border-radius:12px;background:var(--white);display:inline-flex;align-items:center;justify-content:center}.icon-button:hover{background:var(--ink-50)}.icon-button.danger{color:var(--red-600)}.field{display:grid;gap:7px}.field>span,.field>label,.field label{color:var(--ink-700);font-size:13px;font-weight:800}.field input,.field textarea,.field select,.search-box input,.post-composer input,.post-composer textarea,.post-composer select{width:100%;border:1px solid var(--ink-200);border-radius:var(--input-radius);background:var(--white);color:var(--ink-950);padding:12px 14px;outline:0;transition:border .18s,box-shadow .18s}.field input:focus,.field textarea:focus,.field select:focus,.search-box:focus-within{border-color:var(--violet-600);box-shadow:var(--focus)}.field textarea{resize:vertical;line-height:1.6}.check-field{display:flex;align-items:center;gap:9px;color:var(--ink-700);font-size:14px;font-weight:700}.check-field input{width:18px;height:18px;accent-color:var(--violet-600)}.form-error,.form-ok,.admin-message{padding:12px 14px;border-radius:12px;font-size:14px;margin-bottom:15px}.form-error{background:var(--red-100);color:var(--red-600)}.form-ok,.admin-message.success{background:var(--green-100);color:var(--green-600)}.search-box{min-height:46px;display:flex;align-items:center;gap:9px;border:1px solid var(--ink-200);border-radius:var(--radius-pill);padding:0 15px;background:var(--white)}.search-box input{border:0;box-shadow:none!important;padding:0;min-width:220px}.input-with-icon{display:flex;align-items:center;gap:9px;border:1px solid var(--ink-200);border-radius:var(--input-radius);padding:0 13px}.input-with-icon input{border:0;padding-inline:0;box-shadow:none!important}.loading-card,.empty-state{border:1px dashed var(--ink-300);border-radius:var(--radius-lg);padding:52px 24px;text-align:center;color:var(--ink-600);background:var(--white)}.empty-state{display:grid;place-items:center;gap:9px}.empty-state h1,.empty-state h2,.empty-state p{margin:0}.page-empty{min-height:60vh;align-content:center;border:0}.page-loading{min-height:62vh;display:grid;place-items:center;color:var(--ink-600)}.spin{animation:spin 1s linear infinite}.site-header{height:var(--header-height);min-height:var(--header-height);max-height:var(--header-height);position:fixed;inset:0 0 auto;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid rgba(220,222,229,.8)}.site:not(.home-mode):not(.learning-mode)>.main{padding-top:var(--header-height)}.header-inner{height:100%;display:flex;align-items:center;gap:28px}.brand-lockup{display:inline-flex;align-items:center;gap:11px;margin-right:auto}.brand-mark{width:40px;height:40px;display:grid;place-items:center;border-radius:13px 13px 13px 4px;background:var(--banana-500);color:var(--ink-950);font-family:var(--font-display);font-size:13px;font-weight:800;box-shadow:5px 5px 0 var(--ink-950)}.brand-lockup>span:last-child{display:grid;line-height:1.12}.brand-lockup b{font-family:var(--font-display);font-size:16px;letter-spacing:-.03em}.brand-lockup small{color:var(--ink-500);font-size:10px;letter-spacing:.04em;margin-top:4px}.nav-desktop{display:flex;align-items:center;gap:4px}.nav-desktop a{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 13px;border-radius:var(--radius-pill);color:var(--ink-600);font-size:14px;font-weight:700}.nav-desktop a:hover,.nav-desktop a.active{color:var(--ink-950);background:var(--ink-50)}.header-actions{display:flex;align-items:center;gap:8px}.language-control{position:relative;display:flex;align-items:center}.language-control select{appearance:none;border:0;background:transparent;padding:9px 25px 9px 9px;color:var(--ink-600);font-size:13px;font-weight:700}.language-control svg{position:absolute;right:6px;pointer-events:none}.auth-actions{display:flex;align-items:center;gap:3px}.profile-menu{position:relative}.profile-trigger{display:flex;align-items:center;gap:9px;border:0;background:transparent;padding:4px;border-radius:13px}.avatar{flex:0 0 auto;width:38px;height:38px;border-radius:12px;background:var(--violet-100);color:var(--violet-600);display:grid;place-items:center;font-weight:800}.profile-copy{display:grid;text-align:left;line-height:1.2}.profile-copy b{font-size:13px}.profile-copy small{color:var(--ink-500);font-size:10px;margin-top:3px}.profile-popover{position:absolute;right:0;top:calc(100% + 10px);width:210px;background:var(--white);border:1px solid var(--ink-200);border-radius:15px;padding:8px;box-shadow:var(--shadow-md)}.profile-popover a,.profile-popover button{width:100%;border:0;background:transparent;display:flex;align-items:center;gap:9px;padding:10px;border-radius:9px;font-size:14px;font-weight:700;text-align:left}.profile-popover a:hover,.profile-popover button:hover{background:var(--ink-50)}.menu-button{display:none;width:42px;height:42px;border:1px solid var(--ink-200);border-radius:12px;background:var(--white);align-items:center;justify-content:center}.nav-mobile{display:none;position:absolute;left:0;right:0;top:var(--header-height);background:var(--white);border-bottom:1px solid var(--ink-200);box-shadow:var(--shadow-sm)}.nav-mobile .container{display:grid;gap:5px;padding-block:12px 20px}.nav-mobile a{display:flex;align-items:center;gap:9px;padding:12px;border-radius:10px;font-weight:700}.nav-mobile a.active{background:var(--ink-50)}.mobile-auth{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding-top:8px}.mobile-bottom-nav{display:none}.studio-hero{min-height:720px;padding:92px 0 84px;overflow:hidden;position:relative;background:var(--ink-950);color:var(--white)}.studio-hero:before{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(255,255,255,.25) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.25) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 85%);mask-image:linear-gradient(to bottom,#000,transparent 85%)}.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.orbit-one{width:620px;height:620px;right:-120px;top:-190px}.orbit-two{width:420px;height:420px;right:110px;top:40px}.studio-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:75px}.studio-hero-grid>*{min-width:0}.signal-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.15);padding:8px 13px;border-radius:var(--radius-pill);color:var(--ink-300);font-size:12px;font-weight:700}.signal-pill span{width:8px;height:8px;border-radius:50%;background:var(--lime-500);box-shadow:0 0 0 5px #b6e54b1f}.studio-hero h1{font-size:clamp(56px,8vw,92px);line-height:.98;margin:28px 0 26px;letter-spacing:-.065em}.studio-hero h1 span{color:var(--banana-500)}.studio-hero-copy>p{max-width:620px;color:var(--ink-300);font-size:19px;line-height:1.7}.hero-ctas{display:flex;gap:10px;flex-wrap:wrap;margin:30px 0 26px}.studio-hero .btn-ghost{color:var(--white);border-color:var(--ink-700)}.studio-hero .btn-ghost:hover{background:var(--ink-800)}.trust-line{display:flex;gap:20px;flex-wrap:wrap;color:var(--ink-300);font-size:13px}.trust-line span{display:inline-flex;align-items:center;gap:7px}.trust-line svg{color:var(--lime-500)}.hero-workbench{min-height:520px;position:relative}.workbench-card{position:absolute;border:1px solid rgba(255,255,255,.13);box-shadow:var(--shadow-dark);overflow:hidden}.card-main{width:390px;height:470px;left:0;top:0;border-radius:30px;transform:rotate(-3deg);background:var(--ink-800)}.card-main img{width:100%;height:100%;object-fit:cover}.workbench-overlay{position:absolute;inset:auto 0 0;padding:90px 28px 28px;background:linear-gradient(transparent,#0a0a0ef2);display:grid}.mini-label{color:var(--banana-300);font-size:10px;letter-spacing:.14em;font-weight:800}.workbench-overlay strong{font-family:var(--font-display);font-size:29px;line-height:1.03;margin:8px 0}.workbench-overlay>span:last-child{color:var(--ink-300);font-size:13px}.card-note{width:190px;min-height:190px;right:-8px;top:62px;padding:23px;border-radius:25px 25px 7px;background:var(--violet-600);transform:rotate(5deg);display:grid;align-content:space-between}.card-note strong{font-family:var(--font-display);font-size:22px;line-height:1.04}.card-note span{color:#ffffffb3;font-size:11px}.card-stat{width:245px;min-height:145px;right:-25px;bottom:28px;padding:22px;border-radius:7px 24px 24px;background:var(--banana-500);color:var(--ink-950);transform:rotate(-2deg)}.card-stat>span{font-size:9px;letter-spacing:.13em;font-weight:800}.card-stat strong{display:block;font-size:22px;margin:8px 0 17px}.format-bars{display:flex;align-items:end;gap:5px;height:25px}.format-bars i{width:100%;border-radius:4px;background:var(--ink-950);height:35%}.format-bars i:nth-child(2){height:65%}.format-bars i:nth-child(3){height:100%}.format-bars i:nth-child(4){height:75%}.proof-ribbon{background:var(--banana-500);border-bottom:1px solid rgba(16,17,22,.15)}.proof-ribbon-inner{display:grid;grid-template-columns:repeat(4,1fr)}.proof-ribbon-inner>div{display:flex;align-items:baseline;gap:9px;padding:24px 28px;border-left:1px solid rgba(16,17,22,.15)}.proof-ribbon-inner>div:last-child{border-right:1px solid rgba(16,17,22,.15)}.proof-ribbon strong{font-family:var(--font-display);font-size:25px}.proof-ribbon span{color:var(--ink-700);font-size:12px;font-weight:700}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.course-product-card{--course-accent: var(--banana-500);--course-surface: var(--ink-900);display:flex;flex-direction:column;min-width:0;background:var(--white);border:1px solid var(--ink-200);border-radius:26px;overflow:hidden;box-shadow:var(--shadow-xs);transition:transform .25s,box-shadow .25s}.course-product-card:hover{transform:translateY(-7px);box-shadow:var(--shadow-md)}.course-product-art{height:255px;position:relative;overflow:hidden;background:var(--course-surface)}.course-product-art:after{content:"";position:absolute;inset:0;box-shadow:inset 0 -80px 80px -80px #00000080}.course-product-art img{width:100%;height:100%;object-fit:cover;transition:transform .45s}.course-product-card:hover img{transform:scale(1.035)}.format-chip,.featured-chip{position:absolute;z-index:1;top:16px;display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:0 10px;border-radius:var(--radius-pill);font-size:10px;font-weight:800;text-transform:capitalize}.format-chip{left:16px;background:#101116c7;color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.featured-chip{right:16px;background:var(--course-accent);color:var(--ink-950)}.course-product-body{padding:23px;display:flex;flex-direction:column;flex:1}.course-product-body h3{font-size:23px;margin:0 0 9px}.course-product-body>p{margin-bottom:18px;font-size:14px;line-height:1.55}.course-product-meta{display:flex;align-items:center;flex-wrap:wrap;gap:13px;color:var(--ink-500);font-size:12px;margin-top:auto}.course-product-meta span{display:inline-flex;align-items:center;gap:5px}.course-product-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--ink-100);margin-top:19px;padding-top:17px}.circle-arrow{width:35px;height:35px;border-radius:50%;display:grid;place-items:center;background:var(--course-accent);color:var(--ink-950)}.outcome-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.outcome-card{padding:31px;border-radius:var(--radius-lg);min-height:245px;border:1px solid transparent}.outcome-card.violet{background:var(--violet-100)}.outcome-card.coral{background:var(--coral-100)}.outcome-card.lime{background:var(--lime-100)}.outcome-icon{width:49px;height:49px;border-radius:16px;display:grid;place-items:center;background:var(--white);margin-bottom:48px;box-shadow:var(--shadow-xs)}.outcome-card h3{font-size:24px;margin-bottom:10px}.outcome-card p{margin:0;line-height:1.55}.manifesto-section{padding-top:25px}.manifesto-card{min-height:300px;background:var(--ink-950);color:var(--white);border-radius:var(--radius-xl);padding:52px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:38px;position:relative;overflow:hidden}.manifesto-card:after{content:"";width:320px;height:320px;position:absolute;right:-120px;top:-150px;border:1px solid var(--ink-700);border-radius:50%}.manifesto-mark{width:105px;height:105px;border-radius:30px 30px 30px 8px;display:grid;place-items:center;background:var(--banana-500);color:var(--ink-950);font-family:var(--font-display);font-size:32px;font-weight:800;box-shadow:10px 10px 0 var(--violet-600)}.manifesto-card h2{font-size:39px;margin-bottom:12px}.manifesto-card p{max-width:650px;color:var(--ink-300);margin:0}.manifesto-card .btn{position:relative;z-index:1}.blog-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-preview-card{background:var(--white);border:1px solid var(--ink-200);border-radius:var(--radius-lg);overflow:hidden;transition:transform .2s}.blog-preview-card:hover{transform:translateY(-4px)}.blog-preview-art{height:185px;background:var(--ink-900);color:var(--banana-500);display:grid;place-items:center}.blog-preview-art img{width:100%;height:100%;object-fit:cover}.blog-preview-card>div:last-child{padding:22px}.blog-preview-card span,.blog-tags span{color:var(--violet-600);font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.blog-preview-card h3{font-size:21px;margin:8px 0}.blog-preview-card p{font-size:14px;margin:0}.blog-coming-soon{border:1px dashed var(--ink-300);border-radius:var(--radius-lg);padding:30px;display:flex;align-items:center;gap:18px}.blog-coming-soon h3,.blog-coming-soon p{margin:0}.final-cta{background:var(--violet-600);color:var(--white);padding:75px 0}.final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.final-cta .eyebrow{color:var(--violet-100)}.final-cta h2{font-size:clamp(34px,5vw,54px);margin:0}.catalog-hero,.blog-hero{background:var(--ink-950);color:var(--white);padding:95px 0 105px;position:relative;overflow:hidden}.catalog-hero:after,.blog-hero:after{content:"";width:520px;height:520px;border:1px solid var(--ink-700);border-radius:50%;position:absolute;right:-90px;top:-260px;box-shadow:0 0 0 75px #ffffff05,0 0 0 150px #ffffff05}.catalog-hero h1,.blog-hero h1{font-size:clamp(50px,7vw,78px);margin:12px 0 20px;max-width:850px}.catalog-hero h1 span,.blog-hero h1 span{color:var(--banana-500)}.catalog-hero p,.blog-hero p{color:var(--ink-300);font-size:19px;max-width:620px}.catalog-content,.blog-index{padding-block:50px 100px}.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:30px}.format-filter,.filter-pills{display:flex;align-items:center;gap:5px;background:var(--ink-50);padding:5px;border-radius:var(--radius-pill);overflow-x:auto}.format-filter>svg{margin-left:8px;flex:0 0 auto}.format-filter button,.filter-pills button{border:0;background:transparent;padding:8px 12px;border-radius:var(--radius-pill);color:var(--ink-600);font-size:12px;font-weight:800;text-transform:capitalize;white-space:nowrap}.format-filter button.active,.filter-pills button.active{background:var(--white);color:var(--ink-950);box-shadow:var(--shadow-xs)}.course-detail-page{--course-accent: var(--banana-500);--course-accent-2: var(--violet-600);--course-surface: var(--ink-900)}.course-sales-hero{background:var(--course-surface);color:var(--white);padding:68px 0 78px;position:relative;overflow:hidden}.course-sales-hero:before{content:"";position:absolute;inset:0;opacity:.1;background-image:linear-gradient(45deg,rgba(255,255,255,.35) 1px,transparent 1px),linear-gradient(-45deg,rgba(255,255,255,.35) 1px,transparent 1px);background-size:35px 35px}.course-sales-grid{position:relative;display:grid;grid-template-columns:1fr 420px;gap:75px;align-items:center}.back-link,.button-link{display:inline-flex;align-items:center;gap:6px;color:inherit;opacity:.72;font-size:13px;font-weight:800;margin-bottom:22px;border:0;background:transparent;padding:0}.course-badges{display:flex;gap:8px;flex-wrap:wrap}.course-badges span{display:inline-flex;align-items:center;gap:5px;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius-pill);padding:7px 10px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.course-sales-copy h1{font-size:clamp(48px,6vw,76px);margin:23px 0;max-width:780px}.course-lead{color:#ffffffb8;font-size:18px;line-height:1.7;max-width:760px}.course-facts{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0}.course-facts span{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border-radius:12px;background:#ffffff14;font-size:12px;color:#ffffffb3}.course-facts b{color:var(--white)}.course-facts svg{color:var(--course-accent)}.course-outcomes{display:grid;gap:9px}.course-outcomes span{display:flex;align-items:flex-start;gap:9px;color:#ffffffc7;font-size:14px}.course-outcomes svg{flex:0 0 auto;color:var(--course-accent);margin-top:2px}.course-checkout-card{align-self:start;background:var(--white);color:var(--ink-950);border-radius:27px;padding:10px;box-shadow:var(--shadow-dark)}.checkout-cover{height:245px;position:relative;border-radius:20px;overflow:hidden;background:var(--ink-800)}.checkout-cover img{width:100%;height:100%;object-fit:cover}.checkout-cover>span{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;background:#101116cc;color:var(--white);border-radius:var(--radius-pill);font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.checkout-content{padding:22px 16px 16px}.checkout-content h3{font-size:23px;margin:7px 0 18px}.checkout-content>p{font-size:13px}.checkout-price{display:flex;align-items:baseline;gap:10px}.checkout-price strong{font-family:var(--font-display);font-size:34px}.checkout-price del{color:var(--ink-500)}.checkout-trust{display:flex;justify-content:center;gap:16px;margin-top:15px;color:var(--ink-500);font-size:10px}.checkout-trust span{display:inline-flex;align-items:center;gap:5px}.access-chip{display:inline-flex;background:var(--green-100);color:var(--green-600);padding:6px 10px;border-radius:var(--radius-pill);font-size:10px;font-weight:800}.checkout-note{text-align:center;margin:12px 0 0}.course-body-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:38px;padding-block:76px 100px}.curriculum-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:27px}.curriculum-heading h2{font-size:37px;margin:0}.curriculum-heading>span{color:var(--ink-500);font-size:12px}.module-accordion{display:grid;gap:12px}.module-card{border:1px solid var(--ink-200);border-radius:18px;background:var(--white);overflow:hidden}.module-card.open{border-color:var(--ink-300);box-shadow:var(--shadow-sm)}.module-trigger{width:100%;min-height:90px;border:0;background:transparent;padding:17px 19px;display:grid;grid-template-columns:48px 1fr auto auto;gap:15px;align-items:center;text-align:left}.module-index{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:color-mix(in srgb,var(--course-accent) 24%,white);font-family:var(--font-display);font-weight:800}.module-name{display:grid}.module-name b{font-family:var(--font-display)}.module-name small{color:var(--ink-500);margin-top:4px}.module-count{color:var(--ink-500);font-size:12px}.module-trigger>svg{transition:transform .2s}.module-card.open .module-trigger>svg{transform:rotate(180deg)}.module-lessons{border-top:1px solid var(--ink-100);padding:9px 16px 17px 82px}.curriculum-lesson{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;padding:11px 8px;border-bottom:1px solid var(--ink-100)}.curriculum-lesson:hover{background:var(--ink-50);border-radius:9px}.curriculum-lesson>span:nth-child(2){display:grid}.curriculum-lesson small{color:var(--ink-500);font-size:10px;text-transform:capitalize}.curriculum-lesson b{font-size:14px}.curriculum-lesson em{color:var(--violet-600);font-size:10px;font-style:normal;font-weight:800}.lesson-play{color:var(--course-accent-2)}.curriculum-lesson.locked{color:var(--ink-500)}.module-capstone{margin-top:13px;padding:16px;border-radius:13px;background:var(--ink-50);display:flex;gap:11px}.module-capstone b{font-size:14px}.module-capstone p{margin:4px 0 0;font-size:12px}.course-side-notes{display:grid;gap:15px;align-content:start}.side-note-card{border:1px solid var(--ink-200);border-radius:18px;padding:23px}.side-note-card h3{font-size:19px}.side-note-card ul{display:grid;gap:11px;list-style:none;padding:0;margin:0}.side-note-card li{display:flex;gap:7px;color:var(--ink-600);font-size:13px}.side-note-card li svg{color:var(--green-600);flex:0 0 auto}.accent-note{background:var(--ink-950);color:var(--white);border:0}.accent-note>span{color:var(--course-accent);font-size:11px;font-weight:800}.accent-note p{color:var(--ink-300);font-size:13px}.accent-note .text-link{color:var(--white)}.learning-mode .main{min-height:100vh}.learning-shell{--course-accent: var(--banana-500);--course-accent-2: var(--violet-600);display:grid;grid-template-columns:330px minmax(0,1fr);min-height:100vh;background:var(--ink-50)}.learning-sidebar{height:100vh;position:sticky;top:0;background:var(--ink-950);color:var(--white);overflow:hidden;z-index:60}.lesson-curriculum{height:100%;display:flex;flex-direction:column}.lesson-curriculum-head{height:62px;border-bottom:1px solid var(--ink-800);display:flex;align-items:center;justify-content:space-between;padding:0 17px}.lesson-curriculum-head a{display:inline-flex;align-items:center;gap:7px;color:var(--ink-300);font-size:12px;font-weight:800}.lesson-curriculum-head button{display:none;border:0;background:transparent;color:var(--white)}.lesson-course-name{padding:18px 17px 12px;display:flex;justify-content:space-between;gap:15px}.lesson-course-name span{font-family:var(--font-display);font-size:14px}.lesson-course-name strong{color:var(--course-accent);font-size:11px}.course-progress-track{height:3px;margin:0 17px 14px;background:var(--ink-800);border-radius:3px;overflow:hidden}.course-progress-track i{display:block;height:100%;background:var(--course-accent)}.lesson-module-list{overflow-y:auto;padding:0 9px 20px}.lesson-module-list details{border-bottom:1px solid var(--ink-800)}.lesson-module-list summary{list-style:none;padding:15px 8px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;color:var(--ink-300);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.lesson-module-list summary::-webkit-details-marker{display:none}.lesson-module-list details[open] summary svg{transform:rotate(180deg)}.lesson-module-list details>div{display:grid;gap:3px;padding-bottom:10px}.lesson-module-list details a{min-height:47px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px;padding:7px 9px;color:var(--ink-300);border-radius:9px}.lesson-module-list details a:hover,.lesson-module-list details a.active{background:var(--ink-800);color:var(--white)}.lesson-module-list details a.active svg{color:var(--course-accent)}.lesson-module-list details a span:last-of-type{display:grid}.lesson-module-list details a b{font-size:12px;line-height:1.25}.lesson-module-list details a small{color:var(--ink-500);font-size:9px;text-transform:capitalize}.lesson-module-list details a.locked{opacity:.48}.learning-main{min-width:0}.learning-topbar{height:62px;position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--ink-200);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.learning-topbar>div{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--ink-500)}.learning-topbar b{color:var(--ink-900)}.mobile-curriculum-button{display:none;border:0;background:transparent;align-items:center;gap:6px;font-weight:800}.complete-button{border:1px solid var(--ink-200);background:var(--white);min-height:36px;border-radius:var(--radius-pill);padding:0 12px;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800}.complete-button>span{width:15px;height:15px;border:1px solid var(--ink-300);border-radius:50%}.complete-button.done{background:var(--green-100);color:var(--green-600);border-color:transparent}.lesson-studio{padding:35px 40px 80px}.lesson-visual,.video-stage{max-width:980px;margin:0 auto 36px;border-radius:25px;overflow:hidden;background:var(--ink-900);box-shadow:var(--shadow-md);position:relative}.lesson-visual{height:auto;min-height:0;display:block}.lesson-visual img{position:static;display:block;width:100%;height:auto;max-height:none;object-fit:contain}.lesson-visual>span{position:absolute;bottom:13px;left:13px;background:#101116bf;color:var(--white);padding:7px 10px;border-radius:var(--radius-pill);font-size:10px;font-weight:800}.video-stage video{width:100%;aspect-ratio:16/9;display:block;object-fit:contain;background:#000}.lesson-article{max-width:820px;margin:auto}.lesson-kicker{display:flex;align-items:center;justify-content:space-between;color:var(--course-accent-2);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.lesson-article>h1{font-size:clamp(38px,5vw,58px);margin:13px 0 17px;overflow-wrap:anywhere}.lesson-goal{font-size:19px;line-height:1.7}.lesson-success{display:flex;align-items:flex-start;gap:12px;border:1px solid color-mix(in srgb,var(--course-accent) 40%,var(--ink-200));background:color-mix(in srgb,var(--course-accent) 12%,white);border-radius:16px;padding:18px;margin:25px 0}.lesson-success svg{color:var(--green-600);flex:0 0 auto}.lesson-success b{font-size:13px}.lesson-success p{margin:3px 0 0;font-size:14px}.lesson-section{margin:52px 0}.lesson-section-title{margin-bottom:20px}.lesson-section h2{font-size:31px;margin:0}.lead-paragraph{font-size:18px;line-height:1.75}.lesson-markdown{font-size:17px;line-height:1.78;margin:38px 0;overflow-wrap:anywhere}.lesson-markdown h2{font-size:31px;margin-top:45px}.lesson-markdown h3{font-size:22px;margin-top:33px}.lesson-markdown img{display:block;width:100%;height:auto;object-fit:contain;border-radius:18px}.lesson-markdown a,.article-body a{color:var(--violet-600);text-decoration:underline}.lesson-markdown table{display:block;width:100%;max-width:100%;overflow-x:auto;border-spacing:0;border:1px solid var(--ink-200);border-radius:14px;background:var(--white);-webkit-overflow-scrolling:touch}.lesson-markdown th,.lesson-markdown td{min-width:150px;padding:11px 13px;border-bottom:1px solid var(--ink-100);text-align:left;vertical-align:top;font-size:13px;line-height:1.55}.lesson-markdown th{background:var(--ink-50);color:var(--ink-900);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.lesson-markdown tr:last-child td{border-bottom:0}.prompt-stack{display:grid;gap:14px}.prompt-stack .lesson-section-title{margin-bottom:3px}.prompt-block{border:1px solid var(--ink-200);border-radius:17px;background:var(--white);overflow:hidden;margin:19px 0;box-shadow:var(--shadow-xs)}.prompt-block.example{border-left:4px solid var(--course-accent)}.prompt-block.pro{border-left:4px solid var(--violet-600)}.prompt-block.repair{border-left:4px solid var(--coral-500)}.prompt-block-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--ink-100)}.prompt-block-head>span{font-size:12px;font-weight:800}.prompt-block-head button{border:0;background:var(--ink-50);border-radius:var(--radius-pill);padding:6px 9px;display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:800}.prompt-block pre{margin:0;padding:18px;white-space:pre-wrap;overflow-wrap:anywhere;font-family:var(--font-body);color:var(--ink-700);font-size:14px;line-height:1.75}.earning-callout{background:var(--ink-950);color:var(--white);border-radius:20px;padding:26px;margin:35px 0}.earning-callout span,.pro-note span,.lesson-challenge>span{color:var(--course-accent);font-size:10px;font-weight:800;letter-spacing:.12em}.earning-callout p{color:var(--ink-200);margin:8px 0 0;font-size:17px}.storyboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:13px}.storyboard-grid figure{margin:0;border-radius:16px;background:var(--white);border:1px solid var(--ink-200);overflow:hidden}.storyboard-grid img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}.storyboard-grid figcaption{display:flex;align-items:flex-start;gap:9px;padding:12px;color:var(--ink-600);font-size:12px}.storyboard-grid figcaption span{color:var(--violet-600);font-weight:800}.image-prompt{margin:0 12px 12px;border:1px solid var(--ink-200);border-radius:12px;overflow:hidden;background:var(--ink-50)}.image-prompt-head{display:flex;align-items:stretch;min-height:48px}.image-prompt-head button{border:0;background:transparent}.image-prompt-toggle{min-width:0;flex:1;display:flex;align-items:center;gap:8px;padding:8px 10px;text-align:left;color:var(--ink-800)}.image-prompt-toggle>span{min-width:0;display:grid;gap:2px;font-size:11px;font-weight:900}.image-prompt-toggle small{color:var(--ink-500);font-size:9px;font-weight:700}.image-prompt-toggle>svg:last-child{margin-left:auto;flex:none;transition:transform .2s ease}.image-prompt.open .image-prompt-toggle>svg:last-child{transform:rotate(180deg)}.image-prompt-copy{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 11px;border-left:1px solid var(--ink-200)!important;color:var(--violet-600);font-size:10px;font-weight:900}.image-prompt pre{max-height:320px;margin:0;padding:14px;overflow:auto;border-top:1px solid var(--ink-200);background:var(--white);color:var(--ink-700);white-space:pre-wrap;overflow-wrap:anywhere;font:11px/1.65 var(--font-body)}.variation-grid .image-prompt{margin:12px 0 0}.variation-grid .image-prompt pre{font-size:11px}.lesson-steps{list-style:none;padding:0;display:grid;gap:9px}.lesson-steps li{display:grid;grid-template-columns:43px 1fr;gap:13px;align-items:start;padding:16px;background:var(--white);border:1px solid var(--ink-200);border-radius:15px}.lesson-steps li>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:var(--ink-950);color:var(--white);font-size:11px;font-weight:800}.lesson-steps p{margin:5px 0 0}.qa-panel{background:var(--green-100);border-radius:20px;padding:24px}.qa-panel p{display:flex;gap:8px;color:var(--ink-700);margin:10px 0}.qa-panel svg{color:var(--green-600);flex:0 0 auto;margin-top:4px}.pro-note{border-left:4px solid var(--course-accent-2);background:var(--violet-100);border-radius:0 17px 17px 0;padding:22px;margin:35px 0}.pro-note span{color:var(--violet-600)}.pro-note p{margin:7px 0 0;color:var(--ink-700)}.variation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:15px}.variation-grid>figure{margin:0;border:1px solid var(--ink-200);border-radius:17px;background:var(--white);overflow:hidden}.variation-grid>figure>button{position:relative;width:100%;padding:0;border:0;background:var(--ink-900);cursor:zoom-in}.variation-grid>figure>button>img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}.variation-grid>figure>button>span{position:absolute;right:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#111b;color:#fff}.variation-grid>figure>figcaption{padding:14px}.variation-grid figcaption>b{font-size:13px}.variation-grid .prompt-block{box-shadow:none;margin-bottom:0}.variation-grid .prompt-block pre{font-size:11px}.resource-list{display:grid;gap:9px}.resource-list a{display:flex;align-items:center;gap:12px;border:1px solid var(--ink-200);border-radius:14px;padding:15px;background:var(--white)}.resource-list a>span{display:grid}.resource-list b{font-size:13px}.resource-list small{color:var(--ink-500)}.resource-list svg{color:var(--violet-600)}.lesson-challenge{padding:36px;border-radius:24px;background:var(--course-surface);color:var(--white);margin:55px 0}.lesson-challenge h2{font-size:32px;margin:9px 0}.lesson-challenge p{color:var(--ink-200);margin:0}.lesson-navigation{border-top:1px solid var(--ink-200);padding-top:25px;display:flex;justify-content:space-between;gap:20px}.lesson-navigation button{max-width:47%;border:0;background:transparent;display:flex;align-items:center;gap:10px;text-align:left}.lesson-navigation button.next{text-align:right;margin-left:auto}.lesson-navigation button span{display:grid;font-weight:800}.lesson-navigation button small{color:var(--ink-500);font-size:10px;margin-bottom:3px}.lesson-paywall{min-height:calc(100vh - var(--header-height));display:grid;place-items:center;align-content:center;text-align:center;padding:40px 20px;background:var(--course-surface);color:var(--white)}.lesson-paywall h1{font-size:clamp(40px,6vw,66px);max-width:750px;margin:13px auto}.lesson-paywall p{color:var(--ink-300);max-width:600px}.lesson-paywall>div:last-child{display:flex;gap:10px}.lesson-paywall .btn-ghost{color:var(--white);border-color:var(--ink-700)}.lock-orbit{width:75px;height:75px;border-radius:50%;display:grid;place-items:center;background:var(--course-accent);color:var(--ink-950);margin-bottom:25px;box-shadow:0 0 0 13px #ffffff0d,0 0 0 26px #ffffff08}.sidebar-scrim{display:none}.blog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.blog-card{display:grid;grid-template-columns:190px 1fr;border:1px solid var(--ink-200);border-radius:22px;overflow:hidden;background:var(--white);transition:transform .2s}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.blog-card.featured{grid-column:1/-1;grid-template-columns:45% 1fr}.blog-card-art{min-height:230px;background:var(--ink-900);color:var(--banana-500);display:grid;place-items:center}.blog-card-art img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:25px;display:flex;flex-direction:column}.blog-tags{display:flex;gap:7px;flex-wrap:wrap}.blog-card h2{font-size:25px;margin:12px 0 8px}.blog-card p{font-size:14px}.blog-card small{color:var(--ink-500);margin-top:auto}.blog-card b{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:13px}.article-header{padding:80px 20px 65px;background:var(--ink-950);color:var(--white)}.article-header-inner{max-width:870px;margin:auto}.article-header a{display:inline-flex;align-items:center;gap:6px;color:var(--ink-300);font-size:12px;font-weight:800;margin-bottom:45px}.article-header h1{font-size:clamp(45px,7vw,76px);margin:16px 0 20px}.article-header p{color:var(--ink-300);font-size:19px;max-width:700px}.article-header small{color:var(--ink-500)}.article-cover{max-width:1060px;margin:50px auto 0;padding:0 20px}.article-cover img{width:100%;max-height:590px;object-fit:cover;border-radius:25px}.article-body{max-width:760px;margin:55px auto 100px;padding:0 20px;font-size:18px;line-height:1.8}.article-body h2{font-size:34px;margin-top:52px}.article-body h3{font-size:25px;margin-top:38px}.article-body img{border-radius:18px}.article-body blockquote{margin:30px 0;padding:20px;border-left:4px solid var(--banana-500);background:var(--ink-50)}.dashboard-hero{background:var(--ink-950);color:var(--white);padding:55px 0}.dashboard-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.dashboard-hero h1{font-size:clamp(36px,5vw,52px);margin:0 0 8px}.dashboard-hero p{color:var(--ink-300);margin:0}.member-badge{display:inline-flex;align-items:center;gap:7px;padding:10px 14px;border-radius:var(--radius-pill);background:var(--banana-500);color:var(--ink-950);font-size:12px;font-weight:800}.dashboard-content{padding-block:42px 95px}.learner-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:-69px 0 39px;position:relative}.learner-stat-grid article{display:flex;align-items:center;gap:13px;min-width:0;padding:17px;border:1px solid var(--ink-200);border-radius:17px;background:var(--white);box-shadow:var(--shadow-xs)}.learner-stat-grid article>span{flex:0 0 auto;width:39px;height:39px;border-radius:12px;display:grid;place-items:center;color:var(--violet-600);background:var(--violet-100)}.learner-stat-grid article>div{display:grid;min-width:0}.learner-stat-grid b{font-family:var(--font-display);font-size:23px;line-height:1}.learner-stat-grid small{color:var(--ink-500);font-size:9px;margin-top:5px}.continue-card{display:flex;align-items:center;justify-content:space-between;gap:30px;border-radius:25px;padding:32px;background:var(--violet-100);margin-bottom:48px}.continue-card h2{font-size:31px;margin:0 0 7px}.continue-card p{margin-bottom:19px}.continue-progress{width:135px;height:135px;border-radius:50%;background:var(--white);display:grid;place-items:center;align-content:center;border:11px solid rgba(106,72,235,.17)}.continue-progress strong{font-family:var(--font-display);font-size:31px}.continue-progress span{color:var(--ink-500);font-size:10px}.dashboard-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:35px 0 20px}.dashboard-section-head h2,.dashboard-section-head p{margin:0}.dashboard-section-head p{font-size:13px;margin-top:4px}.dashboard-section-head>a{display:inline-flex;align-items:center;gap:6px;color:var(--violet-600);font-size:12px;font-weight:800}.dashboard-course-grid>div{min-width:0}.course-product-card.compact .course-product-art{height:190px}.course-product-card.compact .course-product-body{padding:18px}.course-progress-summary{padding:13px 6px 0}.course-progress-summary>span{display:block;height:5px;background:var(--ink-100);border-radius:5px;overflow:hidden}.course-progress-summary i{display:block;height:100%;background:var(--violet-600)}.course-progress-summary small{display:block;color:var(--ink-500);margin-top:6px}.dashboard-lower-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:20px;margin-top:55px}.dashboard-panel{border:1px solid var(--ink-200);border-radius:20px;padding:24px}.dashboard-panel .dashboard-section-head{margin-top:0}.purchase-list{display:grid}.purchase-list>div{display:grid;grid-template-columns:36px 1fr auto;gap:11px;align-items:center;border-top:1px solid var(--ink-100);padding:14px 0}.purchase-status{width:33px;height:33px;display:grid;place-items:center;border-radius:11px;background:var(--green-100);color:var(--green-600)}.purchase-list>div>div{display:grid}.purchase-list b{font-size:13px}.purchase-list small{color:var(--ink-500)}.help-panel{background:var(--ink-950);color:var(--white);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.help-panel>svg{color:var(--banana-500)}.help-panel h2{margin:17px 0 9px}.help-panel p{color:var(--ink-300)}.community-dashboard-head{margin-top:58px}.dashboard-community-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.panel-title-row{display:flex;align-items:center;gap:12px;margin-bottom:17px}.panel-title-row>span{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;color:var(--violet-600);background:var(--violet-100)}.panel-title-row h3,.panel-title-row p{margin:0}.panel-title-row h3{font-size:19px}.panel-title-row p{font-size:11px}.community-dashboard-list,.pulse-list{display:grid}.community-dashboard-list>a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--ink-100)}.community-dashboard-list>a>span{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:var(--ink-500);background:var(--ink-100)}.community-dashboard-list>a>span.answered{color:var(--green-600);background:var(--green-100)}.community-dashboard-list>a>div{min-width:0;display:grid}.community-dashboard-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.community-dashboard-list small{color:var(--ink-500);font-size:9px}.community-dashboard-list>a>svg{color:var(--ink-400)}.community-pulse-panel{background:var(--ink-950);color:var(--white)}.community-pulse-panel .panel-title-row>span{background:var(--banana-500);color:var(--ink-950)}.community-pulse-panel .panel-title-row p{color:var(--ink-400)}.pulse-list>a{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding:12px 0;border-top:1px solid var(--ink-800);color:var(--white)}.pulse-list>a>span{grid-column:1/-1;color:var(--banana-500);font-size:8px;font-weight:800;text-transform:uppercase}.pulse-list b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.pulse-list small{color:var(--ink-500);font-size:9px}.dashboard-empty-inline{padding:17px 0 3px;border-top:1px solid var(--ink-100)}.dashboard-empty-inline p{margin:0 0 13px;font-size:12px}.community-pulse-panel .dashboard-empty-inline{border-color:var(--ink-800)}.community-pulse-panel .dashboard-empty-inline p{color:var(--ink-400)}.community-pulse-panel .dashboard-empty-inline a{color:var(--banana-500);font-size:12px;font-weight:800}.account-dashboard-panel{display:flex;flex-direction:column;align-items:flex-start;background:var(--banana-100);border-color:transparent}.account-dashboard-panel>svg{color:var(--violet-600)}.account-dashboard-panel h2{margin:17px 0 5px}.account-dashboard-panel>p{margin:0;word-break:break-all;font-size:12px}.account-dashboard-panel .btn{margin-top:auto}.email-status{display:inline-flex;align-items:center;gap:5px;margin:13px 0 22px;color:var(--green-600);font-size:10px;font-weight:800}.learning-milestone{display:flex;align-items:center;gap:11px;margin-top:20px;padding:16px 19px;border-radius:15px;color:var(--ink-700);background:var(--banana-100);font-size:12px}.learning-milestone>svg{color:var(--violet-600);flex:0 0 auto}.community-hero{background:var(--violet-100);padding:55px 0}.community-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.community-hero h1{font-size:clamp(39px,6vw,59px);margin:0 0 8px}.community-hero p{margin:0}.community-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:30px;padding-block:42px 90px}.community-tools{display:grid;gap:16px;margin-bottom:22px}.category-scroll{display:flex;gap:7px;overflow-x:auto;padding-bottom:3px}.category-scroll button{border:1px solid var(--ink-200);background:var(--white);border-radius:var(--radius-pill);padding:7px 12px;color:var(--ink-600);font-size:11px;font-weight:800;text-transform:capitalize;white-space:nowrap}.category-scroll button.active{background:var(--ink-950);color:var(--white);border-color:var(--ink-950)}.conversation-list{display:grid;gap:10px}.conversation-card{display:grid;grid-template-columns:45px 1fr;gap:14px;border:1px solid var(--ink-200);border-radius:18px;padding:18px;background:var(--white);transition:transform .18s,box-shadow .18s}.conversation-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.conversation-main{min-width:0}.conversation-topline{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--ink-500);font-size:9px;font-weight:800}.category-tag{background:var(--ink-100);color:var(--ink-700);border-radius:var(--radius-pill);padding:4px 7px;text-transform:uppercase}.solved-tag{display:inline-flex;align-items:center;gap:4px;color:var(--green-600)}.conversation-card h2{font-size:18px;margin:10px 0 6px}.conversation-card p{margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px}.conversation-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;color:var(--ink-500);font-size:10px;margin-top:12px}.conversation-meta b{color:var(--ink-700)}.conversation-meta b em{margin-left:5px;color:var(--violet-600);font-style:normal}.conversation-meta span{display:inline-flex;align-items:center;gap:4px}.community-sidebar{display:grid;align-content:start;gap:15px}.community-note,.community-rules{border-radius:19px;padding:22px}.community-note{background:var(--ink-950);color:var(--white)}.community-note svg{color:var(--banana-500)}.community-note h3{margin:15px 0 8px}.community-note p{color:var(--ink-300);font-size:13px;margin:0}.community-rules{border:1px solid var(--ink-200)}.community-rules ol{padding-left:19px;color:var(--ink-600);font-size:12px;display:grid;gap:8px}.modal-scrim{position:fixed;inset:0;z-index:200;background:#101116b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px;display:grid;place-items:center}.post-composer{width:min(620px,100%);max-height:calc(100vh - 40px);overflow-y:auto;background:var(--white);border-radius:25px;padding:28px;display:grid;gap:17px}.composer-head{display:flex;justify-content:space-between;gap:20px}.composer-head h2{margin:0}.composer-head button{width:37px;height:37px;border:1px solid var(--ink-200);border-radius:11px;background:var(--white);display:grid;place-items:center}.thread{max-width:820px;margin:0 auto;padding:48px 20px 90px}.thread-post{border:1px solid var(--ink-200);border-radius:20px;padding:27px;margin:15px 0 28px}.thread-post h1{font-size:31px;margin:15px 0}.post-meta,.reply-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--ink-500);font-size:11px}.cat-pill,.answered-pill,.admin-badge,.staff-badge{padding:4px 8px;border-radius:var(--radius-pill);font-size:9px;font-weight:800}.cat-pill{background:var(--ink-100)}.answered-pill{background:var(--green-100);color:var(--green-600)}.admin-badge{background:var(--banana-500);color:var(--ink-950)}.staff-badge{background:var(--violet-100);color:var(--violet-600)}.reply-head .avatar{width:30px;height:30px}.thread-body,.reply-body{white-space:pre-wrap;color:var(--ink-700)}.reply-card{border:1px solid var(--ink-200);border-radius:16px;padding:18px;margin-bottom:10px}.reply-card.staff{border-left:4px solid var(--violet-600);background:var(--violet-100)}.reply-card p{margin-bottom:0}.reply-form{margin-top:25px;display:grid;gap:10px}.auth-page{min-height:calc(100vh - var(--header-height));display:grid;place-items:center;padding:55px 20px;background:var(--ink-50);position:relative;overflow:hidden}.auth-page:before{content:"";width:420px;height:420px;border-radius:50%;background:var(--violet-100);position:absolute;left:-210px;top:-180px}.auth-card{width:min(440px,100%);background:var(--white);border:1px solid var(--ink-200);border-radius:24px;padding:34px;box-shadow:var(--shadow-md);position:relative}.auth-card:before{content:"rb";width:48px;height:48px;display:grid;place-items:center;border-radius:14px 14px 14px 4px;background:var(--banana-500);font-family:var(--font-display);font-size:13px;font-weight:800;margin-bottom:24px}.auth-card h1{font-size:33px;margin-bottom:23px}.auth-card form{display:grid;gap:16px}.auth-card form .btn{margin-top:3px}.auth-alt{text-align:center;font-size:13px;margin:21px 0 0}.auth-alt a,.auth-help a{color:var(--violet-600);font-weight:800}.auth-intro{margin:-13px 0 22px;font-size:13px}.google-auth-button{width:100%;border:1px solid var(--ink-200);background:var(--white);color:var(--ink-950);box-shadow:var(--shadow-xs)}.google-mark{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;font-family:Arial,sans-serif;font-size:15px;font-weight:800;color:#4285f4;background:var(--white)}.auth-divider{display:flex;align-items:center;gap:10px;margin:17px 0;color:var(--ink-500);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--ink-200);flex:1}.auth-divider span{white-space:nowrap}.auth-help{text-align:right;font-size:11px;margin:12px 0 0}.confirmation-resend{width:100%;border:0;margin:-7px 0 14px;padding:0;color:var(--violet-600);background:transparent;font-size:11px;font-weight:800;text-align:left}.confirmation-panel{display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start;padding:14px;border-radius:14px;margin-bottom:17px;color:var(--green-600);background:var(--green-100)}.confirmation-panel>span,.confirmation-panel>svg{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:var(--white)}.confirmation-panel b,.confirmation-panel p{display:block;margin:0}.confirmation-panel p{margin-top:3px;color:var(--ink-600);font-size:11px}.confirmation-panel button{border:0;padding:0;margin-top:8px;color:var(--green-600);background:transparent;font-size:10px;font-weight:800}.auth-status-card{text-align:center}.auth-status-card:before{margin-inline:auto}.auth-status-card>svg{color:var(--violet-600)}.auth-status-card h1{font-size:29px;margin:17px 0 10px}.auth-status-card p{font-size:13px}.auth-status-card .btn{justify-content:center}.auth-secure-note{display:inline-flex;align-items:center;gap:5px;color:var(--green-600);font-size:10px;font-weight:800}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.account-page{min-height:70vh;background:var(--ink-50)}.account-hero{padding:55px 0 95px;background:var(--ink-950);color:var(--white)}.account-hero h1{font-size:clamp(40px,6vw,61px);margin:8px 0}.account-hero p{color:var(--ink-300);margin:0}.account-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;padding-bottom:95px;margin-top:-52px;position:relative}.security-panel,.account-summary{padding:28px;border:1px solid var(--ink-200);border-radius:22px;background:var(--white);box-shadow:var(--shadow-xs)}.security-panel-head{display:flex;align-items:center;gap:13px;margin-bottom:24px}.security-panel-head>span{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;color:var(--violet-600);background:var(--violet-100)}.security-panel-head h2,.security-panel-head p{margin:0}.security-panel-head p{font-size:12px}.security-panel form{display:grid;gap:16px}.security-panel .form-ok{display:flex;align-items:center;gap:7px}.account-summary{align-self:start;background:var(--banana-100);border-color:transparent}.account-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:17px;color:var(--white);background:var(--violet-600);font-family:var(--font-display);font-size:22px;font-weight:800}.account-summary h2{margin:18px 0 2px}.account-summary>p{margin:0 0 22px;font-size:11px;word-break:break-all}.security-fact{display:flex;align-items:center;gap:10px;padding:13px 0;border-top:1px solid rgba(16,17,22,.1)}.security-fact>svg{color:var(--green-600)}.security-fact>span{display:grid}.security-fact b{font-size:11px}.security-fact small{color:var(--ink-500);font-size:9px}.account-summary>a{display:inline-block;margin-top:20px;color:var(--violet-600);font-size:11px;font-weight:800}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1050px;margin:auto}.plan{border:1px solid var(--ink-200);border-radius:24px;padding:28px;display:flex;flex-direction:column;background:var(--white);position:relative}.plan.popular{background:var(--ink-950);color:var(--white);transform:translateY(-10px)}.plan>svg{color:var(--violet-600)}.plan.popular>svg{color:var(--banana-500)}.plan h3{font-size:22px}.plan-price{font-family:var(--font-display);font-size:34px;font-weight:800;margin:12px 0}.plan-price small{font-family:var(--font-body);font-size:10px;color:var(--ink-500)}.plan p{font-size:13px}.plan.popular p,.plan.popular li{color:var(--ink-300)}.plan ul{padding:0;list-style:none;color:var(--ink-600);display:grid;gap:9px;font-size:13px;margin-bottom:28px}.plan li{display:flex;align-items:center;gap:7px}.plan li svg{color:var(--green-600);flex:0 0 auto}.plan .btn{margin-top:auto}.pop-badge{position:absolute;top:16px;right:16px;background:var(--banana-500);color:var(--ink-950);border-radius:var(--radius-pill);padding:5px 8px;font-size:9px;font-weight:800}.pricing-footnote{text-align:center;font-size:12px;margin:28px 0 0}.pay-result{min-height:65vh;display:grid;place-items:center;align-content:center;text-align:center;padding:40px 20px}.pay-result .big{font-size:60px}.legal-page{padding:90px 0 110px}.legal-page .container{max-width:760px}.legal-page h1{font-size:clamp(45px,7vw,70px)}.legal-page h2{margin-top:50px}.legal-page p{font-size:18px;line-height:1.8}.legal-page small{color:var(--ink-500)}.admin-mode .main{background:var(--ink-50)}.admin-shell{min-height:calc(100vh - var(--header-height));display:grid;grid-template-columns:245px minmax(0,1fr)}.admin-sidebar{background:var(--ink-950);color:var(--white);padding:25px 15px;display:flex;flex-direction:column}.admin-brand{display:flex;align-items:center;gap:10px;padding:0 8px 25px}.admin-brand>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--banana-500);color:var(--ink-950)}.admin-brand>div{display:grid}.admin-brand b{font-family:var(--font-display)}.admin-brand small{color:var(--ink-500);font-size:10px}.admin-sidebar nav{display:grid;gap:4px}.admin-sidebar nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;color:var(--ink-300);font-size:13px;font-weight:700}.admin-sidebar nav a:hover,.admin-sidebar nav a.active{background:var(--ink-800);color:var(--white)}.admin-sidebar nav a.active svg{color:var(--banana-500)}.admin-sidebar>p{color:var(--ink-500);font-size:11px;margin:auto 10px 0}.admin-main{min-width:0}.admin-page{max-width:1320px;margin:auto;padding:38px}.admin-page-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:28px}.admin-page-head h1{font-size:41px;margin:0 0 6px}.admin-page-head p{margin:0}.admin-page-head .back-link{color:var(--ink-600);margin-bottom:14px}.admin-panel{background:var(--white);border:1px solid var(--ink-200);border-radius:19px;padding:22px}.admin-panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.admin-panel-head h2,.admin-panel-head p{margin:0}.admin-panel-head h2{font-size:20px}.admin-panel-head p{font-size:12px;margin-top:4px}.admin-panel-head a{color:var(--violet-600);font-size:11px;font-weight:800}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.admin-stat-grid article{background:var(--white);border:1px solid var(--ink-200);border-radius:18px;padding:20px}.admin-stat-grid article>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:var(--violet-100);color:var(--violet-600)}.admin-stat-grid article b{display:block;font-family:var(--font-display);font-size:31px;margin-top:22px}.admin-stat-grid article p{margin:0;font-size:12px}.admin-stat-grid article.attention{background:var(--coral-100);border-color:transparent}.admin-stat-grid article.attention>span{background:var(--white);color:var(--red-600)}.admin-grid-two{display:grid;grid-template-columns:1.35fr .65fr;gap:20px}.admin-list{display:grid}.admin-list a{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:11px;padding:13px 0;border-top:1px solid var(--ink-100)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green-600)}.status-dot.flagged,.status-dot.hidden{background:var(--red-600)}.admin-list a>div{display:grid}.admin-list b{font-size:12px}.admin-list small,.admin-list em{color:var(--ink-500);font-size:10px;font-style:normal}.quick-panel{display:grid;gap:8px}.quick-panel>a{display:flex;align-items:center;gap:11px;padding:12px;border-radius:12px;background:var(--ink-50)}.quick-panel>a>span{display:grid}.quick-panel b{font-size:12px}.quick-panel small{color:var(--ink-500);font-size:10px}.admin-empty{min-height:100px;display:grid;place-items:center;align-content:center;gap:6px;color:var(--ink-500);text-align:center}.admin-empty.tall{min-height:330px}.admin-empty p{margin:0;font-size:12px}.admin-toolbar{display:flex;justify-content:space-between;margin-bottom:15px}.table-panel{padding:0;overflow:hidden}.admin-course-table,.admin-blog-table{display:grid;align-items:center;gap:15px;padding:13px 18px;border-top:1px solid var(--ink-100);font-size:12px}.admin-course-table{grid-template-columns:minmax(260px,1fr) 100px 70px 95px 85px 42px}.admin-blog-table{grid-template-columns:minmax(300px,1fr) 100px 110px 42px}.admin-table-head{border-top:0;background:var(--ink-50);color:var(--ink-500);font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-course-cell{display:flex;align-items:center;gap:11px;min-width:0}.admin-course-cell img{width:52px;height:42px;object-fit:cover;border-radius:9px;background:var(--ink-100)}.admin-course-cell>span,.admin-blog-table>div{display:grid;min-width:0}.admin-course-cell b,.admin-blog-table b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-course-cell small,.admin-blog-table small{color:var(--ink-500)}.format-pill,.publish-pill{display:inline-flex;align-items:center;gap:5px;width:fit-content;padding:5px 8px;border-radius:var(--radius-pill);background:var(--ink-100);font-size:9px;font-weight:800;text-transform:capitalize}.publish-pill.published,.publish-pill.visible{background:var(--green-100);color:var(--green-600)}.publish-pill.draft{background:var(--banana-100)}.publish-pill.archived,.publish-pill.hidden,.publish-pill.removed{background:var(--ink-100);color:var(--ink-600)}.publish-pill.flagged{background:var(--red-100);color:var(--red-600)}.editor-form{margin-bottom:20px}.form-grid{display:grid;gap:16px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .full{grid-column:1/-1}.theme-editor{margin-top:22px;border-top:1px solid var(--ink-100);padding-top:20px;display:flex;align-items:center;gap:18px}.theme-editor>div{margin-right:auto}.theme-editor h3,.theme-editor p{margin:0}.theme-editor p{font-size:11px}.theme-editor label{display:grid;place-items:center;gap:5px;color:var(--ink-500);font-size:9px}.theme-editor input{width:43px;height:34px;padding:2px;border:1px solid var(--ink-200);border-radius:8px;background:var(--white)}.admin-message{display:flex;align-items:center;gap:7px}.curriculum-editor{padding:0;overflow:hidden}.curriculum-editor>.admin-panel-head{padding:20px 22px 0}.inline-create-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin:0 22px 18px;padding:17px;background:var(--ink-50);border-radius:15px}.inline-create-form.lesson-create{grid-template-columns:repeat(3,minmax(0,1fr))}.curriculum-editor-grid{display:grid;grid-template-columns:310px minmax(0,1fr);border-top:1px solid var(--ink-200);min-height:520px}.admin-curriculum-tree{background:var(--ink-50);border-right:1px solid var(--ink-200);padding:12px;overflow-y:auto;max-height:830px}.admin-module-row{display:grid;grid-template-columns:32px 1fr;gap:7px;align-items:center;padding:13px 8px 8px}.admin-module-row>span{color:var(--violet-600);font-size:10px;font-weight:800}.admin-module-row>div{display:grid}.admin-module-row b{font-size:12px}.admin-module-row small{color:var(--ink-500);font-size:9px}.admin-curriculum-tree section>button{width:100%;display:grid;grid-template-columns:20px 1fr 16px;gap:7px;align-items:center;border:0;background:transparent;padding:9px;border-radius:9px;text-align:left;color:var(--ink-600)}.admin-curriculum-tree section>button:hover,.admin-curriculum-tree section>button.active{background:var(--white);color:var(--ink-950);box-shadow:var(--shadow-xs)}.admin-curriculum-tree section>button>span{display:grid;min-width:0}.admin-curriculum-tree section>button b{font-size:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.admin-curriculum-tree section>button small{color:var(--ink-500);font-size:9px}.lesson-editor-pane{min-width:0;padding:22px}.lesson-editor-title{display:flex;justify-content:space-between;align-items:start;margin-bottom:20px}.lesson-editor-title h3{margin:0;font-size:23px}.video-upload-box{margin:20px 0;border:1px dashed var(--ink-300);border-radius:15px;padding:17px;display:grid;grid-template-columns:32px 1fr auto;gap:12px;align-items:center}.video-upload-box>svg{color:var(--violet-600)}.video-upload-box b,.video-upload-box p,.video-upload-box small{display:block;margin:0}.video-upload-box p,.video-upload-box small{color:var(--ink-500);font-size:10px}.markdown-editor{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.community-toolbar{align-items:center;gap:15px}.moderation-grid{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);gap:15px}.moderation-list{padding:8px;max-height:calc(100vh - 260px);overflow-y:auto}.moderation-list>button{width:100%;border:0;background:transparent;display:grid;grid-template-columns:34px 1fr;gap:10px;padding:12px;border-radius:12px;text-align:left}.moderation-list>button:hover,.moderation-list>button.active{background:var(--ink-50)}.moderation-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--violet-100);color:var(--violet-600)}.moderation-icon.flagged{background:var(--red-100);color:var(--red-600)}.moderation-list b{display:block;font-size:12px}.moderation-list p{margin:3px 0;font-size:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.moderation-list small{color:var(--ink-500);font-size:9px}.moderation-detail{max-height:calc(100vh - 260px);overflow-y:auto}.moderation-detail-head{display:flex;justify-content:space-between;gap:15px}.moderation-detail-head h2{margin:10px 0 4px}.moderation-detail-head small{color:var(--ink-500)}.moderation-body{color:var(--ink-700);white-space:pre-wrap;padding:18px 0;border-bottom:1px solid var(--ink-100)}.moderation-actions{display:flex;flex-wrap:wrap;gap:6px}.moderation-actions button{border:1px solid var(--ink-200);background:var(--white);border-radius:var(--radius-pill);padding:7px 9px;display:inline-flex;gap:5px;align-items:center;font-size:9px;font-weight:800}.moderation-replies{margin-top:22px}.moderation-replies>div{position:relative;background:var(--ink-50);border-radius:12px;padding:12px;margin-bottom:7px}.moderation-replies>div.staff-reply{background:var(--violet-100)}.moderation-replies span{color:var(--violet-600);font-size:9px;font-weight:800}.moderation-replies p{color:var(--ink-700);font-size:12px;margin:5px 25px 0 0}.moderation-replies button{position:absolute;top:8px;right:8px;border:0;background:transparent;color:var(--red-600)}.moderator-reply{display:grid;gap:9px;margin-top:18px}.moderator-reply textarea{width:100%;border:1px solid var(--ink-200);border-radius:12px;padding:12px;resize:vertical}.moderator-reply .btn{justify-self:end}.blog-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px}.publishing-note{align-self:start;background:var(--ink-950);color:var(--white)}.publishing-note>svg{color:var(--banana-500)}.publishing-note h3{margin:18px 0 8px}.publishing-note p,.publishing-note li{color:var(--ink-300);font-size:12px}.publishing-note ul{padding-left:18px;display:grid;gap:7px}.site-footer{background:var(--ink-950);color:var(--white);padding:65px 0 22px}.footer-top{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;padding-bottom:48px}.brand-lockup.light small{color:var(--ink-500)}.footer-intro>p{max-width:430px;color:var(--ink-300);margin:24px 0 18px}.footer-cta{display:inline-flex;align-items:center;gap:6px;color:var(--banana-500);font-size:13px;font-weight:800}.footer-links{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:25px}.footer-links>div{display:grid;align-content:start;gap:8px;min-width:0}.footer-links h4{color:var(--ink-500);font-size:11px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.footer-links a{color:var(--ink-300);font-size:13px}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--ink-800);padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:var(--ink-500);font-size:10px}@media(max-width:1180px){.nav-desktop,.auth-actions,.profile-copy,.profile-trigger>svg{display:none}.menu-button{display:inline-flex}.nav-mobile{display:block}.language-control{display:none}}@media(max-width:1100px){.studio-hero-grid{gap:35px}.hero-workbench{transform:scale(.87);transform-origin:center}.course-sales-grid{grid-template-columns:1fr 360px;gap:40px}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-grid-two{grid-template-columns:1fr}.admin-page{padding:28px}}@media(max-width:900px){:root{--header-height: 68px}.nav-desktop,.auth-actions,.profile-copy,.profile-trigger>svg{display:none}.menu-button{display:inline-flex}.nav-mobile{display:block}.language-control{display:none}.studio-hero{min-height:auto;padding:70px 0 45px}.studio-hero-grid{grid-template-columns:1fr}.studio-hero-copy{text-align:center}.studio-hero-copy>p{margin-inline:auto}.hero-ctas,.trust-line{justify-content:center}.hero-workbench{width:min(570px,100%);margin:auto;transform:scale(.9);height:490px;min-height:490px}.card-main{left:8%}.card-note{right:2%}.card-stat{right:0}.proof-ribbon-inner{grid-template-columns:repeat(2,1fr)}.proof-ribbon-inner>div:nth-child(3){border-top:1px solid rgba(16,17,22,.15)}.proof-ribbon-inner>div:nth-child(4){border-top:1px solid rgba(16,17,22,.15);border-right:1px solid rgba(16,17,22,.15)}.product-grid{grid-template-columns:repeat(2,1fr)}.outcome-grid{grid-template-columns:1fr}.outcome-card{min-height:auto}.outcome-icon{margin-bottom:25px}.manifesto-card{grid-template-columns:auto 1fr}.manifesto-card .btn{grid-column:1/-1;justify-self:start}.blog-preview-grid,.course-sales-grid{grid-template-columns:1fr}.course-checkout-card{max-width:520px}.course-body-grid{grid-template-columns:1fr}.course-side-notes{grid-template-columns:repeat(2,1fr)}.learning-shell{grid-template-columns:1fr}.learning-sidebar{position:fixed;left:0;top:0;width:min(350px,88vw);transform:translate(-102%);transition:transform .25s;box-shadow:var(--shadow-dark)}.learning-sidebar.mobile-open{transform:translate(0)}.lesson-curriculum-head button{display:grid}.sidebar-scrim{display:block;position:fixed;inset:0;z-index:55;border:0;background:#1011169e}.mobile-curriculum-button{display:inline-flex}.learning-topbar>div{display:none}.dashboard-course-grid,.learner-stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-community-grid,.dashboard-lower-grid,.account-grid{grid-template-columns:1fr}.account-summary{order:-1}.community-layout{grid-template-columns:1fr}.community-sidebar{grid-template-columns:repeat(2,1fr)}.pricing-grid{grid-template-columns:1fr;max-width:600px}.plan.popular{transform:none}.admin-shell{grid-template-columns:1fr}.admin-sidebar{padding:10px 18px;flex-direction:row;align-items:center;overflow-x:auto;position:sticky;top:var(--header-height);z-index:50}.admin-brand{padding:0;margin-right:18px;flex:0 0 auto}.admin-brand>div,.admin-sidebar>p{display:none}.admin-sidebar nav{display:flex;gap:4px}.admin-sidebar nav a{white-space:nowrap}.admin-page{padding:24px 20px}.curriculum-editor-grid{grid-template-columns:250px minmax(0,1fr)}.moderation-grid{grid-template-columns:1fr}.moderation-list,.moderation-detail{max-height:none}.blog-editor-grid{grid-template-columns:1fr}.publishing-note{order:-1}}@media(max-width:680px){.container{width:min(100% - 28px,var(--container))}.section{padding:68px 0}.section-heading h2{font-size:34px}.split-heading{align-items:start;flex-direction:column;gap:12px}.brand-lockup small{display:none}.header-inner{gap:12px}.header-actions{gap:4px}.studio-hero h1{font-size:53px}.studio-hero-copy>p{font-size:16px}.hero-ctas{display:grid}.trust-line{display:grid;gap:7px}.hero-workbench{transform:none;width:100%;height:390px;min-height:390px;margin:8px auto 0;left:auto;translate:none}.card-main{width:270px;height:335px;left:2px;top:15px;border-radius:23px}.workbench-overlay{padding:70px 18px 18px}.workbench-overlay strong{font-size:21px}.card-note{width:133px;min-height:135px;right:0;top:44px;padding:15px;border-radius:18px 18px 6px}.card-note strong{font-size:16px}.card-note span{font-size:8px}.card-stat{width:165px;min-height:105px;right:-2px;bottom:10px;padding:15px;border-radius:6px 18px 18px}.card-stat strong{font-size:16px;margin:5px 0 11px}.format-bars{height:18px}.proof-ribbon-inner>div{display:grid;gap:0;padding:18px}.proof-ribbon strong{font-size:22px}.proof-ribbon span{font-size:10px}.product-grid,.dashboard-course-grid{grid-template-columns:1fr}.course-product-art{height:235px}.manifesto-card{padding:32px 24px;grid-template-columns:1fr}.manifesto-mark{width:75px;height:75px}.manifesto-card h2{font-size:31px}.final-cta-inner{align-items:start;flex-direction:column}.catalog-hero,.blog-hero{padding:65px 0 75px}.catalog-hero h1,.blog-hero h1{font-size:48px}.catalog-tools{align-items:stretch;flex-direction:column}.format-filter{width:100%}.search-box input{min-width:0}.course-sales-hero{padding:40px 0 55px}.course-sales-copy h1{font-size:45px}.course-lead{font-size:15px}.course-checkout-card{width:100%}.curriculum-heading{align-items:start;flex-direction:column}.module-trigger{grid-template-columns:42px 1fr auto}.module-count{display:none}.module-lessons{padding-left:15px}.course-side-notes{grid-template-columns:1fr}.lesson-studio{padding:18px 14px 60px}.learning-topbar{padding:0 13px}.complete-button{padding:0 9px}.lesson-article>h1{font-size:34px}.lesson-goal{font-size:16px}.lesson-visual,.video-stage{border-radius:17px;margin-bottom:28px}.lesson-visual{height:auto}.storyboard-grid,.variation-grid{grid-template-columns:1fr}.lesson-navigation button{max-width:50%;font-size:11px}.lesson-challenge{padding:25px}.blog-grid,.blog-card,.blog-card.featured{grid-template-columns:1fr}.blog-card-art{min-height:200px}.article-header{padding-top:55px}.article-header a{margin-bottom:30px}.article-header h1{font-size:42px}.article-body{font-size:16px}.dashboard-hero-inner,.community-hero-inner{align-items:flex-start;flex-direction:column}.learner-stat-grid{margin-top:-55px}.continue-card{align-items:flex-start;flex-direction:column}.continue-progress{width:100px;height:100px}.dashboard-section-head{align-items:start}.purchase-list>div{grid-template-columns:36px 1fr}.purchase-list>div>strong{grid-column:2}.community-sidebar{grid-template-columns:1fr}.conversation-card{grid-template-columns:35px 1fr;padding:14px}.conversation-card .avatar{width:35px;height:35px}.post-composer{padding:20px}.account-grid{margin-top:-36px}.account-hero{padding-bottom:72px}.auth-card{padding:26px 20px}.auth-divider{font-size:8px}.learner-stat-grid{gap:8px}.learner-stat-grid article{padding:12px;gap:9px}.learner-stat-grid article>span{width:34px;height:34px}.learner-stat-grid b{font-size:19px}.dashboard-panel{padding:19px}.account-grid{width:min(100% - 28px,var(--container))}.security-panel,.account-summary{padding:21px}.pricing-grid{gap:12px}.footer-top{grid-template-columns:1fr;gap:40px}.footer-links{gap:15px}.footer-bottom{flex-direction:column}.mobile-bottom-nav{position:fixed;z-index:90;left:10px;right:10px;bottom:9px;height:61px;padding:5px;display:grid;grid-template-columns:repeat(3,1fr);background:#101116f2;border-radius:18px;box-shadow:var(--shadow-dark);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-bottom-nav a{display:grid;place-items:center;align-content:center;gap:2px;color:var(--ink-500);font-size:9px;font-weight:800}.mobile-bottom-nav a.active{color:var(--banana-500)}.site:has(.mobile-bottom-nav) .site-footer{padding-bottom:95px}.admin-page-head{align-items:start;flex-direction:column}.admin-page-head>.btn,.admin-page-head>.button-row{width:100%}.admin-page-head>.btn{justify-content:center}.admin-stat-grid{grid-template-columns:repeat(2,1fr)}.admin-page{padding:20px 14px}.admin-course-table,.admin-blog-table{grid-template-columns:1fr auto}.admin-course-table>*:not(.admin-course-cell):not(.icon-button),.admin-blog-table>span{display:none}.admin-table-head{display:none}.theme-editor{align-items:start;flex-wrap:wrap}.theme-editor>div{width:100%}.form-grid.two{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.inline-create-form,.inline-create-form.lesson-create,.curriculum-editor-grid{grid-template-columns:1fr}.admin-curriculum-tree{border-right:0;border-bottom:1px solid var(--ink-200);max-height:300px}.lesson-editor-pane{padding:16px}.video-upload-box{grid-template-columns:30px 1fr}.video-upload-box .btn{grid-column:1/-1}.community-toolbar{align-items:stretch;flex-direction:column}.moderation-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app-loader{min-height:min(760px,calc(100vh - var(--header-height)));padding:clamp(70px,9vw,120px) 20px;background:#f5f1e8}.app-loader-shell{width:min(1120px,100%);margin:0 auto}.shimmer-block{display:block;overflow:hidden;position:relative;background:#e5dfd3;border-radius:999px}.shimmer-block:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,#fff9,transparent);animation:loader-sweep 1.25s infinite}.app-loader-kicker{width:130px;height:14px;margin-bottom:26px}.app-loader-title{width:min(680px,84%);height:clamp(38px,6vw,72px);margin-bottom:12px;border-radius:12px}.app-loader-title.short{width:min(470px,62%)}.app-loader-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:58px}.app-loader-card{min-height:240px;padding:18px;border:1px solid #ddd5c6;border-radius:22px;background:#eee8dc}.app-loader-card>span{height:135px;border-radius:14px}.app-loader-card>i{width:86%;height:13px;margin-top:18px}.app-loader-card>i.short{width:58%;margin-top:10px}.route-error{min-height:100vh;display:grid;place-items:center;padding:30px;text-align:center;background:#171d38;color:#fffdf7}.route-error>div{max-width:620px}.route-error span{color:#f4bdff;font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.route-error h1{margin:16px 0 12px;font-size:clamp(44px,7vw,80px);line-height:.92;letter-spacing:-.06em}.route-error p{margin:0 auto 26px;max-width:520px;color:#c7c9d5}@keyframes loader-sweep{to{transform:translate(100%)}}@media(max-width:760px){.app-loader-grid{grid-template-columns:1fr;margin-top:42px}.app-loader-card:nth-child(n+2){display:none}}.prompt-library-page,.prompt-pack-page{background:var(--studio-paper)}.prompt-library-hero{position:relative;overflow:hidden;padding:105px 0 94px;color:var(--studio-cream);background:var(--studio-navy)}.prompt-library-hero:before{content:"PROMPTS";position:absolute;right:-1.5vw;bottom:-6.5vw;color:#f292b01a;font-family:var(--font-display);font-size:clamp(115px,19vw,280px);font-weight:900;line-height:.7;letter-spacing:-.09em;pointer-events:none}.prompt-library-hero:after{content:"";position:absolute;right:10%;top:55px;width:180px;height:180px;border:34px solid var(--studio-pink);border-radius:51% 49% 42% 58%;transform:rotate(14deg);opacity:.85}.prompt-library-hero .container{position:relative;z-index:1}.signal-pill{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid rgba(246,241,230,.24);border-radius:999px;color:var(--studio-lime);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.prompt-library-hero h1{max-width:850px;margin:30px 0 22px;color:var(--studio-cream);font-size:clamp(56px,8.8vw,116px);line-height:.82;letter-spacing:-.075em}.prompt-library-hero h1 em{color:var(--studio-pink);font-style:normal}.prompt-library-hero>.container>p{max-width:650px;color:#f6f1e6ad;font-size:18px}.prompt-library-proof{display:flex;gap:0;margin-top:48px;border-top:1px solid rgba(246,241,230,.18);border-bottom:1px solid rgba(246,241,230,.18)}.prompt-library-proof>span{min-width:180px;display:grid;gap:2px;padding:18px 28px 18px 0;color:#f6f1e685;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.prompt-library-proof b{color:var(--studio-cream);font-family:var(--font-display);font-size:28px;line-height:1}.prompt-library-index{padding-block:86px 120px}.prompt-library-toolbar{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:42px}.prompt-library-toolbar h2{margin:0;color:var(--studio-navy);font-size:clamp(37px,5vw,60px)}.prompt-library-toolbar .search-box{min-width:320px;border-color:#171d3838;background:var(--studio-paper)}.prompt-pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}.prompt-pack-card{min-width:0;overflow:hidden;color:var(--studio-navy);border:1px solid rgba(23,29,56,.18);border-radius:4px 29px 4px 4px;background:var(--studio-paper);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s}.prompt-pack-card:nth-child(3n+2){border-radius:29px 4px 4px}.prompt-pack-card:nth-child(3n+3){border-radius:4px 4px 29px}.prompt-pack-card:hover{transform:translateY(-8px);box-shadow:10px 12px 0 var(--pack-accent)}.prompt-pack-card-art{height:265px;position:relative;display:grid;place-items:center;overflow:hidden;color:var(--studio-cream);background:var(--studio-navy)}.prompt-pack-card-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#171d380f,#171d389e);pointer-events:none}.prompt-pack-card-art>img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.prompt-pack-card:hover .prompt-pack-card-art>img{transform:scale(1.045)}.prompt-pack-card-index,.prompt-pack-card-access,.prompt-pack-video{position:absolute;z-index:1}.prompt-pack-card-index{left:14px;top:14px;display:grid;place-items:center;width:38px;height:38px;color:var(--pack-on-accent);background:var(--pack-accent);border:3px solid var(--studio-navy);font-size:9px;font-weight:900}.prompt-pack-card-access{right:12px;top:12px;display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;color:var(--studio-navy);background:#f6f1e6f0;font-size:9px;font-weight:900;text-transform:uppercase}.prompt-pack-video{left:15px;bottom:14px;display:inline-flex;align-items:center;gap:6px;color:var(--studio-cream);font-size:10px;font-weight:900;text-transform:uppercase}.prompt-pack-card-copy{padding:24px}.prompt-pack-tags{display:flex;flex-wrap:wrap;gap:6px}.prompt-pack-tags span{display:inline-flex;padding:5px 7px;color:var(--studio-pink-dark);background:#f292b021;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.prompt-pack-card h2{margin:13px 0 9px;color:var(--studio-navy);font-size:clamp(24px,2.4vw,34px)}.prompt-pack-card p{min-height:67px;margin:0;color:var(--studio-muted);font-size:13px;line-height:1.65}.prompt-pack-card-copy>div:last-child{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px;padding-top:16px;border-top:1px solid rgba(23,29,56,.14);font-size:11px}.prompt-pack-card-copy>div:last-child>span{display:inline-flex;align-items:center;gap:5px;font-weight:900}.home-prompt-pack-section{padding:120px 0 130px;color:var(--studio-navy);background:var(--studio-lime)}.prompt-pack-home-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);align-items:end;gap:60px;margin-bottom:58px}.prompt-pack-home-head h2{max-width:790px;margin:14px 0 0;font-size:clamp(54px,7.3vw,98px);line-height:.86;letter-spacing:-.07em}.prompt-pack-home-head p{color:#171d38b3}.home-prompt-pack-section .prompt-pack-card{background:var(--studio-cream)}.home-prompt-pack-section .prompt-pack-card:hover{box-shadow:10px 12px 0 var(--studio-navy)}.prompt-pack-hero{position:relative;overflow:hidden;padding:75px 0 78px;color:var(--studio-cream);background:var(--studio-navy)}.prompt-pack-hero:after{content:"";position:absolute;left:-75px;bottom:-90px;width:260px;height:260px;border:48px solid var(--pack-accent);border-radius:48% 52% 42% 58%;opacity:.85}.prompt-pack-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:75px;align-items:center}.prompt-pack-hero .back-link{color:#f6f1e6b3}.prompt-pack-hero-copy h1{max-width:800px;margin:18px 0;color:var(--studio-cream);font-size:clamp(52px,6.5vw,86px);line-height:.88}.prompt-pack-hero-copy>p{max-width:710px;color:#f6f1e6b3;font-size:18px}.prompt-pack-meta{display:flex;flex-wrap:wrap;margin-top:30px;border-top:1px solid rgba(246,241,230,.18);border-bottom:1px solid rgba(246,241,230,.18)}.prompt-pack-meta>span{display:grid;min-width:130px;padding:15px 25px 15px 0;color:#f6f1e67a;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.prompt-pack-meta b{color:var(--studio-cream);font-family:var(--font-display);font-size:20px;text-transform:none}.prompt-pack-cover{height:440px;position:relative;display:grid;place-items:center;overflow:hidden;border:8px solid var(--studio-cream);border-radius:46% 46% 7px 7px;background:var(--studio-navy-soft);transform:rotate(2deg);box-shadow:15px 16px 0 var(--pack-accent)}.prompt-pack-cover img{width:100%;height:100%;object-fit:cover}.prompt-pack-cover>span{position:absolute;left:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;padding:9px 10px;color:var(--pack-on-accent);background:var(--pack-accent);font-size:9px;font-weight:900;text-transform:uppercase}.prompt-pack-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:64px;align-items:start;padding-block:80px 120px}.prompt-pack-layout>main{min-width:0}.prompt-pack-guide{padding-bottom:46px;border-bottom:1px solid rgba(23,29,56,.18);color:var(--studio-navy)}.prompt-pack-guide h2{margin-top:34px;font-size:33px}.prompt-pack-guide p,.prompt-pack-guide li{color:var(--studio-muted);font-size:17px;line-height:1.8}.prompt-pack-guide strong{color:var(--studio-navy)}.pack-includes{padding:38px 0;border-bottom:1px solid rgba(23,29,56,.18)}.pack-includes>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 24px}.pack-includes p{display:flex;align-items:flex-start;gap:8px;margin:0;color:var(--studio-navy);font-size:13px;font-weight:700}.pack-includes svg{flex:0 0 auto;margin-top:3px;color:var(--studio-pink-dark)}.pack-prompts{padding-top:55px}.pack-prompts-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.pack-prompts-head h2{margin:0;font-size:clamp(36px,5vw,57px)}.pack-prompts-head>small{max-width:210px;color:var(--studio-muted);text-align:right}.pack-prompt-card{overflow:hidden;margin-bottom:17px;border:1px solid rgba(23,29,56,.18);border-radius:4px 22px 4px 4px;background:var(--white)}.pack-prompt-card>header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border-bottom:1px solid var(--ink-100);background:var(--studio-cream)}.pack-prompt-card>header>span{display:grid;place-items:center;width:38px;height:38px;color:var(--pack-on-accent);background:var(--pack-accent);border-radius:11px;font-size:9px;font-weight:900}.pack-prompt-card header div{min-width:0}.pack-prompt-card header small{color:var(--studio-pink-dark);font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.pack-prompt-card h3{margin:2px 0 0;font-size:18px}.pack-prompt-card header button{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid rgba(23,29,56,.18);border-radius:999px;background:var(--white);font-size:10px;font-weight:900}.pack-prompt-card>pre{max-height:430px;margin:0;padding:22px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--ink-700);background:var(--white);font:13px/1.75 var(--font-body)}.pack-prompt-card>p{display:flex;gap:9px;margin:0;padding:14px 20px;border-top:1px solid var(--ink-100);color:var(--studio-muted);background:var(--ink-50);font-size:12px}.pack-prompt-card>p svg{flex:0 0 auto;color:var(--studio-pink-dark);margin-top:3px}.pack-prompt-card>p span{display:grid}.pack-prompt-card>p b{color:var(--studio-navy);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.pack-prompt-media{padding:18px 20px 21px;border-top:1px solid var(--ink-100);background:var(--studio-cream)}.pack-prompt-media>header{display:flex;align-items:flex-start;gap:9px;margin-bottom:13px;color:var(--studio-navy)}.pack-prompt-media>header svg{flex:0 0 auto;margin-top:2px;color:var(--studio-pink-dark)}.pack-prompt-media>header div{display:grid}.pack-prompt-media>header b{font-size:11px;text-transform:uppercase;letter-spacing:.06em}.pack-prompt-media>header span{color:var(--studio-muted);font-size:10px}.pack-prompt-media>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.pack-prompt-media figure{min-width:0;margin:0;overflow:hidden;border:1px solid rgba(23,29,56,.15);border-radius:13px;background:var(--white)}.pack-prompt-media figure>button{position:relative;width:100%;display:block;padding:0;aspect-ratio:4/5;overflow:hidden;border:0;color:var(--white);background:var(--studio-navy);cursor:zoom-in}.pack-prompt-media figure>button svg{position:absolute;right:8px;top:8px;padding:5px;box-sizing:content-box;border-radius:999px;background:#171d38bf}.pack-prompt-media img,.pack-prompt-media video{display:block;width:100%;aspect-ratio:4/5;object-fit:contain;background:var(--studio-navy)}.pack-prompt-media figcaption{display:grid;padding:9px 10px;color:var(--studio-navy);font-size:10px;font-weight:800;line-height:1.35}.pack-prompt-media figcaption span{color:var(--studio-pink-dark);font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.pack-result-video{display:grid;grid-template-columns:minmax(190px,.52fr) minmax(0,1fr);gap:28px;align-items:center;padding:45px 0;border-bottom:1px solid rgba(23,29,56,.18)}.pack-result-video .eyebrow{display:inline-flex;align-items:center;gap:7px}.pack-result-video h2{margin:9px 0;font-size:clamp(28px,4vw,42px)}.pack-result-video p{margin:0;color:var(--studio-muted);font-size:13px;line-height:1.65}.pack-result-video>video{display:block;width:min(100%,360px);max-height:640px;justify-self:end;border:7px solid var(--white);border-radius:24px;background:var(--studio-navy);box-shadow:9px 10px 0 var(--pack-accent)}.pack-locked{display:flex;align-items:center;gap:18px;margin-top:20px;padding:26px;border:2px dashed rgba(23,29,56,.24);border-radius:20px;background:var(--studio-cream)}.pack-locked>svg{flex:0 0 auto;color:var(--studio-pink-dark)}.pack-locked span{color:var(--studio-pink-dark);font-size:9px;font-weight:900;text-transform:uppercase}.pack-locked h2{margin:3px 0;font-size:25px}.pack-locked p{margin:0;font-size:13px}.prompt-pack-sidebar{position:sticky;top:calc(var(--header-height) + 22px);display:grid;gap:14px}.pack-delivery,.pack-members-gate{padding:24px;border-radius:5px 28px 5px 5px;color:var(--studio-cream);background:var(--studio-navy);box-shadow:9px 10px 0 var(--pack-accent)}.pack-delivery-kicker{display:inline-flex;align-items:center;gap:6px;padding:6px 8px;color:var(--pack-on-accent);background:var(--pack-accent);border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pack-delivery h3,.pack-members-gate h3{margin:12px 0 9px;color:var(--studio-cream);font-size:28px}.pack-delivery>p,.pack-members-gate p{color:#f6f1e6a3;font-size:13px}.delivery-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:5px;margin:18px 0 15px;padding:4px;border:1px solid rgba(246,241,230,.16);border-radius:12px}.delivery-tabs button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;color:#f6f1e699;background:transparent;font-size:11px;font-weight:800}.delivery-tabs button.active{color:var(--pack-on-accent);background:var(--pack-accent)}.pack-delivery .field>span{color:#f6f1e6c7}.pack-delivery .field input{border-color:#f6f1e633;background:var(--studio-navy-soft);color:var(--studio-cream)}.pack-delivery .field input::placeholder{color:#f6f1e659}.delivery-consent{display:flex;align-items:flex-start;gap:8px;margin:13px 0;color:#f6f1e6b3;font-size:10px;line-height:1.5}.delivery-consent input{flex:0 0 auto;width:16px;height:16px;margin-top:1px;accent-color:var(--pack-accent)}.delivery-consent.optional{color:#f6f1e67a}.pack-honeypot{position:absolute;left:-9999px}.pack-delivery .form-error{display:block;margin:10px 0}.pack-delivery .btn-primary,.pack-members-gate .btn-primary{color:var(--pack-on-accent);background:var(--pack-accent);border-color:var(--pack-accent);box-shadow:none}.delivery-honesty,.delivery-privacy{display:block;margin-top:10px;color:#f6f1e66b;font-size:8px;line-height:1.55}.delivery-privacy a{color:var(--pack-accent);text-decoration:underline}.pack-delivery-ready{display:grid;gap:10px;padding-top:10px}.pack-delivery-ready>svg{padding:4px;color:var(--pack-on-accent);background:var(--pack-accent);border-radius:50%}.pack-delivery-ready b{display:block}.pack-delivery-ready p{margin:3px 0 0;color:#f6f1e6a1;font-size:11px}.pack-quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(246,241,230,.15)}.pack-quick-actions button{display:grid;place-items:center;gap:4px;min-height:48px;padding:5px;border:0;border-radius:9px;color:#f6f1e6b3;background:#f6f1e60f;font-size:8px;font-weight:800}.pack-quick-actions button:hover{color:var(--pack-on-accent);background:var(--pack-accent)}.pack-tools{display:flex;flex-wrap:wrap;gap:6px;padding:16px;border:1px solid rgba(23,29,56,.16);border-radius:15px;background:var(--white)}.pack-tools span{width:100%;color:var(--studio-muted);font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pack-tools b{padding:6px 8px;border-radius:999px;background:var(--studio-cream);font-size:9px}.pack-members-gate>span{display:block;width:fit-content;margin-top:14px;padding:5px 7px;color:var(--pack-on-accent);background:var(--pack-accent);border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.pack-members-gate .pack-members-signin{margin:13px 0 0;color:#f6f1e694;text-align:center;font-size:11px}.pack-members-gate .pack-members-signin a{color:var(--studio-cream);font-weight:800;text-decoration:underline;text-underline-offset:3px}.contextual-pack{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,.75fr);gap:34px;align-items:center;overflow:hidden;margin:42px 0;padding:32px;border:1px solid rgba(23,29,56,.18);border-radius:5px 30px 5px 5px;background:var(--studio-cream);box-shadow:10px 11px 0 var(--pack-accent)}.contextual-pack-copy>span{display:inline-flex;align-items:center;gap:6px;color:var(--studio-pink-dark);font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.contextual-pack-copy h2{margin:12px 0 9px;color:var(--studio-navy);font-size:clamp(31px,4vw,48px)}.contextual-pack-copy p{color:var(--studio-muted)}.contextual-pack-copy>a{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900}.contextual-pack .pack-delivery.compact{box-shadow:none}.contextual-pack .pack-delivery.compact h3{font-size:22px}.contextual-pack .pack-delivery.compact>p{display:none}.course-contextual-pack{padding-block:32px 72px}.article-contextual-pack{max-width:1060px;margin:-45px auto 115px;padding:0 20px}.lesson-article>.contextual-pack{margin-inline:0}.prompt-pack-admin-stats{grid-template-columns:repeat(3,1fr)}.admin-content-tabs{display:flex;gap:5px;margin-bottom:15px;padding:4px;width:fit-content;border:1px solid var(--ink-200);border-radius:13px;background:var(--white)}.admin-content-tabs button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:0;border-radius:9px;color:var(--ink-600);background:transparent;font-size:11px;font-weight:800}.admin-content-tabs button.active{color:var(--white);background:var(--ink-950)}.admin-content-tabs button span{display:grid;place-items:center;min-width:19px;height:19px;border-radius:999px;color:var(--ink-950);background:var(--banana-500);font-size:9px}.admin-prompt-pack-table,.admin-delivery-table{display:grid;align-items:center;gap:14px;padding:13px 18px;border-top:1px solid var(--ink-100);font-size:11px}.admin-prompt-pack-table{grid-template-columns:minmax(280px,1fr) 70px 90px 90px 42px}.admin-delivery-table{grid-template-columns:120px minmax(190px,1fr) minmax(210px,1fr) 90px 90px}.admin-delivery-table>span{display:grid;min-width:0}.admin-delivery-table b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-delivery-table small{color:var(--ink-500)}.prompt-pack-admin-placeholder{width:52px;height:42px;display:grid!important;place-items:center;border-radius:9px;color:var(--violet-600);background:var(--violet-100)}.delivery-request-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px}.delivery-request-toolbar h2,.delivery-request-toolbar p{margin:0}.delivery-request-toolbar p{font-size:11px}.prompt-pack-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:20px;align-items:start}.prompt-pack-editor-grid>div{min-width:0}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.cover-upload{grid-column:1 / -1;width:fit-content;min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px dashed var(--ink-300);border-radius:11px;color:var(--ink-700);font-size:11px;font-weight:800;cursor:pointer}.cover-upload input{position:absolute;width:1px;height:1px;opacity:0}.prompt-pack-admin-editor input[type=color]{height:46px;padding:4px}.prompt-entry-editor{position:sticky;top:calc(var(--header-height) + 20px);max-height:calc(100vh - var(--header-height) - 40px);overflow:auto}.prompt-entry-list{display:grid;gap:8px}.prompt-entry-list details{overflow:hidden;border:1px solid var(--ink-200);border-radius:13px}.prompt-entry-list summary{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:8px;padding:11px;list-style:none;cursor:pointer;background:var(--ink-50)}.prompt-entry-list summary::-webkit-details-marker{display:none}.prompt-entry-list summary span{color:var(--violet-600);font-size:9px;font-weight:900}.prompt-entry-list summary b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.prompt-entry-list details>div{display:grid;gap:12px;padding:13px;border-top:1px solid var(--ink-200)}.prompt-entry-list textarea{font-size:11px}.danger-text-button{display:inline-flex;align-items:center;gap:6px;justify-self:start;padding:7px 9px;border:0;border-radius:8px;color:var(--red-600);background:var(--red-100);font-size:10px;font-weight:800}@media(max-width:1080px){.prompt-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prompt-pack-hero-grid{grid-template-columns:minmax(0,1fr) 320px;gap:42px}.prompt-pack-cover{height:370px}.prompt-pack-layout{grid-template-columns:minmax(0,1fr) 320px;gap:35px}.prompt-pack-editor-grid{grid-template-columns:1fr}.prompt-entry-editor{position:static;max-height:none}}@media(max-width:820px){.prompt-library-hero{padding-block:80px 74px}.prompt-library-hero:after{right:-80px;opacity:.55}.prompt-library-toolbar,.prompt-pack-home-head{align-items:start;grid-template-columns:1fr;flex-direction:column;gap:20px}.prompt-library-toolbar .search-box{width:100%;min-width:0}.prompt-pack-hero-grid{grid-template-columns:1fr}.prompt-pack-cover{width:min(430px,90%);height:420px;justify-self:center}.prompt-pack-layout{grid-template-columns:1fr;padding-top:55px}.prompt-pack-sidebar{position:static;grid-row:1}.contextual-pack{grid-template-columns:1fr}.prompt-pack-admin-stats{grid-template-columns:repeat(3,1fr)}.form-grid.three{grid-template-columns:1fr}.admin-delivery-table{grid-template-columns:1fr auto}.admin-delivery-table>*:not(:nth-child(2)):not(:last-child){display:none}}@media(max-width:580px){.prompt-library-hero{padding:67px 0 61px}.prompt-library-hero h1{font-size:53px}.prompt-library-hero>.container>p{font-size:15px}.prompt-library-proof{display:grid;grid-template-columns:repeat(3,1fr)}.prompt-library-proof>span{min-width:0;padding:13px 8px;border-right:1px solid rgba(246,241,230,.14);font-size:7px}.prompt-library-proof b{font-size:21px}.prompt-library-index{padding-block:62px 84px}.prompt-pack-grid{grid-template-columns:1fr}.prompt-pack-card-art{height:290px}.home-prompt-pack-section{padding:78px 0 88px}.prompt-pack-home-head h2{font-size:53px}.prompt-pack-hero{padding:50px 0 70px}.prompt-pack-hero-copy h1{font-size:48px}.prompt-pack-hero-copy>p{font-size:15px}.prompt-pack-meta>span{min-width:32%;padding-right:10px}.prompt-pack-cover{width:calc(100% - 18px);height:380px;border-width:6px;box-shadow:10px 11px 0 var(--pack-accent)}.prompt-pack-layout{gap:38px;padding-bottom:85px}.pack-includes>div{grid-template-columns:1fr}.pack-prompts-head{align-items:start;flex-direction:column;gap:8px}.pack-prompts-head>small{text-align:left}.pack-prompt-card>header{grid-template-columns:37px minmax(0,1fr)}.pack-prompt-card header button{grid-column:1 / -1;width:100%;justify-content:center}.pack-prompt-card>pre{padding:17px;font-size:12px}.pack-prompt-media{padding:15px}.pack-prompt-media>div{grid-template-columns:repeat(2,minmax(0,1fr))}.pack-result-video{grid-template-columns:1fr}.pack-result-video>video{width:min(100%,330px);justify-self:center}.pack-locked{align-items:flex-start;padding:20px}.pack-delivery,.pack-members-gate{padding:20px}.contextual-pack{margin:32px 0;padding:20px;box-shadow:6px 7px 0 var(--pack-accent)}.contextual-pack .pack-delivery{margin-top:4px}.course-contextual-pack{padding-block:18px 52px}.article-contextual-pack{margin:-55px auto 90px;padding-inline:14px}.prompt-pack-admin-stats{grid-template-columns:1fr 1fr}.prompt-pack-admin-stats article:last-child{grid-column:1 / -1}.admin-content-tabs{width:100%}.admin-content-tabs button{flex:1;justify-content:center;padding-inline:8px}.admin-prompt-pack-table{grid-template-columns:1fr auto}.admin-prompt-pack-table>*:not(:first-child):not(:last-child){display:none}.delivery-request-toolbar{align-items:stretch;flex-direction:column}.delivery-request-toolbar .btn{width:100%}.prompt-entry-editor{padding:15px}}.discount-chip{position:absolute;left:14px;bottom:14px;z-index:2;padding:7px 10px;border-radius:999px;background:#fff4b8;color:#503b00;font-size:11px;font-weight:900;box-shadow:0 8px 20px #0003}.course-product-footer strong{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.course-product-footer del{color:var(--muted);font-size:12px;font-weight:600}.offer-banner{display:flex;flex-direction:column;gap:2px;margin-bottom:16px;padding:12px 14px;border-radius:13px;background:#fff5bd;color:#4f3d00}.offer-banner b{font-size:13px}.offer-banner span{font-size:12px}.offer-banner strong{letter-spacing:.08em}.price-secondary{display:block;color:var(--muted);margin-top:3px}.newsletter-section{padding:42px 0 70px;background:var(--ink-950);color:#fff}.newsletter-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:42px;align-items:center;padding:42px;border:1px solid #ffffff18;border-radius:26px;background:radial-gradient(circle at 8% 20%,#795cff40,transparent 35%),#171822}.newsletter-card h2{font-size:clamp(27px,3vw,42px);margin:8px 0}.newsletter-card p{color:#b9b9c4;margin:0}.newsletter-form{display:grid;grid-template-columns:1fr auto;gap:8px}.newsletter-form input{width:100%;min-height:50px;padding:0 16px;border:1px solid #ffffff20;border-radius:12px;background:#ffffff0c;color:#fff}.newsletter-form button{min-height:50px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 18px;border:0;border-radius:12px;background:var(--banana-500);color:#1d1807;font-weight:900}.newsletter-form small{grid-column:1/-1;color:#ff9b9b}.newsletter-form.compact{grid-template-columns:1fr;min-width:220px}.newsletter-form.compact input,.newsletter-form.compact button{min-height:42px}.newsletter-success{display:flex;align-items:center;gap:8px;color:#a8efb4;font-weight:800}.footer-socials{display:flex;gap:9px;align-items:center;margin-top:18px}.footer-socials a{display:flex;align-items:center;justify-content:center;min-height:36px;padding:0 11px;border:1px solid #ffffff25;border-radius:10px;color:#fff;font-size:12px}.footer-top{grid-template-columns:.75fr 1.25fr;gap:45px}.footer-links{grid-template-columns:repeat(3,minmax(120px,1fr))}.footer-links p{color:#9797a6;font-size:13px;max-width:220px}.media-composer{display:grid;gap:9px;padding:12px;border:1px solid var(--ink-200);border-radius:14px;background:var(--ink-50)}.media-actions{display:flex;align-items:center;gap:14px;color:var(--ink-600);font-size:12px;font-weight:800}.media-actions label,.media-actions span{display:flex;align-items:center;gap:6px}.media-actions label{cursor:pointer;color:var(--violet-600)}.media-link-input{width:100%;min-height:40px;padding:0 12px;border:1px solid var(--ink-200);border-radius:10px;background:#fff}.selected-files{display:flex;align-items:center;gap:6px;color:var(--ink-600);font-size:12px}.selected-files button{margin-left:auto;border:0;background:transparent}.media-composer.compact{margin:10px 0;padding:9px}.community-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0}.community-media-grid>*{min-width:0}.community-image,.community-media-grid video{display:block;width:100%;border-radius:14px;overflow:hidden;background:#111}.community-image img,.community-media-grid video{width:100%;max-height:420px;object-fit:cover}.youtube-embed{grid-column:1/-1;position:relative;aspect-ratio:16/9;border-radius:15px;overflow:hidden;background:#111}.youtube-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.document-attachment{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--ink-200);border-radius:13px;background:#fff;color:var(--ink-900)}.document-attachment span{min-width:0;display:flex;flex-direction:column}.document-attachment b,.document-attachment small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-attachment small{color:var(--muted)}.reply-thread{display:grid;gap:9px}.reply-card.nested{margin-left:48px;border-left:3px solid var(--violet-300)}.reply-inline-button{margin-top:8px;border:0;background:transparent;color:var(--violet-600);font-weight:800}.replying-to{display:flex;align-items:center;gap:5px;padding:8px 10px;border-radius:9px;background:var(--violet-100);font-size:12px}.replying-to button{margin-left:auto;border:0;background:transparent;font-size:18px}.user-access-list>article{display:grid;grid-template-columns:minmax(220px,.7fr) 1.4fr;gap:22px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--ink-100)}.user-access-identity{display:flex;align-items:center;gap:11px}.user-access-identity>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:var(--violet-100);color:var(--violet-600)}.user-access-identity div{display:flex;flex-direction:column}.user-access-identity small{color:var(--muted)}.access-course-chips{display:flex;flex-wrap:wrap;gap:7px}.access-course-chips button{display:flex;align-items:center;gap:5px;padding:7px 10px;border:1px solid var(--ink-200);border-radius:999px;background:#fff;color:var(--ink-600);font-size:11px}.access-course-chips button.active{background:#e9f9ee;color:#166c31;border-color:#b7e6c4}.discount-admin-grid{align-items:start}.discount-list article{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--ink-100)}.discount-percent{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;background:#fff1aa;color:#5d4600;font-weight:900}.discount-list article div{display:flex;flex-direction:column}.discount-list small{color:var(--muted)}.discount-list article>button:not(.icon-button){padding:7px 10px;border:1px solid var(--ink-200);border-radius:999px;background:#fff;font-size:11px}.discount-list article>button.active{background:#e8f8ec;color:#177035}.admin-message button{margin-left:auto;border:0;background:transparent}.settings-form{max-width:760px}.prompt-builder-page{min-height:100vh;background:#f4f3f8}.prompt-builder-hero{padding:82px 0 150px;color:#fff;background:radial-gradient(circle at 72% 30%,#7c5cff50,transparent 30%),linear-gradient(135deg,#12121a,#242034)}.prompt-builder-hero h1{margin:20px 0 15px;max-width:900px;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.055em}.prompt-builder-hero h1 em{color:#ffcf5c;font-style:normal}.prompt-builder-hero p{max-width:720px;color:#c8c6d3;font-size:18px}.prompt-builder-workspace{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:-85px;padding-bottom:32px}.prompt-panel{min-width:0;display:flex;flex-direction:column;padding:20px;border:1px solid #dedce7;border-radius:22px;background:#fff;box-shadow:0 20px 55px #24203412}.prompt-panel-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.prompt-panel-head>span{width:39px;height:39px;display:grid;place-items:center;border-radius:12px;background:#f0edff;color:#7258ed}.prompt-panel-head div{display:flex;flex-direction:column}.prompt-panel-head small{color:var(--muted)}.prompt-panel textarea{width:100%;resize:vertical;padding:16px;border:1px solid var(--ink-200);border-radius:15px;background:#fafafe;font:14px/1.65 inherit}.prompt-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:12px}.prompt-options label{display:flex;flex-direction:column;gap:5px}.prompt-options span,.example-prompts>span{color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.prompt-options select,.prompt-options input{min-height:40px;min-width:0;padding:0 9px;border:1px solid var(--ink-200);border-radius:10px;background:#fff}.example-prompts{display:flex;align-items:center;gap:7px;margin-top:13px}.example-prompts button{width:29px;height:29px;border:1px solid var(--ink-200);border-radius:9px;background:#fff}.output-panel pre{flex:1;min-height:388px;margin:0;padding:18px;border-radius:15px;background:#181823;color:#f6f5fb;white-space:pre-wrap;font:12px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.prompt-empty{flex:1;min-height:388px;display:grid;place-content:center;justify-items:center;text-align:center;border:1px dashed var(--ink-200);border-radius:15px;color:var(--muted)}.prompt-empty b{color:var(--ink-800);margin-top:10px}.prompt-output-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.prompt-output-actions button{display:flex;align-items:center;gap:5px;padding:9px 11px;border:1px solid var(--ink-200);border-radius:10px;background:#fff;font-weight:800}.prompt-output-actions button:first-child{background:var(--ink-950);color:#fff}.prompt-builder-note{padding-bottom:80px}.prompt-builder-note div{padding:24px;border-radius:18px;background:#e8e4ff}.prompt-builder-note p{margin:5px 0 0;color:#514b66}.course-proof-strip{border-block:1px solid var(--ink-100);background:#fff}.course-proof-strip .container{display:grid;grid-template-columns:repeat(4,1fr)}.course-proof-strip .container>div{padding:25px;text-align:center;border-right:1px solid var(--ink-100)}.course-proof-strip .container>div:last-child{border:0}.course-proof-strip strong{display:block;font-size:24px}.course-proof-strip span{color:var(--muted);font-size:12px}.course-results-section{padding-top:85px;padding-bottom:85px}.course-result-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:210px;gap:12px}.course-result-grid a{position:relative;min-width:0;overflow:hidden;border-radius:18px;color:#fff;background:#111}.course-result-grid a.wide{grid-column:span 2;grid-row:span 2}.course-result-grid img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.course-result-grid a:hover img{transform:scale(1.035)}.course-result-grid a:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#090912dd)}.course-result-grid a span{position:absolute;z-index:1;left:15px;right:15px;bottom:14px;display:flex;flex-direction:column}.course-result-grid small{color:#e1dfff;font-size:9px;font-weight:900;letter-spacing:.1em}.course-result-grid b{font-size:14px;line-height:1.2}.course-fit-section{padding:85px 0;background:#161720;color:#fff}.course-fit-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}.course-fit-grid h2{max-width:680px;margin:10px 0;font-size:clamp(36px,4vw,58px)}.course-fit-grid>div>p{color:#a9a9b4}.fit-points{display:grid;gap:16px;margin-top:30px}.fit-points>span{display:flex;gap:13px}.fit-points svg{flex:none;color:var(--course-accent)}.fit-points b{display:block}.fit-points p{margin:3px 0 0;color:#a9a9b4;font-size:13px}.course-fit-grid aside{padding:27px;border:1px solid #ffffff18;border-radius:21px;background:#ffffff08}.course-fit-grid aside h3{margin-top:0}.course-fit-grid aside p{display:flex;gap:8px;color:#d6d4dc;font-size:13px}.course-fit-grid aside svg{flex:none;color:var(--course-accent)}.course-fit-grid aside .btn{margin-top:20px}.course-checkout-card{position:sticky;top:100px}.course-faq-section{padding:90px 0;background:var(--ink-50)}.course-faq-grid{max-width:900px;margin:0 auto;display:grid;gap:10px}.course-faq-grid details{padding:18px 20px;border:1px solid var(--ink-200);border-radius:14px;background:#fff}.course-faq-grid summary{display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;font-weight:900}.course-faq-grid details[open] summary svg{transform:rotate(180deg)}.course-faq-grid p{color:var(--ink-600);line-height:1.7}.course-final-pitch{max-width:1000px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin:35px auto 0;padding:25px;border-radius:20px;background:var(--ink-950);color:#fff}.course-final-pitch>div{display:flex;gap:12px}.course-final-pitch svg{flex:none;color:var(--course-accent)}.course-final-pitch p{margin:4px 0 0;color:#b9b8c2}.lesson-visual{position:relative;width:100%;padding:0;border:0;text-align:left;cursor:zoom-in;overflow:hidden}.lesson-visual em{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;gap:6px;padding:9px 12px;border-radius:10px;background:#111c;color:#fff;font-size:11px;font-style:normal;font-weight:800}.gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:15px}.gallery-heading small{color:var(--muted)}.storyboard-image-button{width:100%;align-self:start;padding:0;border:0;background:transparent;text-align:left;cursor:zoom-in}.storyboard-image-button>div{position:relative;display:grid;place-items:center;background:var(--ink-900)}.storyboard-image-button>div>span{position:absolute;right:10px;bottom:10px;width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#111b;color:#fff}.storyboard-grid.editorial-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;align-items:start}.storyboard-grid.editorial-gallery .storyboard-image-button:first-child{grid-row:auto}.storyboard-grid.editorial-gallery img{height:auto;min-height:0;max-height:none;aspect-ratio:auto;object-fit:contain}.image-viewer{position:fixed;z-index:3000;inset:0;display:grid;place-items:center;padding:70px 80px 100px;background:#08080cf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-viewer-top{position:absolute;top:18px;left:22px;right:22px;display:flex;align-items:center;justify-content:space-between;color:#fff}.image-viewer-top span{display:flex;align-items:center;gap:7px;font-size:12px}.image-viewer button{border:0;background:transparent;color:#fff}.image-viewer-top button{width:42px;height:42px;border-radius:12px;background:#ffffff12}.image-viewer figure{max-width:min(1200px,88vw);max-height:calc(100vh - 170px);margin:0;display:flex;flex-direction:column;align-items:center}.image-viewer figure>img{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100vh - 220px);object-fit:contain;border-radius:9px;box-shadow:0 24px 80px #000a}.image-viewer figcaption{margin-top:12px;color:#ddd;text-align:center}.viewer-arrow{position:absolute;top:50%;width:48px;height:62px;display:grid;place-items:center;border-radius:14px!important;background:#ffffff10!important}.viewer-arrow.previous{left:20px}.viewer-arrow.next{right:20px}.viewer-thumbnails{position:absolute;left:50%;bottom:17px;transform:translate(-50%);display:flex;gap:7px;max-width:75vw;overflow:auto}.viewer-thumbnails button{width:58px;height:48px;padding:2px;border:2px solid transparent;border-radius:8px;opacity:.6;background:#000}.viewer-thumbnails button.active{border-color:var(--banana-500);opacity:1}.viewer-thumbnails img{width:100%;height:100%;object-fit:contain;border-radius:5px}@media(max-width:1100px){.footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.footer-links{grid-template-columns:repeat(2,1fr)}.newsletter-card,.course-fit-grid,.prompt-builder-workspace{grid-template-columns:1fr}.course-result-grid{grid-template-columns:repeat(2,1fr)}.course-checkout-card{position:static}.user-access-list>article{grid-template-columns:1fr}}@media(max-width:680px){.newsletter-card{padding:26px 20px}.newsletter-form{grid-template-columns:1fr}.newsletter-form small{grid-column:auto}.footer-links{grid-template-columns:1fr 1fr}.prompt-builder-hero{padding:55px 0 120px}.prompt-builder-workspace{margin-top:-75px}.prompt-panel{padding:14px}.prompt-options{grid-template-columns:1fr}.course-proof-strip .container{grid-template-columns:1fr 1fr}.course-proof-strip .container>div:nth-child(2){border-right:0}.course-result-grid{grid-auto-rows:160px}.course-result-grid a.wide{grid-column:span 2;grid-row:span 1}.course-fit-grid{gap:32px}.course-final-pitch{align-items:flex-start;flex-direction:column}.storyboard-grid.editorial-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.storyboard-grid.editorial-gallery img{min-height:0;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}.image-prompt-head{min-height:52px}.image-prompt-copy{min-width:74px}.image-viewer{padding:65px 14px 95px}.viewer-arrow{top:auto;bottom:23px}.viewer-arrow.previous{left:14px}.viewer-arrow.next{right:14px}.viewer-thumbnails{display:none}.community-media-grid{grid-template-columns:1fr}.reply-card.nested{margin-left:22px}.discount-list article{grid-template-columns:auto 1fr auto}.footer-socials{flex-wrap:wrap}}.editorial-cover{position:relative;width:100%;height:100%;overflow:hidden;isolation:isolate;background:var(--ink-900);color:#fff}.editorial-cover:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(10,11,15,.48),transparent 35%,rgba(10,11,15,.18));pointer-events:none}.editorial-cover img{width:100%;height:100%;object-fit:cover}.editorial-cover-kicker,.editorial-cover-index{position:absolute;z-index:2;top:14px;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.editorial-cover-kicker{left:14px;padding:6px 9px;border:1px solid #ffffff42;border-radius:999px;color:#fff;background:#101116a8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.editorial-cover-index{right:14px;color:#fff;text-shadow:0 1px 8px #000}.editorial-cover>i{position:absolute;z-index:2;right:0;bottom:0;width:34px;height:34px;background:linear-gradient(135deg,transparent 49%,var(--banana-500) 50%)}.course-product-art>.editorial-cover{position:absolute;inset:0}.course-product-art .format-chip{top:auto;bottom:14px}.course-product-art .featured-chip{top:auto;right:14px;bottom:14px}.course-product-art .discount-chip{left:14px;bottom:50px}.blog-preview-art .editorial-cover,.blog-card-art .editorial-cover{height:100%}.hero-proof-collage{min-height:520px;position:relative;display:grid;grid-template-columns:1.35fr .65fr .65fr;grid-template-rows:1fr 1fr;gap:10px;padding:11px;border:1px solid #ffffff24;border-radius:30px;background:#ffffff0a;box-shadow:0 36px 90px #0008;transform:rotate(1deg)}.hero-proof-collage figure{min-width:0;min-height:0;position:relative;overflow:hidden;margin:0;border-radius:17px;background:var(--ink-800)}.hero-proof-collage .hero-proof-main{grid-row:1/-1}.hero-proof-collage figure:nth-child(2){grid-column:2/-1}.hero-proof-collage img{width:100%;height:100%;object-fit:cover}.hero-proof-collage figure:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#090a0ecc)}.hero-proof-collage figcaption{position:absolute;z-index:1;left:12px;right:12px;bottom:11px;display:flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:800}.hero-proof-collage figcaption span{color:var(--banana-300);font-size:8px;letter-spacing:.12em}.hero-proof-seal{position:absolute;z-index:3;right:-20px;top:44%;width:94px;height:94px;display:grid;place-content:center;border:6px solid var(--ink-950);border-radius:50%;color:var(--ink-950);background:var(--banana-500);transform:rotate(8deg);text-align:center;line-height:1}.hero-proof-seal b{font-size:19px}.hero-proof-seal span{margin-top:3px;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.proof-before-purchase{padding:84px 0;color:#fff;background:var(--ink-950)}.proof-before-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:70px;align-items:center}.proof-before-copy h2{max-width:680px;margin:10px 0 16px;font-size:clamp(36px,4.5vw,58px)}.proof-before-copy p{max-width:660px;color:var(--ink-300);font-size:17px}.proof-before-copy .btn{margin-top:12px}.proof-ledger{border-block:1px solid var(--ink-700)}.proof-ledger>div{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:12px;padding:18px 4px;border-bottom:1px solid var(--ink-700)}.proof-ledger>div:last-child{border:0}.proof-ledger svg{color:var(--banana-500)}.proof-ledger span{display:grid}.proof-ledger b{font-size:13px}.proof-ledger small{color:var(--ink-500);font-size:11px}.checkout-cover>a,.checkout-cover>span{position:absolute;left:14px;bottom:14px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;background:#101116cc;color:var(--white);border-radius:var(--radius-pill);font-size:11px;font-weight:800;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sample-lesson-link{min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:8px;color:var(--violet-600);font-size:12px;font-weight:900}.mobile-show-curriculum,.course-mobile-buybar{display:none}.course-hero-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.course-language-switch{min-height:38px;position:relative;flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid rgba(255,255,255,.2);border-radius:999px;color:#fff;background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.course-language-switch select{min-width:72px;appearance:none;border:0;outline:0;padding:0 18px 0 0;color:inherit;background:transparent;font-size:11px;font-weight:900;cursor:pointer}.course-language-switch option{color:var(--ink-950);background:#fff}.course-language-switch>svg:last-child{position:absolute;right:9px;pointer-events:none}.learning-topbar .course-language-switch{margin-left:auto;color:var(--ink-800);border-color:var(--ink-200);background:#fff}.course-language-switch.compact{min-height:36px;padding-left:9px}.course-language-switch.compact select{min-width:69px}.admin-mobile-menu{display:none}.admin-overview-head h1{font-size:36px}.admin-utility-row{display:flex;align-items:center;gap:7px;overflow:auto;margin-bottom:14px;padding-bottom:2px}.admin-utility-row a{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid var(--ink-200);border-radius:11px;background:#fff;color:var(--ink-700);font-size:11px;font-weight:800}.admin-utility-row a:first-child{color:#fff;border-color:var(--ink-950);background:var(--ink-950)}.admin-stat-ledger{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:20px;border:1px solid var(--ink-200);border-radius:16px;overflow:hidden;background:#fff}.admin-stat-ledger>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-right:1px solid var(--ink-200)}.admin-stat-ledger>div:last-child{border:0}.admin-stat-ledger span{display:flex;align-items:center;gap:7px;color:var(--ink-600);font-size:11px;font-weight:800}.admin-stat-ledger b{font-family:var(--font-display);font-size:20px}.admin-stat-ledger .attention{color:var(--red-600);background:var(--red-100)}.admin-content-table{align-self:start}.admin-content-table>a{display:grid;grid-template-columns:1fr auto 18px;align-items:center;gap:12px;min-height:46px;border-top:1px solid var(--ink-100);font-size:12px}.admin-content-table>a span{color:var(--ink-600)}.admin-content-table>a svg{color:var(--ink-400)}@media(max-width:900px){.hero-proof-collage{width:min(620px,100%);min-height:500px;margin:auto;transform:none}.proof-before-grid{grid-template-columns:1fr;gap:42px}.admin-sidebar{overflow:visible}.admin-sidebar>.admin-brand,.admin-sidebar>nav{display:none}.admin-mobile-menu{display:block;width:100%;position:relative}.admin-mobile-menu summary{min-height:50px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:5px 10px;border-radius:12px;background:var(--ink-800);list-style:none;cursor:pointer}.admin-mobile-menu summary::-webkit-details-marker{display:none}.admin-mobile-menu summary>span{display:grid;line-height:1.15}.admin-mobile-menu summary small{color:var(--ink-500);font-size:8px;text-transform:uppercase;letter-spacing:.08em}.admin-mobile-menu summary b{font-size:12px}.admin-mobile-menu[open] summary>svg:last-child{transform:rotate(180deg)}.admin-mobile-menu>div{position:absolute;z-index:20;top:calc(100% + 7px);left:0;right:0;display:grid;grid-template-columns:repeat(2,1fr);gap:5px;padding:9px;border:1px solid var(--ink-700);border-radius:14px;background:var(--ink-950);box-shadow:var(--shadow-dark)}.admin-mobile-menu>div a{min-height:43px;display:flex;align-items:center;gap:8px;padding:0 10px;border-radius:9px;color:var(--ink-300);font-size:11px;font-weight:800}.admin-mobile-menu>div a.active{color:#fff;background:var(--ink-800)}.admin-mobile-menu>div a.active svg{color:var(--banana-500)}.admin-stat-ledger{grid-template-columns:repeat(2,1fr)}.admin-stat-ledger>div:nth-child(2){border-right:0}.admin-stat-ledger>div:nth-child(-n+2){border-bottom:1px solid var(--ink-200)}}@media(max-width:680px){.studio-hero{padding-bottom:30px}.hero-proof-collage{min-height:390px;grid-template-columns:1.15fr .85fr;grid-template-rows:1.1fr .9fr .9fr;padding:8px;border-radius:22px;gap:7px}.hero-proof-collage .hero-proof-main{grid-row:1/-1}.hero-proof-collage figure:nth-child(2){grid-column:2}.hero-proof-collage figure:nth-child(4){display:none}.hero-proof-seal{right:-8px;top:42%;width:74px;height:74px;border-width:4px}.hero-proof-seal b{font-size:15px}.proof-before-purchase{padding:64px 0}.proof-before-grid{gap:34px}.proof-before-copy p{font-size:15px}.proof-ledger>div{padding:15px 2px}.course-detail-page{padding-bottom:142px}.course-results-section{padding-top:62px;padding-bottom:62px}.course-fit-section{padding:64px 0}.course-body-grid{padding-top:60px;padding-bottom:70px}.course-side-notes,.course-faq-section{display:none}.course-hero-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.course-hero-toolbar .course-language-switch{align-self:flex-start}.learning-topbar{gap:7px;padding-inline:10px}.learning-topbar .course-language-switch{margin-left:auto}.learning-topbar .course-language-switch>svg:first-child{display:none}.course-language-switch.compact{padding-left:9px}.course-language-switch.compact select{min-width:72px}.complete-button{padding-inline:9px}.module-card.mobile-hidden{display:none}.mobile-show-curriculum{width:100%;min-height:50px;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--ink-200);border-radius:13px;background:#fff;color:var(--ink-800);font-weight:900}.mobile-show-curriculum svg{transition:transform .2s}.course-mobile-buybar{position:fixed;z-index:85;left:10px;right:10px;bottom:78px;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 10px 9px 15px;border:1px solid #ffffff1f;border-radius:18px;color:#fff;background:#101116f2;box-shadow:0 18px 50px #0007;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.course-mobile-buybar>div{min-width:0;display:grid;line-height:1.2}.course-mobile-buybar small{color:var(--ink-300);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.course-mobile-buybar strong{font-size:17px}.course-mobile-buybar .btn{flex:0 0 auto;min-height:46px;padding-inline:16px;font-size:12px}.admin-sidebar{padding:8px 14px}.admin-page{padding-top:16px}.admin-overview-head{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;margin-bottom:14px}.admin-overview-head>div{min-width:0}.admin-overview-head .eyebrow,.admin-overview-head p{display:none}.admin-overview-head h1{font-size:25px}.admin-overview-head>.btn{width:auto;min-height:40px;padding:0 13px;font-size:11px}.admin-utility-row{margin-inline:-14px;padding:0 14px 3px}.admin-stat-ledger>div{padding:12px}.admin-stat-ledger span{font-size:10px}.admin-stat-ledger span svg{display:none}.admin-stat-ledger b{font-size:18px}.admin-grid-two{gap:12px}.admin-panel{padding:17px}.admin-panel-head{margin-bottom:12px}.admin-panel-head p{display:none}}:root{--studio-navy: #171d38;--studio-navy-soft: #222947;--studio-pink: #f292b0;--studio-pink-dark: #dd7898;--studio-cream: #f6f1e6;--studio-paper: #fffdf7;--studio-charcoal: #252426;--studio-lime: #d7f26a;--studio-muted: #77736e;--color-primary: var(--studio-pink);--color-primary-hover: #f6a8bf;--color-on-primary: var(--studio-navy);--container: 1240px}body{background:var(--studio-paper)}.home-mode{background:var(--studio-cream)}.home-mode .site-header{position:fixed;inset:0 0 auto;color:var(--studio-cream);background:#171d38eb;border:0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-mode .brand-mark{color:var(--studio-navy);background:var(--studio-cream);box-shadow:5px 5px 0 var(--studio-pink)}.home-mode .brand-lockup small,.home-mode .nav-desktop a,.home-mode .language-control select{color:#f6f1e6b8}.home-mode .nav-desktop a:hover,.home-mode .nav-desktop a.active{color:var(--studio-navy);background:var(--studio-cream)}.home-mode .language-control svg{color:var(--studio-pink)}.home-mode .auth-actions .btn-ghost{color:var(--studio-cream);border-color:transparent}.home-mode .auth-actions .btn-ghost:hover{color:var(--studio-navy);background:var(--studio-cream)}.home-mode .auth-actions .btn-primary{color:var(--studio-navy);background:var(--studio-cream);border-color:var(--studio-cream);box-shadow:none}.home-mode .profile-trigger{color:var(--studio-cream)}.home-mode .profile-copy small{color:#f6f1e699}.home-mode .menu-button{color:var(--studio-navy);border:0;border-radius:50%;background:var(--studio-cream)}.nav-mobile .mobile-language-control{min-height:48px;display:flex;justify-content:space-between;gap:10px;padding:0 12px;border-top:1px solid var(--ink-200);border-bottom:1px solid var(--ink-200);color:var(--ink-700);font-size:13px;font-weight:800}.nav-mobile .mobile-language-control select{margin-left:auto;color:var(--ink-700)}.nav-mobile .mobile-language-control svg{position:static;color:var(--ink-500)}.editorial-hero{min-height:930px;position:relative;overflow:hidden;color:var(--studio-cream);background:var(--studio-navy);isolation:isolate}.editorial-hero:before{content:"";position:absolute;z-index:-1;width:56vw;height:56vw;left:49%;top:38%;border:1px solid rgba(246,241,230,.12);border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 7vw #f6f1e604,0 0 0 14vw #f6f1e603}.editorial-hero:after{content:"";position:absolute;z-index:-1;inset:auto 0 0;height:31%;background:linear-gradient(180deg,transparent,rgba(8,10,24,.3))}.hero-wordmark{position:absolute;z-index:-1;top:96px;left:50%;width:99vw;display:flex;justify-content:center;gap:.03em;transform:translate(-50%);color:var(--studio-pink);font-family:var(--font-display);font-size:clamp(64px,11.3vw,180px);font-weight:900;line-height:.78;letter-spacing:-.075em;white-space:nowrap;animation:hero-word-in .85s cubic-bezier(.16,1,.3,1) both}.editorial-hero-stage{min-height:930px;position:relative;padding-top:112px}.hero-topline{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;color:var(--studio-cream);font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.hero-topline span{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(246,241,230,.18);border-radius:999px;background:#171d38eb;box-shadow:0 7px 24px #04061329;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-topline svg{color:var(--studio-lime)}.hero-collage{position:absolute;z-index:2;top:250px;left:58%;width:650px;height:475px;transform:translate(-50%);animation:hero-collage-in 1s .12s cubic-bezier(.16,1,.3,1) both}.hero-pink-orbit{position:absolute;z-index:-1;left:87px;top:19px;width:390px;height:390px;border:34px solid var(--studio-pink);border-radius:48% 52% 44% 56%;transform:rotate(-8deg);opacity:.95}.hero-art{position:absolute;overflow:hidden;margin:0;border:7px solid var(--studio-cream);background:var(--studio-navy-soft);box-shadow:0 22px 45px #0406134d}.hero-art img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.hero-art:hover img{transform:scale(1.06)}.hero-art figcaption{position:absolute;inset:auto 8px 8px;display:flex;align-items:center;gap:7px;padding:7px 9px;color:var(--studio-cream);background:#171d38db;font-size:9px;font-weight:800;line-height:1.2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-art figcaption span{color:var(--studio-pink);font-size:8px;letter-spacing:.1em}.hero-art-1{z-index:3;width:288px;height:368px;left:163px;top:32px;border-radius:49% 49% 10px 10px}.hero-art-2{z-index:4;width:188px;height:213px;right:16px;top:2px;transform:rotate(7deg);border-radius:10px 70px 10px 10px;animation:collage-float 6s 1.2s ease-in-out infinite}.hero-art-3{z-index:4;width:205px;height:150px;right:0;bottom:28px;transform:rotate(-4deg);border-radius:10px;animation:collage-float-reverse 7s 1.4s ease-in-out infinite}.hero-art-4{z-index:4;width:177px;height:210px;left:1px;bottom:12px;transform:rotate(-7deg);border-radius:62px 10px 10px;animation:collage-float 6.5s 1.1s ease-in-out infinite}.hero-play-card{position:absolute;z-index:6;right:98px;top:186px;width:130px;min-height:78px;display:flex;align-items:center;gap:8px;padding:13px;transform:rotate(4deg);color:var(--studio-navy);background:var(--studio-lime);border:4px solid var(--studio-navy);box-shadow:5px 5px 0 var(--studio-cream);font-size:9px;font-weight:900;line-height:1.15;text-transform:uppercase}.hero-proof-seal{position:absolute;z-index:7;left:103px;top:86px;width:92px;height:92px;display:grid;place-content:center;border:5px solid var(--studio-navy);border-radius:50%;color:var(--studio-navy);background:var(--studio-cream);transform:rotate(-10deg);text-align:center;line-height:1;box-shadow:4px 4px 0 var(--studio-pink)}.hero-proof-seal b{font-size:18px}.hero-proof-seal span{max-width:58px;margin-top:4px;font-size:7px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hero-promise{position:absolute;z-index:8;left:20px;bottom:68px;width:405px;animation:promise-in .8s .34s cubic-bezier(.16,1,.3,1) both}.hero-promise-index{display:block;margin-bottom:10px;color:var(--studio-pink);font-size:10px;font-weight:900;letter-spacing:.1em}.hero-promise h1{margin:0 0 14px;color:var(--studio-cream);font-size:clamp(40px,4.2vw,62px);line-height:.92;letter-spacing:-.055em}.hero-promise>p{max-width:390px;margin:0;color:#f6f1e6b3;font-size:14px;line-height:1.55}.hero-ctas{margin:23px 0 0}.editorial-hero .btn-primary{color:var(--studio-navy);background:var(--studio-pink);border-color:var(--studio-pink);box-shadow:none}.editorial-hero .btn-primary:hover{background:var(--studio-cream);border-color:var(--studio-cream)}.hero-sample-link{display:inline-flex;align-items:center;gap:8px;color:var(--studio-cream);font-size:11px;font-weight:800}.hero-sample-link>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(246,241,230,.25);border-radius:50%}.hero-sample-link:hover>span{color:var(--studio-navy);background:var(--studio-cream)}.hero-scroll-cue{position:absolute;z-index:8;right:20px;bottom:62px;display:flex;align-items:center;gap:9px;color:#f6f1e6a6;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;writing-mode:vertical-rl}.hero-scroll-cue svg{color:var(--studio-pink)}.academy-signal-strip{color:var(--studio-navy);background:var(--studio-pink);border-bottom:1px solid var(--studio-navy)}.academy-signal-strip .proof-ribbon-inner>div{min-width:0;border-color:#171d3840}.academy-signal-strip .proof-ribbon-inner>div:first-child{border-left:0}.academy-signal-strip .proof-ribbon-inner>div:last-child{border-right:0}.academy-signal-strip strong{color:var(--studio-navy);font-family:var(--font-display);font-size:30px;font-weight:900}.academy-signal-strip span{color:#171d38b8;font-size:10px;font-weight:800;line-height:1.25;text-transform:uppercase}.section-number{display:inline-flex;align-items:center;gap:9px;color:var(--studio-muted);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.section-number:before{content:"";width:28px;height:1px;background:currentColor}.editorial-course-section{padding:124px 0 135px;background:var(--studio-cream);scroll-margin-top:70px}.editorial-section-head{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;align-items:end;margin-bottom:78px}.editorial-section-head>.section-number{grid-column:1 / span 3;align-self:start;padding-top:15px}.editorial-section-head h2{grid-column:3 / span 7;margin:0;color:var(--studio-navy);font-size:clamp(54px,7.7vw,108px);line-height:.86;letter-spacing:-.075em}.editorial-section-head h2 em{color:var(--studio-pink-dark);font-style:normal}.editorial-section-head>div{grid-column:10 / span 3}.editorial-section-head p{color:var(--studio-muted);font-size:14px;line-height:1.65}.round-text-link{display:inline-flex;align-items:center;gap:8px;margin-top:10px;color:var(--studio-navy);font-size:12px;font-weight:900}.round-text-link svg{width:35px;height:35px;padding:8px;border:1px solid rgba(23,29,56,.25);border-radius:50%;transition:transform .2s,background .2s}.round-text-link:hover svg{transform:rotate(8deg);background:var(--studio-pink)}.editorial-product-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:28px;align-items:start}.editorial-product-grid .course-product-card{grid-column:span 5;color:var(--studio-navy);border:1px solid rgba(23,29,56,.18);border-radius:4px 36px 4px 4px;background:var(--studio-paper);box-shadow:none}.editorial-product-grid .course-product-card:first-child{grid-column:span 7}.editorial-product-grid .course-product-card:nth-child(2){margin-top:92px;border-radius:36px 4px 4px}.editorial-product-grid .course-product-card:nth-child(3){grid-column:4 / span 6;margin-top:18px;border-radius:4px 4px 36px}.editorial-product-grid .course-product-art{height:330px}.editorial-product-grid .course-product-card:first-child .course-product-art{height:465px}.editorial-product-grid .course-product-card:nth-child(3) .course-product-art{height:375px}.editorial-product-grid .course-product-body{padding:28px}.editorial-product-grid .course-product-body h3{color:var(--studio-navy);font-size:clamp(25px,3vw,40px)}.editorial-product-grid .course-product-card:first-child .course-product-body h3{font-size:clamp(34px,4vw,52px)}.editorial-product-grid .course-product-card:hover{transform:translateY(-8px) rotate(-.4deg);box-shadow:12px 14px 0 var(--studio-pink)}.editorial-proof-section{min-height:1080px;position:relative;overflow:hidden;padding:128px 0 120px;color:var(--studio-cream);background:var(--studio-charcoal)}.proof-giant-type{position:absolute;inset:8px 0 auto;color:#f6f1e60f;font-family:var(--font-display);font-size:clamp(150px,21vw,330px);font-weight:900;line-height:.7;letter-spacing:-.09em}.proof-giant-type span{display:block}.proof-giant-type span:last-child{text-align:right}.editorial-proof-grid{position:relative;display:grid;grid-template-columns:repeat(12,1fr);gap:20px;align-items:center}.proof-image-stage{grid-column:1 / span 7;height:650px;position:relative;margin-top:190px;border:9px solid var(--studio-cream);transform:rotate(-2deg);box-shadow:20px 22px 0 var(--studio-pink)}.proof-image-stage img{width:100%;height:100%;object-fit:cover}.proof-image-note{position:absolute;left:-38px;top:48px;padding:13px 16px;color:var(--studio-navy);background:var(--studio-lime);border:3px solid var(--studio-charcoal);transform:rotate(-4deg);font-size:10px;font-weight:900;text-transform:uppercase}.proof-image-note.is-right{inset:auto -48px 54px auto;color:var(--studio-navy);background:var(--studio-pink);transform:rotate(5deg)}.editorial-proof-grid .proof-before-copy{grid-column:9 / span 4;align-self:end;margin-bottom:38px}.editorial-proof-grid .proof-before-copy .section-number{color:var(--studio-pink)}.editorial-proof-grid .proof-before-copy h2{margin:16px 0 18px;color:var(--studio-cream);font-size:clamp(42px,5vw,67px)}.editorial-proof-grid .proof-before-copy p{color:#f6f1e6a3;font-size:15px}.editorial-proof-grid .proof-before-copy .btn{color:var(--studio-navy);background:var(--studio-pink);border-color:var(--studio-pink);box-shadow:none}.editorial-proof-grid .editorial-ledger{grid-column:9 / span 4;align-self:start;border-color:#f6f1e62e}.editorial-ledger>div{border-color:#f6f1e62e}.editorial-ledger svg{color:var(--studio-lime)}.editorial-ledger b{color:var(--studio-cream)}.editorial-ledger small{color:#f6f1e680}.editorial-journal-section{padding:125px 0 140px;color:var(--studio-navy);background:var(--studio-paper)}.journal-heading{display:grid;grid-template-columns:180px 1fr auto;align-items:end;gap:28px;margin-bottom:72px}.journal-heading h2{max-width:750px;margin:0;font-size:clamp(52px,7vw,96px);line-height:.88;letter-spacing:-.07em}.journal-heading .round-text-link{justify-self:end}.journal-list{border-top:1px solid rgba(23,29,56,.25)}.journal-row{display:grid;grid-template-columns:52px 170px minmax(0,1fr) 58px;align-items:center;gap:24px;min-height:192px;padding:24px 0;border-bottom:1px solid rgba(23,29,56,.25)}.journal-index{align-self:start;padding-top:7px;color:var(--studio-pink-dark);font-size:10px;font-weight:900}.journal-art{height:140px;overflow:hidden;background:var(--studio-navy)}.journal-copy>span{display:inline-flex;align-items:center;gap:5px;color:var(--studio-pink-dark);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.journal-copy h3{max-width:750px;margin:7px 0;color:var(--studio-navy);font-size:clamp(25px,3vw,39px)}.journal-copy p{max-width:720px;margin:0;color:var(--studio-muted);font-size:13px}.journal-arrow{width:50px;height:50px;display:grid;place-items:center;border:1px solid rgba(23,29,56,.25);border-radius:50%;transition:transform .2s,color .2s,background .2s}.journal-row:hover .journal-arrow{transform:rotate(10deg);color:var(--studio-navy);background:var(--studio-pink)}.journal-row:hover .journal-art img{transform:scale(1.04)}.journal-art img{transition:transform .4s}.editorial-newsletter{padding:110px 0;color:var(--studio-navy);background:var(--studio-pink)}.editorial-newsletter-inner{display:grid;grid-template-columns:130px minmax(0,1.15fr) minmax(340px,.85fr);gap:45px;align-items:center}.newsletter-star{font-size:120px;line-height:1;animation:slow-spin 18s linear infinite}.editorial-newsletter h2{max-width:660px;margin:15px 0 12px;font-size:clamp(48px,6.4vw,88px);line-height:.87;letter-spacing:-.07em}.editorial-newsletter p{max-width:580px;margin:0;color:#171d38b3}.editorial-newsletter .newsletter-form input{border-color:var(--studio-navy);background:var(--studio-paper)}.editorial-newsletter .newsletter-form button{color:var(--studio-cream);background:var(--studio-navy);border-color:var(--studio-navy);box-shadow:none}.editorial-newsletter .newsletter-form small{color:#171d38a6}.catalog-hero,.blog-hero{background:var(--studio-navy)}.catalog-hero h1 span,.blog-hero h1 span{color:var(--studio-pink)}.site-footer{background:var(--studio-navy)}.site-footer .brand-mark{background:var(--studio-pink);box-shadow:5px 5px 0 var(--studio-cream)}.site-footer .footer-cta{color:var(--studio-pink)}@keyframes hero-word-in{0%{opacity:0;transform:translate(-50%,-45px) scaleX(.92)}to{opacity:1;transform:translate(-50%) scaleX(1)}}@keyframes hero-collage-in{0%{opacity:0;transform:translate(-50%,60px) scale(.9) rotate(3deg)}to{opacity:1;transform:translate(-50%) scale(1) rotate(0)}}@keyframes promise-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes collage-float{0%,to{translate:0 0}50%{translate:0 -9px}}@keyframes collage-float-reverse{0%,to{translate:0 0}50%{translate:7px 7px}}@keyframes slow-spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.editorial-hero,.editorial-hero-stage{min-height:1080px}.hero-wordmark{top:104px}.hero-collage{top:255px;left:54%;transform:translate(-50%) scale(.82);transform-origin:top center}.hero-promise{left:20px;bottom:66px;width:min(480px,72%)}.editorial-section-head>.section-number{grid-column:1 / span 2}.editorial-section-head h2{grid-column:3 / span 7}.editorial-section-head>div{grid-column:10 / span 3}.editorial-proof-section{min-height:auto}.proof-image-stage{grid-column:1 / span 7;height:560px}.editorial-proof-grid .proof-before-copy,.editorial-proof-grid .editorial-ledger{grid-column:9 / span 4}.editorial-newsletter-inner{grid-template-columns:80px 1fr}.editorial-newsletter .newsletter-form{grid-column:2}}@media(max-width:800px){.home-mode .nav-mobile{color:var(--studio-navy);background:var(--studio-cream);border-color:#171d3833}.home-mode .nav-mobile a.active{background:var(--studio-pink)}.editorial-hero,.editorial-hero-stage{min-height:1100px}.hero-wordmark{top:100px;font-size:11.2vw}.hero-topline span:last-child{display:none}.hero-collage{top:255px;width:620px;transform:translate(-50%) scale(.78);transform-origin:top center}.hero-promise{bottom:72px;width:min(520px,79%)}.hero-promise h1{font-size:clamp(42px,8vw,61px)}.academy-signal-strip .proof-ribbon-inner{grid-template-columns:repeat(2,1fr)}.academy-signal-strip .proof-ribbon-inner>div:nth-child(2){border-right:0}.academy-signal-strip .proof-ribbon-inner>div:nth-child(-n+2){border-bottom:1px solid rgba(23,29,56,.25)}.editorial-section-head{grid-template-columns:1fr;margin-bottom:52px}.editorial-section-head>.section-number,.editorial-section-head h2,.editorial-section-head>div{grid-column:1}.editorial-section-head h2{max-width:700px;font-size:clamp(54px,12vw,90px)}.editorial-section-head>div{max-width:580px}.editorial-product-grid{grid-template-columns:repeat(2,1fr)}.editorial-product-grid .course-product-card,.editorial-product-grid .course-product-card:first-child,.editorial-product-grid .course-product-card:nth-child(2),.editorial-product-grid .course-product-card:nth-child(3){grid-column:span 1;margin-top:0}.editorial-product-grid .course-product-card:nth-child(3){grid-column:1 / -1;width:calc(50% - 14px);justify-self:center}.editorial-product-grid .course-product-card:first-child .course-product-art,.editorial-product-grid .course-product-card:nth-child(3) .course-product-art,.editorial-product-grid .course-product-art{height:330px}.editorial-proof-section{padding-top:100px}.proof-giant-type{top:45px}.editorial-proof-grid{grid-template-columns:1fr;gap:45px}.proof-image-stage,.editorial-proof-grid .proof-before-copy,.editorial-proof-grid .editorial-ledger{grid-column:1}.proof-image-stage{width:calc(100% - 30px);height:610px;margin:210px auto 10px}.editorial-proof-grid .proof-before-copy{margin:0}.journal-heading{grid-template-columns:1fr auto}.journal-heading .section-number{grid-column:1 / -1}.journal-row{grid-template-columns:42px 135px minmax(0,1fr) 46px;gap:15px}.journal-art{height:120px}}@media(max-width:560px){:root{--header-height: 68px}.container{width:min(var(--container),calc(100% - 28px))}.home-mode .brand-lockup small{display:none}.home-mode .brand-mark{width:36px;height:36px;box-shadow:3px 3px 0 var(--studio-pink)}.editorial-hero,.editorial-hero-stage{min-height:980px}.editorial-hero-stage{padding-top:87px}.hero-wordmark{top:91px;width:98vw;font-size:11.2vw;letter-spacing:-.075em}.hero-topline{font-size:8px}.hero-collage{top:205px;left:50%;width:510px;height:410px;transform:translate(-50%) scale(.64);transform-origin:top center}.hero-promise{left:14px;right:14px;bottom:72px;width:auto}.hero-promise-index{margin-bottom:7px}.hero-promise h1{max-width:350px;margin-bottom:10px;font-size:42px}.hero-promise>p{max-width:350px;font-size:12px;line-height:1.5}.hero-ctas{align-items:center;margin-top:18px}.editorial-hero .btn-lg{min-height:47px;padding-inline:18px;font-size:12px}.hero-sample-link{font-size:10px}.hero-sample-link>span{width:34px;height:34px}.hero-scroll-cue{display:none}.academy-signal-strip .proof-ribbon-inner>div{padding:17px 12px}.academy-signal-strip strong{font-size:24px}.academy-signal-strip span{font-size:8px}.editorial-course-section,.editorial-journal-section{padding:80px 0 88px}.editorial-section-head{gap:16px}.editorial-section-head h2{font-size:55px}.editorial-section-head p{margin-bottom:4px;font-size:13px}.editorial-product-grid{grid-template-columns:1fr;gap:20px}.editorial-product-grid .course-product-card,.editorial-product-grid .course-product-card:first-child,.editorial-product-grid .course-product-card:nth-child(2),.editorial-product-grid .course-product-card:nth-child(3){grid-column:1;width:100%}.editorial-product-grid .course-product-card:first-child .course-product-art,.editorial-product-grid .course-product-card:nth-child(3) .course-product-art,.editorial-product-grid .course-product-art{height:275px}.editorial-product-grid .course-product-body{padding:22px}.editorial-product-grid .course-product-card:first-child .course-product-body h3,.editorial-product-grid .course-product-body h3{font-size:29px}.editorial-proof-section{padding:68px 0 80px}.proof-giant-type{top:50px;font-size:30vw}.proof-image-stage{width:calc(100% - 20px);height:430px;margin-top:150px;border-width:6px;box-shadow:11px 12px 0 var(--studio-pink)}.proof-image-note{left:-13px;top:25px;padding:9px 10px;font-size:8px}.proof-image-note.is-right{right:-17px;bottom:30px}.editorial-proof-grid .proof-before-copy h2{font-size:45px}.journal-heading{grid-template-columns:1fr;gap:18px;margin-bottom:45px}.journal-heading h2{font-size:53px}.journal-heading .round-text-link{justify-self:start}.journal-row{grid-template-columns:31px 1fr 43px;min-height:0;padding:20px 0}.journal-art{grid-column:2 / -1;width:100%;height:180px}.journal-copy{grid-column:2}.journal-copy h3{font-size:27px}.journal-copy p{display:none}.journal-arrow{grid-column:3;grid-row:2;align-self:end;width:41px;height:41px}.editorial-newsletter{padding:78px 0}.editorial-newsletter-inner{grid-template-columns:1fr;gap:26px}.newsletter-star{font-size:72px}.editorial-newsletter h2{font-size:53px}.editorial-newsletter .newsletter-form{grid-column:1}}@media(prefers-reduced-motion:reduce){.hero-wordmark,.hero-collage,.hero-promise,.hero-art-2,.hero-art-3,.hero-art-4,.newsletter-star{animation:none!important}}.community-create-actions{display:flex;align-items:flex-end;flex-direction:column;gap:10px}.community-create-actions>span,.reply-usage{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:800}.lesson-tag,.thread-lesson-context{display:inline-flex;align-items:center;gap:5px}.lesson-tag{max-width:min(520px,100%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-lesson-context{width:fit-content;margin:0 0 18px;padding:8px 11px;border:1px solid var(--ink-200);border-radius:9px;color:var(--ink-700);font-size:12px;font-weight:850;background:var(--ink-50)}.media-limit-note{display:block;color:var(--muted);font-size:11px}.selected-file-list{display:grid;gap:7px}.selected-file-list>span{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--ink-100);border-radius:10px;background:var(--white);font-size:11px}.selected-file-list b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-file-list small{color:var(--muted)}.selected-file-list button{width:25px;height:25px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--ink-100)}.reply-usage{justify-content:space-between;padding:10px 12px;border-radius:10px;background:#fff4c2;color:#5c4711}.reply-usage a{color:inherit;text-decoration:underline}.post-composer .field>small{margin-top:6px;color:var(--muted);font-size:11px}@media(max-width:680px){.community-create-actions{align-items:stretch;width:100%}.community-create-actions .btn{width:100%}.lesson-tag{max-width:250px}}.course-community-trigger{position:fixed;z-index:180;right:24px;bottom:24px;min-height:52px;display:inline-flex;align-items:center;gap:9px;padding:0 17px;border:1px solid #191b2a;border-radius:999px;color:var(--studio-navy);background:var(--banana-500);box-shadow:0 16px 45px #14162a4d;font-weight:900;transition:transform .18s ease,box-shadow .18s ease}.course-community-trigger:hover{transform:translateY(-3px);box-shadow:0 20px 55px #14162a61}.course-community-trigger:focus-visible{outline:3px solid var(--violet-600);outline-offset:3px}.course-community-trigger i{width:8px;height:8px;border:2px solid var(--studio-navy);border-radius:50%;background:#54c96b}.site.learning-mode:has(.cookie-banner) .course-community-trigger{top:82px;bottom:auto}.course-community-layer{position:fixed;z-index:2200;inset:0;display:grid;justify-items:end;background:#0e101d94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:community-fade-in .18s ease-out}.course-community-panel{width:min(480px,100%);height:100%;display:flex;flex-direction:column;overflow:hidden;color:var(--ink-950);background:var(--white);box-shadow:-24px 0 70px #090a1547;animation:community-panel-in .24s ease-out}.course-community-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:25px 24px 21px;color:var(--studio-cream);background:var(--studio-navy)}.course-community-head>div{min-width:0}.course-community-head span{display:block;margin-bottom:7px;color:var(--banana-500);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.course-community-head h2{margin:0;color:inherit;font-size:29px;line-height:1;letter-spacing:-.04em}.course-community-head p{margin:8px 0 0;overflow:hidden;color:#f6f1e6a3;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.course-community-head>button{flex:none;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:var(--studio-cream);background:#ffffff0f}.course-community-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:8px;border-bottom:1px solid var(--ink-100);background:var(--ink-50)}.course-community-tabs button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:10px;color:var(--ink-500);background:transparent;font-size:12px;font-weight:900}.course-community-tabs button.active{color:var(--studio-cream);background:var(--studio-navy);box-shadow:var(--shadow-xs)}.course-community-body{flex:1;min-height:0;overflow-y:auto;padding:20px}.course-community-scope{display:flex;gap:7px;margin-bottom:16px}.course-community-scope button{min-height:34px;padding:0 12px;border:1px solid var(--ink-200);border-radius:999px;color:var(--ink-600);background:var(--white);font-size:11px;font-weight:850}.course-community-scope button.active{border-color:var(--studio-navy);color:var(--studio-cream);background:var(--studio-navy)}.course-community-question-list{display:grid;gap:10px}.course-community-question-list>a{display:block;padding:16px;border:1px solid var(--ink-200);border-radius:16px;background:var(--white);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.course-community-question-list>a:hover{transform:translateY(-2px);border-color:var(--ink-300);box-shadow:var(--shadow-sm)}.course-community-question-topline{display:flex;align-items:center;gap:8px;color:var(--ink-500);font-size:10px}.course-community-question-topline .avatar{width:27px;height:27px;font-size:10px}.course-community-question-topline b{min-width:0;overflow:hidden;color:var(--ink-700);text-overflow:ellipsis;white-space:nowrap}.course-community-question-topline em{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:var(--green-600);font-style:normal;font-weight:850}.course-community-question-list h3{margin:11px 0 6px;font-size:17px;line-height:1.25}.course-community-question-list p{margin:0;overflow:hidden;color:var(--ink-600);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.55}.course-community-question-list small{display:flex;flex-wrap:wrap;align-items:center;gap:5px;margin-top:11px;color:var(--ink-500);font-size:9px;font-weight:750}.course-community-loading,.course-community-empty,.course-community-signin{min-height:310px;display:grid;place-items:center;align-content:center;gap:9px;padding:28px;text-align:center;color:var(--ink-500)}.course-community-loading{min-height:220px}.course-community-empty{border:1px dashed var(--ink-300);border-radius:18px;background:var(--ink-50)}.course-community-empty h3,.course-community-signin h3{margin:3px 0 0;color:var(--ink-900);font-size:21px}.course-community-empty p,.course-community-signin p{max-width:330px;margin:0 0 8px;font-size:13px}.course-community-signin>span{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:var(--studio-navy);background:var(--banana-500)}.course-community-signin .btn{max-width:320px}.course-community-success{display:flex;align-items:center;gap:7px;margin-bottom:13px;padding:10px 12px;border-radius:11px;color:var(--green-600);background:var(--green-100);font-size:12px;font-weight:850}.course-community-form{display:grid;gap:17px}.course-community-context{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid color-mix(in srgb,var(--course-accent) 45%,var(--ink-200));border-radius:14px;background:color-mix(in srgb,var(--course-accent) 11%,white)}.course-community-context svg{flex:none;color:var(--course-accent-2)}.course-community-context div{min-width:0;display:grid;gap:3px}.course-community-context b{font-size:10px;letter-spacing:.07em;text-transform:uppercase}.course-community-context span{overflow:hidden;color:var(--ink-700);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.course-community-usage{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:11px;color:#5c4711;background:#fff4c2;font-size:11px;font-weight:850}.course-community-usage a{color:inherit;text-decoration:underline}.course-community-form-note{margin:-7px 0 0;color:var(--ink-500);font-size:11px;line-height:1.55}.course-community-limit{padding:21px;border:1px solid var(--ink-200);border-radius:16px;text-align:center;background:var(--ink-50)}.course-community-limit h3{margin:0;font-size:21px}.course-community-limit p{margin:7px 0 16px;color:var(--ink-600);font-size:13px}.course-community-footer{flex:none;padding:13px 20px;border-top:1px solid var(--ink-100);background:var(--white)}.course-community-footer a{display:flex;align-items:center;justify-content:center;gap:7px;min-height:39px;color:var(--studio-navy);font-size:12px;font-weight:900}@keyframes community-fade-in{0%{opacity:0}}@keyframes community-panel-in{0%{transform:translate(50px);opacity:.8}}@media(max-width:680px){.course-community-trigger{right:15px;bottom:16px;width:52px;padding:0;justify-content:center}.site.learning-mode:has(.cookie-banner) .course-community-trigger{top:76px;bottom:auto}.course-community-trigger>span,.course-community-trigger>i{display:none}.course-community-layer{align-items:end}.course-community-panel{width:100%;height:min(90dvh,780px);border-radius:24px 24px 0 0;animation:community-sheet-in .24s ease-out}.course-community-head{padding:21px 18px 18px}.course-community-head h2{font-size:25px}.course-community-body{padding:16px}@keyframes community-sheet-in{0%{transform:translateY(50px);opacity:.8}}}@media(prefers-reduced-motion:reduce){.course-community-layer,.course-community-panel{animation:none}.course-community-trigger,.course-community-question-list>a{transition:none}}.cookie-banner{position:fixed;z-index:500;left:20px;right:20px;bottom:20px;width:min(900px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px;border:1px solid #ffffff2b;border-radius:20px;color:#fff;background:#171d38f7;box-shadow:0 24px 80px #11162f66;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cookie-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;color:var(--studio-navy);background:var(--studio-pink)}.cookie-banner b{font-size:15px}.cookie-banner p{margin:4px 0;color:#d3d5e1;font-size:12px}.cookie-banner span{display:inline-flex;align-items:center;gap:5px;color:#aaaebe;font-size:10px}.cookie-actions{display:flex;gap:8px}.cookie-actions .btn-ghost{color:#fff;border-color:#ffffff30}.translation-tabs{display:flex;align-items:center;gap:6px;margin:0 0 18px;padding:6px;border:1px solid var(--ink-100);border-radius:13px;background:var(--white)}.translation-tabs button{min-height:36px;padding:0 14px;border:0;border-radius:9px;color:var(--muted);background:transparent;font-weight:850}.translation-tabs button.active{color:var(--studio-cream);background:var(--studio-navy)}.translation-tabs span{margin-left:auto;padding-right:8px;color:var(--muted);font-size:11px}.translation-create{grid-template-columns:repeat(2,minmax(0,1fr))}.builder-explainer{padding:12px 14px;border:1px solid #d7d9e2;border-radius:11px;background:#f7f7fb}.builder-explainer b{display:block;margin-bottom:3px;font-size:12px}.builder-explainer p{margin:0;color:var(--muted);font-size:11px}.lesson-advanced-editor{padding:0;border:1px solid var(--ink-200);border-radius:14px;overflow:hidden;background:var(--white)}.lesson-advanced-editor>summary{cursor:pointer;padding:15px 17px;font-size:13px;font-weight:900;background:var(--ink-50)}.lesson-advanced-editor[open]>summary{border-bottom:1px solid var(--ink-100)}.lesson-advanced-editor>.form-grid,.lesson-advanced-editor>.frame-editor-list,.lesson-advanced-editor>.field-hint,.lesson-advanced-editor>.btn{margin:16px}.lesson-advanced-editor>.form-grid{width:auto}.field-hint{color:var(--muted);font-size:11px}.frame-editor-list{display:grid;gap:12px}.frame-editor-card{display:grid;gap:10px;padding:14px;border:1px solid var(--ink-100);border-radius:12px;background:var(--ink-50)}.frame-editor-head{display:flex;align-items:center;justify-content:space-between}.frame-editor-card .field{margin:0}.frame-editor-subhead{margin:26px 16px 10px;font-size:13px}.block-editor{position:relative}.block-editor-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px}.block-editor-head>div{display:grid;gap:3px}.block-editor-head small{color:var(--muted)}.block-type-menu{position:absolute;z-index:5;top:48px;right:0;width:190px;padding:7px;display:grid;gap:3px;border:1px solid var(--ink-100);border-radius:12px;background:var(--white);box-shadow:var(--shadow)}.block-type-menu button{display:flex;align-items:center;gap:8px;padding:9px;border:0;border-radius:8px;background:transparent;text-align:left}.block-type-menu button:hover{background:var(--ink-50)}.block-editor-list{display:grid;gap:12px}.block-editor-row{padding:14px;border:1px solid var(--ink-100);border-radius:14px;background:var(--ink-50)}.block-row-tools{display:flex;align-items:center;justify-content:flex-end;gap:5px;margin-bottom:10px}.block-row-tools span{margin-right:auto;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}.block-row-tools button,.faq-editor-row>button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:7px;background:var(--white)}.faq-editor-row{display:grid;grid-template-columns:1fr 1.5fr auto;gap:10px;align-items:end;margin-top:12px}.legacy-markdown summary{cursor:pointer;font-weight:850}.legacy-markdown .field{margin-top:16px}.article-inline-image{margin:42px -80px}.article-inline-image img{width:100%;max-height:760px;object-fit:contain;border-radius:18px;background:#f1eee7}.article-inline-image figcaption{margin-top:8px;color:var(--muted);font-size:12px;text-align:center}.article-body blockquote{margin:35px 0;padding:24px;border-left:5px solid var(--studio-pink);font-size:1.35em;font-weight:700;background:#fff3fb}.article-body blockquote cite{display:block;margin-top:10px;color:var(--muted);font-size:12px;font-style:normal}.article-block-cta{width:fit-content;display:flex;padding:13px 18px;border-radius:999px;color:#fff;background:var(--studio-navy);font-weight:900}.article-faq{width:min(820px,calc(100% - 32px));margin:30px auto 90px}.article-faq>div{margin-bottom:20px}.article-faq>div span{color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}.article-faq h2{font-size:42px}.article-faq details{padding:18px 0;border-top:1px solid var(--ink-200)}.article-faq summary{cursor:pointer;font-weight:900}.article-faq details p{color:var(--muted)}.tool-directory-hero{padding:120px 0 90px;color:var(--studio-cream);background:radial-gradient(circle at 80% 20%,#f4bdff3d,transparent 34%),var(--studio-navy)}.tool-directory-hero span{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:900;text-transform:uppercase}.tool-directory-hero h1{margin:20px 0;font-size:clamp(62px,9vw,132px);line-height:.82;letter-spacing:-.08em}.tool-directory-hero h1 em{color:var(--studio-pink);font-style:normal}.tool-directory-hero p{max-width:680px;color:#cacbd6}.tool-directory-index{padding-block:55px 100px}.tool-directory-toolbar{display:flex;justify-content:space-between;gap:20px;margin-bottom:30px}.tool-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tool-card-grid article{position:relative;min-height:310px;display:flex;flex-direction:column;padding:24px;border:1px solid var(--ink-200);border-radius:20px;background:var(--white)}.tool-card-grid article.featured{border-color:var(--studio-pink);box-shadow:8px 8px #f4bdff}.tool-card-logo{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;overflow:hidden;color:var(--studio-cream);background:var(--studio-navy);font-weight:950}.tool-card-logo img{width:100%;height:100%;object-fit:cover}.tool-card-topline{display:flex;justify-content:space-between;margin-top:25px;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}.tool-card-grid h2{margin:10px 0;font-size:28px}.tool-card-grid p{color:var(--muted);font-size:13px}.tool-card-grid a{display:flex;align-items:center;gap:5px;margin-top:auto;font-weight:900}.tool-card-grid article>em{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:4px;color:#7a3c72;font-size:10px;font-style:normal;font-weight:900}.affiliate-note{margin-top:28px;color:var(--muted);font-size:11px}.contextual-pack-free,.contextual-pack-gate{align-self:center;display:grid;gap:7px;padding:18px;border:1px solid #ffffff2a;border-radius:14px}.contextual-pack-free p,.contextual-pack-gate p{margin:0;font-size:12px}.dynamic-pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dynamic-pricing-grid .plan{min-height:440px}.dynamic-pricing-grid .plan button{margin-top:auto}.course-desktop-buybar{position:fixed;z-index:80;right:22px;bottom:22px;display:flex;align-items:center;gap:16px;padding:9px 10px 9px 16px;border:1px solid #ffffff25;border-radius:18px;color:#fff;background:#171d38f5;box-shadow:0 18px 45px #11162f55;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.course-desktop-buybar span{display:grid}.course-desktop-buybar small{color:#b9bbca;font-size:9px;font-weight:800;text-transform:uppercase}.course-desktop-buybar b{font-size:18px}.course-desktop-buybar strong{display:flex;align-items:center;gap:6px;min-height:44px;padding:0 15px;border-radius:12px;color:var(--studio-navy);background:var(--studio-pink);font-size:12px}@media(max-width:900px){.tool-card-grid{grid-template-columns:repeat(2,1fr)}.article-inline-image{margin-inline:0}.cookie-banner{grid-template-columns:auto 1fr}.cookie-actions{grid-column:2}}@media(max-width:760px){.course-desktop-buybar{display:none}}@media(max-width:620px){.cookie-banner{left:10px;right:10px;bottom:10px;width:calc(100% - 20px);grid-template-columns:1fr}.cookie-icon{display:none}.cookie-actions{grid-column:1;display:grid}.translation-tabs{align-items:stretch;flex-wrap:wrap}.translation-tabs span{width:100%;margin:4px 5px 0}.translation-create,.faq-editor-row,.tool-card-grid,.dynamic-pricing-grid{grid-template-columns:1fr}.tool-directory-toolbar{flex-direction:column}.tool-directory-hero{padding-top:90px}.tool-card-grid article{min-height:270px}}.admin-image-upload{width:100%;display:grid;gap:9px}.admin-image-upload-label{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.admin-image-upload-label>div{display:grid;gap:3px}.admin-image-upload-label b{font-size:12px}.admin-image-upload-label span{color:var(--muted);font-size:10px}.admin-image-dropzone{position:relative;min-height:230px;display:grid;place-items:center;align-content:center;gap:13px;overflow:hidden;padding:22px;border:1.5px dashed #b9bcc8;border-radius:15px;background:#fafafd;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.admin-image-dropzone.dragging{border-color:var(--violet-600);background:var(--violet-100);box-shadow:0 0 0 4px #7c5cff1c}.admin-image-dropzone.has-image{min-height:280px;padding:0;border-style:solid;background:#eeedf1}.admin-image-dropzone.has-image>img{width:100%;height:100%;min-height:280px;max-height:500px;object-fit:contain}.admin-image-dropzone.has-image>.btn{position:absolute;right:12px;bottom:12px;box-shadow:var(--shadow-xs)}.admin-image-dropzone>div{display:grid;justify-items:center;gap:3px;color:var(--ink-700);text-align:center}.admin-image-dropzone>div p{margin:0;color:var(--muted);font-size:11px}.admin-image-upload-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:7px;border-radius:14px;color:var(--violet-600);background:var(--violet-100)}.admin-image-upload.compact .admin-image-dropzone{min-height:155px}.admin-image-upload.compact .admin-image-dropzone.has-image,.admin-image-upload.compact .admin-image-dropzone.has-image>img{min-height:180px;max-height:340px}.admin-upload-message{margin:0;color:#9c3131;font-size:11px;font-weight:750}.admin-upload-message.success{color:#247247}.admin-image-url-fallback{color:var(--muted);font-size:10px}.admin-image-url-fallback summary{width:fit-content;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.admin-image-url-fallback .field{margin-top:9px}.admin-prompt-media-upload{width:100%;display:grid;gap:8px}.admin-prompt-media-dropzone{position:relative;min-height:180px;display:grid;place-items:center;align-content:center;gap:11px;overflow:hidden;padding:18px;border:1.5px dashed #b9bcc8;border-radius:13px;background:#fafafd;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.admin-prompt-media-dropzone.dragging{border-color:var(--violet-600);background:var(--violet-100);box-shadow:0 0 0 4px #7c5cff1c}.admin-prompt-media-dropzone.has-media{min-height:0;aspect-ratio:4/3;padding:0;border-style:solid;background:var(--ink-950)}.admin-prompt-media-dropzone.has-media>img,.admin-prompt-media-dropzone.has-media>video{display:block;width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;background:var(--ink-950)}.admin-prompt-media-empty{display:grid;justify-items:center;gap:3px;color:var(--ink-700);text-align:center}.admin-prompt-media-empty>span{width:45px;height:45px;display:grid;place-items:center;margin-bottom:5px;border-radius:13px;color:var(--violet-600);background:var(--violet-100)}.admin-prompt-media-empty p{margin:0;color:var(--muted);font-size:10px}.admin-prompt-media-upload.compact .admin-prompt-media-dropzone{min-height:145px}.admin-prompt-media-upload.compact .admin-prompt-media-dropzone.has-media{min-height:0;aspect-ratio:16/10}.admin-prompt-media-upload.compact .admin-prompt-media-dropzone.has-media>img,.admin-prompt-media-upload.compact .admin-prompt-media-dropzone.has-media>video{min-height:0;max-height:none}.admin-prompt-media-actions{display:flex}.admin-prompt-media-actions .btn{width:100%;min-width:0;justify-content:center}.builder-onboarding{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:12px;margin:-7px 0 18px;padding:15px 17px;border:1px solid #dcd5ff;border-radius:14px;background:#f7f5ff}.builder-onboarding>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--violet-600);font-weight:900}.builder-onboarding b,.builder-onboarding p{margin:0}.builder-onboarding p{margin-top:3px;color:var(--muted);font-size:11px}.lesson-create-image{grid-column:1/-1}.lesson-editor-actions{display:flex;align-items:center;gap:8px}.prompt-pack-notion-page{max-width:1440px}.notion-editor-head{position:relative}.notion-language-tabs{position:sticky;z-index:25;top:calc(var(--header-height) + 8px);box-shadow:0 8px 24px #171d3810}.notion-editor-layout{display:grid;grid-template-columns:minmax(0,900px) 285px;justify-content:center;gap:22px;align-items:start}.notion-document{min-width:0;overflow:hidden;border:1px solid var(--ink-200);border-radius:18px;background:var(--white);box-shadow:0 16px 50px #171d3808}.notion-document-cover{padding:18px 18px 0}.notion-document-cover .admin-image-dropzone{min-height:210px;border-radius:13px}.notion-document-cover .admin-image-dropzone.has-image,.notion-document-cover .admin-image-dropzone.has-image>img{min-height:230px;max-height:390px}.notion-title-block{padding:34px 64px 30px;border-bottom:1px solid var(--ink-100)}.notion-title-input,.notion-summary-input{width:100%;border:0;outline:0;resize:none;color:var(--ink-950);background:transparent}.notion-title-input{min-height:1.95em;overflow:hidden;resize:none;field-sizing:content;font-family:var(--font-display);font-size:clamp(35px,4vw,50px);line-height:1.02;letter-spacing:-.04em;font-weight:900}.notion-title-input::placeholder{color:#c8c9cf}.notion-summary-input{margin-top:17px;padding:0;color:var(--ink-600);font-size:16px;line-height:1.6}.notion-content-block,.notion-prompt-section{padding:38px 64px;border-bottom:1px solid var(--ink-100)}.notion-content-block h2,.notion-prompt-section h2{margin:4px 0 5px;font-size:25px}.notion-content-block>textarea{width:100%;min-height:210px;margin-top:15px;padding:0;border:0;outline:0;resize:vertical;color:var(--ink-800);background:transparent;font:inherit;font-size:14px;line-height:1.75}.notion-block-kicker{display:flex;align-items:center;gap:6px;color:var(--violet-600);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.notion-block-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.notion-block-heading p{margin:3px 0 0;color:var(--muted);font-size:11px}.notion-check-list{display:grid;gap:6px;margin-top:16px}.notion-check-list>div{display:grid;grid-template-columns:22px minmax(0,1fr) 30px;align-items:center;gap:7px;min-height:42px;padding:4px 5px 4px 11px;border:1px solid transparent;border-radius:9px}.notion-check-list>div:focus-within{border-color:var(--ink-200);background:var(--ink-50)}.notion-check-list svg{color:#2d8453}.notion-check-list input{min-width:0;border:0;outline:0;background:transparent;font-size:13px}.notion-prompt-list{display:grid;gap:14px;margin-top:20px}.notion-prompt-block{overflow:hidden;border:1px solid var(--ink-200);border-radius:14px;background:var(--white)}.notion-prompt-toolbar{min-height:42px;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:6px 8px 6px 12px;border-bottom:1px solid var(--ink-100);background:var(--ink-50)}.notion-prompt-toolbar>span{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}.notion-prompt-toolbar>div{display:flex;gap:3px}.notion-prompt-toolbar .icon-button{width:29px;height:29px}.notion-prompt-toolbar .icon-button:disabled{opacity:.3}.notion-prompt-title{width:calc(100% - 32px);margin:19px 16px 7px;padding:0 0 10px;border:0;border-bottom:1px solid var(--ink-100);outline:0;font-family:var(--font-display);font-size:20px;font-weight:850}.notion-prompt-block>.field{margin:13px 16px 16px}.notion-prompt-block textarea{min-height:90px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.6}.notion-prompt-block>.field:last-child textarea{min-height:70px;font-family:inherit}.notion-prompt-media-editor{display:grid;gap:12px;margin-top:19px;padding:16px;border-top:1px solid var(--ink-100);background:var(--ink-50)}.notion-prompt-media-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.notion-prompt-media-head>div{display:grid;gap:3px}.notion-prompt-media-head>div>span{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:900}.notion-prompt-media-head small,.notion-prompt-media-empty-note{margin:0;color:var(--muted);font-size:10px}.notion-prompt-media-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.notion-prompt-media-list>article{min-width:0;display:grid;gap:10px;padding:11px;border:1px solid var(--ink-200);border-radius:12px;background:var(--white)}.notion-prompt-media-controls{display:flex;justify-content:space-between;align-items:end;gap:10px}.notion-prompt-media-controls label{display:grid;gap:4px;color:var(--muted);font-size:9px;font-weight:800}.notion-prompt-media-controls select{min-height:34px;padding:0 30px 0 9px;border:1px solid var(--ink-200);border-radius:8px;background:var(--white);font-size:10px}.notion-prompt-media-list .field{margin:0}.notion-add-block{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:13px;border:1px dashed var(--ink-300);border-radius:11px;color:var(--ink-600);background:transparent;font-weight:800}.notion-add-block:hover{color:var(--violet-600);border-color:var(--violet-600);background:var(--violet-100)}.notion-settings-panel{position:sticky;top:calc(var(--header-height) + 72px);display:grid;gap:15px;padding:18px;border:1px solid var(--ink-200);border-radius:16px;background:var(--white);box-shadow:0 12px 34px #171d3808}.notion-settings-title{display:flex;align-items:center;gap:9px;padding-bottom:13px;border-bottom:1px solid var(--ink-100)}.notion-settings-title>div{display:grid}.notion-settings-title span{color:var(--muted);font-size:10px}.notion-settings-panel .field{gap:5px}.notion-settings-panel .field small{color:var(--muted);font-size:9px;line-height:1.35}.notion-property-group{padding-top:12px;border-top:1px solid var(--ink-100)}.notion-property-group summary{display:flex;align-items:center;gap:7px;cursor:pointer;font-size:11px;font-weight:900}.notion-property-group>p{color:var(--muted);font-size:10px;line-height:1.45}.notion-property-group>.field{margin-top:10px}.notion-property-group>.admin-prompt-media-upload{margin-top:12px}.admin-accent-control{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:9px;min-height:42px;padding:4px;border:1px solid var(--ink-200);border-radius:11px;background:var(--white)}.admin-accent-control input[type=color]{width:42px;height:34px;padding:2px;border:0;border-radius:8px;background:transparent;cursor:pointer}.admin-accent-control input[type=color]::-webkit-color-swatch-wrapper{padding:0}.admin-accent-control input[type=color]::-webkit-color-swatch{border:0;border-radius:6px}.admin-accent-control output{color:var(--ink-600);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:800;letter-spacing:.04em}@media(max-width:1100px){.notion-editor-layout{grid-template-columns:minmax(0,1fr) 260px}.notion-title-block,.notion-content-block,.notion-prompt-section{padding-inline:38px}}@media(max-width:840px){.notion-editor-layout{grid-template-columns:1fr}.notion-settings-panel{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.notion-settings-title,.notion-property-group{grid-column:1/-1}}@media(max-width:620px){.notion-language-tabs{top:calc(var(--header-height) + 52px)}.notion-document-cover{padding:10px 10px 0}.notion-title-block,.notion-content-block,.notion-prompt-section{padding:26px 20px}.notion-title-input{font-size:38px}.notion-settings-panel{grid-template-columns:1fr;padding:15px}.notion-settings-title,.notion-property-group{grid-column:auto}.notion-block-heading{align-items:stretch;flex-direction:column}.notion-block-heading .btn{width:100%;justify-content:center}.notion-prompt-toolbar>span svg{display:none}.notion-prompt-media-head{align-items:stretch;flex-direction:column}.notion-prompt-media-list{grid-template-columns:1fr}.admin-image-dropzone,.admin-image-dropzone.has-image,.admin-image-dropzone.has-image>img{min-height:190px}.lesson-editor-title{gap:12px}.lesson-editor-actions{align-items:flex-end;flex-direction:column}}.admin-course-table{grid-template-columns:minmax(260px,1fr) 100px 70px 95px 85px 88px}.admin-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.admin-row-actions button{border:0}.admin-section-tabs{display:flex;gap:6px;margin:0 0 20px;padding:6px;overflow-x:auto;border:1px solid var(--ink-200);border-radius:15px;background:var(--white)}.admin-section-tabs button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:0;border-radius:10px;color:var(--ink-600);background:transparent;font-size:12px;font-weight:800;white-space:nowrap}.admin-section-tabs button:hover,.admin-section-tabs button.active{color:var(--ink-950);background:var(--banana-100)}.admin-message.success{color:#176631;background:#e9f9ee;border-color:#b7e6c4}.admin-message.error{color:var(--red-600);background:var(--red-100);border-color:#f2c2c2}.admin-message button{margin-left:auto;border:0;background:transparent;color:inherit;font-size:19px}.admin-page-head .back-link{width:fit-content;display:flex;align-items:center;gap:3px}.admin-course-identity{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:15px;margin-bottom:18px;padding:14px;border:1px solid var(--ink-200);border-radius:17px;background:var(--white)}.admin-course-identity>img{width:74px;height:58px;object-fit:cover;border-radius:11px;background:var(--ink-100)}.admin-course-identity>div{min-width:0;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px 9px}.admin-course-identity>div b{min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--ink-600);font-size:12px}.admin-course-identity>div small{grid-column:1/-1;color:var(--ink-500)}.admin-course-identity>a{display:inline-flex;align-items:center;gap:6px;color:var(--violet-600);font-size:11px;font-weight:800}.course-ops-overview{grid-template-columns:1.1fr .9fr}.admin-panel-head button:not(.btn){border:0;color:var(--violet-600);background:transparent;font-size:11px;font-weight:800}.course-enrollment-list,.course-admin-post-list{display:grid}.course-enrollment-list>article{display:grid;grid-template-columns:40px minmax(180px,1fr) 92px 80px 112px 105px;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--ink-100);font-size:11px}.course-enrollment-list.compact>article{grid-template-columns:38px minmax(140px,1fr) 90px}.course-enrollment-list>article:first-child,.course-admin-post-list>a:first-child{border-top:0}.learner-avatar,.mail-user-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;color:var(--violet-600);background:var(--violet-100);font-weight:900}.learner-identity,.course-enrollment-list article>span:not(.learner-avatar):not(.publish-pill){min-width:0;display:grid}.learner-identity b,.learner-identity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.learner-identity small,.course-enrollment-list article>span small{color:var(--ink-500)}.enrollment-source{width:fit-content;padding:5px 8px;border-radius:999px;color:var(--ink-600);background:var(--ink-100);font-size:9px;font-weight:800;text-transform:capitalize}.course-community-admin-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);align-items:start;gap:20px}.announcement-composer{position:sticky;top:calc(var(--header-height) + 18px)}.announcement-composer form{display:grid;gap:13px}.check-row{display:flex;align-items:center;gap:8px;color:var(--ink-600);font-size:11px}.check-row input{width:16px;height:16px;accent-color:var(--violet-600)}.check-row span{display:flex;align-items:center;gap:6px}.course-admin-post-list>a{display:grid;grid-template-columns:38px 1fr;gap:11px;padding:14px 0;border-top:1px solid var(--ink-100);color:var(--ink-950)}.course-post-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;color:var(--violet-600);background:var(--violet-100)}.course-post-icon.announcement{color:#7b5a08;background:var(--banana-100)}.course-admin-post-list>a>div{min-width:0}.course-admin-post-list>a>div>div{display:flex;align-items:center;gap:7px;margin-bottom:5px}.course-admin-post-list em{color:var(--ink-500);font-size:9px;font-style:normal}.course-admin-post-list b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.course-admin-post-list p{display:-webkit-box;margin:4px 0;overflow:hidden;color:var(--ink-600);font-size:11px;-webkit-line-clamp:2;-webkit-box-orient:vertical}.course-admin-post-list small{color:var(--ink-500);font-size:9px}.mailing-filters{display:flex;align-items:center;gap:8px}.mailing-filters select{min-height:40px;padding:0 34px 0 11px;border:1px solid var(--ink-200);border-radius:10px;background:var(--white)}.mailing-user-list,.newsletter-campaign-list{display:grid}.mailing-user-list>article{display:grid;grid-template-columns:40px minmax(220px,1fr) 90px 90px;align-items:center;gap:12px;padding:13px 0;border-top:1px solid var(--ink-100)}.mailing-user-list>article:first-child,.newsletter-campaign-list>article:first-child{border-top:0}.mailing-user-list>article>div{min-width:0;display:grid}.mailing-user-list b,.mailing-user-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mailing-user-list small{color:var(--ink-500);font-size:10px}.mailing-user-list article>button{border:0;color:var(--violet-600);background:transparent;font-size:10px;font-weight:800}.newsletter-campaign-list>article{display:grid;grid-template-columns:42px minmax(220px,1fr) 80px 70px 76px;align-items:center;gap:12px;padding:14px 0;border-top:1px solid var(--ink-100)}.campaign-status-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;color:var(--ink-600);background:var(--ink-100)}.campaign-status-icon.sent{color:#176631;background:#e9f9ee}.newsletter-campaign-list>article>div:nth-child(2),.newsletter-campaign-list>article>span:nth-child(4){min-width:0;display:grid}.newsletter-campaign-list b,.newsletter-campaign-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.newsletter-campaign-list small{color:var(--ink-500);font-size:10px}.newsletter-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.82fr);align-items:start;gap:20px}.newsletter-source-panel .admin-panel-head>svg{color:var(--violet-600)}.html-newsletter-editor{min-height:480px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;line-height:1.6;tab-size:2}.newsletter-editor-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.newsletter-security-note{display:flex;align-items:flex-start;gap:7px;margin:16px 0 0;padding:12px;border-radius:11px;color:var(--ink-600);background:var(--ink-50);font-size:10px;line-height:1.5}.newsletter-security-note svg{flex:0 0 auto;color:var(--green-600)}.newsletter-preview-panel{position:sticky;top:calc(var(--header-height) + 18px)}.newsletter-preview-panel h2{display:flex;align-items:center;gap:7px}.email-preview-chrome{overflow:hidden;border:1px solid var(--ink-200);border-radius:14px;background:var(--ink-100);box-shadow:var(--shadow-sm)}.email-preview-chrome>div{height:38px;display:flex;align-items:center;gap:6px;padding:0 12px;background:var(--ink-950)}.email-preview-chrome>div i{width:8px;height:8px;border-radius:50%;background:#ff796f}.email-preview-chrome>div i:nth-child(2){background:#ffcf5c}.email-preview-chrome>div i:nth-child(3){background:#64d27b}.email-preview-chrome>div span{margin-left:7px;overflow:hidden;color:var(--ink-300);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.email-preview-chrome iframe{width:100%;height:650px;display:block;border:0;background:#fff}.community-access-gate{max-width:680px;min-height:calc(100vh - var(--header-height) - 120px);display:grid;place-items:center;align-content:center;gap:12px;margin:auto;padding:70px 24px;text-align:center}.community-access-gate>span{width:66px;height:66px;display:grid;place-items:center;border-radius:20px;color:var(--studio-navy);background:var(--banana-500);box-shadow:var(--shadow-md)}.community-access-gate h1{max-width:620px;margin:0;font-size:clamp(34px,5vw,60px)}.community-access-gate p:not(.eyebrow){max-width:590px;margin:0 0 10px;color:var(--ink-600)}.community-enrollment-note{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--ink-600);font-size:10px;font-weight:800}@media(max-width:1100px){.course-community-admin-grid,.newsletter-editor-grid{grid-template-columns:1fr}.announcement-composer,.newsletter-preview-panel{position:static}.course-enrollment-list>article{grid-template-columns:38px minmax(180px,1fr) 90px 70px}.course-enrollment-list>article>span:nth-last-child(-n+2){display:none}}@media(max-width:680px){.admin-course-table{grid-template-columns:1fr auto}.admin-course-table>*:not(.admin-course-cell):not(.admin-row-actions){display:none}.admin-course-identity{grid-template-columns:58px 1fr}.admin-course-identity>img{width:58px;height:50px}.admin-course-identity>a{grid-column:1/-1}.admin-section-tabs{margin-inline:-14px;padding-inline:14px;border-inline:0;border-radius:0}.course-enrollment-list>article,.course-enrollment-list.compact>article{grid-template-columns:36px minmax(0,1fr) 84px}.course-enrollment-list>article>*:nth-child(n+4){display:none}.mailing-filters{width:100%;align-items:stretch;flex-direction:column}.mailing-filters .search-box{width:100%}.mailing-user-list>article{grid-template-columns:36px minmax(0,1fr) auto}.mailing-user-list>article>button{grid-column:2/4;justify-self:start}.newsletter-campaign-list>article{grid-template-columns:38px minmax(0,1fr) auto}.newsletter-campaign-list>article>span:nth-child(4){display:none}.newsletter-campaign-list .admin-row-actions{grid-column:2/4;justify-content:flex-start}.newsletter-editor-actions{align-items:stretch;flex-direction:column-reverse}.newsletter-editor-actions .btn{width:100%}.email-preview-chrome iframe{height:540px}}.blog-card-art{position:relative}.blog-member-badge{position:absolute;right:13px;top:13px;display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;color:var(--studio-cream);background:#171d38e6;box-shadow:0 5px 18px #171d3833;font-size:9px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.blog-tags .member-content-tag{color:var(--studio-navy);background:var(--studio-lime)}.article-body-preview{margin-bottom:75px}.content-paywall{position:relative;isolation:isolate;margin:-115px -20px 0;padding:165px 20px 0;text-align:center}.content-paywall:before{content:"";position:absolute;z-index:-1;inset:0 0 auto;height:230px;background:linear-gradient(180deg,#fff0,#ffffffeb 48%,#fff 78%);pointer-events:none}.content-paywall-fade{max-width:610px;display:grid;gap:11px;margin:0 auto -25px;opacity:.18}.content-paywall-fade i{height:10px;display:block;border-radius:999px;background:var(--studio-navy)}.content-paywall-fade i:nth-child(2){width:87%;justify-self:center}.content-paywall-fade i:nth-child(3){width:62%;justify-self:center}.content-paywall-card{max-width:650px;position:relative;z-index:1;margin:auto;padding:38px 42px 32px;overflow:hidden;border:1px solid rgba(23,29,56,.16);border-radius:30px 30px 8px;color:var(--studio-cream);background:var(--studio-navy);box-shadow:0 25px 70px #171d382e}.content-paywall-card:after{content:"";position:absolute;right:-62px;top:-68px;width:170px;height:170px;border:31px solid var(--studio-pink);border-radius:50%;opacity:.18;pointer-events:none}.content-paywall-icon{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 17px;border-radius:18px;color:var(--studio-navy);background:var(--studio-lime);transform:rotate(-3deg)}.content-paywall-eyebrow{display:inline-flex;align-items:center;gap:6px;color:var(--studio-pink);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.content-paywall h2{max-width:520px;margin:12px auto 10px;color:var(--studio-cream);font-size:clamp(30px,5vw,47px);line-height:1}.content-paywall-card>p:not(.content-paywall-signin){max-width:530px;margin:0 auto;color:#f6f1e6b3;font-size:15px;line-height:1.65}.content-paywall-remaining{width:fit-content;display:block;margin:18px auto 0;padding:7px 11px;border:1px solid rgba(246,241,230,.16);border-radius:999px;color:var(--studio-cream);font-size:11px}.content-paywall-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;margin:22px auto;color:#f6f1e6d1;font-size:11px;font-weight:750}.content-paywall-benefits span{display:inline-flex;align-items:center;gap:5px}.content-paywall-benefits svg{color:var(--studio-lime)}.content-paywall-cta{width:min(100%,350px);justify-content:center;margin:auto;color:var(--studio-navy);background:var(--studio-lime);border-color:var(--studio-lime);box-shadow:none}.content-paywall-signin{margin:14px 0 0;color:#f6f1e69e;font-size:12px}.content-paywall-signin a{color:var(--studio-cream);font-weight:900;text-decoration:underline;text-underline-offset:3px}.content-paywall-card>small{display:block;margin-top:15px;color:#f6f1e666;font-size:9px}.content-paywall-prompt-pack{margin:0;padding:90px 0 0}.content-paywall-prompt-pack:before{height:150px;background:linear-gradient(180deg,rgba(246,241,230,0),rgba(246,241,230,.94) 62%,var(--studio-paper))}.content-paywall-prompt-pack .content-paywall-card{border-radius:5px 30px 5px 5px;box-shadow:10px 11px 0 var(--pack-accent)}.content-paywall-prompt-pack .content-paywall-icon,.content-paywall-prompt-pack .content-paywall-cta{color:var(--pack-on-accent);background:var(--pack-accent);border-color:var(--pack-accent)}.admin-blog-table{grid-template-columns:minmax(260px,1fr) 78px 100px 110px 42px}@media(max-width:860px){.prompt-pack-sidebar{grid-row:auto}.prompt-pack-sidebar>.pack-members-gate:not(.unlocked){display:none}}@media(max-width:680px){.content-paywall{margin:-85px -16px 0;padding:130px 16px 0}.content-paywall-card{padding:31px 20px 27px;border-radius:24px 24px 7px}.content-paywall-benefits{display:grid;justify-content:start;width:fit-content;text-align:left}.content-paywall-prompt-pack{margin:0;padding:72px 0 0}.content-paywall-prompt-pack .content-paywall-card{border-radius:5px 24px 5px 5px;box-shadow:7px 8px 0 var(--pack-accent)}}
