body.page-home {
  --midnight-bg: #171717;
  --midnight-bg-soft: #1f2326;
  --midnight-surface: rgba(25, 27, 34, 0.9);
  --midnight-surface-strong: rgba(35, 39, 48, 0.96);
  --midnight-border: rgba(116, 177, 214, 0.62);
  --midnight-border-soft: rgba(116, 177, 214, 0.28);
  --midnight-text: #f7f8fb;
  --midnight-muted: rgba(239, 243, 248, 0.68);
  --midnight-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  background:
    radial-gradient(circle at 50% 110%, rgba(101, 147, 170, 0.28), transparent 40%),
    radial-gradient(circle at 50% -15%, rgba(36, 41, 52, 0.72), transparent 30%),
    linear-gradient(180deg, #181818 0%, #1a1a1a 100%);
  color: var(--midnight-text);
}

body.page-home::before,
body.page-home::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

body.page-home::before {
  background:
    radial-gradient(circle at 18% 18%, rgba(141, 198, 232, 0.18) 0 1px, transparent 1.5px),
    radial-gradient(circle at 76% 12%, rgba(141, 198, 232, 0.22) 0 1.3px, transparent 1.8px),
    radial-gradient(circle at 84% 72%, rgba(141, 198, 232, 0.18) 0 1px, transparent 1.8px),
    radial-gradient(circle at 28% 82%, rgba(141, 198, 232, 0.22) 0 1.2px, transparent 1.8px);
  opacity: 0.85;
}

body.page-home::after {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.03), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

body.page-home .site-particles {
  opacity: 0.96;
}

body.page-home .workspace-topbar {
  display: none !important;
}

body.page-home .app-shell {
  min-height: 100vh;
  padding: 28px 42px 150px 126px;
  background: transparent;
}

body.page-home .home-shell {
  overflow: visible;
}

body.page-home .side-nav {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  padding: 14px 10px;
  border-radius: 28px;
  background: rgba(22, 25, 31, 0.92);
  border: 2px solid rgba(105, 171, 211, 0.55);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  z-index: 30;
}

body.page-home .side-nav-head,
body.page-home .side-nav-footer {
  display: contents;
}

body.page-home .side-nav-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  overflow: visible;
}

body.page-home .side-group {
  width: 100%;
}

body.page-home .side-group-toggle,
body.page-home .workspace-user-chip {
  display: none !important;
}

body.page-home .side-group-panel {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

body.page-home .side-workspace-btn,
body.page-home .side-btn,
body.page-home .side-link {
  width: 52px;
  min-width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 18px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  color: var(--midnight-text);
  display: grid;
  place-items: center;
  box-shadow: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.page-home .side-workspace-btn {
  margin-bottom: 10px;
  background: rgba(111, 162, 189, 0.12);
}

body.page-home .side-workspace-copy,
body.page-home .side-workspace-caret,
body.page-home .side-btn-copy,
body.page-home .workspace-account-menu {
  display: none !important;
}

body.page-home .side-workspace-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.18), rgba(125, 182, 214, 0.15));
  color: #f9fbff;
  display: grid;
  place-items: center;
}

body.page-home .side-btn-icon,
body.page-home .side-btn-icon svg,
body.page-home .side-btn-icon img,
body.page-home .dock-toggle-icon,
body.page-home .dock-toggle-icon svg {
  width: 24px;
  height: 24px;
  color: rgba(245, 247, 251, 0.94);
  fill: currentColor;
  filter: none;
}

body.page-home .side-workspace-btn:hover,
body.page-home .side-btn:hover,
body.page-home .side-link:hover,
body.page-home .side-btn.active {
  transform: translateY(-1px);
  border-color: var(--midnight-border);
  background: rgba(116, 177, 214, 0.12);
}

body.page-home .side-btn-badge {
  position: absolute;
  right: -2px;
  top: -2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #f6fbff;
  color: #17303d;
  font-size: 0.62rem;
  display: grid;
  place-items: center;
}

body.page-home .side-btn,
body.page-home .side-link {
  position: relative;
}

body.page-home .side-btn-badge-live {
  background: #8fd1f5;
}

body.page-home .home-center {
  min-height: calc(100vh - 28px);
  display: grid;
  gap: 44px;
  align-content: center;
  justify-items: center;
  padding: 44px 12px 32px;
}

body.page-home .home-hero-copy {
  width: min(900px, 100%);
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
}

body.page-home .home-kicker,
body.page-home .page-revamp-kicker,
body.page-home .workspace-context-eyebrow,
body.page-home .update-card-eyebrow {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  color: rgba(240, 244, 248, 0.66);
}

body.page-home .home-brand,
body.page-home .page-revamp-hero h1,
body.page-home .settings-panel > h1,
body.page-home .profile-identity h2,
body.page-home .update-card h2,
body.page-home .report-card h2 {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(3.8rem, 9vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  color: #f7f7f8;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.18), 0 18px 40px rgba(0, 0, 0, 0.4);
}

body.page-home .page-revamp-hero h1,
body.page-home .settings-panel > h1,
body.page-home .profile-identity h2,
body.page-home .update-card h2,
body.page-home .report-card h2 {
  font-size: clamp(3.2rem, 8vw, 5rem);
}

body.page-home .home-sub,
body.page-home .page-revamp-hero p:last-child,
body.page-home .settings-panel > p,
body.page-home .page-card-head p,
body.page-home .update-card-subtitle,
body.page-home .profile-about {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--midnight-muted);
}

body.page-home .home-signal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

body.page-home .home-signal-pill,
body.page-home .users-chip,
body.page-home .workspace-live-pill,
body.page-home .users-presence,
body.page-home .dm-unread-count {
  border-radius: 999px;
  border: 1px solid rgba(116, 177, 214, 0.34);
  background: rgba(34, 39, 49, 0.82);
  color: rgba(242, 247, 251, 0.82);
  padding: 9px 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

body.page-home .home-proxy-form {
  width: min(804px, 100%);
  margin-top: 10px;
  padding: 8px;
  border-radius: 30px;
  border: 3px solid rgba(116, 177, 214, 0.58);
  background: rgba(28, 30, 37, 0.95);
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  gap: 12px;
}

body.page-home .home-proxy-form input,
body.page-home .users-search-input,
body.page-home .apps-search-input,
body.page-home .cloak-select,
body.page-home input[type="text"],
body.page-home input[type="email"],
body.page-home input[type="password"],
body.page-home textarea {
  border: 1px solid rgba(116, 177, 214, 0.2);
  background: rgba(44, 49, 59, 0.82);
  color: var(--midnight-text);
  border-radius: 18px;
  outline: none;
  box-shadow: none;
}

body.page-home .home-proxy-form input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 0 20px;
  border: 0;
  background: transparent;
  font-size: 1.2rem;
  color: rgba(245, 248, 252, 0.92);
}

body.page-home .home-proxy-form input::placeholder,
body.page-home .users-search-input::placeholder,
body.page-home .apps-search-input::placeholder,
body.page-home textarea::placeholder,
body.page-home input::placeholder {
  color: rgba(239, 243, 248, 0.46);
}

body.page-home .home-proxy-form button,
body.page-home .cloak-btn,
body.page-home .proxy-search-go,
body.page-home .proxy-search-btn,
body.page-home .back-btn,
body.page-home .fullscreen-btn {
  border-radius: 18px;
  border: 1px solid rgba(116, 177, 214, 0.34);
  background: rgba(49, 57, 67, 0.94);
  color: var(--midnight-text);
  min-height: 46px;
  padding: 0 18px;
  font-weight: 700;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

body.page-home .home-proxy-form button,
body.page-home .cloak-btn-primary,
body.page-home .proxy-search-go {
  background: rgba(49, 67, 79, 0.96);
  border-color: rgba(116, 177, 214, 0.58);
}

body.page-home .home-proxy-form button:hover,
body.page-home .cloak-btn:hover,
body.page-home .proxy-search-go:hover,
body.page-home .proxy-search-btn:hover,
body.page-home .back-btn:hover,
body.page-home .fullscreen-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(153, 210, 241, 0.78);
}

body.page-home .home-proxy-hint,
body.page-home .cloak-status,
body.page-home .dm-thread-head p,
body.page-home .account-preview-meta span,
body.page-home .chat-box-head span,
body.page-home .profile-meta-row span,
body.page-home .report-preview-card span {
  color: rgba(239, 243, 248, 0.62);
}

body.page-home .home-fast-launch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 6px;
}

body.page-home .home-fast-launch-btn {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(116, 177, 214, 0.3);
  background: rgba(35, 39, 49, 0.88);
  display: grid;
  place-items: center;
  box-shadow: var(--midnight-shadow);
}

body.page-home .home-fast-launch-btn img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

body.page-home .home-stage {
  width: min(1080px, 100%);
  display: grid;
  gap: 18px;
}

body.page-home .home-stage-window,
body.page-home .home-stage-card,
body.page-home .page-card,
body.page-home .cloak-preset-box,
body.page-home .account-social-box,
body.page-home .dm-shell,
body.page-home .settings-panel,
body.page-home .account-social-item,
body.page-home .account-social-empty,
body.page-home .users-card,
body.page-home .dm-conversation-item,
body.page-home .dm-message-bubble,
body.page-home .profile-card,
body.page-home .update-card,
body.page-home .report-card,
body.page-home .proxy-loading-card {
  background: var(--midnight-surface);
  border: 1px solid var(--midnight-border-soft);
  border-radius: 28px;
  box-shadow: var(--midnight-shadow);
  backdrop-filter: blur(18px);
}

body.page-home .home-stage-window {
  overflow: hidden;
}

body.page-home .home-stage-topbar,
body.page-home .chat-box-head,
body.page-home .dm-thread-head,
body.page-home .account-social-head,
body.page-home .users-toolbar,
body.page-home .page-card-head {
  border-bottom: 1px solid rgba(116, 177, 214, 0.12);
}

body.page-home .home-stage-pill,
body.page-home .home-stage-search,
body.page-home .home-stage-channel,
body.page-home .home-stage-message-tag {
  color: rgba(243, 247, 251, 0.68);
}

body.page-home .home-stage-message strong,
body.page-home .home-stage-card strong,
body.page-home .page-card h2,
body.page-home .users-card strong,
body.page-home .dm-conversation-head strong,
body.page-home .account-social-body strong,
body.page-home .profile-section h3,
body.page-home .chat-box-head strong {
  color: var(--midnight-text);
  font-family: "Sora", "Manrope", sans-serif;
}

body.page-home .home-stage-message p,
body.page-home .home-stage-card p,
body.page-home .page-card p,
body.page-home .users-card span,
body.page-home .account-social-body span,
body.page-home .dm-conversation-body span,
body.page-home .profile-section p {
  color: var(--midnight-muted);
}

body.page-home .page-card,
body.page-home .cloak-preset-box,
body.page-home .settings-panel {
  padding: 24px;
}

body.page-home .settings-wrap,
body.page-home .apps-section {
  width: min(1330px, 100%);
  margin: 0 auto;
  padding: 36px 0 0;
}

body.page-home .settings-panel:not(.profile-card):not(.update-card):not(.report-card) {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

body.page-home .page-revamp-hero,
body.page-home .settings-panel > h1 {
  text-align: center;
  margin-bottom: 24px;
}

body.page-home .settings-hub-grid,
body.page-home .account-social-grid {
  display: grid;
  gap: 18px;
}

body.page-home .settings-hub-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

body.page-home .settings-hub-card {
  grid-column: span 4;
  min-height: 100%;
}

body.page-home .settings-hub-card-proxy,
body.page-home .settings-hub-card-data {
  grid-column: span 6;
}

body.page-home .account-social-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.page-home .account-social-column,
body.page-home .dm-sidebar,
body.page-home .dm-thread,
body.page-home .chat-side-card,
body.page-home .chat-box {
  min-height: 100%;
}

body.page-home .account-social-column h2,
body.page-home .users-toolbar-copy strong,
body.page-home .account-social-head strong {
  font-family: "Sora", "Manrope", sans-serif;
  color: var(--midnight-text);
}

body.page-home .account-social-list,
body.page-home .admin-reports-list {
  display: grid;
  gap: 12px;
}

body.page-home .account-social-item,
body.page-home .admin-report-item {
  padding: 16px;
}

body.page-home .account-social-item:hover,
body.page-home .users-card:hover,
body.page-home .dm-conversation-item:hover,
body.page-home .app-card:hover {
  border-color: rgba(140, 203, 238, 0.48);
  transform: translateY(-2px);
}

body.page-home .account-social-main,
body.page-home .users-card-body,
body.page-home .dm-conversation-body {
  gap: 10px;
}

body.page-home .account-social-avatar,
body.page-home .users-card-avatar,
body.page-home .profile-avatar,
body.page-home .dm-conversation-avatar,
body.page-home .dm-message-avatar,
body.page-home .chat-message-avatar,
body.page-home #workspaceCurrentUserAvatar {
  border-radius: 18px;
  border: 1px solid rgba(116, 177, 214, 0.22);
  background: rgba(255, 255, 255, 0.05);
}

body.page-home .users-toolbar,
body.page-home .apps-revamp-card,
body.page-home .users-card,
body.page-home .account-social-box,
body.page-home .dm-shell,
body.page-home .chat-revamp-layout {
  gap: 18px;
}

body.page-home .users-toolbar,
body.page-home .apps-revamp-card,
body.page-home .account-social-box {
  padding: 22px;
}

body.page-home .users-search-input,
body.page-home .apps-search-input {
  width: min(620px, 100%);
  min-height: 56px;
  padding: 0 18px;
  font-size: 1rem;
}

body.page-home .apps-revamp-card {
  display: grid;
  justify-items: center;
}

body.page-home .apps-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
}

body.page-home .app-card {
  aspect-ratio: 1 / 1;
  border-radius: 28px;
  border: 1px solid rgba(116, 177, 214, 0.22);
  background: rgba(26, 29, 36, 0.88);
  display: grid;
  place-items: center;
  padding: 22px;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

body.page-home .app-card-cover {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

body.page-home .users-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

body.page-home .users-card {
  padding: 18px;
}

body.page-home .users-card-actions,
body.page-home .account-social-actions,
body.page-home .profile-actions,
body.page-home .custom-actions,
body.page-home .update-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

body.page-home .dm-shell,
body.page-home .chat-revamp-layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
}

body.page-home .dm-sidebar,
body.page-home .dm-thread,
body.page-home .chat-side-card,
body.page-home .chat-box {
  padding: 22px;
}

body.page-home .dm-conversation-list,
body.page-home .dm-thread-messages,
body.page-home .chat-messages {
  display: grid;
  gap: 12px;
}

body.page-home .dm-thread-messages,
body.page-home .chat-messages {
  max-height: 58vh;
  overflow-y: auto;
  padding-right: 6px;
}

body.page-home .dm-conversation-item,
body.page-home .account-social-item,
body.page-home .users-card {
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

body.page-home .dm-conversation-item,
body.page-home .account-social-item,
body.page-home .users-card,
body.page-home .admin-report-item {
  background: rgba(29, 33, 41, 0.92);
  border: 1px solid rgba(116, 177, 214, 0.14);
}

body.page-home .dm-message {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
}

body.page-home .dm-message.is-self {
  grid-template-columns: minmax(0, 1fr) 42px;
}

body.page-home .dm-message.is-self .dm-message-avatar {
  order: 2;
}

body.page-home .dm-message-bubble {
  padding: 14px 16px;
}

body.page-home .chat-box {
  display: grid;
  gap: 16px;
}

body.page-home .chat-message {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(29, 33, 41, 0.72);
  border: 1px solid rgba(116, 177, 214, 0.08);
}

body.page-home .chat-message-system {
  background: rgba(49, 59, 69, 0.68);
}

body.page-home .chat-message-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

body.page-home .chat-message-meta strong,
body.page-home .chat-message-meta span,
body.page-home .chat-message-text,
body.page-home .chat-message-action,
body.page-home #chatInput,
body.page-home #chatStatus,
body.page-home .chat-form-revamp button {
  text-transform: none;
}

body.page-home .chat-message-text {
  margin-top: 6px;
  color: rgba(245, 248, 252, 0.92);
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
}

body.page-home .chat-message-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

body.page-home .chat-message-action {
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(116, 177, 214, 0.22);
  background: rgba(50, 59, 69, 0.72);
  color: rgba(244, 247, 251, 0.88);
}

body.page-home .chat-form,
body.page-home .chat-form-revamp {
  display: flex;
  gap: 12px;
  align-items: center;
}

body.page-home .chat-form input,
body.page-home .chat-form textarea,
body.page-home .dm-thread input {
  flex: 1;
  min-height: 52px;
  padding: 0 18px;
}

body.page-home .profile-modal,
body.page-home .update-modal {
  z-index: 50;
}

body.page-home .profile-modal-backdrop,
body.page-home .update-modal-backdrop {
  background: rgba(4, 7, 11, 0.68);
  backdrop-filter: blur(16px);
}

body.page-home .profile-card,
body.page-home .update-card,
body.page-home .report-card {
  width: min(880px, calc(100vw - 36px));
  padding: 24px;
}

body.page-home .profile-banner {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 20px;
}

body.page-home .profile-main {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: end;
  margin-bottom: 20px;
}

body.page-home .profile-avatar {
  width: 110px;
  height: 110px;
}

body.page-home .profile-sections {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

body.page-home .profile-section {
  padding: 18px;
}

body.page-home .report-preview {
  margin-bottom: 14px;
}

body.page-home .report-card-body {
  display: grid;
  gap: 14px;
}

body.page-home .report-preview-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(31, 35, 43, 0.9);
  border: 1px solid rgba(116, 177, 214, 0.14);
}

body.page-home .report-preview-card p {
  color: rgba(243, 247, 252, 0.86);
  line-height: 1.6;
}

body.page-home .admin-reports-box {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(116, 177, 214, 0.12);
}

body.page-home .admin-report-main {
  display: grid;
  gap: 4px;
}

body.page-home .site-status-dock {
  position: fixed;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  z-index: 35;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 24px;
  border-radius: 999px;
  background: rgba(35, 40, 48, 0.9);
  border: 2px solid rgba(110, 173, 211, 0.5);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

body.page-home .site-status-dock span {
  color: rgba(248, 250, 252, 0.9);
  font-weight: 700;
  white-space: nowrap;
}

body.page-home .floating-discord-btn {
  display: none !important;
}

body.page-home .game-page,
body.page-home #activitiesPage {
  background:
    radial-gradient(circle at 50% 110%, rgba(101, 147, 170, 0.25), transparent 40%),
    linear-gradient(180deg, #181818 0%, #1a1a1a 100%);
}

body.page-home .proxy-search-bar,
body.page-home .game-page.proxy-mode .proxy-search-bar {
  top: 16px;
}

body.page-home .proxy-search-container {
  margin: 0 auto;
  width: min(1040px, calc(100vw - 24px));
  padding: 10px;
  border-radius: 24px;
  background: rgba(24, 28, 34, 0.94);
  border: 1px solid rgba(116, 177, 214, 0.34);
  box-shadow: var(--midnight-shadow);
  backdrop-filter: blur(18px);
}

body.page-home .proxy-search-input {
  min-height: 44px;
  border-radius: 14px;
  border: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--midnight-text);
}

body.page-home .proxy-loading-card {
  padding: 24px;
}

body.page-home .page-card-label,
body.page-home label {
  display: block;
  margin-bottom: 8px;
  color: rgba(245, 248, 252, 0.88);
  font-weight: 700;
}

body.page-home a {
  color: rgba(161, 216, 243, 0.9);
}

body.page-home .home-privacy-link {
  color: rgba(239, 243, 248, 0.62);
}

body.page-home .users-empty {
  padding: 18px;
  border-radius: 20px;
  background: rgba(27, 31, 38, 0.88);
  border: 1px dashed rgba(116, 177, 214, 0.2);
  color: rgba(242, 247, 252, 0.72);
  text-align: center;
}

@media (max-width: 1120px) {
  body.page-home .settings-hub-card {
    grid-column: span 6;
  }

  body.page-home .account-social-grid,
  body.page-home .profile-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.page-home .app-shell {
    padding: 24px 18px 150px;
  }

  body.page-home .side-nav {
    left: 50%;
    top: auto;
    bottom: 84px;
    transform: translateX(-50%);
    width: min(calc(100vw - 24px), 520px);
    padding: 10px 12px;
  }

  body.page-home .side-nav-scroll,
  body.page-home .side-group-panel {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  body.page-home .home-center {
    padding-top: 18px;
  }

  body.page-home .home-stage {
    gap: 14px;
  }

  body.page-home .dm-shell,
  body.page-home .chat-revamp-layout,
  body.page-home .account-social-grid,
  body.page-home .profile-sections,
  body.page-home .profile-main {
    grid-template-columns: minmax(0, 1fr);
  }

  body.page-home .settings-hub-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  body.page-home .settings-hub-card,
  body.page-home .settings-hub-card-proxy,
  body.page-home .settings-hub-card-data {
    grid-column: auto;
  }

  body.page-home .site-status-dock {
    width: calc(100vw - 24px);
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 18px;
  }
}

@media (max-width: 620px) {
  body.page-home .home-brand,
  body.page-home .page-revamp-hero h1,
  body.page-home .settings-panel > h1,
  body.page-home .profile-identity h2,
  body.page-home .update-card h2,
  body.page-home .report-card h2 {
    font-size: clamp(2.8rem, 18vw, 3.8rem);
  }

  body.page-home .home-proxy-form,
  body.page-home .chat-form,
  body.page-home .chat-form-revamp {
    flex-direction: column;
    align-items: stretch;
  }

  body.page-home .home-proxy-form button,
  body.page-home .chat-form button,
  body.page-home .chat-form-revamp button {
    width: 100%;
  }

  body.page-home .home-stage-window,
  body.page-home .home-stage-card {
    border-radius: 22px;
  }

  body.page-home .profile-card,
  body.page-home .update-card,
  body.page-home .report-card {
    width: calc(100vw - 20px);
    padding: 18px;
  }
}

/* Legacy cascade lock so the new relook beats the older home-lock layer. */
body.page-home,
body.page-home[data-active-panel="home"],
body.page-home:not([data-active-panel="home"]) {
  background:
    radial-gradient(circle at 50% 112%, rgba(101, 147, 170, 0.28), transparent 42%),
    radial-gradient(circle at 50% -12%, rgba(36, 41, 52, 0.72), transparent 30%),
    linear-gradient(180deg, #181818 0%, #1a1a1a 100%) !important;
  color: var(--midnight-text) !important;
}

body.page-home::before {
  display: block !important;
  opacity: 0.88 !important;
  background:
    radial-gradient(circle at 7% 22%, rgba(141, 198, 232, 0.75) 0 1px, transparent 1.7px),
    radial-gradient(circle at 15% 68%, rgba(141, 198, 232, 0.5) 0 1px, transparent 2px),
    radial-gradient(circle at 31% 14%, rgba(141, 198, 232, 0.72) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 44% 8%, rgba(141, 198, 232, 0.66) 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 62% 27%, rgba(141, 198, 232, 0.66) 0 1px, transparent 1.8px),
    radial-gradient(circle at 78% 11%, rgba(141, 198, 232, 0.72) 0 1.1px, transparent 1.8px),
    radial-gradient(circle at 88% 56%, rgba(141, 198, 232, 0.6) 0 1.1px, transparent 1.9px),
    radial-gradient(circle at 22% 88%, rgba(141, 198, 232, 0.56) 0 1.2px, transparent 1.9px),
    radial-gradient(circle at 72% 84%, rgba(141, 198, 232, 0.62) 0 1px, transparent 1.8px) !important;
}

body.page-home::after {
  background:
    radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.03), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)) !important;
}

body.page-home .app-shell {
  min-height: 100vh !important;
  padding: 28px 42px 150px 126px !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-home .home-shell {
  width: 100% !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  display: block !important;
}

body.page-home .side-nav {
  background: rgba(22, 25, 31, 0.92) !important;
  border: 2px solid rgba(105, 171, 211, 0.55) !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.38) !important;
  backdrop-filter: blur(18px) !important;
}

body.page-home .side-workspace-btn,
body.page-home .side-btn,
body.page-home .side-link {
  background: rgba(255, 255, 255, 0.02) !important;
  color: var(--midnight-text) !important;
  box-shadow: none !important;
}

body.page-home .side-workspace-btn:hover,
body.page-home .side-btn:hover,
body.page-home .side-link:hover,
body.page-home .side-btn.active {
  border-color: var(--midnight-border) !important;
  background: rgba(116, 177, 214, 0.12) !important;
}

body.page-home .side-workspace-badge {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.18), rgba(125, 182, 214, 0.15)) !important;
  color: #f9fbff !important;
}

body.page-home .side-btn-icon,
body.page-home .side-btn-icon svg,
body.page-home .side-btn-icon img,
body.page-home .dock-toggle-icon,
body.page-home .dock-toggle-icon svg {
  color: rgba(245, 247, 251, 0.94) !important;
  fill: currentColor !important;
  filter: none !important;
}

body.page-home[data-active-panel="home"] .workspace-topbar {
  display: none !important;
}

body.page-home[data-active-panel="home"] .home-center {
  min-height: 100vh !important;
  display: grid !important;
  gap: 24px !important;
  align-content: center !important;
  justify-items: center !important;
  padding: 56px 16px 126px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-home[data-active-panel="home"] .home-hero-copy {
  width: min(860px, 100%) !important;
  display: grid !important;
  gap: 18px !important;
  justify-items: center !important;
  text-align: center !important;
}

body.page-home[data-active-panel="home"] .home-kicker,
body.page-home[data-active-panel="home"] .home-signal-row,
body.page-home[data-active-panel="home"] .home-stage,
body.page-home[data-active-panel="home"] #homeFastLaunch,
body.page-home[data-active-panel="home"] .home-cta-row {
  display: none !important;
}

body.page-home[data-active-panel="home"] .home-brand {
  margin: 0 !important;
  color: #f7f7f8 !important;
  font-family: "Sora", "Manrope", sans-serif !important;
  font-size: clamp(4.1rem, 9vw, 6rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.95 !important;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.18), 0 18px 40px rgba(0, 0, 0, 0.4) !important;
}

body.page-home[data-active-panel="home"] .home-sub {
  display: block !important;
  margin: 0 !important;
  max-width: 760px !important;
  color: var(--midnight-muted) !important;
  font-size: 1.08rem !important;
  line-height: 1.65 !important;
}

body.page-home[data-active-panel="home"] .home-proxy-form {
  width: min(800px, 100%) !important;
  margin: 10px 0 0 !important;
  padding: 8px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  border-radius: 999px !important;
  border: 2px solid var(--midnight-border) !important;
  background: rgba(27, 29, 35, 0.92) !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24) !important;
}

body.page-home[data-active-panel="home"] .home-proxy-form input {
  min-height: 56px !important;
  padding: 0 24px !important;
  background: transparent !important;
  color: var(--midnight-text) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  text-align: left !important;
}

body.page-home[data-active-panel="home"] .home-proxy-form input::placeholder {
  color: rgba(239, 243, 248, 0.5) !important;
}

body.page-home[data-active-panel="home"] .home-proxy-form button {
  width: 58px !important;
  min-width: 58px !important;
  height: 58px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(116, 177, 214, 0.48) !important;
  background: rgba(116, 177, 214, 0.16) !important;
  color: transparent !important;
  box-shadow: none !important;
}

body.page-home[data-active-panel="home"] .home-proxy-form button::before {
  content: "";
  width: 13px;
  height: 13px;
  display: block;
  border-top: 2px solid #f7f8fb;
  border-right: 2px solid #f7f8fb;
  transform: rotate(45deg);
  margin-left: -4px;
}

body.page-home[data-active-panel="home"] .home-proxy-hint {
  display: none !important;
}

body.page-home .page-card,
body.page-home .settings-panel,
body.page-home .users-card,
body.page-home .account-social-box,
body.page-home .account-social-item,
body.page-home .account-social-empty,
body.page-home .dm-shell,
body.page-home .dm-sidebar,
body.page-home .dm-thread,
body.page-home .dm-conversation-item,
body.page-home .dm-message-bubble,
body.page-home .chat-box,
body.page-home .chat-side-card,
body.page-home .chat-message,
body.page-home .profile-card,
body.page-home .update-card,
body.page-home .report-card,
body.page-home .admin-report-item,
body.page-home .proxy-loading-card,
body.page-home .app-card {
  background: rgba(25, 27, 34, 0.9) !important;
  border-color: rgba(116, 177, 214, 0.28) !important;
  box-shadow: var(--midnight-shadow) !important;
}

body.page-home .page-revamp-hero h1,
body.page-home .settings-panel > h1,
body.page-home .profile-identity h2,
body.page-home .update-card h2,
body.page-home .report-card h2 {
  color: #f7f7f8 !important;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.18), 0 18px 40px rgba(0, 0, 0, 0.4) !important;
}

body.page-home .page-card-head p,
body.page-home .page-revamp-hero p:last-child,
body.page-home .settings-panel > p,
body.page-home .users-card span,
body.page-home .account-social-body span,
body.page-home .dm-conversation-body span,
body.page-home .profile-section p,
body.page-home .cloak-status {
  color: var(--midnight-muted) !important;
}

body.page-home .users-search-input,
body.page-home .apps-search-input,
body.page-home .cloak-select,
body.page-home input[type="text"],
body.page-home input[type="email"],
body.page-home input[type="password"],
body.page-home textarea {
  background: rgba(33, 36, 45, 0.94) !important;
  border-color: rgba(116, 177, 214, 0.34) !important;
  color: var(--midnight-text) !important;
}

body.page-home .site-status-dock {
  border: 2px solid rgba(105, 171, 211, 0.52) !important;
  background: rgba(28, 31, 38, 0.92) !important;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.3) !important;
}

body.page-home[data-active-panel="home"] .side-nav,
body.page-home:not([data-active-panel="home"]) .side-nav {
  background: rgba(22, 25, 31, 0.92) !important;
  border-color: rgba(105, 171, 211, 0.55) !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  width: 58px !important;
  padding: 10px 8px !important;
}

body.page-home[data-active-panel="home"] .side-nav-scroll,
body.page-home[data-active-panel="home"] .side-group > .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-nav-scroll,
body.page-home:not([data-active-panel="home"]) .side-group > .side-group-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 8px !important;
  overflow: visible !important;
}

body.page-home[data-active-panel="home"] .side-group,
body.page-home:not([data-active-panel="home"]) .side-group {
  display: block !important;
  width: 100% !important;
}

body.page-home .side-group-panel,
body.page-home .side-group:not(.is-open) .side-group-panel,
body.page-home .side-group.is-open .side-group-panel,
body.page-home[data-active-panel="home"] .side-group:not(.is-open) .side-group-panel,
body.page-home[data-active-panel="home"] .side-group.is-open .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-group:not(.is-open) .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-group.is-open .side-group-panel,
body.page-home[data-active-panel="home"] .side-group > .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-group > .side-group-panel {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
}

body.page-home[data-active-panel="home"] .side-group-panel[hidden],
body.page-home:not([data-active-panel="home"]) .side-group-panel[hidden] {
  display: flex !important;
}

body.page-home[data-active-panel="home"] .side-btn.side-btn-wide,
body.page-home[data-active-panel="home"] .side-link.side-btn-wide,
body.page-home:not([data-active-panel="home"]) .side-btn.side-btn-wide,
body.page-home:not([data-active-panel="home"]) .side-link.side-btn-wide {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 !important;
  justify-content: center !important;
  border-radius: 14px !important;
}

body.page-home .side-workspace-badge {
  width: 34px !important;
  height: 34px !important;
  border-radius: 12px !important;
  font-size: 0.82rem !important;
}

body.page-home .side-btn-icon,
body.page-home .side-btn-icon svg,
body.page-home .side-btn-icon img,
body.page-home .dock-toggle-icon,
body.page-home .dock-toggle-icon svg {
  width: 18px !important;
  height: 18px !important;
}

body.page-home:not([data-active-panel="home"]) .workspace-topbar,
body.page-home:is([data-active-panel="apps"], [data-active-panel="settings"], [data-active-panel="users"], [data-active-panel="friends"], [data-active-panel="dms"], [data-active-panel="chat"], [data-active-panel="account"], [data-active-panel="credits"]) .workspace-topbar {
  display: none !important;
}

body.page-home:not([data-active-panel="home"]) .apps-shell,
body.page-home:not([data-active-panel="home"]) .settings-shell .settings-panel,
body.page-home:not([data-active-panel="home"]) .users-shell .settings-panel,
body.page-home:not([data-active-panel="home"]) #accountAuthBox,
body.page-home:not([data-active-panel="home"]) #accountManageBox,
body.page-home:not([data-active-panel="home"]) .profile-card,
body.page-home:not([data-active-panel="home"]) .update-card,
body.page-home:not([data-active-panel="home"]) .report-card {
  width: min(1220px, 100%) !important;
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body.page-home:not([data-active-panel="home"]) .apps-shell::before,
body.page-home:not([data-active-panel="home"]) .settings-shell .settings-panel::before,
body.page-home:not([data-active-panel="home"]) .users-shell .settings-panel::before,
body.page-home:not([data-active-panel="home"]) #accountAuthBox::before,
body.page-home:not([data-active-panel="home"]) #accountManageBox::before,
body.page-home:not([data-active-panel="home"]) .profile-card::before,
body.page-home:not([data-active-panel="home"]) .update-card::before {
  display: none !important;
  content: none !important;
}

body.page-home:not([data-active-panel="home"]) .page-revamp-hero,
body.page-home:not([data-active-panel="home"]) .page-revamp-hero-center {
  display: grid !important;
  gap: 12px !important;
  justify-items: center !important;
  text-align: center !important;
  max-width: 760px !important;
  margin: 0 auto 28px !important;
}

body.page-home:not([data-active-panel="home"]) .page-revamp-kicker {
  color: rgba(240, 244, 248, 0.66) !important;
}

body.page-home:not([data-active-panel="home"]) .page-revamp-hero h1,
body.page-home:not([data-active-panel="home"]) .settings-panel > h1:first-child,
body.page-home:not([data-active-panel="home"]) #accountAuthBox > h1:first-child,
body.page-home:not([data-active-panel="home"]) #accountManageBox > h1:first-child {
  margin: 0 !important;
  color: #f7f7f8 !important;
  font-size: clamp(3.6rem, 7vw, 5.2rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.07em !important;
  line-height: 0.95 !important;
  text-shadow: 0 0 28px rgba(255, 255, 255, 0.18), 0 18px 40px rgba(0, 0, 0, 0.4) !important;
}

body.page-home:not([data-active-panel="home"]) .page-revamp-hero p:last-child,
body.page-home:not([data-active-panel="home"]) .settings-panel > p:first-of-type,
body.page-home:not([data-active-panel="home"]) #accountAuthBox > p:first-of-type,
body.page-home:not([data-active-panel="home"]) #accountManageBox > p:first-of-type {
  margin: 0 auto 28px !important;
  max-width: 54ch !important;
  color: var(--midnight-muted) !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

body.page-home:not([data-active-panel="home"]) .page-card,
body.page-home:not([data-active-panel="home"]) .cloak-preset-box,
body.page-home:not([data-active-panel="home"]) .custom-cloak-box,
body.page-home:not([data-active-panel="home"]) .account-auth-card,
body.page-home:not([data-active-panel="home"]) .account-manage-card,
body.page-home:not([data-active-panel="home"]) .chat-admin-panel,
body.page-home:not([data-active-panel="home"]) .account-social-column,
body.page-home:not([data-active-panel="home"]) .account-social-box,
body.page-home:not([data-active-panel="home"]) .account-social-item,
body.page-home:not([data-active-panel="home"]) .account-social-empty,
body.page-home:not([data-active-panel="home"]) .dm-sidebar,
body.page-home:not([data-active-panel="home"]) .dm-thread,
body.page-home:not([data-active-panel="home"]) .chat-box,
body.page-home:not([data-active-panel="home"]) .chat-side-card,
body.page-home:not([data-active-panel="home"]) .users-card,
body.page-home:not([data-active-panel="home"]) .profile-section,
body.page-home:not([data-active-panel="home"]) .update-card-body,
body.page-home:not([data-active-panel="home"]) .admin-report-item {
  border-radius: 24px !important;
  border: 1px solid rgba(116, 177, 214, 0.28) !important;
  background: rgba(25, 27, 34, 0.9) !important;
  box-shadow: var(--midnight-shadow) !important;
  color: var(--midnight-text) !important;
}

body.page-home:not([data-active-panel="home"]) .page-card h2,
body.page-home:not([data-active-panel="home"]) .page-card-head h2,
body.page-home:not([data-active-panel="home"]) .settings-panel h2,
body.page-home:not([data-active-panel="home"]) .settings-panel strong,
body.page-home:not([data-active-panel="home"]) .users-card strong,
body.page-home:not([data-active-panel="home"]) .account-social-head strong,
body.page-home:not([data-active-panel="home"]) .account-social-column h2,
body.page-home:not([data-active-panel="home"]) .dm-thread-head strong,
body.page-home:not([data-active-panel="home"]) .chat-box-head strong,
body.page-home:not([data-active-panel="home"]) .profile-section h3 {
  color: var(--midnight-text) !important;
}

body.page-home:not([data-active-panel="home"]) .page-card-head p,
body.page-home:not([data-active-panel="home"]) .settings-panel p,
body.page-home:not([data-active-panel="home"]) .page-card-label,
body.page-home:not([data-active-panel="home"]) .cloak-status,
body.page-home:not([data-active-panel="home"]) .users-card span,
body.page-home:not([data-active-panel="home"]) .account-social-body span,
body.page-home:not([data-active-panel="home"]) .dm-conversation-body span,
body.page-home:not([data-active-panel="home"]) .profile-section p {
  color: var(--midnight-muted) !important;
}

/* Final rail lock: keep the left dock compact and visible on every panel. */
body.page-home .side-nav,
body.page-home[data-active-panel="home"] .side-nav,
body.page-home:not([data-active-panel="home"]) .side-nav {
  position: fixed !important;
  top: 50% !important;
  right: auto !important;
  bottom: auto !important;
  left: 12px !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 70px !important;
  max-width: 70px !important;
  max-height: calc(100vh - 28px) !important;
  padding: 12px 8px !important;
  overflow: hidden !important;
  border-radius: 26px !important;
  z-index: 40 !important;
}

body.page-home .side-nav-head,
body.page-home .side-nav-scroll,
body.page-home .side-nav-footer,
body.page-home[data-active-panel="home"] .side-nav-head,
body.page-home[data-active-panel="home"] .side-nav-scroll,
body.page-home[data-active-panel="home"] .side-nav-footer,
body.page-home:not([data-active-panel="home"]) .side-nav-head,
body.page-home:not([data-active-panel="home"]) .side-nav-scroll,
body.page-home:not([data-active-panel="home"]) .side-nav-footer {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
}

body.page-home .side-nav-scroll,
body.page-home[data-active-panel="home"] .side-nav-scroll,
body.page-home:not([data-active-panel="home"]) .side-nav-scroll {
  flex: 1 1 auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
  scrollbar-width: none !important;
  padding-right: 0 !important;
}

body.page-home .side-nav-scroll::-webkit-scrollbar,
body.page-home[data-active-panel="home"] .side-nav-scroll::-webkit-scrollbar,
body.page-home:not([data-active-panel="home"]) .side-nav-scroll::-webkit-scrollbar {
  display: none !important;
}

body.page-home .side-nav-footer,
body.page-home[data-active-panel="home"] .side-nav-footer,
body.page-home:not([data-active-panel="home"]) .side-nav-footer {
  display: none !important;
}

body.page-home .side-group,
body.page-home[data-active-panel="home"] .side-group,
body.page-home:not([data-active-panel="home"]) .side-group {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
}

body.page-home .side-group-panel,
body.page-home .side-group:not(.is-open) .side-group-panel,
body.page-home .side-group.is-open .side-group-panel,
body.page-home[data-active-panel="home"] .side-group-panel,
body.page-home[data-active-panel="home"] .side-group:not(.is-open) .side-group-panel,
body.page-home[data-active-panel="home"] .side-group.is-open .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-group:not(.is-open) .side-group-panel,
body.page-home:not([data-active-panel="home"]) .side-group.is-open .side-group-panel {
  position: static !important;
  inset: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

body.page-home .side-group-toggle,
body.page-home .workspace-user-chip,
body.page-home .workspace-account-menu,
body.page-home .side-overview-menu {
  display: none !important;
}

body.page-home .side-workspace-btn,
body.page-home .side-btn.side-btn-wide,
body.page-home .side-link.side-btn-wide,
body.page-home[data-active-panel="home"] .side-workspace-btn,
body.page-home[data-active-panel="home"] .side-btn.side-btn-wide,
body.page-home[data-active-panel="home"] .side-link.side-btn-wide,
body.page-home:not([data-active-panel="home"]) .side-workspace-btn,
body.page-home:not([data-active-panel="home"]) .side-btn.side-btn-wide,
body.page-home:not([data-active-panel="home"]) .side-link.side-btn-wide {
  width: 50px !important;
  min-width: 50px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  justify-content: center !important;
  border-radius: 16px !important;
}
