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

body {
margin: 0;   
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif, Arial;
font-weight: bold;
background-color: #121212;
color: #ffffff;
border: 1px solid rgba(76, 175, 80, 0.2);
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 100;
background: rgba(18, 18, 18, 0.6);
/* backdrop-filter: blur(8px); */
box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
padding: 0;
transition: all 0.3s ease;
border-bottom: 1px solid rgba(76, 175, 80, 0.3);
}

.header-container {
display: flex;
justify-content: center;
align-items: center;
padding: 0.8rem 1.5rem;
max-width: 1200px;
margin: 0 auto;
}

.logo-container {
display: flex;
align-items: center;
gap: 10px;
}

.tiktok-icon {
font-size: 1.8rem;
color: #4CAF50;
}

.profile-container {
max-width: 800px;
margin: 2em auto;
padding: 0 1em;
}

.profile-header {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2em;
position: relative;
}

.profile-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at center, rgba(76, 175, 80, 0.2) 0%, transparent 70%);
z-index: -1;
opacity: 0.8;
}

.profile-image-container {
position: relative;
margin-bottom: 1em;
}

.profile-stats {
display: flex;
justify-content: center;
gap: 2em;
margin: 1.5em 0;
flex-wrap: wrap;
}

.stat-item {
display: flex;
flex-direction: column;
align-items: center;
background: rgba(255, 255, 255, 0.05);
padding: 1em;
border-radius: 10px;
min-width: 100px;
border: 1px solid rgba(76, 175, 80, 0.2);
transition: all 0.3s ease;
cursor: pointer;
}

.stat-item:hover {
transform: translateY(-5px);
box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
}

.stat-value {
font-size: 1.5em;
font-weight: bold;
color: #4CAF50;
}

.stat-label {
font-size: 0.8em;
color: rgba(255, 255, 255, 0.7);
margin-top: 0.5em;
}

.profile-details {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 1em;
margin-top: 2em;
}

.detail-card {
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
padding: 1em;
border: 1px solid rgba(76, 175, 80, 0.2);
transition: all 0.3s ease;
}

.detail-card:hover {
transform: translateX(5px);
background: rgba(76, 175, 80, 0.1);
}

.detail-card i {
color: #4CAF50;
margin-right: 0.5em;
width: 20px;
text-align: center;
}

.detail-label {
font-weight: normal;
color: rgba(255, 255, 255, 0.7);
margin-bottom: 0.3em;
font-size: 0.8em;
}

.detail-value {
font-weight: bold;
}

.secUid-info {
margin-top: 2em;
background: rgba(76, 175, 80, 0.05);
border-radius: 10px;
padding: 1.5em;
border: 1px solid rgba(76, 175, 80, 0.2);
}

.secUid-title {
color: #4CAF50;
margin-bottom: 1em;
display: flex;
align-items: center;
gap: 0.5em;
}

.secUid-code {
font-family: monospace;
background: rgba(255, 255, 255, 0.05);
padding: 1em;
border-radius: 5px;
border-left: 3px solid #4CAF50;
position: relative;
overflow: hidden;
font-size: 0.9em;
word-break: break-all;
}

.secUid-code::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(90deg, rgba(76, 175, 80, 0.1) 0%, transparent 100%);
pointer-events: none;
}

.action-buttons {
display: flex;
justify-content: center;
gap: 1em;
margin-top: 2em;
flex-wrap: wrap;
}

.action-button {
display: inline-flex;
align-items: center;
gap: 0.5em;
padding: 0.8em 1.5em;
background-color: #4CAF50;
color: #ffffff;
text-decoration: none;
cursor: pointer;
border-radius: 5px;
border: 1px solid #4CAF50;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
z-index: 1;
}

.action-button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: all 0.6s ease;
z-index: -1;
}

.action-button:hover {
background-color: #3e8e41;
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.action-button:hover::before {
left: 100%;
}

.action-button.secondary {
background-color: transparent;
border: 1px solid #4CAF50;
color: #4CAF50;
}

.action-button.secondary:hover {
background-color: rgba(76, 175, 80, 0.1);
}


.Yes✅:after {
content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUyNDcgMTUuMTIzNEM4LjIwMyAxNC45MjUxIDcuNzk3IDE0LjkyNTEgNy40NzUzIDE1LjEyMzRMNy4xNDg3MyAxNS4zMjQ3QzYuNjk0MiAxNS42MDQ4IDYuMDk5NzQgMTUuNDc4NSA1Ljc5ODQ1IDE1LjAzNzdMNS41ODE5OSAxNC43MjFDNS4zNjg3NSAxNC40MDkgNC45OTc4NSAxNC4yNDM4IDQuNjIzMzIgMTQuMjk0MUw0LjI0MzExIDE0LjM0NTJDMy43MTM5MiAxNC40MTYyIDMuMjIyMjYgMTQuMDU5IDMuMTI2MzEgMTMuNTMzOEwzLjA1NzM3IDEzLjE1NjRDMi45ODk0NyAxMi43ODQ3IDIuNzE3OCAxMi40ODMgMi4zNTUxOSAxMi4zNzY2TDEuOTg3MDkgMTIuMjY4NkMxLjQ3NDc1IDEyLjExODIgMS4xNzA4OCAxMS41OTIxIDEuMjk2ODcgMTEuMDczMUwxLjM4NzM4IDEwLjcwMDNDMS40NzY1NSAxMC4zMzMgMS4zNTEwOSA5Ljk0NjkyIDEuMDYzMSA5LjcwMjI0TDAuNzcwNzU3IDkuNDUzODVDMC4zNjM4NTIgOS4xMDgxMyAwLjMwMDMyNyA4LjUwMzczIDAuNjI2NDYyIDguMDgwOTZMMC44NjA3NzcgNy43NzcyMkMxLjA5MTYgNy40NzgwMSAxLjEzNDA0IDcuMDc0MjQgMC45NzA0NjggNi43MzM1OEwwLjgwNDQyNCA2LjM4Nzc2QzAuNTczMzE0IDUuOTA2NDMgMC43NjExMTQgNS4zMjg0NCAxLjIzMTAxIDUuMDc0ODhMMS41Njg2MSA0Ljg5MjdDMS45MDExNyA0LjcxMzI0IDIuMTA0MTcgNC4zNjE2NCAyLjA5MzMgMy45ODM5TDIuMDgyMjcgMy42MDA0NEMyLjA2NjkyIDMuMDY2NzIgMi40NzM1NyAyLjYxNTA5IDMuMDA1OTcgMi41NzQ1N0wzLjM4ODQ4IDIuNTQ1NDZDMy43NjUyOSAyLjUxNjc4IDQuMDkzNzUgMi4yNzgxNCA0LjIzNzQ2IDEuOTI4NjRMNC4zODMzNSAxLjU3Mzg1QzQuNTg2NCAxLjA4MDAyIDUuMTQxNiAwLjgzMjgzNiA1LjY0NDQ1IDEuMDEyMzdMNi4wMDU3MyAxLjE0MTM1QzYuMzYxNjMgMS4yNjg0MiA2Ljc1ODc1IDEuMTg0MDEgNy4wMzIxOSAwLjkyMzE3M0w3LjMwOTc4IDAuNjU4MzkxQzcuNjk2MTMgMC4yODk4NTIgOC4zMDM4NyAwLjI4OTg1MiA4LjY5MDIyIDAuNjU4MzkyTDguOTY3ODEgMC45MjMxNzNDOS4yNDEyNSAxLjE4NDAxIDkuNjM4MzcgMS4yNjg0MiA5Ljk5NDI3IDEuMTQxMzVMMTAuMzU1NSAxLjAxMjM3QzEwLjg1ODQgMC44MzI4MzYgMTEuNDEzNiAxLjA4MDAyIDExLjYxNjcgMS41NzM4NUwxMS43NjI1IDEuOTI4NjRDMTEuOTA2MyAyLjI3ODE0IDEyLjIzNDcgMi41MTY3OCAxMi42MTE1IDIuNTQ1NDZMMTIuOTk0IDIuNTc0NTdDMTMuNTI2NCAyLjYxNTA5IDEzLjkzMzEgMy4wNjY3MiAxMy45MTc3IDMuNjAwNDRMMTMuOTA2NyAzLjk4MzlDMTMuODk1OCA0LjM2MTY0IDE0LjA5ODggNC43MTMyNCAxNC40MzE0IDQuODkyN0wxNC43NjkgNS4wNzQ4OEMxNS4yMzg5IDUuMzI4NDQgMTUuNDI2NyA1LjkwNjQzIDE1LjE5NTYgNi4zODc3NkwxNS4wMjk1IDYuNzMzNThDMTQuODY2IDcuMDc0MjQgMTQuOTA4NCA3LjQ3ODAxIDE1LjEzOTIgNy43NzcyMkwxNS4zNzM1IDguMDgwOTZDMTUuNjk5NyA4LjUwMzczIDE1LjYzNjEgOS4xMDgxMyAxNS4yMjkyIDkuNDUzODVMMTQuOTM2OSA5LjcwMjI0QzE0LjY0ODkgOS45NDY5MiAxNC41MjM0IDEwLjMzMyAxNC42MTI2IDEwLjcwMDNMMTQuNzAzMSAxMS4wNzMxQzE0LjgyOTEgMTEuNTkxOSAxNC41MjUzIDEyLjExODIgMTQuMDEyOSAxMi4yNjg2TDEzLjY0NDggMTIuMzc2NkMxMy4yODIyIDEyLjQ4MyAxMy4wMTA1IDEyLjc4NDcgMTIuOTQyNiAxMy4xNTY0TDEyLjg3MzcgMTMuNTMzOEMxMi43Nzc3IDE0LjA1OSAxMi4yODYxIDE0LjQxNjIgMTEuNzU2OSAxNC4zNDUyTDExLjM3NjcgMTQuMjk0MUMxMS4wMDIxIDE0LjI0MzggMTAuNjMxMyAxNC40MDkgMTAuNDE4IDE0LjcyMUwxMC4yMDE1IDE1LjAzNzdDOS45MDAyNiAxNS40Nzg1IDkuMzA1OCAxNS42MDQ4IDguODUxMjcgMTUuMzI0N0w4LjUyNDcgMTUuMTIzNFoiIGZpbGw9IiMwMEI2RkYiLz4KPHBhdGggZD0iTTUuMDY5OTggNy41NjI2NUw3LjE5MTMgOS42ODM5N0wxMS40MzM5IDUuNDQxMzMiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K');
margin-left: 7px;
vertical-align: middle;
display: inline-flex; 
}


.img.css-shadow {
background-size: cover;
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
object-position: top center;
outline: 3px solid rgb(224, 224, 224);
margin: 0;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 0 20px rgba(76, 175, 80, 0.2);
}

.img.css-shadow:hover {
transform: scale(1.05);
outline: 3px solid rgb(76, 175, 80, 224);
box-shadow: 0 0 30px rgba(76, 175, 80, 0.4);
}

.credit {
margin-top: 2em;
text-align: center;
font-size: 1.1em;
animation: fadeIn 1.5s ease-in-out;
}

.credit-link {
text-decoration: none;
color: #4CAF50;
display: inline-flex;
align-items: center;
gap: 10px;
transition: transform 0.4s ease-in-out;
animation: pulse 2s infinite ease-in-out;
}

.credit-link:hover {
transform: scale(1.07);
}

.telegram-icon {
pointer-events: none;
width: 28px;
height: 28px;
animation: floatUp 3s infinite ease-in-out;
}

.credit-text {
font-weight: bold;
background: linear-gradient(to right, #4CAF50, #00C9A7);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: waveText 3s ease-in-out infinite;
}


@keyframes floatUp {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-5px); }
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.8; }
}

@keyframes waveText {
0%, 100% { letter-spacing: 1px; }
50% { letter-spacing: 3px; }
}

#backToTopBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
cursor: pointer;
outline: none;
background-color: #4CAF50;
width: 50px;
height: 50px;
border-radius: 50%;
transition: all 0.3s ease;
box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
}

#backToTopBtn:hover {
transform: scale(1.1);
background-color: #3e8e41;
}

#backToTopBtn::after {
content: "↑";
font-size: 30px;
color: white;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}

.modal {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.7);
}

.modal-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #1e1e1e;
border: 1px solid #4CAF50;
border-radius: 10px;
width: 90%;
max-width: 300px;
text-align: center;
box-shadow: 0 0 25px rgba(76, 175, 80, 0.3);
}

.modal-header,
.modal-footer {
padding: 15px;
}

.modal-header {
border-bottom: 1px solid #333;
border-radius: 10px 10px 0 0;
}

.modal-footer {
border-top: 1px solid #333;
border-radius: 0 0 10px 10px;
}

.modal-footer button, #copyText {
width: 100%;
padding: 10px;
font-size: 16px;
border: none;
cursor: pointer;
background: none;
outline: none;
color: #4CAF50;
font-weight: bold;
transition: background-color 0.3s ease;
}

.modal-footer button:hover, #copyText:hover {
background-color: rgba(76, 175, 80, 0.1);
}

.notification {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background-color: #1e1e1e;
color: #ffffff;
padding: 10px 20px;
border-radius: 5px;
border: 1px solid #4CAF50;
box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);
z-index: 1000;
display: none;
font-size: 0.9em;
}

.notification.success {
background-color: rgba(76, 175, 80, 0.2);
}

.notification.error {
background-color: rgba(255, 0, 0, 0.2);
border: 1px solid #ff0000;
}


@media (max-width: 768px) {
.profile-stats {
gap: 1em;
}

.stat-item {
min-width: 80px;
padding: 0.8em;
}

.profile-details {
grid-template-columns: 1fr;
}

.action-buttons {
flex-direction: column;
align-items: center;
}

.action-button {
width: 100%;
justify-content: center;
}
}



.button {
display: block;
margin: 2em auto;
padding: 0.8em 1.5em;
background-color: #4CAF50;
color: #ffffff;
border: none;
user-select: none;
border-radius: 25px;
font-size: 1rem;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
z-index: 10;
}

.button:hover {
background-color: #3e8e41;
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.button::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
transition: all 0.6s ease;
z-index: -1;
}

.button:hover::before {
left: 100%;
}

.following-list {
visibility: hidden;
opacity: 0;
overflow: auto;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: calc(var(--vh, 1vh) * 100); 
background-color: rgba(18, 18, 18, 0.95);
/* backdrop-filter: blur(5px); */
transition: all 0.3s ease-in-out;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}

.follower-list {
visibility: hidden;
opacity: 0;
overflow: auto;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
height: calc(var(--vh, 1vh) * 100); 
background-color: rgba(18, 18, 18, 0.95);
/* backdrop-filter: blur(5px); */
transition: all 0.3s ease-in-out;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
}

.following-list.show {
visibility: visible;
opacity: 1;
transform: translateY(0);
}

.follower-list.show {
visibility: visible;
opacity: 1;
transform: translateY(0);
}

.following-list.show .close-btn,
.following-list.show .refresh-btn {
display: flex; 
}

.follower-list.show .close-btn,
.follower-list.show .refresh-btn {
display: flex; 
}

.following-list.hide {
visibility: hidden;
opacity: 0;
transform: translateY(20px);
}

.follower-list.hide {
visibility: hidden;
opacity: 0;
transform: translateY(20px);
}

.following-list h3 {
color: #4CAF50;
font-size: 1.5rem;
text-align: center;
position: sticky;
top: 0;
background-color: rgba(18, 18, 18, 0.95);
padding: 15px;
width: 100%;
z-index: 2;
border-bottom: 1px solid rgba(76, 175, 80, 0.2);
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}

.follower-list h3 {
color: #4CAF50;
font-size: 1.5rem;
text-align: center;
position: sticky;
top: 0;
background-color: rgba(18, 18, 18, 0.95);
padding: 15px;
width: 100%;
z-index: 2;
border-bottom: 1px solid rgba(76, 175, 80, 0.2);
margin: 0;
display: flex;
justify-content: center;
align-items: center;
}

#followingContent {
width: 100%;
max-width: 500px;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
padding: 0 20px;
}

#followerContent {
width: 100%;
max-width: 500px;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
padding: 0 20px;
}

.following-item {
overflow: hidden;
display: flex;
align-items: center;
text-align: left;
width: 100%;
max-width: 500px;
margin-bottom: 15px;
padding: 12px 15px;
background-color: rgba(255, 255, 255, 0.05);
border-radius: 10px;
border: 1px solid rgba(76, 175, 80, 0.2);
cursor: pointer;
transition: all 0.3s ease;
animation: fadeInUp 0.5s ease-out forwards;
animation-delay: calc(var(--index) * 0.1s);
opacity: 0;
transform: translateY(20px);
}

.follower-item {
overflow: hidden;
display: flex;
align-items: center;
text-align: left;
width: 100%;
max-width: 500px;
margin-bottom: 15px;
padding: 12px 15px;
background-color: rgba(255, 255, 255, 0.05);
border-radius: 10px;
border: 1px solid rgba(76, 175, 80, 0.2);
cursor: pointer;
transition: all 0.3s ease;
animation: fadeInUp 0.5s ease-out forwards;
animation-delay: calc(var(--index) * 0.1s);
opacity: 0;
transform: translateY(20px);
}

.following-item:hover {
background-color: rgba(76, 175, 80, 0.1);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.follower-item:hover {
background-color: rgba(76, 175, 80, 0.1);
transform: translateY(-2px);
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.4);
}

.following-item:active {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.follower-item:active {
transform: translateY(0);
box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.following-item img {
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 15px;
object-fit: cover;
border: 2px solid rgba(76, 175, 80, 0.5);
}

.follower-item img {
width: 60px;
height: 60px;
border-radius: 50%;
margin-right: 15px;
object-fit: cover;
border: 2px solid rgba(76, 175, 80, 0.5);
}

.user-info {
flex: 1;
overflow: hidden;
}

.user-info span {
display: block;
font-weight: bold;
margin-bottom: 5px;
color: #ffffff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.bio {
font-size: 0.8rem;
color: rgba(255, 255, 255, 0.7);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.close-btn,
.refresh-btn {
background-color: rgba(76, 175, 80, 0.2);
color: #4CAF50;
border-radius: 50%;
width: 40px;
height: 40px;
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.3s ease;
font-size: 1.5rem;
border: none;
outline: none;
}

.close-btn {
position: absolute;
top: 50%;
right: 20px;
transform: translateY(-50%);
background-color: rgba(76, 175, 80, 0.3);
color: white;
}

.close-btn:hover {
background-color: rgba(76, 175, 80, 0.5);
transform: translateY(-50%) rotate(90deg);
}

.refresh-btn {
position: fixed;
top: 20px;
right: 70px;
z-index: 3;
}

.refresh-btn:hover {
background-color: rgba(76, 175, 80, 0.3);
transform: rotate(360deg);
}

.no-more {
  text-align: center;
  margin-top: 20px;
  padding: 10px;
  color: rgba(255, 33, 0, 0.6);
  font-weight: 900;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 500px;
  display: none;
  user-select: none;
  border-bottom: 2px dashed rgba(76, 175, 80, 0.3);
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: relative;
}

.no-more::after {
  content: "by @Z_0_G";
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: rgba(80, 180, 255, 0.6);
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none;  
}

.loading {
color: #4CAF50;
font-size: 1rem;
text-align: center;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 500px;
}

.loading::before {
content: '';
width: 20px;
height: 20px;
border: 3px solid #4CAF50;
border-top: 3px solid transparent;
border-radius: 50%;
animation: spin 1s linear infinite;
margin-right: 10px;
}

.error {
color: #ff6b6b;
font-size: 1rem;
text-align: center;
margin-top: 20px;
width: 100%;
max-width: 500px;
padding: 15px;
background-color: rgba(255, 107, 107, 0.1);
border-radius: 8px;
border: 1px solid rgba(255, 107, 107, 0.3);
}

@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

body.modal-open {
overflow: hidden;
}

@media (max-width: 768px) {
.following-item, .follower-item {
padding: 10px;
}

.following-item img {
width: 50px;
height: 50px;
margin-right: 10px;
}

.follower-item img {
width: 50px;
height: 50px;
margin-right: 10px;
}

.bio {
-webkit-line-clamp: 1;
}

.close-btn {
top: 50%;
right: 15px;
transform: translateY(-50%);
}

.refresh-btn {
top: 10px;
right: 60px;
}

.following-list {
padding: 0;
}

.follower-list {
padding: 0;
}

.following-list h3 {
user-select: none;
font-size: 1.2rem;
padding: 15px;
}

.follower-list h3 {
user-select: none;
font-size: 1.2rem;
padding: 15px;
}

#followingContent {
padding: 0 10px;
}

#followerContent {
padding: 0 10px;
}

.following-item:active {
background-color: rgba(76, 175, 80, 0.1);
}

.follower-item:active {
background-color: rgba(76, 175, 80, 0.1);
}
}

@media (min-width: 769px) {
.following-list {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 0;
}

.follower-list {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 0;
}

#followingContent {
margin-top: 20px;
padding: 0 20px;
}

#followerContent {
margin-top: 20px;
padding: 0 20px;
}
}

@media (hover: none) {
.button:hover { 
background-color: #4CAF50;
transform: none;
box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.button:active {
background-color: #3e8e41;
transform: translateY(1px);
}

.following-item:hover {
background-color: rgba(255, 255, 255, 0.05);
}

.following-item:active {
background-color: rgba(76, 175, 80, 0.1);
}

.close-btn:hover, .refresh-btn:hover {
background-color: rgba(76, 175, 80, 0.2);
}

.close-btn:active, .refresh-btn:active {
background-color: rgba(76, 175, 80, 0.3);
transform: translateY(-50%);
}
}

@media (max-width: 768px) {
.close-btn { user-select: none;}
.button { user-select: none;}
* { cursor: default !important; }
}
footer {   
margin-top: auto;               
width: 100%;
padding: 1rem 0;
text-align: center;
}


::-webkit-scrollbar {
width: 8px;
}

::-webkit-scrollbar-track {
background: rgba(255, 255, 255, 0.05);
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: rgba(76, 175, 80, 0.5);
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: rgba(76, 175, 80, 0.7);
}
