*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f8ff,#e6f3ff);color:#2c5f6f;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#root,.app{height:100vh;overflow:hidden}.app{position:relative}.app-header{left:0;padding:0 5rem;pointer-events:none;position:absolute;top:0;z-index:1000}.app-header h1{color:#fff;font-family:"Cedarville Cursive",cursive;font-size:3.5rem;font-weight:bolder;letter-spacing:2px;margin-bottom:.25rem;text-shadow:1px 1px 3px #05003580}.app-header p{color:#fff;font-size:1.1rem;font-weight:300;margin:0;opacity:.95;text-shadow:1px 1px 3px #0006}.app-main{height:100vh;position:relative;width:100vw}@media (max-width:768px){.app-header{left:15px;padding:1rem 1.5rem;top:15px}.app-header h1{font-size:2.8rem}.app-header p{font-size:1rem}}@media (max-width:480px){.app-header{left:10px;padding:.75rem 1.25rem;top:10px}.app-header h1{font-size:2.2rem}.app-header p{font-size:.9rem}}.map-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.custom-marker{background:#0000;border:none}.marker-pin{background:#2c5f6f;border:3px solid #ffffffe6;border-radius:50% 50% 50% 0;box-shadow:0 4px 12px #0000004d;height:30px;left:50%;margin:-15px 0 0 -15px;position:absolute;top:50%;transform:rotate(-45deg);transition:all .15s ease;width:30px}.marker-pin:hover{box-shadow:0 6px 20px #0006;transform:rotate(-45deg) scale(1.5) translateX(5px) translateY(-5px)}.marker-icon{align-items:center;color:#fff;display:flex;font-size:12px;height:100%;justify-content:center;position:absolute;transform:rotate(45deg);width:100%}.popup-content{min-width:250px;padding:.5rem}.popup-content h4{color:#2c5f6f;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.popup-content p{color:#5a8a9a;font-size:.9rem;line-height:1.4;margin:0 0 .75rem}.popup-meta{align-items:center;display:flex;font-size:.8rem;justify-content:space-between}.duration{color:#7aa3b3;font-weight:500}.listen-button{background:#2c5f6f;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:.75rem;padding:.5rem 1rem;transition:all .3s ease;width:100%}.listen-button:hover{background:#1e4752;box-shadow:0 4px 12px #2c5f6f4d;transform:translateY(-1px)}.listen-button:active{box-shadow:0 2px 6px #2c5f6f4d;transform:translateY(0)}.leaflet-popup-content-wrapper{border:1px solid #2c5f6f1a;border-radius:12px;box-shadow:0 8px 32px #2c5f6f33}.leaflet-popup-content-wrapper,.leaflet-popup-tip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}@media (max-width:768px){.map-container{border-radius:8px;margin:.5rem}.popup-content{min-width:200px}.popup-content h4{font-size:1rem}.popup-content p{font-size:.85rem}}.audio-player{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-top:2px solid #2c5f6f1a;bottom:0;box-shadow:0 -4px 20px #2c5f6f26;left:0;padding:1rem 2rem;position:fixed;right:0;z-index:1000}.player-content{gap:2rem;margin:0 auto;max-width:1200px}.player-content,.podcast-info{align-items:center;display:flex}.podcast-info{gap:1rem;min-width:250px}.podcast-thumbnail{border-radius:8px;box-shadow:0 4px 12px #2c5f6f33;height:50px;overflow:hidden;width:50px}.podcast-thumbnail img{height:100%;object-fit:cover;width:100%}.placeholder-thumbnail{align-items:center;background:linear-gradient(135deg,#2c5f6f,#5a8a9a);color:#fff;display:flex;font-size:1.5rem;height:100%;justify-content:center;width:100%}.podcast-details h4{color:#2c5f6f;font-size:.95rem;font-weight:600;margin:0}.podcast-details h4,.podcast-details p{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podcast-details p{color:#7aa3b3;font-size:.85rem;margin:.25rem 0 0}.player-controls{align-items:center;display:flex;flex:1 1;gap:1.5rem}.play-pause-btn{align-items:center;background:linear-gradient(135deg,#2c5f6f,#5a8a9a);border:none;border-radius:50%;box-shadow:0 4px 15px #2c5f6f4d;color:#fff;cursor:pointer;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}.play-pause-btn:hover{box-shadow:0 6px 20px #2c5f6f66;transform:scale(1.05)}.play-pause-btn:disabled{cursor:not-allowed;opacity:.6}.pause-icon,.play-icon{font-size:1.2rem}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-section{align-items:center;display:flex;flex:1 1;gap:1rem}.time{color:#7aa3b3;font-size:.85rem;font-weight:500;min-width:45px}.current-time{text-align:right}.total-time{text-align:left}.progress-bar{background:#2c5f6f1a;border-radius:4px;cursor:pointer;flex:1 1;height:8px;position:relative;transition:all .3s ease}.progress-bar:hover{background:#2c5f6f26;transform:scaleY(1.2)}.progress-fill{background:linear-gradient(90deg,#2c5f6f,#5a8a9a);border-radius:4px;box-shadow:0 2px 8px #2c5f6f4d;height:100%;transition:width .2s ease}.volume-section{align-items:center;display:flex;gap:.75rem;min-width:120px}.volume-icon{color:#7aa3b3;font-size:1rem}.volume-slider{-webkit-appearance:none;background:#2c5f6f1a;border-radius:3px;cursor:pointer;flex:1 1;height:6px;outline:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;background:linear-gradient(135deg,#2c5f6f,#5a8a9a);border-radius:50%;box-shadow:0 2px 8px #2c5f6f4d;cursor:pointer;height:16px;-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.volume-slider::-moz-range-thumb{background:linear-gradient(135deg,#2c5f6f,#5a8a9a);border:none;border-radius:50%;box-shadow:0 2px 8px #2c5f6f4d;cursor:pointer;height:16px;width:16px}@media (max-width:768px){.audio-player{padding:.75rem 1rem}.player-content{gap:1rem}.podcast-info{min-width:200px}.podcast-details h4{font-size:.9rem;max-width:140px}.podcast-details p{font-size:.8rem;max-width:140px}.play-pause-btn{height:40px;width:40px}.volume-section{min-width:80px}.time{font-size:.8rem;min-width:40px}}@media (max-width:480px){.volume-section{display:none}.podcast-info{min-width:160px}.podcast-details h4,.podcast-details p{max-width:100px}}
/*# sourceMappingURL=main.2a2ba14a.css.map*/