/* SYLORA Living Horizon 3 — coherent shell, semantic motion and creator links.
   Loaded last on purpose: this is the current shell contract while legacy
   route styles are progressively retired. Motion remains quiet and optional. */

:root{
  --sy-header-h:88px;
  --sy-shell-glow:rgba(var(--sy-route-accent-rgb),.18);
}

body{
  position:relative;
  isolation:isolate;
}

body>main{position:relative;z-index:1}
body>header{z-index:80!important}
.mobile-dock{z-index:70!important}

/* The approved master lockup must always be fully visible. The old 138px
   width produced an 81.5px-tall image inside a 78px clipped header. */
body>header{
  overflow:visible!important;
  isolation:isolate;
}

/* Keep the animated horizon inside the viewport while the logo itself may
   remain unclipped. The legacy -16% insets expanded document.scrollWidth,
   which also made the fixed mobile dock resolve against an oversized page. */
body>header::after{
  left:0!important;
  right:0!important;
}

.brand{
  width:132px!important;
  min-width:132px!important;
  height:78px!important;
  flex:0 0 132px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
}

.brand-lockup{
  display:block!important;
  width:132px!important;
  height:78px!important;
  max-width:none!important;
  max-height:none!important;
  aspect-ratio:1100/650!important;
  object-fit:contain!important;
  object-position:center!important;
  clip-path:none!important;
}

/* One low-contrast scene changes meaning with the active route. It lives
   behind content and never intercepts input. */
.route-atmosphere{
  position:fixed;
  z-index:0;
  inset:var(--sy-header-h) 0 0;
  overflow:hidden;
  pointer-events:none;
  contain:strict;
  opacity:.72;
}

.route-atmosphere i{
  position:absolute;
  display:block;
  box-sizing:border-box;
  pointer-events:none;
  will-change:transform,opacity;
}

/* Home — two slow horizon bands and a crystal refraction. */
.route-atmosphere i:nth-child(1),
.route-atmosphere i:nth-child(2){
  left:-12vw;
  width:124vw;
  height:190px;
  border-radius:50%;
  border-top:1px solid rgba(108,143,136,.16);
  border-bottom:1px solid rgba(213,173,112,.09);
  box-shadow:0 -28px 90px rgba(138,187,178,.09),0 30px 100px rgba(213,173,112,.05);
  transform:rotate(-3deg);
  animation:syAtmosphereHorizon 22s ease-in-out infinite alternate;
}

.route-atmosphere i:nth-child(1){top:18%}
.route-atmosphere i:nth-child(2){top:55%;opacity:.54;animation-delay:-9s;transform:rotate(4deg)}
.route-atmosphere i:nth-child(3){
  top:8%;right:8%;width:190px;height:190px;border-radius:46%;
  background:conic-gradient(from 35deg,transparent,rgba(255,255,255,.62),rgba(213,173,112,.12),transparent 42%,rgba(138,187,178,.13),transparent);
  filter:blur(18px);
  animation:syAtmosphereCrystal 28s linear infinite;
}
.route-atmosphere i:nth-child(4){
  left:14%;bottom:10%;width:8px;height:8px;border-radius:50%;
  background:rgba(var(--sy-route-accent-rgb),.42);
  box-shadow:0 0 0 18px rgba(var(--sy-route-accent-rgb),.025),0 0 46px rgba(var(--sy-route-accent-rgb),.20);
  animation:syAtmosphereSignal 7s ease-in-out infinite;
}

/* LIVE — pulse rings and a restrained signal sweep. VOID remains confined to
   actual LIVE surfaces; the global page background stays light. */
body[data-view="live"] .route-atmosphere i:nth-child(1),
body[data-view="live"] .route-atmosphere i:nth-child(2){
  left:auto;top:14%;right:7%;width:340px;height:340px;border-radius:50%;
  border:1px solid rgba(217,80,104,.18);background:transparent;box-shadow:0 0 80px rgba(217,80,104,.055);
  animation:syAtmospherePulse 4.8s ease-out infinite;
}
body[data-view="live"] .route-atmosphere i:nth-child(2){width:220px;height:220px;right:calc(7% + 60px);top:calc(14% + 60px);animation-delay:-2.4s}
body[data-view="live"] .route-atmosphere i:nth-child(3){
  top:8%;right:19%;width:2px;height:58vh;border-radius:2px;
  background:linear-gradient(180deg,transparent,rgba(217,80,104,.23),transparent);filter:blur(0);
  transform-origin:50% 42%;animation:syAtmosphereRadar 12s linear infinite;
}
body[data-view="live"] .route-atmosphere i:nth-child(4){left:9%;bottom:18%;background:#d95068;animation-duration:2.3s}

/* Clips / video — frames float vertically like a calm media ribbon. */
body:is([data-view="clips"],[data-view="videos"]) .route-atmosphere i:nth-child(1),
body:is([data-view="clips"],[data-view="videos"]) .route-atmosphere i:nth-child(2),
body:is([data-view="clips"],[data-view="videos"]) .route-atmosphere i:nth-child(3){
  width:116px;height:206px;left:auto;top:12%;right:8%;border-radius:28px;
  border:1px solid rgba(var(--sy-route-accent-rgb),.14);background:linear-gradient(145deg,rgba(255,255,255,.28),rgba(var(--sy-route-accent-rgb),.035));
  box-shadow:0 24px 70px rgba(var(--sy-route-accent-rgb),.055);filter:none;
  transform:rotate(7deg);animation:syAtmosphereFrames 16s ease-in-out infinite alternate;
}
body:is([data-view="clips"],[data-view="videos"]) .route-atmosphere i:nth-child(2){right:24%;top:48%;width:90px;height:160px;animation-delay:-6s;transform:rotate(-5deg)}
body:is([data-view="clips"],[data-view="videos"]) .route-atmosphere i:nth-child(3){right:auto;left:6%;top:66%;width:72px;height:128px;animation-delay:-10s;transform:rotate(4deg)}

/* Studio — program/preview frames and a slow scan line. */
body[data-view="studio"] .route-atmosphere i:nth-child(1),
body[data-view="studio"] .route-atmosphere i:nth-child(2){
  top:16%;left:5%;width:38vw;height:22vw;min-height:170px;max-height:360px;border-radius:30px;
  border:1px solid rgba(117,98,170,.12);background:linear-gradient(145deg,rgba(255,255,255,.20),rgba(117,98,170,.025));box-shadow:inset 0 0 0 12px rgba(255,255,255,.09);
  animation:syAtmosphereStudio 18s ease-in-out infinite alternate;
}
body[data-view="studio"] .route-atmosphere i:nth-child(2){left:auto;right:5%;top:52%;width:28vw;height:16vw;animation-delay:-8s}
body[data-view="studio"] .route-atmosphere i:nth-child(3){
  top:0;left:0;width:100%;height:1px;border-radius:0;filter:none;
  background:linear-gradient(90deg,transparent,rgba(117,98,170,.18),rgba(213,173,112,.16),transparent);
  animation:syAtmosphereScan 11s linear infinite;
}

/* Sylora — voice orbit, kept behind the requested AI surface. */
body[data-view="ai"] .route-atmosphere i:nth-child(1),
body[data-view="ai"] .route-atmosphere i:nth-child(2),
body[data-view="ai"] .route-atmosphere i:nth-child(3){
  top:15%;left:50%;width:390px;height:390px;border-radius:50%;
  border:1px solid rgba(128,96,167,.13);background:transparent;box-shadow:0 0 110px rgba(128,96,167,.045);
  transform:translateX(-50%);animation:syAtmosphereVoice 7.2s ease-in-out infinite;
}
body[data-view="ai"] .route-atmosphere i:nth-child(2){width:280px;height:280px;top:calc(15% + 55px);animation-delay:-2.4s}
body[data-view="ai"] .route-atmosphere i:nth-child(3){width:170px;height:170px;top:calc(15% + 110px);animation-delay:-4.8s}

/* Inbox — packets move toward the conversation surface. */
body[data-view="messages"] .route-atmosphere i:nth-child(1),
body[data-view="messages"] .route-atmosphere i:nth-child(2),
body[data-view="messages"] .route-atmosphere i:nth-child(3){
  width:150px;height:70px;left:7%;top:22%;border:1px solid rgba(82,127,155,.12);border-radius:25px 25px 25px 8px;
  background:rgba(255,255,255,.18);box-shadow:0 24px 70px rgba(82,127,155,.04);
  animation:syAtmosphereMessage 13s ease-in-out infinite alternate;
}
body[data-view="messages"] .route-atmosphere i:nth-child(2){left:auto;right:8%;top:46%;width:118px;height:58px;border-radius:22px 22px 8px 22px;animation-delay:-5s}
body[data-view="messages"] .route-atmosphere i:nth-child(3){left:18%;top:72%;width:92px;height:46px;animation-delay:-9s}

/* Profile / settings — personal orbit and controlled system rings. */
body:is([data-view="profile"],[data-view="more"],[data-view="identity"],[data-view="security"]) .route-atmosphere i:nth-child(1),
body:is([data-view="profile"],[data-view="more"],[data-view="identity"],[data-view="security"]) .route-atmosphere i:nth-child(2){
  top:18%;right:7%;left:auto;width:360px;height:360px;border-radius:50%;
  border:1px solid rgba(var(--sy-route-accent-rgb),.12);background:transparent;
  box-shadow:0 0 0 38px rgba(var(--sy-route-accent-rgb),.018),0 0 0 78px rgba(213,173,112,.012);
  animation:syAtmosphereOrbit 24s linear infinite;
}
body:is([data-view="profile"],[data-view="more"],[data-view="identity"],[data-view="security"]) .route-atmosphere i:nth-child(2){width:18px;height:18px;top:calc(18% + 34px);right:calc(7% + 171px);background:rgba(var(--sy-route-accent-rgb),.16);box-shadow:0 0 36px rgba(var(--sy-route-accent-rgb),.16)}

/* Learning, discovery, community and business receive distinct calm geometry. */
body[data-view="learning"] .route-atmosphere i:nth-child(-n+3){
  width:92px;height:122px;top:18%;left:8%;border-radius:12px 28px 12px 28px;
  border:1px solid rgba(57,127,118,.12);background:linear-gradient(145deg,rgba(255,255,255,.22),rgba(57,127,118,.025));
  transform:rotate(-7deg);animation:syAtmospherePages 17s ease-in-out infinite alternate;
}
body[data-view="learning"] .route-atmosphere i:nth-child(2){left:auto;right:9%;top:46%;transform:rotate(6deg);animation-delay:-6s}
body[data-view="learning"] .route-atmosphere i:nth-child(3){left:30%;top:70%;width:64px;height:86px;animation-delay:-11s}

body[data-view="business"] .route-atmosphere i:nth-child(-n+3){
  left:auto;right:9%;bottom:12%;top:auto;width:54px;height:19%;border-radius:18px 18px 3px 3px;
  border:1px solid rgba(149,113,66,.10);background:linear-gradient(180deg,rgba(213,173,112,.09),rgba(149,113,66,.018));
  transform-origin:bottom;animation:syAtmosphereBars 8s ease-in-out infinite alternate;
}
body[data-view="business"] .route-atmosphere i:nth-child(2){right:calc(9% + 74px);height:31%;animation-delay:-3s}
body[data-view="business"] .route-atmosphere i:nth-child(3){right:calc(9% + 148px);height:24%;animation-delay:-5s}

body:is([data-view="explore"],[data-view="communities"]) .route-atmosphere i:nth-child(-n+3){
  width:28px;height:28px;left:12%;top:22%;border-radius:50%;border:1px solid rgba(var(--sy-route-accent-rgb),.18);
  background:rgba(255,255,255,.22);box-shadow:0 0 0 14px rgba(var(--sy-route-accent-rgb),.018),0 0 42px rgba(var(--sy-route-accent-rgb),.07);
  animation:syAtmosphereNodes 15s ease-in-out infinite alternate;
}
body:is([data-view="explore"],[data-view="communities"]) .route-atmosphere i:nth-child(2){left:auto;right:14%;top:43%;width:20px;height:20px;animation-delay:-5s}
body:is([data-view="explore"],[data-view="communities"]) .route-atmosphere i:nth-child(3){left:32%;top:76%;width:16px;height:16px;animation-delay:-10s}

/* Navigation feels manufactured from FROST/CRYSTAL instead of flat glyphs. */
.side-nav .nav{
  position:relative!important;
  min-height:48px!important;
  border:1px solid transparent!important;
  transition:transform var(--sy-motion-fast) var(--sy-ease),background var(--sy-motion-ui) var(--sy-ease),box-shadow var(--sy-motion-ui) var(--sy-ease),color var(--sy-motion-ui) var(--sy-ease)!important;
}

.side-nav .nav::before{
  border:1px solid rgba(255,255,255,.96)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(228,235,233,.82))!important;
  box-shadow:0 7px 16px rgba(38,51,54,.09),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(44,58,61,.05)!important;
  text-shadow:0 1px 0 #fff;
  transition:transform var(--sy-motion-fast) var(--sy-ease),box-shadow var(--sy-motion-ui) var(--sy-ease),color var(--sy-motion-ui) var(--sy-ease)!important;
}

.side-nav .nav::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  left:4px!important;top:14px!important;bottom:14px!important;width:2px!important;
  border-radius:999px!important;background:var(--sy-route-accent)!important;
  opacity:0!important;transform:scaleY(.3)!important;
  transition:opacity var(--sy-motion-ui) var(--sy-ease),transform var(--sy-motion-ui) var(--sy-ease)!important;
}

.side-nav .nav:hover::before{transform:translateY(-1px);box-shadow:0 10px 22px rgba(38,51,54,.12),inset 0 1px 0 #fff!important}
.side-nav .nav.active{
  border-color:rgba(255,255,255,.92)!important;
  background:linear-gradient(110deg,rgba(255,255,255,.96),rgba(var(--sy-route-accent-rgb),.09))!important;
  box-shadow:0 14px 30px rgba(var(--sy-route-accent-rgb),.10),inset 0 1px 0 #fff!important;
}
.side-nav .nav.active::before{color:var(--sy-route-accent)!important;box-shadow:0 9px 22px rgba(var(--sy-route-accent-rgb),.17),inset 0 1px 0 #fff!important}
.side-nav .nav.active::after{opacity:1!important;transform:scaleY(1)!important}
.side-nav .nav:active{transform:translateX(1px) scale(.985)!important}

/* Visible, truthful creator connectivity on Home. */
body[data-view="feed"] .home-connectivity{
  position:relative;
  margin:16px 0 0;
  padding:18px 20px;
  overflow:hidden;
  border-radius:24px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(236,243,241,.72))!important;
  border:1px solid rgba(255,255,255,.96)!important;
  box-shadow:0 18px 52px rgba(38,52,55,.065),inset 0 1px 0 #fff!important;
}
body[data-view="feed"] .home-connectivity::after{
  content:"";position:absolute;inset:auto -12% -55px 34%;height:96px;border-radius:50%;
  background:linear-gradient(90deg,transparent,rgba(138,187,178,.16),rgba(213,173,112,.13),transparent);
  filter:blur(24px);pointer-events:none;animation:syConnectivityGlow 14s ease-in-out infinite alternate;
}
.home-connectivity-head{position:relative;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:13px}
.home-connectivity-head h2{margin:4px 0 0;color:var(--sy-ink);font-size:20px;letter-spacing:-.035em}
.home-connectivity-head p{max-width:440px;margin:0;color:var(--sy-muted);font-size:10px;line-height:1.45;text-align:right}
.integration-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.integration-bridge{
  position:relative;min-width:0;min-height:76px;padding:12px 13px;display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:9px;
  border:1px solid rgba(255,255,255,.96);border-radius:18px;background:linear-gradient(145deg,#fff,rgba(235,240,238,.86));
  color:var(--sy-ink);text-align:left;cursor:pointer;
  box-shadow:0 9px 24px rgba(38,51,54,.07),inset 0 1px 0 #fff,inset 0 -1px 0 rgba(44,58,61,.045);
  transition:transform var(--sy-motion-fast) var(--sy-ease),box-shadow var(--sy-motion-ui) var(--sy-ease),border-color var(--sy-motion-ui) var(--sy-ease);
}
.integration-bridge::before{content:"";position:absolute;left:11px;right:11px;top:1px;height:38%;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.58),transparent);pointer-events:none}
.integration-bridge:hover{transform:translateY(-3px);border-color:rgba(var(--integration-rgb),.18);box-shadow:0 17px 36px rgba(var(--integration-rgb),.12),inset 0 1px 0 #fff}
.integration-bridge:active{transform:translateY(-1px) scale(.985)}
.integration-mark{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg,#fff,rgba(var(--integration-rgb),.12));border:1px solid rgba(255,255,255,.96);box-shadow:0 8px 18px rgba(var(--integration-rgb),.14),inset 0 1px 0 #fff;color:rgb(var(--integration-rgb));font-size:11px;font-weight:900;letter-spacing:-.02em}
.integration-copy{min-width:0}.integration-copy b,.integration-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.integration-copy b{font-size:11px}.integration-copy small{margin-top:4px;color:var(--sy-muted);font-size:8px;letter-spacing:.02em}
.integration-arrow{color:rgb(var(--integration-rgb));font-size:15px;transition:transform var(--sy-motion-fast) var(--sy-ease)}
.integration-bridge:hover .integration-arrow{transform:translateX(2px)}
.integration-bridge[data-platform="tiktok"]{--integration-rgb:207,77,123}
.integration-bridge[data-platform="youtube"]{--integration-rgb:197,70,68}
.integration-bridge[data-platform="obs"]{--integration-rgb:79,83,94}
.integration-bridge[data-platform="tikfinity"]{--integration-rgb:116,91,175}
.integration-bridge[data-platform="rtmp"]{--integration-rgb:57,127,118}

/* Settings now exposes interface language as a first-class control. */
.settings-language{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,320px);align-items:center;gap:24px;
  margin-bottom:16px;padding:22px 24px!important;border-radius:26px!important;
  background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(234,241,239,.76))!important;
  border:1px solid rgba(255,255,255,.96)!important;box-shadow:var(--sy-shadow-1),inset 0 1px 0 #fff!important;
}
.settings-language h2{margin:5px 0 6px;color:var(--sy-ink);font-size:24px;letter-spacing:-.04em}
.settings-language p{margin:0;color:var(--sy-muted);font-size:12px;line-height:1.55}
.settings-language-control{position:relative;display:flex;align-items:center;gap:10px;padding:8px;border:1px solid rgba(255,255,255,.96);border-radius:18px;background:rgba(255,255,255,.66);box-shadow:inset 0 1px 0 #fff,var(--sy-shadow-1)}
.settings-language-control::before{content:"文";display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:13px;background:linear-gradient(145deg,#fff,#e2ebe8);color:var(--sy-route-accent);font-size:14px;font-weight:800;box-shadow:0 7px 18px rgba(var(--sy-route-accent-rgb),.11),inset 0 1px 0 #fff}
.settings-language-control select{width:100%;min-height:42px;padding:0 34px 0 10px;border:0;background:transparent;color:var(--sy-ink);font-weight:740;outline:0;cursor:pointer}

/* Mobile is a separate composition: full logo, five stable destinations and
   an on-demand Sylora crystal instead of a permanent assistant overlay. */
@media(max-width:900px){
  :root{--sy-header-h:76px}
  body>header{height:var(--sy-header-h)!important;min-height:var(--sy-header-h)!important}
  .brand{width:105px!important;min-width:105px!important;height:62px!important;flex-basis:105px!important}
  .brand-lockup{width:105px!important;height:62px!important}
  .route-atmosphere{inset:var(--sy-header-h) 0 0;opacity:.56}
  .mobile-dock{overflow:visible!important}
  .mobile-dock .nav{
    position:relative!important;
    display:grid!important;place-items:center!important;align-content:center!important;gap:3px!important;
    border:1px solid transparent!important;background:transparent!important;
    transition:transform var(--sy-motion-fast) var(--sy-ease),background var(--sy-motion-ui) var(--sy-ease),box-shadow var(--sy-motion-ui) var(--sy-ease)!important;
  }
  .mobile-dock .nav>span:first-child{
    display:grid;place-items:center;width:29px;height:29px;border-radius:11px;
    background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(227,235,232,.76));
    border:1px solid rgba(255,255,255,.95);box-shadow:0 6px 14px rgba(38,51,54,.08),inset 0 1px 0 #fff;
    font-size:15px!important;line-height:1!important;color:inherit;
  }
  .mobile-dock .nav.active{transform:translateY(-2px)!important;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(var(--sy-route-accent-rgb),.10))!important;box-shadow:0 12px 26px rgba(var(--sy-route-accent-rgb),.12),inset 0 1px 0 #fff!important}
  .mobile-dock .nav.active>span:first-child{color:var(--sy-route-accent)!important;box-shadow:0 8px 20px rgba(var(--sy-route-accent-rgb),.18),inset 0 1px 0 #fff}
  .mobile-dock .nav:active{transform:translateY(0) scale(.97)!important}
  .mobile-dock .mobile-sylora{
    min-height:58px!important;margin-top:-7px!important;border-color:rgba(255,255,255,.96)!important;border-radius:20px!important;
    background:linear-gradient(145deg,#fff,rgba(225,217,244,.88),rgba(236,228,207,.82))!important;
    box-shadow:0 14px 32px rgba(91,72,116,.15),inset 0 1px 0 #fff!important;
  }
  .mobile-dock .mobile-sylora>span:first-child{color:#8060a7;background:radial-gradient(circle at 34% 26%,#fff,rgba(232,221,250,.92) 48%,rgba(213,173,112,.42));box-shadow:0 8px 22px rgba(128,96,167,.19),inset 0 1px 0 #fff;animation:syMobileSylora 4.8s ease-in-out infinite}
  .mobile-dock .nav[data-view="live"].active>span:first-child{animation:syMobileLive 2.2s ease-out infinite}
  .mobile-dock .nav[data-view="messages"].active>span:first-child{animation:syMobileInbox 3.6s ease-in-out infinite}
  .mobile-dock .nav[data-view="profile"].active>span:first-child{animation:syMobileOrbit 7s linear infinite}
  .home-connectivity-head{align-items:start;flex-direction:column;gap:5px}
  .home-connectivity-head p{max-width:none;text-align:left}
  .integration-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(168px,76%);grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 18px 7px 1px;-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 20px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 20px),transparent)}
  .integration-grid::-webkit-scrollbar{display:none}
  .integration-bridge{scroll-snap-align:start}
  .settings-language{grid-template-columns:1fr;gap:14px;padding:19px!important}
}

@media(max-width:480px){
  :root{--sy-header-h:72px}
  body>header{padding-inline:9px!important;gap:6px!important}
  .brand{width:96px!important;min-width:96px!important;height:57px!important;flex-basis:96px!important}
  .brand-lockup{width:96px!important;height:57px!important}
  body[data-view="feed"] .home-connectivity{padding:15px;border-radius:21px!important}
  .home-connectivity-head h2{font-size:18px}
  .integration-grid{grid-auto-columns:minmax(160px,84%)}
  .integration-bridge{min-height:72px}
  body[data-view="live"] .route-atmosphere i:nth-child(1),body[data-view="live"] .route-atmosphere i:nth-child(2){right:-120px}
  body[data-view="ai"] .route-atmosphere i:nth-child(1),body[data-view="ai"] .route-atmosphere i:nth-child(2),body[data-view="ai"] .route-atmosphere i:nth-child(3){width:300px;height:300px}
}

@media(max-width:360px){
  .brand{width:86px!important;min-width:86px!important;height:51px!important;flex-basis:86px!important}
  .brand-lockup{width:86px!important;height:51px!important}
  .mobile-dock{left:7px!important;right:7px!important;padding-inline:5px!important}
  .mobile-dock .nav>span:last-child{font-size:7px!important}
}

@media(prefers-reduced-motion:reduce){
  .route-atmosphere i,
  .home-connectivity::after,
  .mobile-dock .nav>span:first-child{
    animation:none!important;
  }
  .route-atmosphere{opacity:.42}
}

@keyframes syAtmosphereHorizon{0%{transform:translate3d(-1.5%,0,0) rotate(-3deg)}100%{transform:translate3d(2.5%,-12px,0) rotate(-1deg)}}
@keyframes syAtmosphereCrystal{to{transform:rotate(360deg)}}
@keyframes syAtmosphereSignal{0%,100%{opacity:.22;transform:scale(.72)}50%{opacity:.64;transform:scale(1.08)}}
@keyframes syAtmospherePulse{0%{opacity:.04;transform:scale(.72)}48%{opacity:.34}100%{opacity:0;transform:scale(1.18)}}
@keyframes syAtmosphereRadar{to{transform:rotate(360deg)}}
@keyframes syAtmosphereFrames{0%{transform:translate3d(0,12px,0) rotate(7deg)}100%{transform:translate3d(-14px,-20px,0) rotate(3deg)}}
@keyframes syAtmosphereStudio{0%{transform:translate3d(-8px,5px,0)}100%{transform:translate3d(12px,-8px,0)}}
@keyframes syAtmosphereScan{0%{transform:translateY(8vh);opacity:0}15%,80%{opacity:.65}100%{transform:translateY(78vh);opacity:0}}
@keyframes syAtmosphereVoice{0%,100%{opacity:.12;transform:translateX(-50%) scale(.92)}50%{opacity:.32;transform:translateX(-50%) scale(1.035)}}
@keyframes syAtmosphereMessage{0%{transform:translate3d(-10px,5px,0);opacity:.10}100%{transform:translate3d(16px,-8px,0);opacity:.32}}
@keyframes syAtmosphereOrbit{to{transform:rotate(360deg)}}
@keyframes syAtmospherePages{0%{transform:translate3d(0,8px,0) rotate(-7deg)}100%{transform:translate3d(12px,-10px,0) rotate(-3deg)}}
@keyframes syAtmosphereBars{0%{transform:scaleY(.78);opacity:.12}100%{transform:scaleY(1.04);opacity:.30}}
@keyframes syAtmosphereNodes{0%{transform:translate3d(-8px,5px,0) scale(.88)}100%{transform:translate3d(18px,-13px,0) scale(1.08)}}
@keyframes syConnectivityGlow{to{transform:translateX(-14%) scaleX(1.08);opacity:.78}}
@keyframes syMobileSylora{0%,100%{transform:scale(.96);filter:brightness(1)}50%{transform:scale(1.04);filter:brightness(1.08)}}
@keyframes syMobileLive{0%{box-shadow:0 0 0 0 rgba(217,80,104,.20),inset 0 1px 0 #fff}100%{box-shadow:0 0 0 10px rgba(217,80,104,0),inset 0 1px 0 #fff}}
@keyframes syMobileInbox{0%,100%{transform:translateX(0)}50%{transform:translateX(1.5px)}}
@keyframes syMobileOrbit{to{transform:rotate(360deg)}}
