@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

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

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-x: hidden;
    position: relative;
}

/* Animated Stars Background */
.stars-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite, twinkle 2s ease-in-out infinite alternate;
}

.star-1 { width: 2px; height: 2px; top: 10%; left: 20%; animation-delay: 0s; }
.star-2 { width: 1px; height: 1px; top: 20%; left: 80%; animation-delay: 0.5s; }
.star-3 { width: 3px; height: 3px; top: 30%; left: 10%; animation-delay: 1s; }
.star-4 { width: 1px; height: 1px; top: 40%; left: 90%; animation-delay: 1.5s; }
.star-5 { width: 2px; height: 2px; top: 50%; left: 30%; animation-delay: 2s; }
.star-6 { width: 1px; height: 1px; top: 60%; left: 70%; animation-delay: 2.5s; }
.star-7 { width: 2px; height: 2px; top: 70%; left: 15%; animation-delay: 3s; }
.star-8 { width: 1px; height: 1px; top: 80%; left: 85%; animation-delay: 3.5s; }
.star-9 { width: 2px; height: 2px; top: 15%; left: 60%; animation-delay: 4s; }
.star-10 { width: 1px; height: 1px; top: 25%; left: 40%; animation-delay: 4.5s; }
.star-11 { width: 3px; height: 3px; top: 35%; left: 75%; animation-delay: 5s; }
.star-12 { width: 1px; height: 1px; top: 45%; left: 25%; animation-delay: 5.5s; }
.star-13 { width: 2px; height: 2px; top: 55%; left: 65%; animation-delay: 6s; }
.star-14 { width: 1px; height: 1px; top: 65%; left: 35%; animation-delay: 0.2s; }
.star-15 { width: 2px; height: 2px; top: 75%; left: 55%; animation-delay: 0.7s; }
.star-16 { width: 1px; height: 1px; top: 85%; left: 45%; animation-delay: 1.2s; }
.star-17 { width: 2px; height: 2px; top: 5%; left: 50%; animation-delay: 1.7s; }
.star-18 { width: 1px; height: 1px; top: 90%; left: 20%; animation-delay: 2.2s; }
.star-19 { width: 3px; height: 3px; top: 12%; left: 85%; animation-delay: 2.7s; }
.star-20 { width: 1px; height: 1px; top: 95%; left: 75%; animation-delay: 3.2s; }
.star-21 { width: 1px; height: 1px; top: 8%; left: 35%; animation-delay: 0.3s; }
.star-22 { width: 2px; height: 2px; top: 18%; left: 65%; animation-delay: 0.8s; }
.star-23 { width: 1px; height: 1px; top: 28%; left: 45%; animation-delay: 1.3s; }
.star-24 { width: 3px; height: 3px; top: 38%; left: 15%; animation-delay: 1.8s; }
.star-25 { width: 1px; height: 1px; top: 48%; left: 85%; animation-delay: 2.3s; }
.star-26 { width: 2px; height: 2px; top: 58%; left: 25%; animation-delay: 2.8s; }
.star-27 { width: 1px; height: 1px; top: 68%; left: 75%; animation-delay: 3.3s; }
.star-28 { width: 2px; height: 2px; top: 78%; left: 35%; animation-delay: 3.8s; }
.star-29 { width: 1px; height: 1px; top: 88%; left: 65%; animation-delay: 4.3s; }
.star-30 { width: 3px; height: 3px; top: 3%; left: 25%; animation-delay: 4.8s; }
.star-31 { width: 1px; height: 1px; top: 13%; left: 55%; animation-delay: 0.1s; }
.star-32 { width: 2px; height: 2px; top: 23%; left: 15%; animation-delay: 0.6s; }
.star-33 { width: 1px; height: 1px; top: 33%; left: 85%; animation-delay: 1.1s; }
.star-34 { width: 2px; height: 2px; top: 43%; left: 45%; animation-delay: 1.6s; }
.star-35 { width: 1px; height: 1px; top: 53%; left: 75%; animation-delay: 2.1s; }
.star-36 { width: 3px; height: 3px; top: 63%; left: 5%; animation-delay: 2.6s; }
.star-37 { width: 1px; height: 1px; top: 73%; left: 95%; animation-delay: 3.1s; }
.star-38 { width: 2px; height: 2px; top: 83%; left: 25%; animation-delay: 3.6s; }
.star-39 { width: 1px; height: 1px; top: 93%; left: 55%; animation-delay: 4.1s; }
.star-40 { width: 2px; height: 2px; top: 7%; left: 75%; animation-delay: 4.6s; }
.star-41 { width: 1px; height: 1px; top: 17%; left: 35%; animation-delay: 0.4s; }
.star-42 { width: 2px; height: 2px; top: 27%; left: 65%; animation-delay: 0.9s; }
.star-43 { width: 1px; height: 1px; top: 37%; left: 25%; animation-delay: 1.4s; }
.star-44 { width: 3px; height: 3px; top: 47%; left: 85%; animation-delay: 1.9s; }
.star-45 { width: 1px; height: 1px; top: 57%; left: 15%; animation-delay: 2.4s; }
.star-46 { width: 2px; height: 2px; top: 67%; left: 75%; animation-delay: 2.9s; }
.star-47 { width: 1px; height: 1px; top: 77%; left: 45%; animation-delay: 3.4s; }
.star-48 { width: 2px; height: 2px; top: 87%; left: 5%; animation-delay: 3.9s; }
.star-49 { width: 1px; height: 1px; top: 97%; left: 95%; animation-delay: 4.4s; }
.star-50 { width: 3px; height: 3px; top: 2%; left: 65%; animation-delay: 4.9s; }
.star-51 { width: 1px; height: 1px; top: 11%; left: 45%; animation-delay: 0.15s; }
.star-52 { width: 2px; height: 2px; top: 21%; left: 25%; animation-delay: 0.65s; }
.star-53 { width: 1px; height: 1px; top: 31%; left: 75%; animation-delay: 1.15s; }
.star-54 { width: 2px; height: 2px; top: 41%; left: 55%; animation-delay: 1.65s; }
.star-55 { width: 1px; height: 1px; top: 51%; left: 5%; animation-delay: 2.15s; }
.star-56 { width: 3px; height: 3px; top: 61%; left: 95%; animation-delay: 2.65s; }
.star-57 { width: 1px; height: 1px; top: 71%; left: 35%; animation-delay: 3.15s; }
.star-58 { width: 2px; height: 2px; top: 81%; left: 65%; animation-delay: 3.65s; }
.star-59 { width: 1px; height: 1px; top: 91%; left: 15%; animation-delay: 4.15s; }
.star-60 { width: 2px; height: 2px; top: 6%; left: 85%; animation-delay: 4.65s; }

@keyframes float {
    0%, 100% { transform: translateY(0px) translateX(0px); }
    25% { transform: translateY(-20px) translateX(10px); }
    50% { transform: translateY(-10px) translateX(-15px); }
    75% { transform: translateY(-30px) translateX(5px); }
}

@keyframes twinkle {
    0% { opacity: 0.3; }
    100% { opacity: 1; }
}

.container {
    max-width: 420px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.profile {
    text-align: center;
    margin-bottom: 50px;
    animation: fadeInUp 1s ease-out;
}

.avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    position: relative;
    animation: float 6s ease-in-out infinite;
}

.avatar-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    position: relative;
    box-shadow: 
        0 0 30px rgba(102, 126, 234, 0.4),
        0 0 60px rgba(118, 75, 162, 0.3),
        inset 0 0 30px rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.avatar::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: linear-gradient(45deg, #667eea, #764ba2, #f093fb, #667eea);
    z-index: -1;
    animation: rotate 4s linear infinite;
    opacity: 0.7;
}

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

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

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

.profile h1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    text-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.profile p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
}

.links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.link-item {
    position: relative;
    text-decoration: none;
    color: #ffffff;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInUp 1s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

.link-content {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.link-icon svg {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.link-item:hover .link-icon {
    background: rgba(102, 126, 234, 0.2);
    transform: scale(1.1);
}

.link-item:hover .link-icon svg {
    color: #667eea;
}

.link-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.link-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(102, 126, 234, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.link-item:hover .link-glow {
    opacity: 1;
}

.link-item:hover .link-content {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(102, 126, 234, 0.3);
}

.link-text {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    flex: 1;
}

.link-arrow {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.link-item:hover .link-arrow {
    transform: translateX(6px);
    color: #667eea;
}

/* Responsive Design */
@media (max-width: 480px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .profile h1 {
        font-size: 28px;
    }
    
    .avatar {
        width: 100px;
        height: 100px;
    }
    
    .avatar-inner {
        font-size: 44px;
    }
    
    .link-content {
        padding: 18px 20px;
    }
    
    .profile {
        margin-bottom: 40px;
    }
}.s
tar-61 { width: 1px; height: 1px; top: 4%; left: 12%; animation-delay: 0.25s; }
.star-62 { width: 2px; height: 2px; top: 14%; left: 72%; animation-delay: 0.75s; }
.star-63 { width: 1px; height: 1px; top: 24%; left: 52%; animation-delay: 1.25s; }
.star-64 { width: 3px; height: 3px; top: 34%; left: 32%; animation-delay: 1.75s; }
.star-65 { width: 1px; height: 1px; top: 44%; left: 92%; animation-delay: 2.25s; }
.star-66 { width: 2px; height: 2px; top: 54%; left: 22%; animation-delay: 2.75s; }
.star-67 { width: 1px; height: 1px; top: 64%; left: 82%; animation-delay: 3.25s; }
.star-68 { width: 2px; height: 2px; top: 74%; left: 42%; animation-delay: 3.75s; }
.star-69 { width: 1px; height: 1px; top: 84%; left: 2%; animation-delay: 4.25s; }
.star-70 { width: 3px; height: 3px; top: 94%; left: 62%; animation-delay: 4.75s; }
.star-71 { width: 1px; height: 1px; top: 9%; left: 37%; animation-delay: 0.35s; }
.star-72 { width: 2px; height: 2px; top: 19%; left: 67%; animation-delay: 0.85s; }
.star-73 { width: 1px; height: 1px; top: 29%; left: 17%; animation-delay: 1.35s; }
.star-74 { width: 2px; height: 2px; top: 39%; left: 87%; animation-delay: 1.85s; }
.star-75 { width: 1px; height: 1px; top: 49%; left: 47%; animation-delay: 2.35s; }
.star-76 { width: 3px; height: 3px; top: 59%; left: 7%; animation-delay: 2.85s; }
.star-77 { width: 1px; height: 1px; top: 69%; left: 97%; animation-delay: 3.35s; }
.star-78 { width: 2px; height: 2px; top: 79%; left: 27%; animation-delay: 3.85s; }
.star-79 { width: 1px; height: 1px; top: 89%; left: 57%; animation-delay: 4.35s; }
.star-80 { width: 2px; height: 2px; top: 1%; left: 77%; animation-delay: 4.85s; }
.star-81 { width: 1px; height: 1px; top: 16%; left: 28%; animation-delay: 0.45s; }
.star-82 { width: 2px; height: 2px; top: 26%; left: 58%; animation-delay: 0.95s; }
.star-83 { width: 1px; height: 1px; top: 36%; left: 8%; animation-delay: 1.45s; }
.star-84 { width: 3px; height: 3px; top: 46%; left: 88%; animation-delay: 1.95s; }
.star-85 { width: 1px; height: 1px; top: 56%; left: 38%; animation-delay: 2.45s; }
.star-86 { width: 2px; height: 2px; top: 66%; left: 68%; animation-delay: 2.95s; }
.star-87 { width: 1px; height: 1px; top: 76%; left: 18%; animation-delay: 3.45s; }
.star-88 { width: 2px; height: 2px; top: 86%; left: 78%; animation-delay: 3.95s; }
.star-89 { width: 1px; height: 1px; top: 96%; left: 48%; animation-delay: 4.45s; }
.star-90 { width: 3px; height: 3px; top: 22%; left: 13%; animation-delay: 4.95s; }
.star-91 { width: 1px; height: 1px; top: 32%; left: 73%; animation-delay: 0.55s; }
.star-92 { width: 2px; height: 2px; top: 42%; left: 33%; animation-delay: 1.05s; }
.star-93 { width: 1px; height: 1px; top: 52%; left: 93%; animation-delay: 1.55s; }
.star-94 { width: 2px; height: 2px; top: 62%; left: 23%; animation-delay: 2.05s; }
.star-95 { width: 1px; height: 1px; top: 72%; left: 83%; animation-delay: 2.55s; }
.star-96 { width: 3px; height: 3px; top: 82%; left: 43%; animation-delay: 3.05s; }
.star-97 { width: 1px; height: 1px; top: 92%; left: 3%; animation-delay: 3.55s; }
.star-98 { width: 2px; height: 2px; top: 15%; left: 63%; animation-delay: 4.05s; }
.star-99 { width: 1px; height: 1px; top: 25%; left: 23%; animation-delay: 4.55s; }
.star-100 { width: 2px; height: 2px; top: 35%; left: 83%; animation-delay: 5.05s; }