:root{--ink:#18211f;--muted:#66716e;--line:#dce4e1;--paper:#f7faf9;--white:#fff;--teal:#087f6d;--teal-dark:#075f53;--coral:#ee6c55;--yellow:#f3c969;--shadow:0 10px 30px rgba(20,43,38,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.svg-defs{position:absolute;width:0;height:0;overflow:hidden}.page-width{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{width:min(1180px,calc(100% - 40px));height:72px;margin:auto;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:19px;white-space:nowrap}.brand-mark,.brand-logo{width:36px;height:36px;border-radius:8px;flex:none}.brand-mark{display:grid;place-items:center;background:var(--teal);color:#fff;font-size:18px}.brand-logo{display:block;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:28px}.desktop-nav a{font-size:15px;font-weight:600;color:#36423f}.desktop-nav a:hover{color:var(--teal)}.header-search{margin-left:auto;width:260px;height:42px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--line);background:var(--paper);border-radius:6px}.header-search svg{width:18px;height:18px;color:var(--muted);flex:none}.header-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink)}
.discovery-band{position:relative;isolation:isolate;min-height:390px;overflow:hidden;background:#17322c;color:#fff}.discovery-image{position:absolute;z-index:-2;inset:0;background:url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=85') center 48%/cover no-repeat}.discovery-band:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(14,38,33,.94) 0%,rgba(14,38,33,.78) 44%,rgba(14,38,33,.18) 77%,rgba(14,38,33,.08) 100%)}.discovery-copy{width:min(1180px,calc(100% - 40px));margin:auto;padding:58px 0 54px}.eyebrow{margin:0 0 9px;color:var(--coral);font-size:13px;font-weight:800;text-transform:uppercase}.discovery-copy h1{max-width:620px;margin:0;font-size:44px;line-height:1.18}.discovery-copy>p:not(.eyebrow){max-width:580px;margin:16px 0 25px;color:#dae7e3;font-size:17px;line-height:1.8}.hero-search{display:flex;width:min(590px,100%);height:58px;background:#fff;border-radius:8px;padding:5px;box-shadow:var(--shadow)}.hero-search svg{width:21px;height:21px;margin:13px 9px;color:#6b7774}.hero-search input{flex:1;min-width:0;border:0;outline:0;padding:0 5px;color:var(--ink)}.hero-search button,.search-large button{border:0;border-radius:6px;background:var(--coral);color:#fff;font-weight:700;padding:0 24px;cursor:pointer}.quick-links{display:flex;align-items:center;gap:15px;margin-top:16px;font-size:13px;color:#d3e1dd}.quick-links a{border-bottom:1px solid rgba(255,255,255,.45)}
.category-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;margin-top:-22px;position:relative;z-index:3;background:var(--line);border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:var(--shadow)}.category-strip a{height:90px;background:#fff;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700}.category-strip a:hover{color:var(--teal);background:#f2faf7}.category-symbol{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#e2f3ee;color:var(--teal);font-size:14px}.category-strip a:nth-child(2n) .category-symbol{background:#fff0ed;color:#bd4a37}.category-strip a:nth-child(3n) .category-symbol{background:#fff6d9;color:#8a6711}
.home-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:42px;padding-top:72px;padding-bottom:72px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px}.section-heading h2{margin:0;font-size:28px;line-height:1.25}.section-heading>a{display:flex;align-items:center;gap:3px;color:var(--teal);font-size:14px;font-weight:700}.section-heading>a svg{width:17px;height:17px}.app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.app-card{min-height:132px;border:1px solid var(--line);border-radius:8px;background:#fff;transition:.18s ease}.app-card:hover{border-color:#9ac7bc;box-shadow:0 8px 20px rgba(25,77,65,.08);transform:translateY(-2px)}.app-card-main{height:100%;display:flex;gap:15px;padding:18px}.app-card img{width:66px;height:66px;object-fit:cover;border-radius:8px;flex:none}.app-card h3{margin:1px 0 7px;font-size:17px}.app-card p{display:-webkit-box;margin:0 0 10px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.55;-webkit-line-clamp:2;-webkit-box-orient:vertical}.app-card span{color:var(--teal);font-size:12px;font-weight:700}.latest-panel{padding-left:30px;border-left:1px solid var(--line)}.section-heading.compact h2{font-size:23px}.latest-list{list-style:none;margin:0;padding:0}.latest-list li{min-height:62px;display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line)}.latest-list .rank{width:25px;color:#a2aba8;font-family:Georgia,serif;font-size:18px;font-weight:700;text-align:center}.latest-list li:nth-child(-n+3) .rank{color:var(--coral)}.latest-list a{min-width:0;display:block}.latest-list strong,.latest-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-list strong{max-width:218px;font-size:14px}.latest-list small{margin-top:5px;color:var(--muted);font-size:11px}
.guide-band{padding:65px 0 74px;background:var(--paper);border-block:1px solid var(--line)}.article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.article-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px}.article-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-card div{padding:17px}.article-card span{color:var(--coral);font-size:11px;font-weight:800}.article-card h3{min-height:44px;margin:7px 0;font-size:17px;line-height:1.4}.article-card p{display:-webkit-box;min-height:42px;margin:0;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.6;-webkit-line-clamp:2;-webkit-box-orient:vertical}.site-footer{padding:38px 0 96px;background:#17211f;color:#d8e0de}.site-footer>div{width:min(1180px,calc(100% - 40px));margin:auto;display:flex;align-items:center;gap:24px}.site-footer strong{color:#fff}.site-footer span{color:#95a29f;font-size:13px}.site-footer a{margin-left:auto;font-size:13px}.site-footer a+a{margin-left:0}.mobile-nav{display:none}
.page-intro{padding:62px 0 31px;border-bottom:1px solid var(--line)}.page-intro h1,.search-page h1{margin:0;font-size:36px}.page-intro>p:last-child{margin:13px 0 0;color:var(--muted);font-size:15px}.filter-bar{padding:22px 0;border-bottom:1px solid var(--line)}.filter-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:8px 0}.filter-row>span{width:52px;color:var(--muted);font-size:13px}.filter-row a{padding:7px 11px;border-radius:5px;font-size:13px}.filter-row a.active{background:var(--teal);color:#fff}.catalog{padding-top:36px;padding-bottom:70px}.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.catalog-item{border:1px solid var(--line);border-radius:8px}.catalog-item>a{min-height:136px;display:flex;align-items:center;gap:18px;padding:20px}.catalog-item img{width:74px;height:74px;border-radius:8px;object-fit:cover;flex:none}.catalog-info{min-width:0;flex:1}.catalog-info h2{margin:0 0 8px;font-size:18px}.catalog-info p{display:-webkit-box;margin:0 0 11px;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-info div{display:flex;gap:7px;flex-wrap:wrap}.catalog-info span,.meta-chips span{padding:4px 7px;border-radius:4px;background:#edf5f2;color:#3f655c;font-size:11px}.item-arrow{width:20px;height:20px;color:#98a4a1;flex:none}.pagination{display:flex;justify-content:center;margin-top:34px}.pagination ul{display:flex;gap:5px;list-style:none;padding:0}.pagination li a,.pagination li span{min-width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;padding:0 8px;font-size:13px}.pagination li.active span{background:var(--teal);color:#fff;border-color:var(--teal)}
.detail-page{padding-bottom:70px}.breadcrumbs{display:flex;gap:8px;padding:22px 0;color:var(--muted);font-size:12px}.breadcrumbs a:hover{color:var(--teal)}.app-hero{display:grid;grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:25px;padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:8px}.app-hero>img{width:112px;height:112px;border-radius:8px;object-fit:cover}.app-title>p:first-child{margin:0 0 5px;color:var(--teal);font-size:12px;font-weight:800}.app-title h1{margin:0;font-size:32px}.app-title>p:nth-child(3){margin:10px 0;color:var(--muted)}.meta-chips{display:flex;gap:7px;flex-wrap:wrap}.download-button{height:50px;display:flex;align-items:center;gap:8px;padding:0 22px;border-radius:6px;background:var(--coral);color:#fff;font-weight:800}.download-button svg{width:20px;height:20px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:38px;padding:42px 0}.detail-cover{width:100%;max-height:390px;object-fit:cover;border-radius:8px}.prose{max-width:760px;margin:30px auto 0;color:#34413e;font-size:16px;line-height:1.9}.prose h2{margin:32px 0 9px;color:var(--ink);font-size:25px}.prose h3{margin:25px 0 8px;color:var(--ink);font-size:19px}.detail-aside>div{position:sticky;top:95px;padding:22px;border:1px solid var(--line);border-radius:8px}.detail-aside h2{margin:0 0 18px;font-size:18px}.detail-aside dl{display:grid;grid-template-columns:72px 1fr;margin:0}.detail-aside dt,.detail-aside dd{padding:9px 0;border-bottom:1px solid var(--line);font-size:13px}.detail-aside dt{color:var(--muted)}.detail-aside dd{margin:0;text-align:right}.detail-aside a{display:block;margin-top:17px;color:var(--teal);font-size:13px;font-weight:700}.related{padding-top:20px;border-top:1px solid var(--line)}
.article-list{padding:36px 0 70px}.article-list article{border-bottom:1px solid var(--line)}.article-list article>a{display:grid;grid-template-columns:260px 1fr;gap:27px;padding:22px 0}.article-list img{width:260px;aspect-ratio:16/9;object-fit:cover;border-radius:8px}.article-list span,.article-list small{color:var(--muted);font-size:12px}.article-list h2{margin:8px 0;font-size:23px}.article-list p{margin:0 0 15px;color:var(--muted);line-height:1.7}.reading-page{max-width:900px;padding-bottom:80px}.reading-page header{padding:35px 0 28px}.reading-page header h1{margin:0;font-size:39px;line-height:1.3}.reading-page header>p:nth-child(3){margin:14px 0;color:var(--muted);font-size:17px;line-height:1.7}.reading-page header>span{color:var(--muted);font-size:12px}.reading-cover{width:100%;aspect-ratio:2/1;object-fit:cover;border-radius:8px}.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:36px 0 80px}.topic-grid article{position:relative;min-height:320px;overflow:hidden;border-radius:8px;color:#fff}.topic-grid img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.topic-grid article:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(10,24,21,.9),rgba(10,24,21,.05) 75%)}.topic-grid article>div{position:absolute;z-index:2;inset:auto 28px 28px}.topic-grid span{color:var(--yellow);font-size:12px;font-weight:800}.topic-grid h2{margin:7px 0;font-size:27px}.topic-grid p{max-width:480px;margin:0 0 14px;color:#d8e3e0;line-height:1.6}.topic-grid a{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:800}.topic-grid svg{width:16px;height:16px}.search-page{min-height:65vh;padding:60px 0 80px}.search-large{max-width:720px;height:58px;display:flex;align-items:center;margin:25px 0 35px;padding:5px;border:1px solid var(--line);border-radius:8px}.search-large svg{width:21px;height:21px;margin:0 12px;color:var(--muted)}.search-large input{flex:1;min-width:0;height:100%;border:0;outline:0}.search-large button{height:46px}.empty-state{padding:55px;text-align:center;background:var(--paper);border:1px solid var(--line);border-radius:8px}.empty-state h2{font-size:20px}.empty-state p{color:var(--muted)}
@media(max-width:900px){.desktop-nav{display:none}.header-inner{height:64px}.header-search{width:220px}.discovery-band{min-height:370px}.discovery-band:after{background:rgba(14,38,33,.72)}.category-strip{grid-template-columns:repeat(3,1fr)}.home-grid{grid-template-columns:1fr}.latest-panel{padding-left:0;border-left:0}.latest-list{display:grid;grid-template-columns:1fr 1fr;column-gap:24px}.article-grid{grid-template-columns:repeat(2,1fr)}.detail-layout{grid-template-columns:1fr}.detail-aside>div{position:static}.topic-grid{grid-template-columns:1fr}}
@media(max-width:640px){body{padding-bottom:58px}.page-width,.header-inner,.discovery-copy,.site-footer>div{width:calc(100% - 28px)}.site-header{position:relative}.header-inner{height:60px;gap:10px}.brand{font-size:16px}.brand-mark{width:32px;height:32px}.header-search{width:42px;padding:0;border:0;background:transparent}.header-search svg{margin:auto}.header-search input{position:absolute;opacity:0;pointer-events:none}.discovery-band{min-height:355px}.discovery-image{background-position:62% center}.discovery-band:after{background:rgba(13,39,33,.76)}.discovery-copy{padding:42px 0}.discovery-copy h1{font-size:32px}.discovery-copy>p:not(.eyebrow){font-size:15px}.hero-search{height:54px}.hero-search button{padding:0 17px}.quick-links{gap:10px}.category-strip{grid-template-columns:repeat(3,1fr);margin-top:-14px}.category-strip a{height:76px;flex-direction:column;gap:4px;font-size:12px}.category-symbol{width:30px;height:30px}.home-grid{gap:48px;padding-top:45px;padding-bottom:52px}.section-heading{margin-bottom:18px}.section-heading h2{font-size:23px}.app-grid,.catalog-grid{grid-template-columns:1fr}.app-card{min-height:119px}.app-card-main{padding:15px}.latest-list{display:block}.latest-list strong{max-width:260px}.guide-band{padding:48px 0}.article-grid{grid-template-columns:1fr}.article-card h3,.article-card p{min-height:0}.site-footer{padding:28px 0}.site-footer>div{display:block}.site-footer span{display:block;margin-top:9px;line-height:1.6}.site-footer a{display:inline-block;margin-top:13px}.mobile-nav{position:fixed;z-index:50;bottom:0;left:0;right:0;height:58px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#fff;border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}.mobile-nav a{text-align:center;color:#45514e;font-size:12px;font-weight:700}.page-intro{padding:38px 0 22px}.page-intro h1,.search-page h1{font-size:28px;line-height:1.3}.filter-row>span{width:100%;margin-top:5px}.catalog{padding-top:24px}.catalog-item>a{min-height:118px;padding:15px;gap:14px}.catalog-item img{width:62px;height:62px}.app-hero{grid-template-columns:78px 1fr;gap:16px;padding:20px}.app-hero>img{width:78px;height:78px}.app-title h1{font-size:25px}.app-title>p:nth-child(3){font-size:13px}.download-button{grid-column:1/-1;justify-content:center}.detail-layout{padding:28px 0}.detail-cover{max-height:260px}.prose{font-size:15px}.article-list article>a{grid-template-columns:112px 1fr;gap:14px}.article-list img{width:112px;height:90px}.article-list h2{margin:5px 0;font-size:17px}.article-list p{display:none}.reading-page header h1{font-size:29px}.reading-cover{aspect-ratio:16/10}.topic-grid article{min-height:280px}.topic-grid article>div{inset:auto 20px 20px}.topic-grid h2{font-size:23px}.search-page{padding-top:38px}.search-large{height:54px}.search-large button{padding:0 16px}.empty-state{padding:35px 18px}}

/* Download workflow */
.download-panel{margin:8px 0 38px;background:#fff;border:1px solid var(--line);border-radius:7px;scroll-margin-top:90px}.download-panel>header{min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--line)}.download-panel>header span,.download-app-head p,.confirm-product p{display:block;margin:0;color:var(--teal);font-size:10px;font-weight:900}.download-panel>header h2{margin:3px 0 0;font-size:21px}.download-panel>header>a{color:var(--teal);font-size:12px;font-weight:700}.download-tabs{display:flex;gap:6px;padding:14px 20px;border-bottom:1px solid var(--line);overflow:auto}.download-tabs button{height:34px;flex:none;padding:0 15px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700}.download-tabs button[aria-selected=true]{border-color:var(--teal);background:var(--teal);color:#fff}.download-group[hidden]{display:none}.download-source{min-height:76px;display:grid;grid-template-columns:40px minmax(0,1fr) 58px 92px;align-items:center;gap:13px;padding:12px 20px;border-bottom:1px solid var(--line)}.source-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;background:#e8f5f1;color:var(--teal)}.source-icon svg{width:20px;height:20px}.source-copy{min-width:0}.source-copy strong,.source-copy span{display:block}.source-copy strong{margin-bottom:5px;font-size:14px}.source-copy span{overflow-wrap:anywhere;color:var(--muted);font-size:11px}.download-source>small{color:var(--muted);font-size:10px;text-align:center}.download-source>a{height:36px;display:grid;place-items:center;border-radius:5px;background:var(--teal);color:#fff;font-size:11px;font-weight:800}.download-note{margin:0;padding:14px 20px;background:#f8faf9;color:var(--muted);font-size:11px;line-height:1.7}.download-empty{padding:45px 20px;text-align:center}.download-empty p{margin:8px 0 0;color:var(--muted);font-size:12px}.download-page{padding-bottom:65px}.download-app-head{min-height:118px;display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:18px;padding:20px;background:#fff;border:1px solid var(--line);border-left:5px solid var(--teal);border-radius:7px}.download-app-head img{width:76px;height:76px;border-radius:8px;object-fit:cover}.download-app-head h1{margin:3px 0 8px;font-size:27px}.download-app-head div>span{color:var(--muted);font-size:12px}.download-app-head>a{color:var(--teal);font-size:12px;font-weight:800}.download-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:20px;margin-top:20px}.download-panel-page{margin:0}.download-side{align-self:start;padding:20px;background:#fff;border:1px solid var(--line);border-radius:7px}.download-side h2{margin:0 0 15px;font-size:17px}.download-side ol{margin:0;padding-left:20px;color:var(--muted);font-size:12px;line-height:1.8}.download-side li+li{margin-top:8px}.download-related{margin-top:28px}.download-confirm{max-width:660px;padding:45px 0 80px}.confirm-product{display:flex;align-items:center;gap:15px;margin-bottom:15px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:7px}.confirm-product img{width:66px;height:66px;border-radius:8px;object-fit:cover}.confirm-product h1{margin:3px 0 7px;font-size:23px}.confirm-product span{color:var(--muted);font-size:11px}.confirm-body;padding:0}.confirm-body{padding:34px;background:#fff;border:1px solid var(--line);border-top:4px solid var(--teal);border-radius:7px;text-align:center}.confirm-mark{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 15px;border-radius:50%;background:#e8f5f1;color:var(--teal)}.confirm-mark svg{width:27px;height:27px}.confirm-body h2{margin:0;font-size:23px}.confirm-body>p{color:var(--muted);font-size:13px;line-height:1.7}.confirm-body>p strong{color:var(--ink);overflow-wrap:anywhere}.confirm-body dl{display:grid;grid-template-columns:100px 1fr;max-width:390px;margin:23px auto;text-align:left;border-top:1px solid var(--line)}.confirm-body dt,.confirm-body dd{margin:0;padding:11px;border-bottom:1px solid var(--line);font-size:12px}.confirm-body dt{color:var(--muted)}.confirm-body dd{text-align:right}.confirm-body code{padding:3px 7px;border-radius:4px;background:#fff2df;color:#8a5b10}.confirm-body form{display:flex;justify-content:center}.confirm-body .download-button{border:0;cursor:pointer}.confirm-back{display:inline-block;margin-top:17px;color:var(--teal);font-size:12px;font-weight:700}
@media(max-width:900px){.download-page-grid{grid-template-columns:1fr}.download-side{order:-1}.download-side ol{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;list-style-position:inside;padding:0}}
@media(max-width:640px){.download-panel{margin-bottom:26px}.download-panel>header{min-height:64px;padding:12px 14px}.download-panel>header h2{font-size:18px}.download-tabs{padding:11px 14px}.download-source{grid-template-columns:36px minmax(0,1fr) 80px;gap:10px;padding:13px 14px}.source-icon{width:34px;height:34px}.download-source>small{display:none}.download-source>a{grid-column:3;grid-row:1;align-self:center}.download-note{padding:12px 14px}.download-app-head{grid-template-columns:62px 1fr;gap:13px;padding:15px}.download-app-head img{width:62px;height:62px}.download-app-head h1{font-size:21px}.download-app-head>a{grid-column:1/-1;padding-top:10px;border-top:1px solid var(--line);text-align:center}.download-page-grid{margin-top:14px}.download-side ol{display:block;padding-left:18px}.download-side li+li{margin-top:5px}.download-confirm{padding:25px 0 70px}.confirm-product{padding:14px}.confirm-product img{width:56px;height:56px}.confirm-product h1{font-size:19px}.confirm-body{padding:27px 18px}.confirm-body dl{grid-template-columns:84px 1fr}.confirm-body .download-button{width:100%}}

/* Download platform identity */
.platform-windows{--platform-color:#1769aa;--platform-soft:#e8f2fb}.platform-android{--platform-color:#287d3c;--platform-soft:#e8f5eb}.platform-ios{--platform-color:#20262b;--platform-soft:#edf0f2}.platform-macos{--platform-color:#7251a3;--platform-soft:#f1ecf8}.platform-linux{--platform-color:#b85f08;--platform-soft:#fff0df}.platform-universal{--platform-color:#50636e;--platform-soft:#edf2f4}

/* Desktop streaming download progress */
.download-progress{max-width:430px;margin:20px auto 0;padding:16px;border:1px solid var(--line);border-radius:7px;background:#f7faf9;text-align:left}.download-progress[hidden]{display:none}.download-progress-head,.download-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.download-progress-head strong{font-size:13px}.download-progress-head span{color:var(--teal);font-size:13px;font-weight:800}.download-progress-track{height:8px;margin:12px 0;overflow:hidden;border-radius:4px;background:#dce7e3}.download-progress-track i{width:0;height:100%;display:block;background:var(--teal);transition:width .16s linear}.download-progress-meta{color:var(--muted);font-size:10px}.download-cancel{display:block;margin:13px auto 0;padding:0;border:0;background:transparent;color:#b34f3e;font-size:11px;font-weight:700;cursor:pointer}.download-button:disabled{cursor:wait;opacity:.75}
@media(max-width:640px){.download-progress{padding:14px}.download-progress-meta{align-items:flex-start;flex-direction:column;gap:5px}}
.app-platform-label,.download-app-platform{display:inline-flex!important;align-items:center;gap:6px;color:var(--platform-color)!important}.app-platform-label svg,.download-app-platform svg{width:17px;height:17px;flex:none}.download-app-platform{overflow-wrap:anywhere}
.download-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--platform-color)}.download-tabs button svg{width:17px;height:17px;flex:none}.download-tabs button[aria-selected=true]{border-color:var(--platform-color);background:var(--platform-color);color:#fff}
.source-icon[class*="platform-"]{background:var(--platform-soft);color:var(--platform-color)}.source-copy span b{color:var(--platform-color);font-weight:800}
.download-source{grid-template-columns:40px minmax(0,1fr) 58px minmax(220px,300px)}.download-routes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.download-routes>a{min-height:32px;display:grid;place-items:center;padding:0 8px;border:1px solid #b9d8d0;border-radius:4px;background:#f3faf8;color:var(--teal);font-size:10px;font-weight:800;white-space:nowrap}.download-routes>a:hover{border-color:var(--teal);background:var(--teal);color:#fff}
@media(max-width:640px){.download-tabs button{height:36px;padding:0 12px}.download-tabs button svg{width:16px;height:16px}.source-copy span b{display:inline}.download-app-platform{line-height:1.6}}
@media(max-width:760px){.download-source{grid-template-columns:36px minmax(0,1fr) 48px}.download-routes{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.download-source>small{display:block}.download-routes>a{min-height:34px}}
