@import"https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Inter:wght@400;600&display=swap";:root{--primary: #6366f1;--accent: #ec4899;--border: #e5e7eb;--surface: #ffffff;--muted: #6b7280;--text: #111827}body{font-family:Inter,Poppins,Arial,sans-serif;background:#000;margin:0;padding:0;color:#23272f;min-height:100vh;position:relative}.video-bg{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}body:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(120deg,#0000004d,#0003)}header{display:flex;justify-content:center;align-items:center;padding:.75rem 2rem;position:relative;z-index:10}header:before{display:none}header h1{font-family:Poppins,Inter,Arial,sans-serif;font-size:1.8rem;font-weight:700;letter-spacing:.01em;margin:0;position:relative;z-index:1;text-shadow:0 2px 8px rgba(59,130,246,.07);background:none;color:var(--text)}header h1:after{content:"";position:absolute;left:0;bottom:-8px;height:4px;width:272.84px;background:linear-gradient(90deg,#3b82f6,#ec4899);border-radius:2px 0 0 2px;opacity:.7}header h1:before{content:"";position:absolute;left:272.84px;bottom:-11px;width:0;height:0;border-left:12px solid #ec4899;border-top:6px solid transparent;border-bottom:6px solid transparent;opacity:.7}.site-brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:0 auto;background:#fff;padding:.75rem 1.5rem;border-radius:16px;border:1.5px solid var(--border);box-shadow:0 2px 8px #0000000a;transition:box-shadow .15s ease,transform .15s ease}.music-toggle{background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem;margin-left:.5rem;transition:transform .15s ease}.music-toggle:hover{transform:scale(1.1)}.site-brand svg{flex:0 0 auto}.site-brand h1{margin:0}main{display:flex;flex-direction:row;align-items:flex-start;padding:2rem;gap:2rem;justify-content:center}section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 2px 8px #0000000a;width:100%;max-width:1000px;border:1.5px solid var(--border);transition:box-shadow .15s ease,transform .15s ease;position:relative;z-index:1}section:hover{box-shadow:0 12px 24px #6366f114;transform:translateY(-2px)}#map-container{width:100%;height:896px;border-radius:16px;box-shadow:0 2px 8px #0000000a;overflow:hidden;border:1.5px solid var(--border);background:#fff;position:relative;z-index:2;transition:box-shadow .15s ease}.map-side:focus-within #map-container{box-shadow:0 16px 40px #3b82f61f}#map-container,#map-container .mapboxgl-canvas{will-change:transform}.mapboxgl-popup-content img{border-radius:.5rem;display:block;margin:.5rem auto;max-width:150px}#location-info{display:flex;gap:2rem;align-items:center}#location-info img{width:200px;height:150px;border-radius:1rem;object-fit:cover;box-shadow:0 2px 8px #3c485a14;border:1.5px solid #e0e2e6}#thermometer{width:100%;height:40px;margin:1rem 0 3rem;display:flex;align-items:center;justify-content:flex-start;position:relative;background:#f3f4f6;border-radius:20px;border:1.5px solid var(--border);overflow:hidden;box-shadow:0 2px 8px #0000000a}#thermometer svg{width:100%;height:100%;overflow:visible}.loop-path-bg{stroke:#0f172a14;stroke-width:10;fill:none}.loop-path-foreground{stroke:var(--primary);stroke-width:10;stroke-linecap:round;stroke-linejoin:round;fill:none;transition:stroke-dashoffset .8s ease}.thermo-label{position:absolute;bottom:8px;right:12px;font-weight:700;color:var(--text);background:#ffffffd9;padding:4px 8px;border-radius:8px;border:1px solid rgba(0,0,0,.04)}#donors-list-container{margin-top:.5rem;background:#fff;border-radius:12px;border:1.5px solid var(--border);box-shadow:0 2px 8px #0000000a;padding:1rem;position:relative;z-index:2}.donations-stats{display:flex;justify-content:space-between;gap:1rem;margin:-1.5rem 0 1rem;font-size:.95rem;font-weight:500;color:#111827}#donors-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}#donors-list li{padding:.75rem 1rem;border:none;color:#6366f1;font-weight:500;font-size:.9rem;letter-spacing:.01em;font-family:Inter,sans-serif;transition:all .15s ease;border-radius:10px;background:linear-gradient(135deg,#f3f4f6,#f9fafb);border-left:3px solid #6366f1}#donors-list li:hover{color:#6366f1;background:linear-gradient(135deg,#ede9fe,#f3f4f6);transform:translate(4px);box-shadow:0 4px 12px #6366f126}.leaflet-popup-content img{border-radius:.5rem;display:block;margin:.5rem auto;max-width:150px}.main-flex{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;padding:.75rem 8rem 2rem;gap:2rem;width:100%;box-sizing:border-box}.map-side{flex:1 1 0;min-width:0;display:block;padding-left:1.25rem}.donation-side{flex:0 0 380px;min-width:320px;max-width:420px;display:block;padding-right:1.25rem}.messages-side{flex:0 0 360px;min-width:280px;max-width:380px;display:block}#messages-section{background:linear-gradient(120deg,#fbfdff 60%,#eef6ff);padding:1.6rem 1.4rem;border-radius:1rem;box-shadow:0 8px 32px #4facfe0f;border:1.5px solid var(--border)}.message-card{display:flex;gap:.75rem;padding:.75rem;border-radius:.8rem;background:linear-gradient(180deg,#fff,#fbfdff);border:1.5px solid var(--border);margin-bottom:.75rem;align-items:center;transition:transform .15s ease,box-shadow .15s ease}.message-card img{width:64px;height:64px;border-radius:.5rem;object-fit:cover;border:1px solid #e6eef9}.message-card .meta{display:flex;flex-direction:column}.message-card .meta .desc{font-weight:600;color:var(--text)}.message-card .meta .loc{font-size:.9rem;color:var(--muted)}.message-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #3b82f614}.column-heading{font-family:Poppins,Inter,Arial,sans-serif;font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#111827}#messages-section>.column-heading,#donations-section>.column-heading,#messages-section>h2,#donations-section>h2{margin-top:0;margin-bottom:.75rem}section{width:100%;max-width:none;box-sizing:border-box}#thermometer{margin:1rem auto 1.5rem;display:block}#donors-list-container{margin-top:.5rem;margin-bottom:1.5rem}.mobile-message{display:none;text-align:center;padding:2rem;background-color:#fff!important;border-radius:16px;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;position:relative;z-index:2}.mobile-message p{font-size:1.1rem;color:#111827!important;margin:0;line-height:1.6}@media (max-width: 1024px){header{padding:.5rem 1rem}header h1{font-size:1.3rem}header h1:after{width:200px;bottom:-6px}header h1:before{left:200px;bottom:-9px;border-left:10px solid #ec4899;border-top:5px solid transparent;border-bottom:5px solid transparent}.site-brand{gap:.5rem;padding:.5rem 1rem}.music-toggle{font-size:1rem;margin-left:.25rem}.main-flex{flex-direction:column;gap:2rem;padding:1rem;align-items:stretch}.map-side,.donation-side{max-width:100%;width:100%}.map-side{padding-left:.5rem}.donation-side{padding-right:.5rem}section{padding:1.2rem .7rem}#thermometer{margin:1rem auto}#map-container{display:none}.mobile-message{display:block}}.donation-container{display:flex;align-items:center;justify-content:center;background:transparent;padding:0;margin-top:1.5rem}.donation-card{background:#fff;max-width:420px;width:100%;padding:2.5rem;border-radius:18px;box-shadow:0 25px 50px #00000014;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.donation-card h2{margin:0 0 .5rem;font-size:1.8rem;color:#111827}.subtitle{margin-bottom:1.75rem;color:#6b7280;font-size:.95rem}.amount-input{display:flex;align-items:center;border:2px solid #e5e7eb;border-radius:12px;padding:.5rem .75rem;margin-bottom:1.25rem;transition:border-color .15s ease,box-shadow .15s ease}.amount-input:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.currency{font-size:1.25rem;color:#6b7280;margin-right:.25rem}.amount-input input{border:none;outline:none;font-size:1.25rem;width:100%}button#donate{width:100%;background:#6366f1;color:#fff;border:none;padding:.85rem;font-size:1rem;font-weight:500;border-radius:999px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}button#donate:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 8px 20px #4f46e566}button#donate:disabled{opacity:.6;cursor:not-allowed}.error{margin-top:.75rem;color:#dc2626;font-size:.9rem;min-height:1.2em}.secure{margin-top:1.5rem;font-size:.8rem;color:#9ca3af}
