body #profileCollectionsSection{height:100%;min-height:0;display:grid;grid-template-rows:44px 34px minmax(0,1fr) 58px auto;gap:10px;padding:12px!important;border:1px solid #806333;border-radius:14px;background:linear-gradient(130deg,#10231a,#020a07)}
body #profileCollectionsSection>header{display:flex;justify-content:space-between;align-items:center;gap:10px}
body #profileCollectionsSection h2{margin:0;font:700 25px Georgia,serif;color:#e5bb60;flex:1}
body #profileCollectionsSection button{min-height:44px;min-width:44px;padding:5px 10px;margin:0;font:14px Georgia,serif;background:linear-gradient(#203a22,#06150b);border:1px solid #97713c;color:#efdbb1;white-space:normal}
body #profileCollectionsSection button::after,body #profileCollectionDialog button::after{content:none!important}
body #profileCollectionsToolbar{display:flex;align-items:center;justify-content:space-between;gap:10px}
body #profileCollectionsCount{font:16px Georgia,serif;color:#e2ca8e}
body #profileCollectionsToolbar label{display:flex;align-items:center;gap:8px;font:13px Georgia,serif}
body #profileCollectionsFilter{min-height:32px;width:auto;margin:0;padding:3px 8px;background:#0b2115;color:#edd7a5;border:1px solid #8b6e3e;font:14px Georgia,serif}
body #profileCollectionsBox{min-height:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
body #profileCollectionsSection .profile-collection-group{min-height:0;min-width:0;display:grid;grid-template-rows:36px minmax(0,1fr) 44px;gap:8px;padding:8px;border:1px solid #74522a;border-radius:12px;background:#07180e}
body #profileCollectionsSection .profile-collection-group header{display:flex;align-items:center;justify-content:space-between;gap:5px}
body #profileCollectionsSection h3{font:700 17px Georgia,serif;color:#e0b663;margin:0}
body #profileCollectionsSection .profile-collection-group header small{font-size:13px;white-space:nowrap}
body #profileCollectionsSection .collection-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;min-height:0}
body #profileCollectionsSection .collection-items>p{grid-column:1/-1;font-size:13px;margin:0;align-self:center}
body #profileCollectionsSection button.collection-item{padding:5px;min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#0a1b10;border-radius:10px;box-shadow:none}
body #profileCollectionsSection .collection-item strong{font:700 12px/1.2 Georgia,serif;overflow-wrap:anywhere}
body #profileCollectionsSection .collection-item small{font:11px Georgia,serif;color:#c5d18b}
body .collection-art{position:relative;display:grid;place-items:center;flex-shrink:0;width:50px;height:65px;border:1px solid #c29a54;border-radius:10px;background:radial-gradient(#325931,#06180d);color:#e0bd65;font:32px Georgia,serif;overflow:hidden}
body .collection-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
body .collection-art img[hidden]{display:none}
body .collection-art-frames{border:0;background:none;width:60px;height:65px}
body .collection-art-themes{border-radius:40%;box-shadow:inset 0 0 0 4px #685129;background:#244737}
body .collection-art[data-preview-theme="club"]{background:#174f38}
body .collection-art[data-preview-theme="burgundy"]{background:#4b202a}
body #profileCollectionsSection .profile-collection-group nav{display:flex;justify-content:center;align-items:center;gap:8px;font:12px Georgia,serif}
body #profileCollectionActive{min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:5px 10px;border:1px solid #6e562e;border-radius:10px}
body #profileCollectionActive>div{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0}
body #profileCollectionActive small{font:12px Georgia,serif;color:#d5c397}
body #profileCollectionActive strong{font:15px Georgia,serif;color:#c9d189}
body #profileCollectionsStatus{margin:0;font:12px/1.25 Georgia,serif;color:#dcca9f}
body #profileCollectionDialog,body #profilePersonalEmojiDialog{box-sizing:border-box;max-height:calc(100dvh - 24px);width:min(950px,calc(100vw - 24px));overflow:auto;background:#081c13;color:#eedbb3;border:1px solid #9d7738;border-radius:14px;padding:18px}
body #profileCollectionDialog{width:min(540px,calc(100vw - 24px))}
body #profileCollectionDialog::backdrop,body #profilePersonalEmojiDialog::backdrop{background:#000b}
body #profileCollectionDialog header{display:flex;justify-content:space-between;align-items:center;gap:12px}
body #profileCollectionDialog h2{margin:0;font:700 23px Georgia,serif;overflow-wrap:anywhere}
body #profileCollectionDialog button,body #profilePersonalEmojiDialog button{min-height:44px;min-width:44px;white-space:normal}
body #profileCollectionDialog [hidden]{display:none!important}
body #profileCollectionDetailBody>.collection-art{width:100px;height:130px;margin:14px auto;font-size:60px}
body #profileCollectionDetailBody p,body #profileCollectionDetailStatus{font:15px/1.4 Georgia,serif;overflow-wrap:anywhere}
body .collection-emoji-samples{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
body .collection-emoji-samples>span{width:50px;height:50px;font-size:30px;display:grid;place-items:center}
body .collection-emoji-samples img{max-width:100%;max-height:100%;object-fit:contain}
@media(max-width:1099px){
 body #profileCollectionsSection{grid-template-rows:30px 28px minmax(0,1fr) 34px auto;gap:4px;padding:5px!important}
 body #profileCollectionsSection h2{font-size:17px}
 body #profileCollectionsSection>header{gap:4px}
 body #profileCollectionsSection button{min-height:28px;padding:2px 5px;font-size:10px}
 body #profileCollectionsFilter{min-height:26px;font-size:11px}
 body #profileCollectionsToolbar label{font-size:10px}
 body #profileCollectionsCount{font-size:11px}
 body #profileCollectionsBox{gap:4px}
 body #profileCollectionsSection .profile-collection-group{grid-template-rows:24px minmax(0,1fr) 24px;gap:3px;padding:3px}
 body #profileCollectionsSection h3{font-size:12px}
 body #profileCollectionsSection .profile-collection-group header small{font-size:10px}
 body #profileCollectionsSection .profile-collection-group nav{font-size:10px;gap:3px}
 body #profileCollectionsSection .profile-collection-group nav button{min-height:24px;padding:1px}
 body #profileCollectionsSection .collection-item strong{font-size:10px}
 body #profileCollectionsSection .collection-item small{font-size:9px}
 body #profileCollectionsSection button.collection-item{gap:3px;padding:3px}
 body #profileCollectionActive{padding:2px 6px;gap:5px}
 body #profileCollectionActive>div{gap:2px}
 body #profileCollectionActive strong{font-size:10px}
 body #profileCollectionActive small{font-size:9px}
 body #profileCollectionsStatus{font-size:9px}
}
@media(max-width:1099px) and (max-height:420px){
 body #profileCollectionsSection .collection-items{grid-template-columns:minmax(0,1fr)}
 body #profileCollectionsSection button.collection-item{display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;text-align:left;column-gap:4px}
 body #profileCollectionsSection .collection-art{grid-row:1/3;width:26px;height:34px;font-size:20px}
}
@media(max-width:480px) and (min-height:500px){
 body #profileCollectionsSection{grid-template-rows:44px 36px minmax(0,1fr) 50px auto;gap:7px}
 body #profileCollectionsSection>header button{min-height:44px;max-width:90px}
 body #profileCollectionsFilter{min-height:34px}
 body #profileCollectionsBox{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:6px}
 body #profileCollectionsSection .profile-collection-group{grid-template-rows:28px minmax(0,1fr) 44px}
 body #profileCollectionsSection .collection-items{grid-template-columns:repeat(2,minmax(0,1fr))}
 body #profileCollectionsSection .collection-art{width:40px;height:46px}
 body #profileCollectionsSection .profile-collection-group nav button{min-height:44px}
 body #profileCollectionsSection .collection-item strong{font-size:11px}
 body #profileCollectionActive strong{font-size:11px}
 body #profileCollectionsStatus{font-size:10px}
}
