{
  "success": true,
  "message": "Content is not HTML, skipping asset/metadata extraction.",
  "headers": {
    "access-control-allow-origin": "*",
    "cache-control": "public, max-age=0, must-revalidate",
    "cf-ray": "9f6f74f7425d339a-SIN",
    "connection": "keep-alive",
    "content-length": "27396",
    "content-type": "text/css; charset=utf-8",
    "date": "Tue, 05 May 2026 11:38:05 GMT",
    "etag": "\"25dc4974927f0c4a557570ce38e3ac76\"",
    "referrer-policy": "strict-origin-when-cross-origin",
    "server": "cloudflare",
    "x-content-type-options": "nosniff"
  },
  "sourceCode": ":root {\n  --primary-color: #00ffff;\n  --secondary-color: #007BFF;\n  --accent-color: #5DBD83;\n  --dark-bg: #050510;\n  --card-bg: rgba(0, 0, 0, 0.3);\n}\n\nbody {\n  margin: 0; padding: 0;\n  font-family: 'Kanit', sans-serif;\n  background: linear-gradient(135deg, #0a0a1a, #1a2a4a, #003366);\n  background-size: 400% 400%;\n  animation: bgFlow 15s ease infinite;\n  color: white;\n  overflow-x: hidden;\n  text-align: center;\n  position: relative;\n}\n\n@keyframes bgFlow {\n  0% { background-position: 0% 50%; }\n  50% { background-position: 100% 50%; }\n  100% { background-position: 0% 50%; }\n}\n\n.wave-bg {\n  position: fixed;\n  width: 100%;\n  height: 100%;\n  top: 0; left: 0;\n  overflow: hidden;\n  z-index: -2;\n}\n.wave {\n  position: absolute;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle at 50% 50%, rgba(0,255,255,0.05), transparent 70%);\n  animation: waveMove 10s ease-in-out infinite alternate;\n  filter: blur(60px);\n}\n@keyframes waveMove {\n  0% { transform: translate(-20%, -10%) scale(1); }\n  100% { transform: translate(10%, 10%) scale(1.2); }\n}\n\n.container {\n  max-width: 960px;\n  margin: 0 auto;\n  padding: 20px;\n}\n.title {\n  font-family: 'Audiowide', cursive;\n  font-size: 2.5rem;\n  margin-bottom: 10px;\n  position: relative;\n}\n.title span:nth-child(1) {\n  color: white;\n  text-shadow: 0 0 10px white, 0 0 20px white;\n}\n.title span:nth-child(2) {\n  color: var(--primary-color);\n  text-shadow: 0 0 10px var(--primary-color), 0 0 20px var(--primary-color);\n}\n\n.title::after {\n  content: '';\n  position: absolute;\n  bottom: -5px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 100px;\n  height: 3px;\n  background: linear-gradient(90deg, transparent, var(--primary-color), transparent);\n  border-radius: 2px;\n}\n\n.subtitle {\n  font-family: 'Nova Square', cursive;\n  color: #fff;\n  margin-bottom: 30px;\n  text-shadow: 0 0 5px rgba(0,255,255,0.5);\n  min-height: 1.5em;\n}\n\n.letter {\n  display: inline-block;\n  opacity: 0;\n  transform: translateY(10px);\n  animation: revealLetter 0.3s forwards;\n}\n\n@keyframes revealLetter {\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n.search-container {\n  display: flex;\n  justify-content: center;\n  margin-bottom: 15px;\n  position: relative;\n}\n\n.notifications-btn-container {\n  display: flex;\n  justify-content: center;\n  margin-bottom: 25px;\n}\n\n#notification-poda {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  cursor: pointer;\n}\n\n.notification-white,\n.notification-border,\n.notification-darkBorderBg,\n.notification-glow {\n  max-height: 40px;\n  max-width: 200px;\n  height: 100%;\n  width: 100%;\n  position: absolute;\n  overflow: hidden;\n  z-index: -1;\n  border-radius: 12px;\n  filter: blur(3px);\n}\n\n.notification-input {\n  background-color: #010201;\n  border: none;\n  width: 190px;\n  height: 35px;\n  border-radius: 10px;\n  color: white;\n  padding-inline: 45px 40px;\n  font-size: 14px;\n  font-family: 'Kanit', sans-serif;\n  cursor: pointer;\n  text-align: left;\n  display: flex;\n  align-items: center;\n}\n\n.notification-input::placeholder {\n  color: #c0b9c0;\n}\n\n#notification-main {\n  position: relative;\n}\n\n\n#notification-pink-mask {\n  pointer-events: none;\n  width: 20px;\n  height: 15px;\n  position: absolute;\n  background: #cf30aa;\n  top: 5px;\n  left: 5px;\n  filter: blur(20px);\n  opacity: 0.8;\n  transition: all 2s;\n}\n\n#notification-poda:hover > #notification-pink-mask {\n  opacity: 0;\n}\n\n.notification-white {\n  max-height: 36px;\n  max-width: 196px;\n  border-radius: 10px;\n  filter: blur(2px);\n}\n\n.notification-white::before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(83deg);\n  position: absolute;\n  width: 400px;\n  height: 400px;\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  filter: brightness(1.4);\n  background-image: conic-gradient(\n    rgba(0, 0, 0, 0) 0%,\n    #a099d8,\n    rgba(0, 0, 0, 0) 8%,\n    rgba(0, 0, 0, 0) 50%,\n    #dfa2da,\n    rgba(0, 0, 0, 0) 58%\n  );\n  transition: all 2s;\n}\n\n.notification-border {\n  max-height: 34px;\n  max-width: 194px;\n  border-radius: 11px;\n  filter: blur(0.5px);\n}\n\n.notification-border::before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(70deg);\n  position: absolute;\n  width: 400px;\n  height: 400px;\n  filter: brightness(1.3);\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  background-image: conic-gradient(\n    #1c191c,\n    #402fb5 5%,\n    #1c191c 14%,\n    #1c191c 50%,\n    #cf30aa 60%,\n    #1c191c 64%\n  );\n  transition: all 2s;\n}\n\n.notification-darkBorderBg {\n  max-height: 38px;\n  max-width: 198px;\n}\n\n.notification-darkBorderBg::before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(82deg);\n  position: absolute;\n  width: 400px;\n  height: 400px;\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  background-image: conic-gradient(\n    rgba(0, 0, 0, 0),\n    #18116a,\n    rgba(0, 0, 0, 0) 10%,\n    rgba(0, 0, 0, 0) 50%,\n    #6e1b60,\n    rgba(0, 0, 0, 0) 60%\n  );\n  transition: all 2s;\n}\n\n#notification-poda:hover > .notification-darkBorderBg::before {\n  transform: translate(-50%, -50%) rotate(-98deg);\n}\n\n#notification-poda:hover > .notification-glow::before {\n  transform: translate(-50%, -50%) rotate(-120deg);\n}\n\n#notification-poda:hover > .notification-white::before {\n  transform: translate(-50%, -50%) rotate(-97deg);\n}\n\n#notification-poda:hover > .notification-border::before {\n  transform: translate(-50%, -50%) rotate(-110deg);\n}\n\n#notification-poda:focus-within > .notification-darkBorderBg::before {\n  transform: translate(-50%, -50%) rotate(442deg);\n  transition: all 4s;\n}\n\n#notification-poda:focus-within > .notification-glow::before {\n  transform: translate(-50%, -50%) rotate(420deg);\n  transition: all 4s;\n}\n\n#notification-poda:focus-within > .notification-white::before {\n  transform: translate(-50%, -50%) rotate(443deg);\n  transition: all 4s;\n}\n\n#notification-poda:focus-within > .notification-border::before {\n  transform: translate(-50%, -50%) rotate(430deg);\n  transition: all 4s;\n}\n\n.notification-glow {\n  overflow: hidden;\n  filter: blur(30px);\n  opacity: 0.4;\n  max-height: 60px;\n  max-width: 220px;\n}\n\n.notification-glow:before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(60deg);\n  position: absolute;\n  width: 600px;\n  height: 600px;\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  background-image: conic-gradient(\n    #000,\n    #402fb5 5%,\n    #000 38%,\n    #000 50%,\n    #cf30aa 60%,\n    #000 87%\n  );\n  transition: all 2s;\n}\n\n#notification-bell-icon {\n  position: absolute;\n  left: 15px;\n  top: 8px;\n  z-index: 2;\n}\n\n#notification-bell-icon svg {\n  width: 16px;\n  height: 16px;\n}\n\n#notification-bell-icon path {\n  fill: rgb(0, 206, 62);\n}\n\n.notification-arrow {\n  position: absolute;\n  right: 12px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 18px;\n  color: white;\n  z-index: 2;\n}\n\n.notification-badge {\n  position: absolute;\n  top: -5px;\n  right: -5px;\n  background-color: #ff4757;\n  color: white;\n  border-radius: 50%;\n  width: 16px;\n  height: 16px;\n  font-size: 0.65rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: bold;\n  z-index: 10;\n}\n\n.notifications-panel {\n  position: fixed;\n  top: 0;\n  right: -350px;\n  width: 300px;\n  height: 100%;\n  background: rgba(20, 25, 45, 0.95);\n  backdrop-filter: blur(15px);\n  border-left: 1px solid rgba(0, 255, 255, 0.2);\n  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.5);\n  z-index: 1000;\n  transition: right 0.3s ease;\n  padding: 20px;\n  box-sizing: border-box;\n  overflow-y: auto;\n}\n\n.notifications-panel.active {\n  right: 0;\n}\n\n.notifications-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 20px;\n  padding-bottom: 15px;\n  border-bottom: 1px solid rgba(0, 255, 255, 0.2);\n}\n\n.notifications-header h3 {\n  color: var(--primary-color);\n  font-family: 'Nova Square', cursive;\n  margin: 0;\n}\n\n.close-notifications {\n  background: none;\n  border: none;\n  color: white;\n  font-size: 1.5rem;\n  cursor: pointer;\n  transition: color 0.3s;\n}\n\n.close-notifications:hover {\n  color: var(--primary-color);\n}\n\n.notifications-list {\n  display: flex;\n  flex-direction: column;\n  gap: 15px;\n}\n\n.notification-item {\n  background: rgba(255, 255, 255, 0.05);\n  border-radius: 10px;\n  padding: 15px;\n  border: 1px solid rgba(0, 255, 255, 0.1);\n  transition: all 0.3s;\n}\n\n.notification-item.unread {\n  background: rgba(0, 255, 255, 0.05);\n  border-color: rgba(0, 255, 255, 0.3);\n}\n\n.notification-item:hover {\n  transform: translateX(-5px);\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\n}\n\n.notification-title {\n  color: var(--primary-color);\n  font-weight: bold;\n  margin-bottom: 5px;\n  font-size: 0.95rem;\n}\n\n.notification-message {\n  color: rgba(255, 255, 255, 0.8);\n  font-size: 0.85rem;\n  line-height: 1.4;\n  margin-bottom: 8px;\n}\n\n.notification-time {\n  color: rgba(255, 255, 255, 0.5);\n  font-size: 0.75rem;\n  text-align: right;\n}\n\n.no-notifications {\n  text-align: center;\n  color: rgba(255, 255, 255, 0.6);\n  font-style: italic;\n  padding: 20px 0;\n}\n\n.white,\n.border,\n.darkBorderBg,\n.glow {\n  max-height: 50px;\n  max-width: 250px;\n  height: 100%;\n  width: 100%;\n  position: absolute;\n  overflow: hidden;\n  z-index: -1;\n  border-radius: 12px;\n  filter: blur(3px);\n}\n\n.input {\n  background-color: #010201;\n  border: none;\n  width: 240px;\n  height: 45px;\n  border-radius: 10px;\n  color: white;\n  padding-inline: 45px 20px;\n  font-size: 16px;\n}\n\n#poda {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.input::placeholder {\n  color: #c0b9c0;\n}\n\n.input:focus {\n  outline: none;\n}\n\n#main:focus-within > #input-mask {\n  display: none;\n}\n\n#input-mask {\n  pointer-events: none;\n  width: 80px;\n  height: 18px;\n  position: absolute;\n  background: linear-gradient(90deg, transparent, black);\n  top: 14px;\n  left: 55px;\n}\n\n#pink-mask {\n  pointer-events: none;\n  width: 25px;\n  height: 18px;\n  position: absolute;\n  background: #cf30aa;\n  top: 8px;\n  left: 5px;\n  filter: blur(20px);\n  opacity: 0.8;\n  transition: all 2s;\n}\n\n#main:hover > #pink-mask {\n  opacity: 0;\n}\n\n.white {\n  max-height: 46px;\n  max-width: 246px;\n  border-radius: 10px;\n  filter: blur(2px);\n}\n\n.white::before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(83deg);\n  position: absolute;\n  width: 500px;\n  height: 500px;\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  filter: brightness(1.4);\n  background-image: conic-gradient(\n    rgba(0, 0, 0, 0) 0%,\n    #a099d8,\n    rgba(0, 0, 0, 0) 8%,\n    rgba(0, 0, 0, 0) 50%,\n    #dfa2da,\n    rgba(0, 0, 0, 0) 58%\n  );\n  transition: all 2s;\n}\n\n.border {\n  max-height: 44px;\n  max-width: 244px;\n  border-radius: 11px;\n  filter: blur(0.5px);\n}\n\n.border::before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(70deg);\n  position: absolute;\n  width: 500px;\n  height: 500px;\n  filter: brightness(1.3);\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  background-image: conic-gradient(\n    #1c191c,\n    #402fb5 5%,\n    #1c191c 14%,\n    #1c191c 50%,\n    #cf30aa 60%,\n    #1c191c 64%\n  );\n  transition: all 2s;\n}\n\n.darkBorderBg {\n  max-height: 48px;\n  max-width: 248px;\n}\n\n.darkBorderBg::before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(82deg);\n  position: absolute;\n  width: 500px;\n  height: 500px;\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  background-image: conic-gradient(\n    rgba(0, 0, 0, 0),\n    #18116a,\n    rgba(0, 0, 0, 0) 10%,\n    rgba(0, 0, 0, 0) 50%,\n    #6e1b60,\n    rgba(0, 0, 0, 0) 60%\n  );\n  transition: all 2s;\n}\n\n#poda:hover > .darkBorderBg::before {\n  transform: translate(-50%, -50%) rotate(-98deg);\n}\n\n#poda:hover > .glow::before {\n  transform: translate(-50%, -50%) rotate(-120deg);\n}\n\n#poda:hover > .white::before {\n  transform: translate(-50%, -50%) rotate(-97deg);\n}\n\n#poda:hover > .border::before {\n  transform: translate(-50%, -50%) rotate(-110deg);\n}\n\n#poda:focus-within > .darkBorderBg::before {\n  transform: translate(-50%, -50%) rotate(442deg);\n  transition: all 4s;\n}\n\n#poda:focus-within > .glow::before {\n  transform: translate(-50%, -50%) rotate(420deg);\n  transition: all 4s;\n}\n\n#poda:focus-within > .white::before {\n  transform: translate(-50%, -50%) rotate(443deg);\n  transition: all 4s;\n}\n\n#poda:focus-within > .border::before {\n  transform: translate(-50%, -50%) rotate(430deg);\n  transition: all 4s;\n}\n\n.glow {\n  overflow: hidden;\n  filter: blur(30px);\n  opacity: 0.4;\n  max-height: 80px;\n  max-width: 270px;\n}\n\n.glow:before {\n  content: \"\";\n  z-index: -2;\n  text-align: center;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%) rotate(60deg);\n  position: absolute;\n  width: 800px;\n  height: 800px;\n  background-repeat: no-repeat;\n  background-position: 0 0;\n  background-image: conic-gradient(\n    #000,\n    #402fb5 5%,\n    #000 38%,\n    #000 50%,\n    #cf30aa 60%,\n    #000 87%\n  );\n  transition: all 2s;\n}\n\n#main {\n  position: relative;\n}\n\n#search-icon {\n  position: absolute;\n  left: 15px;\n  top: 12px;\n}\n\n.tool-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));\n  gap: 20px;\n  justify-items: center;\n  margin-bottom: 40px;\n}\n\n.tool-card {\n  width: 100px;\n  padding: 10px;\n  background-color: var(--card-bg);\n  border-radius: 15px;\n  transition: transform .3s ease, box-shadow .3s ease;\n  position: relative;\n  overflow: hidden;\n  cursor: pointer;\n  border: 2px solid var(--primary-color);\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n  -webkit-tap-highlight-color: transparent;\n}\n\n.tool-card-border {\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  border-radius: 15px;\n  padding: 2px;\n  background: conic-gradient(from var(--angle), var(--primary-color), #cf30aa, var(--primary-color));\n  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);\n  -webkit-mask-composite: xor;\n  mask-composite: exclude;\n  animation: 3s rotate linear infinite;\n  opacity: 0;\n  transition: opacity 0.3s ease;\n}\n\n.tool-card:hover .tool-card-border {\n  opacity: 1;\n  animation-duration: 3s;\n}\n\n.tool-card:hover {\n  transform: scale(1.05);\n  box-shadow: 0 0 15px rgba(0, 255, 255, 0.3);\n}\n\n.tool-card:active {\n  transform: scale(0.95);\n}\n\n.tool-icon {\n  width: 100px;\n  height: 100px;\n  margin-bottom: 8px;\n  transition: transform 0.3s ease;\n  -webkit-user-drag: none;\n  user-drag: none;\n}\n\n.tool-card:hover .tool-icon {\n  transform: scale(1.1);\n}\n\n.tool-name {\n  font-size: 0.85rem;\n  color: white;\n  word-break: break-word;\n  text-shadow: 0 0 5px rgba(0,255,255,0.3);\n}\n\n.scan-line {\n  position: absolute;\n  top: -100%;\n  left: 0;\n  width: 100%;\n  height: 3px;\n  background: #00ff41;\n  box-shadow: 0 0 12px #00ff41, 0 0 20px rgba(0, 255, 65, 0.5);\n  opacity: 0;\n  z-index: 10;\n  pointer-events: none;\n}\n\n.tool-card:hover .scan-line {\n  animation: modernScan 1.8s linear infinite;\n  opacity: 1;\n}\n\n@keyframes modernScan {\n  0% { top: -5%; opacity: 0; }\n  15% { opacity: 1; }\n  85% { opacity: 1; }\n  100% { top: 105%; opacity: 0; }\n}\n\n.loader {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  transform: translate(-50%, -50%);\n  width: 80px;\n  height: 80px;\n  background: transparent;\n  border-radius: 50%;\n  box-shadow: 15px 15px 40px rgba(0,0,0,0.55);\n  border: 1px solid #333;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  overflow: hidden;\n}\n\n.loader::before {\n  content: '';\n  position: absolute;\n  inset: 10px;\n  background: transparent;\n  border: 1px dashed #444;\n  border-radius: 50%;\n  box-shadow: inset -5px -5px 25px rgba(0,0,0,0.25),\n  inset 5px 5px 35px rgba(0,0,0,0.25);\n}\n\n.loader::after {\n  content: '';\n  position: absolute;\n  width: 30px;\n  height: 30px;\n  border-radius: 50%;\n  border: 1px dashed #444;\n  box-shadow: inset -5px -5px 25px rgba(0,0,0,0.25),\n  inset 5px 5px 35px rgba(0,0,0,0.25);\n}\n\n.loader span {\n  position: absolute;\n  top: 50%;\n  left: 50%;\n  width: 50%;\n  height: 100%;\n  background: transparent;\n  transform-origin: top left;\n  animation: radar81 2s linear infinite;\n  border-top: 1px dashed #fff;\n}\n\n.loader span::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  background: seagreen;\n  transform-origin: top left;\n  transform: rotate(-55deg);\n  filter: blur(20px) drop-shadow(10px 10px 10px seagreen);\n}\n\n@keyframes radar81 {\n  0% {\n    transform: rotate(0deg);\n  }\n  100% {\n    transform: rotate(360deg);\n  }\n}\n\n.stats-container {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  margin: 25px 0;\n  flex-wrap: wrap;\n}\n\n.stat-box {\n  padding: 8px 20px;\n  border: 2px solid rgba(0, 255, 255, 0.3);\n  background: rgba(0, 0, 0, 0.4);\n  border-radius: 25px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  min-width: auto;\n  white-space: nowrap;\n}\n\n.stat-icon {\n  font-size: 1.2rem;\n  color: var(--primary-color);\n}\n\n.stat-value {\n  font-size: 1rem;\n  color: white;\n  font-weight: bold;\n}\n\n.online-indicator {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.online-dot {\n  width: 10px;\n  height: 10px;\n  background-color: #00ff00;\n  border-radius: 50%;\n  animation: blink 1.5s infinite;\n  box-shadow: 0 0 8px #00ff00;\n}\n\n@keyframes blink {\n  0%, 100% { opacity: 1; }\n  50% { opacity: 0.4; }\n}\n\n.online-text {\n  color: white;\n  font-size: 1rem;\n}\n\n.footer {\n  margin-top: 30px;\n  padding: 20px;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 15px;\n}\n\n.install-button {\n  cursor: pointer;\n  font-size: 1.2rem;\n  border-radius: 16px;\n  border: none;\n  padding: 2px;\n  background: radial-gradient(circle 80px at 80% -10%, #ffffff, #181b1b);\n  position: relative;\n  text-decoration: none;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-width: 250px;\n  box-sizing: border-box;\n}\n\n.install-button::after {\n  content: \"\";\n  position: absolute;\n  width: 65%;\n  height: 60%;\n  border-radius: 120px;\n  top: 0;\n  right: 0;\n  box-shadow: 0 0 20px #ffffff38;\n  z-index: -1;\n}\n\n.install-button .blob1 {\n  position: absolute;\n  width: 70px;\n  height: 100%;\n  border-radius: 16px;\n  bottom: 0;\n  left: 0;\n  background: radial-gradient(\n    circle 60px at 0% 100%,\n    #3fe9ff,\n    #0000ff80,\n    transparent\n  );\n  box-shadow: -10px 10px 30px #0051ff2d;\n}\n\n.install-button .blob2 {\n  display: none; \n}\n\n.install-button .inner {\n  padding: 14px 25px;\n  border-radius: 14px;\n  color: #fff;\n  z-index: 3;\n  position: relative;\n  background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111);\n  width: 100%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n}\n\n.install-button .inner::before {\n  content: \"\";\n  width: 100%;\n  height: 100%;\n  left: 0;\n  top: 0;\n  border-radius: 14px;\n  background: radial-gradient(\n    circle 60px at 0% 100%,\n    #00e1ff1a,\n    #0000ff11,\n    transparent\n  );\n  position: absolute;\n}\n\n.install-button .btn-icon-circle {\n  width: 28px;\n  height: 28px;\n  background-size: cover;\n  background-position: center;\n  border-radius: 50%;\n  border: 1.5px solid var(--primary-color);\n  box-shadow: 0 0 5px var(--primary-color);\n}\n\n.footer-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  padding: 12px 30px;\n  background: linear-gradient(45deg, #25D366, #128C7E);\n  color: white;\n  font-size: 1rem;\n  text-decoration: none;\n  border-radius: 50px;\n  transition: all 0.3s ease;\n  font-weight: bold;\n  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);\n  position: relative;\n  overflow: hidden;\n  min-width: 250px;\n}\n\n.footer-button:before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: -100%;\n  width: 100%;\n  height: 100%;\n  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n  transition: 0.5s;\n}\n\n.footer-button:hover:before {\n  left: 100%;\n}\n\n.footer-button:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 6px 20px rgba(0, 255, 255, 0.4);\n}\n\n.watermark {\n  font-family: 'Baumans', cursive;\n  color: var(--accent-color);\n  font-size: 0.9rem;\n  margin-top: 15px;\n  text-shadow: 0 0 5px rgba(93, 189, 131, 0.5);\n}\n\n.popup-overlay {\n  position: fixed;\n  top: 0; left: 0;\n  width: 100%; height: 100%;\n  background-color: rgba(0, 0, 0, 0.7);\n  display: none;\n  align-items: center;\n  justify-content: center;\n  z-index: 1000;\n  backdrop-filter: blur(10px);\n}\n\n.glass-popup {\n  background: rgba(255, 255, 255, 0.1);\n  border-radius: 20px;\n  padding: 30px;\n  max-width: 450px;\n  width: 90%;\n  text-align: center;\n  box-shadow: 0 8px 32px rgba(0, 255, 255, 0.2);\n  border: 1px solid rgba(255, 255, 255, 0.2);\n  backdrop-filter: blur(15px);\n  position: relative;\n  overflow: hidden;\n}\n\n.glass-popup::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: linear-gradient(45deg, transparent, rgba(0, 255, 255, 0.1), transparent);\n  transform: rotate(45deg);\n  animation: shine 3s infinite;\n}\n\n@keyframes shine {\n  0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n  100% { transform: translateX(100%) translateY(100%) rotate(45deg); }\n}\n\n.glass-popup h3 {\n  color: var(--primary-color);\n  margin-bottom: 15px;\n  font-family: 'Nova Square', cursive;\n  font-size: 1.8rem;\n  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);\n}\n\n.glass-popup p {\n  margin-bottom: 25px;\n  line-height: 1.6;\n  color: rgba(255, 255, 255, 0.9);\n}\n\n.glass-popup-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  flex-wrap: wrap;\n}\n\n.glass-popup-btn {\n  padding: 12px 25px;\n  border: none;\n  border-radius: 50px;\n  font-weight: bold;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  font-size: 1rem;\n  position: relative;\n  overflow: hidden;\n}\n\n.glass-popup-primary {\n  background: linear-gradient(45deg, var(--primary-color), #0099cc);\n  color: black;\n}\n\n.glass-popup-secondary {\n  background: rgba(255, 255, 255, 0.2);\n  color: white;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.glass-popup-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);\n}\n\n.glass-popup-btn:active {\n  transform: translateY(-1px);\n}\n\n.bottom-popup-overlay {\n  position: fixed;\n  bottom: 0;\n  left: 0;\n  width: 100%;\n  display: none;\n  justify-content: center;\n  z-index: 999;\n  padding: 20px;\n  box-sizing: border-box;\n}\n\n.bottom-popup {\n  background: rgba(20, 25, 45, 0.95);\n  border-radius: 20px 20px 0 0;\n  padding: 25px;\n  max-width: 500px;\n  width: 100%;\n  text-align: center;\n  box-shadow: 0 -5px 25px rgba(0, 255, 255, 0.3);\n  border: 1px solid rgba(0, 255, 255, 0.3);\n  border-bottom: none;\n  backdrop-filter: blur(10px);\n  transform: translateY(100%);\n  animation: slideUp 0.5s ease forwards;\n}\n\n@keyframes slideUp {\n  to {\n    transform: translateY(0);\n  }\n}\n\n.bottom-popup h3 {\n  color: var(--primary-color);\n  margin-bottom: 15px;\n  font-family: 'Nova Square', cursive;\n  font-size: 1.5rem;\n  text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);\n}\n\n.bottom-popup p {\n  margin-bottom: 20px;\n  line-height: 1.5;\n  color: rgba(255, 255, 255, 0.9);\n}\n\n.bottom-popup-buttons {\n  display: flex;\n  justify-content: center;\n  gap: 15px;\n  flex-wrap: wrap;\n}\n\n.bottom-popup-btn {\n  padding: 10px 20px;\n  border: none;\n  border-radius: 50px;\n  font-weight: bold;\n  cursor: pointer;\n  transition: all 0.3s ease;\n}\n\n.bottom-popup-primary {\n  background: linear-gradient(45deg, var(--primary-color), #0099cc);\n  color: black;\n}\n\n.bottom-popup-secondary {\n  background: rgba(255, 255, 255, 0.2);\n  color: white;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.bottom-popup-btn:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);\n}\n\n.rating-popup .stars {\n  display: flex;\n  justify-content: center;\n  gap: 10px;\n  margin-bottom: 20px;\n}\n\n.rating-popup .star {\n  font-size: 2rem;\n  color: #555;\n  cursor: pointer;\n  transition: color 0.2s;\n}\n\n.rating-popup .star:hover,\n.rating-popup .star.active {\n  color: gold;\n  text-shadow: 0 0 10px gold;\n}\n\n.ad-popup {\n  font-family: 'Noto Nastaliq Urdu', serif;\n  background: rgba(30, 35, 55, 0.95);\n  border: 1px solid rgba(93, 189, 131, 0.3);\n}\n\n.ad-popup h3 {\n  font-family: 'Noto Nastaliq Urdu', serif;\n  font-size: 1.8rem;\n  color: var(--accent-color);\n}\n\n.ad-popup p {\n  font-family: 'Noto Nastaliq Urdu', serif;\n  font-size: 1.1rem;\n  line-height: 1.8;\n}\n\n.report-bug-container {\n  margin-top: 30px;\n  padding: 20px;\n  background: linear-gradient(135deg, rgba(10, 15, 30, 0.7), rgba(20, 25, 45, 0.7));\n  border: 1px solid rgba(0, 255, 255, 0.2);\n  border-radius: 15px;\n  box-shadow: 0 5px 20px rgba(0, 255, 255, 0.1);\n  max-width: 600px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.report-bug-container h3 {\n  font-family: 'Nova Square', cursive;\n  color: var(--primary-color);\n  margin-bottom: 15px;\n  font-size: 1.3rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n}\n\n.report-bug-container h3 i {\n  font-size: 1.2rem;\n}\n\n.report-bug-container input, .report-bug-container textarea {\n  width: 100%;\n  padding: 12px 15px;\n  margin-bottom: 12px;\n  border: 1px solid rgba(0, 255, 255, 0.3);\n  background-color: rgba(255, 255, 255, 0.08);\n  color: white;\n  border-radius: 8px;\n  box-sizing: border-box;\n  font-family: 'Kanit', sans-serif;\n  font-size: 0.9rem;\n  transition: all 0.3s ease;\n}\n\n.report-bug-container input:focus, .report-bug-container textarea:focus {\n  outline: none;\n  border-color: var(--primary-color);\n  box-shadow: 0 0 8px rgba(0, 255, 255, 0.2);\n  background-color: rgba(255, 255, 255, 0.12);\n}\n\n.report-bug-container textarea {\n  height: 90px;\n  resize: none;\n}\n\n.report-bug-container button {\n  padding: 10px 20px;\n  background: linear-gradient(45deg, #28a745, #20c997);\n  color: white;\n  border: none;\n  border-radius: 8px;\n  cursor: pointer;\n  font-weight: 600;\n  font-size: 0.9rem;\n  transition: all 0.3s ease;\n  box-shadow: 0 3px 8px rgba(40, 167, 69, 0.2);\n  position: relative;\n  overflow: hidden;\n  width: 100%;\n  letter-spacing: 0.5px;\n}\n\n.report-bug-container button:hover {\n  transform: translateY(-2px);\n  box-shadow: 0 5px 12px rgba(40, 167, 69, 0.3);\n  background: linear-gradient(45deg, #20c997, #28a745);\n}\n\n.report-bug-container button:active {\n  transform: translateY(0);\n}\n\n#bug-status {\n  margin-top: 10px;\n  font-size: 0.85rem;\n  min-height: 20px;\n  padding: 5px;\n  border-radius: 5px;\n  transition: all 0.3s ease;\n}\n\n@property --angle {\n  syntax: \"<angle>\";\n  initial-value: 0deg;\n  inherits: false;\n}\n\n@keyframes rotate {\n  to {\n    --angle: 360deg;\n  }\n}\n\n@media (max-width: 768px) {\n  .report-bug-container {\n    padding: 15px;\n    margin-top: 20px;\n  }\n  \n  .report-bug-container h3 {\n    font-size: 1.1rem;\n  }\n  \n  .report-bug-container input, .report-bug-container textarea {\n    padding: 10px 12px;\n    font-size: 0.85rem;\n  }\n  \n  .report-bug-container textarea {\n    height: 80px;\n  }\n  \n  .report-bug-container button {\n    padding: 9px 15px;\n    font-size: 0.85rem;\n  }\n  \n  .notifications-panel {\n    width: 100%;\n    right: -100%;\n  }\n  \n  .notifications-panel.active {\n    right: 0;\n  }\n  \n  .notification-input {\n    width: 180px;\n  }\n}",
  "assets": {},
  "metadata": {},
  "requestedUrl": "https://ftgmtools.pages.dev/style.css",
  "correctedUrl": "https://ftgmtools.pages.dev/style.css",
  "finalUrl": "https://ftgmtools.pages.dev/style.css",
  "status": 200,
  "statusText": "OK"
}