.account-reports-page {
    width: 100%;
    min-height: 100%;
    padding: 0 32px 56px;
    position: relative;
    background: #020b1d;
    overflow: hidden;
}

.account-reports-page__glow {
    width: 600px;
    height: 600px;
    position: absolute;
    top: -83px;
    right: -100px;
    border-radius: 999px;
    background: rgba(91, 70, 185, 0.26);
    filter: blur(90px);
    pointer-events: none;
}

.account-reports-page__content {
    width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 1;
}

.account-reports-page__inner {
    width: 100%;
    min-width: 1296px;
    max-width: 1296px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-reports-panel[hidden] {
    display: none !important;
}

.account-reports-panel__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 56px;
}

.account-reports-panel__body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-reports-panel__body--tool {
    gap: 56px;
}

.account-reports-panel__body--service {
    gap: 16px;
}

.account-reports-page__header {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.account-reports-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 0 16px;
}

.account-reports-tab {
    padding: 0 0 8px;
    border: 0;
    background: transparent;
    color: #ababab;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    cursor: pointer;
}

.account-reports-tab::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    background: transparent;
}

.account-reports-tab--active {
    color: var(--light-blue-01);
    font-weight: var(--semiBold);
}

.account-reports-tab--active::after {
    background: #439eef;
}

.account-reports-summary {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.account-reports-summary__copy {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.account-reports-summary__title {
    color: transparent;
    font-size: 40px;
    font-weight: var(--semiBold);
    line-height: 40px;
    letter-spacing: -0.4px;
    background-image:
        linear-gradient(269.996deg, #ffffff 28.507%, rgba(236, 236, 236, 0.4) 93.987%),
        linear-gradient(90deg, #b5c8e3 0%, #b5c8e3 100%);
    background-clip: text;
    -webkit-background-clip: text;
}

.account-reports-summary__subtitle {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 25.6px;
}

.account-reports-delete-button {
    min-width: 197px;
    min-height: 48px;
    padding: 11px 20px;
    border: 0;
    border-radius: 8px;
    background: #93000a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffdad6;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 16px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.account-reports-delete-button:is(:hover, :focus-visible) {
    background: #a20b16;
    transform: translateY(-1px);
}

.account-reports-delete-button__icon {
    width: 20px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.account-reports-filters {
    width: 100%;
    min-height: 60px;
    padding: 17px 25px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.account-reports-filters__left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.account-reports-filters__left--service {
    gap: 0;
}

.account-reports-select-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #c1c6d7;
    font-size: 14px;
    font-weight: var(--semiBold);
    line-height: 20px;
    cursor: pointer;
}

.account-reports-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #414755;
    background: #10131a;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.account-reports-checkbox:checked {
    border-color: transparent;
    background-color: #4b8eff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M8.118 13.842L4.874 10.598L3.732 11.732L8.118 16.118L16.268 7.968L15.134 6.834L8.118 13.842Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.account-reports-filters__divider {
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.1);
}

.account-reports-filter-pills {
    display: flex;
    align-items: center;
    gap: 15.99px;
}

.account-reports-filter-pills__label {
    color: #64748b;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.account-reports-filter-pills__list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-reports-filter-pill-option {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.account-reports-filter-radio {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.account-reports-filter-pill {
    min-height: 26px;
    padding: 5px 13px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #c1c6d7;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    cursor: pointer;
}

.account-reports-filter-radio:checked+.account-reports-filter-pill,
.account-reports-filter-pill--active {
    border-color: rgba(59, 130, 246, 0.2);
    background: rgba(59, 130, 246, 0.1);
    color: #60a5fa;
}

.account-reports-filter-radio:focus-visible+.account-reports-filter-pill {
    border-color: rgba(96, 165, 250, 0.55);
    box-shadow: 0 0 0 1px rgba(96, 165, 250, 0.35);
}

.account-reports-filters__summary {
    color: #c1c6d7;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 20px;
    white-space: nowrap;
}

.account-reports-filters__summary strong {
    color: #ffffff;
    font-weight: var(--semiBold);
}

.account-reports-table-card {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 1px;
    overflow: hidden;
}

.account-reports-table-card__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-reports-table__head {
    width: 100%;
    min-height: 53px;
    padding: 0 28px 1px 68px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: stretch;
    gap: 24px;
}

.account-reports-table__head-title {
    display: inline-flex;
    align-items: center;
    padding: 16px 24px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.account-reports-table__head-title:nth-child(1) {
    width: 268px;
}

.account-reports-table__head-title:nth-child(2) {
    width: 324px;
}

.account-reports-table__head-title:nth-child(3) {
    width: 210px;
}

.account-reports-table__head-title:nth-child(4) {
    width: 192px;
}

.account-reports-table__head-title:nth-child(5) {
    width: 108.56px;
}

.account-reports-table__head-title--right {
    justify-content: flex-start;
    text-align: left;
}

.account-reports-table__body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-reports-row {
    width: 100%;
    min-height: 81px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-reports-row--bordered {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.account-reports-row__main {
    width: 245.02px;
    display: flex;
    align-items: center;
}

.account-reports-row__selection {
    width: 68px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.account-reports-row__tool {
    width: 177.02px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.account-reports-tool-badge {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.account-reports-tool-badge.is-dns {
    background: rgba(173, 198, 255, 0.1);
}

.account-reports-tool-badge.is-port {
    background: rgba(119, 1, 208, 0.2);
}

.account-reports-tool-badge.is-vuln {
    background: rgba(0, 219, 231, 0.1);
}

.account-reports-tool-badge.is-log {
    background: rgba(100, 116, 139, 0.1);
}

.account-reports-tool-badge__icon {
    object-fit: contain;
}

.account-reports-tool-badge__icon.is-dns {
    width: 11.67px;
    height: 11.67px;
}

.account-reports-tool-badge__icon.is-port {
    width: 10.5px;
    height: 10.5px;
}

.account-reports-tool-badge__icon.is-vuln,
.account-reports-tool-badge__icon.is-log {
    width: 9.33px;
    height: 11.67px;
}

.account-reports-row__tool-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 20px;
    white-space: nowrap;
}

.account-reports-row__prompt {
    width: 299.59px;
    padding: 28.5px 24px 28.5px 48px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.account-reports-prompt-tag {
    padding: 2px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    color: #60a5fa;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 20px;
    white-space: nowrap;
}

.account-reports-row__executed {
    width: 152.52px;
    padding: 22.5px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
}

.account-reports-row__date {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 19px;
}

.account-reports-row__time {
    color: rgba(193, 198, 215, 0.5);
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 16px;
}

.account-reports-row__status {
    width: 152.31px;
    padding: 27.5px 24px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.account-reports-status-pill {
    min-height: 26px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    white-space: nowrap;
}

.account-reports-status-pill__dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    flex-shrink: 0;
}

.account-reports-status-pill.is-completed {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
    color: #4ade80;
}

.account-reports-status-pill.is-completed .account-reports-status-pill__dot {
    background: #22c55e;
}

.account-reports-status-pill.is-failed {
    background: rgba(147, 0, 10, 0.2);
    border-color: rgba(255, 180, 171, 0.2);
    color: #ffb4ab;
}

.account-reports-status-pill.is-failed .account-reports-status-pill__dot {
    background: #ffb4ab;
}

.account-reports-status-pill.is-processing {
    background: rgba(75, 142, 255, 0.2);
    border-color: rgba(173, 198, 255, 0.2);
    color: #adc6ff;
}

.account-reports-status-pill.is-processing .account-reports-status-pill__dot {
    background: #adc6ff;
}

.account-reports-row__action {
    width: 108.56px;
    padding: 20.5px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.account-reports-action-button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.account-reports-action-button:is(:hover, :focus-visible) {
    background: rgba(255, 255, 255, 0.05);
}

.account-reports-action-button__icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.account-reports-row__action .account-reports-action-button__icon[src*="waiting-time"] {
    width: 16px;
    height: 20px;
}

.account-reports-row__action .account-reports-action-button__icon[src*="restart"] {
    width: 16px;
    height: 16px;
}

.account-reports-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-reports-pagination__meta {
    color: #c1c6d7;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 20px;
}

.account-reports-pagination__controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-reports-page-button {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.account-reports-page-button--active {
    border-color: transparent;
    background: #3b82f6;
    color: #ffffff;
    font-weight: var(--semiBold);
}

.account-reports-page-button--icon {
    padding: 0;
}

.account-reports-page-button__arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.account-reports-page-button__arrow--prev {
    transform: rotate(180deg);
}

.account-reports-pagination__ellipsis {
    padding: 0 8px;
    color: #475569;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 24px;
}

.account-service-reports-table-card {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 1px;
    overflow: hidden;
}

.account-service-reports-table-card__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-service-reports-table__head {
    width: 100%;
    min-height: 53px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.02);
    display: grid;
    grid-template-columns: 268px 210px 192px 192px 126px 108.56px;
    column-gap: 39.488px;
    justify-content: start;
    align-items: stretch;
}

.account-service-reports-table__head-title {
    padding: 16px 24px;
    color: #94a3b8;
    font-size: 14px;
    font-weight: var(--semiBold);
    line-height: 20px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.account-service-reports-table__head-title--ghost {
    opacity: 0;
}

.account-service-reports-table__body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.account-service-reports-row {
    width: 100%;
    min-height: 81px;
    display: grid;
    grid-template-columns: 268px 210px 192px 192px 126px 108.56px;
    column-gap: 39.488px;
    justify-content: start;
    align-items: center;
}

.account-service-reports-row--bordered {
    border-top: 1px solid rgba(255, 255, 255, 0.03);
}

.account-service-reports-row__service {
    padding: 30.5px 24px;
    display: flex;
    align-items: center;
}

.account-service-reports-row__service-name {
    color: #ffffff;
    font-size: 16px;
    font-weight: var(--semiBold);
    line-height: 20px;
    white-space: nowrap;
}

.account-service-reports-row__submitted {
    padding: 22.5px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.account-service-reports-row__date {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--medium);
    line-height: 20px;
    white-space: nowrap;
}

.account-service-reports-row__time {
    color: rgba(193, 198, 215, 0.5);
    font-size: 12px;
    font-weight: var(--regular);
    line-height: 16px;
    white-space: nowrap;
}

.account-service-reports-row__status,
.account-service-reports-row__payment {
    padding: 27.5px 24px;
    display: flex;
    align-items: center;
}

.account-service-reports-payment-pill {
    min-height: 26px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    color: #4ade80;
    font-size: 12px;
    font-weight: var(--semiBold);
    line-height: 16px;
    white-space: nowrap;
}

.account-service-reports-payment-pill.is-paid {
    background: rgba(34, 197, 94, 0.1);
    border-color: rgba(34, 197, 94, 0.2);
}

.account-service-reports-row__price {
    padding: 27.5px 24px;
    display: flex;
    align-items: center;
}

.account-service-reports-row__price-value {
    color: #c1c6d7;
    font-size: 16px;
    font-weight: var(--regular);
    line-height: 20px;
    white-space: nowrap;
}

.account-service-reports-row__action {
    padding: 20.5px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.account-service-reports-action-button {
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.account-service-reports-action-button__icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.account-service-reports-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.account-service-reports-pagination__page-size {
    display: flex;
    align-items: center;
    gap: 16px;
}

.account-service-reports-pagination__page-size-label {
    color: #c1c6d7;
    font-size: 14px;
    font-weight: var(--regular);
    line-height: 20px;
}

.account-service-reports-pagination__select-wrap {
    width: 89px;
    height: 34px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.account-service-reports-pagination__select {
    width: 100%;
    height: 100%;
    padding: 5px 32px 5px 9px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #c1c6d7;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: var(--medium);
    line-height: 20px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.account-service-reports-pagination__select-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 9px;
    pointer-events: none;
    object-fit: contain;
}

@media (max-width: 1439px) {
    .account-reports-page {
        padding-right: 24px;
        padding-left: 24px;
    }
}

@media (max-width: 768px) {
    .account-reports-page {
        padding-right: 16px;
        padding-left: 16px;
    }
}
