.order-page .header {
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 10px 15px;
    background: #fff;
}

.order-page .header-title {
    margin-bottom: 10px;
}

.order-page .search-bar {
    display: flex;
    min-height: 34px;
    padding: 8px 15px;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: #f5f5f5;
    color: var(--text-sub);
    font-size: 12px;
}

.order-page .search-bar input {
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text-main);
    font-size: 12px;
}

.order-page .search-bar input::placeholder {
    color: var(--text-sub);
}

.order-page .banner-carousel {
    position: relative;
    margin: 15px;
    overflow: hidden;
    border-radius: 10px;
    background: #e8e1e7;
    box-shadow: 0 3px 12px rgba(81, 54, 73, 0.12);
}

.order-page .banner-viewport {
    overflow: hidden;
    touch-action: pan-y;
}

.order-page .banner-track {
    display: flex;
    width: 100%;
    transition: transform 0.42s ease;
    will-change: transform;
}

.order-page .banner-slide {
    position: relative;
    display: block;
    min-width: 100%;
    height: 148px;
    overflow: hidden;
    color: #fff;
}

.order-page .banner-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-page .banner-slide::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(39, 20, 38, 0.76) 0%, rgba(39, 20, 38, 0.38) 54%, rgba(39, 20, 38, 0.08) 100%);
    content: "";
}

.order-page .banner-copy {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    padding: 20px 20px 32px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.order-page .banner-copy strong {
    max-width: 78%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
}

.order-page .banner-copy small {
    max-width: 78%;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
}

.order-page .banner-btn {
    display: inline-flex;
    min-height: 28px;
    margin-top: 12px;
    padding: 5px 11px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--primary-color);
    font-size: 12px;
    font-weight: bold;
}

.order-page .banner-dots {
    position: absolute;
    right: 15px;
    bottom: 13px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 6px;
}

.order-page .banner-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.order-page .banner-dot[aria-selected="true"] {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.order-page .banner-slide:focus-visible,
.order-page .banner-dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -3px;
}

.order-page .section-title {
    display: flex;
    padding: 15px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.order-page .section-title h2 {
    font-size: 16px;
    font-weight: bold;
}

.order-page .section-title button {
    min-height: 30px;
    color: var(--text-sub);
    font-size: 12px;
    font-weight: normal;
}

.order-page .newcomers {
    display: flex;
    padding: 0 15px;
    overflow-x: auto;
    background: #fff;
    scrollbar-width: none;
}

.order-page .newcomers::-webkit-scrollbar {
    display: none;
}

.order-page .newcomer-card {
    display: flex;
    min-width: 70px;
    min-height: 80px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--text-main);
    font-size: 12px;
    text-align: center;
}

.order-page .staff-section {
    margin-top: 10px;
    background: #fff;
}

.order-page .list-filters {
    display: flex;
    min-height: 42px;
    padding: 10px 15px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid var(--border-color);
    background: #fff;
    font-size: 13px;
}

.order-page .list-filters h2 {
    flex: 0 0 auto;
    font-size: 13px;
    font-weight: bold;
}

.order-page .list-filters button {
    min-height: 30px;
    overflow: hidden;
    color: var(--text-main);
    font-size: 13px;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-page .filter-trigger {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.order-page .filter-trigger > span:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-page .filter-count {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    font-size: 10px;
    line-height: 1;
}

.order-page .staff-list {
    background: #fff;
}

.order-page .staff-item {
    display: flex;
    width: 100%;
    min-height: 112px;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-main);
    text-align: left;
}

.order-page .staff-item-avatar {
    position: relative;
    width: 60px;
    height: 68px;
    flex: 0 0 60px;
    margin-right: 10px;
}

.order-page .staff-avatar-link {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.order-page .staff-item-avatar .avatar {
    width: 50px;
    height: 50px;
    margin: 0;
}

.order-page .staff-info {
    display: block;
    min-width: 0;
    flex: 1;
    color: var(--text-main);
}

.order-page .staff-name-line {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
}

.order-page .staff-status {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    color: var(--text-sub);
    font-size: 10px;
}

.order-page .staff-status i {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 50%;
    background: #bbb;
}

.order-page .staff-status.status-online i {
    background: #2f9e66;
}

.order-page .staff-status.status-busy i {
    background: #e7a325;
}

.order-page .staff-status.status-offline i {
    background: #aaa;
}

.order-page .staff-location {
    display: block;
    margin-top: 3px;
    color: var(--text-sub);
    font-size: 10px;
}

.order-page .staff-location i {
    margin-right: 3px;
    font-size: 10px;
}

.order-page .staff-name,
.order-page .staff-tags,
.order-page .staff-price {
    display: block;
}

.order-page .staff-name {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-page .staff-tags {
    margin-top: 5px;
}

.order-page .staff-price {
    margin-top: 5px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: bold;
}

.order-page .staff-audio-control {
    position: absolute;
    bottom: 2px;
    left: 50%;
    z-index: 2;
    display: flex;
    width: 58px;
    height: 18px;
    padding: 2px 4px 2px 3px;
    align-items: center;
    gap: 2px;
    transform: translateX(-50%);
    border-radius: 9px;
    background: linear-gradient(100deg, #f06bc7 0%, #ffbd7d 100%);
    box-shadow: 0 2px 6px rgba(239, 105, 188, 0.25);
}

.order-page .staff-audio-play-icon {
    display: flex;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.94);
    color: #ee6db8;
    font-size: 6px;
}

.order-page .staff-audio-bars {
    display: flex;
    height: 11px;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.order-page .staff-audio-bars i {
    display: block;
    width: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.95);
}

.order-page .staff-audio-bars i:nth-child(1) { height: 4px; }
.order-page .staff-audio-bars i:nth-child(2) { height: 8px; }
.order-page .staff-audio-bars i:nth-child(3) { height: 6px; }
.order-page .staff-audio-bars i:nth-child(4) { height: 10px; }
.order-page .staff-audio-bars i:nth-child(5) { height: 7px; }
.order-page .staff-audio-bars i:nth-child(6) { height: 9px; }
.order-page .staff-audio-bars i:nth-child(7) { height: 5px; }

.order-page .staff-audio-control.playing .staff-audio-play-icon {
    color: #f07abd;
}

.order-page .staff-audio-control.playing .staff-audio-bars i {
    animation: order-staff-audio-wave 0.8s ease-in-out infinite alternate;
}

.order-page .staff-audio-control.playing .staff-audio-bars i:nth-child(2n) {
    animation-delay: 0.15s;
}

.order-page .staff-audio-control.playing .staff-audio-bars i:nth-child(3n) {
    animation-delay: 0.3s;
}

.order-page .staff-audio-control.unavailable {
    cursor: not-allowed;
    opacity: 0.55;
}

.order-page .staff-audio-media {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

@keyframes order-staff-audio-wave {
    from { transform: scaleY(0.55); }
    to { transform: scaleY(1.15); }
}

.order-page .staff-empty {
    padding: 30px 15px;
    color: var(--text-sub);
    font-size: 13px;
    text-align: center;
}

.order-page.filter-open {
    overflow-y: hidden;
}

.order-page .filter-layer {
    position: fixed;
    inset: 0;
    z-index: 110;
    display: flex;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    align-items: flex-end;
}

.order-page .filter-mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.42);
}

.order-page .filter-sheet {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-height: calc(100vh - 44px);
    max-height: calc(100dvh - 44px);
    flex-direction: column;
    border-radius: 8px 8px 0 0;
    background: #fff;
}

.order-page .filter-sheet-header {
    display: flex;
    min-height: 52px;
    padding: 0 15px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border-color);
}

.order-page .filter-sheet-header h3 {
    font-size: 16px;
    font-weight: bold;
}

.order-page .filter-close {
    width: 36px;
    height: 36px;
    color: var(--text-sub);
    font-size: 18px;
}

.order-page .filter-sheet-body {
    padding: 2px 15px 12px;
    overflow-y: auto;
}

.order-page .filter-group {
    padding-top: 14px;
}

.order-page .filter-group h4 {
    margin: 0 0 10px;
    color: var(--text-main);
    font-size: 13px;
    font-weight: bold;
}

.order-page .filter-options {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.order-page .filter-option {
    min-width: 0;
    min-height: 34px;
    padding: 6px 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    background: #f5f5f5;
    color: #666;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order-page .filter-option.active {
    border-color: #ffb3c5;
    background: #fff0f4;
    color: var(--primary-color);
    font-weight: bold;
}

.order-page .filter-sheet-footer {
    display: flex;
    gap: 10px;
    padding: 12px 15px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--border-color);
    background: #fff;
}

.order-page .filter-reset,
.order-page .filter-confirm {
    min-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
}

.order-page .filter-reset {
    width: 34%;
    border: 1px solid var(--border-color);
    color: var(--text-main);
}

.order-page .filter-confirm {
    flex: 1;
    background: var(--primary-color);
    color: #fff;
}

@media (max-width: 359px) {
    .order-page .list-filters button {
        font-size: 11px;
    }

    .order-page .banner-slide {
        height: 136px;
    }

    .order-page .banner-copy {
        padding-right: 16px;
        padding-left: 16px;
    }

    .order-page .banner-copy strong {
        font-size: 16px;
    }
}
