body{font-family: 'Inter', sans-serif;}.welcome-overlay {position: fixed;inset: 0;background: rgba(5, 10, 25, 0.80);display: flex;justify-content: center;align-items: center;opacity: 0;pointer-events: none;transition: opacity .4s ease;z-index: 999999;}.welcome-overlay.show {opacity: 1;pointer-events: auto;}.welcome-modal {width: 600px;max-width: 90%;background:#050b1b;border-radius:20px;border:1px solid #1e2937;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,0.6);color:white;opacity:0;transform: translateY(40px);transition:.45s ease;position:relative;}.welcome-modal.show {opacity:1;transform:translateY(0);}.welcome-close {position:absolute;top:14px;right:20px;font-size:26px;color:#94a3b8;cursor:pointer;transition:.2s;}.welcome-close:hover {color:white;}.welcome-title {font-size:26px;font-weight:700;color:#c7d2fe;margin-bottom:10px;}.welcome-text {font-size:15px;opacity:.8;line-height:1.7;}.profile-wrapper{width:1200px;margin:35px auto;padding:0 20px;}.profile-card{background:#050b1b;border-radius:20px;border:1px solid #1e2937;padding:40px;box-shadow:0 20px 40px rgba(0,0,0,0.6);}.profile-top{display:flex;align-items:center;gap:25px;margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid #1e2937;}.profile-avatar-wrap{width:100px;height:100px;position:relative;}.profile-avatar-ring{position:absolute;inset:-3px;border-radius:999px;border:2px solid #2563eb;box-shadow:0 0 20px rgba(37,99,235,0.55);}.profile-avatar{width:100%;height:100%;border-radius:999px;object-fit:cover;}.profile-username{font-size:30px;font-weight:700;margin:0;color:#fff;}.profile-bio{color:#94a3b8;font-size:15px;margin-top:4px;max-width:650px;}.profile-btn{display:inline-block;margin-top:12px;padding:10px 22px;background:#1d4ed8;border-radius:10px;color:white;font-weight:600;text-decoration:none;box-shadow:0 0 15px rgba(37,99,235,0.35);transition:.2s;}.profile-btn:hover{transform:translateY(-2px);}.section-title{color:#94a3b8;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px;}.section-content{background:#030a19;border:1px solid #0a1a34;padding:22px;border-radius:14px;color:#e2e8f0;box-shadow:0 0 20px rgba(0,20,60,0.25);}.section-content p{margin:6px 0;font-size:15px;}.section-content strong{color:#c7d2fe;}.fav-item{display:flex;align-items:center;gap:14px;padding:10px 0;}.fav-cover{width:180px;height:80px;object-fit:cover;border-radius:10px;border:1px solid #1e293b;}.fav-info{display:flex;flex-direction:column;}.fav-title{font-size:14px;font-weight:600;color:#e2e8f0;}.fav-store{font-size:12px;opacity:0.6;margin-top:3px;}@media only screen and (max-width:768px){.profile-wrapper{width:100%!important;padding:10px!important;margin:15px 0!important}.profile-card{padding:20px!important;border-radius:15px!important}.profile-top{flex-direction:column!important;text-align:center!important;gap:15px!important;padding-bottom:15px!important}.profile-avatar-wrap{width:80px!important;height:80px!important;margin:0 auto!important}.profile-username{font-size:22px!important}.profile-bio{font-size:13px!important;line-height:1.5!important}.welcome-modal{width:95%!important;padding:25px 20px!important;border-radius:15px!important}.welcome-title{font-size:20px!important}.welcome-text{font-size:14px!important;line-height:1.5!important}.welcome-close{top:10px!important;right:15px!important}.fav-item{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;border-bottom:1px solid rgba(30,41,59,0.5)!important;padding:15px 0!important}.fav-cover{width:100%!important;height:120px!important}.fav-title{font-size:15px!important}.section-content{padding:15px!important;font-size:14px!important}.profile-btn{width:100%!important;text-align:center!important}}