@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}.join-page{min-height:100vh;position:relative}.join-page .visitor-counter{align-items:center;animation:fadeSlideIn .6s ease-out;background:#001f3ff2;border-bottom:1px solid #ffd70040;color:#fefefe;display:flex;font-size:.8rem;gap:.4rem;justify-content:center;padding:.5rem 1rem}.join-page .visitor-counter svg{color:gold;flex-shrink:0}.join-page .visitor-counter .visitor-count{font-feature-settings:"tnum";color:gold;font-variant-numeric:tabular-nums;font-weight:800}.join-page .visitor-counter .visitor-label{color:#fefefebf;font-weight:400}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:580px){.join-page .visitor-counter{font-size:.7rem;padding:.4rem .75rem}}.join-page .hero-section{align-items:center;background:linear-gradient(135deg,#001f3f,#001226);color:#fefefe;display:flex;min-height:100vh;overflow:hidden;padding:4rem 0 6rem;position:relative}.join-page .hero-section:before{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#ffd70014 0,#0000 70%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.join-page .hero-section .hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.2fr .8fr;margin:0 auto;max-width:1200px;padding:0 2rem}@media(max-width:968px){.join-page .hero-section .hero-content{gap:3rem;grid-template-columns:1fr;text-align:center}}.join-page .hero-section .hero-text{position:relative;z-index:2}.join-page .hero-section .hero-text .hero-title{color:#fefefe;font-size:6rem;font-weight:900;letter-spacing:8px;line-height:1;margin-bottom:.5rem;text-shadow:0 4px 30px #ffd7004d}@media(max-width:768px){.join-page .hero-section .hero-text .hero-title{font-size:4rem;letter-spacing:4px}}@media(max-width:480px){.join-page .hero-section .hero-text .hero-title{font-size:3rem}}.join-page .hero-section .hero-text .hero-subtitle{color:#fefefeb3;font-size:1.5rem;font-weight:300;letter-spacing:6px;margin-bottom:3rem;text-transform:uppercase}@media(max-width:768px){.join-page .hero-section .hero-text .hero-subtitle{font-size:1.1rem;letter-spacing:3px;margin-bottom:2rem}}.join-page .hero-section .hero-text .hero-hook{margin-bottom:2.5rem}.join-page .hero-section .hero-text .hero-hook .hook-line{color:#fefefee6;font-size:1.6rem;font-weight:400;line-height:1.4;margin:0}.join-page .hero-section .hero-text .hero-hook .hook-line.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#20b2aa);background-clip:text;-webkit-background-clip:text;font-size:1.8rem;font-weight:700;margin-top:.25rem}@media(max-width:768px){.join-page .hero-section .hero-text .hero-hook .hook-line{font-size:1.3rem}.join-page .hero-section .hero-text .hero-hook .hook-line.highlight{font-size:1.5rem}}.join-page .hero-section .hero-text .mission-statement{border-bottom:1px solid #fefefe1a;border-top:1px solid #fefefe1a;margin-bottom:2.5rem;padding:1.5rem 0}.join-page .hero-section .hero-text .mission-statement .mission-text{color:#fefefee6;font-size:1.25rem;font-weight:400;line-height:1.6;margin-bottom:1rem}.join-page .hero-section .hero-text .mission-statement .mission-values{color:gold;font-size:1.1rem;font-weight:600;letter-spacing:2px;margin:0}@media(max-width:768px){.join-page .hero-section .hero-text .mission-statement .mission-text{font-size:1.1rem}.join-page .hero-section .hero-text .mission-statement .mission-values{font-size:1rem}}.join-page .hero-section .hero-text .cta-instruction{display:flex;gap:2rem;justify-content:flex-start}@media(max-width:968px){.join-page .hero-section .hero-text .cta-instruction{justify-content:center}}@media(max-width:480px){.join-page .hero-section .hero-text .cta-instruction{align-items:center;flex-direction:column;gap:.5rem}}.join-page .hero-section .hero-text .cta-instruction .cta-step{color:#20b2aa;font-size:1.4rem;font-weight:700;letter-spacing:1px;padding-bottom:.5rem;position:relative}.join-page .hero-section .hero-text .cta-instruction .cta-step:after{background:#20b2aa;bottom:0;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .3s ease;width:100%}.join-page .hero-section .hero-text .cta-instruction .cta-step:hover:after{transform:scaleX(1)}@media(max-width:768px){.join-page .hero-section .hero-text .cta-instruction .cta-step{font-size:1.2rem}}.join-page .hero-section .hero-image{align-items:center;display:flex;justify-content:center;position:relative}@media(max-width:968px){.join-page .hero-section .hero-image{order:-1}}.join-page .hero-section .hero-image .product-showcase{position:relative;z-index:2}.join-page .hero-section .hero-image .product-showcase .can-container{height:380px;position:relative;width:280px}@media(max-width:768px){.join-page .hero-section .hero-image .product-showcase .can-container{height:300px;width:220px}}.join-page .hero-section .hero-image .product-showcase .can-container .can-image{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#1a1a2e);border-radius:20px;box-shadow:0 30px 60px #00000080;height:100%;overflow:hidden;position:relative;width:100%}.join-page .hero-section .hero-image .product-showcase .can-container .can-image .can-number{color:gold;font-size:1.25rem;font-weight:900;left:50%;letter-spacing:3px;position:absolute;top:2rem;transform:translateX(-50%)}.join-page .hero-section .hero-image .product-showcase .can-container .can-image .can-logo{color:#fefefe;font-size:1.8rem;font-weight:900;left:50%;letter-spacing:4px;position:absolute;top:50%;transform:translate(-50%,-50%)}.join-page .hero-section .hero-image .product-showcase .can-container .can-image .qr-code-placeholder{background:#fefefe;border-radius:6px;bottom:2rem;height:50px;opacity:.95;position:absolute;right:2rem;width:50px}.join-page .hero-section .hero-image .product-showcase .can-container .can-image .microphone-pattern{background-image:radial-gradient(circle at 2px 2px,#fefefe14 1px,#0000 0);background-size:15px 15px;height:40%;left:0;position:absolute;top:0;width:100%}.join-page .hero-section .hero-image .product-showcase .can-container .can-glow{animation:pulse 4s ease-in-out infinite;background:radial-gradient(circle,#ffd70033 0,#0000 70%);border-radius:50px;inset:-30px;position:absolute}.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements{inset:-60px;position:absolute}.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements .heart-float,.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements .sound-wave,.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements .story-bubble{animation:floatElement 6s ease-in-out infinite;font-size:1.8rem;position:absolute}.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements .story-bubble{animation-delay:0s;left:-25%;top:10%}.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements .heart-float{animation-delay:2s;right:-25%;top:55%}.join-page .hero-section .hero-image .product-showcase .can-container .floating-elements .sound-wave{animation-delay:4s;bottom:5%;left:-35%}@keyframes floatElement{0%,to{opacity:.5;transform:translateY(0) rotate(0deg)}50%{opacity:.9;transform:translateY(-15px) rotate(180deg)}}.join-page .process-section{background:#fefefe;padding:6rem 0}.join-page .process-section .section-content{margin:0 auto;max-width:1200px;padding:0 2rem}.join-page .process-section .section-title{color:#001f3f;font-size:2.5rem;font-weight:800;letter-spacing:1px;margin-bottom:4rem;text-align:center}@media(max-width:768px){.join-page .process-section .section-title{font-size:2rem;margin-bottom:3rem}}.join-page .process-section .process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}@media(max-width:968px){.join-page .process-section .process-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.join-page .process-section .process-grid{grid-template-columns:1fr}}.join-page .process-section .process-grid .process-step{background:linear-gradient(145deg,#f8fafc,#fff);border:1px solid #001f3f14;border-radius:1.5rem;box-shadow:0 10px 40px #001f3f0f;padding:2.5rem 1.5rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.join-page .process-section .process-grid .process-step:hover{box-shadow:0 20px 50px #001f3f1f;transform:translateY(-5px)}.join-page .process-section .process-grid .process-step .step-number{align-items:center;background:linear-gradient(135deg,gold,#20b2aa);border-radius:50%;box-shadow:0 4px 15px #ffd70066;color:#001f3f;display:flex;font-size:1rem;font-weight:900;height:35px;justify-content:center;left:50%;position:absolute;top:-15px;transform:translateX(-50%);width:35px}.join-page .process-section .process-grid .process-step .step-icon{color:#20b2aa;font-size:2.5rem;margin-bottom:1rem}.join-page .process-section .process-grid .process-step .step-icon svg{height:48px;width:48px}.join-page .process-section .process-grid .process-step .step-text{color:#001f3f;font-size:1.1rem;font-weight:600;line-height:1.5;margin:0}.join-page .mantra-section{background:linear-gradient(135deg,#001f3f,#001226);padding:6rem 0;text-align:center}.join-page .mantra-section .section-content{margin:0 auto;max-width:900px;padding:0 2rem}.join-page .mantra-section .mantra-content .mantra-line{color:#fefefe;font-size:2.5rem;font-weight:700;letter-spacing:1px;line-height:1.4;margin:0}.join-page .mantra-section .mantra-content .mantra-line:last-child{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#20b2aa);background-clip:text;-webkit-background-clip:text;font-size:2.8rem;margin-top:.5rem}@media(max-width:768px){.join-page .mantra-section .mantra-content .mantra-line{font-size:1.8rem}.join-page .mantra-section .mantra-content .mantra-line:last-child{font-size:2rem}}@media(max-width:480px){.join-page .mantra-section .mantra-content .mantra-line{font-size:1.5rem}.join-page .mantra-section .mantra-content .mantra-line:last-child{font-size:1.7rem}}.join-page .choice-section{background:#001f3f;padding:4rem 0 6rem;text-align:center}.join-page .choice-section .section-content{margin:0 auto;max-width:900px;padding:0 2rem}.join-page .choice-section .cta-arrow{animation:bounce 2s ease-in-out infinite;margin-bottom:2rem}.join-page .choice-section .cta-arrow .arrow-icon{color:gold;height:48px;width:48px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.join-page .choice-section .choice-heading{color:#fefefe;font-size:1.75rem;font-weight:700;letter-spacing:.5px;margin-bottom:2.5rem}@media(max-width:768px){.join-page .choice-section .choice-heading{font-size:1.4rem}}.join-page .choice-section .choice-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.join-page .choice-section .choice-grid{grid-template-columns:1fr}}.join-page .choice-section .choice-card{align-items:center;background:#fefefe0a;border:1px solid #fefefe1f;border-radius:1.5rem;display:flex;flex-direction:column;gap:1rem;padding:2.5rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.join-page .choice-section .choice-card:hover{box-shadow:0 20px 50px #0000004d;transform:translateY(-4px)}.join-page .choice-section .choice-card.choice-card--story{border-color:#20b2aa59}.join-page .choice-section .choice-card.choice-card--notify{border-color:#ffd70059}.join-page .choice-section .choice-card .card-icon{font-size:2.5rem}.join-page .choice-section .choice-card h3{color:#fefefe;font-size:1.4rem;font-weight:800;letter-spacing:.5px;margin:0}.join-page .choice-section .choice-card p{color:#fefefeb3;font-size:1rem;line-height:1.6;margin:0}.join-page .choice-section .primary-cta-button{align-items:center;background:linear-gradient(135deg,gold,#20b2aa);border:none;border-radius:60px;box-shadow:0 10px 40px #ffd70066;cursor:pointer;display:inline-flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:1.25rem 3rem;transition:all .3s ease}.join-page .choice-section .primary-cta-button:hover{box-shadow:0 15px 50px #ffd70080;transform:translateY(-3px) scale(1.02)}.join-page .choice-section .primary-cta-button:active{transform:translateY(0) scale(.98)}.join-page .choice-section .primary-cta-button .cta-main{color:#001f3f;font-size:1.25rem;font-weight:900;letter-spacing:3px}@media(max-width:768px){.join-page .choice-section .primary-cta-button .cta-main{font-size:1.1rem;letter-spacing:2px}}.join-page .choice-section .primary-cta-button .cta-sub{color:#001f3fb3;font-size:.85rem;font-weight:500;letter-spacing:1px}.join-page .choice-section .notify-form{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem;width:100%}.join-page .choice-section .notify-form input[type=email],.join-page .choice-section .notify-form input[type=text]{background:#fefefe0f;border:1px solid #ffd7004d;border-radius:50px;box-sizing:border-box;color:#fefefe;font-size:1rem;outline:none;padding:.85rem 1.25rem;transition:border-color .2s ease;width:100%}.join-page .choice-section .notify-form input[type=email]::placeholder,.join-page .choice-section .notify-form input[type=text]::placeholder{color:#fefefe59}.join-page .choice-section .notify-form input[type=email]:focus,.join-page .choice-section .notify-form input[type=text]:focus{border-color:#ffd700b3}.join-page .choice-section .notify-form input[type=email]:disabled,.join-page .choice-section .notify-form input[type=text]:disabled{opacity:.5}.join-page .choice-section .notify-submit-btn{background:#0000;border:1px solid #20b2aa;border-radius:50px;color:#20b2aa;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:.85rem 2rem;transition:all .2s ease}.join-page .choice-section .notify-submit-btn:hover:not(:disabled){background:#20b2aa;color:#001f3f}.join-page .choice-section .notify-submit-btn:disabled{cursor:not-allowed;opacity:.5}.join-page .choice-section .notify-success{color:#20b2aa;font-size:1rem;font-weight:700;margin:0}.join-page .choice-section .notify-error{color:#ff6b6b;font-size:.9rem;margin:0}.join-page .choice-section .preorder-btn{background:gold;border:none;border-radius:50px;color:#001f3f;cursor:default;font-size:1rem;font-weight:800;letter-spacing:1px;margin-top:.25rem;opacity:.9;padding:.85rem 2.5rem}.join-page .footer{background:#001730;padding:2rem 0;text-align:center}.join-page .footer .footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.join-page .footer .copyright{color:#fefefe99;font-size:.9rem;font-weight:400;letter-spacing:.5px;margin:0}.submit-story-page{min-height:100vh}.submit-story-page .success-screen{align-items:center;background:linear-gradient(135deg,#001f3f,#001226);display:flex;justify-content:center;min-height:100vh;padding:2rem}.submit-story-page .success-screen .success-content{max-width:600px;text-align:center}.submit-story-page .success-screen .success-content .success-icon{margin-bottom:2rem}.submit-story-page .success-screen .success-content .success-icon svg{color:#20b2aa;filter:drop-shadow(0 4px 20px rgba(32,178,170,.4));height:80px;width:80px}.submit-story-page .success-screen .success-content .success-title{color:#fefefe;font-size:2.8rem;font-weight:900;letter-spacing:1px;margin-bottom:1rem}@media(max-width:768px){.submit-story-page .success-screen .success-content .success-title{font-size:2rem}}.submit-story-page .success-screen .success-content .success-message{color:#fefefed9;font-size:1.15rem;line-height:1.7;margin-bottom:2rem}.submit-story-page .success-screen .success-content .success-message strong{color:gold}.submit-story-page .success-screen .success-content .success-details{background:#fefefe0f;border:1px solid #fefefe1a;border-radius:1rem;margin-bottom:2rem;padding:1.5rem}.submit-story-page .success-screen .success-content .success-details .detail-item{align-items:flex-start;border-bottom:1px solid #fefefe0f;display:flex;justify-content:space-between;padding:.75rem 0}.submit-story-page .success-screen .success-content .success-details .detail-item:last-child{border-bottom:none}.submit-story-page .success-screen .success-content .success-details .detail-item .detail-label{color:gold;font-size:.85rem;font-weight:700;letter-spacing:1px;min-width:80px;text-align:left;text-transform:uppercase}.submit-story-page .success-screen .success-content .success-details .detail-item .detail-value{color:#fefefee6;font-size:.95rem;text-align:right}.submit-story-page .success-screen .success-content .success-quote{color:#fefefe99;font-size:1.2rem;font-style:italic;margin-bottom:2.5rem}.submit-story-page .success-screen .success-content .back-button{align-items:center;background:#0000;border:2px solid #fefefe4d;border-radius:50px;color:#fefefe;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:.85rem 2rem;transition:all .3s ease}.submit-story-page .success-screen .success-content .back-button:hover{border-color:gold;color:gold;transform:translateY(-2px)}.submit-story-page .submit-hero{background:linear-gradient(135deg,#001f3f,#001226);overflow:hidden;padding:3rem 0 5rem;position:relative;text-align:center}.submit-story-page .submit-hero:before{animation:heroFloat 20s ease-in-out infinite;background:radial-gradient(circle,#ffd7000f 0,#0000 70%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}@keyframes heroFloat{0%,to{transform:translate(0) rotate(0deg)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}.submit-story-page .submit-hero .submit-hero-content{margin:0 auto;max-width:700px;padding:0 2rem;position:relative;z-index:2}.submit-story-page .submit-hero .back-link{align-items:center;background:#0000;border:none;color:#fefefe99;cursor:pointer;display:inline-flex;font-size:.95rem;gap:.4rem;margin-bottom:2rem;transition:color .3s ease}.submit-story-page .submit-hero .back-link:hover{color:gold}.submit-story-page .submit-hero .submit-title{color:#fefefe;font-size:4rem;font-weight:900;letter-spacing:6px;margin-bottom:.5rem;text-shadow:0 4px 30px #ffd7004d}@media(max-width:768px){.submit-story-page .submit-hero .submit-title{font-size:2.5rem;letter-spacing:3px}}@media(max-width:480px){.submit-story-page .submit-hero .submit-title{font-size:2rem}}.submit-story-page .submit-hero .submit-subtitle{color:#fefefeb3;font-size:1.4rem;font-weight:300;letter-spacing:4px;margin-bottom:1.5rem;text-transform:uppercase}@media(max-width:768px){.submit-story-page .submit-hero .submit-subtitle{font-size:1.1rem;letter-spacing:2px}}.submit-story-page .submit-hero .submit-description{color:#fefefebf;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:500px}.submit-story-page .guidelines-section{background:#fefefe;padding:5rem 0}.submit-story-page .guidelines-section .section-content{margin:0 auto;max-width:1200px;padding:0 2rem}.submit-story-page .guidelines-section .section-title{color:#001f3f;font-size:2.2rem;font-weight:800;letter-spacing:1px;margin-bottom:3rem;text-align:center}@media(max-width:768px){.submit-story-page .guidelines-section .section-title{font-size:1.8rem}}.submit-story-page .guidelines-section .guidelines-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.submit-story-page .guidelines-section .guidelines-grid{gap:1.5rem;grid-template-columns:1fr}}.submit-story-page .guidelines-section .guidelines-grid .guideline-card{background:linear-gradient(145deg,#f8fafc,#fff);border:1px solid #001f3f14;border-radius:1.5rem;box-shadow:0 10px 40px #001f3f0f;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.submit-story-page .guidelines-section .guidelines-grid .guideline-card:hover{box-shadow:0 20px 50px #001f3f1f;transform:translateY(-5px)}.submit-story-page .guidelines-section .guidelines-grid .guideline-card .guideline-icon{margin-bottom:1rem}.submit-story-page .guidelines-section .guidelines-grid .guideline-card .guideline-icon svg{color:#20b2aa;height:48px;width:48px}.submit-story-page .guidelines-section .guidelines-grid .guideline-card h3{color:#001f3f;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.submit-story-page .guidelines-section .guidelines-grid .guideline-card p{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.submit-story-page .form-section{background:#f0f4f8;padding:5rem 0}.submit-story-page .form-section .section-content{margin:0 auto;max-width:700px;padding:0 2rem}.submit-story-page .form-section .story-form{background:#fefefe;border:1px solid #001f3f0f;border-radius:1.5rem;box-shadow:0 20px 60px #001f3f14;padding:3rem}@media(max-width:768px){.submit-story-page .form-section .story-form{padding:2rem 1.5rem}}.submit-story-page .form-section .form-title{color:#001f3f;font-size:1.8rem;font-weight:800;letter-spacing:.5px;margin-bottom:2.5rem;text-align:center}.submit-story-page .form-section .form-group{margin-bottom:1.75rem}.submit-story-page .form-section .form-group label{color:#001f3f;display:block;font-size:.95rem;font-weight:700;letter-spacing:.3px;margin-bottom:.5rem}.submit-story-page .form-section .form-group input[type=email],.submit-story-page .form-section .form-group input[type=text],.submit-story-page .form-section .form-group select{background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;color:#334155;font-size:1rem;padding:.85rem 1rem;transition:all .3s ease;width:100%}.submit-story-page .form-section .form-group input[type=email]::placeholder,.submit-story-page .form-section .form-group input[type=text]::placeholder,.submit-story-page .form-section .form-group select::placeholder{color:#94a3b8}.submit-story-page .form-section .form-group input[type=email]:focus,.submit-story-page .form-section .form-group input[type=text]:focus,.submit-story-page .form-section .form-group select:focus{background:#fefefe;border-color:#20b2aa;box-shadow:0 0 0 3px #20b2aa26}.submit-story-page .form-section .form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11 3 6h10l-5 5z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer}.submit-story-page .form-section .form-group.has-error input,.submit-story-page .form-section .form-group.has-error select{border-color:#ef4444}.submit-story-page .form-section .form-group.has-error input:focus,.submit-story-page .form-section .form-group.has-error select:focus{box-shadow:0 0 0 3px #ef444426}.submit-story-page .form-section .form-group .error-msg{align-items:center;color:#ef4444;display:flex;font-size:.85rem;font-weight:500;gap:.35rem;margin-top:.5rem}.submit-story-page .form-section .audio-group .audio-options{align-items:center;display:flex;gap:1.5rem}@media(max-width:580px){.submit-story-page .form-section .audio-group .audio-options{flex-direction:column;gap:1rem}}.submit-story-page .form-section .audio-group .audio-options .upload-option{flex:1 1}.submit-story-page .form-section .audio-group .audio-options .upload-option .file-input{display:none}.submit-story-page .form-section .audio-group .audio-options .upload-option .upload-label{align-items:center;border:2px dashed #cbd5e1;border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.submit-story-page .form-section .audio-group .audio-options .upload-option .upload-label svg{color:#20b2aa}.submit-story-page .form-section .audio-group .audio-options .upload-option .upload-label .upload-text{color:#001f3f;font-size:1rem;font-weight:600}.submit-story-page .form-section .audio-group .audio-options .upload-option .upload-label .upload-hint{color:#94a3b8;font-size:.8rem}.submit-story-page .form-section .audio-group .audio-options .upload-option .upload-label:hover{background:#20b2aa0a;border-color:#20b2aa}.submit-story-page .form-section .audio-group .audio-options .divider-text{color:#94a3b8;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.submit-story-page .form-section .audio-group .audio-options .record-option{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.75rem}.submit-story-page .form-section .audio-group .audio-options .record-option .record-button{align-items:center;background:#001f3f;border:2px solid #fefefe1a;border-radius:60px;color:#fefefe;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.6rem;padding:1rem 2rem;transition:all .3s ease}.submit-story-page .form-section .audio-group .audio-options .record-option .record-button:hover{background:#002c59;box-shadow:0 8px 25px #001f3f4d;transform:translateY(-2px)}.submit-story-page .form-section .audio-group .audio-options .record-option .record-button.recording{animation:recordPulse 1.5s ease-in-out infinite;background:#ef4444;border-color:#ef4444}@keyframes recordPulse{0%,to{box-shadow:0 0 0 0 #ef444466}50%{box-shadow:0 0 0 12px #ef444400}}.submit-story-page .form-section .audio-group .audio-options .record-option .recording-indicator{align-items:center;display:flex;gap:.5rem}.submit-story-page .form-section .audio-group .audio-options .record-option .recording-indicator .recording-dot{background:#94a3b8;border-radius:50%;height:10px;width:10px}.submit-story-page .form-section .audio-group .audio-options .record-option .recording-indicator .recording-dot.active{animation:blink 1s ease-in-out infinite;background:#ef4444}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.submit-story-page .form-section .audio-group .audio-options .record-option .recording-indicator .recording-time{font-feature-settings:"tnum";color:#001f3f;font-size:.9rem;font-variant-numeric:tabular-nums;font-weight:600}.submit-story-page .form-section .audio-group .selected-file{align-items:center;background:#20b2aa14;border:1px solid #20b2aa33;border-radius:.75rem;display:flex;justify-content:space-between;margin-top:1rem;padding:.75rem 1rem}.submit-story-page .form-section .audio-group .selected-file .file-name{color:#001f3f;font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submit-story-page .form-section .audio-group .selected-file .remove-file{background:none;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;padding:.25rem;transition:all .2s ease}.submit-story-page .form-section .audio-group .selected-file .remove-file:hover{background:#ef44441a;color:#ef4444}.submit-story-page .form-section .consent-group .consent-label{align-items:flex-start;cursor:pointer;display:flex;gap:.75rem}.submit-story-page .form-section .consent-group .consent-label input[type=checkbox]{accent-color:#20b2aa;cursor:pointer;flex-shrink:0;height:18px;margin-top:.25rem;width:18px}.submit-story-page .form-section .consent-group .consent-label .consent-text{color:#64748b;font-size:.9rem;font-weight:400;line-height:1.6}.submit-story-page .form-section .submit-button{align-items:center;background:linear-gradient(135deg,gold,#20b2aa);border:none;border-radius:60px;box-shadow:0 10px 40px #ffd7004d;color:#001f3f;cursor:pointer;display:flex;font-size:1.15rem;font-weight:800;gap:.6rem;justify-content:center;letter-spacing:1px;margin-top:2rem;padding:1.15rem 2rem;transition:all .3s ease;width:100%}.submit-story-page .form-section .submit-button:hover:not(:disabled){box-shadow:0 15px 50px #ffd70073;transform:translateY(-3px) scale(1.01)}.submit-story-page .form-section .submit-button:active:not(:disabled){transform:translateY(0) scale(.98)}.submit-story-page .form-section .submit-button:disabled{cursor:not-allowed;opacity:.7}.submit-story-page .form-section .submit-button.loading{pointer-events:none}.submit-story-page .form-section .submit-button .loading-spinner{animation:spin .8s linear infinite;border:2px solid #001f3f33;border-radius:50%;border-top-color:#001f3f;height:20px;width:20px}.submit-story-page .submit-mantra{background:linear-gradient(135deg,#001f3f,#001226);padding:5rem 0;text-align:center}.submit-story-page .submit-mantra .section-content{margin:0 auto;max-width:900px;padding:0 2rem}.submit-story-page .submit-mantra .mantra-line{color:#fefefe;font-size:2.2rem;font-weight:700;letter-spacing:1px;line-height:1.4;margin:0}.submit-story-page .submit-mantra .mantra-line.accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#20b2aa);background-clip:text;-webkit-background-clip:text;font-size:2.5rem;margin-top:.5rem}@media(max-width:768px){.submit-story-page .submit-mantra .mantra-line{font-size:1.6rem}.submit-story-page .submit-mantra .mantra-line.accent{font-size:1.8rem}}@media(max-width:480px){.submit-story-page .submit-mantra .mantra-line{font-size:1.3rem}.submit-story-page .submit-mantra .mantra-line.accent{font-size:1.5rem}}.submit-story-page .footer{background:#001730;padding:2rem 0;text-align:center}.submit-story-page .footer .footer-content{margin:0 auto;max-width:1200px;padding:0 2rem}.submit-story-page .footer .copyright{color:#fefefe99;font-size:.9rem;font-weight:400;letter-spacing:.5px;margin:0}.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}}.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:linear-gradient(145deg,#001f3f,#0a3255);border:1px solid #ffd70040;border-radius:1.5rem;box-shadow:0 24px 80px #001f3f4d;margin:0 auto;max-width:460px;padding:2.5rem 2rem}.stories-page .current-month-section .qr-access-prompt .qr-form{display:flex;flex-direction:column;gap:.875rem}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-input{background:#fefefe12;border:1.5px solid #fefefe2e;border-radius:.75rem;color:#fefefe;font-size:1rem;letter-spacing:.08em;padding:1rem 1.25rem;text-align:center;transition:all .25s ease;width:100%}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-input::placeholder{color:#fefefe59;letter-spacing:normal}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-input:focus{background:#fefefe1a;border-color:gold;box-shadow:0 0 0 3px #ffd70026;outline:none}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-input.error{border-color:#f87171}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-input:disabled{cursor:not-allowed;opacity:.5}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-submit{background:linear-gradient(135deg,gold,#f59e0b);border:none;border-radius:.75rem;color:#001f3f;cursor:pointer;font-size:1rem;font-weight:800;letter-spacing:.02em;padding:1rem;transition:all .25s ease;width:100%}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-submit:hover:not(:disabled){box-shadow:0 8px 28px #ffd70066;transform:translateY(-2px)}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-submit:disabled{cursor:not-allowed;opacity:.45}.stories-page .current-month-section .qr-access-prompt .qr-form .qr-submit.loading{pointer-events:none}.stories-page .current-month-section .qr-access-prompt .qr-form .error-message{background:#ef44441f;border:1px solid #ef444440;border-radius:.5rem;color:#fca5a5;font-size:.875rem;padding:.5rem;text-align:center}.stories-page .current-month-section .qr-access-prompt .qr-divider{align-items:center;display:flex;gap:1rem;margin:1.5rem 0}.stories-page .current-month-section .qr-access-prompt .qr-divider:after,.stories-page .current-month-section .qr-access-prompt .qr-divider:before{background:#fefefe1f;content:"";flex:1 1;height:1px}.stories-page .current-month-section .qr-access-prompt .qr-divider span{color:#fefefe59;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.stories-page .current-month-section .qr-access-prompt .camera-button{align-items:center;background:#fefefe0d;border:1.5px solid #fefefe1f;border-radius:.75rem;color:#fefefe99;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:all .25s ease;width:100%}.stories-page .current-month-section .qr-access-prompt .camera-button:hover{background:#fefefe1a;border-color:#fefefe40;color:#fefefe}.stories-page .current-month-section .qr-access-prompt .hidden-input{display:none}.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}}.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}.admin-login{align-items:center;background:linear-gradient(135deg,#000d1f,#001f3f 60%,#0d4643);display:flex;justify-content:center;min-height:100vh;padding:1.5rem}.admin-login .login-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#021830f2;border:1px solid #fefefe14;border-radius:1rem;border-top:2px solid gold;box-shadow:0 24px 60px #00000080;max-width:380px;padding:2.5rem 2rem;width:100%}.admin-login .login-card .login-brand{margin-bottom:2rem;text-align:center}.admin-login .login-card .login-brand .brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fefefe,gold);background-clip:text;-webkit-background-clip:text;display:block;font-size:2rem;font-weight:900;letter-spacing:.15em}.admin-login .login-card .login-brand .brand-sub{color:#20b2aa;display:block;font-size:.75rem;font-weight:600;letter-spacing:.2em;margin-top:.25rem;text-transform:uppercase}.admin-login .login-card .login-form{display:flex;flex-direction:column;gap:1.25rem}.admin-login .login-card .login-form .form-group{display:flex;flex-direction:column;gap:.4rem}.admin-login .login-card .login-form .form-group label{color:#fefefe99;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.admin-login .login-card .login-form .form-group input{background:#fefefe0d;border:1px solid #fefefe14;border-radius:.5rem;color:#fefefe;font-size:.95rem;padding:.7rem 1rem;transition:border-color .2s ease}.admin-login .login-card .login-form .form-group input::placeholder{color:#fefefe4d}.admin-login .login-card .login-form .form-group input:focus{background:#20b2aa0d;border-color:#20b2aa;outline:none}.admin-login .login-card .login-form .login-error{background:#ef444414;border:1px solid #ef444440;border-radius:.4rem;color:#ef4444;font-size:.85rem;margin:0;padding:.6rem .75rem}.admin-login .login-card .login-form .login-btn{align-items:center;background:linear-gradient(135deg,gold,#20b2aa);border:none;border-radius:.5rem;color:#001f3f;cursor:pointer;display:flex;font-size:.9rem;font-weight:800;gap:.5rem;justify-content:center;padding:.8rem;transition:opacity .2s ease,transform .1s ease}.admin-login .login-card .login-form .login-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.admin-login .login-card .login-form .login-btn:disabled{cursor:not-allowed;opacity:.5}.admin-dashboard{background:#000d1f;color:#fefefe;min-height:100vh}.admin-dashboard .admin-header{background:linear-gradient(135deg,#001f3f,#000b16);border-bottom:1px solid #fefefe14;position:-webkit-sticky;position:sticky;top:0;z-index:50}.admin-dashboard .admin-header .header-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 1.5rem}.admin-dashboard .admin-header .header-inner .header-brand{align-items:baseline;display:flex;gap:.6rem}.admin-dashboard .admin-header .header-inner .header-brand .brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fefefe,gold);background-clip:text;-webkit-background-clip:text;font-size:1.4rem;font-weight:900;letter-spacing:.12em}.admin-dashboard .admin-header .header-inner .header-brand .brand-sub{color:#20b2aa;font-size:.7rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.admin-dashboard .admin-header .header-inner .admin-tabs{background:#fefefe0a;border:1px solid #fefefe14;border-radius:.6rem;display:flex;gap:.25rem;padding:.25rem}@media(max-width:600px){.admin-dashboard .admin-header .header-inner .admin-tabs{gap:0}}.admin-dashboard .admin-header .header-inner .admin-tabs .admin-tab{align-items:center;background:#0000;border:none;border-radius:.4rem;color:#fefefe80;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:.35rem;padding:.45rem 1rem;transition:all .2s ease;white-space:nowrap}.admin-dashboard .admin-header .header-inner .admin-tabs .admin-tab svg{flex-shrink:0}.admin-dashboard .admin-header .header-inner .admin-tabs .admin-tab:hover{background:#fefefe0f;color:#fefefed9}.admin-dashboard .admin-header .header-inner .admin-tabs .admin-tab.active{background:#001f3f;border:1px solid #ffd70040;color:gold}@media(max-width:600px){.admin-dashboard .admin-header .header-inner .admin-tabs .admin-tab{font-size:.75rem;gap:.25rem;padding:.45rem .6rem}}.admin-dashboard .admin-header .header-inner .logout-btn{align-items:center;background:#fefefe0f;border:1px solid #fefefe14;border-radius:.4rem;color:#fefefebf;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:.4rem;padding:.45rem .9rem;transition:all .2s ease}.admin-dashboard .admin-header .header-inner .logout-btn:hover{background:#ef444426;border-color:#ef444466;color:#ef4444}.admin-dashboard .dashboard-body{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.admin-dashboard .stats-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));margin-bottom:2rem}.admin-dashboard .stats-row .stat-card{background:#021830;border:1px solid #fefefe14;border-radius:.75rem;display:flex;flex-direction:column;gap:.3rem;padding:1.1rem 1.25rem}.admin-dashboard .stats-row .stat-card .stat-value{color:#fefefe;font-size:1.75rem;font-weight:900;line-height:1}.admin-dashboard .stats-row .stat-card .stat-label{color:#fefefe73;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.admin-dashboard .stats-row .stat-card.pending{border-top:2px solid #f59e0b}.admin-dashboard .stats-row .stat-card.pending .stat-value{color:#f59e0b}.admin-dashboard .stats-row .stat-card.approved{border-top:2px solid #20b2aa}.admin-dashboard .stats-row .stat-card.approved .stat-value{color:#20b2aa}.admin-dashboard .stats-row .stat-card.rejected{border-top:2px solid #ef4444}.admin-dashboard .stats-row .stat-card.rejected .stat-value{color:#ef4444}.admin-dashboard .stats-row .stat-card.metrics{border-top:2px solid gold}.admin-dashboard .stats-row .stat-card.metrics .stat-value{color:gold}.admin-dashboard .controls-row{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.admin-dashboard .controls-row .filter-wrapper{align-items:center;display:flex;position:relative}.admin-dashboard .controls-row .filter-wrapper .filter-icon{color:#fefefe66;pointer-events:none;position:absolute;right:.75rem}.admin-dashboard .controls-row .filter-wrapper .filter-select{-webkit-appearance:none;appearance:none;background:#021830;border:1px solid #fefefe14;border-radius:.5rem;color:#fefefe;cursor:pointer;font-size:.85rem;font-weight:600;min-width:170px;padding:.5rem 2.25rem .5rem .9rem}.admin-dashboard .controls-row .filter-wrapper .filter-select option{background:#001f3f}.admin-dashboard .controls-row .filter-wrapper .filter-select:focus{border-color:#20b2aa;outline:none}.admin-dashboard .controls-row .refresh-btn{align-items:center;background:#fefefe0d;border:1px solid #fefefe14;border-radius:.5rem;color:#fefefeb3;cursor:pointer;display:flex;font-size:.83rem;font-weight:600;gap:.4rem;padding:.5rem .9rem;transition:all .2s ease}.admin-dashboard .controls-row .refresh-btn:hover:not(:disabled){background:#20b2aa1a;border-color:#20b2aa66;color:#20b2aa}.admin-dashboard .controls-row .refresh-btn:disabled{cursor:not-allowed;opacity:.5}.admin-dashboard .controls-row .refresh-btn .spinning{animation:spin 1s linear infinite}.admin-dashboard .loading-grid,.admin-dashboard .submissions-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.admin-dashboard .loading-grid .skeleton-card{animation:pulse 1.6s ease-in-out infinite;background:#021830;border-radius:.75rem;height:240px}.admin-dashboard .empty-state{color:#fefefe59;padding:5rem 2rem;text-align:center}.admin-dashboard .empty-state svg{margin-bottom:1rem;opacity:.3}.admin-dashboard .empty-state p{color:#fefefe80;font-size:1.1rem;font-weight:700;margin:0 0 .4rem}.admin-dashboard .empty-state span{font-size:.875rem}.admin-dashboard .dashboard-error{background:#ef444414;border:1px solid #ef444440;border-radius:.5rem;color:#ef4444;font-size:.875rem;margin-bottom:1.5rem;padding:.75rem 1rem}.submission-card{background:#021830;border:1px solid #fefefe14;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem;padding:1.25rem;transition:transform .15s ease,box-shadow .15s ease}.submission-card:hover{box-shadow:0 8px 30px #00000059;transform:translateY(-2px)}.submission-card.status-border-pending{border-left:3px solid #f59e0b}.submission-card.status-border-approved{border-left:3px solid #20b2aa}.submission-card.status-border-rejected{border-left:3px solid #ef4444}.submission-card .card-header{display:flex;flex-direction:column;gap:.4rem}.submission-card .card-header .card-meta{align-items:center;display:flex;gap:.6rem}.submission-card .card-header .card-title{color:#fefefe;font-size:1rem;font-weight:800;line-height:1.3;margin:0}.submission-card .card-header .card-date{color:#fefefe59;font-size:.72rem;margin-left:auto;white-space:nowrap}.submission-card .card-details{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.submission-card .card-details .detail-item{align-items:center;color:#fefefe99;display:flex;font-size:.8rem;gap:.3rem}.submission-card .card-details .detail-item svg{color:#20b2aa;flex-shrink:0}.submission-card .card-actions{display:flex;flex-wrap:wrap;gap:.5rem}.submission-card .card-actions .action-btn{align-items:center;border:1px solid #0000;border-radius:.4rem;cursor:pointer;display:flex;font-size:.78rem;font-weight:700;gap:.35rem;padding:.4rem .8rem;transition:all .15s ease}.submission-card .card-actions .action-btn:disabled{cursor:not-allowed;opacity:.45}.submission-card .card-actions .action-btn.approve{background:#20b2aa1f;border-color:#20b2aa59;color:#20b2aa}.submission-card .card-actions .action-btn.approve:hover:not(:disabled){background:#20b2aa38}.submission-card .card-actions .action-btn.reject{background:#ef44441a;border-color:#ef44444d;color:#ef4444}.submission-card .card-actions .action-btn.reject:hover:not(:disabled){background:#ef444433}.submission-card .card-actions .action-btn.reset{background:#fefefe0d;border-color:#fefefe14;color:#fefefe80}.submission-card .card-actions .action-btn.reset:hover:not(:disabled){background:#fefefe1a;color:#fefefe}.submission-card .card-actions .action-btn.delete{background:#ef444414;border-color:#ef44444d;color:#ef4444b3;margin-left:auto}.submission-card .card-actions .action-btn.delete:hover:not(:disabled){background:#ef44442e;border-color:#ef4444;color:#ef4444}.status-badge{align-items:center;border-radius:50px;display:inline-flex;font-size:.7rem;font-weight:800;gap:.3rem;letter-spacing:.06em;padding:.2rem .6rem;text-transform:uppercase}.status-badge.status-pending{background:#f59e0b26;border:1px solid #f59e0b4d;color:#f59e0b}.status-badge.status-approved{background:#20b2aa26;border:1px solid #20b2aa4d;color:#20b2aa}.status-badge.status-rejected{background:#ef44441f;border:1px solid #ef444440;color:#ef4444}.audio-player-mini{align-items:center;background:#fefefe0a;border:1px solid #fefefe14;border-radius:.4rem;display:flex;gap:.6rem;padding:.45rem .75rem}.audio-player-mini .play-btn{align-items:center;background:gold;border:none;border-radius:50%;color:#001f3f;cursor:pointer;display:flex;flex-shrink:0;height:26px;justify-content:center;transition:transform .1s ease;width:26px}.audio-player-mini .play-btn.playing{background:#20b2aa}.audio-player-mini .play-btn:hover{transform:scale(1.1)}.audio-player-mini .audio-name{color:#fefefe8c;font-size:.78rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audio-placeholder{align-items:center;color:#fefefe4d;display:flex;font-size:.78rem;gap:.5rem;padding:.45rem 0}.audio-placeholder svg{opacity:.4}.video-upload-section{border-top:1px solid #ffd70026;padding-top:.85rem}.video-upload-section .video-upload-label{align-items:center;color:gold;display:flex;font-size:.78rem;font-weight:600;gap:.4rem;letter-spacing:.5px;margin:0 0 .6rem;text-transform:uppercase}.video-upload-section .video-upload-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.video-upload-section .video-pick-btn{background:#fefefe0d;border:1px solid #fefefe33;border-radius:6px;color:#fefefecc;cursor:pointer;font-size:.78rem;padding:.4rem .9rem;transition:background .2s ease;white-space:nowrap}.video-upload-section .video-pick-btn:hover:not(:disabled){background:#fefefe1a}.video-upload-section .video-pick-btn:disabled{cursor:not-allowed;opacity:.4}.video-upload-section .video-file-name{color:#fefefe73;font-size:.75rem;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-upload-section .video-publish-btn{align-items:center;background:gold;border:none;border-radius:6px;color:#001f3f;cursor:pointer;display:flex;font-size:.78rem;font-weight:700;gap:.35rem;padding:.4rem .9rem;transition:opacity .2s ease;white-space:nowrap}.video-upload-section .video-publish-btn:disabled{cursor:not-allowed;opacity:.5}.video-upload-section .video-upload-success{align-items:center;color:#20b2aa;display:flex;font-size:.78rem;gap:.4rem;margin:0}.video-upload-section .video-upload-success svg{flex-shrink:0}.video-upload-section .video-upload-error{color:#ef4444;font-size:.75rem;margin:.4rem 0 0}.upload-story-trigger{align-items:center;background:linear-gradient(135deg,gold,#20b2aa);border:none;border-radius:.6rem;color:#001f3f;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:800;gap:.5rem;margin-bottom:1.5rem;padding:.65rem 1.4rem;transition:opacity .2s ease}.upload-story-trigger:hover{opacity:.88}.upload-story-form{background:#021830;border:1px solid #ffd70040;border-radius:1rem;margin-bottom:1.75rem;overflow:hidden}.upload-story-form .usf-header{align-items:center;border-bottom:1px solid #fefefe14;display:flex;justify-content:space-between;padding:1rem 1.25rem}.upload-story-form .usf-header h3{align-items:center;color:gold;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0}.upload-story-form .usf-header .usf-close{background:none;border:none;border-radius:4px;color:#fefefe66;cursor:pointer;font-size:1rem;padding:.2rem .5rem;transition:color .2s}.upload-story-form .usf-header .usf-close:hover{color:#fefefe}.upload-story-form .usf-header .usf-close:disabled{cursor:not-allowed;opacity:.3}.upload-story-form .usf-body{display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.upload-story-form .usf-row{display:flex;flex-direction:column;gap:.35rem}.upload-story-form .usf-row label{color:#fefefe80;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.upload-story-form .usf-row input[type=text],.upload-story-form .usf-row select{background:#fefefe0d;border:1px solid #fefefe14;border-radius:.5rem;color:#fefefe;font-size:.9rem;outline:none;padding:.65rem .9rem;transition:border-color .2s}.upload-story-form .usf-row input[type=text]:focus,.upload-story-form .usf-row select:focus{border-color:#ffd70080}.upload-story-form .usf-row input[type=text]:disabled,.upload-story-form .usf-row select:disabled{opacity:.4}.upload-story-form .usf-row input[type=text] option,.upload-story-form .usf-row select option{background:#001f3f}.upload-story-form .usf-row.usf-row--check label{align-items:center;color:#fefefebf;cursor:pointer;display:flex;font-size:.85rem;gap:.5rem;letter-spacing:0;text-transform:none}.upload-story-form .usf-row.usf-row--check label input[type=checkbox]{accent-color:gold;cursor:pointer;height:15px;width:15px}.upload-story-form .usf-file-row{align-items:center;display:flex;gap:.75rem}.upload-story-form .usf-actions{border-top:1px solid #fefefe14;display:flex;gap:.75rem;justify-content:flex-end;padding-top:.5rem}.upload-story-form .usf-success{align-items:center;color:#20b2aa;display:flex;font-size:.85rem;gap:.4rem;margin:0}.upload-story-form .usf-error{color:#ef4444;font-size:.85rem;margin:0}.upload-story-form .usf-progress{align-items:center;color:#fefefe99;display:flex;font-size:.85rem;gap:.5rem;margin:0}.tab-count{color:#fefefe73;font-size:.82rem;font-weight:600}.export-csv-btn{align-items:center;background:#ffd70014;border:1px solid #ffd70066;border-radius:.5rem;color:gold;cursor:pointer;display:flex;font-size:.82rem;font-weight:700;gap:.35rem;padding:.45rem 1rem;transition:all .2s ease}.export-csv-btn:hover{background:#ffd7002e;border-color:gold}.emails-table-wrap{border:1px solid #fefefe14;border-radius:.75rem;overflow-x:auto}.emails-table{border-collapse:collapse;font-size:.85rem;width:100%}.emails-table th{background:#021830;border-bottom:1px solid #fefefe14;color:#fefefe73;font-size:.72rem;font-weight:700;letter-spacing:.08em;padding:.75rem 1rem;text-align:left;text-transform:uppercase}.emails-table td{border-bottom:1px solid #fefefe80;color:#fefefecc;padding:.75rem 1rem;vertical-align:middle}.emails-table td.email-cell,.emails-table td.name-cell{color:#fefefe;font-weight:500}.emails-table td .cell-inner{align-items:center;display:flex;gap:.4rem}.emails-table td .cell-inner svg{color:#fefefe4d;flex-shrink:0}.emails-table td .cell-inner .no-name{color:#fefefe40}.emails-table td.date-cell{color:#fefefe66;font-size:.78rem;white-space:nowrap}.emails-table td .icon-yes{color:#20b2aa}.emails-table td .icon-no{color:#fefefe33}.emails-table tr:last-child td{border-bottom:none}.emails-table tr:hover td{background:#fefefe05}.emails-table td.delete-cell{text-align:center;width:40px}.row-delete-btn{align-items:center;background:none;border:none;border-radius:4px;color:#ef444466;cursor:pointer;display:inline-flex;padding:.3rem;transition:color .2s ease,background .2s ease}.row-delete-btn:hover{background:#ef44441a;color:#ef4444}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.7}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}*{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}}.app-navbar{align-items:center;background:#001f3f;border-bottom:1px solid #ffd70026;box-shadow:0 2px 20px #00000059;display:flex;height:64px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.app-navbar .navbar-brand{-webkit-text-fill-color:gold;color:gold;font-size:1.4rem;font-weight:900;letter-spacing:.12em;text-decoration:none;transition:opacity .2s ease}.app-navbar .navbar-brand:hover{color:gold;opacity:.85}.app-navbar .navbar-links{align-items:center;display:flex;gap:2rem}.app-navbar .nav-link{border-bottom:2px solid #0000;color:#fefefe99;font-size:.95rem;font-weight:600;padding:.375rem 0;text-decoration:none;transition:color .2s ease,border-color .2s ease}.app-navbar .nav-link:hover{color:#fefefe}.app-navbar .nav-link.active{-webkit-text-fill-color:gold;border-bottom-color:gold;color:gold}@media(max-width:600px){.app-navbar{padding:0 1rem}.app-navbar .navbar-brand{font-size:1.1rem}.app-navbar .navbar-links{gap:1rem}.app-navbar .nav-link{font-size:.82rem}}.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}}