.sidenav {
  width: 0;
  max-width: min(420px, 92vw);
  box-sizing: border-box;
  overflow-x: hidden !important;
  overflow-y: auto;
  transition: width .56s cubic-bezier(.2,.78,.25,1) !important;
}

.sidenav.guide-menu-open {
  width: min(420px, 92vw) !important;
}

.sidenav *,
.sidenav *::before,
.sidenav *::after {
  box-sizing: border-box;
}

.sidenav .menu_part,
.sidenav .menu_part center,
.sidenav .cloud-save-section {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.sidenav .flipswitch.personal-id-block {
  width:100% !important;
  max-width:none !important;
  height:auto !important;
  min-height:0 !important;
}

.sidenav #cloudRestoreHint {
  width:calc(100% - 28px);
  max-width:260px;
  margin:0 auto 8px !important;
  overflow-wrap:normal;
  word-break:normal;
}

.sidenav .menu_label {
  width: 100%;
  padding-inline: 14px;
  white-space: normal;
  overflow-wrap: anywhere;
  font-size: clamp(16px, 5.2vw, 20px);
  line-height: 1.25;
}

.sidenav .select,
.sidenav .flipswitch,
.sidenav .slider_size,
.sidenav .button_bg,
.sidenav .button_bg2,
.sidenav .button_bg_red,
.sidenav input,
.sidenav select {
  max-width: calc(100% - 24px);
}

.sidenav .slider_size {
  margin-left:auto;
  margin-right:auto;
}

.sidenav .cloud-save-hint {
  width: calc(100% - 28px);
  max-width: none;
}

.sidenav.guide-menu-open .menu_part {
  animation: guide-menu-content-in .38s ease both;
}

@keyframes guide-menu-content-in {
  from { opacity:.2; transform:translateX(18px); }
  to { opacity:1; transform:translateX(0); }
}

.live-guide-layer {
  position:fixed;
  z-index:2147483646;
  inset:0;
  pointer-events:none;
}

.live-guide-layer[hidden] { display:none; }

.live-guide-shade {
  position:absolute;
  z-index:0;
  inset:0;
  background:transparent;
}

.live-guide-focus {
  position:fixed;
  z-index:1;
  border:2px solid #9bdfff;
  border-radius:4px;
  box-shadow:0 0 0 9999px rgba(3,9,14,.58),0 0 20px rgba(71,194,245,.42);
  pointer-events:none;
  transition:top .3s ease,left .3s ease,width .3s ease,height .3s ease;
}

.live-guide-card {
  position:fixed;
  z-index:5;
  width:min(410px,calc(100vw - 28px));
  padding:19px 20px 17px;
  border:1px solid rgba(121,205,245,.75);
  border-radius:3px;
  color:#e8f7ff;
  background:#102f45;
  box-shadow:inset 0 1px rgba(222,247,255,.25),0 20px 60px rgba(0,0,0,.58),0 0 18px rgba(48,172,231,.14);
  font-family:"Arial Narrow","Segoe UI",Arial,sans-serif;
  pointer-events:auto;
}

.live-guide-paused-for-modal .live-guide-shade,
.live-guide-paused-for-modal .live-guide-focus,
.live-guide-paused-for-modal .live-guide-card {
  display:none !important;
}

#pinSetModal,
#pinRestoreModal,
#pinImportModal,
#restoreModal,
#fpChangeModal,
#shareModal,
#infoModal {
  z-index:2147483647 !important;
}

.live-guide-card::before,
.live-guide-card::after {
  content:"";
  position:absolute;
  z-index:5;
  width:24px;
  height:2px;
  border-radius:99px;
  background:linear-gradient(90deg,transparent,#dff9ff,transparent);
  box-shadow:0 0 5px #72d2fa;
  animation:live-guide-run 9.2s linear infinite;
}

.live-guide-card::before { top:-1px; left:0; }
.live-guide-card::after { bottom:-1px; left:50%; }

@keyframes live-guide-run {
  from { transform:translateX(-25px); opacity:.28; }
  to { transform:translateX(410px); opacity:.28; }
}

.live-guide-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.live-guide-kicker {
  display:flex;
  align-items:center;
  gap:8px;
  color:#a9dff7;
  font-size:12px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.live-guide-dot {
  width:8px;
  height:8px;
  border:1px solid #d7f7ff;
  border-radius:50%;
  background:#58ccff;
  box-shadow:0 0 7px #53c8ff;
}

.live-guide-window-actions { display:flex; gap:6px; }

.live-guide-window-actions button {
  width:30px;
  height:30px;
  padding:0;
  border:1px solid rgba(127,207,245,.35);
  border-radius:0;
  color:#d3edf8;
  background:#153d55;
}

.live-guide-minimize { padding-bottom:8px !important; font-size:20px; }
.live-guide-close { font-size:20px; }

.live-guide-progress {
  display:grid;
  grid-template-columns:repeat(var(--guide-step-count, 11), minmax(0,1fr));
  gap:4px;
  margin:12px 0 15px;
  padding:2px;
  border:1px solid rgba(127,207,245,.18);
  border-radius:12px;
  background:rgba(10,42,60,.42);
  box-shadow:inset 0 1px rgba(255,255,255,.05);
}

.live-guide-progress button {
  position:relative;
  min-width:0;
  height:24px;
  padding:0;
  border:0;
  border-radius:9px;
  color:rgba(222,244,255,.58);
  background:rgba(154,220,249,.16);
  cursor:pointer;
  overflow:visible;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.live-guide-progress button i {
  position:absolute;
  inset:0;
  display:block;
  background:linear-gradient(90deg,rgba(73,207,255,.34),rgba(132,238,255,.5));
  opacity:0;
}

.live-guide-progress button span {
  position:relative;
  z-index:1;
  display:block;
  padding:0 3px;
  font-size:8px;
  font-weight:800;
  letter-spacing:.01em;
  line-height:24px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.live-guide-progress button::after {
  content:attr(data-guide-tooltip);
  position:absolute;
  z-index:5;
  left:50%;
  bottom:calc(100% + 8px);
  width:max-content;
  max-width:190px;
  padding:7px 9px;
  border:1px solid rgba(148,217,248,.34);
  border-radius:9px;
  color:#fff;
  background:rgba(8,22,31,.94);
  box-shadow:0 10px 22px rgba(0,0,0,.32),0 0 12px rgba(82,203,255,.16);
  font-size:11px;
  font-weight:800;
  line-height:1.25;
  white-space:normal;
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,4px);
  transition:opacity .14s ease,transform .14s ease;
}

.live-guide-progress button::before {
  content:"";
  position:absolute;
  z-index:6;
  left:50%;
  bottom:calc(100% + 3px);
  width:9px;
  height:9px;
  border-right:1px solid rgba(148,217,248,.28);
  border-bottom:1px solid rgba(148,217,248,.28);
  background:rgba(8,22,31,.94);
  opacity:0;
  pointer-events:none;
  transform:translateX(-50%) rotate(45deg);
  transition:opacity .14s ease;
}

.live-guide-progress button:hover::after,
.live-guide-progress button:focus-visible::after {
  opacity:1;
  transform:translate(-50%,0);
}

.live-guide-progress button:hover::before,
.live-guide-progress button:focus-visible::before {
  opacity:1;
}

.live-guide-progress button.is-done {
  color:rgba(235,250,255,.82);
  background:rgba(65,183,230,.2);
}

.live-guide-progress button.is-done i { opacity:.45; }

.live-guide-progress button.is-active {
  color:#fff;
  background:rgba(85,207,255,.28);
  box-shadow:0 0 0 1px rgba(133,232,255,.5),0 0 13px rgba(83,202,255,.34);
}

.live-guide-progress button.is-active i {
  opacity:1;
  animation:liveGuideSegmentGlow 1.8s ease-in-out infinite;
}

.live-guide-progress button:hover,
.live-guide-progress button:focus-visible {
  color:#fff;
  background:rgba(92,212,255,.32);
  outline:none;
  transform:translateY(-1px);
  box-shadow:0 0 0 1px rgba(133,232,255,.42),0 7px 14px rgba(0,0,0,.18);
}

@keyframes liveGuideSegmentGlow {
  0%,100% { opacity:.82; filter:brightness(1); }
  50% { opacity:1; filter:brightness(1.18); }
}

.live-guide-card h2 {
  margin:0 0 9px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(148,217,248,.22);
  color:#fff;
  font-size:22px;
  line-height:1.2;
}

.live-guide-card p {
  margin:0;
  color:#e2edf2;
  font-size:14px;
  line-height:1.48;
}

.live-guide-card .live-guide-hint {
  min-height:18px;
  margin-top:9px;
  color:#a8c7d6;
  font-size:12px;
}

.live-guide-extra {
  margin-top:13px;
}

.live-guide-extra[hidden] {
  display:none;
}

.live-guide-choice-grid,
.live-guide-topic-grid {
  display:grid;
  gap:8px;
}

.live-guide-size-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}

.live-guide-choice {
  min-height:98px;
  padding:9px;
  border:1px solid rgba(129,215,255,.26);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
  color:#eaf9ff;
  cursor:pointer;
  text-align:left;
  transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}

.live-guide-choice:hover,
.live-guide-choice:focus-visible,
.live-guide-choice.is-active {
  border-color:rgba(99,220,255,.78);
  background:linear-gradient(145deg,rgba(45,164,207,.28),rgba(255,255,255,.06));
  box-shadow:0 0 0 2px rgba(99,220,255,.12),0 12px 28px rgba(0,0,0,.18);
  transform:translateY(-1px);
}

.live-guide-choice strong,
.live-guide-choice small {
  display:block;
}

.live-guide-choice strong {
  margin-top:7px;
  font-size:12px;
}

.live-guide-choice small {
  margin-top:3px;
  color:#aacddd;
  font-size:10px;
  line-height:1.25;
}

.live-guide-choice-preview {
  display:flex;
  align-items:center;
  gap:5px;
  min-height:30px;
}

.live-guide-choice-preview i {
  display:block;
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,.9),rgba(77,198,239,.42));
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.42),0 5px 12px rgba(0,0,0,.22);
}

.live-guide-choice-preview-compact i { width:20px; height:20px; }
.live-guide-choice-preview-standard i { width:25px; height:25px; }
.live-guide-choice-preview-large i { width:31px; height:31px; }

.live-guide-news-picker {
  max-height:310px;
  overflow:auto;
  padding-right:3px;
  overscroll-behavior:contain;
}

.live-guide-topic-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  margin-bottom:10px;
}

.live-guide-topic-chip,
.live-guide-provider-chip {
  display:flex;
  align-items:center;
  gap:7px;
  border:1px solid rgba(129,215,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#eaf8ff;
  cursor:pointer;
  font-size:12px;
  font-weight:750;
}

.live-guide-topic-chip {
  padding:7px 9px;
}

.live-guide-provider-chip {
  padding:6px 8px;
  font-size:11px;
}

.live-guide-topic-chip input,
.live-guide-provider-chip input {
  width:13px;
  height:13px;
  accent-color:#35cfff;
}

.live-guide-topic-chip.is-active,
.live-guide-provider-chip.is-active {
  border-color:rgba(99,220,255,.68);
  background:rgba(45,164,207,.26);
  box-shadow:0 0 14px rgba(53,207,255,.12);
}

.live-guide-provider-scroll {
  display:grid;
  gap:9px;
}

.live-guide-provider-group {
  padding:9px;
  border:1px solid rgba(129,215,255,.18);
  border-radius:14px;
  background:rgba(6,29,42,.28);
}

.live-guide-provider-group h3 {
  margin:0 0 7px;
  color:#bcecff;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.live-guide-provider-group .live-guide-provider-chip {
  margin:5px 5px 0 0;
  display:inline-flex;
}

.live-guide-home-shortcut {
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  margin-top:16px;
  padding:14px 16px;
  border:1px solid rgba(129,229,255,.68);
  border-radius:14px;
  color:#f3fdff;
  background:linear-gradient(135deg,rgba(23,116,157,.92),rgba(8,61,91,.96));
  box-shadow:0 14px 34px rgba(0,0,0,.3),0 0 0 3px rgba(91,217,255,.13);
  text-align:left;
  cursor:pointer;
  transition:transform .18s ease,border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease;
}

.live-guide-home-shortcut[hidden] {
  display:none;
}

.live-guide-home-shortcut:hover,
.live-guide-home-shortcut:focus-visible {
  border-color:rgba(166,241,255,.92);
  color:#fff;
  background:linear-gradient(135deg,rgba(34,144,190,.98),rgba(9,74,109,.98));
  box-shadow:0 18px 42px rgba(0,0,0,.34),0 0 0 4px rgba(91,217,255,.2),0 0 24px rgba(104,224,255,.2);
  transform:translateY(-1px);
  outline:none;
}

.live-guide-home-shortcut svg {
  flex:0 0 30px;
  width:30px;
  height:30px;
  fill:currentColor;
  opacity:.94;
}

.live-guide-home-shortcut span,
.live-guide-home-shortcut strong,
.live-guide-home-shortcut small {
  display:block;
}

.live-guide-home-shortcut strong {
  font-size:15px;
  line-height:1.2;
}

.live-guide-home-shortcut small {
  margin-top:4px;
  color:#c4e9f5;
  font-size:11px;
  font-weight:650;
}

.live-guide-actions {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-top:18px;
}

.live-guide-actions > div { display:flex; gap:7px; }

.live-guide-actions button {
  min-height:36px;
  padding:0 13px;
  border:1px solid rgba(129,215,255,.62);
  border-radius:0;
  color:#e6f7ff;
  background:linear-gradient(#347ca5,#1f5878);
  font-weight:800;
}

.live-guide-actions .live-guide-skip {
  padding-inline:2px;
  border-color:transparent;
  color:#a9c5d1;
  background:transparent;
}

.live-guide-highlight {
  position:relative;
  z-index:2147482998 !important;
}

.start-guide-overlay,
.start-guide-card {
  display:none !important;
}

#dialog.live-guide-bookmark-dialog {
  position:fixed !important;
  z-index:2147483005 !important;
  top:50% !important;
  left:50% !important;
  display:block !important;
  width:min(390px,calc(100vw - 30px)) !important;
  height:auto !important;
  padding:48px 18px 18px !important;
  border:1px solid #8bdfff !important;
  border-radius:3px !important;
  color:#eefaff !important;
  background:#102f45 !important;
  box-shadow:0 22px 65px rgba(0,0,0,.72),0 0 18px rgba(70,195,245,.2) !important;
  transform:translate(-50%,-50%) !important;
}

#dialog.live-guide-bookmark-dialog::before {
  content:"Lesezeichen hinzufügen";
  position:absolute;
  top:15px;
  left:18px;
  color:#fff;
  font-size:17px;
  font-weight:800;
}

#dialog.live-guide-bookmark-dialog .live-bookmark-dialog-close {
  position:absolute;
  top:9px;
  right:10px;
  width:30px;
  height:30px;
  padding:0;
  border:1px solid rgba(139,223,255,.55);
  color:#fff;
  background:#153d55;
  font-size:20px;
  line-height:26px;
}

#dialog.live-guide-bookmark-dialog input {
  display:block !important;
  width:100% !important;
  max-width:none !important;
  height:38px !important;
  margin:0 0 12px !important;
}

#guide_start {
  overflow:visible;
}

#guide_start .live-guide-launch-badge {
  position:absolute;
  z-index:5;
  top:-4px;
  right:-4px;
  display:none;
  min-width:17px;
  height:17px;
  padding:0 4px;
  border:1px solid #bcecff;
  border-radius:999px;
  color:#082434;
  background:#8de0ff;
  box-shadow:0 0 7px rgba(83,199,247,.45);
  font-size:9px;
  font-weight:900;
  line-height:15px;
}

#guide_start.live-guide-pending .live-guide-launch-badge { display:block; }

#guide_start.live-guide-calling::after {
  content:"";
  position:absolute;
  inset:4px;
  border:1px solid rgba(137,222,255,.72);
  border-radius:12px;
  animation:live-guide-ring 1.6s ease-out infinite;
}

#guide_start.live-guide-calling span {
  animation:live-guide-question 1.6s ease-in-out infinite;
}

.live-guide-invite {
  position:fixed;
  z-index:2147482999;
  left:74px;
  top:50%;
  width:250px;
  padding:11px 13px;
  border:1px solid rgba(132,215,252,.5);
  border-radius:3px;
  color:#dff5ff;
  background:rgba(13,45,63,.94);
  box-shadow:0 12px 32px rgba(0,0,0,.36),0 0 12px rgba(77,192,240,.12);
  font-family:"Segoe UI",Arial,sans-serif;
  text-align:left;
  opacity:0;
  pointer-events:none;
  transform:translate(-8px,135px);
  transition:opacity .35s ease,transform .35s ease,border-color .2s ease;
}

.live-guide-invite[hidden] {
  display:none;
}

.live-guide-invite::before {
  content:"";
  position:absolute;
  left:-7px;
  bottom:17px;
  width:12px;
  height:12px;
  border-left:1px solid rgba(132,215,252,.5);
  border-bottom:1px solid rgba(132,215,252,.5);
  background:rgba(13,45,63,.94);
  transform:rotate(45deg);
}

.live-guide-invite.is-visible {
  opacity:1;
  pointer-events:auto;
  transform:translate(0,135px);
}

.live-guide-invite:hover,
.live-guide-invite:focus-visible {
  border-color:#91ddff;
}

.live-guide-invite strong,
.live-guide-invite span {
  display:block;
}

.live-guide-invite strong {
  margin-bottom:3px;
  color:#fff;
  font-size:13px;
}

.live-guide-invite span {
  color:#b8d6e3;
  font-size:12px;
  line-height:1.35;
}

@keyframes live-guide-ring {
  from { opacity:.7; transform:scale(.8); }
  to { opacity:0; transform:scale(1.35); }
}

@keyframes live-guide-question {
  35% { transform:rotate(-8deg) scale(1.12); filter:drop-shadow(0 0 5px #75d9ff); }
  65% { transform:rotate(7deg) scale(1.07); }
}

.live-install-panel {
  position:fixed;
  z-index:2;
  top:18px;
  left:18px;
  width:min(720px,calc(100vw - 36px));
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  box-sizing:border-box;
  overflow:hidden;
  color:#eefaff;
  background:#12384f;
  border:1px solid #82d9ff;
  box-shadow:0 18px 45px rgba(0,0,0,.4);
  pointer-events:auto;
}

.live-install-row {
  display:grid;
  grid-template-columns:190px 1fr 310px;
  align-items:center;
  gap:14px;
  width:auto !important;
  height:auto !important;
  min-height:112px;
  margin:0 !important;
  padding:14px 18px;
  box-sizing:border-box;
}

.live-install-label {
  display:block;
  margin-bottom:6px;
  color:#bce8fa;
  font-size:11px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.live-install-house,
.live-install-link {
  display:flex;
  align-items:center;
  gap:10px;
  min-height:62px;
  padding:8px 11px;
  border:1px solid rgba(136,219,255,.7);
  color:#fff;
  background:#154762;
}

.live-install-house-icon,
.live-install-link-icon {
  position:relative;
  display:grid;
  flex:0 0 43px;
  width:43px;
  height:43px;
  place-items:center;
  color:#fff;
  background:#2e83aa;
}

.live-install-link-icon {
  background:linear-gradient(145deg,#37b9f1,#126f9f);
  box-shadow:0 0 0 0 rgba(83,213,255,.55),0 0 18px rgba(83,213,255,.38);
  animation:live-install-link-pulse 1.45s ease-out infinite;
}

.live-install-link-icon::before,
.live-install-link-icon::after {
  content:"";
  position:absolute;
  inset:-5px;
  border:2px solid rgba(126,229,255,.58);
  border-radius:8px;
  pointer-events:none;
  animation:live-install-link-ring 1.45s ease-out infinite;
}

.live-install-link-icon::after {
  animation-delay:.55s;
}

.live-install-house-icon svg,
.live-install-link-icon svg {
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.3;
}

.live-install-house-icon svg { fill:currentColor; stroke:none; }
.live-install-house.arrive .live-install-house-icon { animation:live-house-wobble .78s ease; }

@keyframes live-install-link-pulse {
  0%,100% { transform:scale(1); filter:brightness(1); }
  45% { transform:scale(1.08); filter:brightness(1.22); }
}

@keyframes live-install-link-ring {
  0% { opacity:.72; transform:scale(.88); }
  75% { opacity:0; transform:scale(1.28); }
  100% { opacity:0; transform:scale(1.28); }
}

.live-install-link { cursor:grab; text-decoration:none; }
.live-install-link strong,.live-install-link small { display:block; }
.live-install-link small { margin-top:3px; color:#b9d2dd; font-size:11px; }

.live-install-route {
  position:relative;
  align-self:stretch;
  min-height:84px;
}

.live-install-flight {
  position:fixed;
  z-index:4;
  inset:0;
  overflow:hidden;
  pointer-events:none;
}

.live-install-flight svg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
}

.live-install-flight-path {
  fill:none;
  stroke:#8bdeff;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-dasharray:5 7;
}

.live-install-drag {
  filter:drop-shadow(0 0 5px rgba(255,255,255,.75)) drop-shadow(0 3px 4px rgba(0,0,0,.75));
}

.live-install-drag-card {
  fill:#fff;
  stroke:#91dcff;
  stroke-width:1.5;
}

.live-install-drag-chain rect,
.live-install-drag-chain path {
  fill:none;
  stroke:#116386;
  stroke-width:2.2;
  stroke-dasharray:none;
}

.sidenav .flipswitch {
  display:block !important;
  width:70px !important;
  min-width:70px !important;
  max-width:70px !important;
  height:22px !important;
  min-height:22px !important;
  margin-inline:auto !important;
  padding:0 !important;
}

.sidenav .flipswitch-label,
.sidenav .flipswitch-inner,
.sidenav .flipswitch-inner::before,
.sidenav .flipswitch-inner::after {
  height:22px !important;
  min-height:22px !important;
}

.sidenav .flipswitch-switch {
  top:0 !important;
  bottom:0 !important;
  height:auto !important;
}

.live-install-drag-text {
  fill:#123d54;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-anchor:middle;
}

.live-install-drag-hand {
  fill:#fff !important;
  stroke:#092638 !important;
  stroke-width:2 !important;
  stroke-linejoin:round;
  stroke-dasharray:none !important;
}

.live-install-drag-finger {
  fill:#fff;
  stroke:#092638;
  stroke-width:1.5;
}

.live-install-note {
  padding:9px 13px;
  border-top:1px solid rgba(111,205,248,.35);
  color:#bad3de;
  background:#0c2737;
  font-size:12px;
}

@keyframes live-house-wobble {
  20% { transform:rotate(-6deg) scale(1.08); }
  40% { transform:rotate(6deg) scale(1.12); }
  60% { transform:rotate(-4deg) scale(1.08); }
  80% { transform:rotate(3deg) scale(1.04); }
}

@media (max-width:700px) {
  .live-guide-card {
    width:auto;
  }

  .live-install-panel { top:8px; left:8px; width:calc(100vw - 16px); }
  .live-install-row { grid-template-columns:100px 1fr 205px; gap:7px; padding:10px; }
  .live-install-house { padding:6px; }
  .live-install-house > span:last-child { display:none; }
  .live-install-link { padding:7px; }
  .live-install-link small { display:none; }

  .live-guide-invite {
    left:64px;
    top:auto;
    bottom:18px;
    width:min(245px,calc(100vw - 82px));
    transform:translate(-8px,0);
  }

  .live-guide-invite.is-visible {
    transform:translate(0,0);
  }
}
