.weather-container{border-radius:8px;display:flex;flex-direction:column;align-items:center}.current-weather{justify-content:center;margin-bottom:8px;padding-bottom:8px;gap:16px}.current-weather,.location{display:flex;align-items:center}.location{flex-direction:column;min-width:100px}.city{font-weight:600;font-size:1rem;line-height:1.2;color:var(--text-primary,currentColor)}.weather-label{font-size:1rem;color:var(--text-secondary,#666)}.current-conditions{display:flex;align-items:center;gap:40px;flex-grow:1}.current-icon{flex-shrink:0;border-radius:6px}.current-details{display:flex;flex-direction:column}.current-temp{font-weight:600;font-size:1.7rem;color:var(--text-primary,currentColor)}.current-desc{font-size:.9rem;color:var(--text-secondary,#666)}.current-wind{display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid var(--border-color,#e0e0e0)}.wind-icon{color:var(--text-secondary,#666)}.wind-details{display:flex;flex-direction:column;gap:2px}.wind-speed{font-weight:600;font-size:.95rem;color:var(--text-primary,currentColor)}.wind-direction{display:flex;align-items:center;gap:4px;font-size:.85rem;color:var(--text-secondary,#666)}.wind-direction svg{transition:transform .3s ease}:root.dark .current-wind{border-left-color:rgba(255,255,255,.2)}.forecast{display:flex;justify-content:space-between;overflow-x:visible;-ms-overflow-style:none;gap:0;padding:4px 0;width:100%}.forecast::-webkit-scrollbar{display:none}@media (max-width:500px){.forecast{overflow-x:auto}.current-wind{display:none}}.forecast-day{display:flex;flex-direction:column;align-items:center;min-width:50px;padding:2px 1px;border-radius:6px;transition:background-color .2s;flex-shrink:0}.forecast-day:hover{background-color:var(--hover-color,rgba(0,0,0,.05))}.day-name{font-weight:500;font-size:.8rem;margin-bottom:2px;color:var(--text-primary,currentColor)}.forecast-icon{margin:2px 0;border-radius:6px;width:32px;height:32px;object-fit:contain}.temps{display:flex;flex-direction:column;align-items:center;gap:0;font-size:.85rem}.high-temp{color:var(--temp-high-color,#d32f2f);font-weight:700}.low-temp{color:var(--temp-low-color,#1976d2)}@media (min-width:768px){.weather-container{flex-direction:row;align-items:center;gap:24px}.current-weather{margin-bottom:0;padding-bottom:0;border-bottom:none;padding-right:24px;min-width:260px}.forecast{gap:4px;flex-wrap:nowrap;justify-content:space-between;flex:1}.forecast-day{min-width:0;flex:1;padding:4px 2px}.day-name{font-size:.85rem}}.short-day{display:inline}.full-day{display:none}.hourly-weather-container{max-width:100%;margin:0 auto;padding:1rem;background:var(--card-background,rgba(255,255,255,.05));border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.hourly-heading{font-size:1.2rem;font-weight:700;margin:.5rem 0 1rem;text-align:center}.hourly-forecast-wrapper{position:relative;width:100%;margin:0 auto;overflow:hidden}.hourly-forecast{display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding:.5rem 0 12px;border-radius:4px;margin:0}@supports (scrollbar-width:none){.forecast{scrollbar-width:none}}@supports (scrollbar-width:thin){.hourly-forecast{scrollbar-width:thin}}.hourly-item{display:flex;flex-direction:column;align-items:center;min-width:80px;flex-shrink:0;margin:0 .5rem;padding:.75rem .5rem;background:var(--hourly-item-bg,rgba(255,255,255,.08));border-radius:8px;transition:transform .2s ease}.hourly-item:hover{transform:translateY(-2px);background:var(--hourly-item-hover-bg,rgba(255,255,255,.12))}.hour{font-weight:700;margin-bottom:.3rem}.hourly-icon,.hourly-temp{margin:.3rem 0}.hourly-temp{font-weight:700;font-size:1.1rem}.hourly-wind{display:flex;align-items:center;justify-content:center;gap:3px;font-size:.75rem;color:var(--text-secondary,#666);margin:.2rem 0}.hourly-wind svg{flex-shrink:0}.hourly-wind-speed{white-space:nowrap}.hourly-desc{font-size:.8rem;text-align:center;max-width:100px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.2;height:2.4em}.hourly-forecast::-webkit-scrollbar{height:4px}.hourly-forecast::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:2px}.hourly-forecast::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}@media (min-width:768px){.hourly-weather-container{padding:1.5rem;max-width:calc(100% - 2rem);margin:0 auto}.hourly-item{min-width:100px}}@media (min-width:1200px){.forecast{justify-content:flex-start;gap:12px}.forecast-day{min-width:110px;padding:8px 4px}.day-name{font-size:1rem}.short-day{display:none}.full-day{display:inline}.temps{flex-direction:row;justify-content:center;gap:8px;font-size:.95rem}.forecast-icon{width:40px;height:40px;padding:2px;margin:6px 0}}.tide-container{padding:1rem;background:var(--card-background,rgba(255,255,255,.05));border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);width:100%;display:flex;flex-direction:column}.tide-container .data-source{margin-top:auto;padding-top:.75rem}.tide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--divider-color,#e0e0e0)}.tide-title{font-size:1.2rem;font-weight:600;margin:0}.water-temp{display:flex;align-items:center;gap:.5rem}.water-temp-value{font-weight:600;font-size:1.2rem}.water-temp-label{display:none}.tide-schedule{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around}.tide-schedule-grouped{display:flex;flex-direction:column;gap:.75rem;width:100%}.tide-schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;flex:1}.tide-grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .25rem;background:var(--tide-event-bg,rgba(0,0,0,.03));border-radius:8px;text-align:center;gap:.125rem}:root.dark .tide-grid-item{background:rgba(255,255,255,.05)}.tide-grid-item.high{border-left:3px solid #2563eb}.tide-grid-item.low{border-left:3px solid #06b6d4}:root.dark .tide-grid-item.high{border-left-color:#60a5fa}:root.dark .tide-grid-item.low{border-left-color:#22d3ee}.tide-grid-day{font-size:.7rem;font-weight:500;color:var(--text-secondary,#64748b);text-transform:uppercase;letter-spacing:.5px}:root.dark .tide-grid-day{color:#94a3b8}.tide-grid-time{font-size:1rem;font-weight:700;color:var(--text-primary,#1e293b)}:root.dark .tide-grid-time{color:#f1f5f9}.tide-grid-type{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tide-grid-type.high{color:#2563eb}.tide-grid-type.low{color:#06b6d4}:root.dark .tide-grid-type.high{color:#60a5fa}:root.dark .tide-grid-type.low{color:#22d3ee}.tide-grid-height{font-size:.75rem;color:var(--text-secondary,#64748b)}:root.dark .tide-grid-height{color:#94a3b8}.tide-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--tide-event-bg,rgba(255,255,255,.08));border-radius:8px}.tide-row-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;min-width:70px;flex-shrink:0}.tide-row-label.high{color:#2563eb}.tide-row-label.low{color:#06b6d4}.dark .tide-row-label.high,:root.dark .tide-row-label.high{color:#60a5fa}.dark .tide-row-label.low,:root.dark .tide-row-label.low{color:#22d3ee}.tide-row-items{display:flex;flex-wrap:wrap;gap:1rem;flex:1}.tide-event-compact{display:flex;align-items:baseline;gap:.35rem}.tide-time-compact{font-size:1rem;font-weight:600;color:var(--text-primary,#1e293b)}.dark .tide-time-compact,:root.dark .tide-time-compact{color:var(--text-primary,#f1f5f9)}.tide-height-compact{font-size:.8rem;color:var(--text-secondary,#64748b)}.dark .tide-height-compact,:root.dark .tide-height-compact{color:var(--text-secondary,#94a3b8)}.tide-event{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:var(--tide-event-bg,rgba(255,255,255,.08));border-radius:8px;min-width:120px}.tide-time-large{font-size:1.3rem;font-weight:600;margin-bottom:.25rem}.tide-time-large,.tide-type{color:var(--text-primary,currentColor)}.tide-type{font-weight:500;font-size:.95rem;margin:.15rem 0}.tide-height-small{font-size:.85rem;color:var(--text-tertiary,#888);margin-top:.15rem}.tide-height,.tide-time{display:none}.data-source{margin-top:1rem;text-align:right;font-size:.7rem;color:var(--text-secondary,#666);font-style:italic;word-wrap:break-word;overflow-wrap:break-word}@media (min-width:768px){.tide-schedule{justify-content:space-between}.tide-event{flex:1;max-width:200px}.tide-time-large{font-size:1.5rem}}.temp-icon{width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:50%;margin-right:6px}.temp-cold{color:#1976d2}.temp-medium{color:#4CAF50}.temp-hot{color:#d32f2f}.sea-temp-label{font-weight:500;font-size:.9rem}.sea-temp-value{font-weight:600;font-size:1.1rem}.sun-times{display:flex;justify-content:space-around;gap:1rem;margin:1rem 0}.sun-time-event{flex-direction:column;padding:.75rem;background:var(--tide-event-bg,rgba(255,255,255,.08));border-radius:8px;min-width:120px;flex:1}.sun-icon,.sun-time-event{display:flex;align-items:center}.sun-icon{justify-content:center;margin-bottom:.5rem}.sun-icon-svg{width:28px;height:28px}.sunrise .sun-icon-svg{color:#ff9800}.sunset .sun-icon-svg{color:#e91e63}.sun-time-label{font-weight:500;font-size:.95rem;margin:.15rem 0}.sun-time-label,.sun-time-value{color:var(--text-primary,currentColor)}.sun-time-value{font-size:1.3rem;font-weight:600}.sun-times-unavailable{text-align:center;padding:1rem;font-style:italic;color:var(--text-secondary,#666)}@media (min-width:768px){.sun-time-event{padding:1rem;max-width:200px}.sun-time-value{font-size:1.5rem}.sun-icon-svg{width:32px;height:32px}}.sun-info-header{display:flex;flex-direction:column;align-items:flex-start;gap:.3rem}.sun-times-compact{display:flex;align-items:center;gap:1rem}.sun-time-compact{display:flex;align-items:center;gap:.3rem;font-size:.85rem;font-weight:500}.sun-time-compact.sunrise{color:#ff9800}.sun-time-compact.sunset{color:#e91e63}.sun-icon-small{width:16px;height:16px}@media (min-width:768px){.sun-info-header{flex-direction:row;align-items:center;gap:1rem}.tide-title{margin-right:.5rem}.sun-time-compact{font-size:.9rem}}.tide-clock-info-layout{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1200px;margin:1.5rem auto 0;padding:0 1rem}@media (min-width:768px){.tide-clock-info-layout{flex-direction:row;align-items:stretch;justify-content:center;gap:1.5rem}.tide-clock-info-layout .tide-clock-container,.tide-clock-info-layout .wind-compass-container{flex:0 0 auto;margin:0;display:flex;flex-direction:column;justify-content:center}.tide-clock-info-layout .tide-container{flex:1 1 auto;min-width:320px;max-width:500px;margin:0;display:flex;flex-direction:column;justify-content:space-between}}.beaufort-link-container{display:flex;justify-content:center;margin:1rem auto;max-width:1200px}.beaufort-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#0077b6,#00a8e8);color:white;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:500;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,119,182,.3)}.beaufort-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,119,182,.4);background:linear-gradient(135deg,#005f8a,#0090cc)}:root.dark .beaufort-link{background:linear-gradient(135deg,#1a4a5e,#2a6a8a);box-shadow:0 2px 8px rgba(0,0,0,.3)}:root.dark .beaufort-link:hover{background:linear-gradient(135deg,#2a5a6e,#3a7a9a);box-shadow:0 4px 12px rgba(0,0,0,.4)}.tide-clock-container{background:var(--card-background,rgba(255,255,255,.95));border-radius:12px;padding:1rem 1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.1);width:100%;max-width:320px}.dark .tide-clock-container,:root.dark .tide-clock-container{background:var(--card-background,rgba(30,41,59,.95));box-shadow:0 4px 12px rgba(0,0,0,.3)}.tide-clock-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.tide-info-row{display:flex;align-items:baseline;gap:.5rem;text-align:center}.tide-info-row .tide-label{font-size:1rem;font-weight:700;color:var(--text-primary,#1e293b)}.dark .tide-info-row .tide-label,:root.dark .tide-info-row .tide-label{color:var(--text-primary,#f1f5f9)}.tide-info-row .tide-value{font-size:1rem;font-weight:400;color:#6366f1}.dark .tide-info-row .tide-value,:root.dark .tide-info-row .tide-value{color:#818cf8}.tide-clock-center{display:flex;flex-direction:column;align-items:center}.tide-clock-svg{width:200px;height:200px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.dark .tide-clock-svg .clock-face,:root.dark .tide-clock-svg .clock-face{fill:#334155}.dark .tide-clock-svg .clock-outer-ring,:root.dark .tide-clock-svg .clock-outer-ring{stroke:#64748b}.dark .tide-clock-svg .clock-marker,:root.dark .tide-clock-svg .clock-marker{stroke:#94a3b8}.dark .tide-clock-svg .tide-label-text,:root.dark .tide-clock-svg .tide-label-text{fill:#60a5fa}.water-fill{animation:waterShimmer 2s ease-in-out infinite}@keyframes waterShimmer{0%,to{opacity:.85}50%{opacity:1}}.tide-clock-error{text-align:center;padding:2rem;color:var(--text-secondary,#64748b);font-style:italic}.wind-compass-container{background:var(--card-bg,#ffffff);border-radius:16px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:320px}.dark .wind-compass-container,:root.dark .wind-compass-container{background:var(--card-bg-dark,#1e293b);box-shadow:0 2px 8px rgba(0,0,0,.3)}.wind-compass-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;gap:1rem}.wind-compass-svg{width:200px;height:200px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.compass-outer-ring{stroke:var(--text-secondary,#94a3b8)}.compass-face{fill:var(--card-bg,#f8fafc);stroke:var(--text-secondary,#cbd5e1);stroke-width:1}:root.dark .compass-outer-ring{stroke:#64748b}:root.dark .compass-face{fill:#334155;stroke:#475569}.compass-tick{stroke:var(--text-secondary,#94a3b8)}.compass-tick.cardinal{stroke:var(--text-primary,#334155)}.compass-tick.major{stroke:var(--text-secondary,#64748b)}:root.dark .compass-tick{stroke:#64748b}:root.dark .compass-tick.cardinal{stroke:#e2e8f0}:root.dark .compass-tick.major{stroke:#94a3b8}.compass-cardinal-label{font-size:14px;font-weight:700;fill:var(--text-primary,#1e293b)}.compass-intercardinal-label{font-size:9px;font-weight:500;fill:var(--text-secondary,#64748b)}:root.dark .compass-cardinal-label{fill:#f1f5f9}:root.dark .compass-intercardinal-label{fill:#94a3b8}.compass-center-outer{fill:var(--card-bg,#e2e8f0);stroke:var(--text-secondary,#94a3b8);stroke-width:1}.compass-center-inner{fill:var(--text-secondary,#64748b)}.compass-center-pin{fill:#1e293b;stroke:#ffffff;stroke-width:1}:root.dark .compass-center-outer{fill:#475569;stroke:#64748b}:root.dark .compass-center-inner{fill:#94a3b8}:root.dark .compass-center-pin{fill:#f1f5f9;stroke:#334155}.compass-needle-head{filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.compass-needle-tail{filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.wind-compass-info{gap:.75rem;width:100%}.wind-compass-datetime,.wind-compass-info{display:flex;flex-direction:column;align-items:center}.wind-compass-datetime{gap:.125rem}.wind-compass-date{font-size:.9rem;font-weight:500;color:var(--text-primary,#1e293b)}.wind-compass-time{font-size:1.1rem;font-weight:700;color:var(--text-primary,#1e293b)}:root.dark .wind-compass-date,:root.dark .wind-compass-time{color:#f1f5f9}.wind-compass-data{display:flex;flex-direction:column;gap:.375rem;width:100%}.wind-compass-row{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;background:var(--hover-bg,rgba(0,0,0,.02));border-radius:6px}:root.dark .wind-compass-row{background:rgba(255,255,255,.05)}.wind-compass-label{font-size:.85rem;font-weight:500;color:var(--text-secondary,#64748b)}.wind-compass-value{font-size:.9rem;font-weight:600;color:#6366f1}.beaufort-value{display:flex;flex-direction:column;gap:.1rem}.beaufort-link-inline{color:#6366f1;text-decoration:none;font-weight:600;transition:color .2s ease}.beaufort-link-inline:hover{color:#4f46e5;text-decoration:underline}.beaufort-name{font-size:.75rem;font-weight:400;color:var(--text-secondary,#64748b)}:root.dark .beaufort-link-inline{color:#818cf8}:root.dark .beaufort-link-inline:hover{color:#a5b4fc}:root.dark .beaufort-name,:root.dark .wind-compass-label{color:#94a3b8}:root.dark .wind-compass-value{color:#818cf8}.wind-compass-error{text-align:center;padding:2rem;color:var(--text-secondary,#64748b);font-style:italic}@media (min-width:480px){.wind-compass-svg{width:200px;height:200px}}@media (min-width:768px){.wind-compass-container{max-width:280px}.wind-compass-svg{width:180px;height:180px}}@media (min-width:900px){.wind-compass-container{max-width:320px}.wind-compass-svg{width:200px;height:200px}}@media (min-width:480px){.tide-clock-svg{width:200px;height:200px}}@media (min-width:768px){.tide-clock-container{max-width:280px}.tide-clock-svg{width:180px;height:180px}.tide-info-row .tide-label,.tide-info-row .tide-value{font-size:.9rem}}@media (min-width:900px){.tide-clock-container{max-width:320px}.tide-clock-svg{width:200px;height:200px}.tide-info-row .tide-label,.tide-info-row .tide-value{font-size:1rem}}