.technician-page {
    background: linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
    padding: 28px 0 36px
}

.technician-breadcrumb {
    margin-bottom: 16px;
    color: #596174;
    font-size: 13px;
    font-weight: 600
}

.technician-breadcrumb a {
    color: #073aa8
}

.technician-breadcrumb .separator,
.technician-breadcrumb .last {
    color: #596174
}

.technician-hero {
    margin-bottom: 22px
}

.technician-hero h1 {
    color: #071b4d;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 10px
}

.technician-hero p {
    color: #3f4d68;
    font-size: 14px;
    font-weight: 500
}

.technician-toolbar {
    background: #fff;
    border: 1px solid #e1e8f2;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(10, 35, 81, .04);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px 260px;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
    padding: 16px
}

.technician-search,
.technician-sort {
    height: 42px;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center
}

.technician-search input,
.technician-sort select {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #3d4b65;
    font-family: inherit;
    font-size: 13px
}

.technician-search input {
    padding: 0 14px
}

.technician-toolbar button {
    height: 42px;
    border-radius: 6px;
    background: #073aa8;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 7px 16px rgba(10, 51, 161, .2)
}

.technician-sort {
    gap: 5px;
    padding: 0 12px
}

.technician-sort span {
    color: #596174;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap
}

.technician-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 22px;
    align-items: start
}

.technician-filter,
.technician-card {
    background: #fff;
    border: 1px solid #dfe7f2;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(10, 35, 81, .04)
}

.technician-filter {
    padding: 20px;
    position: sticky;
    top: 16px
}

.filter-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px
}

.filter-head h2 {
    color: #073aa8;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600
}

.filter-head a {
    color: #0a5cff;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap
}

.filter-block {
    margin-bottom: 22px
}

.filter-block h3 {
    color: #1f2d49;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px
}

.filter-block select {
    width: 100%;
    height: 42px;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    background: #fff;
    color: #3d4b65;
    font-family: inherit;
    font-size: 12px;
    padding: 0 12px;
    margin-bottom: 10px
}

.filter-block label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3f4d68;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 11px
}

.filter-block input {
    width: 14px;
    height: 14px;
    accent-color: #073aa8;
    flex: 0 0 auto
}

.filter-stars {
    color: #ff9f0a;
    letter-spacing: 1px
}

.filter-submit {
    width: 100%;
    min-height: 44px;
    border-radius: 6px;
    background: #073aa8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(10, 51, 161, .22)
}

.results-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px
}

.results-head h2 {
    color: #17213b;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px
}

.results-head h2 strong {
    color: #073aa8
}

.results-head p {
    color: #596174;
    font-size: 12px;
    font-weight: 600
}

.view-toggle {
    display: flex;
    gap: 8px
}

.view-toggle button {
    width: 38px;
    height: 38px;
    border: 1px solid #dfe7f2;
    border-radius: 6px;
    background: #fff;
    color: #4f5f79;
    font-size: 20px
}

.view-toggle button.active {
    color: #073aa8;
    background: #f3f7ff
}

.technician-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.technician-empty {
    border: 1px dashed #d8e0ec;
    border-radius: 10px;
    background: #fff;
    color: #596174;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 28px;
    text-align: center
}

.technician-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 14px 16px;
    padding: 18px;
    align-items: start
}

.technician-photo {
    position: relative;
    width: 88px;
    height: 88px;
    border-radius: 6px;
    overflow: hidden;
    background: #f1f5fb;
    grid-row: 1
}

.technician-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.technician-photo span,
.technician-photo b {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #27ae60;
    border: 3px solid #fff
}

.technician-photo span {
    top: 8px;
    left: 8px
}

.technician-photo b {
    right: 8px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px
}

.technician-info {
    min-width: 0;
    grid-column: 2;
    grid-row: 1 / span 2
}

.technician-info h3 {
    color: #17213b;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.technician-info h3 a {
    color: inherit
}

.technician-card-vip {
    display: flex;
    margin: -2px 0 8px
}

.technician-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
    color: #17213b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 9px
}

.technician-rating span {
    color: #ff9f0a;
    letter-spacing: 1px
}

.technician-rating small {
    width: 100%;
    color: #596174;
    font-size: 12px;
    font-weight: 600
}

.technician-info p {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    color: #596174;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 9px
}

.technician-info p:not(.technician-skill):not(.technician-status) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.technician-info p i {
    color: #c24c64;
    font-size: 15px;
    margin-top: 1px
}

.technician-skill {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #17213b !important;
    font-size: 13px !important;
    font-weight: 400 !important
}

.technician-status {
    color: #18a558 !important;
    font-weight: 600 !important
}

.technician-status i {
    color: #18a558 !important
}

.technician-status.is-busy,
.technician-status.is-busy i {
    color: #b66a00 !important
}

.technician-photo span.is-busy {
    background: #f59e0b
}

.technician-action {
    grid-column: 1 / -1;
    min-height: 44px;
    border-radius: 5px;
    background: #073aa8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 18px rgba(10, 51, 161, .22)
}

.technician-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px
}

.technician-pagination a,
.technician-pagination button,
.technician-pagination span {
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #20304d;
    background: transparent;
    border: 0;
    font-size: 13px;
    font-weight: 600
}

.technician-pagination a.active {
    color: #fff;
    background: #073aa8
}

.technician-pagination button {
    border: 1px solid #dbe4f2;
    color: #073aa8;
    background: #fff
}

@media (max-width: 1199px) {
    .technician-layout {
        grid-template-columns: 250px minmax(0, 1fr);
        gap: 16px
    }

    .technician-card {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px 14px;
        padding: 14px
    }

    .technician-photo {
        width: 82px;
        height: 82px
    }

    .technician-info h3 {
        font-size: 16px
    }

    .technician-info p {
        font-size: 11px
    }
}

@media (max-width: 767px) {
    .technician-page {
        padding: 18px 0 28px
    }

    .technician-hero h1 {
        font-size: 24px
    }

    .technician-hero p {
        font-size: 12px;
        line-height: 1.6
    }

    .technician-toolbar {
        grid-template-columns: 1fr;
        padding: 12px
    }

    .technician-layout {
        grid-template-columns: 1fr
    }

    .technician-filter {
        position: static;
        padding: 14px
    }

    .filter-block {
        margin-bottom: 16px
    }

    .results-head {
        align-items: flex-start
    }

    .view-toggle {
        display: none
    }

    .technician-grid {
        grid-template-columns: 1fr;
        gap: 14px
    }

    .technician-card {
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 12px;
        padding: 12px
    }

    .technician-photo {
        width: 78px;
        height: 78px
    }

    .technician-info h3 {
        font-size: 15px
    }

    .technician-rating {
        gap: 5px;
        font-size: 12px
    }

    .technician-info p {
        font-size: 11px;
        margin-top: 7px
    }

    .technician-skill {
        font-size: 12px !important
    }

    .technician-action {
        min-height: 40px;
        font-size: 13px
    }

    .technician-pagination {
        flex-wrap: wrap
    }
}

@media (max-width: 420px) {
    .technician-card {
        grid-template-columns: 1fr
    }

    .technician-photo {
        grid-row: auto;
        width: 96px;
        height: 96px
    }

    .technician-info {
        grid-column: 1;
        grid-row: auto
    }
}
