/* Outbyte PC Repair scan screen, based on Figma node 9222:105994. */

.as-app {
    --pcr-bg: #34373e;
    --pcr-panel: #3b3e46;
    --pcr-panel-2: #41444d;
    --pcr-row: #40434b;
    --pcr-border: #4b4e57;
    --pcr-text: #f4f4f4;
    --pcr-muted: #afb2b9;
    --pcr-faint: #858991;
    --pcr-blue: #45b8ef;
    --pcr-link: #76a8e8;
    --pcr-yellow: #f6b91c;
    --pcr-green: #10b15d;

    width: 1095px;
    height: 632px;
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr) 230px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--pcr-bg);
    color: var(--pcr-text);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    direction: ltr;
    text-align: left;
}

.as-app *, .as-app *::before, .as-app *::after { box-sizing: border-box; }

.pcr-sidebar {
    min-width: 0;
    overflow: hidden;
    border-right: 1px solid var(--pcr-border);
    background: var(--pcr-panel);
}

.pcr-brandbar {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 0 20px;
    background: var(--pcr-panel-2);
}

.pcr-brand { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.pcr-brand img { display: block; width: 25px; height: 23px; }

.pcr-account {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 14px;
    background: var(--pcr-blue);
    color: #fff;
    font-size: 12px;
}

.pcr-user-dot { width: 14px; height: 14px; border: 2px solid #fff; border-radius: 50%; }
.pcr-menu { padding-top: 3px; color: #c3c5ca; }

.pcr-menu-item,
.pcr-submenu div {
    height: 37px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 0 17px;
    white-space: nowrap;
}

.pcr-menu-item b,
.pcr-submenu b {
    min-width: 20px;
    margin-left: auto;
    padding: 2px 6px;
    border-radius: 9px;
    background: #555861;
    color: #e6e7e9;
    font-size: 10px;
    text-align: center;
}

.pcr-menu-item--action { border-bottom: 1px solid #44474f; }
.pcr-menu-item--action b { background: #584d2d; color: var(--pcr-yellow); }
.pcr-menu-item--active { border-left: 3px solid #7a5cff; padding-left: 14px; background: #4b4e57; color: #fff; }
.pcr-menu-icon { width: 19px; color: #c7c9cd; font-size: 18px; text-align: center; }

.pcr-submenu { background: #454850; color: #b5b7bd; }
.pcr-submenu div { height: 36px; padding-left: 24px; }
.pcr-submenu span { width: 18px; color: var(--pcr-yellow); font-size: 17px; text-align: center; }
.pcr-menu-item--footer { border-top: 1px solid #474a52; }

.pcr-scan {
    min-width: 0;
    overflow: hidden;
    padding: 39px 31px 22px;
    background: var(--pcr-bg);
}

.pcr-scan-head h3 {
    max-width: 560px;
    margin: 0 0 8px;
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcr-scan-head p {
    max-width: 570px;
    min-height: 54px;
    margin: 0;
    color: #d0d2d6;
    font-size: 15px;
    line-height: 1.45;
}

.pcr-report { margin-top: 20px; }
.pcr-report-label { height: 38px; padding: 10px 22px; background: #3d4048; color: var(--pcr-faint); font-size: 13px; }

.pcr-result {
    min-height: 76px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 78px 90px;
    align-items: center;
    gap: 10px;
    padding: 10px 17px;
    border-top: 1px solid #4a4d55;
    background: var(--pcr-row);
}

.pcr-result--primary { background: #444750; }
.pcr-result-icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #6a5525;
    color: var(--pcr-yellow);
    font-size: 21px;
    font-weight: 700;
}

.pcr-result-icon--related { border-radius: 8px; background: #52565f; color: #d3d5d8; font-size: 19px; }
.pcr-result-icon--storage { border-radius: 8px; background: #56606a; color: #fff; }
.pcr-result-copy { min-width: 0; }
.pcr-result-copy strong { display: block; overflow: hidden; color: #f2f2f3; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.pcr-result-copy span { display: block; margin-top: 3px; overflow: hidden; color: #92959d; font-size: 12.5px; text-overflow: ellipsis; white-space: nowrap; }
.pcr-result-count { color: var(--pcr-yellow); font-size: 12px; font-weight: 600; text-align: right; }
.pcr-result-link { color: var(--pcr-link) !important; font-size: 12.5px; text-align: right; text-decoration: underline; text-underline-offset: 2px; }

.pcr-summary { padding: 27px 20px 1px; color: #dedfe2; font-size: 14px; }
.pcr-summary b { color: var(--pcr-yellow); }
.pcr-report--secondary { margin-top: 20px; }
.pcr-report--secondary .pcr-result { grid-template-columns: 18px 42px minmax(0, 1fr) 78px 90px; }
.pcr-result-check { width: 15px; height: 15px; border: 1px solid #53565e; }

.pcr-assistant {
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 16px 16px;
    border-left: 1px solid var(--pcr-border);
    background: var(--pcr-panel);
}

.pcr-window-tools {
    height: 49px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid #50535b;
    color: #b5b7bc;
}
.pcr-window-tools b { margin-right: auto; color: var(--pcr-yellow); font-size: 11px; }
.pcr-window-tools span { font-size: 20px; }

.pcr-agent { display: flex; align-items: center; gap: 10px; padding: 12px 0 14px; }
.pcr-agent img { width: 43px; height: 43px; border: 2px solid #49b879; border-radius: 50%; object-fit: cover; }
.pcr-agent div { min-width: 0; }
.pcr-agent strong { display: block; color: #e7e8ea; font-size: 13px; font-weight: 500; }
.pcr-agent i { margin-left: 5px; color: #4fd17a; font-size: 9px; font-style: normal; }
.pcr-agent a { display: block; margin-top: 4px; color: var(--pcr-link); font-size: 10px; text-decoration: underline; }

.pcr-chat p {
    margin: 0 0 8px;
    padding: 11px 12px;
    border-radius: 9px 9px 2px 9px;
    background: #4d7fbb;
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}
.pcr-chat b { font-weight: 700; }

.pcr-suggestions { margin-top: auto; padding: 10px 0 14px; border-bottom: 1px solid #555861; text-align: right; }
.pcr-suggestions span,
.pcr-suggestions button {
    display: table;
    margin: 0 0 5px auto;
    padding: 4px 8px;
    border: 1px solid #666a73;
    border-radius: 13px;
    background: #51545c;
    color: #d8d9dc;
    font: inherit;
    font-size: 10px;
    line-height: 1.2;
}
.pcr-suggestions button { border-color: #c99114; background: transparent; color: #f0bd36; }

.pcr-repair-button {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    background: var(--pcr-green);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.app-shot { display: block; width: 288px; margin: 0 auto; cursor: zoom-in; }
.app-shot .as-frame {
    display: block;
    width: 288px;
    height: 166px;
    overflow: hidden;
    border: 1px solid #4b4e57;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}
.app-shot .as-frame .as-app { transform: scale(.263014); transform-origin: 0 0; }
.app-shot .as-hint { display: block; margin-top: 6px; color: #666; font-size: 10px; text-align: center; }
.app-shot .as-hint::before { content: "\1F50D  "; font-size: 9px; }

.app-shot-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .78);
}
.app-shot-overlay.open { display: block; }
.app-shot-overlay .aso-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(1095px, 94vw);
    aspect-ratio: 1095 / 632;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border: 1px solid #5c5f67;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .55);
}
.app-shot-overlay .aso-box .as-app { width: 100%; height: 100%; }
.app-shot-overlay .aso-close {
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #bebebe;
    font-size: 16px;
    cursor: pointer;
}
.app-shot-overlay .aso-close:hover { background: #4b4e57; color: #fff; }

@media screen and (max-width: 760px) {
    .app-shot-overlay .aso-box { width: 96vw; height: 82vh; aspect-ratio: auto; }
    .app-shot-overlay .aso-box .as-app { grid-template-columns: 1fr; }
    .app-shot-overlay .pcr-sidebar,
    .app-shot-overlay .pcr-assistant { display: none; }
    .app-shot-overlay .pcr-scan { padding: 34px 18px 18px; }
}
