@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;500;600;700;800&display=swap');
:root{font-family:Poppins,Arial,sans-serif;color:#173047;background:#fff8ee;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit}.skip{position:absolute;left:-9999px;z-index:20;background:white;padding:12px}.skip:focus{left:12px;top:12px}.app{display:flex;min-height:100vh}.sidebar{width:276px;flex-shrink:0;background:#fff;display:flex;flex-direction:column;border-right:1px solid #f1e9e1}.brand{min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;text-decoration:none;margin:0 10px 8px}.brand-rainbow{width:83px;height:47px;display:block;border:7px solid #e79498;border-bottom:0;border-radius:90px 90px 0 0;position:relative;margin-bottom:11px}.brand-rainbow:after{content:'';position:absolute;inset:10px 10px 0;border:6px solid #e1c749;border-bottom:0;border-radius:80px 80px 0 0}.brand-name{font-family:Pacifico,cursive;font-size:22px;line-height:1.45;white-space:nowrap}.brand-name em{font-style:normal;color:#df888e}.brand-name small{font-size:21px;display:block;margin-top:-8px}.sidebar nav{display:grid;gap:10px}.sidebar nav a{display:flex;align-items:center;gap:14px;min-height:68px;padding:10px 20px;text-decoration:none;font-weight:500;border-radius:17px;margin:0 2px}.sidebar nav a:hover,.sidebar nav a[aria-current]{background:#ffe3e5;color:#af5661}.nav-icon{width:26px;text-align:center;font-size:21px;flex:none}.sidebar-help{margin:auto 2px 20px;display:block;background:#e99095;color:white;text-decoration:none;text-align:center;padding:19px 10px;border-radius:18px;font-weight:700;box-shadow:0 13px 23px #b65c6020}.sidebar-help:hover{background:#d97880}.main{flex:1;min-width:0;background:linear-gradient(110deg,#fffaf4,#fff4e7)}.mobile-topbar{display:none}.menu-button{background:none;border:0;font-size:24px;color:#173047}main{max-width:1550px;margin:auto;padding:14px clamp(24px,2.4vw,48px) 80px;min-height:calc(100vh - 65px)}footer{text-align:center;font-size:12px;color:#8a8188;padding:18px}.eyebrow{text-transform:uppercase;letter-spacing:.055em;font-weight:800;color:#b4525e;font-size:15px}.script{font-family:Pacifico,cursive;font-weight:400}.welcome{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:0 0 27px}.welcome h1{font-size:clamp(30px,3vw,43px);margin:0 0 6px}.welcome p{font-size:25px;margin:0}.badge{border:2px dashed #1fbba9;border-radius:50px;padding:14px 19px;text-decoration:none;background:#fff;font-size:18px;font-weight:600;white-space:nowrap}.dashboard{display:grid;grid-template-columns:minmax(0,2.25fr) minmax(295px,1fr);gap:20px}.dashboard-main,.dashboard-side{display:flex;flex-direction:column;gap:34px}.card{background:#fff;border:1px solid #e9e8ed;border-radius:27px;padding:25px;box-shadow:0 12px 30px #45352908}.card h2{font-size:clamp(22px,2vw,29px);line-height:1.35;margin:0 0 20px}.card p{margin:10px 0 18px}.project-card{display:grid;grid-template-columns:42% 1fr;gap:25px;min-height:340px}.project-art{min-height:286px;border-radius:22px;background:linear-gradient(133deg,#ffe5e5 0%,#fff 54%,#c5ebe9 100%);padding:27px;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.project-scissors{position:absolute;right:27px;top:24px;font-size:106px;color:#b9cbd0;opacity:.7;transform:rotate(-18deg)}.project-overline{font-size:14px;margin-bottom:5px}.project-art strong{font-size:27px;line-height:1.6}.project-details{padding:4px 0;display:flex;flex-direction:column;align-items:flex-start}.project-details h2{font-size:30px;margin:4px 0 20px}.project-details p{font-size:19px;margin:0 0 22px}.project-details .progress{width:100%;margin:0 0 24px}.progress{height:15px;background:#e7edf0;border-radius:30px;overflow:hidden}.progress span{display:block;height:100%;background:#20bdad;border-radius:30px}.button{display:inline-block;text-align:center;text-decoration:none;background:#20bdaa;color:white;border:0;border-radius:15px;padding:14px 22px;font-weight:700;font-size:17px}.button:hover{background:#149d8d}.button.secondary{background:#eefafa;color:#087e74}.button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #7550a1;outline-offset:3px}.victories{min-height:340px}.victory-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.victory-grid div{background:#fff7f0;border-radius:20px;padding:15px;display:flex;flex-direction:column;min-height:110px;justify-content:center}.victory-grid strong{font-size:30px}.victory-grid span{font-size:17px;line-height:1.4}.victory-note{background:#ffe0e2;text-align:center;border-radius:18px;padding:17px 10px;font-size:17px;margin-top:20px!important}.box-feature{min-height:380px}.box-feature h2{margin-bottom:18px}.box-feature>p{font-size:19px;margin:0 0 22px}.tag{display:inline-block;vertical-align:middle;border-radius:50px;padding:5px 12px;background:#ffe4e5;color:#ad535d;font-size:13px;font-weight:700;white-space:nowrap}.tag.yellow{background:#fff3bd;color:#796018}.tag.green{background:#d7f7ec;color:#177561}.tag.blue{background:#d9f2f8;color:#245b72}.tag.purple{background:#eee4f7;color:#68507d}.box-content{display:grid;grid-template-columns:1.3fr 1fr minmax(175px,.9fr);gap:16px;align-items:stretch}.box-visual{height:223px;overflow:hidden;border-radius:20px;background:linear-gradient(145deg,#d5b89d,#f7e9d5 54%,#bd947c);position:relative}.fabric{position:absolute;border-radius:50%;box-shadow:inset -22px -13px 0 #0002,0 10px 20px #492b2640}.fabric-one{background:repeating-linear-gradient(90deg,#f0d8c2 0 9px,#e6c4ae 10px 14px);width:135px;height:115px;bottom:12px;left:20px;transform:rotate(-12deg)}.fabric-two{background:repeating-linear-gradient(90deg,#cfa3a0 0 10px,#b98685 11px 16px);width:120px;height:100px;bottom:35px;right:12px;transform:rotate(13deg)}.spool{position:absolute;background:#bd8c72;border:10px solid #ead1b8;border-radius:15px;width:39px;height:65px;top:20px;left:20px;transform:rotate(-27deg)}.needle{position:absolute;right:20px;top:0;font-size:61px;color:#86624f;transform:rotate(-20deg)}.box-copy{display:flex;flex-direction:column;justify-content:center;text-align:center;background:#f6eeee;border-radius:20px;padding:14px}.box-copy .script{font-size:21px}.box-actions{display:flex;flex-direction:column;justify-content:center;gap:12px}.community p{font-size:18px}.community-link{display:block;border-radius:19px;padding:19px;margin:12px 0;background:#f0fafb;text-decoration:none}.community-link strong,.community-link span{display:block}.community-link span{font-size:15px;margin-top:6px;color:#547082}.community-link.soft-pink{background:#fff0f1}.section-heading{margin:0;font-size:25px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:18px 0 32px}.cards-two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid .card{border-radius:22px}.grid .card h3{margin:12px 0}.grid .card p{font-size:15px}.grid .button{font-size:14px}.hero{background:#ffe9e7;border-radius:28px;padding:36px 40px;margin-bottom:30px;position:relative;overflow:hidden}.hero:after{content:'✂';position:absolute;right:38px;top:25px;font-size:110px;color:#e8919266;transform:rotate(-18deg)}h1{font-size:clamp(27px,3vw,40px);line-height:1.2;margin:12px 0}h2{font-size:25px;margin:0 0 17px}h3{font-size:19px;margin:0 0 8px}.muted{color:#746d75}.row{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.steps{display:grid;gap:11px;margin:20px 0}.step{display:flex;align-items:center;gap:14px;background:white;border:1px solid #efe7e0;padding:15px;border-radius:14px}.step input{width:19px;height:19px;accent-color:#20bdad}.step label{cursor:pointer;flex:1}.notice{background:#e8faf7;border-radius:20px;padding:22px;margin:20px 0}.columns{display:grid;grid-template-columns:2fr 1fr;gap:20px}.empty{border:2px dashed #e3d7cd;border-radius:17px;padding:20px;color:#716b70}textarea{width:100%;min-height:100px;border:1px solid #d8cdc8;border-radius:12px;padding:12px;resize:vertical}.mini{font-size:12px}
@media(max-width:1250px){.sidebar{width:238px}.dashboard{grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr)}.project-card{grid-template-columns:1fr}.project-art{min-height:190px}.box-content{grid-template-columns:1fr 1fr}.box-actions{grid-column:1/-1;flex-direction:row}.box-actions .button{flex:1}}
@media(max-width:900px){.sidebar{width:210px}.brand-name{font-size:18px}.brand-name small{font-size:18px}.sidebar nav a{font-size:14px;padding:10px}.dashboard{grid-template-columns:1fr}.dashboard-main,.dashboard-side{gap:20px}.dashboard-side{display:grid;grid-template-columns:1fr 1fr}.victories{min-height:0}.welcome{align-items:flex-start;flex-direction:column}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.columns{grid-template-columns:1fr}}
@media(max-width:650px){.sidebar{display:none;position:fixed;inset:60px auto 0 0;z-index:5;width:min(300px,85vw);box-shadow:20px 0 50px #0002;overflow-y:auto}.sidebar.open{display:flex}.brand{min-height:110px}.mobile-topbar{height:60px;background:white;display:flex;align-items:center;gap:15px;padding:0 18px;font-weight:700;position:sticky;top:0;z-index:4}.welcome{margin-bottom:20px}.welcome h1{font-size:30px}.welcome p{font-size:22px}.badge{font-size:13px;white-space:normal}main{padding:24px 16px 60px}.project-card{padding:16px}.project-details h2{font-size:26px}.project-art{min-height:200px}.dashboard-side{grid-template-columns:1fr}.box-content{grid-template-columns:1fr}.box-visual{height:200px}.box-copy{min-height:125px}.box-actions{grid-column:auto;flex-direction:column}.grid,.cards-two{grid-template-columns:1fr}.hero{padding:25px}.hero:after{font-size:65px;right:10px;top:7px}}
