.furry-works-groups{display:flex;flex-direction:column;gap:16px;}.furry-works-card{display:flex;gap:16px;padding:16px;background:var(--main-bg-color,#fff);border:1px solid rgba(0,0,0,0.06);border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,0.04);cursor:pointer;transition:transform 0.2s ease,box-shadow 0.2s ease;align-items:center;}.furry-works-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,0.08);}.furry-works-card-wrap.is-open .furry-works-card{border-radius:12px 12px 0 0;border-bottom-color:transparent;}.furry-works-cover{flex:0 0 140px;height:140px;border-radius:8px;overflow:hidden;background:rgba(0,0,0,0.03);}.furry-works-cover img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}.furry-works-card:hover .furry-works-cover img{transform:scale(1.05);}.furry-works-card-body{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0;}.furry-works-info{display:flex;flex-direction:column;min-width:0;}.furry-works-title{font-size:15px;font-weight:600;color:var(--main-color,#1a1a2e);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.furry-works-desc{font-size:13px;color:var(--muted-2-color,#888);margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;}.furry-works-count{font-size:12px;color:var(--muted-3-color,#aaa);}.furry-works-thumbs{display:flex;gap:6px;margin-top:8px;}.furry-works-thumb{width:44px;height:44px;border-radius:6px;overflow:hidden;flex-shrink:0;}.furry-works-thumb img{width:100%;height:100%;object-fit:cover;}.furry-works-thumb-more{width:44px;height:44px;border-radius:6px;flex-shrink:0;background:rgba(0,0,0,0.04);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--muted-2-color,#999);}.furry-works-more-mobile{display:none;}.furry-works-arrow{flex-shrink:0;color:var(--muted-3-color,#ccc);font-size:14px;transition:transform 0.3s ease;}.furry-works-card-wrap.is-open .furry-works-arrow{transform:rotate(90deg);color:var(--main-color,#333);}.furry-works-gallery-panel{max-height:0;overflow:hidden;transition:max-height 0.4s ease;background:var(--main-bg-color,#fff);border-radius:0 0 12px 12px;}.furry-works-card-wrap.is-open .furry-works-gallery-panel{border:1px solid rgba(0,0,0,0.06);border-top:none;box-shadow:0 4px 16px rgba(0,0,0,0.06);}.furry-works-panel-header{display:flex;align-items:center;padding:14px 16px 10px;gap:12px;border-bottom:1px solid rgba(0,0,0,0.04);}.furry-works-panel-title{font-size:14px;font-weight:600;color:var(--main-color,#333);}.furry-works-panel-desc{font-size:12px;color:var(--muted-2-color,#888);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.furry-works-panel-close{background:none;border:none;cursor:pointer;padding:4px 8px;color:var(--muted-2-color,#999);font-size:14px;border-radius:4px;margin-left:auto;}.furry-works-panel-close:hover{background:rgba(0,0,0,0.05);color:var(--main-color,#333);}.furry-works-gallery-panel .furry-gallery-waterfall{padding:12px 16px 16px;column-count:3;column-gap:10px;}.furry-works-gallery-panel .furry-gallery-waterfall .gallery-item{break-inside:avoid;margin-bottom:10px;}@media (max-width:768px){.furry-works-card{flex-wrap:wrap;gap:0;padding:0;overflow:hidden;}.furry-works-cover{flex:none;width:100%;height:180px;border-radius:0;}.furry-works-card-body{width:100%;padding:12px;gap:12px;flex-direction:row;align-items:center;}.furry-works-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;flex-shrink:0;width:90px;}.furry-works-thumb{width:auto;height:auto;aspect-ratio:1;}.furry-works-thumb-extra,.furry-works-more-pc,.furry-works-arrow{display:none;}.furry-works-more-mobile{display:flex;width:auto;height:auto;aspect-ratio:1;}.furry-works-gallery-panel .furry-gallery-waterfall{padding:10px 12px 12px;column-count:2;}}body.dark-theme .furry-works-card{border-color:rgba(255,255,255,0.08);box-shadow:0 2px 8px rgba(0,0,0,0.2);}body.dark-theme .furry-works-card:hover{box-shadow:0 6px 20px rgba(0,0,0,0.3);}body.dark-theme .furry-works-cover{background:rgba(255,255,255,0.05);}body.dark-theme .furry-works-thumb-more{background:rgba(255,255,255,0.08);}body.dark-theme .furry-works-gallery-panel{border-color:rgba(255,255,255,0.08);box-shadow:0 4px 16px rgba(0,0,0,0.3);}body.dark-theme .furry-works-panel-header{border-color:rgba(255,255,255,0.06);}