*{box-sizing:border-box;margin:0;padding:0}html{background-color:#667eea;background-image:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}@supports (min-height:-webkit-fill-available){html{min-height:-webkit-fill-available}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#667eea;background-image:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh;padding:calc(20px + env(safe-area-inset-top)) calc(20px + env(safe-area-inset-right)) calc(20px + env(safe-area-inset-bottom)) calc(20px + env(safe-area-inset-left))}@supports (min-height:-webkit-fill-available){body{min-height:-webkit-fill-available}}#root{background-color:#667eea;background-image:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}@supports (min-height:-webkit-fill-available){#root{min-height:-webkit-fill-available}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.camera-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));margin-top:30px}.camera-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;color:inherit;cursor:pointer;display:flex;gap:16px;padding:20px;text-decoration:none;transition:transform .2s,box-shadow .2s}.camera-card:hover{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;transform:translateY(-2px)}.camera-card-icon{flex-shrink:0;font-size:2.5rem}.camera-card-info{flex:1 1;min-width:0}.camera-card-info h3{color:#333;font-size:1.25rem;font-weight:600;margin:0 0 4px}.camera-card-type{color:#666;font-size:.9rem;margin:0}.camera-card-arrow{color:#999;flex-shrink:0;font-size:1.5rem}@media (max-width:768px){.camera-list{grid-template-columns:1fr}}.weather-view{background:linear-gradient(145deg,#fff,#faf8ff);border:1px solid #667eea26;border-radius:16px;box-shadow:0 4px 20px #667eea1f,0 1px 3px #764ba214;margin-top:24px;padding:24px;width:100%}.weather-view-title{color:#2d2640;font-size:1.35rem;font-weight:600;letter-spacing:-.02em;margin:0 0 20px}.weather-view-current{align-items:flex-end;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #667eea33;border-radius:12px;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px;padding:20px}.weather-view-current-main{align-items:baseline;display:flex;flex-wrap:wrap;gap:20px}.weather-view-temp{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.weather-view-stat{align-items:flex-start;color:#334155;display:inline-flex;flex-direction:column;font-size:.9375rem;font-weight:600;gap:2px}.weather-view-stat-label{color:#5b5278;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.weather-view-wind{color:#4c4763}.weather-view-rain{color:#667eea}.weather-view-snow{color:#764ba2}.weather-view-time{color:#5b5278;font-size:.875rem;font-weight:500}.weather-view-hourly{margin-top:4px}.weather-view-hourly-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.weather-view-hourly-label{color:#5b5278;font-size:.8125rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.weather-view-hourly-controls{align-items:center;display:flex;gap:8px}.weather-view-slider-btn{align-items:center;background:#f5f3ff;border:1px solid #667eea4d;border-radius:10px;color:#5b5278;cursor:pointer;display:inline-flex;font-size:1.25rem;font-weight:600;height:36px;justify-content:center;line-height:1;transition:background .15s,color .15s,border-color .15s;width:36px}.weather-view-slider-btn:hover:not(:disabled){background:#667eea;border-color:#667eea;color:#fff}.weather-view-slider-btn:disabled{cursor:not-allowed;opacity:.45}.weather-view-slider-position{color:#5b5278;font-size:.8125rem;font-weight:600;min-width:3ch;text-align:center}.weather-view-hourly-strip{-webkit-overflow-scrolling:touch;display:flex;flex-wrap:nowrap;gap:10px;margin:0 -4px;overflow-x:auto;overflow-y:hidden;padding:12px 4px 16px;scroll-behavior:smooth;scrollbar-color:#667eea66 #0000;scrollbar-width:thin}.weather-view-hourly-strip::-webkit-scrollbar{height:6px}.weather-view-hourly-strip::-webkit-scrollbar-track{background:#0000;border-radius:3px}.weather-view-hourly-strip::-webkit-scrollbar-thumb{background:#667eea66;border-radius:3px}.weather-view-hourly-strip::-webkit-scrollbar-thumb:hover{background:#667eea99}.weather-view-hourly-item{align-items:center;background:#faf8ff;border:1px solid #667eea33;border-radius:12px;display:flex;flex:0 0 auto;flex-direction:column;font-size:.8125rem;min-width:72px;padding:12px 10px;transition:transform .15s ease,box-shadow .15s ease}.weather-view-hourly-item:hover{box-shadow:0 4px 12px #667eea26;transform:translateY(-2px)}.weather-view-hourly-item--current{background:linear-gradient(145deg,#f0eeff,#e8e4ff);border-color:#667eea;box-shadow:0 0 0 2px #667eea4d}.weather-view-hourly-item--selected{border-color:#764ba2;box-shadow:0 0 0 2px #764ba240}.weather-view-hourly-time{color:#2d2640;font-size:.8125rem;font-weight:700;margin-bottom:6px}.weather-view-hourly-item--current .weather-view-hourly-time{color:#667eea}.weather-view-hourly-temp{color:#0f172a;font-size:1.125rem;font-weight:800}.weather-view-hourly-meta{color:#5b5278;font-size:.6875rem;font-weight:500;margin-top:4px}.weather-view-hourly-precip{align-items:center;display:flex;flex-wrap:wrap;font-size:.6875rem;font-weight:600;gap:6px;justify-content:center;margin-top:6px}.weather-view-precip-item{align-items:center;display:inline-flex;gap:3px}.weather-view-precip-icon{flex-shrink:0;height:12px;width:12px}.weather-view-precip-icon--rain{color:#667eea}.weather-view-precip-icon--snow{color:#764ba2}.weather-view-stat-icon{height:12px;margin-right:2px;vertical-align:-.2em;width:12px}.weather-view-rain .weather-view-stat-icon,.weather-view-stat-icon.weather-view-rain{color:#667eea}.weather-view-snow .weather-view-stat-icon,.weather-view-stat-icon.weather-view-snow{color:#764ba2}.weather-view-loading{align-items:center;color:#5b5278;display:flex;font-size:.9375rem;gap:12px;justify-content:center;padding:24px}.weather-view-spinner{animation:weather-spin .8s linear infinite;border:2px solid #667eea40;border-radius:50%;border-top-color:#667eea;display:inline-block;height:22px;width:22px}@keyframes weather-spin{to{transform:rotate(1turn)}}.weather-view-error{color:#b91c1c;font-size:.9375rem;padding:24px}.weather-view-refresh-error{color:#b45309;font-size:.8125rem;margin-top:16px}@media (max-width:768px){.weather-view{border-radius:12px;margin-top:16px;padding:18px}.weather-view-title{font-size:1.2rem}.weather-view-current{padding:16px}.weather-view-temp{font-size:1.75rem}.weather-view-hourly-item{font-size:.75rem;min-width:64px;padding:10px 8px}.weather-view-hourly-temp{font-size:1rem}}.video-player-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s,box-shadow .2s;width:100%}.video-player-container:hover{box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d;transform:translateY(-2px)}.video-wrapper{background:#000;cursor:pointer;overflow:hidden;padding-top:56.25%;position:relative;width:100%}.video-element{object-fit:contain}.video-element,.video-error,.video-loading{height:100%;left:0;position:absolute;top:0;width:100%}.video-error,.video-loading{align-items:center;background:#000000b3;color:#fff;display:flex;flex-direction:column;justify-content:center;pointer-events:none}.video-error p,.video-loading p{font-size:14px;margin-top:16px}.spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}.video-label{background:#fff;border-top:1px solid #e5e7eb;color:#333;font-weight:600;padding:12px 16px;text-align:center}.video-player-actions{align-items:center;display:flex;flex-shrink:0;gap:8px;justify-content:center;margin-top:24px;padding:12px 0}.video-download-snapshot{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#1f2937;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background .15s,border-color .15s}.video-download-snapshot:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.video-download-snapshot:disabled{cursor:not-allowed;opacity:.6}.back-link{color:#fff;display:inline-block;font-size:1rem;margin-bottom:16px;opacity:.9;text-decoration:none;transition:opacity .2s}.back-link:hover{opacity:1;text-decoration:underline}.camera-view-container{margin:0 auto;max-width:1200px;padding:20px}.back-button{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-size:1rem;margin-top:20px;padding:12px 24px;transition:background .2s}.back-button:hover{background:#f0f0f0}@media (max-width:768px){.camera-view-container{padding:0}}@keyframes cookie-consent-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent{bottom:0;display:flex;justify-content:center;left:0;padding:0 20px 24px;pointer-events:none;position:fixed;right:0;z-index:1000}.cookie-consent__content{align-items:center;animation:cookie-consent-slide-up .28s ease-out forwards;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff5;border-radius:18px;box-shadow:0 18px 45px #0f172a59,0 0 0 1px #ffffffe6;color:#111827;display:flex;flex-direction:row;gap:16px;max-width:640px;padding:16px 20px;pointer-events:auto;width:100%}.cookie-consent__text{flex:1 1}.cookie-consent__title{font-size:1rem;font-weight:600;margin-bottom:4px}.cookie-consent__description{font-size:.875rem;line-height:1.5;opacity:.8}.cookie-consent__actions{display:flex;flex-direction:row;flex-shrink:0;gap:8px}.cookie-consent__button{border:none;border-radius:999px;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:background-color .16s ease,color .16s ease,transform .08s ease,box-shadow .16s ease;white-space:nowrap}.cookie-consent__button--primary{background-image:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 6px 18px #4c51bf80;color:#fff}.cookie-consent__button--primary:hover{background-image:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 10px 24px #4c51bfb3;transform:translateY(-1px)}.cookie-consent__button--secondary{background:#0000;border:1px solid #94a3b899;color:#4b5563}.cookie-consent__button--secondary:hover{background:#f3f4f6e6}@media (max-width:640px){.cookie-consent__content{align-items:flex-start;flex-direction:column}.cookie-consent__actions{justify-content:flex-end;width:100%}}.app-container{margin:0 auto;max-width:1400px;padding:20px}.app-header{color:#fff;margin-bottom:40px;text-align:center}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:8px;text-shadow:2px 2px 4px #0003}.subtitle{font-size:1.1rem;opacity:.9}.error-screen,.loading-screen,.no-cameras{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:60vh;text-align:center}.loading-screen .spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:60px;margin-bottom:20px;width:60px}.error-screen h2{font-size:2rem;margin-bottom:16px}.error-screen p{font-size:1.1rem;margin-bottom:8px}.error-hint{font-size:.9rem;margin-top:16px;opacity:.8}.no-cameras p{font-size:1.2rem;opacity:.9}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.app-header h1{font-size:2rem}.cameras-grid{gap:16px;grid-template-columns:1fr}.app-container{padding:0}}
/*# sourceMappingURL=main.99bf0ec7.css.map*/