:root{--bg:#0b0b0a;--panel:#111;--panel-soft:#171512;--text:#e8dfd2;--text-strong:#f3eadc;--muted:#b8aa95;--accent:#b88746;--accent-soft:#d7b06a;--bronze:#8a6234;--border:#2a241b}*{box-sizing:border-box}html,body{min-height:100%}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 0 0,#b887460e,#0000 26rem),radial-gradient(circle at 100% 0,#d7b06a09,#0000 24rem),linear-gradient(#0b0b0a 0%,#080807 100%);flex-direction:column;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;display:flex}main{flex:1;width:100%;max-width:1350px;margin:0 auto;padding:2.5rem 2rem}a{color:inherit}.site-header,.site-footer{max-width:1100px;margin:0 auto;padding:1.25rem}.site-header{background:0 0;justify-content:flex-start;align-items:center;gap:2rem;width:100%;max-width:1350px;margin:0 auto;padding:1.25rem 2rem;display:flex}.brand{flex-shrink:0;align-items:center;min-width:max-content;text-decoration:none;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--accent-soft), var(--accent), var(--bronze));color:#0b0b0a;letter-spacing:-.08em;border-radius:.8rem;place-items:center;width:2.4rem;height:2.4rem;font-size:1.35rem;font-style:italic;font-weight:900;display:grid}.brand-logo{flex-shrink:0;width:3rem;height:3rem;display:block}.brand-lockup{flex-direction:column;line-height:1;display:flex}.brand-name{color:#e4cfaa;letter-spacing:-.035em;font-size:1rem;font-weight:850}.brand-tagline{color:var(--muted);margin-top:.16rem;font-size:.68rem}nav{flex-shrink:0;gap:1.25rem;margin-left:auto;display:flex}nav a{color:var(--muted);white-space:nowrap;text-decoration:none;transition:color .2s}nav a:hover{color:var(--accent)}@media (width<=768px){.site-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}nav{flex-wrap:wrap;justify-content:flex-start;gap:1rem;width:100%;margin-left:0}nav a{font-size:.95rem}main{padding:2rem 1.25rem}.hero{padding:2.5rem 0}.hero h1{color:#ead8bd;font-size:clamp(2.25rem,11vw,3.4rem);line-height:1.05}.hero p{color:#c9baa5;max-width:1100px;font-size:1.08rem}.page-heading h1,.article h1{font-size:clamp(2rem,9vw,3rem)}.article{font-size:1rem}.article h2{font-size:clamp(1.45rem,6vw,2rem)}.article-figure{margin:2rem 0}.content-section h2,.contact-panel h2,.submission-panel h2,.value-card h3,.contact-list strong{color:#e4cfaa}.button,button.button{background:linear-gradient(135deg, var(--accent-soft), var(--accent), var(--bronze));color:#0b0b0a;width:fit-content;font:inherit;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;margin-top:1.5rem;padding:.85rem 1.2rem;font-weight:850;line-height:1;text-decoration:none;transition:transform .2s,opacity .2s,box-shadow .2s;display:inline-flex;box-shadow:0 12px 30px #b887462e}.button:hover,button.button:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 16px 38px #b887463d}.button-secondary{color:var(--text);border:1px solid var(--border);box-shadow:none;background:0 0}.button-secondary:hover{color:var(--accent-soft);box-shadow:none;border-color:#d7b06a8c}.site-footer{padding:1.25rem}}@media (width<=420px){.brand-tagline{display:none}.brand-mark{width:2.25rem;height:2.25rem}.hero h1{font-size:clamp(2rem,12vw,2.8rem)}}main{max-width:1100px;margin:0 auto;padding:3rem 1.25rem}.hero h1{letter-spacing:-.055em;color:#e4cfaa;max-width:1100px;margin:.5rem 0 1rem;font-size:clamp(2.35rem,4vw,4.15rem);line-height:1.06}.page-heading h1{letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.08}.article h1{letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.08}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:700}.article-list{gap:1.25rem;margin-top:2.5rem;display:grid}.article-card{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#b887461a,#0000 32%),#ffffff09;border-radius:1.25rem;padding:1.5rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:block}.article-card:hover{background:radial-gradient(circle at 100% 0,#b887461f,#0000 34%),#ffffff0d;border-color:#d7b06a8c;transform:translateY(-2px)}.article-card-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.article-card-header .eyebrow{margin:0}.article-card-date{color:var(--muted);white-space:nowrap;margin:0;font-size:.9rem}.article-card h2{color:var(--text);letter-spacing:-.035em;margin:.25rem 0 .75rem;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.18}.article-card p{color:var(--muted)}.article-card-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.article-card-tags span{border:1px solid var(--border);color:var(--muted);background:#0f172ab3;border-radius:999px;align-items:center;padding:.3rem .6rem;font-size:.78rem;font-weight:700;display:inline-flex}@media (width<=640px){.article-card{padding:1.25rem}.article-card-header{flex-direction:column;align-items:flex-start;gap:.35rem}.article-card-date{white-space:normal}}.article{max-width:760px}.article hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.date{color:var(--muted)}.content{max-width:760px}.site-footer{color:var(--muted);border-top:1px solid var(--border)}.article{max-width:780px;font-size:1.08rem}.article h1{margin-bottom:1rem}.article h2{letter-spacing:-.04em;margin-top:3rem;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.4rem);line-height:1.15}.article h3{margin-top:2rem;font-size:1.35rem}.article p{margin:1.1rem 0}.article strong{color:#fff;font-weight:800}.article em{color:#cbd5e1}.article ul,.article ol{margin:1.25rem 0;padding-left:1.5rem}.article li{margin:.65rem 0}.article blockquote{border-left:4px solid var(--accent);color:#f5e7c8;background:#b887461a;border-radius:0 1rem 1rem 0;margin:2rem 0;padding:1.25rem 1.5rem;font-size:1.15rem}.article code{background:#ffffff14;border-radius:.35rem;padding:.15rem .35rem;font-size:.95em}.article-intro{color:#cbd5e1;font-size:1.25rem}.callout{background:linear-gradient(135deg,#b887461f,#ffffff06);border:1px solid #b8874659;border-radius:1rem;margin:2rem 0;padding:1.25rem}.callout p:first-child{margin-top:0}.callout p:last-child{margin-bottom:0}.article-figure{margin:2.5rem 0}.article-figure img{border:1px solid var(--border);background:var(--panel);border-radius:1.25rem;width:100%}.article-figure figcaption{color:var(--muted);text-align:center;margin-top:.75rem;font-size:.95rem}.section-grid,.featured-section,.mission-section,.coming-next{margin-top:4rem}.section-heading{max-width:760px;margin-bottom:2rem}.section-heading h2,.featured-section h2,.mission-section h2,.coming-next h2{letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(1.9rem,3vw,3rem);line-height:1.12}.section-heading p,.featured-section p,.mission-section p,.coming-next p{color:var(--muted)}.topic-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.topic-card{border:1px solid var(--border);background:#ffffff09;border-radius:1.25rem;padding:1.25rem}.topic-card h3{margin:0 0 .75rem;font-size:1.1rem}.topic-card p{color:var(--muted);margin:0;font-size:.98rem}.featured-section{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#b887461f,#0000 35%),#ffffff06;border-radius:1.5rem;grid-template-columns:1.5fr 1fr;align-items:stretch;gap:1.5rem;padding:2rem;display:grid}.featured-panel{border:1px solid var(--border);background:#ffffff09;border-radius:1.25rem;padding:1.25rem}.panel-label{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800}.text-link{color:var(--accent);margin-top:1rem;font-weight:800;text-decoration:none;display:inline-block}.text-link:hover{text-decoration:underline}.mission-section,.coming-next{border:1px solid var(--border);background:#ffffff09;border-radius:1.25rem;padding:2rem}.coming-list{gap:.75rem;margin-top:1.5rem;display:grid}.coming-list p{border:1px solid var(--border);color:var(--text);background:#0f172a8c;border-radius:.9rem;margin:0;padding:1rem}@media (width<=900px){.topic-grid{grid-template-columns:repeat(2,1fr)}.featured-section{grid-template-columns:1fr}}@media (width<=640px){.section-grid,.featured-section,.mission-section,.coming-next{margin-top:3rem}.topic-grid{grid-template-columns:1fr}.featured-section,.mission-section,.coming-next{padding:1.25rem}}.comments-section{border-top:1px solid var(--border);margin-top:4rem;padding-top:2rem}.comments-section h2{letter-spacing:-.035em;margin:0 0 .5rem;font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.2}.comments-section p{color:var(--muted);margin:0 0 1.5rem}.content-section{max-width:820px;margin-top:4rem}.content-section h2,.contact-panel h2{letter-spacing:-.04em;margin:0 0 1rem;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15}.content-section p{color:var(--muted);font-size:1.08rem}.content-section blockquote{border-left:4px solid var(--accent);color:#f5e7c8;background:#b887461a;border-radius:0 1rem 1rem 0;margin:2rem 0;padding:1.25rem 1.5rem;font-size:1.15rem;font-weight:700}.value-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem;display:grid}.value-card,.contact-panel{border:1px solid var(--border);background:#ffffff09;border-radius:1.25rem}.value-card{padding:1.25rem}.value-card h3{margin:0 0 .75rem;font-size:1.1rem}.value-card p{color:var(--muted);margin:0}.contact-panel{max-width:900px;margin-top:4rem;padding:2rem}.contact-list{gap:1rem;margin-top:1.5rem;display:grid}.contact-list p{border:1px solid var(--border);color:var(--muted);background:#0f172a8c;border-radius:.9rem;margin:0;padding:1rem}.contact-list strong{color:var(--text)}.contact-note{color:#dbeafe;background:#b887461a;border-radius:1rem;margin-top:1.5rem;padding:1.25rem}.contact-note p{margin:0}@media (width<=900px){.value-grid{grid-template-columns:1fr}}@media (width<=640px){.content-section,.contact-panel{margin-top:3rem}.contact-panel{padding:1.25rem}}.article-meta{border:1px solid var(--border);background:#ffffff09;border-radius:1rem;justify-content:space-between;align-items:center;gap:1.5rem;margin:2rem 0 1.25rem;padding:1rem;display:flex}.author-line{align-items:center;gap:.85rem;display:flex}.author-avatar{background:var(--accent);color:#020617;border-radius:999px;place-items:center;width:2.6rem;height:2.6rem;font-size:.85rem;font-weight:900;display:grid}.author-name{color:var(--text);margin:0;font-weight:800;line-height:1.2}.author-title{color:var(--muted);margin:.2rem 0 0;font-size:.9rem;line-height:1.2}.article-details{color:var(--muted);flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.9rem;display:flex}.tag-list{flex-wrap:wrap;gap:.5rem;margin:0 0 2rem;display:flex}.tag{border:1px solid var(--border);color:var(--muted);background:#0f172aa6;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.82rem;font-weight:700;display:inline-flex}@media (width<=640px){.article-meta{flex-direction:column;align-items:flex-start}.article-details{align-items:flex-start}}@media (width<=900px){.start-here-section{grid-template-columns:1fr}}@media (width<=640px){.start-here-section{margin-top:1rem;padding:1.25rem}.start-card{grid-template-columns:1fr}.start-card span{width:2.2rem;height:2.2rem}}.start-here-section{border:1px solid var(--border);background:radial-gradient(circle at 0 0,#b887461a,#0000 34%),#ffffff08;border-radius:1.5rem;grid-template-columns:.9fr 1.4fr;align-items:start;gap:2rem;margin-top:2rem;padding:2rem;display:grid}.start-here-content h2{letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(1.9rem,3vw,3rem);line-height:1.12}.start-here-content p{color:var(--muted)}.start-here-actions{gap:.9rem;display:grid}.start-card{border:1px solid var(--border);background:#0f172a99;border-radius:1rem;grid-template-columns:auto 1fr;gap:1rem;padding:1rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:grid}.start-card:hover{background:#0f172ad9;border-color:#d7b06a8c;transform:translateY(-2px)}.start-card span{width:2.4rem;height:2.4rem;color:var(--accent);background:#b8874624;border-radius:999px;place-items:center;font-size:.9rem;font-weight:900;display:grid}.start-card h3{color:var(--text);margin:0 0 .35rem;font-size:1.05rem}.start-card p{color:var(--muted);margin:0;font-size:.95rem}@media (width<=900px){.start-here-section{grid-template-columns:1fr}}@media (width<=640px){.start-here-section{margin-top:1rem;padding:1.25rem}.start-card{grid-template-columns:1fr}.start-card span{width:2.2rem;height:2.2rem}}.submission-panel{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#b887461a,#0000 34%),#ffffff09;border-radius:1.25rem;max-width:900px;margin-top:4rem;padding:2rem}.submission-panel h2{letter-spacing:-.04em;margin:0 0 1.5rem;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.15}.submission-form{gap:1.25rem;display:grid}.submission-form .button{justify-self:start;margin-top:.5rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.submission-form label{color:var(--text);gap:.45rem;font-weight:750;display:grid}.submission-form input,.submission-form textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#0f172ac7;border-radius:.8rem;padding:.85rem .95rem}.submission-form input:focus,.submission-form textarea:focus{border-color:#b88746bf;outline:none;box-shadow:0 0 0 3px #b887461f}.submission-form textarea{resize:vertical}.checkbox-label{color:#c9baa5;grid-template-columns:auto 1fr;align-items:start;gap:.75rem;font-weight:600;display:grid}.checkbox-label input{width:auto;margin-top:.35rem}.submission-message{color:var(--muted);margin:0;font-weight:700}.submission-message.success{color:#86efac}.submission-message.error{color:#fca5a5}.cf-turnstile{margin-top:.25rem}@media (width<=700px){.submission-panel{padding:1.25rem}.submission-form .button{width:100%}.form-grid{grid-template-columns:1fr}}.editor-toolbar{flex-wrap:wrap;gap:.5rem;margin:.25rem 0 .75rem;display:flex}.editor-toolbar button{border:1px solid var(--border);color:var(--muted);font:inherit;cursor:pointer;background:#0f172abf;border-radius:999px;padding:.4rem .7rem;font-size:.85rem;font-weight:750;transition:border-color .2s,color .2s,background .2s}.editor-toolbar button:hover{color:var(--accent);background:#0f172af2;border-color:#b88746a6}.editor-help{color:var(--muted);margin:-.25rem 0 .75rem;font-size:.9rem}.contributor-section{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#b887461f,#0000 34%),#ffffff09;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:2rem;display:flex}.contributor-section h2{letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.12}.contributor-section p{max-width:720px;color:var(--muted)}.contributor-section .button{flex-shrink:0;margin-top:0}@media (width<=800px){.contributor-section{flex-direction:column;align-items:flex-start}.contributor-section .button{text-align:center;width:100%}}.start-here-content h2,.section-heading h2,.featured-section h2,.mission-section h2,.coming-next h2,.contributor-section h2,.page-heading h1,.article h1{color:#ead8bd}.submission-form button.submit-button{background:linear-gradient(135deg, var(--accent-soft), var(--accent), var(--bronze));color:#0b0b0a;width:fit-content;min-width:12rem;font:inherit;cursor:pointer;appearance:none;border:0;border-radius:999px;justify-content:center;align-items:center;margin-top:.5rem;padding:.9rem 1.25rem;font-weight:850;line-height:1;display:inline-flex;box-shadow:0 12px 30px #b887462e}.submission-form button.submit-button:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 16px 38px #b887463d}@media (width<=700px){.submission-form button.submit-button{width:100%}}.lesson-list{gap:1.25rem;margin-top:2.5rem;display:grid}.lesson-card{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#b887461a,#0000 34%),#ffffff08;border-radius:1.25rem;padding:1.5rem;text-decoration:none;transition:transform .2s,border-color .2s,background .2s;display:block}.lesson-card:hover{background:radial-gradient(circle at 100% 0,#b8874624,#0000 34%),#ffffff0b;border-color:#d7b06a8c;transform:translateY(-2px)}.lesson-card-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.lesson-number{color:#e4cfaa;background:#b887461a;border:1px solid #b8874666;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.8rem;font-weight:850;display:inline-flex}.lesson-meta{color:var(--muted);white-space:nowrap;font-size:.9rem}.lesson-card h2{color:#e4cfaa;letter-spacing:-.035em;margin:.25rem 0 .75rem;font-size:clamp(1.35rem,2.2vw,1.9rem);line-height:1.18}.lesson-card p{color:var(--muted)}.empty-state{border:1px solid var(--border);background:#ffffff09;border-radius:1.25rem;max-width:760px;margin-top:3rem;padding:2rem}.empty-state h2{color:#e4cfaa;margin:0 0 .75rem}.empty-state p{color:var(--muted);margin:0}.references-section{border-top:1px solid var(--border);margin-top:4rem;padding-top:2rem}.references-section h2{color:#e4cfaa}.references-section p{color:var(--muted)}.references-section ul{padding-left:1.25rem}.references-section li{margin:.65rem 0}.references-section a{color:var(--accent-soft);text-decoration:none}.references-section a:hover{text-decoration:underline}@media (width<=640px){.lesson-card{padding:1.25rem}.lesson-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.lesson-meta{white-space:normal}}.lessons-home-section{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#b8874624,#0000 34%),#ffffff09;border-radius:1.5rem;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:2rem;display:flex}.lessons-home-section h2{color:#e4cfaa;letter-spacing:-.045em;margin:.5rem 0 1rem;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.12}.lessons-home-section p{max-width:760px;color:var(--muted)}.lessons-home-section .button{flex-shrink:0;margin-top:0}@media (width<=800px){.lessons-home-section{flex-direction:column;align-items:flex-start}.lessons-home-section .button{text-align:center;width:100%}}
