.scenic-icons-page .toolbar{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:12px}.scenic-icons-page .title{font-size:20px;font-weight:700}.scenic-icons-page .icons-grid{display:flex;flex-wrap:wrap;gap:12px;min-height:calc(100vh - 180px)}.scenic-icons-page .icon-card{display:flex;flex-direction:column;justify-content:space-between;width:130px;height:220px;box-sizing:border-box;border:1px dashed #b9c0cb;border-radius:10px;background:#fff;padding:12px}.scenic-icons-page .icon-preview-wrap{height:96px;display:flex;align-items:center;justify-content:center;background:#f7f9fc;border-radius:8px}.scenic-icons-page .icon-preview{width:72px;height:72px}.scenic-icons-page .icon-name{margin-top:0;font-size:14px;color:#303133;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scenic-icons-page .icon-actions{margin-top:8px;display:flex;justify-content:center;gap:14px}.scenic-icons-page .icon-upload{width:100%}