@import url('https://fonts.googleapis.com/css2?family=Manrope&display=swap');

:root {
--primary-bg:
  radial-gradient(
    ellipse at 50% 120%,
    rgba(255, 176, 59, 0.65) 0%,
    rgba(255, 158, 40, 0.38) 16%,
    rgba(255, 138, 20, 0.20) 30%,
    rgba(255, 122, 0, 0.08) 45%,
    transparent 62%
  ),
  radial-gradient(
    ellipse at 10% 60%,
    rgba(255, 200, 100, 0.10) 0%,
    transparent 40%
  ),
  radial-gradient(
    ellipse at 90% 45%,
    rgba(255, 210, 140, 0.09) 0%,
    transparent 40%
  ),
  radial-gradient(
    ellipse at 50% -10%,
    rgba(255, 230, 180, 0.05) 0%,
    transparent 45%
  ),
  linear-gradient(
    180deg,
    #000000 0%,
    #030201 20%,
    #060301 45%,
    #0a0401 70%,
    #100601 100%
  );
  --secondary-bg: rgba(0, 0, 0, 0.6);
  --accent-color: #ffb03b;
  --accent-hover: #ffd27a;
  --glow-color: rgba(255, 176, 59, 0.45);
  --text-primary: #fff6e8;
  --text-secondary: rgba(255, 246, 232, 0.82);
  --button-bg: rgba(255, 176, 59, 0.12);
  --button-hover: rgba(255, 176, 59, 0.22);
  --search-bg: rgba(0, 0, 0, 0.3);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.3);
  --shadow-hover: rgba(0, 0, 0, 0.45);
  --glow-button: rgba(255, 176, 59, 0.35);
  --bar-bg: #060301;
  --cursor-pointer: url('/css/cursor/pointer.png'), auto;
}

[data-theme="sakura"] {
  --primary-bg: linear-gradient(180deg, #886b70 0%, #825e65 50%, #877376 100%);
  --secondary-bg: rgba(255, 255, 255, 0.06);
  --accent-color: #e0b5f5;
  --accent-hover: #f0cbff;
  --glow-color: rgba(185, 129, 211, 0.4);
  --text-primary: white;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(255, 255, 255, 0.05);
  --button-hover: rgba(224, 192, 255, 0.2);
  --search-bg: rgba(255, 255, 255, 0.07);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(185, 129, 211, 0.3);
  --bar-bg: rgba(255, 255, 255, 0.06);
  --cursor-pointer: url('/css/cursor/custom/sakura/pointer.png'), auto;
}

[data-theme="some-purple"] {
  --primary-bg: #171722;
  --secondary-bg: #212134;
  --accent-color: #7a7a9e;
  --accent-hover: #9696b5;
  --glow-color: rgba(184, 168, 216, 0.5);
  --text-primary: #e6e6f0;
  --text-secondary: #c8c8d8;
  --button-bg: rgba(33, 33, 52, 0.8);
  --button-hover: rgba(122, 122, 158, 0.2);
  --search-bg: rgba(33, 33, 52, 0.7);
  --input-text: #e6e6f0;
  --input-placeholder: rgba(200, 200, 216, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(184, 168, 216, 0.3);
  --bar-bg: #212134;
  --cursor-pointer: url('/css/cursor/custom/some-purple/pointer.png'), auto;
}

[data-theme="some-green"] {
  --primary-bg: #0e0e0e;
  --secondary-bg: #1a1a1a;
  --accent-color: #00ff9d;
  --accent-hover: #66ffbf;
  --glow-color: rgba(0, 255, 157, 0.4);
  --text-primary: #f5f6fa;
  --text-secondary: rgba(245, 246, 250, 0.8);
  --button-bg: rgba(26, 26, 26, 0.8);
  --button-hover: rgba(0, 255, 157, 0.2);
  --search-bg: rgba(20, 20, 20, 0.7);
  --input-text: #f5f6fa;
  --input-placeholder: rgba(245, 246, 250, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(0, 255, 157, 0.3);
  --bar-bg: #1a1a1a;
  --cursor-pointer: url('/css/cursor/custom/some-green/pointer.png'), auto;
}

[data-theme="gaming-escape"] {
  --primary-bg: url("/images/gamesescape.jpeg"), linear-gradient(180deg, #446d83 0%, #294f7c 100%);
  --secondary-bg: #1a1a1a;
  --accent-color: #7BC7EF;
  --accent-hover: #a2e4ff;
  --glow-color: rgba(123, 199, 239, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(26, 26, 26, 0.8);
  --button-hover: rgba(123, 199, 239, 0.2);
  --search-bg: rgba(30, 30, 30, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(123, 199, 239, 0.3);
  --bar-bg: #1a1a1a;
  --cursor-pointer: url('/css/cursor/custom/gaming-escape/pointer.png'), auto;
}

[data-theme="galaxy"] {
  --primary-bg: url("/images/_bg.png"), linear-gradient(180deg, #371a54 0%, #4c3173 100%);
  --secondary-bg: #1b1028;
  --accent-color: #b68cff;
  --accent-hover: #d5b8ff;
  --glow-color: rgba(126, 81, 192, 0.4);
  --text-primary: #f2ebff;
  --text-secondary: rgba(242, 235, 255, 0.8);
  --button-bg: rgba(27, 16, 40, 0.8);
  --button-hover: rgba(182, 140, 255, 0.2);
  --search-bg: rgba(36, 20, 54, 0.7);
  --input-text: #f2ebff;
  --input-placeholder: rgba(242, 235, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(182, 140, 255, 0.3);
  --bar-bg: #1b1028;
  --cursor-pointer: url('/css/cursor/custom/galaxy/pointer.png'), auto;
}

[data-theme="master-edition"] {
  --primary-bg: url("/images/masterking.gif"), linear-gradient(180deg, #262289 0%, #433e8c 100%);
  --secondary-bg: #1a1a2f;
  --accent-color: #7571ff;
  --accent-hover: #9a97ff;
  --glow-color: rgba(69, 62, 249, 0.4);
  --text-primary: #f5f6fa;
  --text-secondary: rgba(245, 246, 250, 0.8);
  --button-bg: rgba(26, 26, 47, 0.8);
  --button-hover: rgba(117, 113, 255, 0.2);
  --search-bg: rgba(30, 30, 50, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(245, 246, 250, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(117, 113, 255, 0.3);
  --bar-bg: #1a1a2f;
  --cursor-pointer: url('/css/cursor/custom/master-edition/pointer.png'), auto;
}

[data-theme="pink"] {
  --primary-bg: linear-gradient(180deg, #8c404d 0%, #8c545f 100%);
  --secondary-bg: #2a1a1f;
  --accent-color: #ffb6c1;
  --accent-hover: #ffc7d4;
  --glow-color: rgba(255, 117, 140, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(42, 26, 31, 0.8);
  --button-hover: rgba(255, 117, 140, 0.2);
  --search-bg: rgba(50, 30, 35, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(255, 117, 140, 0.3);
  --bar-bg: #2a1a1f;
  --cursor-pointer: url('/css/cursor/custom/pink/pointer.png'), auto;
}

[data-theme="dark-blue"] {
  --primary-bg: linear-gradient(180deg, #1e1e2e 0%, #4365c4 100%);
  --secondary-bg: #101020;
  --accent-color: #4365c4;
  --accent-hover: #6084e0;
  --glow-color: rgba(67, 101, 196, 0.4);
  --text-primary: #f5f6fa;
  --text-secondary: rgba(245, 246, 250, 0.8);
  --button-bg: rgba(16, 16, 32, 0.8);
  --button-hover: rgba(67, 101, 196, 0.2);
  --search-bg: rgba(25, 25, 45, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(245, 246, 250, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(67, 101, 196, 0.3);
  --bar-bg: #101020;
  --cursor-pointer: url('/css/cursor/custom/dark-blue/pointer.png'), auto;
}

[data-theme="green"] {
  --primary-bg: linear-gradient(180deg, #247f52 0%, #206265 100%);
  --secondary-bg: #0f1f1b;
  --accent-color: #42e695;
  --accent-hover: #6fffb7;
  --glow-color: rgba(66, 230, 149, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(15, 31, 27, 0.8);
  --button-hover: rgba(66, 230, 149, 0.2);
  --search-bg: rgba(20, 40, 36, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(66, 230, 149, 0.3);
  --bar-bg: #0f1f1b;
  --cursor-pointer: url('/css/cursor/custom/green/pointer.png'), auto;
}

[data-theme="baby-blue"] {
  --primary-bg: linear-gradient(180deg, #4b7284 0%, #3a657b 100%);
  --secondary-bg: #1c2a33;
  --accent-color: #89CFF0;
  --accent-hover: #b3e2ff;
  --glow-color: rgba(137, 207, 240, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(28, 42, 51, 0.8);
  --button-hover: rgba(137, 207, 240, 0.2);
  --search-bg: rgba(35, 50, 60, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(137, 207, 240, 0.3);
  --bar-bg: #1c2a33;
  --cursor-pointer: url('/css/cursor/custom/baby-blue/pointer.png'), auto;
}

[data-theme="orange"] {
  --primary-bg: linear-gradient(180deg, #8c3436 0%, #8c5438 100%);
  --secondary-bg: #2b1a10;
  --accent-color: #ff9966;
  --accent-hover: #ffb68a;
  --glow-color: rgba(255, 94, 98, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(43, 26, 16, 0.8);
  --button-hover: rgba(255, 94, 98, 0.2);
  --search-bg: rgba(50, 30, 20, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(255, 94, 98, 0.3);
  --bar-bg: #2b1a10;
  --cursor-pointer: url('/css/cursor/custom/orange/pointer.png'), auto;
}

[data-theme="dark-grey"] {
  --primary-bg: linear-gradient(180deg, #1E1E1E 0%, #2b2b2b 100%);
  --secondary-bg: #141414;
  --accent-color: #888888;
  --accent-hover: #aaaaaa;
  --glow-color: rgba(136, 136, 136, 0.4);
  --text-primary: #f5f6fa;
  --text-secondary: rgba(245, 246, 250, 0.8);
  --button-bg: rgba(20, 20, 20, 0.8);
  --button-hover: rgba(136, 136, 136, 0.2);
  --search-bg: rgba(25, 25, 25, 0.7);
  --input-text: #f5f6fa;
  --input-placeholder: rgba(245, 246, 250, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(136, 136, 136, 0.3);
  --bar-bg: #141414;
  --cursor-pointer: url('/css/cursor/custom/dark-grey/pointer.png'), auto;
}

[data-theme="coral"] {
  --primary-bg: linear-gradient(180deg, #8c462c 0%, #8c533e 100%);
  --secondary-bg: #2b1810;
  --accent-color: #ff7f50;
  --accent-hover: #ff9a70;
  --glow-color: rgba(255, 127, 80, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(43, 24, 16, 0.8);
  --button-hover: rgba(255, 127, 80, 0.2);
  --search-bg: rgba(50, 28, 20, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(255, 127, 80, 0.3);
  --bar-bg: #2b1810;
  --cursor-pointer: url('/css/cursor/custom/coral/pointer.png'), auto;
}

[data-theme="hot-pink"] {
  --primary-bg: linear-gradient(180deg, #8c3a63 0%, #8c496a 100%);
  --secondary-bg: #2a1020;
  --accent-color: #ff69b4;
  --accent-hover: #ff8fc6;
  --glow-color: rgba(255, 105, 180, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(42, 16, 32, 0.8);
  --button-hover: rgba(255, 105, 180, 0.2);
  --search-bg: rgba(50, 20, 38, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(255, 105, 180, 0.3);
  --bar-bg: #2a1020;
  --cursor-pointer: url('/css/cursor/custom/hot-pink/pointer.png'), auto;
}

[data-theme="tomato"] {
  --primary-bg: linear-gradient(180deg, #8c3627 0%, #8c4838 100%);
  --secondary-bg: #2a1410;
  --accent-color: #ff8266;
  --accent-hover: #ffa48a;
  --glow-color: rgba(255, 99, 71, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --button-bg: rgba(42, 20, 16, 0.8);
  --button-hover: rgba(255, 99, 71, 0.2);
  --search-bg: rgba(50, 25, 20, 0.7);
  --input-text: #ffffff;
  --input-placeholder: rgba(255, 255, 255, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(255, 99, 71, 0.3);
  --bar-bg: #2a1410;
  --cursor-pointer: url('/css/cursor/custom/tomato/pointer.png'), auto;
}

[data-theme="dark-black"] {
  --primary-bg: linear-gradient(180deg, #000000 0%, #141414 100%);
  --secondary-bg: #1a1a1a;
  --accent-color: #ffffff;
  --accent-hover: #bbbbbb;
  --glow-color: rgba(255, 255, 255, 0.2);
  --text-primary: #f5f6fa;
  --text-secondary: rgba(245, 246, 250, 0.8);
  --button-bg: rgba(26, 26, 26, 0.8);
  --button-hover: rgba(255, 255, 255, 0.1);
  --search-bg: rgba(20, 20, 20, 0.7);
  --input-text: #f5f6fa;
  --input-placeholder: rgba(245, 246, 250, 0.6);
  --shadow-color: rgba(0, 0, 0, 0.25);
  --shadow-hover: rgba(0, 0, 0, 0.35);
  --glow-button: rgba(255, 255, 255, 0.15);
  --bar-bg: #1a1a1a;
  --cursor-pointer: url('/css/cursor/custom/dark-black/pointer.png'), auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
}

/*  og hex color background #7f74e4 or #968cf5*/
body {
    background: var(--primary-bg);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    color: white;
    flex-direction: column;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    cursor: var(--cursor-pointer);
}

#chat-icon:hover, #chat-close:hover {
cursor: url('/css/cursor/link.png'), auto;
}

/* particles.js background */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.popout { 
    padding: 35px 50px;
    border-radius: 45px;
    text-align: center;
    transform: translateY(-25px);
    transition: all 0.3s ease-in-out;
}

.jtt-fr { 
    padding: 35px 50px;
    border-radius: 45px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 600px) {
    .popout,
    .jtt-fr {
      width: 90%;
      padding: 10px;
      font-size: 14px;
    }
  
    .uhm-lowtaper-fade-bud {
      flex-direction: column;
      align-items: center;
      gap: 2px;
      padding: 8px;
      font-size: 14px;
    }
  
    .uhm-lowtaper-fade-bud button,
    .uhm-lowtaper-fade-bud a {
      width: 80%;
      text-align: center;
      padding: 6px 10px;
      font-size: 0;
    }
  
    .uhm-lowtaper-fade-bud a.menu-button i {
      font-size: 16px;
      margin-right: 0;
    }
  
    .logo a {
      font-size: 14px;
      padding: 4px 8px;
    }
  }

/* below 1200px */
@media screen and (max-width: 1200px) {
  .popout,
  .jtt-fr {
    width: 88%;
    padding: 6px;
    font-size: 13px;
  }

  .uhm-lowtaper-fade-bud {
    transform: scale(0.9);
    transform-origin: top left;
    padding-left: 10px;
    gap: 4px; 
    align-items: center;
  }

  .uhm-lowtaper-fade-bud a.menu-button {
    transform: scale(0.9);
    transform-origin: left center;
    padding: 6px 10px !important; 
    font-size: 13px !important;
    border-radius: 12px;
    margin-top: -6px;
  }

  .uhm-lowtaper-fade-bud a.menu-button i {
    font-size: 17px !important;
    margin-right: 4px;
  }

  .uhm-lowtaper-fade-bud a.menu-button .menu-text {
    font-size: 13px !important;
  }

  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-5px);
    margin-bottom: -4px; 
  }

  .logo a,
  .logo img {
    transform: scale(0.9);
    transform-origin: center;
  }

  .logo a {
    font-size: 14px !important;
    padding: 4px 8px !important;
  }
}

/* other */
@media (max-width: 1500px) {
  .popout {
    padding: 20px 20px;
  }

  .ad-left, .ad-right {
    width: 150px;
    height: 450px; 
  }
}

/* phones */
@media (max-width: 480px) {
  .popout {
    padding: 15px 15px;
  }
}

/* other again... */
@media screen and (max-width: 1200px) {

  .search-container {
    width: 80%;
    padding: 3px 8px;
    border-radius: 16px;
    gap: 6px;
  }

  .search-container img {
    width: 18px;
    height: 18px;
    padding: 2px;
  }

  #search-web {
    font-size: 0.85rem;
    padding: 7px 14px;
    border-radius: 18px;
  }

  #search-web:focus {
    width: 75%;
  }

  .loooowtaperfade {
    width: 70%;
    margin: 0 auto; 
    padding: 5px;
    gap: 6px;
    border-radius: 18px;
    transform: scale(0.85);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lowtaperfade {
    width: 55px;
    height: 65px;
    padding: 6px 5px;
    border-radius: 16px;
    margin: 2px;
  }

  .lowtaperfade img {
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
  }

  .lowtaperfade span {
    font-size: 9px;
  }

  .posterindeed {
    font-size: 2rem;
  }

  .tool-wrapper {
    max-height: 380px;
    padding: 4px;
  }

  .tool-container {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    transform: scale(0.85);
  }

  #search-bar {
    width: 230px;
  }

  #search-bar:focus {
    width: 280px;
  }

  #iframe-fr {
    width: 30%;
    height: 360px;
  }

  .ad-left, .ad-right {
    width: 98px;  
    height: 300px; 
  }
}

.title {
    font-size: 4rem;
    font-weight: 700;
    margin: 0 0 1.5rem 0;
    color: var(--text-primary);
    text-align: center;
    position: relative;
    text-shadow: 0 1px 2px var(--accent-hover), 0 0 4px var(--glow-color);
    transition: text-shadow 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.title:hover {
    text-shadow: 0 1px 2px var(--accent-hover), 0 0 10px var(--glow-color);
    transform: translateY(-2px);
}

.smalla {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 8px;
    text-shadow: 0 1px 2px var(--accent-hover), 0 0 4px var(--glow-color);
    transition: text-shadow 0.4s ease-in-out, transform 0.3s ease-in-out;
}

.smalla:hover {
    text-shadow: 0 1px 2px var(--accent-hover), 0 0 10px var(--glow-color);
    transform: translateY(-2px);
}

/* description */
p {
    font-size: 1.2rem;
    color: #ccc;
    margin-bottom: 30px;
}

.tool-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px;
    padding-bottom: 110px
}

.tool-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto;
  mask-image: linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);
}

.tool {
    position: relative;
    width: 112px;
    height: 112px;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    text-decoration: none;
}

.tool:hover {
    transform: translateY(-4px) scale(1.06);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.tool img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 1;
}

.tool:hover img {
    cursor: url('/css/cursor/link.png'), auto;
    transform: scale(1.06);
}

.tool:active img {
    transform: scale(1.02);
    transition-duration: 0.15s;
}

.tool::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(
            120% 60% at 50% -10%,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0.15) 30%,
            rgba(255, 255, 255, 0) 60%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0) 35%,
            rgba(0, 0, 0, 0) 65%,
            rgba(0, 0, 0, 0.12) 100%
        );
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

.tool:hover::before {
    opacity: 1;
}

.tool::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -60%;
    width: 35%;
    height: 260%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        75deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.15) 40%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0.15) 60%,
        rgba(255, 255, 255, 0) 100%
    );

    -webkit-mask-image: radial-gradient(
        ellipse 60% 40% at 50% 50%,
        #000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        transparent 75%
    );
    mask-image: radial-gradient(
        ellipse 60% 40% at 50% 50%,
        #000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        transparent 75%
    );

    transform: translateX(-140%);
    transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.tool:hover::after {
    transform: translateX(500%);
}

.tool span {
    display: none;
}

.tool:hover span {
    opacity: 1;
}

.app-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px;
}

.app-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: auto;
  mask-image: linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);
}

.app {
    position: relative;
    width: 128px;
    height: 128px;
    border-radius: 32px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.app:hover {
    transform: translateY(-4px) scale(1.08);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5);
}

.app img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.25s ease-in-out;
    z-index: 1;
}

.app:hover img {
    cursor: url('/css/cursor/link.png'), auto;
    transform: scale(1.06);
}

.app:active img {
    transform: scale(1.02);
    transition-duration: 0.15s;
}

.app::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(
            120% 60% at 50% -10%,
            rgba(255, 255, 255, 0.5) 0%,
            rgba(255, 255, 255, 0.15) 30%,
            rgba(255, 255, 255, 0) 60%
        ),
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0) 35%,
            rgba(0, 0, 0, 0) 65%,
            rgba(0, 0, 0, 0.12) 100%
        );
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

.app:hover::before {
    opacity: 1;
}

.app::after {
    content: "";
    position: absolute;
    top: -80%;
    left: -60%;
    width: 35%;
    height: 260%;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
        75deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.15) 40%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0.15) 60%,
        rgba(255, 255, 255, 0) 100%
    );

    -webkit-mask-image: radial-gradient(
        ellipse 60% 40% at 50% 50%,
        #000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        transparent 75%
    );
    mask-image: radial-gradient(
        ellipse 60% 40% at 50% 50%,
        #000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        transparent 75%
    );

    transform: translateX(-140%);
    transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.app:hover::after {
    transform: translateX(500%);
}

.app span {
    display: none;
}

.app:hover span {
    opacity: 1;
}

button {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 13px 26px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: none;
    margin: 10px;
    position: relative;
    overflow: hidden;
}

button:hover {
    cursor: url('/css/cursor/link.png'), auto;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    transform: translateY(-2px);
}

button:active {
    transform: translateY(0) scale(0.97);
    background: rgba(255, 255, 255, 0.03);
    transition-duration: 0.15s;
}

.iframe-container {
    width: 100%;
    height: 55vh;
    border-radius: 25px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1212123d;
    margin-top: 0;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
}

/* search apps */
#search-bar {
    width: 300px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 500;
    outline: none;
    background: rgba(255, 255, 255, 0.04);
    color: white;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: none;
    margin-bottom: 10px;
}

#search-bar:focus {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

#search-bar::placeholder {
    color: var(--input-placeholder);
    font-weight: 400;
    opacity: 0.5;
}

/* partners */
.partner img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 25px;
    transition: transform 0.3s ease-in-out, 
                box-shadow 0.3s ease-in-out, 
                filter 0.3s ease-in-out;
    filter: brightness(0.9);
}

.partner img:hover {
    cursor: url('/css/cursor/link.png'), auto;
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    filter: brightness(1);
}

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

::selection {
    background: var(--accent-color);
    color: var(--text-primary);
}

a, a::before, a::after,
a *, a *::before, a *::after {
    cursor: url('/css/cursor/link.png'), auto;
}

.search-container {
    margin-bottom: 30px;
}

/* style dropdown */
.styles-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#style-dropdown,
#cloak-dropdown,
#internet-dropdown {
    cursor: url('/css/cursor/pointer.png'), auto;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.75);
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 18px;
    border: none;
    border-radius: 18px;
    outline: none;
    box-shadow: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

#style-dropdown:hover,
#cloak-dropdown:hover,
#internet-dropdown:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

#style-dropdown:focus,
#cloak-dropdown:focus,
#internet-dropdown:focus {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

#style-dropdown option,
#cloak-dropdown option,
#internet-dropdown option {
    background: rgba(15, 15, 24, 0.95);
    color: rgba(255, 255, 255, 0.85);
    padding: 10px;
    border: none;
}

#style-dropdown option:hover,
#cloak-dropdown option:hover,
#internet-dropdown option:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* profile */
.profile-button {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 0;
}

.profile-button img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    transition: box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.04);
}

.profile-button:hover img {
    cursor: url('/css/cursor/link.png'), auto;
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1.5px color-mix(in srgb, var(--accent-color) 55%, transparent),
        0 4px 12px color-mix(in srgb, var(--accent-color) 18%, transparent);
}

.profile-button:active img {
    transform: translateY(0) scale(0.92);
    transition-duration: 0.15s;
}

#profile-pic-container {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 0;
}

#profile-pic {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
    background-color: rgba(255, 255, 255, 0.04);
}

#profile-pic-container::after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent-color) 0%, transparent);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
}

#profile-pic-container:hover #profile-pic {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 0 0 1.5px color-mix(in srgb, var(--accent-color) 50%, transparent),
        0 6px 18px rgba(0, 0, 0, 0.35);
}

#profile-pic-container:hover::after {
    opacity: 1;
    box-shadow: 0 0 24px 4px color-mix(in srgb, var(--accent-color) 22%, transparent);
}

#profile-pic-container:active #profile-pic {
    transform: translateY(0) scale(0.96);
    transition-duration: 0.15s;
}

#profile {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

 /* loading screen */
#loading-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--primary-bg);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

#outline {
  stroke-dasharray: 2.42777px, 242.77666px;
  stroke-dashoffset: 0;
  -webkit-animation: anim 1.6s linear infinite;
  animation: anim 1.6s linear infinite;
}

@-webkit-keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }

  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }

  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}

@keyframes anim {
  12.5% {
    stroke-dasharray: 33.98873px, 242.77666px;
    stroke-dashoffset: -26.70543px;
  }

  43.75% {
    stroke-dasharray: 84.97183px, 242.77666px;
    stroke-dashoffset: -84.97183px;
  }

  100% {
    stroke-dasharray: 2.42777px, 242.77666px;
    stroke-dashoffset: -240.34889px;
  }
}


.loading-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0.85;
    animation: fade-text 2s ease-in-out infinite;
    will-change: opacity, transform;
}

@keyframes fade-text {
    0%, 100% { opacity: 0.4; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-3px); }
}

#loading-screen.hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), visibility 1s ease;
}

#loading-screen.hidden .loader div {
    animation-play-state: paused;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
}

#loading-screen.hidden .loading-text {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.6s ease;
}

/* announcement box */
.popout#announcement {
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    padding: 20px 30px;
    border-radius: 33px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    display: none;
    flex-direction: column;
    min-width: 380px;
    max-width: 650px;
    font-weight: 500;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    opacity: 0;
    color: var(--accent-hover);
}

.popout#announcement.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    display: flex;
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translate(-50%, -50%) scale(0.95); }
    to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.popout#announcement:hover {
    transform: translate(-50%, -50%) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

#announcement a {
    color: var(--accent-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

#announcement a:hover {
    color: var(--accent-hover);
}

.announcement-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement-header h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-hover) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.announcement-close {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.25s ease;
    font-size: 15px;
    backdrop-filter: blur(5px);
}

.announcement-close:hover {
    color: white;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 0 0 3px rgba(255, 65, 65, 0.15), 0 4px 12px rgba(0, 0, 0, 0.4);
}

.announcement-close:active {
    transform: scale(0.95) rotate(90deg);
}

.announcement-text {
    flex-grow: 1;
    text-align: left;
    padding: 8px 0;
    line-height: 1.6;
    font-size: 1rem;
    opacity: 0.95;
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}

/* scrollbar styling */
.announcement-text::-webkit-scrollbar {
    width: 6px;
}

.announcement-text::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.announcement-text::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.announcement-text::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#overlay.active {
    opacity: 1;
    pointer-events: all;
}

/* slider */
.toggle-container {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.04);
    padding: 12px 22px;
    border-radius: 20px;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    width: fit-content;
    margin: 12px auto;
    position: relative;
    overflow: hidden;
}

.toggle-container input {
    display: none;
}

.toggle-container .toggle-slider {
    width: 42px;
    height: 24px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    position: relative;
    transition: background 0.3s ease-in-out;
    box-shadow: none;
}

.toggle-container .toggle-slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease-in-out;
    box-shadow: none;
}

.toggle-container input:checked + .toggle-slider {
    background: var(--accent-color);
    box-shadow: none;
}

.toggle-container input:checked + .toggle-slider::before {
    left: 21px;
    background: #ffffff;
}

.toggle-container:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

  /* tab styling */
.settings-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    max-width: 780px;
    margin: 0 auto;
}

.tabs {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 180px;
    flex-shrink: 0;
    position: sticky;
    top: 20px;
}

.tab {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: left;
    display: flex;
    align-items: center;
}

.tab:hover {
    cursor: url('/css/cursor/link.png'), auto;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

.tab.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.tab.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 18px;
    border-radius: 3px;
    background: var(--accent-color);
}

.tab:active {
    transform: scale(0.98);
    transition-duration: 0.15s;
}

.settings-content {
    flex: 1;
    min-width: 0;
}

.tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.tab-content.active-tab-content {
    display: block;
}

.tab-content.tab-visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-out {
    opacity: 0;
    transform: translateY(8px);
    transition:
        opacity 0.3s cubic-bezier(0.32, 0, 0.67, 0),
        transform 0.3s cubic-bezier(0.32, 0, 0.67, 0);
}

@media (max-width: 700px) {
    .settings-layout {
        flex-direction: column;
        gap: 16px;
    }

    .tabs {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        position: static;
        gap: 6px;
        padding-bottom: 4px;
    }

    .tab {
        flex-shrink: 0;
        padding: 10px 16px;
        font-size: 0.85rem;
    }

    .tab.active::before {
        left: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(-50%);
        width: 16px;
        height: 3px;
    }
}

/* fr a email link */
a.email-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    padding: 8px 18px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

a.email-link::before {
    content: '\2709';
    margin-right: 8px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.25s ease-in-out;
}

a.email-link:hover {
    cursor: url('/css/cursor/link.png'), auto;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-2px);
}

a.email-link:hover::before {
    color: var(--accent-color, #ffffff);
}

a.email-link:active {
    transform: translateY(0) scale(0.96);
    background: rgba(255, 255, 255, 0.03);
    transition-duration: 0.15s;
}

.the-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background-color: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.65rem;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 10px;
    border: none;
    margin-bottom: 3px;
}

.the-badge i {
    font-size: 0.7rem;
    color: var(--accent-color, #b438ee);
}

.ad-left, .ad-right {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: var(--secondary-bg);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 10px;
    z-index: 1000;
    width: 180px; 
    height: 600px;
  }

  .ad-left {
    left: 135px;
  }

  .ad-right {
    right: 35px;
  }

  @media (max-width: 1500px) {
    .ad-left, .ad-right {
      margin: 20px auto;
      max-width: 130px;
      width: 130px;
      height: 500px;
      max-height: 500px;
    }
  }

.social-box {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.75);
    padding: 10px 16px;
    border-radius: 16px;
    font-size: 13.5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: none;
    z-index: 9999;
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease-in-out, background 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.social-box.show {
    transform: translateY(0);
    opacity: 1;
}

.social-box:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

#social-icon {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: scale(0.5);
    transition: color 0.3s ease-in-out;
}

#social-icon.bounce-in {
    opacity: 1;
    animation: bounceIcon 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes bounceIcon {
    0%   { transform: scale(0.5); opacity: 0; }
    60%  { transform: scale(1.08); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.social-box:hover #social-icon {
    color: var(--accent-color, #ffffff);
}

/* profile */
#signup-username, 
#signup-password,
#signup-confirm-password,
#login-username,
#login-password {
    width: 300px;
    padding: 12px 20px;
    margin: 8px auto;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    outline: none;
    background: rgba(255, 255, 255, 0.04);
    color: white;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: none;
    display: block;
}

#signup-username::placeholder,
#signup-password::placeholder,
#signup-confirm-password::placeholder,
#login-username::placeholder,
#login-password::placeholder {
    color: rgba(255, 255, 255, 0.35);
    font-weight: 400;
}

#signup-username:focus,
#signup-password:focus,
#signup-confirm-password:focus,
#login-username:focus,
#login-password:focus {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
}

#login-form,
#signup-form {
    padding: 25px;
    border-radius: 33px;
    width: fit-content;
    margin: 1px auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
}

#login-form h2,
#signup-form h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: var(--text-primary);
    text-align: center;
    position: relative;
    text-shadow: 0 1px 2px var(--accent-hover), 0 0 4px var(--glow-color);
    transition: text-shadow 0.4s ease-in-out, transform 0.3s ease-in-out;
}

/* panic + wisp inputs */
#panic-website,
#wisp-url {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 18px;
    border: none;
    border-radius: 18px;
    outline: none;
    box-shadow: none;
    transition: background 0.3s ease-in-out;
    width: 300px;
    margin: 20px 0;
}

#panic-website::placeholder,
#wisp-url::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: normal;
}

#panic-website:hover,
#wisp-url:hover {
    background: rgba(255, 255, 255, 0.06);
}

#panic-website:focus,
#wisp-url:focus {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.this-is-a-line-really {
  border-left: 3px solid rgba(var(--accent-color, 255,255,255), 0.15); 
  border-radius: 2px;
  padding-left: 10px;
  margin: 8px 0;
}

/* menu.css */
.uhm-lowtaper-fade-bud {
  position: fixed;
  left: 50%;
  bottom: 20px;
  top: auto;
  transform: translateX(-50%);
  width: min(800px, calc(100% - 20px));
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0 34px;
  background: var(--bar-bg);
  border: none;
  border-radius: 41px; /* fallback */
  box-shadow: none;
  z-index: 99999;
  animation: slideUp 0.8s ease-out forwards;
  overflow: hidden;
  /* thanks */
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 110'%3E%3Cdefs%3E%3Cfilter id='b' x='-10%25' y='-40%25' width='120%25' height='180%25'%3E%3CfeGaussianBlur stdDeviation='9 7'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='12' y='15' width='776' height='80' rx='38' ry='38' fill='%23fff' filter='url(%23b)'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 110'%3E%3Cdefs%3E%3Cfilter id='b' x='-10%25' y='-40%25' width='120%25' height='180%25'%3E%3CfeGaussianBlur stdDeviation='9 7'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='12' y='15' width='776' height='80' rx='38' ry='38' fill='%23fff' filter='url(%23b)'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@keyframes slideUp {
  0% {
    bottom: -120px;
    opacity: 0;
  }
  60% {
    bottom: 28px;
    opacity: 0.85;
  }
  100% {
    bottom: 20px;
    opacity: 1;
  }
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
}

.logo-mark {
  position: relative;
  height: 46px;
  width: 46px;
  display: block;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo-mark img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(1) brightness(1.05);
  user-select: none;
  -webkit-user-drag: none;
}

.logo-mark::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--accent-color, #e5953f);
  mix-blend-mode: color;
  transition: background-color 0.3s ease-in-out;
  pointer-events: none;

  -webkit-mask-image: url('/images/logo.png');
  mask-image: url('/images/logo.png');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
}

.logo a:hover .logo-mark {
  transform: scale(1.08);
}

.logo a:hover .logo-mark::after {
  background-color: var(--accent-hover, var(--accent-color, #e5953f));
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.menu-button {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  letter-spacing: 0.2px;
  background: transparent;
  padding: 10px 16px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  border: none;
  cursor: pointer;
  font-size: 0.92em;
  white-space: nowrap;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.3s ease,
    color 0.3s ease;
}

.menu-button i {
  font-size: 1.1em;
  width: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    color 0.3s ease;
}

/* hover text tooltip */
.menu-button .menu-text {
  position: static;
  transform: none;
  opacity: 1;
  color: inherit;
  font-size: 0.92em;
  background: transparent;
  padding: 0;
  border-radius: 0;
  white-space: nowrap;
  pointer-events: none;
  box-shadow: none;
  z-index: auto;
  transition: color 0.3s ease;
}

.menu-button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
  cursor: url('/css/cursor/link.png'), auto;
}

.menu-button:hover i {
  transform: scale(1.06);
  color: var(--accent-color, #fff);
}

.menu-button:hover .menu-text {
  color: #fff;
}

.menu-button:active {
  transform: translateY(0) scale(0.97);
  background: rgba(255, 255, 255, 0.03);
}