.forecast-wrapper{display:flex;flex-direction:column;min-height:100vh;width:100%;padding:1rem;box-sizing:border-box}.footer{margin-top:auto}.big-weather-card{display:flex;justify-content:center;width:100%;margin:20px 0;flex:0 0 auto}.big-weather-card .weather-card{display:flex;align-items:center;justify-content:center;gap:1.5rem;max-width:700px;width:95%;padding:24px;border-radius:16px;box-shadow:0 6px 16px #00000026;background:#1e1e2f;color:#f5f5f5}.big-weather-card .weather-icon{font-size:9rem}.big-weather-card .weather-info{flex:1}.big-weather-card .weather-description{font-size:1.6rem;font-weight:700;margin-bottom:8px}.big-weather-card p{font-size:1.25rem;margin:4px 0;font-weight:500}.small-cards-row{display:flex;gap:16px;flex-wrap:nowrap;width:100%;overflow-x:auto;margin:24px auto 16px;padding:10px 0;box-sizing:border-box;flex:1;align-items:stretch;scroll-snap-type:x mandatory}.mini-weather-card{flex:0 0 140px;max-width:140px;height:200px;background:#2a2a3d;border-radius:12px;padding:12px;text-align:center;box-shadow:0 4px 10px #0000004d;cursor:pointer;transition:transform .2s ease,border .2s ease;color:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;scroll-snap-align:start}.mini-weather-card:hover{transform:scale(1.05)}.mini-weather-card.active{border:2px solid #0077b6;box-shadow:0 0 12px #0077b64d}.mini-weather-card h4{font-size:1rem;margin-bottom:4px;font-weight:600}.mini-weather-icon{font-size:3.2rem;margin:8px 0}.mini-weather-card .weather-description{font-size:1.1rem;font-weight:700;margin:6px 0 10px}@media (max-width: 480px){.forecast-wrapper{padding:.5rem}.big-weather-card{margin:10px 0}.big-weather-card .weather-card{flex-direction:column;text-align:center;padding:18px}.big-weather-card .weather-icon{font-size:7rem}.big-weather-card .weather-description{font-size:1.4rem}.big-weather-card p{font-size:1rem}.small-cards-row{gap:6px;margin:16px auto 8px;padding:4px 0;justify-content:center}.mini-weather-card{width:95px;height:150px;padding:6px}.mini-weather-icon{font-size:2rem}.mini-weather-card h4{font-size:.75rem}.mini-weather-card .weather-description{font-size:.8rem}}@media (min-width: 768px) and (max-width: 1100px){.forecast-wrapper{display:flex;flex-direction:column;min-height:100vh}.big-weather-card{flex:0 0 auto;margin:24px auto;width:100%;display:flex;justify-content:center}.big-weather-card .weather-card{max-width:950px;width:90%;padding:40px;min-height:320px}.big-weather-card .weather-icon{font-size:12rem}.big-weather-card .weather-description{font-size:2.2rem;margin-bottom:12px}.big-weather-card p{font-size:1.6rem;margin:6px 0}.small-cards-row{flex:1;display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:40px;align-items:stretch}.small-cards-row:before,.small-cards-row:after{content:"";flex:0 0 40px}.mini-weather-card{flex:0 0 280px;max-width:280px;height:auto;min-height:320px;padding:28px;scroll-snap-align:start}.mini-weather-icon{font-size:5.5rem;margin:12px 0}.mini-weather-card h4{font-size:1.6rem;margin-bottom:8px}.mini-weather-card .weather-description{font-size:1.4rem;margin-top:10px}}@media (min-width: 1100px){.small-cards-row{gap:24px;margin:24px auto;padding:20px 0 40px}.mini-weather-card{flex:0 0 180px;max-width:180px;height:220px}}.dropzone-title{font-size:2.2rem;font-weight:700;text-align:center;margin:1.2rem 0;color:#e6edf3}@media (max-width: 768px){.dropzone-title{font-size:2rem;margin:1rem 0}}@media (max-width: 480px){.dropzone-title{font-size:1.8rem;margin:.8rem 0}}.best-day-banner{display:block;width:100%;text-align:center;padding:1.2rem;font-size:1.25rem;font-weight:600;border-radius:10px;color:#c4d7f4}.best-day-banner.no-good-day{color:#a8071a}.best-day-banner.clickable{cursor:pointer;transition:background .2s ease,transform .2s ease}.best-day-banner.clickable:hover{background:#bae7ff;color:#000;transform:scale(1.02)}.preloader{position:relative;width:100%;height:100vh;overflow:hidden}.sky-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;animation:panBackground 20s linear infinite}@keyframes panBackground{0%{transform:scale(1.1) translate(0)}to{transform:scale(1.1) translate(-5%)}}.skydiver{position:absolute;width:420px;top:-150px;left:80%;transform:translate(-50%);animation:driftDownLeft 4s ease-in-out infinite}@keyframes driftDownLeft{0%{top:-150px;left:80%;transform:translate(-50%) rotate(12deg) scale(1)}40%{top:25%;left:65%;transform:translate(-50%) rotate(6deg) scale(1.05)}70%{top:50%;left:55%;transform:translate(-50%) rotate(-6deg) scale(1.05)}to{top:70%;left:45%;transform:translate(-50%) rotate(0) scale(1)}}.heatmap-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin:20px 0}.heatmap-day{padding:12px;border-radius:12px;text-align:center;color:#fff;box-shadow:0 4px 8px #0000004d;transition:transform .2s,box-shadow .2s;cursor:pointer}.heatmap-day:hover{transform:scale(1.05);box-shadow:0 6px 12px #0006}.heatmap-day .date{font-size:.85rem;font-weight:600;margin-bottom:6px}.status{width:28px;height:28px;margin:5px auto;display:flex;align-items:center;justify-content:center;border-radius:6px;font-size:.75rem;font-weight:700;background-color:#161b22!important;color:#e6edf3}.status.ok{border:2px solid #22c55e}.status.bad{border:2px solid #ef4444}.analytics-card{margin:20px 0;padding:16px;border-radius:12px;background:#1e1e1e;color:#fff;box-shadow:0 4px 10px #00000040}.analytics-card h3{margin-bottom:12px}.analytics-card p{margin:4px 0}.stats-block{margin-bottom:16px}.stats-block p{margin:6px 0;font-size:1rem;font-weight:500;color:#e6edf3}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;background:#0d1117;color:#e6edf3;font-family:Arial,sans-serif;box-sizing:border-box}.app{display:flex;flex-direction:column;background:#0d1117;min-height:auto}.navbar{display:flex;justify-content:space-between;align-items:center;background:#161b22;color:#e6edf3;padding:1rem 2rem;box-shadow:0 2px 6px #0009}.nav-logo{font-weight:700;font-size:1.3rem;text-decoration:none;color:#e6edf3;cursor:pointer}.home-button{background:none;border:none;color:#e6edf3;font-size:1.6rem;cursor:pointer;transition:opacity .2s}.home-button:hover{opacity:.7}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem}.dropzone-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%;max-width:1000px;padding-bottom:20px}.dropzone-card{background:#161b22;padding:2rem;border-radius:12px;text-decoration:none;color:#e6edf3;box-shadow:0 4px 12px #0009;text-align:center;font-size:1.2rem;transition:transform .2s ease,background .2s ease}.dropzone-card:hover{transform:scale(1.05);background:#1c2128}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;width:100%;max-width:1100px;margin-top:2rem}footer{text-align:center;padding:1rem;background:#161b22;color:#8b949e;font-size:.9rem;width:100%}.forecast-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;padding:1rem;box-sizing:border-box;flex:unset}.big-weather-card{display:flex;justify-content:center;width:100%;margin:20px 0}.big-weather-card .weather-card{transform:none;max-width:500px;width:95%;padding:28px;border-radius:16px;background:#161b22;color:#e6edf3;box-shadow:0 6px 16px #000000b3;text-align:center}.big-weather-card .weather-icon{font-size:8rem;margin:15px 0 20px}.big-weather-card p{font-size:1.1rem;margin:6px 0;color:#c9d1d9}.small-cards-row{display:flex;justify-content:flex-start;gap:16px;flex-wrap:nowrap;width:100%;max-width:1200px;overflow-x:auto;padding:10px 0 20px;margin:0 auto;box-sizing:border-box}.small-cards-row::-webkit-scrollbar{display:none}.mini-weather-card{flex:0 0 140px;max-width:140px;background:#161b22;border-radius:12px;padding:12px;text-align:center;color:#e6edf3;box-shadow:0 4px 10px #0009;cursor:pointer;transition:transform .2s ease,border .2s ease}.mini-weather-card:hover{transform:scale(1.05);background:#1c2128}.mini-weather-card.active{border:2px solid #58a6ff;box-shadow:0 0 12px #58a6ff66}.mini-weather-card h4{font-size:.9rem;margin-bottom:6px;color:#e6edf3}.mini-weather-icon{font-size:2.8rem;display:flex;justify-content:center}@media (max-width: 768px){.forecast-wrapper{padding:.5rem}.big-weather-card{margin:10px 0 8px}.big-weather-card .weather-card{max-width:100%;width:100%;padding:18px}.big-weather-card .weather-icon{font-size:6rem}.big-weather-card p{font-size:1rem}.small-cards-row{gap:12px;padding:6px 0 12px;margin-bottom:6px}.mini-weather-card{flex:0 0 200px;max-width:200px;padding:18px;height:220px}.mini-weather-icon{font-size:3.5rem}}@media (max-width: 480px){.big-weather-card{margin:8px 0 6px}.big-weather-card .weather-icon{font-size:5rem}.small-cards-row{gap:10px;padding:4px 0 8px;margin-bottom:4px}.mini-weather-card{flex:0 0 180px;max-width:180px;padding:16px;height:280px}.mini-weather-icon{font-size:3.8rem}}.title-with-info{display:flex;align-items:center;justify-content:center;gap:.5rem}.title-with-info h2{font-size:1.8rem;font-weight:700;color:#f0f6fc}.info-icon{position:relative;display:inline-block;cursor:pointer;font-size:1.2rem;color:#58a6ff}.tooltip{visibility:hidden;opacity:0;width:260px;background:#161b22;color:#e6edf3;text-align:left;padding:10px 14px;border-radius:8px;position:absolute;z-index:10;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0009;transition:opacity .25s ease-in-out;font-size:.9rem;line-height:1.4;white-space:normal}.info-icon:hover .tooltip{visibility:visible;opacity:1}@media (max-width: 480px){.tooltip{width:220px;font-size:.85rem;left:auto;right:0;transform:none;text-align:left}}.jump-conditions{background:#161b22;color:#e6edf3;padding:2rem;border-radius:12px;box-shadow:0 4px 10px #00000080;text-align:left;flex:1}.jump-conditions h3{text-align:center;font-size:1.6rem;margin-bottom:1.5rem;color:#58a6ff}.jump-conditions ul{list-style:none;padding:0;margin:0}.jump-conditions li{margin-bottom:1.2rem;font-size:1.05rem;line-height:1.6;text-align:center}.jump-conditions strong{color:#fff}.conditions-note{margin-top:1rem;font-size:.9rem;color:#8b949e;text-align:center}.conditions-note a{color:#58a6ff;text-decoration:none}.conditions-note a:hover{text-decoration:underline}.intro{text-align:center;margin:2rem auto;max-width:800px;padding:1.5rem;border-radius:12px;background:#161b22;box-shadow:0 4px 12px #00000080}.intro h1{font-size:2rem;margin-bottom:1rem;color:#58a6ff}.intro p{font-size:1.1rem;line-height:1.6;color:#e6edf3;text-align:center}.search-container{position:relative;margin:1rem auto 2rem;width:90%;max-width:420px}.search-bar{width:100%;padding:.7rem 1rem;border:2px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .25s ease,box-shadow .25s ease;box-sizing:border-box}.search-bar:focus{border-color:#07f;box-shadow:0 0 6px #0077ff4d;outline:none}.search-dropdown{position:absolute;top:100%;left:0;right:0;background:#161b22;color:#e6edf3;list-style:none;margin:0;padding:.5rem 0;border-radius:6px;max-height:250px;overflow-y:auto;z-index:10;box-shadow:0 4px 12px #00000080}.search-dropdown li{padding:.5rem 1rem;cursor:pointer;font-size:.95rem;transition:background .2s}.search-dropdown li:hover{background:#1f6feb;color:#fff}.analytics-heatmap-section{display:flex;flex-direction:column;gap:20px;margin-top:20px;width:100%}.analytics-panel,.heatmap-panel{flex:1 1 100%}@media (min-width: 900px){.analytics-heatmap-section{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:40px;max-width:1200px;margin-left:auto;margin-right:auto}.analytics-panel{flex:0 0 350px;max-width:400px}.heatmap-panel{flex:1}}.jump-conditions-howitworks-wrapper{display:flex;flex-direction:column;gap:20px;margin-top:2rem}@media (min-width: 900px){.jump-conditions-howitworks-wrapper{flex-direction:row;gap:40px;align-items:stretch;max-width:1200px;margin-left:auto;margin-right:auto}.jump-conditions,.how-it-works{flex:1;display:flex;flex-direction:column;min-height:320px}}.info-box{background:#161b22;color:#e6edf3;padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #00000080;text-align:left;display:flex;flex-direction:column;justify-content:space-between}.info-box h3{text-align:center;font-size:1.6rem;margin-bottom:1rem;color:#58a6ff}.info-box a{color:inherit;text-decoration:underline;transition:color .2s}.info-box a:hover{color:#58a6ff}
