@import"https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Nunito:wght@400;600;700;800&display=swap";:root{--ink: #0b1d4d;--paper: #fffdf8;--paper-soft: #fbfaf6;--line: rgba(11, 29, 77, .24);--muted-line: rgba(11, 29, 77, .16);--blue: #376bdd;--blue-soft: #f3f7ff;--green: #20955c;--green-soft: #f4fbf4;--pink: #ee5b99;--pink-soft: #fff6fa;--purple: #7a43d7;--purple-soft: #faf6ff;--yellow: #f7b718;--yellow-soft: #fffaf0;--gray: #bfc1c7;color:var(--ink);background:#fbfaf6;font-family:Nunito,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;background:var(--paper-soft)}#root{display:flex;flex-direction:column;width:calc(100% - 28px);max-width:1512px;min-height:calc(100vh - 28px);margin:14px auto;overflow:hidden;border:1.5px solid rgba(11,29,77,.14);border-radius:8px;background:var(--paper)}button,a,input,textarea,select{font:inherit}a{color:inherit}:focus-visible{outline:2px dashed var(--blue);outline-offset:4px}h1,h2,h3,.nav-link,.button,legend,.back-link,.form-progress,.site-footer{font-family:Gaegu,Comic Sans MS,cursive;letter-spacing:0}h1{margin:0;color:var(--ink);font-size:clamp(3.3rem,7.2vw,8rem);font-weight:700;line-height:.82}h2{margin:0;font-size:clamp(1.9rem,3.1vw,3.2rem);line-height:1}h3{margin:0;font-size:1.55rem;line-height:1.05}p{line-height:1.65}.site-header{display:grid;grid-template-columns:92px 1fr;align-items:start;gap:28px;min-height:96px;padding:22px 58px 0;background:transparent}.logo-link{display:inline-flex;width:70px;height:70px}.logo-link img{display:block;width:70px;height:70px;object-fit:contain}.site-header nav{display:flex;justify-content:center;align-items:center;gap:clamp(28px,4.8vw,74px);min-height:46px;padding-top:12px}.nav-link{position:relative;display:inline-flex;align-items:center;padding:0 0 6px;color:var(--ink);font-size:1.26rem;font-weight:700;line-height:1;text-decoration:none;white-space:nowrap}.nav-link:after{position:absolute;left:50%;bottom:-1px;width:calc(100% + 16px);height:9px;content:"";border-top:3px solid var(--blue);border-radius:55%;opacity:0;transform:translate(-50%) rotate(-1deg)}.nav-link.active:after,.nav-link:hover:after{opacity:1}.nav-link.accent-green:after{border-color:var(--green)}.nav-link.accent-orange:after{border-color:var(--yellow)}.nav-link.accent-purple:after{border-color:var(--purple)}.nav-link.accent-pink:after{border-color:var(--pink)}.menu-button{display:none;place-items:center;width:42px;height:38px;border:1.5px solid var(--ink);border-radius:6px;background:transparent;color:var(--ink);cursor:pointer}.route-shell{flex:1;animation:pageIn .18s ease}@keyframes pageIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.page{position:relative;width:calc(100% - 110px);max-width:1390px;min-height:700px;margin:0 auto;padding:34px 0 56px}.page:before,.page:after{position:absolute;display:block;content:"";pointer-events:none}.page:before{right:3%;top:44px;width:34px;height:34px;border:3px solid var(--yellow);border-radius:48% 52% 50% 45%;opacity:.9;transform:rotate(21deg);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)}.page:after{left:1%;bottom:82px;width:52px;height:22px;border-top:4px solid var(--blue);border-radius:50%;transform:rotate(-8deg)}.hero-section{position:relative;display:grid;grid-template-columns:minmax(430px,.76fr) minmax(470px,.84fr);align-items:center;gap:42px;min-height:610px}.hero-copy{padding-left:6px}.eyebrow{display:block;margin:0 0 14px;color:var(--ink);font-family:Gaegu,Comic Sans MS,cursive;font-size:clamp(2rem,3vw,2.7rem);font-weight:700;line-height:1}.hero-copy h1{position:relative;display:inline-block;font-size:clamp(5.8rem,10vw,10.5rem)}.hero-copy h1:after,.page-heading h1:after,.form-copy h1:after,.form-topbar h1:after{position:absolute;left:-4px;right:-10px;bottom:-10px;height:12px;content:"";border-top:4px solid var(--blue);border-radius:50%;transform:rotate(-1.2deg)}.hero-copy h2{margin-top:22px;font-size:clamp(1.55rem,2.1vw,2.2rem);line-height:1.05}.hero-copy p:not(.eyebrow){max-width:360px;margin:20px 0 22px;font-size:1.03rem;font-weight:800;line-height:1.75}.button-row,.form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:138px;min-height:42px;padding:9px 23px 10px;border:1.7px solid var(--ink);border-radius:7px;background:transparent;color:var(--ink);cursor:pointer;font-size:1.18rem;font-weight:700;line-height:1;text-decoration:none}.button.primary{border-color:var(--blue);background:var(--blue);color:#fff}.button.secondary{background:#fff}.button:disabled{cursor:not-allowed;opacity:.55}.hero-art{position:relative;min-height:470px}.student-character{position:absolute;right:42px;bottom:34px;width:430px;height:410px}.face{position:absolute;left:130px;top:0;width:190px;height:190px;border:4px solid var(--ink);border-radius:49% 51% 48% 52%;background:var(--paper)}.eye{position:absolute;top:78px;width:9px;height:9px;border-radius:50%;background:var(--ink)}.eye.left{left:58px}.eye.right{right:58px}.smile{position:absolute;left:70px;top:110px;width:52px;height:28px;border-bottom:3px solid var(--ink);border-radius:0 0 50% 50%}.shirt{position:absolute;left:120px;top:190px;width:214px;height:176px;overflow:hidden;border-right:4px solid var(--ink);border-left:4px solid var(--ink);border-radius:34px 34px 12px 12px;background:repeating-linear-gradient(24deg,transparent 0 12px,#5d74de 13px 18px),var(--paper);transform:rotate(1deg)}.shirt:before,.shirt:after{position:absolute;top:6px;width:90px;height:4px;content:"";background:var(--ink)}.shirt:before{left:-76px;transform:rotate(48deg)}.shirt:after{right:-76px;transform:rotate(-48deg)}.hero-hand{position:absolute;width:88px;height:88px;object-fit:contain}.left-hand{left:22px;top:150px;transform:rotate(-20deg)}.right-hand{right:2px;top:150px;transform:scaleX(-1) rotate(-20deg)}.doodle{position:absolute;color:var(--ink);stroke-width:1.8}.sparkle{right:0;top:44px;color:var(--yellow)}.heart{left:32px;top:84px;color:var(--pink)}.green-squiggle,.floating-doodle,.mini-squiggle{display:inline-block;width:60px;height:20px;border-top:3px solid var(--green);border-radius:50%;transform:rotate(-6deg)}.green-squiggle{position:absolute;right:8px;bottom:100px}.down-arrow{position:absolute;left:50%;bottom:8px;display:grid;place-items:center;width:30px;height:30px;border:0;color:var(--ink);transform:translate(-50%)}.down-arrow svg{width:24px;height:24px;stroke-width:3}.preview-grid,.card-grid,.activity-grid,.form-hub-grid,.dashboard-grid,.admin-grid{display:grid;gap:24px}.preview-grid{grid-template-columns:repeat(3,1fr);padding-top:56px}.card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.activity-grid{grid-template-columns:repeat(3,1fr)}.form-hub-grid{grid-template-columns:repeat(2,minmax(190px,1fr))}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.admin-grid{grid-template-columns:repeat(3,1fr)}.doodle-card,.member-card,.activity-card,.form-select-card,.dashboard-panel,.multi-step-form,.booking-card{position:relative;border:1.6px solid var(--line);border-radius:7px;background:transparent}.doodle-card{padding:18px}.doodle-card h3{margin-top:16px}.placeholder-image{position:relative;display:grid;place-items:center;width:100%;min-height:128px;overflow:hidden;border:1.5px solid rgba(11,29,77,.58);border-radius:6px;background:linear-gradient(140deg,#20955c1f,#ffffffe6)}.placeholder-image.circle{width:78px;min-height:78px;height:78px;margin:0 auto 16px;border:0;border-radius:50%;background:#d4d5d7}.placeholder-image span{position:absolute;display:block}.placeholder-image span:first-child{left:22%;bottom:28%;width:36%;height:34%;border-right:2px solid rgba(11,29,77,.45);border-bottom:2px solid rgba(11,29,77,.45);transform:rotate(45deg)}.placeholder-image span:last-child{right:30%;top:24%;width:20px;height:20px;border:2px solid rgba(11,29,77,.32);border-radius:50%}.placeholder-image.circle span{display:none}.placeholder-lines{display:grid;gap:10px}.placeholder-lines.large{gap:15px}.line{display:block;height:2px;border-radius:999px;background:#0b1d4d47;transform:rotate(-.4deg)}.line.wide{width:100%}.line.medium{width:74%}.line.short{width:45%}.page-heading{position:relative;max-width:780px;margin-bottom:34px}.page-heading h1,.form-copy h1,.form-topbar h1{position:relative;display:inline-block;font-size:clamp(3rem,5vw,4.7rem);line-height:.92}.page-heading h1:after,.form-copy h1:after,.form-topbar h1:after{border-color:var(--green);bottom:-4px}.page-heading p,.peer-intro p{max-width:540px;margin:14px 0 0;font-size:1.03rem;font-weight:800}.page-heading.compact{margin-top:48px}.split-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:50px;align-items:start}.about-layout .placeholder-image{min-height:280px}.point-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.point-grid.four{grid-template-columns:repeat(4,1fr)}.point-card{display:grid;place-items:center;gap:8px;min-height:96px;padding:16px;border:1.4px solid var(--muted-line);border-radius:5px;background:#7a43d70a;text-align:center}.point-card svg{width:25px;height:25px;stroke-width:2}.point-card.accent-blue svg{color:var(--blue)}.point-card.accent-green svg{color:var(--green)}.point-card.accent-orange svg{color:var(--yellow)}.point-card.accent-purple svg{color:var(--purple)}.point-card.accent-pink svg{color:var(--pink)}.floating-doodle{position:absolute;opacity:.9}.floating-doodle.blue{right:4%;top:128px;border-color:var(--blue)}.floating-doodle.green{left:2%;bottom:150px;border-color:var(--green)}.floating-doodle.purple{right:15%;bottom:80px;border-color:var(--purple)}.member-card{min-height:188px;padding:22px 18px;text-align:center}.member-card.accent-blue{border-color:#376bdd8c;background:var(--blue-soft)}.member-card.accent-green{border-color:#20955c8c;background:var(--green-soft)}.member-card.accent-orange{border-color:#f7b718b8;background:var(--yellow-soft)}.member-card.accent-purple{border-color:#7a43d78c;background:var(--purple-soft)}.member-card.accent-pink{border-color:#ee5b998c;background:var(--pink-soft)}.mini-squiggle{width:46px;height:12px;margin-top:18px;border-width:3px}.activity-card{padding:16px;border-color:#20955c9e;background:var(--green-soft)}.activity-card .placeholder-image{min-height:132px;border:0;background:linear-gradient(140deg,#20955c29,#ffffffb8)}.activity-2{background:#f7fdf8}.activity-3{background:#f8fdf6}.text-link{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;width:100%;margin-top:18px;color:var(--green);font-size:.9rem;font-weight:900;text-decoration:none}.center{display:flex;justify-content:center;margin-top:26px}.peer-intro{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;align-items:center}.peer-intro h1{position:relative;display:inline-block;font-size:clamp(3rem,5vw,4.6rem)}.peer-intro h1:after{position:absolute;left:-5px;right:-12px;bottom:-4px;content:"";border-top:3px solid var(--purple);border-radius:50%}.speech-illustration{position:relative;height:220px}.bubble{position:absolute;display:grid;place-items:center;border:2px solid currentColor;background:transparent;font-family:Gaegu,cursive;font-size:3.2rem;font-weight:700}.bubble.smile{left:18px;top:44px;width:116px;height:86px;border-radius:50% 48% 52% 46%;color:var(--purple)}.bubble.heart{right:58px;top:78px;width:110px;height:82px;border-radius:48% 52%;color:var(--purple)}.form-hub-layout{display:grid;grid-template-columns:minmax(260px,.64fr) minmax(430px,.95fr);gap:58px;align-items:center;min-height:520px}.form-copy{margin-bottom:0}.form-copy h1:after{border-color:var(--pink)}.pink-arrow-doodle{position:relative;display:block;width:58px;height:34px;margin-top:26px;border-top:3px solid var(--pink);border-radius:50%;transform:rotate(-27deg)}.pink-arrow-doodle:after{position:absolute;right:-2px;top:-9px;width:12px;height:12px;content:"";border-top:3px solid var(--pink);border-right:3px solid var(--pink);transform:rotate(35deg)}.form-select-card{display:grid;gap:15px;min-height:252px;padding:22px;color:var(--ink);text-decoration:none}.form-select-card h2{align-self:end;font-size:1.7rem;line-height:1.05}.form-select-card>svg{width:44px;height:44px;stroke-width:1.7}.form-select-card.accent-blue{border-color:#376bdd94;background:var(--blue-soft)}.form-select-card.accent-orange{border-color:#f7b718c7;background:var(--yellow-soft)}.form-select-card.accent-blue>svg{color:var(--blue)}.form-select-card.accent-orange>svg{color:var(--pink)}.circle-arrow{display:grid;place-items:center;justify-self:end;width:38px;height:38px;margin-top:auto;border-radius:50%;background:var(--blue);color:#fff}.form-select-card.accent-orange .circle-arrow{background:var(--yellow);color:var(--ink)}.form-topbar{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:24px;margin-bottom:24px}.form-topbar h1{justify-self:center;font-size:clamp(2.4rem,3.4vw,3.6rem)}.form-topbar h1:after{display:none}.back-link{width:fit-content;color:var(--ink);font-size:1.25rem;font-weight:700;text-decoration:none}.form-progress{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;gap:0;max-width:760px;padding:0;margin:0 auto 26px;list-style:none}.form-progress li{position:relative;display:grid;place-items:center;gap:6px;color:var(--ink);font-size:.86rem;font-weight:700;text-align:center}.form-progress li:before{position:absolute;left:calc(-50% + 22px);right:calc(50% + 22px);top:15px;height:1.5px;content:"";border-top:2px dashed rgba(11,29,77,.22)}.form-progress li:first-child:before{display:none}.form-progress span{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:var(--gray);color:#fff;font-family:Nunito,system-ui,sans-serif;font-size:.9rem;font-weight:800}.form-progress li.active span{background:var(--blue)}.concern-page .form-progress li.active span{background:var(--pink)}.multi-step-form{max-width:900px;margin:0 auto;padding:0;border:0}fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 48px;padding:0;border:0;margin:0}legend{grid-column:1 / -1;margin-bottom:2px;color:var(--blue);font-size:1.9rem;font-weight:700}.concern-page legend{color:var(--pink)}label{display:grid;gap:8px;font-size:.93rem;font-weight:900}.field-prompt{margin:0;font-size:.93rem;font-weight:900}input,textarea,select{width:100%;padding:10px 13px;border:1.5px solid rgba(11,29,77,.34);border-radius:6px;background:#fff;color:var(--ink);font-size:.93rem}textarea{min-height:118px;resize:vertical}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice-grid.topics{grid-template-columns:repeat(2,1fr)}.choice-card{min-height:62px;padding:11px;border:1.5px solid rgba(11,29,77,.34);border-radius:6px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800}.choice-card.selected{border-color:var(--blue);background:var(--blue-soft)}.concern-page .choice-card.selected{border-color:var(--pink);background:var(--pink-soft)}.toggle-row{display:flex;align-items:center;gap:10px}.toggle-row input{width:18px;height:18px}.nested-fieldset{grid-column:1 / -1;padding:16px;border:1.5px dashed rgba(11,29,77,.28);border-radius:7px}.review-panel{padding:20px;border:1.5px solid rgba(11,29,77,.2);border-radius:7px;background:#fff}.review-panel dl{display:grid;grid-template-columns:180px 1fr;gap:10px 18px}.review-panel dt{font-weight:900}.review-panel dd{margin:0}.form-actions{justify-content:flex-end;margin-top:28px}.error-box,.warning-box,.success-box{grid-column:1 / -1;padding:13px 15px;margin-bottom:18px;border:1.5px solid rgba(11,29,77,.22);border-radius:7px;font-weight:800}.error-box{background:var(--pink-soft);color:var(--pink)}.warning-box{background:var(--yellow-soft)}.success-box{background:var(--green-soft);color:var(--green)}.my-bookings{margin-top:42px}.booking-list{display:grid;gap:14px}.booking-card{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding:18px}.status-badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 12px;border:1.5px solid rgba(11,29,77,.24);border-radius:999px;font-weight:900}.status-pending{background:var(--yellow-soft)}.status-confirmed{background:var(--green-soft)}.status-declined{background:var(--pink-soft)}.status-cancelled{background:#f1f1f1}.dashboard-panel{padding:24px;background:#fff}.site-footer{padding:20px 58px 34px;color:#0b1d4d9e;font-size:1rem;font-weight:700;text-align:right}.site-footer p{margin:0}@media(max-width:1199px){#root{width:calc(100% - 20px);max-width:1512px;min-height:calc(100vh - 20px);margin:10px auto}.site-header{grid-template-columns:80px 1fr 44px;min-height:88px;padding:18px 30px 0}.logo-link,.logo-link img{width:64px;height:64px}.menu-button{display:grid;grid-column:3;justify-self:end;margin-top:8px}.site-header nav{position:absolute;left:30px;right:30px;top:88px;z-index:5;display:none;flex-direction:column;align-items:stretch;gap:18px;padding:18px;border:1.5px solid rgba(11,29,77,.18);border-radius:8px;background:var(--paper)}.site-header nav.open{display:flex}.page{width:calc(100% - 60px);max-width:1390px}.hero-section,.split-layout,.peer-intro,.form-hub-layout,.dashboard-grid{grid-template-columns:1fr}.hero-section{min-height:auto}.hero-art{min-height:440px}.student-character{left:50%;right:auto;transform:translate(-50%)}.preview-grid,.activity-grid,.admin-grid{grid-template-columns:1fr 1fr}.card-grid,.point-grid.four{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.site-header{grid-template-columns:62px 1fr 42px;min-height:76px;padding:12px 18px 0;position:relative}.site-header nav{left:18px;right:18px;top:76px}.logo-link,.logo-link img{width:56px;height:56px}.menu-button{position:absolute;top:17px;right:18px;z-index:8;display:grid!important;background:var(--paper)}.page{width:calc(100% - 28px);max-width:1390px;min-height:0;padding:28px 0 42px}.page:before{width:24px;height:24px}.page:after{display:none}h1{font-size:clamp(3rem,16vw,4.2rem)}.hero-section{grid-template-columns:1fr;gap:14px}.hero-copy h1{max-width:100%;font-size:clamp(4.15rem,20vw,5.1rem)}.hero-copy h2{max-width:330px}.button-row{align-items:stretch;flex-direction:column;max-width:250px}.button-row .button{width:100%}.hero-art{min-height:340px;overflow:hidden}.student-character{width:360px;height:390px;transform:translate(-50%) scale(.78);transform-origin:top center}.preview-grid,.card-grid,.activity-grid,.point-grid,.point-grid.four,.admin-grid,.form-hub-grid,.form-progress,fieldset,.choice-grid,.choice-grid.topics{grid-template-columns:1fr}.form-hub-layout{gap:28px}.form-topbar{grid-template-columns:1fr;gap:12px}.form-topbar h1{justify-self:start;font-size:clamp(2.5rem,12vw,3.4rem)}.form-progress{max-width:none;gap:12px}.form-progress li{display:flex;justify-content:flex-start;text-align:left}.form-progress li:before{display:none}.review-panel dl{grid-template-columns:1fr}.form-actions{align-items:stretch;justify-content:stretch}.form-actions .button{flex:1 1 0;min-width:0}.site-footer{padding:18px 18px 28px;font-size:.95rem}}
