@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";
:root{--brown:#6e3927;--brown-dark:#48271e;--bronze:#b86d3e;--peach:#f7dfd1;--cream:#fff7f1;--paper:#fffdfb;--sage:#e5eee7;--ink:#3e302b;--muted:#95857e;--line:#eadbd2;--shadow:0 18px 55px #532e1f1a}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:var(--paper);margin:0;font-family:DM Sans,sans-serif;font-size:15px}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--brown-dark);font-family:Playfair Display,serif}h1{margin-bottom:5px;font-size:clamp(28px,3vw,42px)}h2{margin-bottom:12px;font-size:clamp(24px,2.5vw,35px)}h3{margin-bottom:8px;font-size:22px}p{color:var(--muted);line-height:1.65}label{color:var(--brown-dark);gap:7px;font-size:13px;font-weight:600;display:grid}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:11px;outline:none;padding:13px 14px}input:focus,textarea:focus,select:focus{border-color:var(--bronze);box-shadow:0 0 0 3px #b86d3e1f}textarea{resize:vertical;min-height:105px}.campus-shell{grid-template-columns:235px minmax(0,1fr);min-height:100vh;display:grid}.campus-sidebar{border-right:1px solid var(--line);z-index:20;background:#fffaf7;flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.brand-button{background:0 0;border:0;padding:5px 16px 30px}.brand-button img{object-fit:contain;width:150px;max-height:88px}.campus-sidebar nav{gap:6px;display:grid}.campus-sidebar nav button{color:#75665f;text-align:left;background:0 0;border:0;border-radius:12px;align-items:center;gap:13px;padding:13px 15px;font-weight:600;display:flex}.campus-sidebar nav button span{text-align:center;width:24px;font-size:19px}.campus-sidebar nav button:hover,.campus-sidebar nav button.active{color:var(--brown);background:var(--cream)}.sidebar-account{border-top:1px solid var(--line);align-items:center;gap:10px;margin-top:auto;padding:20px 8px 0;display:flex}.sidebar-account div:last-child{min-width:0;display:grid}.sidebar-account strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sidebar-account small{color:var(--muted)}.avatar{background:var(--peach);width:42px;height:42px;color:var(--brown);border-radius:50%;flex:0 0 42px;place-items:center;font-weight:700;display:grid}.campus-main{min-width:0;padding-bottom:40px}.campus-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:15;background:#fffdfbed;justify-content:space-between;align-items:center;gap:20px;min-height:108px;padding:20px clamp(24px,5vw,70px);display:flex;position:sticky;top:0}.campus-header h1{margin:2px 0 0}.eyebrow{color:var(--bronze);letter-spacing:.17em;font-size:11px;font-weight:700}.header-actions,.button-row,.form-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.preview-switch{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.preview-switch select{background:#fff;width:auto;min-width:145px;padding:10px 31px 10px 12px}.primary-button,.soft-button,.text-button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:12px 17px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button{color:#fff;background:var(--brown)}.primary-button:hover{background:var(--brown-dark)}.primary-button:disabled{opacity:.55;cursor:wait}.soft-button{color:var(--brown);background:var(--cream);border-color:var(--line)}.text-button{color:var(--brown);background:0 0}.sync-bar{z-index:30;color:var(--brown);background:var(--sage);border-radius:0 0 10px 10px;padding:7px 15px;font-size:12px;position:fixed;top:108px;right:30px}.preview-banner{background:var(--cream);color:var(--brown);text-align:center;border:1px solid #dfc5b5;border-radius:11px;margin:18px clamp(24px,5vw,70px) 0;padding:11px 14px;font-size:13px}.page-stack,.admin-stack{gap:26px;max-width:1450px;margin:auto;padding:35px clamp(24px,5vw,70px);display:grid}.hero-card,.course-hero{border:1px solid var(--line);background:linear-gradient(120deg, #fff 20%, var(--cream));box-shadow:var(--shadow);border-radius:24px;justify-content:space-between;align-items:center;gap:25px;padding:clamp(25px,4vw,50px);display:flex}.hero-card h2,.course-hero h2{margin:6px 0 9px;font-size:clamp(31px,4vw,52px)}.hero-number{border-left:1px solid var(--line);color:var(--brown);text-align:center;padding-left:35px;font:600 55px Playfair Display,serif}.hero-number small{color:var(--muted);font:500 12px DM Sans,sans-serif;display:block}.stats-grid{grid-template-columns:repeat(3,1fr);gap:17px;display:grid}.stat-card{border:1px solid var(--line);background:#fff;border-radius:17px;gap:3px;padding:24px;display:grid}.stat-card strong{color:var(--brown);font:600 34px Playfair Display,serif}.stat-card span{color:var(--muted)}.section-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:20px;display:flex}.section-heading h2{margin:4px 0 0}.section-heading>span{color:var(--muted)}.course-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.course-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:18px;min-height:250px;padding:26px;transition:transform .2s,box-shadow .2s}.course-card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.course-card p{min-height:52px}.course-card small{color:var(--muted);margin-top:8px;display:block}.progress-track{background:#f0e7e2;border-radius:20px;width:100%;height:7px;overflow:hidden}.progress-track i{background:linear-gradient(90deg, var(--bronze), #d7966c);border-radius:inherit;height:100%;display:block}.course-tabs{flex-wrap:wrap;gap:9px;display:flex}.course-tabs button{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:30px;padding:10px 16px}.course-tabs button.active{color:#fff;background:var(--brown);border-color:var(--brown)}.progress-summary{min-width:260px}.progress-summary strong{color:var(--brown);margin-bottom:10px;font:600 38px Playfair Display,serif;display:block}.learning-layout{grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:20px;display:grid}.lesson-list,.review-queue,.contact-list{border:1px solid var(--line);background:#fff;border-radius:17px;align-self:start;padding:20px}.lesson-list{gap:7px;display:grid}.lesson-list>button,.review-queue>button,.contact-list>button{text-align:left;width:100%;color:var(--ink);background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;padding:12px;display:flex}.lesson-list>button>span{background:var(--cream);width:31px;height:31px;color:var(--brown);border-radius:50%;place-items:center;display:grid}.lesson-list button div,.review-queue button div,.contact-list button div{gap:2px;display:grid}.lesson-list small,.review-queue small,.contact-list small{color:var(--muted)}.lesson-list button.active,.review-queue button.active,.contact-list button.active{background:var(--cream)}.lesson-list button:disabled{opacity:.48;cursor:not-allowed}.lesson-content,.panel{border:1px solid var(--line);background:#fff;border-radius:18px;padding:clamp(22px,4vw,38px)}.video-empty{aspect-ratio:16/8;text-align:center;background:linear-gradient(135deg,#f8e7de,#f3ddd2);border-radius:15px;align-content:center;place-items:center;gap:6px;margin:24px 0;display:grid}.video-empty span{width:58px;height:58px;color:var(--brown);background:#fff;border-radius:50%;place-items:center;font-size:22px;display:grid}.video-empty p{margin:0}.video-frame{aspect-ratio:16/9;background:#241813;border-radius:15px;margin:24px 0;position:relative;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.practice-box{background:var(--cream);border:1px dashed #d6a68b;border-radius:16px;gap:16px;margin-top:28px;padding:24px;display:grid}.preview-practice{background:var(--cream);border:1px dashed #d6a68b;border-radius:16px;margin-top:28px;padding:24px}.preview-practice strong{color:var(--brown)}.practice-box input[type=file]{background:#fff}.submission-status{background:var(--peach);border-radius:15px;margin-top:25px;padding:20px}.submission-status.approved{background:var(--sage)}.submission-status p{margin-bottom:0}.review-layout,.message-layout{grid-template-columns:minmax(270px,340px) minmax(0,1fr);gap:20px;max-width:1450px;margin:auto;padding:35px clamp(24px,5vw,70px);display:grid}.review-queue,.contact-list{gap:7px;max-height:calc(100vh - 175px);display:grid;overflow:auto}.review-queue h2,.contact-list h2{margin:3px 0 12px}.status-dot{background:#c9b9b1;border-radius:50%;width:9px;height:9px;margin-left:auto}.status-dot.pending{background:#dd8b55}.status-dot.approved{background:#76a482}.review-detail{align-content:start;gap:15px;display:grid}.review-detail>p{border-bottom:1px solid var(--line);padding-bottom:18px}.file-grid{background:var(--cream);border-radius:12px;flex-wrap:wrap;gap:10px;padding:16px;display:flex}.file-grid a{color:var(--brown);font-weight:700}.table-list{display:grid}.student-row{border-top:1px solid var(--line);grid-template-columns:46px minmax(170px,1.4fr) minmax(130px,1fr) 60px 90px;align-items:center;gap:13px;padding:15px 0;display:grid}.student-row>div:nth-child(2){display:grid}.student-row small{color:var(--muted)}.list-row{border-top:1px solid var(--line);grid-template-columns:minmax(220px,1fr) auto;gap:12px 25px;padding:18px 0;display:grid}.list-row>div{display:grid}.list-row small{color:var(--muted)}.list-row p{grid-column:1/-1;margin:0}.status-pill{background:var(--peach);height:fit-content;color:var(--brown);border-radius:30px;padding:7px 10px;font-size:12px}.status-pill.approved{background:var(--sage);color:#486e51}.chat-panel{grid-template-rows:auto 1fr auto;min-height:620px;padding:0;display:grid;overflow:hidden}.chat-header{border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:18px 22px;display:flex}.chat-header div:last-child{display:grid}.chat-header small{color:var(--muted)}.chat-body{flex-direction:column;gap:11px;padding:24px;display:flex;overflow:auto}.chat-bubble{background:var(--cream);border-radius:14px 14px 14px 3px;align-self:flex-start;max-width:72%;padding:12px 14px}.chat-bubble.mine{background:var(--brown);color:#fff;border-radius:14px 14px 3px;align-self:flex-end}.chat-bubble small{opacity:.65;margin-top:5px;font-size:9px;display:block}.chat-compose{border-top:1px solid var(--line);grid-template-columns:1fr auto;gap:10px;padding:15px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.span-2,.form-actions,.checkbox-label{grid-column:1/-1}.checkbox-label{align-items:center;gap:9px;display:flex}.checkbox-label input{width:auto}.success-box,.error-box{border-radius:11px;margin-top:14px;padding:12px 14px}.success-box{background:var(--sage);color:#476b50}.error-box{color:#8b3f32;background:#fbe4df}.access-link-box{background:var(--sage);border:1px solid #c9d9cc;border-radius:12px;grid-template-columns:1fr auto;gap:10px;margin-top:13px;padding:16px;display:grid}.access-link-box p{color:#526b58;grid-column:1/-1;margin:0}.content-list{border-top:1px solid var(--line);margin-top:22px;display:grid}.content-list div{border-bottom:1px solid var(--line);justify-content:space-between;padding:13px 0;display:flex}.content-list span{color:var(--muted)}.empty-state{text-align:center;align-content:center;place-items:center;min-height:220px;padding:25px;display:grid}.empty-state>span{color:var(--bronze);font-size:28px}.empty-state p{max-width:420px}.muted{color:var(--muted)}.login-screen{grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.login-art{color:#fff;background:linear-gradient(145deg,#462319e0,#6f3927c2),url(/academy-course-triptych.png) 50%/cover;flex-direction:column;justify-content:space-between;padding:clamp(35px,7vw,90px);display:flex}.login-art img{filter:brightness(0)invert();width:200px}.login-art h1{color:#fff;max-width:700px;font-size:clamp(44px,6vw,78px)}.login-art p{color:#f5ded2;font-size:18px}.login-form-wrap{place-items:center;padding:30px;display:grid}.login-card{gap:16px;width:min(440px,100%);display:grid}.login-card h2{margin:0;font-size:42px}.loading-screen{align-content:center;place-items:center;gap:18px;min-height:100vh;display:grid}.loading-screen img{width:210px}.spinner{border:3px solid var(--peach);border-top-color:var(--brown);border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{z-index:100;background:#2c1b168c;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.password-modal{width:min(480px,100%);box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:35px;position:relative}.password-modal form{gap:15px;display:grid}.password-hint{color:var(--muted);margin-top:-9px;line-height:1.45}.modal-close{color:var(--muted);background:0 0;border:0;font-size:27px;position:absolute;top:12px;right:15px}.mobile-navigation{display:none}.student-dashboard{background:radial-gradient(circle at 92% 3%,#f7dfd18c,#0000 26%),radial-gradient(circle at 10% 54%,#e5eee78c,#0000 27%);gap:32px}.welcome-row{justify-content:space-between;align-items:center;gap:25px;padding:4px 4px 0;display:flex}.welcome-row h2{margin:5px 0 8px;font-size:clamp(34px,4vw,54px)}.goal-ring{--progress:0deg;background:conic-gradient(var(--bronze) var(--progress), #f0e2da 0);border-radius:50%;flex:0 0 118px;align-content:center;place-items:center;width:118px;height:118px;display:grid;position:relative}.goal-ring:before{content:"";background:var(--paper);border-radius:50%;position:absolute;inset:9px}.goal-ring strong,.goal-ring span{z-index:1}.goal-ring strong{color:var(--brown);font:600 27px Playfair Display,serif}.goal-ring span{color:var(--muted);font-size:9px}.continue-card{text-align:left;color:#fff;background:linear-gradient(90deg,#351f17f0 0%,#492519d4 43%,#4925191f 73%),url(/academy-course-triptych.png) 0/cover;border:0;border-radius:27px;width:100%;min-height:330px;padding:clamp(28px,5vw,58px);transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 24px 65px #48271e33}.continue-card:hover{transform:translateY(-3px);box-shadow:0 30px 75px #48271e42}.continue-card .eyebrow{color:#efb892}.continue-card h2{color:#fff;max-width:620px;margin:8px 0;font-size:clamp(34px,4.4vw,58px)}.continue-card p{color:#f7e7de;max-width:600px}.continue-copy{z-index:2;max-width:58%;position:relative}.continue-action{align-items:center;gap:12px;margin-top:22px;display:flex}.play-button{width:45px;height:45px;color:var(--brown);background:#fff;border-radius:50%;place-items:center;padding-left:3px;display:grid}.continue-progress{z-index:2;color:#f9e9df;grid-template-columns:auto minmax(140px,310px);align-items:center;gap:18px;font-size:12px;display:grid;position:absolute;bottom:28px;left:clamp(28px,5vw,58px);right:clamp(28px,5vw,58px)}.continue-progress .progress-track{background:#ffffff47}.continue-progress .progress-track i{background:#fff}.student-dashboard .stat-card{border:0;position:relative;overflow:hidden;box-shadow:0 10px 35px #532e1f14}.student-dashboard .stat-card:first-child{background:linear-gradient(135deg,#fff,#f8e3d7)}.student-dashboard .stat-card:nth-child(2){background:linear-gradient(135deg,#fff,#e7efe8)}.student-dashboard .stat-card:nth-child(3){background:linear-gradient(135deg,#fff,#f5eadf)}.course-card{border:0;flex-direction:column;padding:0;display:flex;overflow:hidden;box-shadow:0 12px 38px #532e1f17}.course-photo{background-image:url(/academy-course-triptych.png);background-repeat:no-repeat;background-size:300% 100%;min-height:165px;transition:transform .35s;display:block}.course-tone-0 .course-photo{background-position:0}.course-tone-1 .course-photo{background-position:50%}.course-tone-2 .course-photo{background-position:100%}.course-card:hover .course-photo{transform:scale(1.035)}.course-card-copy{padding:23px 24px 25px;display:block}.course-card-copy p{min-height:48px}.course-tone-0 .course-card-copy{background:#f8eee5}.course-tone-1 .course-card-copy{background:#f7dfd5}.course-tone-2 .course-card-copy{background:#e8efe8}.discovery-grid{grid-template-columns:1.08fr .92fr;gap:20px;display:grid}.community-preview,.events-preview,.community-hero,.events-hero{border-radius:24px;padding:clamp(24px,3.5vw,38px)}.community-preview{background:linear-gradient(140deg,#e4eee6,#f5f8f3)}.events-preview{background:linear-gradient(140deg,#f8e3d6,#fff5ef)}.community-preview blockquote{color:#56705c;background:#ffffffa3;border-left:3px solid #8ea88f;border-radius:0 12px 12px 0;margin:20px 0 0;padding:17px 20px;font-family:Playfair Display,serif;font-size:18px;line-height:1.5}.community-faces{margin:8px 0 17px;display:flex}.community-faces span{width:39px;height:39px;color:var(--brown);background:#f4cdb8;border:3px solid #eaf2eb;border-radius:50%;place-items:center;margin-left:-7px;font-size:11px;font-weight:700;display:grid}.community-faces span:first-child{margin-left:0}.community-faces span:nth-child(2){background:#d8e7da}.community-faces span:nth-child(3){background:#efdac8}.community-faces span:last-child{background:var(--brown);color:#fff}.community-faces.large span{border-color:#e4eee6;width:53px;height:53px;margin-left:-10px;font-size:12px}.event-row{border-top:1px solid #6e39271f;grid-template-columns:52px 1fr auto;align-items:center;gap:13px;padding:13px 0;display:grid}.event-row>div{gap:3px;display:grid}.event-row small{color:var(--muted)}.event-date{width:50px;height:55px;color:var(--brown);background:#fff;border-radius:13px;align-content:center;place-items:center;display:grid;box-shadow:0 7px 20px #532e1f14}.event-date small{text-transform:uppercase;color:var(--bronze);font-size:9px;font-weight:700}.event-date strong{font:600 24px/1 Playfair Display,serif}.community-hero{background:linear-gradient(120deg,#dfeadf,#f5f8f3);justify-content:space-between;align-items:center;display:flex}.community-hero h2,.events-hero h2{margin:6px 0;font-size:clamp(35px,4vw,55px)}.community-layout{grid-template-columns:minmax(0,1fr) 300px;gap:20px;display:grid}.community-compose{border-bottom:1px solid var(--line);grid-template-columns:45px 1fr auto;align-items:start;gap:12px;padding-bottom:25px;display:grid}.community-compose textarea{min-height:82px}.community-feed{display:grid}.community-post{border-bottom:1px solid var(--line);grid-template-columns:45px 1fr;gap:13px;padding:24px 0;display:grid}.community-post>div:last-child{display:grid}.community-post small{color:var(--muted);font-size:11px}.community-post p{color:var(--ink);margin:12px 0}.post-actions{color:var(--bronze);gap:22px;font-size:12px;font-weight:700;display:flex}.community-side{background:#f9e4d8;border-radius:20px;align-self:start;padding:28px}.events-hero{color:#fff;background:linear-gradient(100deg,#48271ef0,#6e3927ba),url(/academy-course-triptych.png) 50%/cover}.events-hero h2{color:#fff}.events-hero p{color:#f7e4d9;max-width:650px}.events-list{gap:13px;display:grid}.event-card{border:1px solid var(--line);background:#fff;border-radius:18px;grid-template-columns:70px 1fr auto;align-items:center;gap:20px;padding:25px;display:grid;box-shadow:0 10px 32px #532e1f12}.event-card p{margin-bottom:6px}.event-badge{background:var(--sage);color:#55725c;border-radius:30px;padding:9px 13px;font-size:12px;font-weight:700}@media (max-width:1000px){.campus-shell{grid-template-columns:1fr}.campus-sidebar{display:none}.campus-header{min-height:86px;padding:14px 20px;top:0}.campus-header .eyebrow{display:none}.campus-header h1{font-size:27px}.header-actions .soft-button{display:none}.page-stack,.admin-stack,.review-layout,.message-layout{padding:23px 18px 90px}.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mobile-navigation{z-index:50;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdfbf5;justify-content:space-around;min-height:70px;padding:6px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-navigation button{color:var(--muted);background:0 0;border:0;flex:1;place-items:center;gap:2px;padding:4px;display:grid}.mobile-navigation button span{font-size:19px}.mobile-navigation button.active{color:var(--brown)}.sync-bar{top:86px}}@media (max-width:720px){body{font-size:14px}.hero-card,.course-hero{flex-direction:column;align-items:flex-start}.hero-number{border-left:0;border-top:1px solid var(--line);text-align:left;width:100%;padding:15px 0 0}.stats-grid,.course-grid,.learning-layout,.review-layout,.message-layout{grid-template-columns:1fr}.lesson-list,.review-queue,.contact-list{max-height:none}.progress-summary{width:100%;min-width:0}.form-grid{grid-template-columns:1fr}.span-2,.form-actions,.checkbox-label{grid-column:1}.student-row{grid-template-columns:42px 1fr auto}.student-row .progress-track,.student-row>span:last-child{display:none}.access-link-box{grid-template-columns:1fr}.access-link-box p{grid-column:1}.login-screen{grid-template-columns:1fr}.login-art{gap:45px;min-height:310px}.login-art h1{font-size:42px}.login-form-wrap{padding:40px 22px}.welcome-row,.community-hero{align-items:flex-start}.goal-ring{flex-basis:94px;width:94px;height:94px}.continue-card{background:linear-gradient(#49251938,#351f17f7),url(/academy-course-triptych.png) 0/cover;min-height:430px}.continue-copy{max-width:100%}.continue-progress{grid-template-columns:1fr;gap:7px}.discovery-grid,.community-layout{grid-template-columns:1fr}.community-compose{grid-template-columns:40px 1fr}.community-compose button{grid-column:2}.event-card{grid-template-columns:55px 1fr}.event-card>:last-child{grid-column:2;justify-self:start}}
