/* Zentrale ANBITA-App-Seite */
.apps-visually-hidden{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}
.apps-page{
    display:block;
    width:100%;
    max-width:1240px;
    margin:0 auto;
    padding:20px 22px 26px;
    box-sizing:border-box;
}
.apps-hero{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto 26px;
}
.apps-hero-image{
    display:block;
    width:100%;
    max-width:1200px;
    height:auto;
    margin:0 auto;
    border-radius:22px;
    box-shadow:0 14px 34px rgba(8,20,52,.18);
}
.apps-hero-image-dark{display:none;}
html.dark-mode .apps-hero-image-light,
body.dark-mode .apps-hero-image-light{display:none;}
html.dark-mode .apps-hero-image-dark,
body.dark-mode .apps-hero-image-dark{display:block;}

.apps-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    align-items:stretch;
}
.apps-grid .apps-product{
    height:100%;
}
.apps-product{
    width:100%;
    padding:26px;
    border:1px solid rgba(15,79,216,.18);
    border-radius:22px;
    background:rgba(255,255,255,.96);
    color:inherit;
    box-shadow:0 12px 34px rgba(15,45,90,.12);
    box-sizing:border-box;
}
.apps-product-link{
    display:block;
    text-decoration:none!important;
    border-bottom:1px solid rgba(15,79,216,.18)!important;
    transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.apps-product-link:hover{
    transform:translateY(-2px);
    border-color:rgba(15,79,216,.42)!important;
    box-shadow:0 16px 38px rgba(15,45,90,.16);
}
.apps-product-link:focus-visible{
    outline:3px solid #0f4fd8;
    outline-offset:4px;
}
.apps-product-heading{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:22px;
    margin:0;
    text-align:left;
}
.apps-product-logo{
    display:block;
    flex:0 0 150px;
    width:150px;
    height:150px;
    max-width:100%;
    object-fit:contain;
    border-radius:24px;
}
.apps-product-cover{
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 10px 28px rgba(13,28,54,.16);
}
.apps-product-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    min-width:0;
    gap:8px;
}
.apps-product-title{
    display:block;
    margin:0;
    color:#111!important;
    -webkit-text-fill-color:#111;
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:700;
    line-height:1.2;
    text-decoration:none!important;
    border:0!important;
}
.apps-product-devices{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:2px;
    max-width:620px;
    color:#485468;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:1.35;
}
.apps-product-devices span{display:block;}
.apps-product-heading h2,
.apps-product-heading h2::after,
.apps-product-title::after{
    content:none!important;
    display:none!important;
    width:0!important;
    height:0!important;
    margin:0!important;
    border:0!important;
    background:none!important;
    text-decoration:none!important;
}
.apps-install-status{
    margin:14px 4px 0;
    padding:12px 14px;
    border-radius:12px;
    background:#eef4ff;
    color:#102a56;
    font-weight:700;
    line-height:1.45;
}
.apps-install-dialog{
    width:min(92vw,520px);
    padding:0;
    border:0;
    border-radius:18px;
    background:transparent;
    color:inherit;
}
.apps-install-dialog::backdrop{background:rgba(5,12,28,.72);}
.apps-install-dialog-content{
    padding:24px;
    border:2px solid #111;
    border-radius:18px;
    background:#fff;
    color:#111;
    box-shadow:0 22px 58px rgba(0,0,0,.34);
    text-align:center;
}
.apps-install-dialog-content h2{
    width:auto;
    margin:0 0 14px;
    text-align:center;
}
.apps-install-dialog-content h2::after{display:none!important;content:none!important;}
.apps-install-dialog-text{
    margin:0 0 22px;
    text-align:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.5;
}
.apps-install-dialog-text p{
    margin:0 0 14px;
}
.apps-install-dialog-text ol{
    margin:0 0 16px;
    padding-left:24px;
}
.apps-install-dialog-text li{
    margin:0 0 10px;
    padding-left:4px;
}
.apps-install-dialog-text li:last-child{margin-bottom:0;}
.apps-install-dialog-note{
    margin:0!important;
    padding:12px 14px;
    border-radius:12px;
    background:#eef4ff;
    color:#102a56;
}
.apps-install-dialog-close{
    min-width:120px;
    min-height:46px;
    padding:10px 22px;
    border:2px solid #111;
    border-radius:12px;
    background:#ffd21f;
    color:#111;
    font:inherit;
    font-weight:900;
    cursor:pointer;
}
html.dark-mode .apps-product,
body.dark-mode .apps-product{
    border-color:rgba(255,255,255,.18)!important;
    background:#131d2d;
    color:#fff;
}
html.dark-mode body .apps-page .apps-product-link .apps-product-title,
html.dark-mode .apps-page .apps-product-link .apps-product-title,
body.dark-mode .apps-page .apps-product-link .apps-product-title,
.dark-mode .apps-page .apps-product-link .apps-product-title{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}
html.dark-mode body .apps-page .apps-product-devices,
html.dark-mode .apps-page .apps-product-devices,
body.dark-mode .apps-page .apps-product-devices,
.dark-mode .apps-page .apps-product-devices{
    color:#d7deea!important;
    -webkit-text-fill-color:#d7deea!important;
}
html.dark-mode .apps-install-status,
body.dark-mode .apps-install-status{
    background:#1a2638;
    color:#fff;
}
html.dark-mode .apps-install-dialog-content,
body.dark-mode .apps-install-dialog-content{
    border-color:#fff;
    background:#131d2d;
    color:#fff;
}
html.dark-mode .apps-install-dialog-note,
body.dark-mode .apps-install-dialog-note{
    background:#1a2638;
    color:#fff;
}
@media(max-width:980px){
    .apps-page{padding-left:16px;padding-right:16px;}
    .apps-hero{margin-bottom:22px;}
}
@media(max-width:760px){
    .apps-page{padding:10px 8px 18px;}
    .apps-hero{margin-bottom:16px;}
    .apps-hero-image{border-radius:16px;}
    .apps-grid{grid-template-columns:1fr;gap:10px;}
    .apps-product{padding:18px 12px;border-radius:17px;}
    .apps-product-heading{gap:14px;align-items:flex-start;}
    .apps-product-logo{flex-basis:110px;width:110px;height:110px;}
    .apps-product-copy{gap:6px;}
    .apps-product-devices{font-size:14px;line-height:1.4;}
    .apps-install-dialog-content{padding:20px 16px;}
}
body.anbita-app .apps-page{max-width:none;padding:10px 8px 18px;}
body.anbita-app .apps-hero{margin-bottom:16px;}
body.anbita-app .apps-grid{grid-template-columns:1fr;gap:10px;}
@media(prefers-reduced-motion:reduce){
    .apps-product-install{transition:none;}
}

.apps-hero-copy{
    position:absolute;
    left:48px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:4px;
    min-width:min(420px,46%);
    padding:20px 24px;
    border-radius:20px;
    background:rgba(255,255,255,.88);
    box-shadow:0 10px 26px rgba(11,28,56,.12);
}
.apps-hero-kicker{
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:1.1;
    color:#1b56de;
}
.apps-hero-title{
    display:block;
    font-family:Arial,Helvetica,sans-serif;
    font-size:48px;
    font-weight:800;
    line-height:1.02;
    color:#0d172b;
}
html.dark-mode .apps-hero-copy,
body.dark-mode .apps-hero-copy{
    background:rgba(19,29,45,.86);
    box-shadow:0 12px 28px rgba(0,0,0,.24);
}
html.dark-mode .apps-hero-kicker,
body.dark-mode .apps-hero-kicker{color:#8ab2ff;}
html.dark-mode .apps-hero-title,
body.dark-mode .apps-hero-title{color:#fff;}
@media(max-width:980px){
    .apps-hero-copy{left:30px;min-width:min(380px,52%);padding:16px 20px;}
    .apps-hero-kicker{font-size:20px;}
    .apps-hero-title{font-size:40px;}
}
@media(max-width:760px){
    .apps-hero-copy{left:14px;right:14px;top:auto;bottom:14px;transform:none;min-width:0;padding:12px 14px;border-radius:14px;}
    .apps-hero-kicker{font-size:16px;}
    .apps-hero-title{font-size:27px;}
}
body.anbita-app .apps-page{max-width:none;padding:10px 8px 18px;}
body.anbita-app .apps-hero{margin-bottom:16px;}
body.anbita-app .apps-grid{grid-template-columns:1fr;gap:10px;}
body.anbita-app .apps-hero-copy{left:14px;right:14px;top:auto;bottom:14px;transform:none;min-width:0;padding:12px 14px;border-radius:14px;}
body.anbita-app .apps-hero-kicker{font-size:16px;}
body.anbita-app .apps-hero-title{font-size:27px;}

.apps-product-coming{
    display:block;
    border-style:dashed;
    cursor:default;
}
.apps-product-anbita-logo{
    object-fit:contain;
    padding:8px;
    background:transparent;
    border:0;
}
html.dark-mode .apps-product-coming .apps-product-title,
body.dark-mode .apps-product-coming .apps-product-title{
    color:#fff!important;
    -webkit-text-fill-color:#fff!important;
}
html.dark-mode .apps-product-anbita-logo,
body.dark-mode .apps-product-anbita-logo{
    background:transparent;
}
