@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

html {
    height: 100%;
    background: linear-gradient(to bottom, #ad66df, #6a39f0);
    background-attachment: fixed;
    background-size: 100% 100%;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

h1 {
    font-size: 65px;
}

#uv-address {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border-color: white;
    border-style: solid;
    outline: none;
    padding: 15px;
    color: white;
    width: 20%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

#uv-address::placeholder {
    color: rgb(223, 223, 223);
    font-style: italic;
}

#uv-address:focus {
    width: 35%;
}

#roddyusedtoberichbox {
    position: absolute;
    top: 30%;
    left: 50%;
    overflow: clip;
    transform: translateX(-50%);
    box-shadow: 0 0 5px #a748eb, 0 0 10px #a748eb, 0 0 15px #a748eb, 0 0 50px #a748eb;
    min-width: 350px;
    margin: 0 auto;
    border: 3px solid #a748eb;
    border-radius: 10px;  
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    min-height: 250px;
    padding: 20px;
    z-index: 9997;
    text-align: center;
}

#game {
    width: 300px;
    height: 200px;
    border-radius: 15px;
    border: 5px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.2s ease-in-out;
    object-fit: cover;
    object-position: center;
}
  
#game {
    position: relative;
    display: inline-block;
    margin: 5px;
}
  
#game:hover {
    transform: scale(1.05);
    border-color: #ddaeff;
    border-radius: 5px;
}

iframe {
    margin-top: 60px;
    width: 100%;
    height: calc(100vh - 60px);
    border: none;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
}

.glass-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 99999;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    height: 60px;
}

.glass-navbar .logo a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    transition: color 0.3s ease-in-out;
}


.glass-navbar .nav-links {
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}

.glass-navbar .nav-links li {
    margin: 0;
    padding: 0;
}

.glass-navbar .nav-links a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    transition: background 0.3s ease, color 0.3s ease;
}

.glass-navbar .nav-links a:hover {
    background: rgba(255, 255, 255, 0.3);
}

.glass-navbar .nav-links {
    padding-right: 20px;
}

@media (max-width: 768px) {
    .glass-navbar {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
}

.settings-section {
    margin: 30px 0;
    text-align: center;
}

.settings-section h2 {
    margin-bottom: 15px;
}

.settings-section label {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.settings-section select,
.settings-section input[type="text"] {
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    outline: none;
}

#panic-url::placeholder {
    color: rgba(255, 255, 255, 0.822);
    font-style: italic;
}

.settings-section button {
    padding: 10px 20px;
    border: none;
    background-color: #a748eb;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.3s;
}

.settings-section button:hover {
    background-color: #ddaeff;
}

button {
    padding: 10px 20px;
    border: none;
    background-color: #a748eb;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background 0.3s;
}

button:hover {
    background-color: #ddaeff;
}

#favicon-selector {
    color: #686868;
}

#gameframe {
    top: 70px;
    left: 10px;
    right: 120px;
    outline: none;
    border-style: solid;
    border-color: #5e35b1;
    border-width: 5px;
    border-radius: 3px;
    width: 60%;
    height: 75vh;
    border-radius: 15px;
    position: relative;
    margin: 85px auto;
    display: block;
    z-index: 1;
}

#adplusiframe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px 0;
  }
  
  #adarea {
    flex: 1;
    margin-right: 10px;
    max-width: 300px;
    justify-content: center;
    display: flex;
    z-index: 9999;
    top: 18%; 
    position: absolute;
  }
  
  #bottomad {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }