.premium-box{background:#f7f3ff;color:#8a6cff;padding:12px 16px;border-radius:16px;font-size:12px;line-height:1.4;text-align:center;min-width:120px;font-weight:600;}.premium-box span{font-size:11px;}.user-avatar{width:42px;height:42px;border-radius:50%;background:#8a6cff;color:white;display:grid;place-items:center;font-weight:bold;}.tags-section{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px;}.tag{padding:10px 18px;border:1.5px solid #cfc6ff;background:white;border-radius:30px;color:#8a6cff;cursor:pointer;transition:0.3s;font-size:13px;}.tag:hover,.tag.active{background:#8a6cff;color:white;}.more-btn{margin-left:auto;color:#666;border-color:#eee;}.category-section,.table-section{background:#fff;border-radius:24px;padding:20px;box-shadow:0 10px 25px rgba(134,134,180,0.08);margin-bottom:24px;}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;}.section-head h3{font-size:18px;}.section-head a{color:#888;text-decoration:none;font-size:14px;}.category-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;}.category-card{position:relative;border-radius:18px;overflow:hidden;background:#fafafa;transition:transform 0.3s ease,box-shadow 0.3s ease;}.category-card:hover{transform:translateY(-6px);box-shadow:0 14px 24px rgba(125,110,255,0.18);}.category-card img{width:100%;height:120px;object-fit:cover;display:block;}.card-info{padding:12px;}.card-info h4{font-size:14px;margin-bottom:5px;}.card-meta{display:flex;justify-content:space-between;align-items:center;color:#888;font-size:12px;}.small-play{width:24px;height:24px;border-radius:50%;border:1px solid #ddd;display:grid;place-items:center;font-size:10px;}.badge{position:absolute;top:8px;right:8px;background:#ff2d2d;color:white;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:bold;box-shadow:0 4px 10px rgba(255,0,0,0.25);}.lock-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.18);display:grid;place-items:center;color:#fff;font-size:28px;}.table-tabs{display:flex;gap:20px;margin-bottom:20px;}.tab{background:none;border:none;font-size:16px;color:#777;cursor:pointer;padding-bottom:6px;}.tab.active{color:#222;font-weight:600;}.table-wrapper{overflow-x:auto;}table{width:100%;border-collapse:collapse;min-width:900px;}thead th{text-align:left;color:#888;font-size:14px;padding:14px 10px;border-bottom:1px solid #f0f0f5;}tbody td{padding:14px 10px;border-bottom:1px solid #f4f4f8;font-size:14px;color:#555;}tbody tr:hover{background:#faf9ff;}.song-icon{width:32px;height:32px;border-radius:8px;object-fit:cover;background:#f0f0f5;}.duration{display:flex;align-items:center;gap:8px;color:#777;}.duration i{font-size:10px;color:#c3c3d5;}.circle-btn{width:32px;height:32px;border-radius:50%;background:#eef0f7;color:#8d94ad;display:grid;place-items:center;cursor:pointer;transition:0.3s;border:none;}.circle-btn:hover{background:#8a6cff;color:white;}.heart-btn,.dots-btn{background:transparent;border:none;font-size:16px;color:#b2b7c5;cursor:pointer;}.heart-btn:hover{color:#ff4d88;}.feedback-btn{position:fixed;right:0;top:260px;background:#ff6b3d;color:white;writing-mode:vertical-rl;transform:rotate(180deg);padding:12px 8px;border-radius:10px 0 0 10px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:10px;}@media (max-width:1200px){.category-cards{grid-template-columns:repeat(3,1fr);}}@media (max-width:900px){.dashboard{flex-direction:column;}.category-cards{grid-template-columns:repeat(2,1fr);}.more-btn{margin-left:0;}}@media (max-width:768px){.main-content{padding:15px;}.cards-grid{overflow:auto;}.category-card{width:200px;}.category-cards{grid-template-columns:1fr;}.section-head{flex-direction:column;align-items:flex-start;gap:10px;}}