*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #d96f6f;--primary-dark: #c15c5c;--cream: #f9f6f1;--dark-text: #2a2a2a;--gray-text: #666666;--border-light: #e8e8e8}body{font-family:DM Sans,sans-serif;color:var(--dark-text);background-color:var(--cream);line-height:1.6}h1,h2,h3,h4{font-family:Cormorant Garamond,serif;font-weight:700;line-height:1.2}h1{font-size:clamp(3rem,7vw,5rem);color:var(--primary);margin:1rem 0}h2{font-size:clamp(2rem,4vw,3rem);color:var(--dark-text);margin:1.5rem 0 1rem}h3{font-size:1.75rem;color:var(--dark-text);margin:1rem 0 .5rem}p{color:var(--gray-text);line-height:1.6;font-size:1rem}.highlight{color:var(--primary)}.btn{padding:.875rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:DM Sans,sans-serif}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.btn-secondary{background-color:transparent;color:var(--dark-text);border:2px solid var(--dark-text)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.section-tag{color:var(--primary);font-weight:700;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;display:inline-block;margin-bottom:.5rem}.card-tag{color:var(--primary);font-weight:700;font-size:.75rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:.75rem}.hero{background:linear-gradient(to bottom,#f5d5d0 0%,var(--cream) 100%);padding:8rem 2rem 6rem;text-align:center;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:900px}.hero-tag{color:var(--primary);font-size:clamp(1.1rem,2.5vw,1.6rem);letter-spacing:3px;text-transform:uppercase;font-weight:700;font-family:DM Sans,sans-serif;margin-bottom:.75rem;opacity:.9}.hero-desc{font-size:1.25rem;max-width:700px;margin:2rem auto;color:var(--gray-text)}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;margin:3rem 0;flex-wrap:wrap}.hero-scroll{margin-top:3rem;color:var(--gray-text);font-size:.9rem;letter-spacing:2px;text-transform:uppercase;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.stats-banner{background-color:var(--primary);color:#fff;padding:1.5rem 2rem;display:flex;gap:2rem;overflow-x:auto;font-weight:600}.stat-item{flex-shrink:0;min-width:250px}.stat-item strong{font-weight:700}.about-section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.about-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative;aspect-ratio:1;display:flex;align-items:flex-end;justify-content:flex-start}.about-quote{position:absolute;bottom:2rem;left:0;background:#fff;border:2px solid var(--primary);border-radius:15px;padding:1.5rem;width:70%;font-weight:700;color:var(--dark-text);box-shadow:0 4px 6px #0000001a}.about-photo{position:absolute;top:0;right:0;width:60%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border:4px solid var(--primary);border-radius:50%}.about-text h2{margin-top:0;font-family:DM Sans,sans-serif;font-weight:700}.about-text p{margin-bottom:1.25rem;line-height:1.75}@media (max-width: 768px){.about-container{grid-template-columns:1fr;gap:2rem}.about-quote{width:100%}}.challenge-section{padding:6rem 2rem;background-color:var(--cream);max-width:1400px;margin:0 auto}.challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.challenge-card,.education-card{background:#fff;border:1px solid var(--border-light);border-radius:20px;padding:2.5rem;transition:all .3s ease}.challenge-card:hover,.education-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.challenge-card.vision{background-color:#fafafa;display:flex;flex-direction:column;justify-content:space-between}.challenge-card .btn{align-self:flex-start;margin-top:1.5rem}@media (max-width: 768px){.challenge-grid{grid-template-columns:1fr}}.education-section{padding:6rem 2rem;max-width:1400px;margin:0 auto}.education-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}@media (max-width: 768px){.education-grid{grid-template-columns:1fr}}.map-section{padding:5rem 2rem 4rem;background-color:var(--dark-text)}.map-header{max-width:1200px;margin:0 auto 2.5rem;text-align:center}.map-header .section-tag{color:var(--primary)}.map-header h2{color:#fff}.map-desc{color:#b8a8a6;max-width:560px;margin:0 auto}.map-controls-bar{max-width:1200px;margin:0 auto 2rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.color-by-label{font-size:.75rem;font-weight:700;letter-spacing:.08em;color:#b8a8a6;margin-right:.25rem}.filter-btn{padding:.45rem 1.1rem;border:1.5px solid rgba(244,184,168,.25);border-radius:25px;background:#f4b8a814;color:#e0ccc8;cursor:pointer;font-size:.85rem;font-weight:600;font-family:DM Sans,sans-serif;transition:all .2s ease}.filter-btn:hover{border-color:#f4b8a880;color:#fff}.filter-btn.active{background-color:var(--primary);color:#fff;border-color:var(--primary)}.us-map-wrap{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 340px;gap:1.5rem;align-items:start}.us-map-svg-container{background:#ffffff0a;border-radius:16px;border:1px solid rgba(244,184,168,.15);padding:1rem;overflow:hidden}.us-map-svg{width:100%;height:auto;display:block}.state-detail-panel{background:#f4b8a814;border:1px solid rgba(244,184,168,.2);border-radius:16px;padding:1.75rem;position:relative;min-height:300px}.state-detail-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#b8a8a6;text-align:center}.state-detail-empty p{color:#b8a8a6;font-size:.95rem}.sdp-empty-icon{opacity:.4;color:#b8a8a6}.close-btn{position:absolute;top:1rem;right:1rem;background:#f4b8a81f;border:none;color:#e0ccc8;cursor:pointer;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:background .2s}.close-btn:hover{background:#f4b8a840;color:#fff}.sdp-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-right:2rem}.sdp-header h3{color:#fff;font-size:1.5rem;margin:0 0 .2rem}.sdp-sub{color:#b8a8a6;font-size:.8rem;margin:0}.sdp-grade{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:700;color:#fff;width:52px;height:52px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdp-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1.25rem}.sdp-stat{background:#f4b8a814;border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.2rem}.sdp-label{font-size:.7rem;font-weight:700;letter-spacing:.06em;color:#b8a8a6;text-transform:uppercase}.sdp-value{font-size:1.1rem;font-weight:700;color:#fff}.sdp-rows{display:flex;flex-direction:column;gap:.6rem}.sdp-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(244,184,168,.1);gap:.5rem}.sdp-row-label{font-size:.8rem;color:#b8a8a6;flex-shrink:0}.sdp-row-val{font-size:.85rem;color:#e8d8d4;text-align:right}.sdp-badge{font-size:.75rem;font-weight:700;padding:.25rem .65rem;border-radius:20px}.sdp-badge.backlog-cleared{background:#22a77033;color:#22a770}.sdp-badge.backlog-improving{background:#4a90d933;color:#4a90d9}.sdp-badge.backlog-data_pending{background:#f0b42933;color:#f0b429}.sdp-badge.backlog-exists{background:#e0353533;color:#e03535}.sdp-badge.backlog-unknown{background:#f4b8a826;color:#b8a8a6}.sdp-notes{margin-top:1rem;background:#f4b8a80f;border-radius:8px;padding:.75rem}.sdp-notes p{color:#b8a8a6;font-size:.82rem;margin-top:.3rem}.map-legend{max-width:1200px;margin:1.5rem auto 0;display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.leg{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;color:#b8a8a6}.leg:before{content:"";display:inline-block;width:14px;height:14px;border-radius:3px;flex-shrink:0}.leg-a:before{background-color:#22a770}.leg-b:before{background-color:#4a90d9}.leg-c:before{background-color:#f0b429}.leg-d:before{background-color:#e07820}.leg-f:before{background-color:#e03535}.leg-unk:before{background-color:#c8b8b0}@media (max-width: 900px){.us-map-wrap{grid-template-columns:1fr}.state-detail-panel{min-height:unset}}.join-section{padding:7rem 2rem;background:linear-gradient(135deg,#f5d5d0 0%,var(--cream) 60%)}.join-header{max-width:720px;margin:0 auto 4rem;text-align:center}.join-header h2{margin-top:.5rem;margin-bottom:1rem}.join-intro{color:var(--gray-text);font-size:1.05rem;line-height:1.75}.join-post-wrap{max-width:780px;margin:0 auto}.join-post-card{padding:3rem}.join-roles-list{margin:2rem 0;display:flex;flex-direction:column;gap:0}.join-role-row{padding:1.25rem 0;border-bottom:1px solid var(--border-light)}.join-role-row:first-child{border-top:1px solid var(--border-light)}.join-role-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:700;color:var(--dark-text);margin-bottom:.35rem}.join-role-desc{font-size:.92rem;color:var(--gray-text);line-height:1.65}@media (max-width: 768px){.join-inner{grid-template-columns:1fr;gap:3rem}.join-form-card{padding:2rem}}.footer{background-color:var(--dark-text);color:#fff;padding:2rem;text-align:center}.footer-content p{color:#fff;margin:0}@media (max-width: 768px){.hero{padding:4rem 1.5rem 3rem;min-height:auto}.hero-buttons{flex-direction:column;align-items:center}.btn{width:100%}.stats-banner{flex-direction:column;gap:1rem}.stat-item{min-width:unset}.challenge-section,.education-section{padding:3rem 1.5rem}}.curr-page{padding-top:56px;font-family:DM Sans,sans-serif;font-weight:300;background:var(--cream);color:var(--dark-text);line-height:1.7}.curr-crisis-banner{background:var(--dark-text);color:#fff;text-align:center;padding:.85rem 2rem;font-size:.85rem}.curr-crisis-banner strong{color:#f4b8a8}.curr-crisis-banner a{color:#f5d5d0;text-decoration:underline}.curr-tag{display:inline-block;background:#f5d5d0;color:var(--primary-dark);font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .8rem;border-radius:100px;margin-bottom:1rem}.curr-tag-dark{background:var(--dark-text);color:#f5d5d0;cursor:default}.curr-tag-rose{background:#d96f6f26;color:var(--primary)}.curr-hero{min-height:88vh;display:flex;align-items:center;padding:5rem 2rem;position:relative;overflow:hidden}.curr-hero:before{content:"";position:absolute;top:-10%;right:-5%;width:55%;height:110%;background:#fdf0f0;border-radius:0 0 0 60%/0 0 0 40%;z-index:0}.curr-hero-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.curr-hero-h1{font-family:Cormorant Garamond,serif!important;font-size:clamp(3rem,7vw,5rem)!important;font-weight:400!important;line-height:1.05!important;margin-bottom:1.5rem!important;letter-spacing:-.02em!important;color:var(--dark-text)!important}.curr-hero-h1 em{font-style:italic;color:var(--primary)}.curr-hero-p{font-size:1.05rem;color:var(--gray-text);max-width:440px;margin-bottom:2rem;line-height:1.8}.curr-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.curr-stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 20px #00000012}.curr-stat-num{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600;color:var(--primary);line-height:1;margin-bottom:.4rem}.curr-stat-label{font-size:.8rem;color:var(--gray-text);line-height:1.4}.curr-section{padding:5rem 2rem;max-width:1100px;margin:0 auto}.curr-bg-stripe{background:#fff;padding:0}.curr-bg-stripe .curr-section{padding:5rem 2rem}.curr-section-header{margin-bottom:3rem}.curr-h2{font-family:Cormorant Garamond,serif!important;font-size:clamp(2rem,4vw,3rem)!important;font-weight:400!important;line-height:1.2!important;margin-bottom:.75rem!important;color:var(--dark-text)!important}.curr-h2 em{font-style:italic;color:var(--primary)}.curr-sub-h2{font-size:1.6rem!important;margin-top:1rem!important;margin-bottom:1.5rem!important}.curr-divider{width:3rem;height:2px;background:var(--primary);margin:1rem 0}.curr-modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.curr-module-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 2px 20px #00000012;border:1px solid transparent;transition:border-color .2s,transform .2s;cursor:pointer}.curr-module-card:hover{border-color:#f5d5d0;transform:translateY(-3px)}.curr-module-num{font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.5rem}.curr-module-title{font-family:Cormorant Garamond,serif!important;font-size:1.5rem!important;font-weight:600!important;margin-bottom:.75rem!important;line-height:1.2!important;color:var(--dark-text)!important}.curr-module-desc{font-size:.875rem!important;color:var(--gray-text)!important;line-height:1.7!important;margin-bottom:1.25rem!important}.curr-module-topics{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.curr-module-topics li{background:#fdf0f0;color:var(--dark-text);font-size:.72rem;padding:.25rem .65rem;border-radius:100px}.curr-lesson-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #f5d5d0}.curr-lesson-badge{width:42px;height:42px;border-radius:50%;background:#fdf0f0;border:2px solid var(--primary);display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--primary-dark);flex-shrink:0}.curr-lesson-title{font-family:Cormorant Garamond,serif!important;font-size:1.8rem!important;font-weight:400!important;color:var(--dark-text)!important;margin:0!important}.curr-content-card{background:#fff;border-radius:16px;padding:1.75rem;margin-bottom:1.25rem;box-shadow:0 2px 20px #00000012}.curr-content-card h4{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:600;margin-bottom:.75rem;color:var(--dark-text)}.curr-content-card p{font-size:.9rem;color:var(--gray-text);line-height:1.75}.curr-content-card ul,.curr-content-card ol{padding-left:1.25rem;font-size:.9rem;color:var(--gray-text);line-height:2}.curr-content-card li{margin-bottom:.25rem}.curr-content-card li strong{color:var(--dark-text);font-weight:500}.curr-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.curr-col-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 2px 20px #00000012}.curr-col-accent{background:#fdf0f0;border:1px solid #f5d5d0}.curr-col-card h4{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:600;margin-bottom:.75rem;color:var(--dark-text)}.curr-col-card ul{list-style:none;font-size:.875rem;color:var(--gray-text);line-height:1.9;padding:0}.curr-col-card ul li:before{content:"→ ";color:var(--primary);font-weight:500}.curr-highlight-strip{background:#fdf0f0;border:1px solid #f5d5d0;border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:1rem}.curr-strip-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}.curr-highlight-strip p{font-size:.9rem;color:var(--gray-text);line-height:1.7}.curr-highlight-strip strong{color:var(--dark-text)}.curr-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.curr-compare-card{border-radius:16px;padding:1.75rem;box-shadow:0 2px 20px #00000012}.curr-compare-good{background:#f0faf5;border:1px solid #b8e5c8}.curr-compare-bad{background:#fdf2f2;border:1px solid #f0c0c0}.curr-compare-card h4{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem}.curr-compare-good h4{color:#2d7a4f}.curr-compare-bad h4{color:#a03030}.curr-compare-card ul{list-style:none;padding:0;font-size:.875rem;color:var(--gray-text);line-height:2}.curr-compare-card ul li:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:8px;vertical-align:middle}.curr-compare-good ul li:before{background:#2d7a4f}.curr-compare-bad ul li:before{background:#a03030}.curr-loop-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.25rem}.curr-loop-step{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 20px #00000012;text-align:center}.curr-loop-num{font-family:Cormorant Garamond,serif;font-size:3rem;font-weight:400;color:#f5d5d0;line-height:1;margin-bottom:.5rem}.curr-loop-title{font-family:Cormorant Garamond,serif!important;font-size:1.25rem!important;font-weight:600!important;margin-bottom:.5rem!important;color:var(--primary-dark)!important}.curr-loop-step p{font-size:.8rem;color:var(--gray-text);line-height:1.6}.curr-myth-grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.curr-myth-row{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 2px 20px #00000012;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.curr-myth{font-size:.875rem;color:#a03030}.curr-myth:before{content:"Myth: ";font-weight:500;font-style:italic}.curr-reality{font-size:.875rem;color:#2d7a4f}.curr-reality:before{content:"Reality: ";font-weight:500}.curr-four-ds{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}.curr-d-card{background:#fff;border-radius:16px;padding:1.75rem;box-shadow:0 2px 20px #00000012;border-top:3px solid var(--primary)}.curr-d-letter{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600;color:var(--primary);line-height:1;margin-bottom:.25rem}.curr-d-sub{font-size:.8rem!important;font-weight:500!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:var(--dark-text)!important;margin-bottom:.75rem!important;font-family:DM Sans,sans-serif!important}.curr-d-card p{font-size:.875rem;color:var(--gray-text);line-height:1.7;margin-bottom:.5rem}.curr-d-ex{font-size:.8rem!important;color:var(--primary-dark)!important}.curr-source-note{font-size:.85rem!important;color:var(--gray-text)!important;margin-bottom:1.5rem!important}.curr-resources{background:var(--dark-text);color:#fff;padding:5rem 2rem}.curr-resources-inner{max-width:1100px;margin:0 auto}.curr-resources-h2{font-family:Cormorant Garamond,serif!important;font-size:clamp(2rem,4vw,3rem)!important;font-weight:400!important;color:#fff!important;margin-bottom:.5rem!important}.curr-resources-h2 em{color:#f4b8a8;font-style:italic}.curr-resources-sub{color:#999!important;font-size:.9rem!important;margin-bottom:3rem!important}.curr-resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.curr-resource-card{background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem}.curr-resource-tag{font-size:.65rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#f4b8a8;margin-bottom:.75rem}.curr-resource-title{font-weight:500!important;font-size:1rem!important;margin-bottom:.4rem!important;color:#fff!important;font-family:DM Sans,sans-serif!important}.curr-resource-desc{font-size:.8rem!important;color:#999!important;line-height:1.6!important;margin-bottom:1rem!important}.curr-resource-link{font-size:.8rem;color:#f5d5d0;text-decoration:none;border-bottom:1px solid rgba(245,213,208,.3);transition:border-color .2s;display:inline-block}.curr-resource-link:hover{border-color:#f5d5d0}.curr-resource-phone{font-size:.8rem!important;color:#f4b8a8!important;margin-top:.5rem!important}.curr-footer{background:var(--dark-text);border-top:1px solid rgba(255,255,255,.05);padding:2rem;text-align:center;color:#999;font-size:.8rem;line-height:2}.curr-footer strong{color:#f4b8a8}@media (max-width: 700px){.curr-hero-content{grid-template-columns:1fr}.curr-hero:before{display:none}.curr-two-col,.curr-compare-grid,.curr-four-ds,.curr-loop-steps,.curr-myth-row{grid-template-columns:1fr}}.blog-page{min-height:100vh;background-color:#f9f6f4;padding-top:3.5rem}.blog-hero{background:linear-gradient(135deg,#f9ebe7,#f4d6d0 60%,#eec8bf);padding:6rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}.blog-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(217,111,111,.12) 0%,transparent 70%);pointer-events:none}.blog-hero-inner{position:relative;max-width:700px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.blog-hero-h1{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,7vw,5rem);color:#2a2a2a;line-height:1.1;margin:0}.blog-hero-h1 em{color:var(--primary);font-style:italic}.blog-hero-p{font-size:1.1rem;color:#5a3a3a;max-width:520px;line-height:1.65}.blog-tag{display:inline-block;background:#fff;color:var(--primary);font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px;border:1px solid rgba(217,111,111,.3)}.blog-main{max-width:1080px;margin:0 auto;padding:4rem 2rem 6rem;display:flex;flex-direction:column;gap:5rem}.bsub-section{display:flex;flex-direction:column;gap:2.5rem}.bsub-intro{display:flex;flex-direction:column;gap:1rem;max-width:680px}.bsub-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);color:#2a2a2a;line-height:1.15;margin:0}.bsub-h2 em{color:var(--primary);font-style:italic}.bsub-lead{font-size:1.05rem;color:#5a4a4a;line-height:1.7;max-width:640px;margin:0}.bsub-body{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start;border-top:2px solid #e8dcd8;padding-top:2.5rem}.bsub-criteria{display:flex;flex-direction:column;gap:2rem}.bsub-block{display:flex;flex-direction:column;gap:.75rem}.bsub-block-title{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:700;color:#2a2a2a;margin:0;padding-bottom:.5rem;border-bottom:1px solid #e8dcd8}.bsub-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}.bsub-list-item{display:flex;align-items:center;gap:.5rem;font-size:.92rem;color:#4a3a3a}.bsub-list-item svg{color:var(--primary);flex-shrink:0}.bsub-format-note{font-size:.85rem;color:#888;font-style:italic;margin:0 0 .25rem;line-height:1.5}.bsub-format-meta{color:#aaa;font-size:.82em}.bsub-sidebar{background:#fff;border-radius:18px;padding:2rem;box-shadow:0 2px 20px #00000012;border:1px solid #f0e8e4;display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:5rem}.bsub-deadline-box{background:#fdf0ee;border-radius:12px;padding:1.25rem 1.5rem;border-left:4px solid var(--primary)}.bsub-deadline-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary);margin:0 0 .2rem}.bsub-deadline-val{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:#2a2a2a;margin:0}.bsub-guidance{display:flex;flex-direction:column;gap:.75rem}.bsub-guidance p{font-size:.88rem;color:#6a5a5a;line-height:1.65;margin:0}.bsub-cta-btn{display:block;background:var(--primary);color:#fff;text-align:center;font-size:.88rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:1rem 1.5rem;border-radius:100px;text-decoration:none;transition:background .2s ease,transform .15s ease}.bsub-cta-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.blog-cta-note{font-size:.82rem;color:#999;font-style:italic;text-align:center}.bposts-section{display:flex;flex-direction:column;gap:2.5rem}.blog-section-header{display:flex;flex-direction:column;gap:.6rem}.blog-section-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);color:#2a2a2a;line-height:1.2;margin:0}.blog-section-h2 em{color:var(--primary);font-style:italic}.bposts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.bpost-card{background:#fff;border-radius:18px;padding:2rem;border:1px solid #f0e8e4;box-shadow:0 2px 16px #0000000d;display:flex;flex-direction:column;gap:.6rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.bpost-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #d96f6f1f}.bpost-card-top{display:flex;align-items:center;justify-content:space-between}.bpost-card-label{font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--primary)}.bpost-card-date{font-size:.82rem;color:#aaa}.bpost-card-category{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#888;background:#f5efed;border-radius:100px;padding:.25rem .75rem;align-self:flex-start}.bpost-card-title{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;color:#2a2a2a;margin:.25rem 0 0;line-height:1.2}.bpost-card-author{font-size:.85rem;color:#888;font-style:italic;margin:0}.bpost-card-excerpt{font-size:.92rem;color:#6a5a5a;line-height:1.6;margin:.25rem 0 0;flex:1}.bpost-card-read{font-size:.82rem;font-weight:700;color:var(--primary);margin-top:.5rem}.bpost-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e0f0f8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.bpost-modal{background:#fff;border-radius:24px;max-width:600px;width:100%;max-height:85vh;overflow-y:auto;padding:3rem;position:relative;box-shadow:0 24px 80px #0003}.bpost-modal-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;font-size:1.75rem;color:#aaa;cursor:pointer;line-height:1;padding:.25rem .5rem;border-radius:8px;transition:color .15s,background .15s}.bpost-modal-close:hover{color:#333;background:#f5f0ee}.bpost-modal-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.bpost-modal-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,4vw,2.5rem);color:#2a2a2a;margin:0 0 .25rem;line-height:1.15}.bpost-modal-byline{font-size:.92rem;color:#888;font-style:italic;margin:0 0 1.5rem}.bpost-modal-body{display:flex;flex-direction:column;gap:.65rem;padding-top:1.5rem;border-top:1px solid #f0e8e4}.bpost-modal-body p{font-family:Cormorant Garamond,serif;font-size:1.2rem;line-height:1.7;color:#3a2e2e;margin:0}.bpost-modal-body p:first-child{font-size:1.4rem;font-style:italic;font-weight:600}.bpost-modal-body--prose p{font-family:inherit;font-size:1rem;line-height:1.75;color:#4a3a3a}.bpost-modal-body--prose p:first-child{font-size:1rem;font-style:normal;font-weight:400}@media (max-width: 768px){.bsub-body{grid-template-columns:1fr}.bsub-sidebar{position:static}.bsub-list{grid-template-columns:1fr}.blog-main{padding:3rem 1.25rem 4rem;gap:4rem}.bpost-modal{padding:2rem 1.5rem}}.cg-page{background:var(--cream);min-height:100vh}.cg-hero{background:linear-gradient(to bottom,#f5d5d0 0%,var(--cream) 100%);padding:7rem 1.5rem 4rem;text-align:center}.cg-hero-inner{max-width:820px;margin:0 auto}.cg-site-label{color:var(--primary);font-weight:700;letter-spacing:3px;text-transform:uppercase;font-size:.8rem;margin-bottom:1rem}.cg-title{font-family:Cormorant Garamond,serif;font-weight:700;font-size:clamp(3rem,7vw,5rem);color:var(--primary);line-height:1.1;margin-bottom:1rem}.cg-title em{font-style:italic;color:var(--dark-text)}.cg-intro{font-size:1.15rem;color:var(--gray-text);max-width:640px;margin:0 auto 2.5rem}.cg-instruction{background:#fff;border-left:4px solid var(--primary);border-radius:10px;padding:1.25rem 1.5rem;text-align:left;color:var(--gray-text);font-size:.95rem;line-height:1.7}.cg-instruction strong{color:var(--dark-text)}.cg-game-section{max-width:820px;margin:0 auto;padding:3rem 1.5rem 5rem}.cg-controls{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.cg-field{display:flex;flex-direction:column;gap:.4rem}.cg-field label{font-size:.78rem;letter-spacing:1px;text-transform:uppercase;font-weight:700;color:var(--primary)}.cg-field select{padding:.75rem 1rem;border:1px solid var(--border-light);border-radius:10px;background:#fff;font-family:DM Sans,sans-serif;font-size:.95rem;color:var(--dark-text);cursor:pointer;transition:border-color .2s ease}.cg-field select:focus{outline:none;border-color:var(--primary)}.cg-game-card{background:#fff;border:1px solid var(--border-light);border-radius:22px;padding:2.25rem 2rem;display:flex;flex-direction:column;gap:1.75rem;min-height:380px;box-shadow:0 8px 24px #0000000d;transition:box-shadow .3s ease,transform .3s ease}.cg-game-card:hover{box-shadow:0 12px 32px #00000014;transform:translateY(-2px)}.cg-card-topline{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.cg-category-badge{background:#f5d5d0;color:#a03030;font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:.4rem .85rem;border-radius:50px}.cg-card-count{font-size:.78rem;color:var(--gray-text);font-weight:600;letter-spacing:.5px}.cg-accent-line{height:3px;width:60px;background:var(--primary);border-radius:2px;margin:.5rem 0 1rem}.cg-prompt{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--dark-text);line-height:1.3}.cg-reflection-panel{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;animation:cg-fade .4s ease}@keyframes cg-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cg-reflection-box,.cg-action-box{border-radius:14px;padding:1.25rem 1.4rem}.cg-reflection-box{background:#faf4f0;border-left:3px solid #d9a59a}.cg-action-box{background:#f0f5f3;border-left:3px solid #8fbfb0}.cg-reflection-box h2,.cg-action-box h2{font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;margin-bottom:.5rem}.cg-reflection-box h2{color:#a03030}.cg-action-box h2{color:#2f6b5b}.cg-reflection-box p,.cg-action-box p{font-size:.95rem;line-height:1.65;color:var(--dark-text)}.cg-pass-reminder{font-size:.85rem;color:var(--gray-text);font-style:italic;border-top:1px dashed var(--border-light);padding-top:1rem;margin-top:auto}.cg-button-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-top:1.75rem}.cg-button{padding:.85rem 1rem;border-radius:50px;font-family:DM Sans,sans-serif;font-size:.92rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:all .25s ease}.cg-primary{background:var(--primary);color:#fff}.cg-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.cg-secondary{background:transparent;color:var(--dark-text);border-color:var(--border-light)}.cg-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.cg-facilitator{margin-top:2.5rem;background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:1.25rem 1.5rem}.cg-facilitator summary{cursor:pointer;font-weight:700;color:var(--primary);letter-spacing:.5px;font-size:.9rem}.cg-facilitator-content{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.cg-facilitator-content p{font-size:.9rem;line-height:1.65;color:var(--gray-text)}.cg-footer-note{margin-top:2.5rem;text-align:center;font-size:.8rem;color:var(--gray-text);letter-spacing:.5px}@media (max-width: 768px){.cg-controls,.cg-reflection-panel{grid-template-columns:1fr}.cg-button-grid{grid-template-columns:1fr 1fr}.cg-game-card{padding:1.75rem 1.25rem;min-height:320px}}.magazine-page{background:linear-gradient(180deg,#fff5f7,#ffe4ec);min-height:100vh;font-family:DM Sans,sans-serif;color:#2a2a2a}.magazine-cover{padding:4rem 1.5rem 3rem;display:flex;align-items:center;justify-content:center}.magazine-cover-inner{max-width:1400px;width:100%;display:grid;grid-template-columns:1.3fr 1fr;gap:4rem;align-items:center}.magazine-cover-image-wrap{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px #d96f6f40;border:1px solid #f4c4d4;background:#fff;cursor:zoom-in;transition:box-shadow .3s ease}.magazine-cover-image-wrap:hover{box-shadow:0 32px 80px #d96f6f59}.magazine-cover-image{width:100%;height:auto;display:block}.magazine-cover-zoom-hint{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background:#2a000cb3;color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.5px;opacity:0;transition:opacity .3s ease;pointer-events:none}.magazine-cover-image-wrap:hover .magazine-cover-zoom-hint{opacity:1}.magazine-cover-zoom-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#140008eb;display:flex;align-items:center;justify-content:center;padding:2rem;z-index:2000;overflow-y:auto}.magazine-cover-zoom-image{max-width:95vw;max-height:92vh;width:auto;height:auto;border-radius:8px;box-shadow:0 24px 80px #00000080;cursor:default}.magazine-cover-zoom-close{position:fixed;top:1.5rem;right:1.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;width:48px;height:48px;border-radius:50%;font-size:2rem;line-height:1;cursor:pointer;transition:all .2s ease;z-index:2001}.magazine-cover-zoom-close:hover{background:#d96f6f;border-color:#d96f6f}.magazine-cover-text{display:flex;flex-direction:column;gap:1rem}.magazine-issue{font-size:.8rem;letter-spacing:3px;font-weight:700;color:#d96f6f;text-transform:uppercase}.magazine-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.05;color:#2a2a2a;margin:0}.magazine-title-accent{color:#d96f6f;font-style:italic}.magazine-tagline{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-style:italic;color:#555;margin:0}.magazine-cover-meta{display:flex;align-items:center;gap:.75rem;font-size:.85rem;color:#777;letter-spacing:.5px}.magazine-dot{color:#d96f6f}.magazine-cover-cta{align-self:flex-start;margin-top:1rem;padding:.85rem 2rem;background:#d96f6f;color:#fff;border-radius:50px;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;transition:all .3s ease;border:none}.magazine-cover-cta:hover{background:#c15c5c;transform:translateY(-2px)}.magazine-editors-letter{padding:4rem 1.5rem 2rem;background:linear-gradient(180deg,#ffe4ec,#fff5f7)}.magazine-editors-letter-inner{max-width:720px;margin:0 auto;text-align:left}.magazine-editors-letter-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:#2a2a2a;margin:.5rem 0 2rem;line-height:1.1}.magazine-editors-letter-body{display:flex;flex-direction:column;gap:1rem}.magazine-editors-letter-body p{font-size:1.1rem;line-height:1.8;color:#444;margin:0}.magazine-editors-letter-body p:first-child{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-style:italic;color:#d96f6f}.magazine-editors-signature{margin-top:1.5rem!important;display:flex;flex-direction:column;gap:.25rem}.magazine-editors-signature-name{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:700;font-style:italic;color:#2a2a2a}.magazine-editors-signature-role{font-size:.85rem;color:#888;letter-spacing:.5px}.magazine-toc{padding:4rem 1.5rem 6rem;background:#fff5f7}.magazine-toc-inner{max-width:900px;margin:0 auto}.magazine-section-tag{color:#d96f6f;font-weight:700;font-size:.85rem;letter-spacing:2px;text-transform:uppercase;display:block;margin-bottom:.5rem}.magazine-toc-h2{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,4vw,3rem);color:#2a2a2a;margin:0 0 2rem}.magazine-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.magazine-toc-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;background:#fff;border:1px solid #f4c4d4;border-radius:12px;cursor:pointer;transition:all .25s ease}.magazine-toc-item:hover{border-color:#d96f6f;background:#fff0f4;transform:translate(4px)}.magazine-toc-number{font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700;color:#d96f6f;min-width:3rem;text-align:center;flex-shrink:0}.magazine-toc-text{flex:1;display:flex;flex-direction:column;gap:.2rem}.magazine-toc-category{font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;color:#d96f6f}.magazine-toc-title{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:700;color:#2a2a2a;margin:0;line-height:1.2}.magazine-toc-author{font-size:.8rem;color:#777}.magazine-toc-arrow{color:#d96f6f;font-size:1.5rem;flex-shrink:0}.magazine-article-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2a000c99;display:flex;align-items:center;justify-content:center;padding:2rem 1rem;z-index:1000;overflow-y:auto}.magazine-article{background:#fff;border-radius:16px;max-width:720px;width:100%;max-height:88vh;overflow-y:auto;padding:3rem 2.5rem;position:relative;box-shadow:0 24px 60px #0003;border:1px solid #f4c4d4}.magazine-article-close{position:absolute;top:1rem;right:1.25rem;background:#fff0f4;border:1px solid #f4c4d4;color:#d96f6f;width:40px;height:40px;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;transition:all .2s ease}.magazine-article-close:hover{background:#d96f6f;color:#fff}.magazine-article-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.magazine-article-category{font-size:.7rem;letter-spacing:1.5px;text-transform:uppercase;font-weight:700;color:#d96f6f}.magazine-article-date{font-size:.8rem;color:#777}.magazine-article-title{font-family:Cormorant Garamond,serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;color:#2a2a2a;margin:0 0 .5rem;line-height:1.15}.magazine-article-byline{font-size:.9rem;color:#777;margin:0 0 2rem;font-style:italic}.magazine-article-body{display:flex;flex-direction:column;gap:1rem}.magazine-article-body--prose p{font-size:1.05rem;line-height:1.75;color:#444;margin:0}.magazine-article-body--memoir p{font-family:Cormorant Garamond,serif;font-size:1.3rem;line-height:1.6;color:#333;margin:0;text-align:center;font-style:italic}@media (max-width: 768px){.magazine-cover-inner{grid-template-columns:1fr;gap:2rem}.magazine-toc-item{gap:1rem;padding:1rem}.magazine-toc-number{font-size:1.5rem;min-width:2rem}.magazine-article{padding:2.5rem 1.5rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-50{z-index:50}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.hidden{display:none}.h-14{height:3.5rem}.w-full{width:100%}.max-w-7xl{max-width:80rem}.grow{flex-grow:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.rounded-full{border-radius:9999px}.border{border-width:1px}.border-t{border-top-width:1px}.border-\[\#e8a898\]{--tw-border-opacity: 1;border-color:rgb(232 168 152 / var(--tw-border-opacity, 1))}.bg-\[\#c94438\]{--tw-bg-opacity: 1;background-color:rgb(201 68 56 / var(--tw-bg-opacity, 1))}.bg-\[\#f4b8a8\]{--tw-bg-opacity: 1;background-color:rgb(244 184 168 / var(--tw-bg-opacity, 1))}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#2b1010\]{--tw-text-opacity: 1;color:rgb(43 16 16 / var(--tw-text-opacity, 1))}.text-\[\#3d1a1a\]{--tw-text-opacity: 1;color:rgb(61 26 26 / var(--tw-text-opacity, 1))}.text-\[\#c94438\]{--tw-text-opacity: 1;color:rgb(201 68 56 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.hover\:bg-\[\#b03830\]:hover{--tw-bg-opacity: 1;background-color:rgb(176 56 48 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#c94438\]:hover{--tw-text-opacity: 1;color:rgb(201 68 56 / var(--tw-text-opacity, 1))}.hover\:opacity-80:hover{opacity:.8}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}}
