.masonry-grid{display:flex;margin-left:-16px;width:auto}.masonry-grid-column{padding-left:16px;background-clip:padding-box}.masonry-grid-column>div{margin-bottom:16px}.gallery-card{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014;background:#fff}.gallery-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #0000001f}.gallery-card-image{width:100%;display:block;background:#f0f0f0;overflow:hidden}.gallery-card-image img,.gallery-card-image video{width:100%;display:block;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.gallery-card:hover .gallery-card-image img,.gallery-card:hover .gallery-card-image video{transform:scale(1.08)}.gallery-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000001a,#0000004d,#000000b3);opacity:0;transition:opacity .3s ease;display:flex;flex-direction:column;justify-content:space-between;padding:16px}.gallery-card:hover .gallery-card-overlay{opacity:1}.gallery-card-overlay-top{display:flex;align-items:center;justify-content:space-between}.gallery-card-author{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.3);background:#0000004d;padding:6px 12px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-card-stats{display:flex;gap:8px;color:#fff;font-size:13px}.gallery-card-stat-item{display:flex;align-items:center;gap:4px;background:#0000004d;padding:4px 10px;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3)}.gallery-card-overlay-bottom{display:flex;gap:8px;justify-content:center}.gallery-card-action-btn{flex:1;height:40px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 8px #00000026}.gallery-card-action-btn:active{transform:scale(.95)}.gallery-card-like-btn{background:#ffffff40;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}.gallery-card-like-btn:hover{background:#ffffff59;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.gallery-card-like-btn.liked{background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:1px solid rgba(255,255,255,.4)}.gallery-card-like-btn.liked:hover{background:linear-gradient(135deg,#ff5252,#ff3838)}.gallery-card-same-style-btn{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;border:1px solid rgba(255,255,255,.3)}.gallery-card-same-style-btn:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);transform:translateY(-2px);box-shadow:0 4px 12px #1890ff66}.gallery-detail-modal .ant-modal-content{padding:0;border-radius:16px;overflow:hidden;max-height:calc(100vh - 40px)}.gallery-detail-modal .ant-modal-body{padding:0;height:calc(100vh - 40px)}.gallery-detail-container{display:flex;height:100%;background:#f8f9fa}.gallery-detail-left{flex:1;display:flex;align-items:center;justify-content:center;background:#e5e7eb;overflow:hidden}.gallery-detail-image,.gallery-detail-video{max-width:100%;max-height:100%;object-fit:contain}.gallery-detail-right{width:420px;background:#fff;display:flex;flex-direction:column;overflow-y:auto;position:relative}.gallery-detail-right::-webkit-scrollbar{width:6px}.gallery-detail-right::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.gallery-detail-right::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.gallery-detail-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;border:none;background:#f0f0f0;color:#595959;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.gallery-detail-close:hover{background:#e0e0e0;color:#000;transform:rotate(90deg)}.gallery-detail-author-card{padding:60px 24px 16px;border-bottom:1px solid #f0f0f0}.gallery-detail-author-info{display:flex;align-items:center;gap:12px}.gallery-detail-author-text{flex:1}.gallery-detail-author-name{font-size:16px;font-weight:600;color:#262626;margin-bottom:4px}.gallery-detail-publish-time{font-size:13px;color:#8c8c8c}.gallery-detail-unpublish-btn{width:36px;height:36px;border-radius:8px;border:1px solid #ffccc7;background:#fff;color:#ff4d4f;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.gallery-detail-unpublish-btn:hover{background:#fff1f0;border-color:#ff4d4f}.gallery-detail-unpublish-btn:active{transform:scale(.95)}.gallery-detail-title-section{padding:20px 24px;border-bottom:1px solid #f0f0f0}.gallery-detail-title{font-size:20px;font-weight:600;color:#262626;margin:0 0 12px;line-height:1.4}.gallery-detail-stats-row{display:flex;gap:20px}.gallery-detail-stat{display:flex;align-items:center;gap:6px;font-size:14px;color:#595959}.gallery-detail-stat span{font-weight:500}.gallery-detail-actions{padding:16px 24px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border-bottom:1px solid #f0f0f0}.gallery-detail-btn{height:40px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s}.gallery-detail-btn:active{transform:scale(.95)}.gallery-detail-btn-like{background:#fff;color:#595959;border:1px solid #d9d9d9}.gallery-detail-btn-like:hover{color:#ff4d4f;border-color:#ff4d4f;background:#fff1f0}.gallery-detail-btn-like.active{background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:none}.gallery-detail-btn-same-style{background:linear-gradient(135deg,#1890ff,#096dd9);color:#fff;border:none;grid-column:1 / -1}.gallery-detail-btn-same-style:hover{background:linear-gradient(135deg,#40a9ff,#1890ff);box-shadow:0 2px 8px #1890ff4d}.gallery-detail-btn-download{background:#fff;color:#595959;border:1px solid #d9d9d9}.gallery-detail-btn-download:hover{color:#1890ff;border-color:#1890ff;background:#e6f7ff}.gallery-detail-section{padding:20px 24px;border-bottom:1px solid #f0f0f0}.gallery-detail-section:last-child{border-bottom:none}.gallery-detail-section-title{font-size:14px;font-weight:600;color:#262626;margin-bottom:12px}.gallery-detail-description{font-size:14px;color:#595959;line-height:1.6;white-space:pre-wrap}.gallery-detail-tags{display:flex;flex-wrap:wrap;gap:8px}.gallery-detail-tag{background:#f0f0f0;border:none;color:#595959;padding:4px 12px;border-radius:4px;font-size:13px}.gallery-detail-params{background:#f5f5f5;border-radius:8px;overflow:hidden}.gallery-detail-params-content{font-size:12px;font-family:Monaco,Menlo,Consolas,monospace;color:#262626;padding:16px;margin:0;max-height:400px;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word;line-height:1.6}.gallery-detail-params-content::-webkit-scrollbar{width:6px;height:6px}.gallery-detail-params-content::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:3px}@media (max-width: 1024px){.gallery-detail-right{width:360px}}@media (max-width: 768px){.gallery-detail-container{flex-direction:column}.gallery-detail-left{height:60vh}.gallery-detail-right{width:100%;height:40vh}}.system-settings{padding:24px}.concurrency-card{margin-bottom:24px;box-shadow:0 2px 8px #0000001a;border-radius:8px}.concurrency-form{margin-top:24px}.config-priority{background-color:#f5f7fa;padding:16px;border-radius:4px;margin-top:16px}.config-priority h4{margin-top:0;color:#1890ff;font-weight:600}.config-priority ol{margin-bottom:12px;padding-left:24px}.config-priority li{margin-bottom:8px;color:#262626}.config-priority p{margin-bottom:0}.config-guide{background-color:#f5f7fa;padding:16px;border-radius:4px;margin-top:16px}.config-guide h4{margin-top:0;color:#1890ff;font-weight:600}.guide-table{width:100%;border-collapse:collapse;margin-top:12px;font-size:13px}.guide-table thead{background-color:#e6f7ff}.guide-table th{padding:12px 8px;text-align:left;font-weight:600;color:#0050b3;border-bottom:2px solid #91d5ff}.guide-table td{padding:12px 8px;border-bottom:1px solid #d9d9d9;color:#262626}.guide-table tbody tr:hover{background-color:#f0f5ff}.guide-table tbody tr:last-child td{border-bottom:none}.usage-tips{background-color:#f5f7fa;padding:16px;border-radius:4px;margin-top:16px}.usage-tips h4{margin-top:0;color:#1890ff;font-weight:600}.usage-tips ul{margin-bottom:0;padding-left:24px}.usage-tips li{margin-bottom:8px;color:#262626;line-height:1.6}.usage-tips code{background-color:#f0f0f0;padding:2px 6px;border-radius:2px;font-family:Courier New,Courier,monospace;color:#c41d7f}@media (max-width: 768px){.system-settings{padding:16px}.guide-table{font-size:12px}.guide-table th,.guide-table td{padding:8px 4px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
