.skeleton-screen{box-sizing:border-box;background-color:#000;width:100%;height:100vh;padding:20px}.skeleton-main-content{max-width:1200px;margin:0 auto}.skeleton-character-card{background:#121216;border:2px solid #ffffff1a;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;width:calc(100% + 4px);height:350px;margin-left:-2px;display:flex;position:relative}@media (max-width:768px){.skeleton-character-card{height:auto;min-height:340px}}@keyframes ripple{0%{transform:translate(-100%)skew(-10deg)}to{transform:translate(100%)skew(-10deg)}}.skeleton-character-card .skeleton-card-image{flex:.8;justify-content:center;align-items:center;display:flex}.skeleton-character-card .skeleton-card-image .skeleton-icon{opacity:.6;width:60px;height:60px}.skeleton-character-card .skeleton-card-image path{animation:1.8s ease-in-out infinite color-change}@keyframes color-change{0%,to{opacity:.5}50%{opacity:1}}.skeleton-character-card .skeleton-card-content{justify-content:center;align-items:center;margin-top:-20px;display:flex}.skeleton-character-card .skeleton-card-content .skeleton-text-icon:after{content:"";background:linear-gradient(90deg,#fff0 0%,#fff3 50%,#fff0 100%);width:50%;height:100%;animation:1.5s infinite ripple;position:absolute;top:0;left:0}.skeleton-character-card .skeleton-card-content .skeleton-text-icon{opacity:.6;width:170px;height:140px}.skeleton-character-list{grid-template-columns:repeat(6,1fr);gap:4px;margin-top:20px;display:grid}@media (max-width:768px){.skeleton-character-list{grid-template-columns:repeat(2,1fr);gap:6px}}@media (max-width:1024px) and (min-width:769px){.skeleton-character-list{grid-template-columns:repeat(3,1fr)}}.skeleton-navbar,.skeleton-recent-chats,.skeleton-search-bar,.skeleton-filter-tags,.skeleton-gender-filter{margin-bottom:20px}.skeleton-shimmer{background:linear-gradient(90deg,#1a1a1f 0%,#23232a 50%,#1a1a1f 100%) 0 0/200% 100%;border-radius:8px;width:100%;height:20px;animation:1.5s ease-in-out infinite shimmer}.skeleton-navbar{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.skeleton-navbar .skeleton-logo{align-items:center;gap:12px;display:flex}.skeleton-navbar .skeleton-logo .skeleton-logo-icon{border-radius:8px;width:40px;height:40px}.skeleton-navbar .skeleton-logo .skeleton-logo-text{width:120px;height:24px}.skeleton-navbar .skeleton-nav-items{gap:20px;display:flex}.skeleton-navbar .skeleton-nav-items .skeleton-nav-item{width:80px;height:20px}.skeleton-search-bar{align-items:center;gap:12px;display:flex}.skeleton-search-bar .skeleton-search-input{border-radius:20px;flex:1;height:40px}.skeleton-search-bar .skeleton-search-icon{border-radius:20px;width:40px;height:40px}.skeleton-filter-tags .skeleton-primary-filters,.skeleton-filter-tags .skeleton-secondary-filters{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.skeleton-filter-tags .skeleton-primary-tag{border-radius:15px;width:80px;height:30px}.skeleton-filter-tags .skeleton-secondary-tag{border-radius:12px;width:60px;height:24px}.skeleton-gender-filter{gap:12px;display:flex}.skeleton-gender-filter .skeleton-gender-option{border-radius:18px;width:100px;height:36px}.skeleton-recent-chats .skeleton-section-title{width:150px;height:24px;margin-bottom:16px}.skeleton-recent-chats .skeleton-chat-list{gap:12px;display:flex}.skeleton-recent-chats .skeleton-chat-list .skeleton-chat-item{flex-direction:column;align-items:center;gap:8px;display:flex}.skeleton-recent-chats .skeleton-chat-list .skeleton-chat-item .skeleton-chat-avatar{border-radius:50%;width:60px;height:60px}.skeleton-recent-chats .skeleton-chat-list .skeleton-chat-item .skeleton-chat-name{width:80px;height:16px}.wave-container-react:after{content:"";background:linear-gradient(to right, transparent 0%, var(--wave-highlight) 50%, transparent 100%);width:200%;height:100%;animation:1.8s ease-in-out infinite wave-flow-react;position:absolute;top:0;left:0;transform:skew(-15deg)}@keyframes wave-flow-react{0%{transform:skew(-15deg)translate(-100%)}to{transform:skew(-15deg)translate(50%)}}
