@layer reset,tokens,base,layout,components,utilities,overrides;@layer reset{*,*:before,*:after{box-sizing:border-box}body,h1,h2,p{margin:0}button{font:inherit}}@layer tokens{:root{--harbor-sea: #061516;--harbor-panel: rgba(9, 31, 31, .84);--harbor-line: rgba(183, 214, 205, .17);--harbor-text: #e3e8df;--harbor-muted: #90aaa3;--harbor-amber: #edbf73;--harbor-blue: #77bdd1;--harbor-green: #91c4a6;--harbor-radius: 18px}}@layer base{html,body,#root{height:100%}body{min-width:320px;min-height:0;overflow:hidden;background:radial-gradient(circle at 50% -18%,rgba(38,86,82,.82),transparent 58%),radial-gradient(circle at 76% 16%,rgba(178,190,153,.04),transparent 38%),linear-gradient(155deg,#173c3b,#0c2928 48%,#061516);background-attachment:fixed;color:var(--harbor-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.01em}button{border:1px solid var(--harbor-line);background:#1638358f;color:inherit;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}button:hover:not(:disabled){border-color:#edbf738c;background:#1f453ecc}button:focus-visible{outline:3px solid var(--harbor-amber);outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.38}}@layer layout{.harbor-shell{display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-template-rows:auto minmax(0,1fr) auto auto;gap:16px;height:100%;width:min(1180px,100% - 32px);margin:0 auto;padding:clamp(16px,3vh,32px) 0 clamp(12px,2.3vh,24px);overflow:hidden;color:var(--harbor-text)}.harbor-shell--map-selection{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto}.harbor-header,.harbor-footer{grid-column:1/-1}.harbor-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:0 4px 8px}.harbor-brand{flex:0 0 auto;min-width:max-content}.harbor-board{display:grid;place-items:center;min-width:0;min-height:0;position:relative;overflow:visible}.harbor-controls{display:flex;gap:12px;align-items:center}.harbor-context{grid-column:2;grid-row:2/span 2;min-height:0;padding:22px;overflow-y:auto;border:1px solid var(--harbor-line);border-radius:var(--harbor-radius);background:var(--harbor-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.harbor-footer{display:flex;justify-content:space-between;padding:8px 4px;color:var(--harbor-muted);font-size:.76rem}.harbor-map-selection{min-height:0;padding:clamp(20px,4vh,42px);overflow-y:auto;border:1px solid var(--harbor-line);border-radius:var(--harbor-radius);background:var(--harbor-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}}@layer components{.harbor-header h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3.4rem);font-weight:400;letter-spacing:-.03em;white-space:nowrap}.harbor-score-summary{color:var(--harbor-text);font-family:Georgia,Times New Roman,serif;font-size:.78rem;font-weight:400;letter-spacing:-.02em;white-space:nowrap}.harbor-eyebrow{color:var(--harbor-amber);font-size:.68rem;letter-spacing:.22em;text-transform:uppercase}.harbor-resources{display:flex;flex-wrap:wrap;flex:1 1 0;justify-content:flex-end;gap:10px;min-width:0}.harbor-resource-pill{padding:9px 12px;border:1px solid var(--harbor-line);border-radius:999px;background:#071717ad;color:#cbd8d2;font-size:.78rem;white-space:nowrap}.harbor-map-selection__heading{max-width:700px}.harbor-map-selection__heading h2{margin:7px 0 10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.9rem,4vw,3rem);font-weight:400}.harbor-map-selection__heading>p:not(.harbor-eyebrow){color:var(--harbor-muted);line-height:1.55}.harbor-map-selection__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:clamp(22px,4vh,38px)}.harbor-map-card{display:grid;grid-template-rows:82px 1fr auto;gap:16px;min-height:280px;padding:20px;border-radius:16px;text-align:left}.harbor-map-card__diagram{display:grid;align-content:center;gap:9px;min-height:82px;padding:14px;border:1px solid rgba(145,196,166,.18);border-radius:12px;background:#061516ad}.harbor-map-card__diagram i{display:block;width:72%;height:3px;border-radius:999px;background:var(--harbor-green);transform:translate(8%) skew(-28deg);opacity:.72}.harbor-map-card__diagram i:nth-child(2){width:88%;transform:translate(2%) skew(24deg)}.harbor-map-card__diagram i:nth-child(3){width:64%;transform:translate(27%) skew(-18deg)}.harbor-map-card__content,.harbor-map-card__content strong,.harbor-map-card__content small,.harbor-map-card__content span{display:block}.harbor-map-card__content strong{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:400}.harbor-map-card__content small{margin-top:8px;color:var(--harbor-muted);font-size:.76rem;line-height:1.45}.harbor-map-card__content span{margin-top:14px;color:#bed1ca;font-size:.7rem}.harbor-map-card em{color:var(--harbor-amber);font-size:.78rem;font-style:normal}.harbor-symbol{display:inline-block;width:7px;height:7px;margin-right:7px;transform:rotate(45deg)}.harbor-symbol--light{background:var(--harbor-amber);box-shadow:0 0 10px var(--harbor-amber)}.harbor-symbol--beacon{border:1px solid var(--harbor-green);border-radius:50%}.harbor-light-price{display:inline-flex;align-items:center;gap:7px;color:var(--harbor-amber);font-style:normal;white-space:nowrap}.harbor-light-price .harbor-symbol{margin-right:0}.harbor-canvas{width:100%;max-width:100%;max-height:100%;position:relative;overflow:hidden;border-radius:var(--harbor-radius);background:transparent;box-shadow:inset 0 0 0 1px var(--harbor-line),0 30px 90px #00000040}.harbor-canvas canvas{display:block;width:100%;height:100%}.harbor-beam-tooltip{padding:7px 10px;position:absolute;z-index:4;border:1px solid rgba(237,191,115,.42);border-radius:8px;background:#051414eb;color:var(--harbor-amber);font-size:.72rem;white-space:nowrap;pointer-events:none;transform:translate(12px,calc(-100% - 10px))}.harbor-speed{display:flex;gap:4px;padding:4px;border:1px solid var(--harbor-line);border-radius:12px}.harbor-speed button{width:52px;height:34px;border:0;border-radius:8px;background:transparent;color:var(--harbor-muted);font-size:.75rem;white-space:nowrap}.harbor-enemy-guide-toggle,.harbor-audio-toggle{width:174px;min-height:44px;padding:0 20px;border:1px solid var(--harbor-line);border-radius:12px;background:transparent;color:var(--harbor-muted)}.harbor-enemy-guide-toggle.is-active,.harbor-audio-toggle.is-active{border-color:var(--harbor-amber);background:transparent;color:var(--harbor-amber)}.harbor-speed button.is-active{color:var(--harbor-sea);background:var(--harbor-amber)}.harbor-primary{width:174px;min-height:44px;padding:0 14px;border-color:#edbf738c;border-radius:12px;color:#172420;background:var(--harbor-amber);font-size:.78rem;font-weight:650;white-space:nowrap}.harbor-primary:hover:not(:disabled){background:#f6cf8f}.harbor-audio-toggle{margin-left:auto;white-space:nowrap}.harbor-context__heading h2{margin:6px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:1.5rem;font-weight:400}.harbor-context__heading>p:not(.harbor-eyebrow){color:var(--harbor-muted);font-size:.82rem;line-height:1.55}.harbor-context__heading>.harbor-balance-note{margin-top:10px;padding:8px 10px;border-left:2px solid rgba(237,191,115,.62);border-radius:0 8px 8px 0;background:#edbf7312;font-size:.7rem}.harbor-device-list{display:grid;gap:8px;margin-top:18px}.harbor-device-list button{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:10px;width:100%;min-height:68px;padding:10px 12px;border-radius:12px;text-align:left}.harbor-device-list strong,.harbor-device-list small{display:block}.harbor-device-list strong{font-size:.86rem}.harbor-device-list small{margin-top:3px;color:var(--harbor-muted);font-size:.67rem;line-height:1.3}.harbor-device-list em{color:var(--harbor-amber);font-size:.76rem;font-style:normal}.harbor-device-icon{display:block;width:20px;height:20px;margin:auto}.harbor-device-icon--lantern{border:2px solid var(--harbor-amber);transform:rotate(45deg)}.harbor-device-icon--bell{border:2px solid var(--harbor-blue);border-radius:50%}.harbor-device-icon--crystal{border:2px solid var(--harbor-green);transform:rotate(45deg) skew(-8deg,-8deg)}.harbor-enemy-list{display:grid;grid-auto-rows:max-content;align-content:start;gap:7px;flex:1 1 auto;min-height:0;margin:16px 0 0;padding:0 6px 0 0;overflow-y:auto;overscroll-behavior:contain;list-style:none;scrollbar-color:rgba(237,191,115,.52) rgba(7,23,23,.42);scrollbar-gutter:stable;scrollbar-width:thin}.harbor-enemy-guide{display:flex;flex-direction:column;height:100%;min-height:0}.harbor-enemy-list:focus-visible{outline:2px solid var(--harbor-amber);outline-offset:4px}.harbor-enemy-list li{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;min-height:70px;padding:9px 10px;border:1px solid var(--harbor-line);border-radius:12px;background:#0c27266b}.harbor-enemy-list strong,.harbor-enemy-list small,.harbor-enemy-list__stats{display:block}.harbor-enemy-list strong{font-size:.84rem}.harbor-enemy-list small{margin-top:2px;color:var(--harbor-muted);font-size:.66rem;line-height:1.3}.harbor-enemy-list__stats{margin-top:5px;color:#b7c9c3;font-size:.61rem}.harbor-enemy-icon{display:block;width:24px;height:24px;margin:auto;position:relative;background:#d8d6d0;color:#6f8fa1}.harbor-enemy-icon--circle{background:linear-gradient(135deg,#16304f,#b9e9f7);border-radius:50%}.harbor-enemy-icon--triangle{clip-path:polygon(100% 50%,10% 5%,10% 95%)}.harbor-enemy-icon--square{border-radius:2px}.harbor-enemy-icon--pentagon{clip-path:polygon(50% 0,98% 35%,80% 100%,20% 100%,2% 35%)}.harbor-enemy-icon--hexagon{background:#363b3d;box-shadow:0 0 0 1px #d8d6d061;clip-path:polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%)}.harbor-enemy-icon--diamond{width:20px;height:20px;border:1px solid rgba(221,234,240,.82);background:#d8eff229;box-shadow:inset 3px 3px #ffffff24;transform:rotate(45deg);border-radius:2px}.harbor-night-forecast{padding-bottom:18px;margin-bottom:18px;border-bottom:1px solid var(--harbor-line)}.harbor-night-forecast:not(:first-child){margin-top:22px;padding-top:18px;border-top:1px solid var(--harbor-line)}.harbor-night-forecast__heading .harbor-eyebrow{margin:0 0 8px}.harbor-night-forecast__heading>p:not(.harbor-eyebrow){color:var(--harbor-muted);font-size:.72rem;line-height:1.45}.harbor-night-forecast__waves{display:grid;gap:10px;margin:14px 0 0;padding:0;list-style:none}.harbor-night-forecast__waves>li{display:flex;align-items:center;gap:12px;color:var(--harbor-muted);font-size:.68rem}.harbor-night-forecast__waves>li>strong{min-width:56px;color:var(--harbor-text);font-size:.7rem}.harbor-night-forecast__waves ul{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.harbor-night-forecast__waves ul li{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:.62rem}.harbor-night-forecast .harbor-enemy-icon{width:16px;height:16px}.harbor-context__actions{display:grid;gap:8px;margin-top:22px}.harbor-context__actions button{padding:12px;border-radius:10px}.harbor-context__actions .harbor-device-action{display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left}.harbor-device-action__copy strong,.harbor-device-action__copy small{display:block}.harbor-device-action__copy small{margin-top:4px;color:var(--harbor-muted);font-size:.66rem;line-height:1.35}.harbor-device-action__copy del{color:#9fa9a4;text-decoration-color:var(--harbor-amber)}.harbor-direction-picker{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 8px;padding:0;border:0}.harbor-direction-picker legend{grid-column:1/-1;margin-bottom:3px;color:var(--harbor-muted);font-size:.72rem}.harbor-direction-picker button.is-active{border-color:var(--harbor-amber);background:#edbf732e;color:var(--harbor-amber)}.harbor-hint{display:flex;align-items:flex-start;gap:14px;color:var(--harbor-muted);font-size:.82rem;line-height:1.5}.harbor-hint>span{color:var(--harbor-amber);font-size:1.4rem}.harbor-hint strong{display:block;margin-bottom:4px;color:var(--harbor-text)}}@media(max-width:850px){.harbor-shell{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr) auto minmax(120px,24vh) auto;gap:12px;padding:12px 0}.harbor-context{grid-column:1;grid-row:auto;min-height:0}.harbor-shell--map-selection{grid-template-rows:auto minmax(0,1fr) auto}.harbor-map-selection__grid{grid-template-columns:1fr}.harbor-map-card{grid-template-columns:100px 1fr auto;grid-template-rows:auto;align-items:center;min-height:150px}.harbor-header{flex-direction:column;align-items:flex-start}.harbor-resources{flex:none;justify-content:flex-start;width:100%}.harbor-footer{flex-direction:column;gap:5px}}@media(max-width:520px){.harbor-shell{width:min(100% - 18px,1180px)}.harbor-resource-pill--night{display:none}.harbor-controls{flex-wrap:wrap}.harbor-audio-toggle{flex:1 1 100%;margin-left:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}
