:root{--bg0:#05070f;--bg1:#0b1225;--text:rgba(255,255,255,.92);--muted:rgba(255,255,255,.68);--shadow:0 20px 60px rgba(0,0,0,.45);--r2:28px}
*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}
body{color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;
background:radial-gradient(900px 500px at 15% 20%,rgba(90,166,255,.18),transparent 60%),
radial-gradient(900px 500px at 85% 35%,rgba(137,89,255,.18),transparent 60%),
linear-gradient(180deg,var(--bg0),var(--bg1));overflow-x:hidden}
a,button,input,select,textarea{touch-action:manipulation}
:focus-visible{outline:3px solid rgba(137,189,255,.95);outline-offset:2px}
a{color:inherit}.muted{color:var(--muted)}.container{max-width:1100px;margin:0 auto;padding:0 18px}
.header{position:sticky;top:0;z-index:50;backdrop-filter:blur(16px);background:rgba(5,7,15,.55);border-bottom:1px solid rgba(255,255,255,.08);overflow:visible}
.nav{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;overflow:visible}
.nav-left,.nav-right{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.nav-right{justify-content:flex-end;position:relative;z-index:1;min-width:0}
.nav-search-form{display:inline-flex;align-items:center}
.nav-search-input{width:170px;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:var(--text)}
.nav-search-input::placeholder{color:rgba(255,255,255,.55)}
.pill{display:inline-flex;gap:8px;align-items:center;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);
background:rgba(255,255,255,.06);text-decoration:none;font-weight:800;font-size:14px;cursor:pointer;color:var(--text);min-height:40px}
.pill:hover{border-color:rgba(255,255,255,.22)}
.pill.is-active{background:rgba(90,166,255,.18);border-color:rgba(137,189,255,.4)}
.brand{justify-self:center;position:relative;z-index:5;font-weight:1000;letter-spacing:.8px;font-size:20px;text-decoration:none;padding:10px 14px;border-radius:999px;
background:linear-gradient(90deg,rgba(90,166,255,.15),rgba(137,89,255,.15));border:1px solid rgba(255,255,255,.12)}
.brand:hover{border-color:rgba(255,255,255,.22)}
.card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);border-radius:var(--r2);box-shadow:var(--shadow);padding:18px}
.hero{padding:46px 0 24px}
.row{display:flex;gap:12px;flex-wrap:wrap}
.primary-btn,.secondary-btn,.ghost-btn,button.primary-btn,button.secondary-btn,button.ghost-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;
padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);font-weight:900;text-decoration:none;cursor:pointer;color:var(--text);font-size:14px;min-height:40px}
.primary-btn{background:linear-gradient(90deg,rgba(90,166,255,.95),rgba(137,89,255,.95));border-color:rgba(255,255,255,.18)}
.secondary-btn{background:rgba(255,255,255,.10)}.secondary-btn:hover{background:rgba(255,255,255,.14)}
.ghost-btn{background:transparent}.ghost-btn:hover{background:rgba(255,255,255,.08)}
.field label{display:block;font-size:12px;color:var(--muted);margin:0 0 6px;font-weight:700}
input,select,textarea{width:100%;padding:12px;color:var(--text);background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.12);
border-radius:14px;outline:none;font-size:14px;font-family:inherit;min-height:40px}
select{color:#111;background:#fff;border-color:rgba(0,0,0,.2)}
select option,select optgroup{color:#111;background:#fff}
textarea{resize:vertical;min-height:90px}
input[type="checkbox"],input[type="radio"]{width:18px;height:18px;min-height:18px}
.public{padding:26px 0 70px}.public-inner{max-width:1100px;margin:0 auto;padding:0 18px}
.public-header{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:6px 0 14px}
.prop-item{display:grid;grid-template-columns:68px 1fr auto;gap:12px;align-items:center;padding:12px;border-radius:16px;
border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18)}
.badge{font-size:12px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08)}
.badge[href],button.badge,label.badge{min-height:36px;display:inline-flex;align-items:center;justify-content:center}
.thumb{width:68px;height:52px;border-radius:14px;border:1px solid rgba(255,255,255,.14);
background:radial-gradient(circle at 30% 30%,rgba(90,166,255,.35),rgba(137,89,255,.18) 55%,rgba(0,0,0,.35))}
.notice{border-left:3px solid rgba(90,166,255,.9);padding:10px 12px;border-radius:14px;background:rgba(90,166,255,.08);border:1px solid rgba(255,255,255,.10)}
.err{border-left-color:rgba(255,80,120,.9);background:rgba(255,80,120,.08)}
.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid rgba(255,255,255,.10);text-align:left;font-size:13px;vertical-align:top}

/* â•â•â• DOOR â•â•â• */
.door-scene{display:flex;flex-direction:column;align-items:center;padding:10px 0 36px;text-align:center}
.door-heading{font-size:clamp(26px,5vw,46px);font-weight:1000;letter-spacing:.4px;
background:linear-gradient(135deg,#fff 30%,rgba(90,166,255,.9) 60%,rgba(137,89,255,.85));
-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.door-tagline{font-size:clamp(14px,2.2vw,19px);color:var(--muted);font-weight:700;margin-top:6px;margin-bottom:30px}
.header--hidden{display:none}
.atlas-route-transition{
  position:fixed;
  inset:0;
  z-index:1200;
  pointer-events:none;
  opacity:0;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 46%,rgba(10,20,34,.12),transparent 18%),
    linear-gradient(180deg,rgba(0,0,0,.98),rgba(0,0,0,1));
  transition:opacity .28s ease;
}
.atlas-route-transition.is-active{opacity:1}
.atlas-route-transition.is-active.is-releasing{opacity:0}
.atlas-route-transition::before,
.atlas-route-transition::after{
  content:"";
  position:absolute;
  inset:-18%;
  pointer-events:none;
  opacity:0;
  transition:opacity .34s ease,transform .48s cubic-bezier(.16,.84,.24,1),filter .48s ease;
}
.atlas-route-transition::before{
  background:
    radial-gradient(circle at 50% 52%,rgba(138,244,233,.24) 0,rgba(82,158,255,.16) 9%,rgba(11,20,36,.42) 18%,rgba(0,0,0,.9) 42%,rgba(0,0,0,1) 68%);
  filter:blur(7px);
  transform:scale(1.18);
}
.atlas-route-transition::after{
  inset:-10%;
  background:
    radial-gradient(circle at 50% 52%,rgba(255,255,255,.16),transparent 11%),
    linear-gradient(180deg,rgba(255,255,255,.04),transparent 24%,rgba(0,0,0,.24) 70%,rgba(0,0,0,.56));
  mix-blend-mode:screen;
  filter:blur(18px);
  transform:scale(.92);
}
.atlas-route-transition.is-active.is-entering::before{
  opacity:1;
  transform:scale(.74);
}
.atlas-route-transition.is-active.is-entering::after{
  opacity:.82;
  transform:scale(1.28);
}
.atlas-route-transition.is-active.is-arriving::before{
  opacity:1;
  transform:scale(.68);
}
.atlas-route-transition.is-active.is-arriving::after{
  opacity:.54;
  transform:scale(1.12);
}
.atlas-route-transition.is-active.is-releasing::before{
  opacity:0;
  transform:scale(1.16);
}
.atlas-route-transition.is-active.is-releasing::after{
  opacity:0;
  transform:scale(.94);
}
.is-atlas-routing{cursor:progress}
.door-link{text-decoration:none;display:block}
.door-photo-link{position:relative;display:inline-block;border-radius:20px;overflow:hidden;
border:1px solid rgba(255,255,255,.2);box-shadow:0 30px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,255,255,.06) inset;
transition:transform .3s ease, box-shadow .3s ease}
.door-photo-link:hover{transform:translateY(-3px) scale(1.01);box-shadow:0 40px 90px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.1) inset}
.door-photo{display:block;width:min(420px,85vw);height:min(560px,70vh);object-fit:cover;object-position:center;transition:transform .88s cubic-bezier(.22,.9,.2,1),filter .88s ease}
.door-photo-badge{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);
padding:10px 20px;border-radius:999px;border:1px solid rgba(255,255,255,.42);
background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.74));color:#fff;
font-size:13px;font-weight:900;letter-spacing:2px;text-transform:uppercase;
text-shadow:0 1px 6px rgba(0,0,0,.65)}
.home-entry-page{overflow:hidden;background:
radial-gradient(900px 520px at 50% 24%,rgba(52,122,255,.18),transparent 58%),
radial-gradient(860px 620px at 50% 54%,rgba(52,228,224,.1),transparent 62%),
linear-gradient(180deg,#01040b,#03101f 52%,#05142a)}
.hero--portal{padding:0;min-height:100vh;min-height:100dvh}
.portal-stage{
  position:relative;
  min-height:100vh;
  min-height:100dvh;
  display:grid;
  place-items:center;
  padding:34px 20px 44px;
  overflow:hidden;
  isolation:isolate;
  background:
    radial-gradient(680px 380px at 50% 42%,rgba(58,165,255,.16),transparent 60%),
    radial-gradient(940px 520px at 50% 88%,rgba(14,88,178,.16),transparent 70%),
    linear-gradient(180deg,#030711 0%,#041224 55%,#020814 100%);
}
.door-scene--portal{
  position:relative;
  z-index:2;
  max-width:640px;
  width:100%;
}
.door-scene--portal .door-tagline{
  margin-bottom:24px;
}
.door-notice{
  max-width:560px;
  margin:28px auto 0;
  text-align:center;
  background:rgba(6,16,30,.48);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 18px 36px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
}
.portal-stage::before,
.portal-stage::after{
  content:"";
  position:absolute;
  inset:-16%;
  pointer-events:none;
  transition:opacity .88s ease,transform .88s cubic-bezier(.2,.9,.2,1),filter .88s ease;
}
.portal-stage::before{
  background:
    radial-gradient(circle at 50% 54%,rgba(132,246,237,.18),transparent 15%),
    radial-gradient(circle at 50% 54%,rgba(86,150,255,.16),transparent 28%),
    radial-gradient(circle at 50% 54%,rgba(7,16,36,.92),transparent 58%);
  opacity:.92;
  transform:scale(1);
}
.portal-stage::after{
  inset:0;
  background:radial-gradient(circle at 50% 54%,rgba(216,255,250,.04) 0,rgba(126,245,230,.18) 12%,rgba(18,42,88,.28) 28%,rgba(2,8,18,0) 54%);
  opacity:.74;
  transform:scale(.94);
}
.portal-stage-glow,
.portal-stage-beam{
  position:absolute;
  pointer-events:none;
}
.portal-stage-glow{
  width:38vw;
  height:38vw;
  border-radius:999px;
  filter:blur(80px);
  opacity:.28;
  mix-blend-mode:screen;
  animation:atlasPortalGlow 8.6s ease-in-out infinite alternate;
}
.portal-stage-glow--left{
  left:-8vw;
  top:14vh;
  background:radial-gradient(circle,rgba(64,176,255,.34),transparent 66%);
}
.portal-stage-glow--right{
  right:-10vw;
  bottom:8vh;
  background:radial-gradient(circle,rgba(74,245,217,.28),transparent 70%);
  animation-duration:10.4s;
}
.portal-stage-beam{
  inset:auto 50% 8vh 50%;
  width:min(560px,56vw);
  height:min(560px,56vw);
  transform:translateX(-50%);
  border-radius:999px;
  background:
    radial-gradient(circle,rgba(248,255,252,.16) 0,rgba(123,246,228,.16) 18%,rgba(52,134,255,.1) 36%,rgba(4,14,30,0) 68%);
  filter:blur(36px);
  opacity:.74;
  animation:atlasPortalBeam 7.4s ease-in-out infinite alternate;
}
.door-photo-link--portal{
  z-index:2;
  transform:translateZ(0);
  transition:transform .88s cubic-bezier(.2,.9,.2,1),box-shadow .88s ease,filter .88s ease,opacity .88s ease;
}
.door-photo-link--portal::before,
.door-photo-link--portal::after{
  content:"";
  position:absolute;
  inset:-18%;
  border-radius:50%;
  pointer-events:none;
  transition:opacity .88s ease,transform .88s cubic-bezier(.2,.9,.2,1),filter .88s ease;
}
.door-photo-link--portal::before{
  background:radial-gradient(circle,rgba(118,246,230,.26) 0,rgba(96,169,255,.16) 24%,rgba(6,16,30,0) 66%);
  filter:blur(26px);
  opacity:.72;
}
.door-photo-link--portal::after{
  inset:0;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,0) 28%,rgba(8,18,34,.18) 100%);
  mix-blend-mode:screen;
  opacity:.38;
}
.is-entering-atlas .portal-stage::before{
  transform:scale(1.22);
  filter:blur(8px);
}
.is-entering-atlas .portal-stage::after{
  opacity:1;
  transform:scale(1.22);
}
.is-entering-atlas .portal-stage-glow{
  opacity:.56;
  transform:scale(1.16);
}
.is-entering-atlas .portal-stage-beam{
  opacity:1;
  transform:translateX(-50%) scale(1.24);
}
.is-entering-atlas .door-photo-link--portal,
.door-photo-link--portal.is-portal-entering{
  transform:scale(1.16);
  box-shadow:0 60px 140px rgba(0,0,0,.7),0 0 0 1px rgba(255,255,255,.12) inset;
  filter:saturate(1.08) brightness(1.08);
}
.is-entering-atlas .door-photo-link--portal::before,
.door-photo-link--portal.is-portal-entering::before{
  opacity:1;
  transform:scale(1.96);
  filter:blur(34px);
}
.is-entering-atlas .door-photo-link--portal::after,
.door-photo-link--portal.is-portal-entering::after{
  opacity:.78;
}
.is-entering-atlas .door-photo{
  transform:scale(1.08);
  filter:saturate(1.08) brightness(1.04);
}
@media(max-width:600px){.door-photo{width:88vw;height:62vh}}

.atlas-world{padding:28px 0 72px}
.atlas-world-shell{display:grid;gap:18px}
.atlas-world-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;flex-wrap:wrap}
.atlas-world-head h1{font-size:clamp(32px,4.8vw,58px);line-height:1.02;max-width:760px}
.atlas-world-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:rgba(205,228,255,.86)}
.atlas-world-head-actions{align-items:center}
.atlas-world-stage{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,.95fr);gap:16px;align-items:stretch}
.atlas-world-canvas-wrap{position:relative;overflow:hidden;min-height:640px;padding:0;box-shadow:0 32px 80px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.06) inset;background:
radial-gradient(900px 520px at 18% 15%,rgba(89,164,255,.24),transparent 60%),
radial-gradient(840px 540px at 88% 12%,rgba(0,210,255,.14),transparent 58%),
linear-gradient(180deg,rgba(8,14,28,.92),rgba(2,6,17,.98))}
#bahamasMapCanvas{display:block;width:100%;height:100%;min-height:640px}
.atlas-world-overlay{position:absolute;left:18px;right:18px;top:18px;display:flex;justify-content:space-between;align-items:flex-start;gap:14px;pointer-events:none}
.atlas-world-chip{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(2,8,20,.72);backdrop-filter:blur(10px);font-size:12px;font-weight:800}
.atlas-world-toolbar{display:flex;gap:10px;flex-wrap:wrap;pointer-events:auto}
.atlas-map-tooltip{position:fixed;z-index:80;max-width:220px;padding:9px 11px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:rgba(2,8,20,.92);box-shadow:0 20px 40px rgba(0,0,0,.42);font-size:12px;font-weight:800;pointer-events:none}
.atlas-world-panel{display:grid;gap:16px;align-content:start;padding:22px;box-shadow:0 26px 64px rgba(0,0,0,.28);background:
linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04)),
radial-gradient(500px 280px at 100% 0%,rgba(89,164,255,.12),transparent 68%)}
.atlas-world-panel-copy h2{font-size:clamp(28px,3vw,42px);line-height:1.03}
.atlas-world-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.atlas-world-panel-section{display:grid;gap:10px}
.atlas-world-panel-section h3{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.72)}
.atlas-world-pills{display:flex;flex-wrap:wrap;gap:8px}
.atlas-world-pills a{display:inline-flex;align-items:center;min-height:36px;padding:8px 11px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);text-decoration:none;font-size:12px;font-weight:800}
.atlas-world-pills a:hover{background:rgba(255,255,255,.10);border-color:rgba(137,189,255,.36)}
.atlas-pin-list{display:grid;gap:10px}
.atlas-pin-card{display:grid;gap:5px;padding:12px 13px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.18);text-decoration:none}
.atlas-pin-card:hover{border-color:rgba(137,189,255,.32);background:rgba(255,255,255,.06);transform:translateY(-1px)}
.atlas-pin-card-title{font-size:14px;font-weight:900}
.experience-page .site-main{
  overflow:hidden;
}
.atlas-world--immersive{
  padding:0;
  width:auto;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
}
.atlas-world-shell--full{gap:0}
.atlas-world-stage--full{display:block}
.atlas-world-canvas-wrap--full{
  min-height:calc(100vh - 73px);
  min-height:calc(100dvh - 73px);
  width:100%;
  border-radius:0;
  box-shadow:none;
  border:0;
}
.atlas-world-canvas-wrap--full::before{display:none}
.atlas-world-canvas-wrap--full #bahamasMapCanvas{
  min-height:calc(100vh - 73px);
  min-height:calc(100dvh - 73px);
}
.atlas-map-scene{
  position:relative;
  width:100%;
  max-width:100%;
  min-height:calc(100vh - 73px);
  min-height:calc(100dvh - 73px);
  overflow:hidden;
  isolation:isolate;
  background:#0a6c93;
  --atlas-map-shift-x:0px;
  --atlas-map-shift-y:0px;
  --atlas-map-scale:1.2125;
  --atlas-parallax-x:0px;
  --atlas-parallax-y:0px;
  --atlas-sheen-x:50%;
  --atlas-sheen-y:35%;
  --atlas-map-base-x:0px;
  --atlas-map-base-y:4px;
  --atlas-water-shift-x:0px;
  --atlas-water-shift-y:0px;
}
.atlas-map-copy{
  position:absolute;
  top:64px;
  left:48px;
  z-index:5;
  display:grid;
  gap:12px;
  width:min(360px,calc(100% - 96px));
  padding:18px 20px;
  border-radius:28px;
  border:1px solid rgba(236,250,255,.18);
  background:
    linear-gradient(180deg,rgba(10,60,84,.38),rgba(10,48,72,.18)),
    radial-gradient(circle at top left,rgba(141,240,226,.18),transparent 48%);
  backdrop-filter:blur(16px);
  box-shadow:0 22px 48px rgba(0,0,0,.18);
}
.atlas-map-copy-eyebrow{
  display:inline-flex;
  width:fit-content;
  align-items:center;
  min-height:32px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(239,250,246,.24);
  background:rgba(255,255,255,.08);
  color:rgba(243,253,250,.88);
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.atlas-map-copy-kicker{
  font-size:clamp(30px,3vw,42px);
  font-weight:1000;
  line-height:1;
  letter-spacing:-.03em;
  color:#f8fffd;
  text-shadow:0 10px 28px rgba(0,38,64,.22);
}
.atlas-map-copy-text{
  max-width:32ch;
  font-size:15px;
  line-height:1.55;
  color:rgba(237,250,248,.86);
}
.atlas-map-copy-text strong{
  color:#f9fffe;
  font-weight:900;
}
.atlas-map-copy-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.atlas-map-copy-action{
  min-width:148px;
}
.atlas-map-ocean{
  position:absolute;
  inset:-8%;
  z-index:0;
  pointer-events:none;
  opacity:0;
  transform:translate3d(var(--atlas-water-shift-x),var(--atlas-water-shift-y),0) scale(1.08);
  transition:opacity .88s ease,transform 1.05s cubic-bezier(.2,.9,.2,1);
}
.atlas-water-canvas{
  position:absolute;
  inset:-12%;
  width:124%;
  height:124%;
  display:block;
  opacity:0;
  filter:saturate(1.14) contrast(1.06) brightness(.98);
  transform:translate3d(var(--atlas-water-shift-x),var(--atlas-water-shift-y),0) scale(1.07);
  transition:opacity .88s ease,transform 1.05s cubic-bezier(.2,.9,.2,1);
}
.atlas-map-ocean-photo,
.atlas-map-ocean-glow{
  position:absolute;
  inset:-10%;
  display:block;
}
.atlas-map-ocean-photo{
  background:
    linear-gradient(180deg,rgba(7,36,78,.12),rgba(2,16,43,.34)),
    url("/static/img/beachw.jpeg") center 64% / cover no-repeat;
  filter:saturate(1.14) contrast(1.06) brightness(.95);
  opacity:.98;
  transform:scale(1.16);
  animation:atlasOceanPhotoDrift 18s ease-in-out infinite alternate,atlasOceanPhotoPulse 9.6s ease-in-out infinite alternate;
}
.atlas-map-ocean-glow{
  background:
    radial-gradient(circle at 24% 56%,rgba(114,250,232,.18),transparent 20%),
    radial-gradient(circle at 56% 42%,rgba(92,232,219,.16),transparent 18%),
    radial-gradient(circle at 76% 62%,rgba(128,251,240,.12),transparent 20%),
    linear-gradient(180deg,rgba(3,11,24,.04),rgba(2,10,22,.18));
  mix-blend-mode:screen;
  opacity:.34;
  animation:atlasOceanGlowFlow 14s ease-in-out infinite alternate;
}
.atlas-ocean-svg{
  position:absolute;
  inset:-12%;
  width:124%;
  height:124%;
  z-index:1;
  pointer-events:none;
  opacity:0;
  transform:translate3d(var(--atlas-water-shift-x),var(--atlas-water-shift-y),0) scale(1.07);
  transition:opacity .88s ease,transform 1.05s cubic-bezier(.2,.9,.2,1);
}
.atlas-map-reveal-mask{
  position:absolute;
  inset:0;
  z-index:4;
  pointer-events:none;
  opacity:1;
  background:
    linear-gradient(180deg,rgba(2,10,22,.96),rgba(2,12,28,.82)),
    radial-gradient(circle at 46% 42%,rgba(44,110,154,.18),transparent 28%),
    radial-gradient(circle at 62% 58%,rgba(12,54,92,.16),transparent 34%);
  transition:opacity .68s ease;
}
.atlas-map-scene::before{
  content:"";
  position:absolute;
  inset:-6%;
  background:
    radial-gradient(circle at var(--atlas-sheen-x) var(--atlas-sheen-y),rgba(222,255,248,.08),transparent 12%),
    radial-gradient(circle at 30% 46%,rgba(114,242,228,.06),transparent 16%),
    radial-gradient(circle at 50% 100%,rgba(8,48,96,.1),transparent 44%);
  mix-blend-mode:screen;
  opacity:0;
  pointer-events:none;
  z-index:1;
  animation:atlasWaterSheen 14s ease-in-out infinite alternate;
  transition:opacity .88s ease;
}
.atlas-map-scene::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 18%,rgba(255,255,255,.08),transparent 22%),
    linear-gradient(180deg,rgba(255,255,255,.03),transparent 18%,transparent 78%,rgba(1,9,22,.3));
  opacity:0;
  pointer-events:none;
  z-index:1;
  transition:opacity .88s ease;
}
.atlas-map-scene.is-ready .atlas-map-ocean{
  opacity:1;
  transform:translate3d(var(--atlas-water-shift-x),var(--atlas-water-shift-y),0) scale(1);
}
.atlas-map-scene.is-water-active .atlas-water-canvas{
  opacity:1;
  transform:translate3d(var(--atlas-water-shift-x),var(--atlas-water-shift-y),0) scale(1);
}
.atlas-map-scene.is-water-active .atlas-map-ocean-photo{
  opacity:0;
}
.atlas-map-scene.is-water-active .atlas-map-ocean-glow{
  opacity:0;
}
.atlas-map-scene.is-water-active .atlas-ocean-svg{
  opacity:0;
}
.atlas-map-scene.is-water-active::before{
  opacity:.08;
}
.atlas-map-scene.is-water-active::after{
  opacity:.04;
}
.atlas-map-scene.is-water-active .atlas-map-svg{
  filter:none;
}
.atlas-map-scene.is-water-fallback .atlas-map-ocean-photo{
  opacity:.98;
}
.atlas-map-scene.is-ready .atlas-ocean-svg{
  opacity:1;
  transform:translate3d(var(--atlas-water-shift-x),var(--atlas-water-shift-y),0) scale(1);
}
.atlas-map-scene.is-ready .atlas-map-reveal-mask{
  opacity:0;
}
.atlas-map-scene.is-ready::before{
  opacity:.26;
}
.atlas-map-scene.is-ready::after{
  opacity:.54;
}
.atlas-map-viewport{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:36px;
  perspective:1800px;
  opacity:1;
  transform:translate3d(var(--atlas-parallax-x),var(--atlas-parallax-y),0) scale(1);
  transition:none;
  z-index:3;
}
.atlas-map-svg{
  width:min(4223px,285vw);
  max-width:none;
  height:auto;
  max-height:285%;
  overflow:visible;
  shape-rendering:geometricPrecision;
  transform:
    translate3d(calc(var(--atlas-map-base-x) + var(--atlas-map-shift-x)),calc(var(--atlas-map-base-y) + var(--atlas-map-shift-y)),0)
    rotateX(44deg)
    rotateZ(-13deg)
    scale(var(--atlas-map-scale));
  transform-origin:center center;
  transition:filter .6s ease;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.24));
}
.atlas-map-world{
  transform-box:fill-box;
  transform-origin:center center;
}
.atlas-ocean-layer{
  pointer-events:none;
}
.atlas-ocean-base{
  fill:url(#atlasOceanBase);
  opacity:.34;
  mix-blend-mode:screen;
}
.atlas-ocean-light{
  fill:url(#atlasOceanLight);
  opacity:.56;
  mix-blend-mode:screen;
  transform-origin:center;
  animation:atlasOceanLightShift 16s ease-in-out infinite alternate;
}
.atlas-ocean-wave-group{
  mix-blend-mode:screen;
  opacity:.2;
}
.atlas-ocean-wave-swell{
  transform-origin:center;
}
.atlas-ocean-wave{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
  filter:url(#atlasOceanWaveBlur);
}
.atlas-ocean-wave--1{
  stroke:rgba(200,250,244,.1);
  stroke-width:1.15;
}
.atlas-ocean-wave--2{
  stroke:rgba(144,242,230,.12);
  stroke-width:1.35;
}
.atlas-ocean-wave--3{
  stroke:rgba(234,252,247,.12);
  stroke-width:1.55;
}
.atlas-ocean-wave-group--far{
  animation:atlasWaveDriftFar 28s linear infinite;
}
.atlas-ocean-wave-group--mid{
  animation:atlasWaveDriftMid 22s linear infinite;
}
.atlas-ocean-wave-group--near{
  animation:atlasWaveDriftNear 16s linear infinite;
}
.atlas-ocean-wave-swell--1{
  animation:atlasWaveSwellFar 10s ease-in-out infinite alternate;
}
.atlas-ocean-wave-swell--2{
  animation:atlasWaveSwellMid 8.5s ease-in-out infinite alternate;
}
.atlas-ocean-wave-swell--3{
  animation:atlasWaveSwellNear 6.8s ease-in-out infinite alternate;
}
.atlas-island{
  cursor:pointer;
  outline:none;
}
.atlas-island-bank-layer{
  opacity:.9;
  pointer-events:none;
}
.atlas-island-bank{
  shape-rendering:geometricPrecision;
  transform-box:fill-box;
  transform-origin:center;
  pointer-events:none;
}
.atlas-island-bank--outer{
  fill:rgba(43,197,203,.14);
  opacity:.72;
  transform:translateY(1.6px) scale(1.16);
}
.atlas-island-bank--mid{
  fill:rgba(109,237,226,.12);
  opacity:.62;
  transform:translateY(1px) scale(1.1);
}
.atlas-island-bank--inner{
  fill:rgba(235,233,201,.1);
  opacity:.56;
  transform:translateY(.45px) scale(1.038);
}
.atlas-island-depth-layer{
  opacity:.58;
}
.atlas-island-water-layer{
  mix-blend-mode:normal;
  opacity:.72;
}
.atlas-island-water{
  vector-effect:non-scaling-stroke;
  transform-box:fill-box;
  transform-origin:center;
  shape-rendering:geometricPrecision;
}
.atlas-island-water--outer{
  fill:rgba(74,222,218,.09);
  stroke:rgba(117,231,222,.08);
  stroke-width:.96;
  opacity:.16;
  transform:translateY(.25px) scale(1.02);
}
.atlas-island-water--inner{
  fill:rgba(239,238,208,.08);
  stroke:rgba(247,244,223,.06);
  stroke-width:.58;
  opacity:.22;
  transform:translateY(.12px) scale(1.006);
}
.atlas-island-depth{
  stroke:none;
  vector-effect:non-scaling-stroke;
  shape-rendering:geometricPrecision;
  filter:none;
}
.atlas-island-shelf{
  fill:url(#atlasIslandShelf);
  stroke:rgba(214,202,171,.36);
  stroke-width:.72;
  shape-rendering:geometricPrecision;
  paint-order:stroke fill;
  vector-effect:non-scaling-stroke;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(1.0005);
}
.atlas-island-surface{
  fill:url(#atlasIslandSurface);
  stroke:rgba(236,229,208,.1);
  stroke-width:.72;
  shape-rendering:geometricPrecision;
  paint-order:stroke fill;
  vector-effect:non-scaling-stroke;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(.998) translateY(-.08px);
  transition:fill .35s ease,stroke .35s ease,opacity .35s ease,filter .35s ease;
}
.atlas-island-canopy{
  fill:url(#atlasIslandCanopyPattern);
  opacity:.5;
  shape-rendering:geometricPrecision;
  vector-effect:non-scaling-stroke;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(.992) translateY(-.18px);
  mix-blend-mode:multiply;
  pointer-events:none;
}
.atlas-island.has-listings .atlas-island-surface{
  stroke:rgba(255,250,231,.62);
}
.atlas-island-hit{
  fill:transparent;
  stroke:rgba(255,255,255,.001);
  stroke-linejoin:round;
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
  pointer-events:stroke;
}
.atlas-island.is-inactive{
  opacity:.88;
}
.atlas-island.is-inactive .atlas-island-surface{
  stroke:rgba(230,226,208,.08);
}
.atlas-island.is-inactive .atlas-island-water{
  fill:rgba(178,238,228,.08);
  stroke:rgba(255,251,238,.05);
}
.atlas-island.is-inactive .atlas-island-hit{
  pointer-events:none;
}
.atlas-island.is-hover .atlas-island-surface,
.atlas-island.is-selected .atlas-island-surface,
.atlas-island:focus-visible .atlas-island-surface{
  fill:url(#atlasIslandSurfaceActive);
  stroke:rgba(255,252,239,.42);
  filter:url(#atlasIslandGlow);
}
.atlas-island.is-hover .atlas-island-shelf,
.atlas-island.is-selected .atlas-island-shelf,
.atlas-island:focus-visible .atlas-island-shelf{
  stroke:rgba(255,252,239,.44);
  filter:url(#atlasIslandGlow);
}
.atlas-island.is-hover .atlas-island-canopy,
.atlas-island.is-selected .atlas-island-canopy,
.atlas-island:focus-visible .atlas-island-canopy{
  opacity:.72;
}
.atlas-island.is-hover .atlas-island-water,
.atlas-island.is-selected .atlas-island-water,
.atlas-island:focus-visible .atlas-island-water{
  fill:rgba(188,252,239,.14);
  stroke:rgba(255,251,238,.12);
}
.atlas-map-anchor{
  fill:transparent;
  stroke:none;
  pointer-events:none;
}
.atlas-experience-fallback{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  z-index:5;
  background:
    linear-gradient(180deg,rgba(3,11,24,.68),rgba(3,11,24,.86)),
    radial-gradient(620px 320px at 50% 35%,rgba(70,138,255,.18),transparent 72%);
}
.atlas-experience-fallback[hidden]{display:none}
.atlas-experience-fallback--static{
  position:absolute;
  inset:0;
}
@keyframes atlasWaterSheen{
  from{transform:translate3d(-2%,0,0) scale(1)}
  to{transform:translate3d(2%,1.5%,0) scale(1.04)}
}
@keyframes atlasOceanPhotoDrift{
  from{transform:scale(1.16) translate3d(-.6%,.5%,0)}
  to{transform:scale(1.2) translate3d(.8%,-.6%,0)}
}
@keyframes atlasOceanPhotoPulse{
  from{filter:saturate(1.12) contrast(1.05) brightness(.94)}
  to{filter:saturate(1.22) contrast(1.09) brightness(1)}
}
@keyframes atlasOceanGlowFlow{
  from{transform:translate3d(-1.4%,0,0) scale(1)}
  to{transform:translate3d(1.6%,-1%,0) scale(1.06)}
}
@keyframes atlasOceanLightShift{
  from{transform:translate3d(-1.4%,0,0) scale(1)}
  to{transform:translate3d(1.8%,-.8%,0) scale(1.03)}
}
@keyframes atlasWaveDriftFar{
  from{transform:translate3d(-26px,0,0)}
  to{transform:translate3d(20px,0,0)}
}
@keyframes atlasWaveDriftMid{
  from{transform:translate3d(18px,0,0)}
  to{transform:translate3d(-24px,0,0)}
}
@keyframes atlasWaveDriftNear{
  from{transform:translate3d(-34px,0,0)}
  to{transform:translate3d(28px,0,0)}
}
@keyframes atlasWaveSwellFar{
  from{transform:translateY(-3px) scaleX(1)}
  to{transform:translateY(4px) scaleX(1.012)}
}
@keyframes atlasWaveSwellMid{
  from{transform:translateY(-5px) scaleX(1.004)}
  to{transform:translateY(6px) scaleX(1.018)}
}
@keyframes atlasWaveSwellNear{
  from{transform:translateY(-7px) scaleX(1.01)}
  to{transform:translateY(8px) scaleX(1.028)}
}
@keyframes atlasPortalGlow{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(0,-2%,0) scale(1.08)}
}
@keyframes atlasPortalBeam{
  from{transform:translateX(-50%) scale(1)}
  to{transform:translateX(-50%) scale(1.12)}
}
@media (max-width: 1040px){
  .atlas-world-stage{grid-template-columns:1fr}
  .atlas-world-panel{order:2}
  .atlas-map-svg{
    width:min(4232px,335vw);
    transform:
      translate3d(calc(var(--atlas-map-base-x) + var(--atlas-map-shift-x)),calc(var(--atlas-map-base-y) + var(--atlas-map-shift-y)),0)
      rotateX(38deg)
      rotateZ(-10deg)
      scale(var(--atlas-map-scale));
  }
}
@media (max-width: 700px){
  .atlas-world-head h1{font-size:clamp(28px,10vw,42px)}
  .atlas-world-overlay{left:12px;right:12px;top:12px;flex-direction:column;align-items:flex-start}
  #bahamasMapCanvas,.atlas-world-canvas-wrap{min-height:480px}
  .atlas-world-stats{grid-template-columns:1fr}
  .atlas-world-canvas-wrap--full,
  .atlas-world-canvas-wrap--full #bahamasMapCanvas,
  .atlas-map-scene{
    min-height:calc(100vh - 73px);
    min-height:calc(100dvh - 73px);
  }
  .atlas-map-viewport{padding:20px}
  .atlas-map-copy{
    top:18px;
    left:18px;
    width:min(320px,calc(100% - 36px));
    padding:16px;
  }
  .atlas-map-copy-eyebrow{min-height:30px;padding:7px 11px}
  .atlas-map-copy-kicker{font-size:clamp(24px,8vw,34px)}
  .atlas-map-copy-text{font-size:14px;max-width:28ch}
  .atlas-map-svg{
    width:min(4346px,414vw);
    transform:
      translate3d(calc(var(--atlas-map-base-x) + var(--atlas-map-shift-x)),calc(var(--atlas-map-base-y) + var(--atlas-map-shift-y)),0)
      rotateX(31deg)
      rotateZ(-6deg)
      scale(var(--atlas-map-scale));
  }
  .atlas-map-scene{
    --atlas-map-base-x:0px;
    --atlas-map-base-y:2px;
  }
}


/* Responsive top menu */
.desktop-only{display:flex}
.nav-left,.nav-right{flex-wrap:nowrap;min-width:0}
.nav-actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}
.menu-wrap{position:relative;display:none;flex:0 0 auto}
.hamburger{width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);display:inline-flex;flex-direction:column;justify-content:center;gap:5px;padding:10px;cursor:pointer}
.hamburger .bar{height:2px;width:100%;background:rgba(255,255,255,.9);border-radius:2px}
.menu-panel{position:absolute;right:0;top:54px;min-width:220px;max-width:80vw;max-height:min(560px,calc(100vh - 96px));max-height:min(560px,calc(100dvh - 96px));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:rgba(10,14,30,.94);border:1px solid rgba(255,255,255,.14);border-radius:16px;box-shadow:var(--shadow);padding:10px;display:none;z-index:50}
.menu-panel.open{display:block}
.menu-item{display:block;padding:10px 12px;border-radius:12px;text-decoration:none;border:1px solid transparent}
.menu-item{min-height:40px}
.menu-item:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10)}
.menu-sep{height:1px;background:rgba(255,255,255,.10);margin:8px 0}
.btn-link{background:transparent;text-align:left;width:100%;color:inherit;font:inherit;cursor:pointer}
@media (max-width: 1200px){
  .desktop-only{display:none}
  .menu-wrap{display:block}
  .nav-search-form{display:none}
  .nav{grid-template-columns:auto 1fr auto}
  .brand{justify-self:center}
}
.stat{padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.04)}
.stat-num{font-size:28px;font-weight:800;margin-top:6px}
.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width: 820px){ .grid-3{grid-template-columns:1fr} }
.kpi-trend{margin-top:6px;font-size:12px;color:var(--muted)}
.kpi-trend.up{color:rgba(74,222,128,.95)}
.kpi-trend.down{color:rgba(255,120,120,.95)}

/* Dashboard section navigator */
.ops-nav-wrap{display:grid;gap:10px}
.ops-nav-section{border:1px solid rgba(255,255,255,.10);border-radius:12px;background:rgba(255,255,255,.03)}
.ops-nav-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:var(--text);font-weight:800;cursor:pointer}
.ops-nav-head:hover{background:rgba(255,255,255,.05)}
.ops-nav-caret{opacity:.85}
.ops-nav-items{display:none;padding:0 8px 8px}
.ops-nav-section.open .ops-nav-items{display:grid;gap:6px}
.ops-nav-link{display:flex;justify-content:space-between;align-items:center;padding:9px 10px;border-radius:10px;border:1px solid transparent;text-decoration:none}
.ops-nav-link:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.08)}
.ops-nav-link.active{background:rgba(90,166,255,.14);border-color:rgba(90,166,255,.30)}
.ops-nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:2px 7px;border-radius:999px;background:rgba(255,90,90,.86);border:1px solid rgba(255,255,255,.24);font-size:11px;font-weight:900}


/* Profile dropdown */
.profile,.dropdown{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}
.profile-btn,.dd-trigger{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);
background:rgba(255,255,255,.06);cursor:pointer;color:var(--text);font-weight:900;font-size:14px}
.profile-btn:hover,.dd-trigger:hover{border-color:rgba(255,255,255,.22)}
.avatar{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;
background:linear-gradient(135deg,rgba(90,166,255,.9),rgba(137,89,255,.85));color:#071022;font-weight:1000}
.profile-name{max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.caret{opacity:.8}
.role-badge{background:rgba(255,255,255,.08)}
.admin-badge{background:rgba(255,210,100,.14);border-color:rgba(255,210,100,.22)}
.mini-badge{margin-left:-2px;font-size:12px;padding:6px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08)}
.menu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;padding:2px 7px;border-radius:999px;background:rgba(255,90,90,.86);border:1px solid rgba(255,255,255,.24);font-size:11px;font-weight:900;margin-left:6px}
.menu-title{display:block;padding:8px 12px;color:rgba(255,255,255,.65);font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.profile-panel,.dd-menu{position:absolute;right:0;top:54px;min-width:240px;max-width:min(90vw,320px);max-height:min(560px,calc(100vh - 96px));max-height:min(560px,calc(100dvh - 96px));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;background:rgba(10,14,30,.94);border:1px solid rgba(255,255,255,.14);
border-radius:16px;box-shadow:var(--shadow);padding:10px;display:none;z-index:60}
.profile-panel.open,.dd-menu.open{display:block}
.dd-menu{margin:0}
.dd-head{padding:10px 12px}
.dd-item{display:block;width:100%;padding:10px 12px;border-radius:12px;text-decoration:none;border:1px solid transparent;background:transparent;text-align:left}
.dd-item{min-height:40px}
.dd-item:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10)}
.dd-sep{height:1px;background:rgba(255,255,255,.10);margin:8px 0}
.profile-panel::-webkit-scrollbar,.dd-menu::-webkit-scrollbar,.menu-panel::-webkit-scrollbar{width:8px}
.profile-panel::-webkit-scrollbar-thumb,.dd-menu::-webkit-scrollbar-thumb,.menu-panel::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:999px}
.profile-panel::-webkit-scrollbar-track,.dd-menu::-webkit-scrollbar-track,.menu-panel::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}

/* Gallery + tables */
.gallery{display:flex;flex-direction:column;gap:10px}
.gallery .main{width:100%;max-height:420px;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.12)}
.gallery .thumbs{display:flex;gap:8px;flex-wrap:wrap}
.gallery .thumb{display:block;width:84px;height:64px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}
.gallery .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.table{width:100%;border-collapse:collapse}
.table th,.table td{padding:10px 8px;border-bottom:1px solid rgba(255,255,255,.10);text-align:left;vertical-align:top}
.table th{font-size:12px;color:rgba(255,255,255,.70);text-transform:uppercase;letter-spacing:.06em}
.badge.ok{background:rgba(0,255,140,.14);border-color:rgba(0,255,140,.30)}
.badge.no{background:rgba(255,90,90,.14);border-color:rgba(255,90,90,.30)}

/* Alerts page */
.alerts-page{padding:30px 0 76px}
.alerts-shell{display:grid;gap:12px}
.alerts-hero{padding:18px;border:1px solid rgba(137,189,255,.24);border-radius:20px;background:
radial-gradient(600px 220px at 0% 0%,rgba(90,166,255,.16),transparent 70%),
radial-gradient(600px 260px at 100% 0%,rgba(137,89,255,.14),transparent 72%),
linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.alerts-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}
.alerts-head h2{font-size:clamp(25px,3.2vw,36px);line-height:1.06}
.alerts-head p{margin-top:6px;max-width:650px}
.alerts-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.alerts-readall-form{margin:0}
.alerts-toolbar{display:grid;gap:12px}
.alerts-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.alerts-stat{padding:12px 14px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(10,16,36,.62);box-shadow:0 10px 30px rgba(0,0,0,.2);position:relative;overflow:hidden}
.alerts-stat::before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:linear-gradient(90deg,rgba(137,189,255,.95),rgba(137,89,255,.95))}
.alerts-stat-label{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700}
.alerts-stat-value{margin-top:7px;font-size:29px;font-weight:1000;line-height:1}
.alerts-filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04)}
.alerts-filter-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 12px;min-height:36px;border-radius:11px;border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--text);font-size:13px;font-weight:900;cursor:pointer}
.alerts-filter-btn:hover{background:rgba(255,255,255,.08)}
.alerts-filter-btn.is-active{background:linear-gradient(90deg,rgba(90,166,255,.25),rgba(137,89,255,.24));border-color:rgba(137,189,255,.48)}
.alerts-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:2px 7px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.12);font-size:11px}
.alerts-feed-head{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;flex-wrap:wrap;padding:2px 2px 0}
.alerts-feed-head h3{font-size:17px;letter-spacing:.02em}
.alerts-list{display:grid;gap:10px}
.alert-item{position:relative;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(11,18,39,.7);transition:border-color .2s ease,background .2s ease,transform .2s ease}
.alert-item:hover{transform:translateY(-1px);border-color:rgba(137,189,255,.38)}
.alert-item::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:16px 0 0 16px;background:linear-gradient(180deg,rgba(124,197,255,.95),rgba(137,89,255,.95))}
.alert-item[data-kind="payment"]::before{background:linear-gradient(180deg,rgba(60,220,125,.95),rgba(20,175,93,.95))}
.alert-item[data-kind="maintenance"]::before{background:linear-gradient(180deg,rgba(255,184,77,.95),rgba(250,132,40,.95))}
.alert-item[data-kind="lease"]::before{background:linear-gradient(180deg,rgba(124,197,255,.95),rgba(73,148,255,.95))}
.alert-item[data-kind="invite"]::before{background:linear-gradient(180deg,rgba(164,136,255,.95),rgba(117,102,255,.95))}
.alert-item[data-kind="application"]::before{background:linear-gradient(180deg,rgba(89,233,239,.95),rgba(41,182,198,.95))}
.alert-item[data-kind="inquiry"]::before{background:linear-gradient(180deg,rgba(255,140,193,.95),rgba(225,90,155,.95))}
.alert-item.is-read{opacity:.88;background:rgba(11,18,39,.54)}
.alert-item.is-unread{border-color:rgba(137,189,255,.44);box-shadow:0 14px 34px rgba(0,0,0,.24)}
.alert-main{display:grid;gap:8px;padding:13px 14px 13px 18px}
.alert-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.alert-kind{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.10);font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.alert-kind-dot{width:7px;height:7px;border-radius:999px;display:inline-flex;background:currentColor;opacity:.9}
.kind-payment{background:rgba(60,220,125,.14);border-color:rgba(60,220,125,.34);color:rgba(124,255,176,.98)}
.kind-maintenance{background:rgba(255,184,77,.15);border-color:rgba(255,184,77,.38);color:rgba(255,208,127,.98)}
.kind-lease{background:rgba(124,197,255,.14);border-color:rgba(124,197,255,.34);color:rgba(168,218,255,.98)}
.kind-invite{background:rgba(164,136,255,.14);border-color:rgba(164,136,255,.34);color:rgba(198,176,255,.98)}
.kind-application{background:rgba(89,233,239,.14);border-color:rgba(89,233,239,.34);color:rgba(147,245,249,.98)}
.kind-inquiry{background:rgba(255,140,193,.14);border-color:rgba(255,140,193,.34);color:rgba(255,182,216,.98)}
.kind-general,.kind-system{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.22);color:rgba(255,255,255,.92)}
.alert-time{font-size:12px;color:rgba(255,255,255,.66);font-weight:700}
.alert-text{font-size:15px;line-height:1.5;letter-spacing:.01em}
.alert-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.alert-open{display:inline-flex;align-items:center;justify-content:center;width:max-content;padding:8px 12px;min-height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);text-decoration:none;font-size:13px;font-weight:900}
.alert-open:hover{background:rgba(255,255,255,.13)}
.alert-state{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);font-size:11px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}
.alert-state.state-unread{background:rgba(90,166,255,.17);border-color:rgba(137,189,255,.38);color:rgba(176,215,255,.98)}
.alerts-empty,.alerts-empty-filtered{display:flex;align-items:center;gap:12px;padding:18px;border:1px dashed rgba(255,255,255,.24);border-radius:16px;background:rgba(255,255,255,.03);color:var(--muted)}
.alerts-empty-filtered{justify-content:center}
.alerts-empty-icon{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(90,166,255,.20);border:1px solid rgba(90,166,255,.40);font-weight:1000;color:rgba(137,189,255,.95)}
@media (max-width: 980px){
  .alerts-summary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 700px){
  .alerts-summary{grid-template-columns:1fr}
  .alerts-head-actions{width:100%}
  .alerts-feed-head{align-items:flex-start}
  .alert-meta{flex-direction:column;align-items:flex-start}
  .alerts-filter-row{justify-content:flex-start}
}
