.console-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.console-grid article{padding:28px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#fff;box-shadow:var(--shadow);font-size:14px;}
.console-grid h3{margin:0 0 8px;color:var(--text);font-size:20px}
.download-app-accordion{display:flex;gap:14px;min-height:360px}
.app-card{position:relative;overflow:hidden;flex:0 0 86px;border:1px solid #cbd9e6;border-radius:8px;background:#fff;transition:.35s}
.app-card.active,.app-card:hover,.app-card:focus-visible{flex:1 1 auto}
.app-card:before{content:"";position:absolute;inset:0;background:center/cover no-repeat;opacity:.98}
.app-card-all:before{background-image:linear-gradient(90deg,rgba(3,10,19,.92),rgba(3,10,19,.3)),url("../images/app/kaiyun-all-in-one.webp")}
.app-card-sports:before{background-image:linear-gradient(90deg,rgba(3,10,19,.9),rgba(3,10,19,.25)),url("../images/app/kaiyun-sports.webp")}
.app-card-board:before{background-image:linear-gradient(90deg,rgba(3,10,19,.9),rgba(3,10,19,.25)),url("../images/app/kaiyun-board.webp")}
.app-card-login:before{background-image:linear-gradient(90deg,rgba(3,10,19,.9),rgba(3,10,19,.25)),url("../images/app/kaiyun-login.webp")}
.app-card-body{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:min(430px,100%);height:100%;padding:40px 36px;color:#fff;opacity:0;transition:.2s}
.app-card.active .app-card-body,.app-card:hover .app-card-body,.app-card:focus-visible .app-card-body{opacity:1}
.app-card span{color:var(--cyan);font-size:13px;font-weight:300}
.app-card h3{margin:12px 0;color:#fff;font-size:32px}
.app-card p{margin:0 0 18px;color:#fff;line-height:1.65;font-weight:100;font-size:13px;}
.app-card ul{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;padding:0;list-style:none}
.app-card li{padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:400}
.app-card a{border:1px solid rgba(65,216,255,.55);border-radius:999px;padding:8px 16px;color:#fff;font-weight:300;font-size:14px;}
@media(max-width:900px){.console-grid{grid-template-columns:1fr}
.download-app-accordion{display:grid;min-height:auto}
.app-card,.app-card.active,.app-card:hover,.app-card:focus-visible{min-height:246px;flex:auto}
.app-card-body{opacity:1;padding:24px}
.app-card h3{font-size:26px}
}.download-hero{background:url("../images/download-service.webp") center right/cover no-repeat,linear-gradient(120deg,#06111f 0%,#0b1728 55%,#172f46 100%)}
.download-hero:before{background:linear-gradient(90deg,rgba(4,11,20,.96) 0%,rgba(4,11,20,.82) 44%,rgba(4,11,20,.34) 74%,rgba(4,11,20,.16) 100%),radial-gradient(circle at 38% 22%,rgba(65,216,255,.1),transparent 22rem)}
.version-section{background:linear-gradient(180deg,#eef4fa 0%,#f8fbfd 100%)}
.version-section .download-app-accordion{height:360px;min-height:0}
.version-section .app-card{flex:0 0 92px;min-width:92px;height:360px;min-height:0;padding:24px 18px;border-color:rgba(145,181,210,.22);border-radius:6px;background:#0d1b2c;cursor:pointer}
.version-section .app-card.active,.version-section .app-card:hover,.version-section .app-card:focus-visible{flex:1 1 auto;min-width:0;padding:24px;outline:none}
.version-section .app-card:before{display:block;opacity:1;background-position:center;background-size:cover}
.version-section .app-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,9,18,.95) 0%,rgba(4,12,22,.82) 42%,rgba(5,14,25,.28) 100%)}
.version-section .app-card-body{width:min(430px,100%);height:100%;justify-content:flex-end;padding:28px;color:#f4fbff;opacity:0}
.version-section .app-card.active .app-card-body,.version-section .app-card:hover .app-card-body,.version-section .app-card:focus-visible .app-card-body{opacity:1}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body{display:grid;place-items:center;writing-mode:vertical-rl;opacity:1;padding:18px}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body p,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body ul,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body a,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body span{display:none}
.version-section .app-card h3{margin:12px 0 10px;font-size:28px;line-height:1.15}
.install-flow{background:radial-gradient(circle at 18% 10%,rgba(65,216,255,.12),transparent 22rem),linear-gradient(180deg,#091326,#07111f)}
.install-flow .flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.install-flow .flow-grid article{min-height:120px;padding:24px;border:1px solid rgba(145,181,210,.2);border-radius:8px;background:rgba(237,247,255,.055)}
.install-flow .flow-grid span{color:var(--cyan);font-size:24px;font-weight:800}
.install-flow .flow-grid h3{margin:18px 0 12px;color:#f4fbff;font-size:20px}
.install-flow .flow-grid p{margin:0;color:rgba(237,247,255,.76);font-size:14px;line-height:1.75;font-weight:200}
.troubleshooting{background:var(--paper)}
.troubleshooting .accordion-list{max-width:980px;margin:0 auto}
.troubleshooting .accordion-item{border-color:rgba(17,24,39,.08);border-radius:16px;box-shadow:0 14px 34px rgba(17,24,39,.06)}
.troubleshooting .accordion-item+ .accordion-item{margin-top:12px}
.troubleshooting .accordion-item>button{min-height:64px;padding:0 24px;font-size:17px}
.troubleshooting .accordion-item>div{padding:0 24px 22px}
.troubleshooting .accordion-item>div p{margin:0;color:#586675;line-height:1.75}
@media(max-width:900px){.install-flow .flow-grid{grid-template-columns:1fr 1fr}
.version-section .download-app-accordion{display:grid;height:auto;min-height:auto}
.version-section .app-card,.version-section .app-card.active,.version-section .app-card:hover,.version-section .app-card:focus-visible{height:auto;min-height:246px;flex:auto}
.version-section .app-card-body,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body{display:flex;writing-mode:horizontal-tb;opacity:1;width:min(60%,260px);padding:24px}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body p,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body ul,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body a,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body span{display:flex}
}@media(max-width:620px){.install-flow .flow-grid{grid-template-columns:1fr}
.version-section .app-card-body,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body{width:100%}
}.version-section .download-app-accordion{height:360px;gap:14px}
.version-section .app-card{flex:0 0 86px;min-width:86px;height:360px;padding:0;border:1px solid #cbd9e6;border-radius:6px;background:#fff;box-shadow:none}
.version-section .app-card.active,.version-section .app-card:hover,.version-section .app-card:focus-visible{flex:1 1 auto;outline:none}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible){background:#fff}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible):before,.version-section .app-card:not(.active):not(:hover):not(:focus-visible):after{display:none}
.version-section .app-card:after{background:linear-gradient(90deg,rgba(3,9,18,.95) 0%,rgba(4,12,22,.76) 42%,rgba(5,14,25,.24) 100%)}
.version-section .app-card-body{justify-content:center;width:600px;padding:36px;color:#fff}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body{display:grid;place-items:center;width:100%;padding:0;writing-mode:vertical-rl;opacity:1;color:#07111f}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body h3{margin:0;color:#07111f;font-size:17px;line-height:1.2;font-weight:800;}
.version-section .app-card h3{font-size:30px}
.version-section .app-card p{max-width:560px}
.version-section .app-card a{min-height:38px;display:inline-flex;align-items:center}
.troubleshooting .ky-container{max-width:1180px}
.troubleshooting .accordion-list{width:100%;max-width:none;margin:0}
.troubleshooting .accordion-item{overflow:hidden;border-radius:14px;background:#fff}
.troubleshooting .accordion-item>button{width:100%;min-height:62px;text-align:left}
.troubleshooting .accordion-item>div{display:grid;grid-template-rows:0fr;padding:0 24px;overflow:hidden;transition:grid-template-rows .28s ease,padding .28s ease,opacity .22s ease;opacity:.2}
.troubleshooting .accordion-item.active>div{grid-template-rows:1fr;padding:0 24px 22px;opacity:1}
.troubleshooting .accordion-item>div p{overflow:hidden}
@media(max-width:900px){.version-section .download-app-accordion{display:grid;height:auto}
.version-section .app-card,.version-section .app-card.active,.version-section .app-card:hover,.version-section .app-card:focus-visible{height:auto;min-height:246px}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible):before,.version-section .app-card:not(.active):not(:hover):not(:focus-visible):after{display:block}
.version-section .app-card-body,.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body{display:flex;width:360px;padding:24px 10px;;writing-mode:horizontal-tb;opacity:1;color:#fff}
.version-section .app-card:not(.active):not(:hover):not(:focus-visible) .app-card-body h3{color:#fff;font-size:26px}
}.download-console{background:var(--paper)}