    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }


    .phone-wrapper {
      position: relative;
      width: 350px;
      height: auto;
      flex-shrink: 0;font-family: Inter;
    }

    .phone-frame {
      display: block;
      width: 100%;
      height: auto;
      position: relative;
      z-index: 4;
      pointer-events: none;
      user-select: none;
      filter: grayscale(1);
    }

    /* Screen content layered ON TOP of the phone image */
    .screen {
      position: absolute;
      z-index: 2;
      top: 16px;          /* lower to clear Dynamic Island */
      left: 19px;
      width: 311px;
      height: 666px;
      border-radius: 46px;
      overflow: hidden;
      /* background: #ffffff; */
      display: flex;
      flex-direction: column;
      background-image: url(src/iphone-bg.jpg);
      background-size: cover;
      background-position: center;
    }
    
    
    /* ===== Status bar (iOS style) ===== */
    .status-bar {
      height: 44px;
      padding: 12px 20px 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
      font-weight: 600;
      color: #000;
      background: transparent;
      flex-shrink: 0;
    }

    .status-bar .mob-time {
      letter-spacing: 0.3px;
    }

    .status-bar .icons {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .status-bar .signal,
    .status-bar .wifi,
    .status-bar .battery {
      display: inline-block;
    }

    .status-bar .battery {
      width: 22px;
      height: 11px;
      border: 1.5px solid #000;
      border-radius: 2.5px;
      position: relative;
    }
    .status-bar .battery::after {
      content: "";
      position: absolute;
      right: -3px;
      top: 2.5px;
      width: 2px;
      height: 4px;
      background: #000;
      border-radius: 0 1px 1px 0;
    }
    .status-bar .battery .level {
      position: absolute;
      left: 1.5px;
      top: 1.5px;
      bottom: 1.5px;
      width: 70%;
      background: #000;
      border-radius: 1px;
    }

    /* ===== Telegram header ===== */
    .tg-header {
      background: transparent;
      padding: 8px 14px 10px;
      display: flex;
      align-items: center;
      gap: 10px;
      /* border-bottom: 0.5px solid #d1d1d6; */
      flex-shrink: 0;
    }

    .tg-header .channel-info {
      flex: 1;
      min-width: 0;
      display: flex;
      gap: 8px;
      align-items: center;
      padding: 2px;
      border-radius: 100px;
      border: 1px solid #0000001a;
    }

    .tg-header .channel-name {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      line-height: 1.2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .tg-header .subscribers {
      font-size: 12px;
      color: #8e8e93;
      margin-top: 1px;
    }

    .tg-header .avatar {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: linear-gradient(135deg, #64b5f6, #1976d2);
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      margin-left: 0px;
    }

/* === Chat Header ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ === */
.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px 8px;
  background: transparent;
  position: relative;
  z-index: 10;
}

.back-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.chat-pill {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 22px;
  padding: 4px 16px 4px;
  text-align: center;
  min-width: 160px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
/* Screen content layered ON TOP of the phone image */
.screen {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 19px;
  width: 311px;
  height: 666px;
  border-radius: 46px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-image: url(src/iphone-bg.jpg);
  background-size: cover;
  background-position: center;
}

/* ÃƒÂÃ…Â¸ÃƒÂÃ‚Â»ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ blur Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â²ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬Ãƒâ€˜Ã¢â‚¬Â¦Ãƒâ€˜Ã†â€™ (ÃƒÂÃ‚Â±ÃƒÂÃ‚ÂµÃƒÂÃ‚Â· ÃƒÂÃ‚Â¶Ãƒâ€˜Ã¢â‚¬ËœÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚ÂºÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ ÃƒÂÃ‚Â³Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Â Ãƒâ€˜Ã¢â‚¬Â¹) */
.screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 110px;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(255, 230, 245, 0.55) 0%,
    rgba(255, 230, 245, 0.28) 45%,
    rgba(255, 230, 245, 0.08) 75%,
    transparent 100%
  );
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 55%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 55%,
    transparent 100%
  );
}

/* Status bar ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â±ÃƒÂÃ‚ÂµÃƒÂÃ‚Â· Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.status-bar {
  height: 44px;
  padding: 12px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  background: transparent;
  flex-shrink: 0;
  position: relative;
  z-index: 12;
}

/* Chat header ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â±ÃƒÂÃ‚ÂµÃƒÂÃ‚Â· Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ÃƒÂÃ‚Â° */
.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 12px 8px;
  background: transparent;
  position: relative;
  z-index: 11;
}

/* Post ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â½ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚Â½ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â³ÃƒÂÃ‚Â¾ ÃƒÂÃ‚Â·ÃƒÂÃ‚Â°Ãƒâ€˜Ã¢â‚¬Â¦ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¸Ãƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ Ãƒâ€˜Ã‹â€ ÃƒÂÃ‚Â°ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂºÃƒâ€˜Ã†â€™ */
.post {
  border-radius: 12px 12px 7px 7px;
  overflow-y: auto;
  margin: -12px 7px 8px;
  background: #ffffff;
  padding: 16px 8px 3px;
  scrollbar-width: none;
  margin-bottom: 3px;
  width: 270px;
  border: 1px solid #0000001a;
  position: relative;
  z-index: 1;
}
.chat-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  line-height: 1;
}

.chat-name .emoji {
  font-size: 15px;
}

.mute-icon {
  margin-left: 2px;
  opacity: 0.7;
}

.chat-status {
  font-size: 12px;
  color: #8E8E93;
  font-weight: 400;
  line-height: 1;
}

.avatar-right {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2.5px solid rgba(255,255,255,0.6);
}

.avatar-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

    /* ===== Post content ===== */
    .post {
      border-radius: 12px 12px 7px 7px;
      /* flex: 1; */
      overflow-y: auto;
      margin: 5px 7px 8px;
      background: #ffffff;
      padding-bottom: 4px;
      scrollbar-width: none; /* Firefox */
      padding: 8px;
      padding-top: 5px;
      padding-bottom: 3px;
      /* background: #f1f1f1; */
      margin-bottom: 3px;
      width: 270px;
      border: 1px solid #0000001a;
    }
    .post::-webkit-scrollbar {
      display: none;
    }

    .post .author {
      font-size: 12px;
      font-weight: 500;
      color: #463ed7;
      margin-bottom: -1px;
      line-height: 1;
    }

    .post .title {
      font-size: 16px;
      font-weight: 600;
      color: #000;
      margin-bottom: 8px;
    }

    .post .info {
      font-size: 13px;
      color: #272727;
      line-height: 1.2;
      margin-bottom: 5px;
    }
.info br {
  line-height: 0.5em;
  
}
    .post .image-wrap {
      width: 100%;
      /* aspect-ratio: 1 / 1; */
      max-height: 188px;
      background: #2c2c2e;
      border-radius: 3px;
      overflow: hidden;
      display: flex;
      /* align-items: flex-start; */
      justify-content: center;
      position: relative;
      padding: 5px;
      background: #463ed724;
      border-left: 3px solid #463ed7;
    }

    /* Simple CSS teddy bear placeholder */
    .bear {
      width: 70%;
      height: 70%;
      position: relative;
    }

    .bear-body {
      position: absolute;
      bottom: 8%;
      left: 50%;
      transform: translateX(-50%);
      width: 58%;
      height: 48%;
      background: #d4a574;
      border-radius: 40% 40% 35% 35%;
    }

    .bear-head {
      position: absolute;
      top: 12%;
      left: 50%;
      transform: translateX(-50%);
      width: 52%;
      height: 42%;
      background: #d4a574;
      border-radius: 50%;
    }

    .bear-ear {
      position: absolute;
      top: 4%;
      width: 22%;
      height: 20%;
      background: #d4a574;
      border-radius: 50%;
    }
    .bear-ear.left { left: 18%; }
    .bear-ear.right { right: 18%; }

    .bear-ear-inner {
      position: absolute;
      top: 25%;
      left: 25%;
      width: 50%;
      height: 50%;
      background: #c48a5a;
      border-radius: 50%;
    }

    .bear-snout {
      position: absolute;
      bottom: 18%;
      left: 50%;
      transform: translateX(-50%);
      width: 38%;
      height: 28%;
      background: #e8c9a0;
      border-radius: 50%;
    }

    .bear-nose {
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translateX(-50%);
      width: 28%;
      height: 22%;
      background: #5d4037;
      border-radius: 50% 50% 40% 40%;
    }

    .bear-eye {
      position: absolute;
      top: 38%;
      width: 9%;
      height: 9%;
      background: #3e2723;
      border-radius: 50%;
    }
    .bear-eye.left { left: 28%; }
    .bear-eye.right { right: 28%; }

    .post .meta {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 3px;
      font-size: 10px;
      color: #8e8e93;
      justify-content: right;
    }

    .post .meta .eye {
      font-size: 13px;
    }

    /* ===== Participate button ===== */
    .btn-wrap {
      padding: 10px 7px 16px;
      background: transparent;
      flex-shrink: 0;
      padding-top: 0;
      width: 284px;
      position: relative;
    }

    .participate-btn {
      position: relative;
      width: 100%;
      height: 38px;
      background: #0593d8;
      color: #fff;
      font-size: 14px;
      font-weight: 500;
      border: none;
      border-radius: 7px 7px 18px 18px;
      cursor: pointer;
      overflow: hidden;
      transition: transform 0.15s ease, background 0.15s ease;
      -webkit-tap-highlight-color: transparent;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 5px;
      margin: 0;
      justify-content: center;
      align-items: center;
    }
     .participate-btn:active,
    .participate-btn.pressed {
      transform: scale(0.96);
      background: #0593d8;
    }

    /* Ripple */
    .participate-btn .ripple {
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.45);
      transform: scale(0);
      animation: ripple-anim 0.55s ease-out forwards;
      pointer-events: none;
    }

    @keyframes ripple-anim {
      to {
        transform: scale(2.8);
        opacity: 0;
      }
    }

.br {
    height: 4px;
}

.reacts {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.react{
    background: #463ed71f;
    border-radius: 100px;
    color: #463ed7;
    font-weight: 500;
    font-size: 11px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
}

.react img {
    width: 14px;
    height: 14px;
}


/* MINIAPP */

.title {text-align: center;margin-top: 25px;font-size: 18px;font-weight: 600;margin-bottom:5px;}
.desc {text-align: center;font-size: 14px;line-height: 1.2;}
#miniapp {
        min-height: 100%;
        background: var(--bg-color);
        color: var(--text-color);
        overflow-y: scroll;
}

#miniapp, #miniapp * {
  --bg-color: var(--tg-theme-bg-color, #000000);
  --surface-color: var(--tg-theme-secondary-bg-color, #1c1c1e);
  --surface-item: #2c2c2e;
  --text-color: var(--tg-theme-text-color, #ffffff);
  --hint-color: var(--tg-theme-hint-color, #8e8e93);
  --accent-color: var(--tg-theme-link-color, #2ea6ff);
  --button-color: var(--tg-theme-button-color, #2ea6ff);
  --button-text: var(--tg-theme-button-text-color, #ffffff);
  --border-color: rgba(255,255,255,0.08);
  --danger-color: #ff453a;
  --warning-color: #ff9f0a;
  --lr-margin: 12px;
  --button-bg-color: color-mix(in srgb, var(--tg-theme-secondary-bg-color) 93%, white);;
  --button-text-color: var(--text-color);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', Roboto, Helvetica, sans-serif;
}

#miniapp.light-theme, #miniapp.light-theme * {
  --bg-color: var(--tg-theme-secondary-bg-color, #efeff4);
  --surface-color: var(--tg-theme-bg-color, #ffffff);
  --surface-item: #f2f2f7;
  --border-color: rgba(0, 0, 0, 0.08);
  --button-bg-color: color-mix(in srgb, var(--button-color) 13%, transparent);
  --button-text-color: var(--accent-color);

    
--tg-color-scheme: light;
    --tg-theme-bg-color: #ffffff;
    --tg-theme-button-color: #2d7ed5;
    --tg-theme-button-text-color: #ffffff;
    --tg-theme-hint-color: #8c8e91;
    --tg-theme-link-color: #238ae3;
    --tg-theme-secondary-bg-color: #f4f4f5;
    --tg-theme-text-color: #333333;
    --tg-theme-header-bg-color: #ffffff;
    --tg-theme-accent-text-color: #2d7ed5;
    --tg-theme-section-bg-color: #ffffff;
    --tg-theme-section-header-text-color: #2d7ed5;
    --tg-theme-subtitle-text-color: #8c8e91;
    --tg-theme-destructive-text-color: #df3f40;
    --tg-viewport-height: 100vh;
    --tg-viewport-stable-height: 100vh;
    
}

button {
    background: var(--tg-theme-button-color);
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    margin: 10px auto;
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tg-list {
  background: var(--surface-color);
  border-radius: 14px;
  margin: 0 var(--lr-margin) 14px;
  overflow: hidden; /* ÃƒÂÃ‚Â¾Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²ÃƒÂÃ‚Â»Ãƒâ€˜Ã‚ÂÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ ÃƒÂÃ‚Â¸ ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¶ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ ÃƒÂÃ‚ÂºÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â°Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ Ãƒâ€˜Ã¢â‚¬Å¾ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â½ */
  margin-bottom: 8px;
}

.tg-item {
  padding: 14px 16px;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  border-bottom: 1px solid var(--bg-color);
  position: relative;
  background: var(--surface-color); /* ÃƒÂ¢Ã¢â‚¬Â Ã‚Â ÃƒÂÃ‚Â´ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â±ÃƒÂÃ‚Â°ÃƒÂÃ‚Â²Ãƒâ€˜Ã…â€™ Ãƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ */
}

.tg-item:active {
  background: var(--surface-color);
}
.img {width: 250px;margin: auto;margin-top: 35px;display: flex;justify-content: center;}
.time {text-align: center;margin-top: 5px;color: #9d75d8;font-size: 17px;font-weight: 700;color:var(--tg-theme-button-color);}
.mini {text-align: center;font-size: 14px;color: var(--tg-theme-hint-color);margin-top: -3px;}
.left {width: 10%;min-width: 38px;float: 1;display: flex;}
.center {width: auto;flex: 1;}
.name {text-overflow: ellipsis;width: 100%;overflow: hidden;white-space: nowrap;font-size: 13px;line-height: 1;margin-bottom: 3px;}
.info {color: #8c8c8c;font-size: 11px;line-height: 1.1;}
.right {width: 37px;/* flex: 1; */}
.btn-action {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #ffffff;
  transition: opacity 0.15s;
  margin: 0;
}
.btn-action:active { opacity: 0.85; }
.btn-create-blue { background: var(--button-color);   position: relative;
  overflow: hidden; }
  
  /* ÃƒÂÃ‚Â¢ÃƒÂÃ‚ÂµÃƒÂÃ‚ÂºÃƒâ€˜Ã‚ÂÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Âµ Ãƒâ€˜Ã‚ÂÃƒÂÃ‚Â»ÃƒÂÃ‚ÂµÃƒÂÃ‚Â¼ÃƒÂÃ‚ÂµÃƒÂÃ‚Â½Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â‚¬Â¹ */
.item-content {
  flex: 2;
  min-width: 0;
}
.item-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}
.item-count {
    font-size: 12px;
    color: var(--hint-color);
}

.item-sub {
  font-size: 13px;
  color: var(--hint-color);
  margin-top: 2px;
}

.secondry-actions {
  padding: 0px var(--lr-margin) 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 0;
}
.btn-color {
  background: var(--surface-color);
  color: var(--text-color);
}
.createdby {
    color: var(--hint-color);
    text-align:center;
    padding: 12px 0;
    font-size: 12px;
    padding: 0;
    padding-bottom: 30px;
}

.createdby a {
    color: var(--accent-color)
}

.urlback {
  background: var(--bg-color);
  border-radius: 10px;
  padding: 5px 8px;
  margin: 3px 0 5px;
}
.url {text-overflow: ellipsis;width: 100%;overflow: hidden;white-space: nowrap;font-size: 13px;opacity: 0.8;text-align: center;}

.screen.done::before {
        opacity: 0;
}

.screen.done {
  /* overflow-y: scroll; */          /* Ð¸Ð»Ð¸ auto */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE / ÑÑ‚Ð°Ñ€Ñ‹Ð¹ Edge */
}

.screen.done::-webkit-scrollbar {
  display: none;               /* Chrome, Safari, Opera */
}

#miniapp {
  overflow-y: scroll;          /* Ð¸Ð»Ð¸ auto */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE / ÑÑ‚Ð°Ñ€Ñ‹Ð¹ Edge */
}

#miniapp::-webkit-scrollbar {
  display: none;         
}

.completed {
    display: block;
    background: var(--bg-color);
    /* overflow-y: scroll; */
    height: 615px;
}

.completed  {
  /* overflow-y: scroll; */          /* Ð¸Ð»Ð¸ auto */
  scrollbar-width: none;       /* Firefox */
  -ms-overflow-style: none;    /* IE / ÑÑ‚Ð°Ñ€Ñ‹Ð¹ Edge */
}

.completed::-webkit-scrollbar {
  display: none;         
}
