.works-page[data-v-1dad54a4] {
            min-height: 100vh;
            background: #f8fafc
        }

        .page-header[data-v-1dad54a4] {
            padding-top: 72px;
            background: linear-gradient(135deg, #eff6ff, #f0f9ff 50%, #fff);
            border-bottom: 1px solid rgba(0, 0, 0, .05)
        }

        .page-header .container[data-v-1dad54a4] {
            padding: 48px 20px 40px;
            text-align: center
        }

        .page-title[data-v-1dad54a4] {
            font-size: 36px;
            font-weight: 800;
            color: #1f2937;
            margin-bottom: 12px
        }

        .page-desc[data-v-1dad54a4] {
            font-size: 16px;
            color: #6b7280;
            margin-bottom: 28px
        }

        .page-search[data-v-1dad54a4] {
            max-width: 560px;
            margin: 0 auto
        }

        .search-box[data-v-1dad54a4] {
            display: flex;
            align-items: center;
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            padding: 4px;
            box-shadow: 0 4px 16px #0000000f
        }

        .search-icon[data-v-1dad54a4] {
            margin-left: 16px;
            color: #9ca3af;
            flex-shrink: 0
        }

        .search-input[data-v-1dad54a4] {
            flex: 1;
            height: 44px;
            padding: 0 12px;
            border: none;
            font-size: 15px;
            color: #1f2937;
            background: transparent;
            outline: none
        }

        .search-input[data-v-1dad54a4]::-moz-placeholder {
            color: #9ca3af
        }

        .search-input[data-v-1dad54a4]::placeholder {
            color: #9ca3af
        }

        .search-btn[data-v-1dad54a4] {
            height: 44px;
            padding: 0 24px;
            background: #3b82f6;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background .2s
        }

        .search-btn[data-v-1dad54a4]:hover {
            background: #1e40af
        }

        .works-content[data-v-1dad54a4] {
            padding: 32px 0 60px
        }

        .works-layout[data-v-1dad54a4] {
            display: flex;
            gap: 24px
        }

        .filter-sidebar[data-v-1dad54a4] {
            width: 260px;
            flex-shrink: 0
        }

        .filter-group[data-v-1dad54a4] {
            background: #fff;
            border-radius: 12px;
            padding: 20px;
            margin-bottom: 16px;
            border: 1px solid #e5e7eb
        }

        .filter-title[data-v-1dad54a4] {
            font-size: 15px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 14px
        }

        .filter-options[data-v-1dad54a4] {
            display: flex;
            flex-direction: column;
            gap: 10px
        }

        .filter-option[data-v-1dad54a4] {
            display: flex;
            align-items: center;
            gap: 10px;
            cursor: pointer;
            font-size: 14px;
            color: #4b5563;
            padding: 8px 10px;
            border-radius: 8px;
            transition: all .2s;
            text-decoration: none
        }

        .filter-option input[data-v-1dad54a4] {
            display: none
        }

        .filter-icon[data-v-1dad54a4] {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            background: #f3f4f6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #6b7280;
            transition: all .2s;
            flex-shrink: 0
        }

        .filter-icon i[data-v-1dad54a4] {
            font-size: 15px;
            line-height: 1
        }

        .filter-option:hover .filter-icon[data-v-1dad54a4] {
            background: #e5e7eb
        }

        .filter-option.active .filter-icon[data-v-1dad54a4] {
            background: #dbeafe;
            color: #3b82f6
        }

        .filter-option[data-v-1dad54a4]:hover {
            background: #f3f4f6
        }

        .filter-option.active[data-v-1dad54a4] {
            background: #eff6ff;
            color: #3b82f6;
            font-weight: 600
        }

        .filter-option .count[data-v-1dad54a4] {
            margin-left: auto;
            font-size: 12px;
            color: #9ca3af;
            background: #f3f4f6;
            padding: 2px 8px;
            border-radius: 100px
        }

        .filter-option.active .count[data-v-1dad54a4] {
            background: #dbeafe;
            color: #3b82f6
        }

        .works-main[data-v-1dad54a4] {
            flex: 1;
            min-width: 0
        }

        .works-toolbar[data-v-1dad54a4] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px
        }

        .works-count[data-v-1dad54a4] {
            font-size: 14px;
            color: #6b7280
        }

        .works-count strong[data-v-1dad54a4] {
            color: #1f2937;
            font-weight: 700
        }

        .sort-select[data-v-1dad54a4] {
            padding: 8px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            font-size: 14px;
            color: #4b5563;
            background: #fff;
            cursor: pointer;
            outline: none
        }

        .works-grid[data-v-1dad54a4] {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 40px
        }

        .work-card[data-v-1dad54a4] {
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #e5e7eb;
            transition: all .2s;
            cursor: pointer;
            text-decoration: none
        }

        .work-card[data-v-1dad54a4]:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px #00000014;
            border-color: #bfdbfe
        }

        .work-image[data-v-1dad54a4] {
            width: 100%;
            aspect-ratio: 4/3;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative
        }

        .work-image-placeholder[data-v-1dad54a4] {
            opacity: .8
        }

        .work-info[data-v-1dad54a4] {
            padding: 16px
        }

        .work-header[data-v-1dad54a4] {
            gap: 10px;
            margin-bottom: 8px
        }

        .work-avatar[data-v-1dad54a4],
        .work-header[data-v-1dad54a4] {
            display: flex;
            align-items: center
        }

        .work-avatar[data-v-1dad54a4] {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            justify-content: center;
            flex-shrink: 0
        }

        .work-name[data-v-1dad54a4] {
            font-size: 15px;
            font-weight: 700;
            color: #1f2937;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .work-desc[data-v-1dad54a4] {
            font-size: 13px;
            color: #6b7280;
            line-height: 1.5;
            margin-bottom: 12px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden
        }

        .work-meta[data-v-1dad54a4] {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 12px;
            border-top: 1px solid #f3f4f6
        }

        .work-tag[data-v-1dad54a4] {
            font-size: 12px;
            padding: 3px 10px;
            border-radius: 6px;
            background: #eff6ff;
            color: #3b82f6
        }

        .work-stats[data-v-1dad54a4] {
            display: flex;
            gap: 12px
        }

        .work-stats .stat[data-v-1dad54a4] {
            gap: 4px;
            font-size: 13px;
            color: #9ca3af
        }

        .pagination[data-v-1dad54a4],
        .work-stats .stat[data-v-1dad54a4] {
            display: flex;
            align-items: center
        }

        .pagination[data-v-1dad54a4] {
            justify-content: center;
            gap: 8px
        }

        .page-btn[data-v-1dad54a4] {
            padding: 8px 16px;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            background: #fff;
            color: #4b5563;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all .2s
        }

        .page-btn[data-v-1dad54a4]:hover:not(:disabled) {
            border-color: #3b82f6;
            color: #3b82f6
        }

        .page-btn.active[data-v-1dad54a4] {
            background: #3b82f6;
            color: #fff;
            border-color: #3b82f6
        }

        .page-btn[data-v-1dad54a4]:disabled {
            opacity: .5;
            cursor: not-allowed
        }

        .page-ellipsis[data-v-1dad54a4] {
            color: #9ca3af;
            font-size: 14px
        }

        .submit-section[data-v-1dad54a4] {
            padding: 40px 0 60px;
            background: #f8fafc
        }

        .submit-banner[data-v-1dad54a4] {
            display: flex;
            align-items: center;
            gap: 24px;
            background: linear-gradient(135deg, #eff6ff, #f0f9ff);
            border: 1px solid #bfdbfe;
            border-radius: 16px;
            padding: 28px 36px
        }

        .submit-banner-icon[data-v-1dad54a4] {
            width: 64px;
            height: 64px;
            background: linear-gradient(135deg, #3b82f6, #2563eb);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 4px 12px #2563eb40
        }

        .submit-banner-text[data-v-1dad54a4] {
            flex: 1
        }

        .submit-banner-title[data-v-1dad54a4] {
            font-size: 18px;
            font-weight: 700;
            color: #1f2937;
            margin-bottom: 6px
        }

        .submit-banner-desc[data-v-1dad54a4] {
            font-size: 14px;
            color: #6b7280;
            line-height: 1.5
        }

        .btn-submit[data-v-1dad54a4] {
            padding: 10px 28px;
            background: #3b82f6;
            color: #fff;
            border: none;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: background .2s;
            flex-shrink: 0
        }

        .btn-submit[data-v-1dad54a4]:hover {
            background: #1e40af
        }

        @media(max-width:1200px) {
            .works-grid[data-v-1dad54a4] {
                grid-template-columns: repeat(3, 1fr)
            }
        }

        @media(max-width:1024px) {
            .works-layout[data-v-1dad54a4] {
                flex-direction: column
            }

            .filter-sidebar[data-v-1dad54a4] {
                width: 100%
            }

            .filter-group[data-v-1dad54a4] {
                margin-bottom: 12px
            }

            .filter-options[data-v-1dad54a4] {
                flex-direction: row;
                flex-wrap: wrap
            }

            .filter-option[data-v-1dad54a4] {
                width: calc(50% - 5px)
            }
        }

        @media(max-width:768px) {
            .works-grid[data-v-1dad54a4] {
                grid-template-columns: repeat(2, 1fr)
            }

            .page-title[data-v-1dad54a4] {
                font-size: 28px
            }
        }

        @media(max-width:640px) {
            .submit-banner[data-v-1dad54a4] {
                flex-direction: column;
                text-align: center;
                padding: 24px
            }
        }

        @media(max-width:480px) {
            .works-grid[data-v-1dad54a4] {
                grid-template-columns: 1fr
            }

            .filter-option[data-v-1dad54a4] {
                width: 100%
            }
        }
