.login-mode {
    background:
        radial-gradient(circle at 50% 115%, #173d8a 0, transparent 42%),
        #081426;
}

.login-mode .minimal-login {
    grid-template-columns: 1fr;
    place-items: center;
    padding: 40px 24px;
}

.login-mode .login-form-panel {
    width: min(100%, 320px);
    min-height: 0;
    padding: 0;
    background: transparent;
}

.login-mode .login-form-panel h2 {
    margin-top: 14px;
}

.login-mode .launcher-form {
    margin-top: 36px;
}

@media (max-width: 900px) {
    .login-mode .login-form-panel {
        min-height: 0;
        padding: 0;
    }
}

.simple-shell {
    display: block;
    min-height: 100vh;
}

.simple-shell .library-main {
    min-height: 100vh;
    padding: 26px clamp(20px, 3.5vw, 38px) 18px;
    background:
        radial-gradient(circle at 82% -15%, #263a8d55 0, transparent 34%),
        radial-gradient(circle at 8% 105%, #087db02b 0, transparent 32%),
        #081426;
}

.simple-shell .library-header {
    max-width: 1280px;
    margin: 0 auto 20px;
}

.simple-shell .library-header h1 {
    font-size: clamp(38px, 4vw, 54px);
    margin: 7px 0 8px;
}

.user-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.simple-shell .avatar {
    border-radius: 50%;
}

.simple-shell .ghost-button {
    border-radius: 999px;
    padding: 11px 18px;
}

.simple-shell #launcherNotice,
.simple-shell .product-grid,
.simple-shell .empty-library,
.simple-shell .launcher-footer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.simple-shell .product-grid {
    grid-template-columns: repeat(2, minmax(340px, 1fr));
    gap: 14px;
}

.simple-shell .product-card {
    border-radius: 26px;
    background: linear-gradient(155deg, #11233e, #0a182c);
    border-color: #274161aa;
    box-shadow: 0 18px 55px #02081738;
}

.simple-shell .product-cover {
    height: 165px;
}

.simple-shell .product-content {
    padding: 16px;
}

.product-promo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
    padding: 9px 11px;
    border: 1px solid color-mix(in srgb, var(--accent), transparent 68%);
    border-radius: 15px;
    background: color-mix(in srgb, var(--accent), transparent 90%);
}

.product-promo span {
    flex: 0 0 auto;
    padding: 5px 8px;
    border-radius: 999px;
    color: white;
    background: color-mix(in srgb, var(--accent), #081426 30%);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
}

.product-promo p {
    margin: 0;
    color: #adbed1;
    font-size: 12px;
    line-height: 1.45;
}

.simple-shell .install-button {
    align-items: center;
    border-radius: 999px;
    padding: 14px 18px 14px 22px;
    background: linear-gradient(105deg, #159fea, #6244ee);
    box-shadow: 0 12px 32px #1e65d638;
    transition: transform .2s, box-shadow .2s, filter .2s;
}

.simple-shell .install-button:not(:disabled):hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
    box-shadow: 0 16px 38px #2f66e455;
}

.simple-shell .install-button b {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #ffffff1c;
}

@media (max-width: 780px) {
    .simple-shell .product-grid {
        grid-template-columns: 1fr;
    }

    .simple-shell .library-header {
        gap: 24px;
    }
}

.login-mode {
    background: #0a1628;
}

.login-mode .login-form-panel h2 {
    margin: 0 0 8px;
    font-size: 30px;
    letter-spacing: -.025em;
}

.login-mode .launcher-form {
    gap: 12px;
    margin-top: 22px;
}

.login-mode .launcher-form input {
    padding: 12px 13px;
    border-radius: 10px;
    background: #0c1a2e;
}

.login-mode .launcher-form .remember-login {
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    cursor: pointer;
}

.login-mode .launcher-form .remember-login input {
    width: 14px;
    height: 14px;
    padding: 0;
    accent-color: #8b5cf6;
}

.login-mode .launcher-form .remember-login span {
    color: #7890ac;
    font-size: 11px;
    font-weight: 600;
}

.login-mode .launcher-form button {
    justify-content: center;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #2b5875;
    background: #1a3d59;
    box-shadow: none;
    color: #e8f1f8;
    transition: background .15s, border-color .15s;
}

.login-mode .launcher-form button:hover {
    border-color: #376d8f;
    background: #214a68;
}

.simple-shell .library-main {
    background: #0a1628;
}

.simple-shell .library-header h1 {
    margin: 0 0 4px;
    font-size: 32px;
    letter-spacing: -.025em;
}

.simple-shell .product-card {
    border-radius: 14px;
    background: #101e33;
    border-color: #263b57;
    box-shadow: none;
}

.simple-shell .product-card:hover {
    transform: none;
    border-color: #385373;
    box-shadow: none;
}

.simple-shell .product-content {
    padding: 16px;
}

.product-card-top {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
}

.product-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--accent), #101e33 62%);
    background-size: cover;
    background-position: center;
    color: white;
    font-size: 21px;
    font-weight: 800;
}

.product-heading {
    min-width: 0;
}

.product-heading h2 {
    margin: 0 0 5px;
    font-size: 20px;
}

.product-heading .version {
    padding: 0;
    border: 0;
    background: none;
    color: #7890ac;
    font-size: 11px;
}

.product-card-top .license-badge {
    position: static;
    padding: 6px 9px;
    border-radius: 7px;
    background: #12293a;
    border-color: #285466;
    color: #69d7ba;
    font-size: 10px;
    letter-spacing: 0;
}

.product-description {
    min-height: 34px;
    margin: 11px 0 0;
    color: #8fa2ba;
    font-size: 13px;
    line-height: 1.5;
}

.product-promo {
    gap: 10px;
    margin-top: 10px;
    padding: 8px 10px;
    border: 0;
    border-left: 3px solid var(--accent);
    border-radius: 7px;
    background: #0c192b;
}

.product-promo span {
    padding: 0;
    border-radius: 0;
    background: none;
    color: var(--accent);
    font-size: 9px;
}

.product-promo p {
    color: #899db6;
    font-size: 11px;
}

.product-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #213550;
}

.product-card-bottom .product-meta {
    flex: 1;
    margin: 0;
}

.simple-shell .install-button {
    width: auto;
    min-width: 112px;
    gap: 18px;
    padding: 10px 13px;
    border-radius: 9px;
    border: 1px solid #2b5875;
    background: #1a3d59;
    box-shadow: none;
    color: #e8f1f8;
}

.simple-shell .install-button:not(:disabled):hover {
    transform: none;
    border-color: #376d8f;
    background: #214a68;
    box-shadow: none;
}

.simple-shell .install-button:disabled {
    background: #182940;
    border-color: #23384f;
    color: #6e829b;
    filter: none;
    opacity: 1;
}

.simple-shell .install-button b {
    display: block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
}

.simple-shell .library-main {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    height: 100vh;
    min-height: 0;
    padding: 20px 22px 14px;
    overflow: hidden;
}

.simple-shell .library-header {
    display: flex;
    grid-row: 1;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    max-width: none;
    margin: 0 0 14px;
}

.simple-shell .library-header h1 {
    margin: 0 0 2px;
    color: #7891ad;
    font-size: 22px;
    font-weight: 600;
}

.simple-shell .library-header h1 span {
    color: #a9bdd1;
    font-weight: 750;
}

.simple-shell .library-header .muted {
    margin: 0;
    font-size: 11px;
}

.header-actions,
.user-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-search {
    display: flex;
    align-items: center;
    width: 205px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #263b57;
    border-radius: 8px;
    background: #0c192b;
    color: #66809e;
}

.product-search:focus-within {
    border-color: #3c6792;
}

.product-search span {
    margin-right: 7px;
    font-size: 17px;
    line-height: 1;
}

.product-search input {
    min-width: 0;
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #e8f1fb;
    font-size: 11px;
}

.product-search input::placeholder {
    color: #66809e;
}

.simple-shell .avatar {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #17375b;
    font-size: 12px;
}

.simple-shell .ghost-button {
    height: 34px;
    padding: 0 11px;
    border-radius: 8px;
    font-size: 11px;
}

.simple-shell #launcherNotice,
.simple-shell .product-panel,
.simple-shell .product-grid,
.simple-shell .empty-library,
.simple-shell .launcher-footer {
    max-width: none;
}

.simple-shell #launcherNotice {
    grid-row: 2;
    margin: 0 0 10px;
    padding: 9px 11px;
    border-radius: 8px;
    font-size: 11px;
}

.simple-shell .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    gap: 10px;
}

.simple-shell .product-panel {
    grid-row: auto;
    min-height: 0;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #1d3149;
    border-radius: 12px;
    background: #0c192b;
    scrollbar-color: #29445f transparent;
    scrollbar-width: thin;
}

.catalog-stack {
    display: grid;
    grid-row: 3;
    grid-template-rows: 218px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    overflow: hidden;
}

.owned-products {
    height: 218px;
}

.owned-products.single-row {
    overflow-y: hidden;
}

.catalog-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 2px 10px;
}

.catalog-heading h2 {
    margin: 0 0 2px;
    color: #7f9fbd;
    font-size: 13px;
    font-weight: 750;
}

.catalog-heading p {
    margin: 0;
    color: #657d99;
    font-size: 9px;
}

.compact-empty {
    min-height: 150px;
}

.compact-empty > span {
    font-size: 28px;
}

.compact-empty h2 {
    font-size: 14px;
}

.compact-empty p {
    margin: 4px 0 0;
    font-size: 10px;
}

.available-products {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    overflow: hidden;
    border: 1px solid #273443;
    border-radius: 10px;
    background: #0d1723;
}

.available-heading {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    min-height: 42px;
    padding: 7px 8px;
    color: #c0cad5;
    text-align: left;
}

.available-heading > span {
    display: grid;
    grid-column: 1 / 4;
    gap: 2px;
}

.available-heading strong {
    color: #7f9fbd;
    font-size: 11px;
    font-weight: 750;
}

.available-heading small {
    color: #657382;
    font-size: 8px;
}

.available-heading .product-search {
    grid-column: 4;
    width: 100%;
    height: 30px;
}

.available-body {
    min-height: 0;
    padding: 0 8px 8px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: #33404d transparent;
    scrollbar-width: thin;
}

.available-grid {
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)) !important;
    gap: 8px !important;
}

.available-card {
    border-color: #2c3743 !important;
    background: #121b25 !important;
}

.available-card:hover {
    border-color: #465361 !important;
}

.available-card .product-content {
    min-height: 135px;
    padding: 10px;
}

.available-card .product-icon {
    width: 34px;
    height: 34px;
    background-color: #303b47;
    filter: grayscale(.45);
    font-size: 13px;
}

.available-card .product-card-top {
    grid-template-columns: 34px minmax(0, 1fr);
}

.available-card .product-heading h2 {
    color: #c2cbd4;
    font-size: 13px;
}

.available-card .product-description {
    color: #75818e;
}

.available-card .product-icon,
.available-card .product-heading,
.available-card .product-description,
.available-card .product-promo,
.available-card .product-meta {
    filter: saturate(.35);
}

.available-card .product-promo {
    border-left-color: #8b6d42;
    background: #171a1e;
}

.purchase-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 80px;
    padding: 7px 9px;
    border: 1px solid #ff6a17;
    border-radius: 7px;
    background: #ff5a00;
    box-shadow: 0 5px 14px #ff5a0026;
    color: #fff;
    font: inherit;
    font-size: 9px;
    font-weight: 800;
    cursor: pointer;
}

.purchase-button:hover {
    border-color: #ff7a2f;
    background: #e95000;
    box-shadow: 0 6px 17px #ff5a0038;
}

.purchase-button b {
    display: grid;
    place-items: center;
    color: #fff2e8;
}

.purchase-button svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.available-empty {
    margin: 5px 4px 2px;
    color: #6f7d8b;
    font-size: 9px;
}

.simple-shell .product-panel::-webkit-scrollbar {
    width: 8px;
}

.simple-shell .product-panel::-webkit-scrollbar-track {
    background: transparent;
}

.simple-shell .product-panel::-webkit-scrollbar-thumb {
    border: 2px solid #0c192b;
    border-radius: 999px;
    background: #29445f;
}

.simple-shell .product-card {
    min-width: 0;
    border-radius: 10px;
}

.simple-shell .product-content {
    display: flex;
    min-height: 157px;
    padding: 12px;
    flex-direction: column;
}

.product-card-top {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 9px;
}

.product-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
}

.product-heading h2 {
    margin: 0 0 3px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-heading .version {
    font-size: 9px;
}

.product-description {
    min-height: 0;
    margin: 8px 0 0;
    overflow: hidden;
    color: #8297b1;
    font-size: 10px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-promo {
    min-width: 0;
    gap: 6px;
    margin-top: 7px;
    padding: 5px 7px;
    border-left-width: 2px;
    border-radius: 5px;
}

.product-promo span {
    font-size: 8px;
    white-space: nowrap;
}

.product-promo p {
    overflow: hidden;
    font-size: 9px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card-bottom {
    gap: 8px;
    margin-top: auto;
    padding-top: 9px;
}

.product-card-bottom .product-meta {
    display: grid;
    justify-content: start;
    gap: 2px;
    min-width: 0;
    color: #637b98;
    font-size: 8px;
    letter-spacing: .04em;
}

.product-card-bottom .license-time {
    color: #8ca5c0;
    font-size: 9px;
}

.simple-shell .install-button {
    min-width: 76px;
    gap: 8px;
    padding: 8px 9px;
    border-radius: 7px;
    font-size: 10px;
}

.simple-shell .install-button.launch-button {
    min-width: 82px;
    justify-content: center;
    border-color: #35c58e;
    background: #1c9b6e;
    color: #f2fff9;
    box-shadow: 0 5px 14px #1c9b6e2e;
}

.simple-shell .install-button.launch-button:not(:disabled):hover {
    border-color: #4edca5;
    background: #22b47e;
    box-shadow: 0 6px 17px #22b47e40;
}

.simple-shell .install-button.launch-button:disabled {
    border-color: #245f50;
    background: #174c3f;
    color: #b9d8cd;
}

.simple-shell .install-button.launch-button.is-update {
    border-color: #8b5cf6;
    background: #6d28d9;
    color: #f8f6ff;
    box-shadow: 0 5px 15px #6d28d94d;
}

.simple-shell .install-button.launch-button.is-update:not(:disabled):hover {
    border-color: #a78bfa;
    background: #7c3aed;
    box-shadow: 0 6px 18px #7c3aed59;
}

.simple-shell .launcher-footer {
    grid-row: 4;
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    font-size: 9px;
}

.product-card[hidden] {
    display: none !important;
}

.setup-modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
    background: #030b16b8;
    backdrop-filter: blur(3px);
}

.setup-modal[hidden] {
    display: none;
}

.setup-dialog {
    width: min(100%, 360px);
    padding: 22px;
    border: 1px solid #2a425f;
    border-radius: 12px;
    background: #101e33;
    box-shadow: 0 24px 70px #01071399;
}

.setup-dialog h2 {
    margin: 0 0 7px;
    color: #f1f6fb;
    font-size: 20px;
}

.setup-dialog p {
    margin: 0;
    color: #8ea3bc;
    font-size: 12px;
    line-height: 1.5;
}

.setup-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
}

.setup-actions button,
.setup-cancel {
    min-height: 38px;
    border: 1px solid #2b5875;
    border-radius: 8px;
    background: #1a3d59;
    color: #e8f1f8;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
}

.setup-actions button:hover:not(:disabled) {
    border-color: #376d8f;
    background: #214a68;
}

.setup-actions button:disabled,
.setup-cancel:disabled {
    opacity: .55;
    cursor: wait;
}

.setup-cancel {
    width: 100%;
    min-height: 32px;
    margin-top: 8px;
    border-color: transparent;
    background: transparent;
    color: #7890aa;
}

.setup-cancel:hover:not(:disabled) {
    color: #b8c7d8;
}

.owned-card {
    user-select: none;
}

.product-context-menu {
    position: fixed;
    z-index: 220;
    width: 214px;
    padding: 6px;
    border: 1px solid #2a3f58;
    border-radius: 9px;
    background: #101b2a;
    box-shadow: 0 18px 50px #010713b8;
}

.product-context-menu[hidden] {
    display: none;
}

.product-context-menu button {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 33px;
    padding: 0 9px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #b7c5d6;
    font: inherit;
    font-size: 10px;
    text-align: left;
    cursor: pointer;
}

.product-context-menu button:hover:not(:disabled) {
    background: #192b40;
    color: #edf5fc;
}

.product-context-menu button:disabled {
    color: #4e6074;
    cursor: default;
}

.product-context-menu button i {
    color: #7391ad;
    font-size: 12px;
    font-style: normal;
}

.product-context-menu button:first-child i {
    color: #35c58e;
    font-size: 9px;
}

.product-context-menu hr {
    height: 1px;
    margin: 5px 4px;
    border: 0;
    background: #24364a;
}

.product-context-menu .context-danger {
    color: #d99a9f;
}

.product-context-menu .context-danger i {
    color: #d66d75;
    font-size: 17px;
}

.product-context-menu .context-danger:hover:not(:disabled) {
    background: #3a2029;
    color: #ffbec3;
}

.dialog-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.dialog-close {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #7890aa;
    font: inherit;
    font-size: 20px;
    cursor: pointer;
}

.dialog-close:hover {
    background: #1b2d42;
    color: #dce7f2;
}

.payment-dialog {
    width: min(100%, 430px);
}

.simulator-badge {
    display: inline-flex;
    margin-bottom: 7px;
    padding: 4px 7px;
    border: 1px solid #f49a3f66;
    border-radius: 999px;
    background: #f47d1a18;
    color: #ffb36a;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .14em;
}

.purchase-device-card {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid #29415c;
    border-radius: 9px;
    background: #0a1728;
}

.purchase-device-card > span {
    color: #6f849d;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.purchase-device-card > strong {
    color: #d9e7f4;
    font-family: Consolas, monospace;
    font-size: 12px;
}

.purchase-device-card > small {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #8ea3bc;
    font-size: 10px;
}

.purchase-device-card small i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d59a43;
    box-shadow: 0 0 0 4px #d59a4318;
}

.purchase-device-card small.is-ready {
    color: #72d9b0;
}

.purchase-device-card small.is-ready i {
    background: #35c58e;
    box-shadow: 0 0 0 4px #35c58e18;
}

.purchase-device-card small.is-error {
    color: #e7939b;
}

.purchase-device-card small.is-error i {
    background: #d66d75;
    box-shadow: 0 0 0 4px #d66d7518;
}

.purchase-actions {
    margin-top: 14px;
}

.payment-continue {
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    border: 1px solid #f0b743;
    border-radius: 7px;
    background: #ffc439;
    color: #06275b;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.payment-continue:hover:not(:disabled) {
    background: #ffcf57;
}

.payment-continue:disabled {
    border-color: #30455e;
    background: #1b2d42;
    color: #6f849d;
    cursor: wait;
}

.payment-status {
    min-height: 18px;
    margin-top: 10px !important;
    color: #8ea3bc !important;
    font-size: 11px !important;
}

.payment-status.success {
    color: #72d9b0 !important;
}

.payment-status.error {
    color: #e7939b !important;
}

.purchase-actions .purchase-confirm {
    border-color: #d56b28;
    background: #b94f17;
}

.purchase-actions .purchase-confirm:hover:not(:disabled) {
    border-color: #ef833d;
    background: #d15d1c;
}

.changelog-dialog {
    width: min(100%, 480px);
    max-height: min(620px, calc(100vh - 48px));
}

.changelog-entries {
    display: grid;
    gap: 8px;
    max-height: 470px;
    margin-top: 16px;
    padding-right: 4px;
    overflow-y: auto;
    scrollbar-color: #36516c transparent;
    scrollbar-width: thin;
}

.changelog-entry {
    padding: 12px;
    border: 1px solid #263b53;
    border-radius: 8px;
    background: #0c1726;
}

.changelog-entry > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.changelog-entry strong {
    color: #b8cbe0;
    font-size: 12px;
}

.changelog-entry span {
    color: #667d96;
    font-size: 8px;
    letter-spacing: .06em;
}

.changelog-entry p,
.changelog-empty {
    margin: 8px 0 0;
    color: #8da0b6;
    font-size: 10px;
    line-height: 1.5;
    white-space: pre-wrap;
}

.changelog-empty {
    margin: 0;
    padding: 18px 4px 6px;
    text-align: center;
}

.confirm-dialog {
    width: min(100%, 350px);
}

.confirm-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
}

.confirm-actions button {
    min-height: 36px;
    border: 1px solid #2d435c;
    border-radius: 8px;
    background: #17283b;
    color: #b8c7d8;
    font: inherit;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.confirm-actions button:hover {
    background: #20354d;
}

.confirm-actions #confirmUninstallButton {
    border-color: #9d424c;
    background: #7d3039;
    color: #fff0f1;
}

.confirm-actions #confirmUninstallButton:hover {
    border-color: #c55560;
    background: #9d3a45;
}

@media (max-width: 700px) {
    .simple-shell .library-header,
    .header-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .product-search {
        width: 100%;
    }

    .user-actions {
        justify-content: flex-end;
    }

    .simple-shell .product-grid {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    }
}
