* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  --guide-pull-offset: 0px;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: #152033;
  background:
    url("../images/background-sets/deep-navy.png") center top / cover fixed,
    #061123;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 430px;
  left: 0;
  width: 100%;
  height: 86px;
  background:
    linear-gradient(180deg, rgba(4,12,25,.98) 0%, rgba(6,17,35,.93) 62%, rgba(6,17,35,0) 100%),
    url("../images/background-sets/deep-navy.png") center bottom / cover no-repeat,
    #061123;
  box-shadow: 0 20px 36px rgba(7, 17, 31, .24);
  opacity: 0;
  transform: translateY(-42px) scaleY(.32);
  transform-origin: top center;
  animation: none;
  pointer-events: none;
}

a {
  color: #075ac2;
}

.startpage-preview-shell {
  position: relative;
  display: block;
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  color: #f7fbff;
  background:
    radial-gradient(circle at 20% 16%, rgba(20, 174, 255, .26), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(126, 94, 255, .24), transparent 27%);
  text-decoration: none;
  box-shadow: inset 0 -1px rgba(255,255,255,.08);
}

.startpage-preview-shell::after {
  content: "";
  display: none;
  position: absolute;
  inset: auto 0 0;
  height: 132px;
  background: linear-gradient(180deg, rgba(6,17,35,0), rgba(6,17,35,.92));
  pointer-events: none;
}

.preview-topbar,
.preview-stage,
.preview-search-row,
.preview-dashboard-card,
.preview-dashboard-head,
.preview-dashboard-grid,
.preview-bookmarks,
.preview-bookmarks span {
  display: block;
}

.preview-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 26px;
}

.preview-brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(119, 232, 255, .72);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(10, 32, 68, .96), rgba(7, 80, 120, .9));
  box-shadow: 0 0 18px rgba(23, 212, 255, .45), inset 0 1px rgba(255,255,255,.24);
}

.preview-brand-house {
  position: relative;
  width: 23px;
  height: 20px;
  border: 3px solid #c9faff;
  border-top: 0;
  border-radius: 4px;
}

.preview-brand-house::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -10px;
  width: 17px;
  height: 17px;
  border-left: 3px solid #c9faff;
  border-top: 3px solid #c9faff;
  transform: translateX(-50%) rotate(45deg);
}

.preview-brand-word {
  color: #fff;
  font-weight: 900;
  font-size: 21px;
  letter-spacing: 0;
  text-shadow: 0 2px 16px rgba(0,0,0,.45);
}

.preview-brand-word span {
  color: #76e4ff;
}

.preview-stage {
  position: relative;
  z-index: 2;
  width: min(1240px, calc(100% - 48px));
  margin: 32px auto 0;
}

.preview-search-row {
  display: grid;
  grid-template-columns: 72px minmax(260px, 720px);
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.preview-searchbar {
  position: relative;
  display: flex;
  align-items: center;
  height: 58px;
  padding: 0 22px 0 58px;
  border: 2px solid rgba(120, 229, 255, .88);
  border-radius: 21px;
  color: #eaf9ff;
  background: rgba(6, 12, 27, .9);
  box-shadow: 0 0 0 1px rgba(137, 87, 255, .42), 0 16px 42px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.08);
  font-size: 18px;
  font-weight: 700;
}

.preview-search-icon {
  position: absolute;
  left: 22px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid #d9f5ff;
  border-radius: 50%;
  transform: translateY(-50%);
}

.preview-search-icon::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 9px;
  height: 3px;
  border-radius: 999px;
  background: #d9f5ff;
  transform: rotate(45deg);
}

.preview-sio {
  position: relative;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(125, 238, 255, .74);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(9, 38, 78, .98), rgba(7, 93, 132, .92));
  box-shadow: 0 0 20px rgba(18, 213, 255, .46), inset 0 1px rgba(255,255,255,.2);
  animation: previewSioFloat 3.8s ease-in-out infinite;
}

.preview-sio-face {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 42px;
  border-radius: 48% 48% 44% 44%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 5%, transparent 6%),
    radial-gradient(circle at 35% 47%, #052047 0 8%, transparent 9%),
    radial-gradient(circle at 65% 47%, #052047 0 8%, transparent 9%),
    radial-gradient(circle at 38% 20%, rgba(255,255,255,.82), transparent 19%),
    linear-gradient(160deg, #aaf8ff, #1bc9ff 44%, #0673c9);
  border: 1px solid rgba(190, 255, 255, .75);
  transform: translate(-50%, -48%);
}

.preview-sio.is-welcome-wave::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 9px;
  width: 18px;
  height: 25px;
  border-radius: 13px 13px 9px 9px;
  background: linear-gradient(160deg, #9df7ff, #1fc8ff 55%, #086ec0);
  box-shadow: 0 0 12px rgba(23, 212, 255, .34);
  transform-origin: 20% 85%;
  opacity: 0;
  animation: previewSioWave 8.4s ease-in-out .8s infinite;
}

.preview-dashboard-card {
  width: min(980px, calc(100% - 120px));
  margin: 28px auto 0;
  padding: 18px;
  border: 1px solid rgba(130, 235, 255, .24);
  border-radius: 18px;
  background: rgba(6, 15, 31, .68);
  box-shadow: 0 18px 48px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08);
  backdrop-filter: blur(8px);
}

.preview-dashboard-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  color: #cdefff;
}

.preview-dashboard-head b {
  color: #fff;
  font-size: 18px;
}

.preview-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.preview-dashboard-grid span {
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.06);
}

.preview-dashboard-grid b,
.preview-dashboard-grid em {
  display: block;
  font-style: normal;
}

.preview-dashboard-grid b {
  color: #fff;
  font-size: 15px;
}

.preview-dashboard-grid em {
  margin-top: 3px;
  color: #9fc2d7;
  font-size: 13px;
}

.preview-bookmarks {
  display: grid;
  grid-template-columns: repeat(6, 82px);
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.preview-bookmarks span {
  height: 76px;
  padding: 11px 7px 8px;
  border-radius: 13px;
  color: #dcefff;
  background: rgba(7, 15, 30, .72);
  box-shadow: 0 12px 30px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.06);
  text-align: center;
}

.preview-bookmarks b {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0 auto 6px;
  border-radius: 50%;
  color: #041020;
  background: #d9f7ff;
  font-size: 15px;
}

.preview-bookmarks em {
  display: block;
  overflow: hidden;
  color: #c8d8e6;
  font-size: 11px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-click-target {
  position: absolute;
  z-index: 30;
  inset: 0;
  cursor: pointer;
}

.startpage-preview-shell .preview-topbar {
  position: relative;
  z-index: 4;
  justify-content: flex-start;
  width: auto;
  margin: 0;
  padding-left: clamp(24px, 4vw, 72px);
  padding-right: 24px;
  padding-top: 18px;
}

.startpage-preview-shell .live-brand {
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 23px;
  font-weight: 950;
  letter-spacing: -0.055em;
  text-decoration: none;
  text-shadow: 0 2px 8px rgba(0,0,0,.62), 0 0 18px rgba(0,42,60,.35);
}

.startpage-preview-shell .live-brand-word {
  position: relative;
  display: inline-block;
  color: #fff;
}

.startpage-preview-shell .live-brand-word span {
  color: #86dcf8;
}

.startpage-preview-shell .morph-logo {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  border-radius: 50%;
  filter: drop-shadow(0 6px 13px rgba(0,0,0,.44));
  animation: houseLogoCalmFloat 8.5s ease-in-out infinite;
}

.startpage-preview-shell .morph-logo-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.startpage-preview-shell .morph-logo-aura {
  fill: rgba(63,220,255,.18);
  stroke: rgba(206,252,255,.28);
  stroke-width: 1;
  filter: url(#morphLogoGlowPreview);
}

.startpage-preview-shell .morph-logo-house-plate {
  fill: rgba(4,38,58,.92);
  stroke: rgba(172,249,255,.72);
  stroke-width: 1.7;
  filter: drop-shadow(0 0 10px rgba(66,221,255,.34));
}

.startpage-preview-shell .morph-logo-roof,
.startpage-preview-shell .morph-logo-home,
.startpage-preview-shell .morph-logo-door {
  fill: none;
  stroke: url(#morphLogoRoofPreview);
  stroke-width: 3.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 7px rgba(151,244,255,.55));
}

.startpage-preview-shell .morph-logo-door {
  stroke-width: 2.5;
  opacity: .9;
}

.startpage-preview-shell .morph-logo-cube {
  fill: #dffcff;
  stroke: #61e4ff;
  stroke-width: .55;
  filter: drop-shadow(0 0 5px rgba(98,231,255,.75));
  transform-box: fill-box;
  transform-origin: center;
  animation: houseLogoCalmCubes 8.5s ease-in-out infinite;
}

.startpage-preview-shell .preview-stage {
  margin-top: 24px;
}

.startpage-preview-shell .preview-search-row {
  grid-template-columns: 70px minmax(320px, 700px);
  gap: 12px;
}

.startpage-preview-shell .sio-live-dock {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(120,230,255,.72);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(8,27,59,.96), rgba(7,91,126,.9));
  box-shadow: 0 0 19px rgba(20,211,255,.42), inset 0 1px rgba(255,255,255,.22);
}

.startpage-preview-shell .quick-dock-icon {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}

.startpage-preview-shell .preview-sio {
  width: 45px;
  height: 50px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.startpage-preview-shell .preview-sio-face {
  width: 38px;
  height: 42px;
}

.startpage-preview-shell .preview-sio.is-welcome-wave::after {
  content: "";
  right: -17px;
  top: -4px;
}

.startpage-preview-shell .preview-searchbar-div {
  position: relative;
  z-index: 4;
  width: 100%;
}

.startpage-preview-shell #searchbar_form {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.startpage-preview-shell #searchbar_form::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(230,247,255,.95);
  border-radius: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.startpage-preview-shell #searchbar_form::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 36px;
  top: 36px;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: rgba(230,247,255,.95);
  transform: rotate(45deg);
  pointer-events: none;
}

.startpage-preview-shell #searchbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 0 54px 0 58px;
  border: 2px solid rgba(116,226,255,.9);
  border-radius: 21px;
  color: rgba(255,255,255,.92);
  background: rgba(6,12,27,.88);
  box-shadow: 0 0 0 1px rgba(146,91,255,.38), 0 12px 34px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.08);
  font-weight: 700;
  line-height: 58px;
}

.startpage-preview-shell #reset_button {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 50%;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.startpage-preview-shell #div_link_ul {
  position: relative;
  z-index: 4;
  top: auto;
  width: min(760px, 100%);
  max-width: none;
  margin: 22px auto 0;
}

.startpage-preview-shell #link_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.startpage-preview-shell .preview-bookmarks span {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: inherit;
}

.startpage-preview-shell .link_li,
.startpage-preview-shell .link_li_plus {
  margin: 0;
  list-style: none;
}

.startpage-preview-shell .div_hover,
.startpage-preview-shell .div_hover_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: transparent;
}

.startpage-preview-shell .link,
.startpage-preview-shell .link_plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(255,255,255,.8);
  color: #111;
  box-shadow: none;
}

.startpage-preview-shell .link {
  flex-direction: column;
}

.startpage-preview-shell .link span {
  display: block;
  max-width: 95%;
  max-height: 16px;
  margin: 12px 0 0 0;
  overflow: hidden;
  color: #000;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.startpage-preview-shell .preview-favicon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #0b1830;
  background: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.guide-pull-cue {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 32px));
  height: 0;
  margin: 0 auto;
  pointer-events: none;
  transform: translateY(var(--guide-pull-offset));
  will-change: transform;
}

.guide-pull-arrow {
  position: absolute;
  top: -31px;
  left: 50%;
  width: 46px;
  height: 48px;
  transform: translateX(-50%);
  opacity: .82;
  animation: none;
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
}

.guide-pull-arrow::before,
.guide-pull-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 25px;
  height: 25px;
  border-right: 7px solid #07111f;
  border-bottom: 7px solid #07111f;
  transform: translateX(-50%) rotate(45deg);
}

.guide-pull-arrow::before {
  top: 0;
}

.guide-pull-arrow::after {
  top: 18px;
}

.guide-main {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
  transform: translateY(var(--guide-pull-offset));
  will-change: transform;
}

.guide-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f5f7fb;
  box-shadow: 0 -18px 42px rgba(2, 9, 20, .2);
}

.guide-main::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 80px;
  transform: translateX(-50%);
  cursor: grab;
  touch-action: none;
}

.guide-breadcrumb {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 26px;
  margin: 0 0 10px;
  color: #556981;
  font-size: 13px;
  line-height: 1.4;
}

.guide-breadcrumb a {
  color: #245a8d;
  font-weight: 800;
  text-decoration: none;
}

.guide-breadcrumb a::after {
  content: "/";
  margin-left: 8px;
  color: #8ea1b8;
  font-weight: 600;
}

.guide-breadcrumb a:hover,
.guide-breadcrumb a:focus-visible {
  color: #073f8c;
  text-decoration: underline;
}

.guide-breadcrumb span {
  color: #344a63;
  font-weight: 800;
}

body.is-guide-pulling {
  cursor: grabbing;
  user-select: none;
}

body.is-guide-pulling .guide-main,
body.is-guide-pulling .guide-pull-cue {
  transition: none;
}

body.is-guide-pulling .guide-main::after,
body.is-guide-pulling .guide-pull-arrow {
  cursor: grabbing;
}

body.is-guide-pulling .guide-pull-arrow,
body.is-guide-rebounding .guide-pull-arrow {
  animation-play-state: paused;
}

body.is-guide-rebounding .guide-main,
body.is-guide-rebounding .guide-pull-cue {
  transition: transform 720ms cubic-bezier(.18, 1.55, .32, 1);
}

.guide-hero {
  padding: 20px 0 24px;
}

.guide-kicker {
  margin: 0 0 8px;
  color: #42607f;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  max-width: 860px;
  margin: 0;
  color: #07111f;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

@keyframes guideArrowTug {
  0%, 10%, 42%, 100% { opacity: .55; transform: translateX(-50%) translateY(0); }
  15% { opacity: .95; transform: translateX(-50%) translateY(11px); }
  22% { opacity: .75; transform: translateX(-50%) translateY(1px); }
  29% { opacity: .92; transform: translateX(-50%) translateY(8px); }
  38% { opacity: .55; transform: translateX(-50%) translateY(0); }
}

@keyframes guideEdgeTug {
  0%, 10%, 42%, 100% { opacity: 0; transform: translateY(-42px) scaleY(.32); }
  15% { opacity: 1; transform: translateY(0) scaleY(1); }
  22% { opacity: .58; transform: translateY(-28px) scaleY(.44); }
  29% { opacity: .95; transform: translateY(-7px) scaleY(.9); }
  38% { opacity: 0; transform: translateY(-42px) scaleY(.32); }
}

@keyframes previewSioFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes previewSioWave {
  0%, 10%, 43%, 100% { opacity: 0; transform: rotate(-8deg) translateY(5px); }
  14% { opacity: 1; transform: rotate(18deg) translateY(0); }
  18% { opacity: 1; transform: rotate(-15deg) translateY(-1px); }
  22% { opacity: 1; transform: rotate(18deg) translateY(0); }
  27% { opacity: 1; transform: rotate(-12deg) translateY(-1px); }
  32% { opacity: 1; transform: rotate(10deg) translateY(0); }
  39% { opacity: 0; transform: rotate(-8deg) translateY(5px); }
}

@keyframes houseLogoCalmFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  35% { transform: translateY(-2px) rotate(-1deg); }
  70% { transform: translateY(1px) rotate(1deg); }
}

@keyframes houseLogoCalmCubes {
  0%, 100% { opacity: .45; transform: translateY(0) scale(1); }
  45% { opacity: .9; transform: translateY(-1px) scale(1.08); }
  72% { opacity: .62; transform: translateY(1px) scale(.96); }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  .guide-pull-arrow,
  .preview-sio,
  .preview-sio.is-welcome-wave::after {
    animation: none;
  }
}

.guide-lead {
  max-width: 780px;
  margin: 18px 0 0;
  color: #31445d;
  font-size: 19px;
}

.guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: start;
  padding-bottom: 56px;
}

.guide-card,
.guide-side,
.browser-card,
.step-card,
.note-box,
.faq-item {
  border: 1px solid #dce5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(35, 53, 76, 0.07);
}

.guide-card {
  padding: 28px;
}

.guide-side {
  position: sticky;
  top: 84px;
  overflow: hidden;
  padding: 22px;
  border-color: rgba(21, 43, 72, 0.1);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,252,255,.94)),
    radial-gradient(circle at 18% 0, rgba(13,145,214,.12), transparent 34%);
  box-shadow: 0 24px 60px rgba(22, 42, 70, 0.12), inset 0 1px rgba(255,255,255,.88);
}

.guide-side::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-bottom: 17px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0e91d6, #72d9ff);
}

.guide-side h2,
.guide-card h2,
.faq h2 {
  margin: 0 0 14px;
  color: #0c1728;
  font-size: 25px;
  line-height: 1.2;
}

.guide-side h2 {
  margin-bottom: 16px;
  font-size: 23px;
}

.guide-side ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-side li + li {
  margin-top: 8px;
}

.guide-side a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid rgba(12, 33, 62, .08);
  border-radius: 12px;
  color: #10243d;
  background: rgba(255,255,255,.72);
  text-decoration: none;
  font-weight: 750;
  box-shadow: inset 0 1px rgba(255,255,255,.8);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.guide-side a::after {
  content: "->";
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #075f8f;
  background: rgba(14,145,214,.11);
  font-size: 14px;
}

.guide-side a:hover,
.guide-side a:focus-visible {
  border-color: rgba(14,145,214,.34);
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 70, 120, .12), inset 0 1px rgba(255,255,255,.95);
  transform: translateX(2px);
  outline: 0;
}

.browser-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.browser-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  min-height: 132px;
  padding: 20px;
  color: #152033;
  overflow: hidden;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.browser-card::after {
  content: "";
  position: absolute;
  inset: auto -42px -58px auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,145,214,.13), transparent 68%);
  pointer-events: none;
}

.browser-card:hover,
.browser-card:focus-visible {
  border-color: rgba(14,145,214,.32);
  box-shadow: 0 18px 42px rgba(28, 55, 88, .13);
  transform: translateY(-2px);
  outline: 0;
}

.browser-icon {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(23, 44, 70, .16), inset 0 1px rgba(255,255,255,.7);
}

.browser-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

.browser-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
  align-self: end;
}

.browser-card span {
  color: #58708d;
}

.browser-card > span:not(.browser-icon) {
  grid-column: 2;
}

.browser-card-chrome .browser-icon {
  background: #fff;
}

.browser-card-chrome .browser-icon::before {
  background:
    radial-gradient(circle at 50% 50%, #1a73e8 0 34%, #fff 35% 43%, transparent 44%),
    conic-gradient(#ea4335 0 33%, #fbbc04 0 66%, #34a853 0 100%);
}

.browser-card-edge .browser-icon {
  background: linear-gradient(145deg, #eaffff, #d8f7ff);
}

.browser-card-edge .browser-icon::before {
  background: conic-gradient(from 210deg, #0c6fdc, #0fc6b5, #20d489, #0872c8, #0c6fdc);
}

.browser-card-firefox .browser-icon {
  background: linear-gradient(145deg, #fff2df, #fff8ef);
}

.browser-card-firefox .browser-icon::before {
  background:
    radial-gradient(circle at 58% 55%, #243cce 0 29%, transparent 31%),
    conic-gradient(from 220deg, #7a3df0, #ff4f2e, #ffb000, #ff5a1f, #7a3df0);
}

.browser-card-safari .browser-icon {
  background: linear-gradient(145deg, #f7fbff, #e8f5ff);
}

.browser-card-safari .browser-icon::before {
  background:
    linear-gradient(45deg, transparent 44%, #e22 45% 51%, transparent 52%),
    radial-gradient(circle at 50% 50%, #2cb7ff 0 55%, #fff 56% 64%, #1c74d8 65% 100%);
}

.quick-answer {
  border-left: 4px solid #0e91d6;
  padding: 16px 18px;
  margin: 0 0 24px;
  background: #eef8ff;
  border-radius: 0 8px 8px 0;
}

.copy-url-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  vertical-align: middle;
}

.copy-url-button {
  appearance: none;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(14, 145, 214, .34);
  border-radius: 8px;
  color: #075f8f;
  background: rgba(14, 145, 214, .09);
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.copy-url-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.copy-url-button:hover,
.copy-url-button:focus-visible {
  border-color: rgba(14, 145, 214, .72);
  background: rgba(14, 145, 214, .17);
  color: #064f78;
  outline: 0;
  transform: translateY(-1px);
}

.copy-url-button.is-copied {
  border-color: rgba(28, 139, 90, .48);
  color: #0d7a52;
  background: rgba(36, 185, 118, .16);
}

.copy-url-button.is-copied svg {
  display: none;
}

.copy-url-button.is-copied::before {
  content: "OK";
  font-size: 11px;
  font-weight: 900;
}

.copy-url-button.is-copy-error {
  border-color: rgba(186, 53, 53, .48);
  color: #9d2424;
  background: rgba(186, 53, 53, .12);
}

.step-list {
  display: grid;
  gap: 20px;
}

.step-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: #07111f;
  font-size: 22px;
  font-weight: 900;
}

.step-card h2 {
  margin: 0 0 8px;
  color: #0c1728;
  font-size: 23px;
  line-height: 1.25;
}

.step-card p {
  margin: 0 0 14px;
}

.step-shot {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #f8fafc;
}

.note-box {
  margin: 24px 0;
  padding: 18px 20px;
}

.note-box strong {
  color: #0c1728;
}

.faq {
  margin-top: 30px;
}

.faq-item {
  padding: 18px 20px;
  margin-top: 12px;
}

.faq-item h3 {
  margin: 0 0 6px;
  font-size: 19px;
}

.faq-item p {
  margin: 0;
}

.guide-footer {
  padding: 30px 0 42px;
  color: #62738a;
  background: #f5f7fb;
  text-align: center;
}

.guide-footer a {
  margin: 0 8px;
}

@media (max-width: 850px) {
  body::before {
    top: 330px;
    height: 58px;
  }

  .guide-grid,
  .step-card,
  .browser-list {
    grid-template-columns: 1fr;
  }

  .guide-side {
    position: static;
  }

  .startpage-preview-shell {
    min-height: 330px;
  }

  .preview-topbar,
  .preview-stage {
    width: min(100% - 28px, 720px);
  }

  .preview-topbar {
    padding-top: 18px;
  }

  .startpage-preview-shell .live-brand {
    gap: 8px;
    font-size: 18px;
  }

  .startpage-preview-shell .morph-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .preview-search-row {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 10px;
  }

  .preview-sio {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .preview-sio-face {
    width: 31px;
    height: 34px;
  }

  .preview-searchbar {
    height: 50px;
    padding-left: 48px;
    border-radius: 17px;
    font-size: 16px;
  }

  .startpage-preview-shell #searchbar_form,
  .startpage-preview-shell #searchbar {
    height: 50px;
    line-height: 50px;
  }

  .startpage-preview-shell #searchbar {
    padding-left: 48px;
    border-radius: 17px;
    font-size: 16px;
  }

  .startpage-preview-shell #searchbar_form::before {
    left: 17px;
    width: 16px;
    height: 16px;
  }

  .startpage-preview-shell #searchbar_form::after {
    left: 33px;
    top: 31px;
  }

  .preview-dashboard-card {
    width: 100%;
    margin-top: 20px;
    padding: 13px;
  }

  .preview-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .startpage-preview-shell #div_link_ul {
    width: 100%;
    margin-top: 16px;
  }

  .startpage-preview-shell .div_hover,
  .startpage-preview-shell .div_hover_plus {
    width: 74px;
    height: 74px;
  }
}

/* Originalnahe Startseiten-Bausteine im statischen Ratgeber-Teaser. */
.startpage-preview-shell {
  --start-scheme-rgb: 5, 80, 112;
  --start-scheme-text: #eefaff;
  --start-scheme-muted: rgba(238, 250, 255, .72);
  --start-scheme-border: rgba(126, 224, 255, .36);
  --start-scheme-border-solid: rgb(5, 80, 112);
  --start-search-alpha: .82;
  --start-favorite-alpha: .78;
}

.startpage-preview-shell .sio-search-row.preview-search-row {
  display: grid;
  grid-template-columns: 72px minmax(320px, 655px);
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.startpage-preview-shell .sio-live-dock {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(126, 232, 255, .52);
  border-radius: 18px;
  color: #fff;
  background: rgba(5, 80, 112, .78);
  box-shadow: 0 13px 30px rgba(0,0,0,.22), 0 0 0 1px rgba(255,255,255,.08), inset 0 1px rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
}

.startpage-preview-shell .quick-dock-icon,
.startpage-preview-shell .preview-sio-avatar {
  display: block;
  width: 48px;
  height: 52px;
}

.startpage-preview-shell .sio-avatar {
  overflow: visible;
  transform-style: preserve-3d;
  filter: drop-shadow(0 5px 8px rgba(0,38,78,.32));
}

.startpage-preview-shell .sio-avatar .sio-body {
  transform-box: fill-box;
  transform-origin: 50% 70%;
  animation: sioAvatarFloat 4.2s ease-in-out infinite;
}

.startpage-preview-shell .sio-live-dock.is-first-wave .sio-avatar .sio-body {
  animation: sioFirstWave 1.1s ease-in-out infinite;
}

.startpage-preview-shell .sio-avatar .sio-halo,
.startpage-preview-shell .sio-avatar .sio-shadow {
  transform-box: fill-box;
  transform-origin: center;
  animation: sioAvatarHalo 4.2s .22s ease-in-out infinite;
}

.startpage-preview-shell .sio-avatar .sio-shadow {
  animation-name: sioAvatarShadow;
}

.startpage-preview-shell .sio-avatar .sio-glow {
  animation: sioAvatarGlow 3.2s ease-in-out infinite;
}

.startpage-preview-shell .sio-live-dock::after {
  content: "\1F44B";
  position: absolute;
  z-index: 5;
  right: -22px;
  top: -13px;
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 5px 7px rgba(0,0,0,.42));
  transform-origin: 10% 90%;
  opacity: 0;
  animation: guideSioWelcomeHand 8.4s ease-in-out 1s infinite;
  pointer-events: none;
}

.startpage-preview-shell .guide-sio-speech {
  position: absolute;
  z-index: 7;
  left: -8px;
  bottom: calc(100% + 10px);
  display: block;
  width: 230px;
  min-height: 0;
  padding: 9px 12px;
  color: #eafaff;
  background: rgba(5, 18, 34, .88);
  border: 1px solid rgba(117, 230, 255, .48);
  border-radius: 16px 16px 16px 6px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .12);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .55);
  pointer-events: none;
  opacity: 1;
  transform: none;
}

.startpage-preview-shell .guide-sio-speech::before {
  content: "";
  position: absolute;
  left: 21px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  background: rgba(5, 18, 34, .88);
  border-right: 1px solid rgba(117, 230, 255, .48);
  border-bottom: 1px solid rgba(117, 230, 255, .48);
  transform: rotate(45deg);
}

.startpage-preview-shell .guide-sio-speech-text::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.1em;
  margin-left: 3px;
  vertical-align: -2px;
  background: #8ff3ff;
  animation: guideSioTypeCursor .82s steps(1) infinite;
}

.startpage-preview-shell .preview-searchbar-div {
  position: relative;
  z-index: 4;
  width: 100%;
}

.startpage-preview-shell #searchbar_form {
  display: block;
  width: 100%;
  height: 46px;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

.startpage-preview-shell #searchbar_form::before,
.startpage-preview-shell #searchbar_form::after {
  content: none;
}

.startpage-preview-shell #searchbar {
  display: flex;
  align-items: center;
  width: 655px;
  max-width: 100%;
  height: 46px;
  padding: 0 42px;
  border: 1px solid var(--start-scheme-border-solid);
  border-radius: 18px;
  color: var(--start-scheme-text);
  background:
    url("../img/icons/glass.png") no-repeat 14px center / 20px 20px,
    rgba(var(--start-scheme-rgb), var(--start-search-alpha));
  box-shadow: 0 12px 30px rgba(0,0,0,.16), inset 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(14px);
  font-weight: 500;
  line-height: 46px;
}

.startpage-preview-shell #reset_button {
  position: absolute;
  z-index: 3;
  right: 14px;
  top: 50%;
  margin: 0;
  border: 0;
  color: rgba(255,255,255,.78);
  background: transparent;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-50%);
}

.startpage-preview-shell #div_link_ul.preview-bookmarks.favorite-size-standard {
  position: relative;
  z-index: 4;
  top: auto;
  width: min(760px, 100%);
  max-width: none;
  margin: 34px auto 0;
}

.startpage-preview-shell #link_ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.startpage-preview-shell #link_ul .link_li,
.startpage-preview-shell #link_ul .link_li_plus {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  margin: 0 !important;
  list-style: none !important;
}

.startpage-preview-shell #div_link_ul.favorite-size-standard .div_hover,
.startpage-preview-shell #div_link_ul.favorite-size-standard .div_hover_plus {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  width: 96px !important;
  height: 96px !important;
  margin: 0 5px 12px !important;
  background: transparent !important;
  box-shadow: none !important;
}

.startpage-preview-shell #div_link_ul.favorite-size-standard .link,
.startpage-preview-shell #div_link_ul.favorite-size-standard .link_plus {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 88px !important;
  height: 82px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  border: 1px solid var(--start-scheme-border-solid) !important;
  border-radius: 14px !important;
  color: var(--start-scheme-text) !important;
  background-color: rgba(var(--start-scheme-rgb), var(--start-favorite-alpha)) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.14), inset 0 1px rgba(255,255,255,.09) !important;
  backdrop-filter: blur(9px);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, filter .2s ease;
}

.startpage-preview-shell #link_ul .link_li:hover .link,
.startpage-preview-shell #link_ul .link_li_plus:hover .link_plus {
  transform: translateY(-3px) scale(1.025);
  border-width: 2px !important;
  border-color: rgba(126,224,255,.82) !important;
  box-shadow: 0 15px 32px rgba(0,0,0,.25), 0 0 0 2px rgba(91,207,247,.14) !important;
  filter: brightness(1.08);
}

.startpage-preview-shell #div_link_ul.favorite-size-standard .preview-favicon {
  display: grid;
  place-items: center;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  color: #082337;
  background: rgba(255,255,255,.92);
  font: 900 14px/1 "Segoe UI", Arial, sans-serif;
}

.startpage-preview-shell #div_link_ul.favorite-size-standard .link span {
  display: block;
  max-width: calc(100% - 8px);
  margin: 0 4px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  font-size: 11px !important;
  line-height: 1.2;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes sioAvatarFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes sioAvatarHalo {
  0%, 100% { transform: translateY(0) scaleX(1); opacity: 1; }
  50% { transform: translateY(-1px) scaleX(1.05); opacity: .78; }
}

@keyframes sioAvatarShadow {
  0%, 100% { transform: scaleX(1); opacity: .42; }
  50% { transform: scaleX(.82); opacity: .26; }
}

@keyframes sioAvatarGlow {
  0%, 100% { opacity: .28; }
  50% { opacity: .44; }
}

@keyframes guideSioWelcomeHand {
  0%, 11%, 42%, 100% { opacity: 0; transform: rotate(-26deg) translate(0,4px) scale(.96); }
  15% { opacity: 1; transform: rotate(24deg) translate(3px,-4px) scale(1.08); }
  20% { opacity: 1; transform: rotate(-20deg) translate(0,-1px) scale(1.04); }
  25% { opacity: 1; transform: rotate(22deg) translate(3px,-4px) scale(1.08); }
  31% { opacity: 1; transform: rotate(-16deg) translate(0,-1px) scale(1.03); }
  38% { opacity: 0; transform: rotate(-26deg) translate(0,4px) scale(.96); }
}

@keyframes guideSioTypeCursor {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@media (max-width: 850px) {
  .startpage-preview-shell .sio-search-row.preview-search-row {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .startpage-preview-shell .sio-live-dock {
    width: 54px;
    height: 54px;
    border-radius: 15px;
  }

  .startpage-preview-shell .quick-dock-icon,
  .startpage-preview-shell .preview-sio-avatar {
    width: 40px;
    height: 44px;
  }

  .startpage-preview-shell .guide-sio-speech {
    left: -2px;
    top: auto;
    bottom: calc(100% + 9px);
    width: min(230px, calc(100vw - 44px));
    font-size: 12px;
  }

  .startpage-preview-shell .guide-sio-speech::before {
    left: 20px;
    bottom: -8px;
    border-left: 0;
    border-top: 0;
    border-right: 1px solid rgba(117, 230, 255, .48);
  }

  .startpage-preview-shell #searchbar_form,
  .startpage-preview-shell #searchbar {
    height: 44px;
    line-height: 44px;
  }

  .startpage-preview-shell #div_link_ul.favorite-size-standard .div_hover,
  .startpage-preview-shell #div_link_ul.favorite-size-standard .div_hover_plus {
    width: 76px !important;
    height: 76px !important;
    margin: 0 3px 8px !important;
  }

  .startpage-preview-shell #div_link_ul.favorite-size-standard .link,
  .startpage-preview-shell #div_link_ul.favorite-size-standard .link_plus {
    width: 64px !important;
    height: 64px !important;
  }

  .startpage-preview-shell #div_link_ul.favorite-size-standard .preview-favicon {
    width: 24px !important;
    height: 24px !important;
    font-size: 11px;
  }

  .startpage-preview-shell #div_link_ul.favorite-size-standard .link span {
    margin-top: 0 !important;
    font-size: 8.5px !important;
  }
}

/* Finale Teaser-Anordnung: Dashboard oben, Suche mittig, Favoriten nebeneinander. */
.startpage-preview-shell .preview-stage {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: min(1240px, calc(100% - 48px)) !important;
  margin-top: 12px !important;
}

.startpage-preview-shell .preview-dashboard-card {
  order: 1;
  width: min(900px, calc(100% - 72px)) !important;
  margin: 0 auto 18px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(126, 224, 255, .32) !important;
  border-radius: 14px !important;
  background: rgba(6, 15, 31, .62) !important;
  box-shadow: 0 16px 42px rgba(0,0,0,.24), inset 0 1px rgba(255,255,255,.08) !important;
  backdrop-filter: blur(14px) !important;
}

.startpage-preview-shell .preview-dashboard-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 10px !important;
}

.startpage-preview-shell .preview-dashboard-head b {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.startpage-preview-shell .preview-dashboard-head span {
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: rgba(238, 250, 255, .76) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 12px !important;
  text-align: right !important;
}

.startpage-preview-shell .preview-dashboard-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.2fr 1.5fr 1fr 1fr !important;
  gap: 10px !important;
}

.startpage-preview-shell .preview-dashboard-grid > span {
  display: block !important;
  min-height: 50px !important;
  height: auto !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  border-radius: 11px !important;
  color: var(--start-scheme-text) !important;
  background: rgba(255,255,255,.06) !important;
  box-shadow: inset 0 1px rgba(255,255,255,.06) !important;
  text-align: left !important;
}

.startpage-preview-shell .preview-dashboard-grid b,
.startpage-preview-shell .preview-dashboard-grid em {
  display: block !important;
}

.startpage-preview-shell .preview-dashboard-grid b {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.startpage-preview-shell .preview-dashboard-grid em {
  margin-top: 3px !important;
  color: rgba(238, 250, 255, .68) !important;
  font-size: 10px !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}

.startpage-preview-shell .sio-search-row.preview-search-row {
  order: 2;
  width: min(745px, 100%) !important;
  margin: 0 auto !important;
}

.startpage-preview-shell #div_link_ul.preview-bookmarks.favorite-size-standard {
  order: 3;
  display: block !important;
  width: min(920px, 100%) !important;
  margin: 34px auto 0 !important;
}

.startpage-preview-shell #div_link_ul.preview-bookmarks.favorite-size-standard #link_ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
}

.startpage-preview-shell #div_link_ul.preview-bookmarks.favorite-size-standard #link_ul > span {
  display: flex !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.startpage-preview-shell #div_link_ul.favorite-size-standard .div_hover,
.startpage-preview-shell #div_link_ul.favorite-size-standard .div_hover_plus {
  width: 96px !important;
  height: 96px !important;
  margin: 0 !important;
}

.startpage-preview-shell #div_link_ul.favorite-size-standard .link,
.startpage-preview-shell #div_link_ul.favorite-size-standard .link_plus {
  width: 88px !important;
  height: 82px !important;
}

@media (max-width: 850px) {
  .startpage-preview-shell .preview-dashboard-card {
    width: 100% !important;
  }

  .startpage-preview-shell .preview-dashboard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .startpage-preview-shell #div_link_ul.preview-bookmarks.favorite-size-standard #link_ul {
    flex-wrap: wrap !important;
  }
}

/* Dashboard-Leiste wie auf der Startseite: oben mittig, kompakt und horizontal. */
.startpage-preview-shell .preview-dashboard-card.preview-dashboard-topbar {
  position: absolute !important;
  z-index: 6 !important;
  top: 0 !important;
  left: 50% !important;
  display: grid !important;
  grid-template-columns: 126px 178px 38px minmax(220px, 1fr) 190px 24px !important;
  align-items: center !important;
  gap: 0 !important;
  width: min(900px, calc(100% - 520px)) !important;
  min-width: 660px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid rgba(126, 224, 255, .24) !important;
  border-top: 0 !important;
  border-radius: 0 0 15px 15px !important;
  color: rgba(238, 250, 255, .9) !important;
  background: rgba(28, 65, 121, .74) !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.12) !important;
  transform: translateX(-50%) !important;
  backdrop-filter: blur(16px) !important;
}

.startpage-preview-shell .preview-dashboard-card.preview-dashboard-topbar > span {
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.1) !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  box-shadow: none !important;
}

.startpage-preview-shell .preview-dashboard-card.preview-dashboard-topbar > span:last-child {
  border-right: 0 !important;
}

.startpage-preview-shell .preview-dashboard-clock {
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
}

.startpage-preview-shell .preview-dashboard-clock small {
  display: block;
  color: rgba(238, 250, 255, .68);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.startpage-preview-shell .preview-dashboard-clock b {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
}

.startpage-preview-shell .preview-dashboard-weather {
  gap: 10px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.startpage-preview-shell .preview-dashboard-weather i {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 35%, #ffe9a2 0 28%, #ffb63f 29% 62%, transparent 63%),
    radial-gradient(circle at 72% 70%, rgba(78, 166, 255, .9) 0 42%, transparent 43%);
  box-shadow: 0 0 13px rgba(255, 185, 67, .42);
}

.startpage-preview-shell .preview-dashboard-temp {
  justify-content: center !important;
  padding: 0 !important;
}

.startpage-preview-shell .preview-dashboard-temp::before {
  content: "3";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #dff8ff;
  background: rgba(56, 138, 190, .72);
  font-size: 12px;
  font-weight: 900;
}

.startpage-preview-shell .preview-dashboard-temp {
  font-size: 0 !important;
}

.startpage-preview-shell .preview-dashboard-news {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  color: rgba(238, 250, 255, .78) !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  text-align: center !important;
}

.startpage-preview-shell .preview-dashboard-event {
  gap: 9px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
}

.startpage-preview-shell .preview-dashboard-event i {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(56, 138, 190, .72);
}

.startpage-preview-shell .preview-dashboard-event i::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid rgba(222, 247, 255, .9);
  border-radius: 3px;
}

.startpage-preview-shell .preview-dashboard-more {
  justify-content: center !important;
  padding: 0 !important;
  color: #8be6ff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.startpage-preview-shell .preview-stage {
  position: static !important;
  padding-top: 82px !important;
}

.startpage-preview-shell .sio-search-row.preview-search-row {
  margin-top: 0 !important;
}

@media (max-width: 1180px) {
  .startpage-preview-shell .preview-dashboard-card.preview-dashboard-topbar {
    width: min(820px, calc(100% - 280px)) !important;
    min-width: 560px !important;
    grid-template-columns: 118px 150px 34px minmax(160px, 1fr) 160px 22px !important;
  }
}

@media (max-width: 850px) {
  .startpage-preview-shell .preview-dashboard-card.preview-dashboard-topbar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 8px auto 16px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-top: 1px solid rgba(126, 224, 255, .24) !important;
    border-radius: 14px !important;
    transform: none !important;
  }

  .startpage-preview-shell .preview-stage {
    position: relative !important;
    padding-top: 0 !important;
  }
}

/* Finale Favoriten-Icons: keine Buchstaben-Platzhalter, sondern klare Marken-Anmutung. */
.startpage-preview-shell .preview-favicon {
  position: relative !important;
  display: inline-grid !important;
  place-items: center !important;
  overflow: hidden !important;
  color: transparent !important;
  background: #fff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .18) !important;
}

.startpage-preview-shell .preview-favicon::before,
.startpage-preview-shell .preview-favicon::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
}

.startpage-preview-shell .preview-favicon-gmail {
  background:
    linear-gradient(135deg, transparent 0 24%, #ea4335 25% 34%, transparent 35%),
    linear-gradient(225deg, transparent 0 24%, #4285f4 25% 34%, transparent 35%),
    linear-gradient(45deg, transparent 0 23%, #34a853 24% 33%, transparent 34%),
    linear-gradient(315deg, transparent 0 23%, #fbbc05 24% 33%, transparent 34%),
    #fff !important;
}

.startpage-preview-shell .preview-favicon-gmail::before {
  width: 16px !important;
  height: 10px !important;
  border: 3px solid #ea4335 !important;
  border-top: 0 !important;
  border-radius: 2px !important;
  transform: translateY(1px) !important;
}

.startpage-preview-shell .preview-favicon-chatgpt {
  background: #101820 !important;
}

.startpage-preview-shell .preview-favicon-chatgpt::before {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  box-shadow: 0 -5px 0 -3px #fff, 4px 3px 0 -3px #fff, -4px 3px 0 -3px #fff !important;
}

.startpage-preview-shell .preview-favicon-hotmail {
  background: linear-gradient(135deg, #1976d2 0 48%, #26a7ff 49% 100%) !important;
}

.startpage-preview-shell .preview-favicon-hotmail::before {
  width: 16px !important;
  height: 11px !important;
  border: 2px solid #fff !important;
  border-radius: 2px !important;
}

.startpage-preview-shell .preview-favicon-hotmail::after {
  width: 12px !important;
  height: 12px !important;
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  transform: rotate(-45deg) translateY(-3px) !important;
}

.startpage-preview-shell .preview-favicon-amazon::before {
  content: "a" !important;
  position: static !important;
  color: #111 !important;
  font: 900 18px/1 Arial, sans-serif !important;
  transform: translateY(-2px) !important;
}

.startpage-preview-shell .preview-favicon-amazon::after {
  width: 15px !important;
  height: 7px !important;
  border-bottom: 3px solid #ff9900 !important;
  border-radius: 0 0 18px 18px !important;
  bottom: 5px !important;
}

.startpage-preview-shell .preview-favicon-youtube {
  background: #ff0033 !important;
  border-radius: 9px !important;
}

.startpage-preview-shell .preview-favicon-youtube::before {
  width: 0 !important;
  height: 0 !important;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 10px solid #fff !important;
  margin-left: 2px !important;
}

.startpage-preview-shell .preview-favicon-reddit {
  background: #ff4500 !important;
}

.startpage-preview-shell .preview-favicon-reddit::before {
  width: 16px !important;
  height: 12px !important;
  background:
    radial-gradient(circle at 5px 6px, #ff4500 0 2px, transparent 2.5px),
    radial-gradient(circle at 11px 6px, #ff4500 0 2px, transparent 2.5px),
    #fff !important;
  border-radius: 10px 10px 8px 8px !important;
  bottom: 7px !important;
}

.startpage-preview-shell .preview-favicon-microsoft {
  background:
    linear-gradient(90deg, #f35325 0 48%, transparent 48% 52%, #81bc06 52% 100%),
    linear-gradient(90deg, #05a6f0 0 48%, transparent 48% 52%, #ffba08 52% 100%) !important;
  background-size: 100% 48%, 100% 48% !important;
  background-position: 0 0, 0 100% !important;
  background-repeat: no-repeat !important;
  border-radius: 4px !important;
}
