@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--charcoal:#1a1a1a;--charcoal-light:#2a2a2a;--charcoal-lighter:#3a3a3a;--cyan-bloom:#22d3ee;--fuchsia-bloom:#e879f9;--yellow:#fbbf24;--white:#fff;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563}body{background-color:#1a1a1a;background-color:var(--charcoal);color:#fff;color:var(--white);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));background-clip:text;-webkit-background-clip:text;color:#0000}.cyan{color:#22d3ee;color:var(--cyan-bloom)}.fuchsia{color:#e879f9;color:var(--fuchsia-bloom)}.yellow{color:#fbbf24;color:var(--yellow)}.gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));background-clip:text;-webkit-background-clip:text}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.container-narrow{margin:0 auto;max-width:800px;padding:0 1rem}.section-dark{background-color:#1a1a1a;background-color:var(--charcoal);padding:5rem 0}.section-light{background-color:#2a2a2a80;padding:5rem 0}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:4rem;text-align:center}.section-subtitle{color:#d1d5db;color:var(--gray-300);margin-bottom:2rem;text-align:center}.hero{overflow:hidden;padding:5rem 0;position:relative}.hero-background{background:radial-gradient(circle at 30% 50%,#22d3ee1a,#0000 50%),radial-gradient(circle at 70% 50%,#e879f91a,#0000 50%);filter:blur(60px);inset:0;position:absolute}.hero-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;position:relative;z-index:1}@media (min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:3rem;font-weight:700;line-height:1.1}@media (min-width:768px){.hero-title{font-size:4rem}}.hero-subtitle{color:#d1d5db;color:var(--gray-300);font-size:1.25rem;line-height:1.6}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr);padding-top:2rem}@media (min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center}.stat-number{font-size:2rem;font-weight:700}.stat-label{color:#9ca3af;color:var(--gray-400);font-size:.875rem}.hero-image{position:relative}.image-glow{background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));border-radius:1.5rem;filter:blur(2rem);inset:0;opacity:.2;position:absolute}.hero-img{border-radius:1.5rem;box-shadow:0 0 40px #22d3ee4d;height:auto;position:relative;width:100%}.btn-primary{background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));border:none;border-radius:.5rem;color:#1a1a1a;color:var(--charcoal);cursor:pointer;font-family:inherit;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-primary:hover{opacity:.9;transform:translateY(-1px)}.btn-secondary{background:#0000;border:2px solid #22d3ee;border:2px solid var(--cyan-bloom);border-radius:.5rem;color:#22d3ee;color:var(--cyan-bloom);cursor:pointer;font-family:inherit;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-secondary:hover{background:#22d3ee;background:var(--cyan-bloom);color:#1a1a1a;color:var(--charcoal)}.btn-limited{background:#0000;border:2px solid #fbbf24;border:2px solid var(--yellow);border-radius:.5rem;color:#fbbf24;color:var(--yellow);cursor:pointer;font-family:inherit;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-limited:hover{background:#fbbf24;background:var(--yellow);color:#1a1a1a;color:var(--charcoal)}.full-width{width:100%}.opacity{opacity:.75}.card{background-color:#2a2a2a;background-color:var(--charcoal-light);border:1px solid #3a3a3a;border:1px solid var(--charcoal-lighter);border-radius:.75rem;padding:1.5rem}.cards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.cards-grid{grid-template-columns:repeat(3,1fr)}}.card:hover{box-shadow:0 0 20px #22d3ee4d;transition:all .3s}.card-icon{align-items:center;border-radius:50%;display:flex;font-size:2rem;height:4rem;justify-content:center;margin:0 auto 1.5rem;transition:all .3s;width:4rem}.card-icon.cyan{background-color:#22d3ee33}.card-icon.fuchsia{background-color:#e879f933}.card-icon.gradient{background:linear-gradient(135deg,#22d3ee33,#e879f933)}.card:hover .card-icon.cyan{background-color:#22d3ee4d}.card:hover .card-icon.fuchsia{background-color:#e879f94d}.card:hover .card-icon.gradient{background:linear-gradient(135deg,#22d3ee4d,#e879f94d)}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.card-text{color:#d1d5db;color:var(--gray-300);text-align:center}.progress-container{width:100%}.progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-label{font-size:.875rem;font-weight:500}.progress-percentage{color:#22d3ee;color:var(--cyan-bloom);font-size:.875rem}.progress-bar{background-color:#3a3a3a;background-color:var(--charcoal-lighter);border-radius:9999px;height:.75rem;width:100%}.progress-fill{background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));border-radius:9999px;box-shadow:0 0 20px #22d3ee4d;height:100%;transition:all .5s ease-out}.donation-note{color:#9ca3af;color:var(--gray-400);font-size:.875rem;margin-top:1.5rem;text-align:center}.products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media (min-width:768px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background-color:#2a2a2a;background-color:var(--charcoal-light);border:1px solid #3a3a3a;border:1px solid var(--charcoal-lighter);border-radius:.75rem;padding:1.5rem;position:relative}.product-card.featured{border:2px solid;border-image:linear-gradient(135deg,#22d3ee,#e879f9) 1;border-image:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom)) 1;box-shadow:0 0 20px #22d3ee4d}.product-card.decoy{border-color:#4b5563;border-color:var(--gray-600)}.product-card.limited{border-color:#fbbf24;border-color:var(--yellow)}.product-badge{background-color:#1a1a1a;background-color:var(--charcoal);border-radius:.25rem;font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.05em;padding:.25rem .75rem;position:absolute;text-transform:uppercase;top:-.5rem}.product-badge.gradient{background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));color:#1a1a1a;color:var(--charcoal)}.product-badge.yellow{color:#fbbf24;color:var(--yellow)}.product-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.product-price{font-size:2rem;font-weight:700;margin-bottom:1rem}.product-old-price{color:#9ca3af;color:var(--gray-400);text-decoration:line-through}.product-old-price,.product-save{font-size:.875rem;margin-bottom:.5rem}.product-save{color:#22d3ee;color:var(--cyan-bloom)}.product-limited{color:#fbbf24;color:var(--yellow);font-size:.875rem;margin-bottom:.5rem}.product-desc{color:#d1d5db;color:var(--gray-300);font-size:.875rem;margin-bottom:1.5rem}.pay-forward-container{margin:0 auto 3rem;max-width:28rem}.pay-forward{margin-bottom:0}.toggle-container{align-items:center;display:flex;justify-content:space-between}.toggle-content h3{font-weight:600;margin-bottom:.25rem}.toggle-desc{color:#9ca3af;color:var(--gray-400);font-size:.875rem;margin:0}.toggle{align-items:center;background-color:#4b5563;background-color:var(--gray-600);border:none;border-radius:9999px;cursor:pointer;display:inline-flex;height:1.5rem;position:relative;transition:background-color .2s;width:2.75rem}.toggle.large{height:2rem;width:3.5rem}.toggle.active{background-color:#22d3ee;background-color:var(--cyan-bloom)}.toggle-slider{background-color:#fff;border-radius:50%;display:inline-block;height:1rem;transform:translateX(.25rem);transition:transform .2s;width:1rem}.toggle.large .toggle-slider{height:1.5rem;width:1.5rem}.toggle.active .toggle-slider{transform:translateX(1.5rem)}.toggle.large.active .toggle-slider{transform:translateX(1.75rem)}.toggle-note{color:#22d3ee;color:var(--cyan-bloom);font-size:.875rem;margin-top:.75rem}.impact-container{margin:0 auto;max-width:28rem}.impact-receipt{border:2px solid;border-image:linear-gradient(135deg,#22d3ee,#e879f9) 1;border-image:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom)) 1;box-shadow:0 0 20px #22d3ee4d}.impact-title{font-weight:700;margin-bottom:.75rem}.impact-details{display:flex;flex-direction:column;font-size:.875rem;gap:.5rem}.impact-row{display:flex;justify-content:space-between}.impact-thank-you{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));background-clip:text;-webkit-background-clip:text;border-top:1px solid #3a3a3a;border-top:1px solid var(--charcoal-lighter);font-weight:500;margin-top:.75rem;padding-top:.75rem}.stories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-bottom:3rem}@media (min-width:768px){.stories-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stories-grid{grid-template-columns:repeat(4,1fr)}}.story-card{background-color:#2a2a2a;background-color:var(--charcoal-light);border:1px solid #3a3a3a;border:1px solid var(--charcoal-lighter);border-radius:.75rem;cursor:pointer;padding:1.5rem;transition:all .3s}.story-card:hover{box-shadow:0 0 20px #22d3ee4d}.story-card.slots-left{border:2px dashed #22d3ee80;cursor:default;text-align:center}.story-icon{align-items:center;background:linear-gradient(135deg,#22d3ee1a,#e879f91a);border-radius:.5rem;display:flex;font-size:2.5rem;height:10rem;justify-content:center;margin-bottom:1rem;transition:all .3s;width:100%}.story-card:hover .story-icon{background:linear-gradient(135deg,#22d3ee33,#e879f933)}.slots-content{align-items:center;display:flex;flex-direction:column;height:10rem;justify-content:center;margin-bottom:1rem;width:100%}.slots-icon{font-size:2.5rem;margin-bottom:.5rem}.slots-number{font-size:2rem;font-weight:700}.slots-label{color:#9ca3af;color:var(--gray-400);font-size:.875rem}.story-title{font-weight:700;margin-bottom:.5rem;transition:color .3s}.story-card:hover .story-title{color:#22d3ee;color:var(--cyan-bloom)}.story-meta{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.story-author{color:#9ca3af;color:var(--gray-400)}.story-duration{color:#e879f9;color:var(--fuchsia-bloom)}.story-text{color:#9ca3af;color:var(--gray-400);font-size:.875rem}.stories-cta{text-align:center}.monthly-prompt{color:#d1d5db;color:var(--gray-300);font-style:italic;margin-bottom:1.5rem}.pledge-section{padding:3rem 0}.pledge-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.pledge-text{color:#d1d5db;color:var(--gray-300);margin-bottom:1.5rem;text-align:center}.pledge-toggle{align-items:center;display:flex;gap:1rem;justify-content:center}.pledge-status{color:#9ca3af;color:var(--gray-400);font-weight:500;transition:all .3s}.pledge-status.gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22d3ee,#e879f9);background:linear-gradient(135deg,var(--cyan-bloom),var(--fuchsia-bloom));background-clip:text;-webkit-background-clip:text}.pledge-welcome{background:linear-gradient(135deg,#22d3ee1a,#e879f91a);border-radius:.5rem;margin-top:1rem;padding:1rem}.welcome-text{color:#22d3ee;color:var(--cyan-bloom);font-size:.875rem;margin:0;text-align:center}.faq-list{display:flex;flex-direction:column;gap:2rem}.faq-item{background-color:#2a2a2a;background-color:var(--charcoal-light);border:1px solid #3a3a3a;border:1px solid var(--charcoal-lighter);border-radius:.75rem;padding:1.5rem}.faq-question{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.faq-answer{color:#d1d5db;color:var(--gray-300);line-height:1.6;margin:0}.footer{background-color:#2a2a2a;background-color:var(--charcoal-light);border-top:1px solid #3a3a3a;border-top:1px solid var(--charcoal-lighter);padding:3rem 0}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-desc{color:#9ca3af;color:var(--gray-400);font-size:.875rem}.footer-heading{font-weight:600;margin-bottom:1rem}.footer-list{color:#9ca3af;color:var(--gray-400);display:flex;flex-direction:column;font-size:.875rem;gap:.5rem}.footer-bottom{border-top:1px solid #3a3a3a;border-top:1px solid var(--charcoal-lighter);padding-top:2rem;text-align:center}.footer-copyright{color:#6b7280;color:var(--gray-500);font-size:.75rem;margin:0}@media (max-width:767px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column}.btn-limited,.btn-primary,.btn-secondary{text-align:center;width:100%}}.toggle:focus-visible{outline:2px solid #22d3ee;outline:2px solid var(--cyan-bloom);outline-offset:2px}.btn-limited:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible{outline:2px solid #22d3ee;outline:2px solid var(--cyan-bloom);outline-offset:2px}.navigation{background:#001f3f;box-shadow:0 2px 10px #001f3f4d;color:#fefefe;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navigation .nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.navigation .nav-brand{cursor:pointer;transition:transform .2s ease}.navigation .nav-brand:hover{transform:scale(1.02)}.navigation .nav-brand .brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fefefe,gold);background-clip:text;-webkit-background-clip:text;font-size:2rem;font-weight:900;letter-spacing:2px;margin:0}.navigation .nav-brand .brand-tagline{color:#fefefecc;display:block;font-size:.75rem;font-weight:500;letter-spacing:1px;margin-top:-.25rem}.navigation .nav-links.desktop{display:flex;gap:2rem}@media(max-width:768px){.navigation .nav-links.desktop{display:none}}.navigation .nav-links .nav-link{background:none;border:none;border-radius:25px;color:#fefefee6;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.navigation .nav-links .nav-link:before{background:linear-gradient(90deg,#0000,#ffd70033,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.navigation .nav-links .nav-link:hover{background:#ffd7001a;color:#fefefe;transform:translateY(-2px)}.navigation .nav-links .nav-link:hover:before{left:100%}.navigation .nav-links .nav-link.active{background:linear-gradient(135deg,gold,#20b2aa);box-shadow:0 4px 15px #ffd7004d;color:#001f3f;font-weight:700}.navigation .mobile-menu-button{background:none;border:none;border-radius:8px;color:#fefefe;cursor:pointer;display:none;padding:.5rem;transition:background-color .3s ease}.navigation .mobile-menu-button:hover{background:#fefefe1a}@media(max-width:768px){.navigation .mobile-menu-button{align-items:center;display:flex;justify-content:center}.navigation .mobile-menu{height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}.navigation .mobile-menu .mobile-menu-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.navigation .mobile-menu .mobile-menu-content{animation:slideInRight .3s ease-out;background:#001f3f;box-shadow:-5px 0 20px #0000004d;height:100%;padding:6rem 2rem 2rem;position:absolute;right:0;top:0;width:280px}}@media(max-width:768px){@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.navigation .mobile-menu .mobile-menu-content .mobile-nav-link{background:none;border:none;border-radius:12px;color:#fefefee6;cursor:pointer;display:block;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;padding:1rem 1.5rem;text-align:left;transition:all .3s ease;width:100%}.navigation .mobile-menu .mobile-menu-content .mobile-nav-link:hover{background:#ffd7001a;color:#fefefe;transform:translateX(10px)}.navigation .mobile-menu .mobile-menu-content .mobile-nav-link.active{background:linear-gradient(135deg,gold,#20b2aa);color:#001f3f;font-weight:700}}@media(min-width:769px){.navigation .mobile-menu{display:none}}@media(max-width:480px){.navigation .nav-container{padding:0 1rem}.navigation .nav-brand .brand-text{font-size:1.5rem}.navigation .nav-brand .brand-tagline{font-size:.7rem}}.countdown-timer{align-items:center;display:flex;flex-direction:column;gap:1rem}.countdown-timer .countdown-display{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.countdown-timer .countdown-display .countdown-unit{background:#ef4444;border-radius:12px;box-shadow:0 4px 15px #ef44444d;color:#fefefe;min-width:70px;overflow:hidden;padding:1rem 1.5rem;position:relative;text-align:center}.countdown-timer .countdown-display .countdown-unit:before{animation:shimmer 3s infinite;background:linear-gradient(90deg,#0000,#fefefe33,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.countdown-timer .countdown-display .countdown-unit .countdown-value{font-size:2rem;font-weight:900;line-height:1;margin-bottom:.25rem}@media(max-width:768px){.countdown-timer .countdown-display .countdown-unit .countdown-value{font-size:1.5rem}}.countdown-timer .countdown-display .countdown-unit .countdown-label{font-size:.75rem;font-weight:600;letter-spacing:1px;opacity:.9;text-transform:uppercase}@media(max-width:768px){.countdown-timer .countdown-display .countdown-unit .countdown-label{font-size:.65rem}}.countdown-timer .countdown-display .countdown-separator{animation:blink 2s infinite;color:gold;font-size:2rem;font-weight:900}@media(max-width:768px){.countdown-timer .countdown-display .countdown-separator{font-size:1.5rem}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}.countdown-timer .urgency-message{animation:urgencyPulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:25px;box-shadow:0 4px 20px #ef444466;color:#fefefe;font-size:.9rem;font-weight:700;padding:.75rem 1.5rem;text-align:center}@keyframes urgencyPulse{0%,to{box-shadow:0 4px 20px #ef444466;transform:scale(1)}50%{box-shadow:0 6px 25px #ef444499;transform:scale(1.05)}}.countdown-timer:not(.urgent) .countdown-unit{background:linear-gradient(135deg,#20b2aa,gold);box-shadow:0 4px 15px #20b2aa4d}.countdown-timer:not(.urgent) .countdown-unit:before{background:linear-gradient(90deg,#0000,#fefefe4d,#0000)}.countdown-timer:not(.urgent) .countdown-separator{color:#20b2aa}.countdown-timer.urgent .countdown-unit{animation:urgentShake .5s ease-in-out infinite alternate}@keyframes urgentShake{0%{transform:translateX(0)}to{transform:translateX(2px)}}@media(max-width:480px){.countdown-timer .countdown-display{gap:.25rem}.countdown-timer .countdown-display .countdown-unit{min-width:60px;padding:.75rem 1rem}.countdown-timer .countdown-display .countdown-separator{font-size:1.25rem}.countdown-timer .urgency-message{font-size:.8rem;padding:.5rem 1rem}}.progress-bar-container{margin:0 auto;max-width:800px;width:100%}.progress-bar-container .progress-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.progress-bar-container .progress-header .progress-label{color:#64748b;font-size:1rem;font-weight:600}@media(max-width:768px){.progress-bar-container .progress-header .progress-label{font-size:.9rem}}.progress-bar-container .progress-header .progress-amount{color:#001f3f;font-size:1.1rem;font-weight:700}@media(max-width:768px){.progress-bar-container .progress-header .progress-amount{font-size:1rem}}.progress-bar-container .progress-bar{background:#e2e8f0;border-radius:15px;box-shadow:inset 0 2px 4px #0000001a;height:20px;overflow:hidden;position:relative;width:100%}.progress-bar-container .progress-bar .progress-fill{background:linear-gradient(135deg,#20b2aa,gold 50%,gold);border-radius:15px;box-shadow:0 2px 8px #20b2aa4d;height:100%;overflow:hidden;position:relative;transition:width 2s cubic-bezier(.4,0,.2,1)}.progress-bar-container .progress-bar .progress-fill .progress-shine{animation:shine 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fefefe66,#0000);height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes shine{0%{left:-100%}50%{left:100%}to{left:100%}}.progress-bar-container .progress-bar .progress-fill .progress-glow{animation:glow 2s ease-in-out infinite alternate;background:linear-gradient(135deg,#20b2aa,gold);border-radius:17px;filter:blur(4px);inset:-2px;opacity:.3;position:absolute}.progress-bar-container .progress-bar .progress-markers{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.progress-bar-container .progress-bar .progress-markers .progress-marker{position:absolute;top:50%;transform:translateY(-50%)}.progress-bar-container .progress-bar .progress-markers .progress-marker .marker-dot{background:#cbd5e1;border:2px solid #fefefe;border-radius:50%;height:12px;transform:translateX(-50%);transition:all .3s ease;width:12px}.progress-bar-container .progress-bar .progress-markers .progress-marker .marker-label{color:#64748b;font-size:.75rem;font-weight:600;left:50%;opacity:0;position:absolute;top:-30px;transform:translateX(-50%);transition:opacity .3s ease}.progress-bar-container .progress-bar .progress-markers .progress-marker.reached .marker-dot{background:gold;border-color:#fefefe;box-shadow:0 0 10px #ffd70080}.progress-bar-container .progress-bar .progress-markers .progress-marker.reached .marker-label{color:gold;opacity:1}.progress-bar-container .progress-details{margin-top:1.5rem}.progress-bar-container .progress-details .progress-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:1.5rem}@media(max-width:768px){.progress-bar-container .progress-details .progress-stats{gap:.75rem;grid-template-columns:1fr}}.progress-bar-container .progress-details .progress-stats .stat{background:linear-gradient(135deg,#20b2aa0d,#ffd7000d);border:1px solid #20b2aa1a;border-radius:.75rem;padding:1rem;text-align:center}.progress-bar-container .progress-details .progress-stats .stat .stat-value{color:#20b2aa;display:block;font-size:1.5rem;font-weight:800;margin-bottom:.25rem}@media(max-width:768px){.progress-bar-container .progress-details .progress-stats .stat .stat-value{font-size:1.25rem}}.progress-bar-container .progress-details .progress-stats .stat .stat-label{color:#64748b;font-size:.85rem;font-weight:600;line-height:1.3}.progress-bar-container .progress-details .impact-preview{background:linear-gradient(135deg,#001f3f,#1e293b);border-radius:1rem;color:#fefefe;padding:1.5rem;text-align:center}.progress-bar-container .progress-details .impact-preview .impact-message{font-size:1rem;line-height:1.5;margin-bottom:1rem;opacity:.95}.progress-bar-container .progress-details .impact-preview .impact-icons{display:flex;font-size:1.5rem;gap:1rem;justify-content:center}.progress-bar-container .progress-details .impact-preview .impact-icons .city-icon,.progress-bar-container .progress-details .impact-preview .impact-icons .heart-icon,.progress-bar-container .progress-details .impact-preview .impact-icons .support-icon{animation:float 3s ease-in-out infinite}.progress-bar-container .progress-details .impact-preview .impact-icons .heart-icon{animation-delay:.5s}.progress-bar-container .progress-details .impact-preview .impact-icons .support-icon{animation-delay:1s}@media(max-width:480px){.progress-bar-container .progress-header{align-items:flex-start;flex-direction:column;gap:.25rem}.progress-bar-container .progress-bar{height:16px}.progress-bar-container .progress-bar .progress-markers .progress-marker .marker-dot{height:10px;width:10px}.progress-bar-container .progress-bar .progress-markers .progress-marker .marker-label{font-size:.7rem;top:-25px}}.story-player{background:#fefefe;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 20px #0000001a;padding:1.5rem;transition:all .3s ease}.story-player:hover{box-shadow:0 8px 30px #00000026;transform:translateY(-2px)}.story-player .story-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.story-player .story-header .story-info{flex:1 1}.story-player .story-header .story-info .story-title{color:#001f3f;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.story-player .story-header .story-info .story-author{color:#64748b;font-weight:600;margin-bottom:.5rem}.story-player .story-header .story-info .featured-badge{background:linear-gradient(135deg,gold,#f59e0b);border-radius:1rem;color:#001f3f;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.story-player .story-header .share-button{background:none;border:none;border-radius:.5rem;color:#64748b;cursor:pointer;padding:.5rem;transition:all .2s ease}.story-player .story-header .share-button:hover{background:#20b2aa1a;color:#20b2aa;transform:scale(1.1)}.story-player .player-controls{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.story-player .player-controls .play-button{align-items:center;background:linear-gradient(135deg,#20b2aa,gold);border:none;border-radius:50%;box-shadow:0 4px 15px #20b2aa4d;color:#fefefe;cursor:pointer;display:flex;height:3rem;justify-content:center;position:relative;transition:all .3s ease;width:3rem}.story-player .player-controls .play-button:hover{box-shadow:0 6px 20px #20b2aa66;transform:scale(1.1)}.story-player .player-controls .play-button:active{transform:scale(.95)}.story-player .player-controls .play-button.loading .loading-spinner{animation:spin 1s linear infinite;border:2px solid #fefefe4d;border-radius:50%;border-top-color:#fefefe;height:20px;width:20px}.story-player .player-controls .play-button:before{background:linear-gradient(135deg,#20b2aa,gold);border-radius:50%;content:"";inset:-2px;opacity:0;position:absolute;transition:opacity .3s ease}.story-player .player-controls .play-button:hover:before{animation:pulse 1.5s ease-in-out infinite;opacity:.3}.story-player .player-controls .progress-section{flex:1 1}.story-player .player-controls .progress-section .time-display{color:#64748b;display:flex;font-size:.85rem;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.story-player .player-controls .progress-section .progress-bar{cursor:pointer;padding:.5rem 0}.story-player .player-controls .progress-section .progress-bar .progress-track{background:#e2e8f0;border-radius:2px;height:4px;overflow:hidden;position:relative;width:100%}.story-player .player-controls .progress-section .progress-bar .progress-track .progress-fill{background:linear-gradient(90deg,#20b2aa,gold);border-radius:2px;height:100%;position:relative;transition:width .1s ease}.story-player .player-controls .progress-section .progress-bar .progress-track .progress-fill:after{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fefefe99);content:"";height:100%;position:absolute;right:0;top:0;width:20px}@keyframes shimmer{0%{opacity:0}50%{opacity:1}to{opacity:0}}.story-player .player-controls .progress-section .progress-bar .progress-track .progress-handle{background:#fefefe;border:2px solid gold;border-radius:50%;box-shadow:0 2px 8px #0003;height:12px;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s ease;width:12px}.story-player .player-controls .progress-section .progress-bar:hover .progress-handle{opacity:1}.story-player .player-controls .volume-control{align-items:center;display:flex;gap:.5rem}@media(max-width:768px){.story-player .player-controls .volume-control{display:none}}.story-player .player-controls .volume-control .volume-icon{color:#64748b}.story-player .player-controls .volume-control .volume-slider{background:#e2e8f0;border-radius:2px;cursor:pointer;height:4px;outline:none;width:60px}.story-player .player-controls .volume-control .volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#20b2aa;border:2px solid #fefefe;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:12px;width:12px}.story-player .player-controls .volume-control .volume-slider::-moz-range-thumb{background:#20b2aa;border:2px solid #fefefe;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:12px;width:12px}.story-player .story-meta{align-items:center;color:#64748b;display:flex;font-size:.85rem;justify-content:space-between}@media(max-width:480px){.story-player .story-meta{align-items:flex-start;flex-direction:column;gap:.25rem}}.story-player .story-meta .play-count{color:#20b2aa;font-weight:600}.story-player .story-meta .submit-date{font-style:italic}@media(max-width:768px){.story-player{padding:1rem}.story-player .player-controls{gap:.75rem}.story-player .player-controls .play-button{height:2.5rem;width:2.5rem}.story-player .story-header .story-info .story-title{font-size:1.1rem}}.email-form{background:#0f0f12;border:1px solid #22242a;border-radius:16px;color:#eaecef;padding:24px}.form-header{margin-bottom:16px}.form-title{font-size:1.25rem;margin:0 0 4px}.form-subtitle{color:#9aa1ac;margin:0}.form-content{grid-gap:16px;display:grid;gap:16px}.form-group{grid-gap:8px;display:grid;gap:8px}.form-label{align-items:center;color:#c8ccd3;display:flex;gap:8px}.form-input{background:#14161a;border:1px solid #2a2e36;border-radius:8px;color:#eaecef;padding:10px 12px}.form-input.error{border-color:#ff3b5c}.form-checkboxes{grid-gap:12px;display:grid;gap:12px}.checkbox-label{grid-gap:10px;align-items:start;display:grid;gap:10px;grid-template-columns:auto 1fr}.checkbox-input{height:16px;width:16px}.checkbox-content{color:#c8ccd3}.checkbox-title{color:#eaecef;font-weight:600}.checkbox-description{color:#9aa1ac;font-size:.9rem;margin:0}.error-message{color:#ff3b5c;font-size:.9rem}.submit-error{border-top:1px dashed #2a2e36;padding-top:8px}.submit-button{background:#4f46e5;border:none;border-radius:999px;color:#fff;cursor:pointer;padding:10px 16px}.submit-button.loading{cursor:progress;opacity:.7}.success-state{text-align:center}.success-icon{color:#22c55e}.pledge-icon{color:#ef4444}.subscription-icon{color:#3b82f6}.next-steps{margin-top:16px;text-align:left}.next-steps ul{margin:8px 0 0 18px}.form-footer{color:#9aa1ac;font-size:.85rem}.home-page .hero-section{align-items:center;background:linear-gradient(135deg,#001f3f,#20b2aa);color:#fefefe;display:flex;min-height:100vh;overflow:hidden;padding:6rem 0;position:relative}.home-page .hero-section:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#ffd7001a 0,#0000 70%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.home-page .hero-section .hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}@media(max-width:768px){.home-page .hero-section .hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}}.home-page .hero-section .hero-text{position:relative;z-index:2}.home-page .hero-section .hero-text .hero-title{font-size:3.5rem;font-weight:900;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}@media(max-width:768px){.home-page .hero-section .hero-text .hero-title{font-size:2.5rem}}.home-page .hero-section .hero-text .hero-title .hero-title-highlight{-webkit-text-fill-color:#0000;animation:glow 3s ease-in-out infinite alternate;background:linear-gradient(135deg,gold,#20b2aa);background-clip:text;-webkit-background-clip:text;display:block}@keyframes glow{0%{filter:drop-shadow(0 0 10px rgba(255,215,0,.5))}to{filter:drop-shadow(0 0 20px rgba(255,215,0,.8))}}.home-page .hero-section .hero-text .hero-description{color:#fefefee6;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:2rem}@media(max-width:768px){.home-page .hero-section .hero-text .hero-description{font-size:1.1rem}}.home-page .hero-section .countdown-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fefefe1a;border:1px solid #ffd7004d;border-radius:1rem;margin-bottom:2rem;padding:1.5rem}.home-page .hero-section .countdown-container .countdown-text{color:gold;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.home-page .hero-section .social-proof{color:#fefefecc;display:flex;gap:2rem}@media(max-width:768px){.home-page .hero-section .social-proof{flex-direction:column;gap:1rem}}.home-page .hero-section .social-proof .social-proof-item{align-items:center;display:flex;font-weight:600;gap:.5rem}.home-page .hero-section .social-proof .social-proof-item .social-proof-icon.heart{animation:heartbeat 2s ease-in-out infinite;color:#ff6b6b}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.home-page .hero-section .hero-image{align-items:center;display:flex;justify-content:center;position:relative}.home-page .hero-section .hero-image .product-showcase{position:relative;z-index:2}.home-page .hero-section .hero-image .product-showcase .can-container{height:400px;position:relative;width:300px}.home-page .hero-section .hero-image .product-showcase .can-container .can-image{background:linear-gradient(135deg,#2c3e50,#34495e 50%,#2c3e50);border-radius:20px;box-shadow:0 20px 40px #0000004d;height:100%;overflow:hidden;position:relative;width:100%}.home-page .hero-section .hero-image .product-showcase .can-container .can-image .can-number{color:gold;font-size:1.5rem;font-weight:900;left:50%;letter-spacing:2px;position:absolute;top:2rem;transform:translateX(-50%)}.home-page .hero-section .hero-image .product-showcase .can-container .can-image .can-logo{color:#fefefe;font-size:2rem;font-weight:900;left:50%;letter-spacing:3px;position:absolute;top:50%;transform:translate(-50%,-50%)}.home-page .hero-section .hero-image .product-showcase .can-container .can-image .qr-code-placeholder{background:#fefefe;border-radius:8px;bottom:2rem;height:60px;opacity:.9;position:absolute;right:2rem;width:60px}.home-page .hero-section .hero-image .product-showcase .can-container .can-image .microphone-pattern{background-image:radial-gradient(circle at 2px 2px,#fefefe1a 1px,#0000 0);background-size:20px 20px;height:40%;left:0;position:absolute;top:0;width:100%}.home-page .hero-section .hero-image .product-showcase .can-container .can-glow{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#ffd7004d 0,#0000 70%);border-radius:40px;inset:-20px;position:absolute}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements{inset:-50px;position:absolute}.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements .heart-float,.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements .sound-wave,.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements .story-bubble{animation:floatElement 6s ease-in-out infinite;font-size:2rem;position:absolute}.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements .story-bubble{animation-delay:0s;left:-20%;top:10%}.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements .heart-float{animation-delay:2s;right:-20%;top:60%}.home-page .hero-section .hero-image .product-showcase .can-container .floating-elements .sound-wave{animation-delay:4s;bottom:10%;left:-30%}@keyframes floatElement{0%,to{opacity:.6;transform:translateY(0) rotate(0deg)}50%{opacity:1;transform:translateY(-20px) rotate(180deg)}}.home-page .social-proof-section{background:#fefefe;padding:6rem 0}.home-page .social-proof-section .section-content{margin:0 auto;max-width:1200px;padding:0 2rem}.home-page .social-proof-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}@media(max-width:768px){.home-page .social-proof-section .section-title{font-size:2rem}}.home-page .social-proof-section .section-description{color:#64748b;font-size:1.25rem;margin-bottom:3rem;text-align:center}.home-page .social-proof-section .featured-stories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}@media(max-width:768px){.home-page .social-proof-section .featured-stories{grid-template-columns:1fr}}.home-page .social-proof-section .story-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);text-align:center}@media(max-width:768px){.home-page .social-proof-section .story-stats{gap:1rem;grid-template-columns:1fr}}.home-page .social-proof-section .story-stats .stat .stat-number{color:#20b2aa;font-size:3rem;font-weight:900;margin-bottom:.5rem}.home-page .social-proof-section .story-stats .stat .stat-label{color:#64748b;font-size:1rem;font-weight:600}.home-page .pricing-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.home-page .pricing-section .section-content{margin:0 auto;max-width:1200px;padding:0 2rem}.home-page .pricing-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.home-page .pricing-section .section-description{color:#64748b;font-size:1.25rem;margin-bottom:3rem;text-align:center}.home-page .email-capture-section{background:linear-gradient(135deg,#001f3f,#20b2aa);padding:6rem 0}.home-page .email-capture-section .section-content{margin:0 auto;max-width:600px;padding:0 2rem}.home-page .impact-section{background:#fefefe;padding:6rem 0}.home-page .impact-section .section-content{margin:0 auto;max-width:1000px;padding:0 2rem}.home-page .impact-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.home-page .impact-section .impact-description{color:#64748b;font-size:1.25rem;margin-bottom:3rem;text-align:center}.home-page .impact-section .impact-details{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:3rem}@media(max-width:768px){.home-page .impact-section .impact-details{grid-template-columns:1fr}}.home-page .impact-section .impact-details .impact-card{background:linear-gradient(135deg,#20b2aa,gold);border-radius:1rem;box-shadow:0 10px 30px #0000001a;color:#fefefe;padding:2rem;text-align:center}.home-page .impact-section .impact-details .impact-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.home-page .impact-section .impact-details .impact-card .impact-amount{font-size:3rem;font-weight:900;margin-bottom:.5rem}.home-page .impact-section .impact-details .impact-card p{font-size:.9rem;opacity:.9}.home-page .story-upload-section{background:linear-gradient(135deg,#1e293b,#001f3f);padding:6rem 0}.home-page .story-upload-section .section-content{margin:0 auto;max-width:800px;padding:0 2rem}.home-page .transparency-section{background:#fefefe;padding:6rem 0}.home-page .transparency-section .section-content{margin:0 auto;max-width:1200px;padding:0 2rem}.home-page .transparency-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.home-page .transparency-section .transparency-description{color:#64748b;font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.home-page .transparency-section .ethics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.home-page .transparency-section .ethics-grid .ethics-item{background:linear-gradient(135deg,#20b2aa1a,#ffd7001a);border:1px solid #20b2aa33;border-radius:1rem;padding:2rem;text-align:center}.home-page .transparency-section .ethics-grid .ethics-item h3{color:#001f3f;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.home-page .transparency-section .ethics-grid .ethics-item p{color:#64748b;line-height:1.6}.about-page .about-hero{background:linear-gradient(135deg,#001f3f,#1e293b);color:#fefefe;overflow:hidden;padding:6rem 0;position:relative}.about-page .about-hero:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#ffd7001a 0,#0000 70%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}@keyframes float{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.about-page .about-hero .hero-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.about-page .about-hero .hero-content .page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fefefe,gold);background-clip:text;-webkit-background-clip:text;font-size:3.5rem;font-weight:900;margin-bottom:1.5rem}@media(max-width:768px){.about-page .about-hero .hero-content .page-title{font-size:2.5rem}}.about-page .about-hero .hero-content .hero-subtitle{color:#fefefee6;font-size:1.5rem;font-weight:400;margin-bottom:2rem}@media(max-width:768px){.about-page .about-hero .hero-content .hero-subtitle{font-size:1.25rem}}.about-page .about-hero .hero-content .hero-insight{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fefefe1a;border:1px solid #fefefe33;border-radius:1rem;display:flex;gap:1rem;padding:2rem;text-align:left}@media(max-width:768px){.about-page .about-hero .hero-content .hero-insight{flex-direction:column;text-align:center}}.about-page .about-hero .hero-content .hero-insight .insight-icon{color:gold;flex-shrink:0;margin-top:.25rem}.about-page .about-hero .hero-content .hero-insight p{color:#fefefef2;font-size:1.1rem;line-height:1.7;margin:0}.about-page .mission-vision-section{background:#fefefe;padding:6rem 0}.about-page .mission-vision-section .mission-vision-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:0 auto;max-width:1000px}@media(max-width:768px){.about-page .mission-vision-section .mission-vision-grid{gap:2rem;grid-template-columns:1fr}}.about-page .mission-vision-section .mission-card,.about-page .mission-vision-section .vision-card{background:linear-gradient(135deg,#20b2aa0d,#ffd7000d);border:1px solid #20b2aa1a;border-radius:1.5rem;padding:3rem 2rem;text-align:center;transition:all .3s ease}.about-page .mission-vision-section .mission-card:hover,.about-page .mission-vision-section .vision-card:hover{box-shadow:0 15px 40px #20b2aa1a;transform:translateY(-5px)}.about-page .mission-vision-section .mission-card .card-icon,.about-page .mission-vision-section .vision-card .card-icon{align-items:center;background:linear-gradient(135deg,#20b2aa,gold);border-radius:50%;display:flex;height:4rem;justify-content:center;margin:0 auto 2rem;width:4rem}.about-page .mission-vision-section .mission-card .card-icon .icon,.about-page .mission-vision-section .vision-card .card-icon .icon{color:#fefefe;height:2rem;width:2rem}.about-page .mission-vision-section .mission-card h2,.about-page .mission-vision-section .vision-card h2{color:#001f3f;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.about-page .mission-vision-section .mission-card p,.about-page .mission-vision-section .vision-card p{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0}.about-page .differentiators-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.about-page .differentiators-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.about-page .differentiators-section .differentiators-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media(max-width:768px){.about-page .differentiators-section .differentiators-grid{grid-template-columns:1fr}}.about-page .differentiators-section .differentiator{background:#fefefe;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.about-page .differentiators-section .differentiator:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-3px)}.about-page .differentiators-section .differentiator .diff-icon{align-items:center;background:#20b2aa1a;border-radius:50%;display:flex;height:3rem;justify-content:center;margin:0 auto 1.5rem;width:3rem}.about-page .differentiators-section .differentiator .diff-icon .icon{color:#20b2aa;height:1.5rem;width:1.5rem}.about-page .differentiators-section .differentiator h3{color:#001f3f;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.about-page .differentiators-section .differentiator p{color:#64748b;line-height:1.6;margin:0}.about-page .transparency-section{background:#fefefe;padding:6rem 0}.about-page .transparency-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.about-page .transparency-section .transparency-intro{color:#64748b;font-size:1.25rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.about-page .transparency-section .impact-breakdown{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}@media(max-width:768px){.about-page .transparency-section .impact-breakdown{gap:3rem;grid-template-columns:1fr}}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation{background:linear-gradient(135deg,#001f3f0d,#20b2aa0d);border:2px solid #20b2aa33;border-radius:1.5rem;padding:2rem;text-align:center}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation h3{color:#001f3f;font-size:1.5rem;margin-bottom:2rem}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories{margin-bottom:1.5rem}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story .story-dots,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories .story-dots{display:flex;gap:.5rem;justify-content:center;margin-bottom:.5rem}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story .story-dots .story-dot,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories .story-dots .story-dot{border-radius:50%;height:20px;width:20px}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story .story-dots .story-dot.premium,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories .story-dots .story-dot.premium{background:linear-gradient(135deg,#20b2aa,gold)}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story .story-dots .story-dot.free,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories .story-dots .story-dot.free{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,gold,#f59e0b)}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story .story-label,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories .story-label{color:#001f3f;display:block;font-weight:600;margin-bottom:.25rem}.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .free-story .impact-note,.about-page .transparency-section .impact-breakdown .impact-visual .can-representation .stories-breakdown .paid-stories .impact-note{color:#20b2aa;font-size:.85rem;font-weight:500}.about-page .transparency-section .impact-breakdown .financial-impact h3{color:#001f3f;font-size:1.5rem;margin-bottom:2rem}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item{align-items:center;border-radius:1rem;display:flex;gap:1.5rem;padding:1.5rem;transition:transform .3s ease}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item:hover{transform:translateX(10px)}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item .amount{align-items:center;background:linear-gradient(135deg,#20b2aa,gold);border-radius:50%;color:#fefefe;display:flex;flex-shrink:0;font-size:2rem;font-weight:900;height:60px;justify-content:center;width:60px}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item .description{flex:1 1}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item .description h4{color:#001f3f;font-weight:700;margin-bottom:.5rem}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item .description p{color:#64748b;line-height:1.5;margin:0}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item .description .growth-note{color:#20b2aa;display:block;font-size:.85rem;font-weight:500;margin-top:.25rem}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item.community-stories{background:#ffd7001a;border:1px solid #ffd7004d}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item.ngo-support{background:#20b2aa1a;border:1px solid #20b2aa4d}.about-page .transparency-section .impact-breakdown .financial-impact .revenue-split .split-item.business-growth{background:#001f3f1a;border:1px solid #001f3f4d}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator{background:linear-gradient(135deg,#001f3f,#1e293b);border-radius:1rem;color:#fefefe;padding:2rem}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator h4{color:#fefefe;margin-bottom:1rem;text-align:center}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator .calculation{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator .calculation .input{background:#fefefe1a;border-radius:.5rem;font-weight:600;padding:.5rem 1rem}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator .calculation .equals{color:gold;font-size:1.5rem;font-weight:900}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator .calculation .outputs{display:flex;flex-direction:column;gap:.25rem}.about-page .transparency-section .impact-breakdown .financial-impact .impact-calculator .calculation .outputs .output{background:#20b2aa33;border-radius:.25rem;font-size:.9rem;font-weight:500;padding:.25rem .75rem}.about-page .how-it-works-section{background:linear-gradient(135deg,#1e293b,#001f3f);color:#fefefe;padding:6rem 0}.about-page .how-it-works-section .section-title{color:#fefefe;font-size:2.5rem;font-weight:800;margin-bottom:4rem;text-align:center}.about-page .how-it-works-section .process-flow{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto;max-width:1200px}@media(max-width:768px){.about-page .how-it-works-section .process-flow{flex-direction:column;gap:2rem}}.about-page .how-it-works-section .process-flow .process-step{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fefefe1a;border:1px solid #fefefe33;border-radius:1rem;min-width:200px;padding:2rem;text-align:center}.about-page .how-it-works-section .process-flow .process-step .step-number{align-items:center;background:linear-gradient(135deg,gold,#f59e0b);border-radius:50%;color:#001f3f;display:flex;font-size:1.25rem;font-weight:900;height:3rem;justify-content:center;margin:0 auto 1rem;width:3rem}.about-page .how-it-works-section .process-flow .process-step h4{color:#fefefe;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.about-page .how-it-works-section .process-flow .process-step p{color:#fefefecc;font-size:.9rem;line-height:1.5;margin:0}.about-page .how-it-works-section .process-flow .process-arrow{color:gold;font-size:2rem;font-weight:700}@media(max-width:768px){.about-page .how-it-works-section .process-flow .process-arrow{transform:rotate(90deg)}}.about-page .values-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.about-page .values-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.about-page .values-section .values-intro{color:#64748b;font-size:1.25rem;margin-bottom:3rem;text-align:center}.about-page .values-section .promise-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:3rem}@media(max-width:768px){.about-page .values-section .promise-grid{grid-template-columns:1fr}}.about-page .values-section .promise-grid .promise-item{background:#fefefe;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.about-page .values-section .promise-grid .promise-item:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.about-page .values-section .promise-grid .promise-item .promise-number{background:linear-gradient(135deg,gold,#f59e0b);border-radius:20px;box-shadow:0 4px 15px #ffd7004d;color:#001f3f;font-size:.9rem;font-weight:900;padding:.5rem 1rem;position:absolute;right:20px;top:-15px}.about-page .values-section .promise-grid .promise-item h4{color:#001f3f;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.about-page .values-section .promise-grid .promise-item p{color:#64748b;line-height:1.7;margin:0}.about-page .values-section .promise-grid .promise-item p strong{color:#20b2aa;font-weight:600}.about-page .values-section .cumulative-impact{background:linear-gradient(135deg,#001f3f,#1e293b);border-radius:1.5rem;color:#fefefe;margin-top:3rem;padding:3rem 2rem;text-align:center}.about-page .values-section .cumulative-impact h4{color:#fefefe;font-size:1.5rem;margin-bottom:2rem}.about-page .values-section .cumulative-impact .impact-projections{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(max-width:768px){.about-page .values-section .cumulative-impact .impact-projections{gap:1rem;grid-template-columns:1fr}}.about-page .values-section .cumulative-impact .impact-projections .projection{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fefefe1a;border:1px solid #fefefe33;border-radius:1rem;padding:1.5rem}.about-page .values-section .cumulative-impact .impact-projections .projection .number{color:gold;display:block;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.about-page .values-section .cumulative-impact .impact-projections .projection .result{color:#fefefee6;font-size:.9rem;line-height:1.4}.about-page .impact-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:6rem 0}.about-page .impact-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-align:center}.about-page .impact-section .impact-intro{color:#64748b;font-size:1.25rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.about-page .impact-section .impact-goals{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media(max-width:768px){.about-page .impact-section .impact-goals{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.about-page .impact-section .impact-goals{grid-template-columns:1fr}}.about-page .impact-section .impact-goals .goal-item{background:#fefefe;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.about-page .impact-section .impact-goals .goal-item:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.about-page .impact-section .impact-goals .goal-item .goal-number{color:#20b2aa;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.about-page .impact-section .impact-goals .goal-item .goal-label{color:#001f3f;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.about-page .impact-section .impact-goals .goal-item .goal-description{color:#64748b;font-size:.9rem;line-height:1.5}.about-page .cta-section{background:linear-gradient(135deg,#20b2aa,gold);color:#fefefe;padding:6rem 0}.about-page .cta-section .cta-content{margin:0 auto;max-width:800px;text-align:center}.about-page .cta-section .cta-content h2{color:#fefefe;font-size:2.5rem;font-weight:800;margin-bottom:2rem}.about-page .cta-section .cta-content>p{font-size:1.25rem;line-height:1.7;margin-bottom:3rem;opacity:.95}.about-page .cta-section .cta-content .cta-promise{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fefefe1a;border:1px solid #fefefe33;border-radius:1rem;margin-bottom:3rem;padding:2rem}.about-page .cta-section .cta-content .cta-promise h4{color:#fefefe;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.about-page .cta-section .cta-content .cta-promise p{font-size:1.1rem;line-height:1.6;margin:0;opacity:.95}.about-page .cta-section .cta-content .cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}@media(max-width:768px){.about-page .cta-section .cta-content .cta-buttons{align-items:center;flex-direction:column}}.about-page .cta-section .cta-content .cta-buttons .cta-primary,.about-page .cta-section .cta-content .cta-buttons .cta-secondary{border:none;border-radius:.75rem;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.about-page .cta-section .cta-content .cta-buttons .cta-primary{background:#fefefe;color:#20b2aa}.about-page .cta-section .cta-content .cta-buttons .cta-primary:hover{box-shadow:0 10px 30px #0003;transform:translateY(-3px)}.about-page .cta-section .cta-content .cta-buttons .cta-secondary{background:#0000;border:2px solid #fefefe;color:#fefefe}.about-page .cta-section .cta-content .cta-buttons .cta-secondary:hover{background:#fefefe;color:#20b2aa}.about-page .cta-section .cta-content .final-message p{font-size:1.1rem;margin-bottom:1rem}.about-page .cta-section .cta-content .final-message p:last-child{margin-bottom:0}.stories-page{background:#f8fafc;min-height:100vh}.stories-page .stories-header{background:linear-gradient(135deg,#001f3f,#1e293b);color:#fefefe;padding:4rem 0 2rem}.stories-page .stories-header .header-content{text-align:center}.stories-page .stories-header .header-content .page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fefefe,gold);background-clip:text;-webkit-background-clip:text;font-size:3rem;font-weight:900;margin-bottom:1rem}@media(max-width:768px){.stories-page .stories-header .header-content .page-title{font-size:2.25rem}}.stories-page .stories-header .header-content .page-subtitle{color:#fefefecc;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.stories-page .stories-header .header-content .filter-controls{display:flex;justify-content:center}.stories-page .stories-header .header-content .filter-controls .filter-group{align-items:center;display:flex;gap:.75rem}.stories-page .stories-header .header-content .filter-controls .filter-group label{color:#fefefe;font-size:.9rem;font-weight:600}.stories-page .stories-header .header-content .filter-controls .filter-group .filter-select{background:#fefefe1a;border:2px solid #fefefe33;border-radius:.5rem;color:#fefefe;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:border-color .3s ease}.stories-page .stories-header .header-content .filter-controls .filter-group .filter-select:focus{border-color:#20b2aa;outline:none}.stories-page .stories-header .header-content .filter-controls .filter-group .filter-select option{background:#001f3f;color:#fefefe}.stories-page .current-month-section{background:#fefefe;padding:4rem 0}.stories-page .current-month-section .section-header{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;text-align:center}.stories-page .current-month-section .section-header .section-icon{color:gold;height:2rem;width:2rem}.stories-page .current-month-section .section-header .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin:0}@media(max-width:768px){.stories-page .current-month-section .section-header .section-title{font-size:2rem}}.stories-page .current-month-section .section-header .section-description{color:#64748b;font-size:1.1rem;margin:.5rem 0 0}.stories-page .current-month-section .qr-access-prompt{background:#001f3f0d;border:2px dashed #001f3f4d;border-radius:1.5rem;margin:0 auto;max-width:600px;padding:2rem}.stories-page .current-month-section .qr-access-prompt .access-methods{align-items:center;display:flex;gap:2rem}@media(max-width:768px){.stories-page .current-month-section .qr-access-prompt .access-methods{flex-direction:column;gap:1.5rem}}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-scan-section .camera-button{align-items:center;background:linear-gradient(135deg,#20b2aa,gold);border:none;border-radius:.75rem;color:#fefefe;cursor:pointer;display:flex;font-weight:700;gap:.5rem;padding:1rem 1.5rem;transition:all .3s ease}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-scan-section .camera-button:hover{box-shadow:0 8px 25px #20b2aa4d;transform:translateY(-2px)}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-scan-section .hidden-input{display:none}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form{display:flex;flex:1 1;gap:.75rem}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .qr-input{background:#fefefe;border:2px solid #e2e8f0;border-radius:.75rem;color:#001f3f;flex:1 1;font-size:1rem;padding:1rem;transition:all .3s ease}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .qr-input:focus{border-color:#20b2aa;outline:none}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .qr-input.error{border-color:#ef4444}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .qr-submit{background:linear-gradient(135deg,gold,#f59e0b);border:none;border-radius:.75rem;color:#001f3f;cursor:pointer;font-weight:700;padding:1rem 1.5rem;transition:all .3s ease;white-space:nowrap}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .qr-submit:hover:not(:disabled){box-shadow:0 8px 25px #ffd7004d;transform:translateY(-2px)}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .qr-submit:disabled{cursor:not-allowed;opacity:.6}.stories-page .current-month-section .qr-access-prompt .access-methods .qr-form .error-message{color:#ef4444;font-size:.9rem;margin-top:.5rem;text-align:center}.stories-page .current-month-section .protected-stories .demo-notice{align-items:center;background:#20b2aa1a;border-radius:.75rem;color:#20b2aa;display:flex;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:2rem;padding:1rem}.stories-page .current-month-section .protected-stories .stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media(max-width:768px){.stories-page .current-month-section .protected-stories .stories-grid{grid-template-columns:1fr}}.stories-page .archived-stories-section{background:#f8fafc;padding:4rem 0}.stories-page .archived-stories-section .section-header{align-items:center;display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;text-align:center}.stories-page .archived-stories-section .section-header .section-icon{color:#20b2aa;height:2rem;width:2rem}.stories-page .archived-stories-section .section-header .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;margin:0}@media(max-width:768px){.stories-page .archived-stories-section .section-header .section-title{font-size:2rem}}.stories-page .archived-stories-section .section-header .section-description{color:#64748b;font-size:1.1rem;margin:.5rem 0 0}.stories-page .archived-stories-section .archived-stories-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media(max-width:768px){.stories-page .archived-stories-section .archived-stories-grid{grid-template-columns:1fr}}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card{background:#fefefe;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 20px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview{background:linear-gradient(135deg,#001f3f0d,#20b2aa0d);padding:2rem;position:relative}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .play-overlay{position:absolute;right:1rem;top:1rem}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .play-overlay .play-button{align-items:center;background:linear-gradient(135deg,#20b2aa,gold);border:none;border-radius:50%;color:#fefefe;cursor:pointer;display:flex;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .play-overlay .play-button:hover{transform:scale(1.1)}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .story-info h3{color:#001f3f;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .story-info p{color:#64748b;font-weight:600;margin-bottom:1rem}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .story-info .duration,.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-preview .story-info .plays{color:#20b2aa;font-size:.9rem;font-weight:600;margin-right:1rem}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-reactions-preview{background:#fefefe;border-top:1px solid #e2e8f0;display:flex;justify-content:space-around;padding:1rem}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-reactions-preview .reaction-preview{align-items:center;background:none;border:none;border-radius:.5rem;color:#9ca3af;cursor:pointer;display:flex;flex-direction:column;font-size:.85rem;font-weight:600;gap:.25rem;padding:.5rem;transition:all .3s ease}.stories-page .archived-stories-section .archived-stories-grid .archive-story-card .story-reactions-preview .reaction-preview:hover{background:#20b2aa1a;transform:scale(1.1)}.stories-page .story-fullscreen{background:#001f3f;color:#fefefe;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;width:100vw;z-index:1000}.stories-page .story-fullscreen .story-header{border-bottom:1px solid #fefefe33;padding:2rem}.stories-page .story-fullscreen .story-header .back-button{background:none;border:none;border-radius:.5rem;color:#fefefe;cursor:pointer;font-size:1.1rem;margin-bottom:1rem;padding:.5rem 1rem;transition:background .3s ease}.stories-page .story-fullscreen .story-header .back-button:hover{background:#fefefe1a}.stories-page .story-fullscreen .story-header .story-meta h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fefefe,gold);background-clip:text;-webkit-background-clip:text;font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.stories-page .story-fullscreen .story-header .story-meta p{color:#fefefecc;font-size:1.25rem;margin-bottom:.5rem}.stories-page .story-fullscreen .story-header .story-meta .play-count{color:gold;font-weight:600}.stories-page .story-fullscreen .story-content{margin:0 auto;max-width:800px;padding:2rem}.stories-page .story-fullscreen .story-content .story-reactions{margin-top:3rem;text-align:center}.stories-page .story-fullscreen .story-content .story-reactions h3{color:#fefefe;font-size:1.5rem;margin-bottom:2rem}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar .reaction-button{align-items:center;background:#fefefe1a;border:2px solid #0000;border-radius:1rem;color:#9ca3af;cursor:pointer;display:flex;flex-direction:column;font-weight:600;gap:.5rem;min-width:80px;padding:1rem 1.5rem;transition:all .3s ease}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar .reaction-button:hover{background:#fefefe33;transform:translateY(-2px)}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar .reaction-button.selected{background:#fefefe33;border-color:currentColor;transform:scale(1.05)}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar .reaction-button .count{font-size:1.1rem;font-weight:700}@media(max-width:480px){.stories-page .stories-header{padding:2rem 0 1rem}.stories-page .stories-header .header-content .page-title{font-size:1.75rem}.stories-page .stories-header .header-content .page-subtitle{font-size:1rem}.stories-page .archived-stories-section,.stories-page .current-month-section{padding:2rem 0}.stories-page .archived-stories-section .section-header,.stories-page .current-month-section .section-header{flex-direction:column;gap:.5rem}.stories-page .archived-stories-section .section-header .section-title,.stories-page .current-month-section .section-header .section-title{font-size:1.75rem}.stories-page .story-fullscreen .story-header{padding:1rem}.stories-page .story-fullscreen .story-header .story-meta h1{font-size:1.75rem}.stories-page .story-fullscreen .story-content{padding:1rem}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar{gap:.5rem}.stories-page .story-fullscreen .story-content .story-reactions .reactions-bar .reaction-button{min-width:60px;padding:.75rem 1rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;color:#334155;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#001f3f;font-weight:700;line-height:1.2}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{line-height:1.7;margin-bottom:1rem}button{border:none;cursor:pointer;font-family:inherit;outline:none;transition:all .3s ease}button:focus{outline:2px solid #20b2aa;outline-offset:2px}input,select,textarea{font-family:inherit;outline:none}input:focus,select:focus,textarea:focus{outline:2px solid #20b2aa;outline-offset:2px}a{color:#20b2aa;text-decoration:none;transition:color .3s ease}a:hover{color:gold}.app{background:#f8fafc;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1}.section-content{margin:0 auto;max-width:1200px;padding:0 2rem}@media(max-width:768px){.section-content{padding:0 1rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@media(max-width:1200px){h1{font-size:2.5rem}h2{font-size:2rem}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}
/*# sourceMappingURL=main.638a74e6.css.map*/